annotate src/editfns.c @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 9ee227acff29
children 859a2309aef8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Lisp functions pertaining to editing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 Copyright (C) 1985-1987, 1989, 1992-1995 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Copyright (C) 1996 Ben Wing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 along with XEmacs; see the file COPYING. If not, write to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 Boston, MA 02111-1307, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /* Synched up with: Mule 2.0, FSF 19.30. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 /* This file has been Mule-ized. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 /* Hacked on for Mule by Ben Wing, December 1994. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #include <config.h>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #include "lisp.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #include "buffer.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #include "commands.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 #include "events.h" /* for EVENTP */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 #include "extents.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 #include "frame.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 #include "insdel.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 #include "window.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 #include "systime.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 #include "sysdep.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 #include "syspwd.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 /* Some static data, and a function to initialize it for each run */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 Lisp_Object Vsystem_name; /* #### - I don't see why this should be */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 /* static, either... --Stig */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 #if 0 /* XEmacs - this is now dynamic */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 /* if at some point it's deemed desirable to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 use lisp variables here, then they can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 initialized to nil and then set to their
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 real values upon the first call to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 functions that generate them. --stig */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 Lisp_Object Vuser_real_login_name; /* login name of current user ID */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 Lisp_Object Vuser_full_name; /* full name of current user */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 Lisp_Object Vuser_login_name; /* user name from LOGNAME or USER. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 extern char *get_system_name (void);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 Lisp_Object Qformat;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 Lisp_Object Qpoint, Qmark, Qregion_beginning, Qregion_end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 /* This holds the value of `environ' produced by the previous
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 call to Fset_time_zone_rule, or 0 if Fset_time_zone_rule
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 has never been called. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 static char **environbuf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 init_editfns (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 /* Only used in removed code below. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 char *user_name;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 Bufbyte *p, *q;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 struct passwd *pw; /* password entry for the current user */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 environbuf = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 /* Set up system_name even when dumping. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 init_system_name ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 #if 0 /* this is now dynamic */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 /* don't lose utterly if someone uses these during loadup. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 Vuser_real_login_name = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Vuser_login_name = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 Vuser_full_name = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 #ifndef CANNOT_DUMP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 /* Don't bother with this on initial start when just dumping out */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 if (!initialized)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 return;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 #endif /* not CANNOT_DUMP */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 pw = (struct passwd *) getpwuid (getuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 #ifdef MSDOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 /* We let the real user name default to "root" because that's quite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 accurate on MSDOG and because it lets Emacs find the init file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 (The DVX libraries override the Djgpp libraries here.) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 Vuser_real_login_name = build_string (pw ? pw->pw_name : "root");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 Vuser_real_login_name = build_string (pw ? pw->pw_name : "unknown");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 /* Get the effective user name, by consulting environment variables,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 or the effective uid if those are unset. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 user_name = getenv ("LOGNAME");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 if (!user_name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 #ifdef WINDOWSNT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 user_name = (char *) getenv ("USERNAME"); /* it's USERNAME on NT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 #else /* WINDOWSNT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 user_name = (char *) getenv ("USER");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 #endif /* WINDOWSNT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 if (!user_name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 /* #### - do we really want the EFFECTIVE uid here? Are these flipped? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 /* I ask because LOGNAME and USER vars WILL NOT MATCH the euid. --Stig */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 pw = (struct passwd *) getpwuid (geteuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 user_name = (char *) (pw ? pw->pw_name : "unknown");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 Vuser_login_name = build_string (user_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 /* If the user name claimed in the environment vars differs from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 the real uid, use the claimed name to find the full name. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 tem = Fstring_equal (Vuser_login_name, Vuser_real_login_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 if (NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 /* Jamie reports that IRIX gets wedged by SIGIO/SIGALARM occurring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 in select(), called from getpwnam(). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 slow_down_interrupts ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 pw = (struct passwd *)
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
135 getpwnam ((char *) XSTRING_DATA (Vuser_login_name));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 speed_up_interrupts ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 p = (Bufbyte *) ((pw) ? USER_FULL_NAME : "unknown"); /* don't gettext here */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 q = (Bufbyte *) strchr ((char *) p, ',');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 Vuser_full_name = make_ext_string (p, (q ? q - p : strlen ((char *) p)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 FORMAT_OS);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 #ifdef AMPERSAND_FULL_NAME
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
145 p = XSTRING_DATA (Vuser_full_name);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 q = (Bufbyte *) strchr ((char *) p, '&');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 /* Substitute the login name for the &, upcasing the first character. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 if (q)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 char *r = (char *)
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
151 alloca (strlen ((char *) p) + XSTRING_LENGTH (Vuser_login_name) + 1);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 Charcount fullname_off = bytecount_to_charcount (p, q - p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 memcpy (r, p, q - p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 r[q - p] = 0;
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
155 strcat (r, (char *) XSTRING_DATA (Vuser_login_name));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 strcat (r, q + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 Vuser_full_name = build_string (r);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 set_string_char (XSTRING (Vuser_full_name), fullname_off,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 UPCASE (current_buffer,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 string_char (XSTRING (Vuser_full_name),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 fullname_off)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 #endif /* AMPERSAND_FULL_NAME */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 p = (Bufbyte *) getenv ("NAME");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 if (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 Vuser_full_name = build_string ((char *) p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 #endif /* 0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 DEFUN ("char-to-string", Fchar_to_string, Schar_to_string, 1, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 Convert arg CH to a one-character string containing that character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 (ch)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 Lisp_Object ch;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 Bytecount len;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 Bufbyte str[MAX_EMCHAR_LEN];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 if (EVENTP (ch))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 Lisp_Object ch2 = Fevent_to_character (ch, Qt, Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 if (NILP (ch2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 return
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 signal_simple_continuable_error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 ("character has no ASCII equivalent:", Fcopy_event (ch, Qnil));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 ch = ch2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 CHECK_CHAR_COERCE_INT (ch);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 len = set_charptr_emchar (str, XCHAR (ch));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 return make_string (str, len);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 DEFUN ("string-to-char", Fstring_to_char, Sstring_to_char, 1, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 Convert arg STRING to a character, the first character of that string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 Lisp_Object str;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 struct Lisp_String *p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 CHECK_STRING (str);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 p = XSTRING (str);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 if (string_length (p) != 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 return (make_char (string_char (p, 0)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 else /* #### Gag me! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 return (Qzero);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 buildmark (Bufpos val, Lisp_Object buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 Lisp_Object mark;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 mark = Fmake_marker ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 Fset_marker (mark, make_int (val), buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 return mark;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 DEFUN ("point", Fpoint, Spoint, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 Return value of point, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 Beginning of buffer is position (point-min).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 return (make_int (BUF_PT (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 DEFUN ("point-marker", Fpoint_marker, Spoint_marker, 0, 2, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 Return value of point, as a marker object.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 This marker is a copy; you may modify it with reckless abandon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 If optional argument DONT-COPY-P is non-nil, then it returns the real
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 point-marker; modifying the position of this marker will move point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 It is illegal to change the buffer of it, or make it point nowhere.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 (dont_copy_p, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 Lisp_Object dont_copy_p, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 if (NILP (dont_copy_p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 return Fcopy_marker (b->point_marker, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 return b->point_marker;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 /* The following two functions end up being identical but it's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 cleaner to declare them separately. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 Bufpos
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 bufpos_clip_to_bounds (Bufpos lower, Bufpos num, Bufpos upper)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 if (num < lower)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 return lower;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 else if (num > upper)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 return upper;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 return num;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 Bytind
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 bytind_clip_to_bounds (Bytind lower, Bytind num, Bytind upper)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 if (num < lower)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 return lower;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 else if (num > upper)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 return upper;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 return num;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 * Chuck says:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 * There is no absolute way to determine if goto-char is the function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 * being run. this-command doesn't work because it is often eval'd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 * and this-command ends up set to eval-expression. So this flag gets
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 * added for now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 * Jamie thinks he's wrong, but we'll leave this in for now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 int atomic_extent_goto_char_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 DEFUN ("goto-char", Fgoto_char, Sgoto_char, 1, 2, "NGoto char: " /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Set point to POSITION, a number or marker.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 Beginning of buffer is position (point-min), end is (point-max).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 Return value of POSITION, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 (position, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 Lisp_Object position, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 Bufpos n = get_buffer_pos_char (b, position, GB_COERCE_RANGE);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 BUF_SET_PT (b, n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 atomic_extent_goto_char_p = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 return (make_int (n));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 region_limit (int beginningp, struct buffer *b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 Lisp_Object m;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 && NILP (b->mark_active))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 Fsignal (Qmark_inactive, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 m = Fmarker_position (b->mark);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 if (NILP (m)) error ("There is no region now");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 if (!!(BUF_PT (b) < XINT (m)) == !!beginningp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 return (make_int (BUF_PT (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 return (m);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 DEFUN ("region-beginning", Fregion_beginning, Sregion_beginning, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 Return position of beginning of region, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 return (region_limit (1, decode_buffer (buffer, 1)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 DEFUN ("region-end", Fregion_end, Sregion_end, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 Return position of end of region, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 return (region_limit (0, decode_buffer (buffer, 1)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 /* Whether to use lispm-style active-regions */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 int zmacs_regions;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 /* Whether the zmacs region is active. This is not per-buffer because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 there can be only one active region at a time. #### Now that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 zmacs region are not directly tied to the X selections this may not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 necessarily have to be true. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 int zmacs_region_active_p;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 int zmacs_region_stays;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 Lisp_Object Qzmacs_update_region, Qzmacs_deactivate_region;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 Lisp_Object Qzmacs_region_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 zmacs_update_region (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 if (zmacs_region_active_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 call0 (Qzmacs_update_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 zmacs_deactivate_region (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 if (zmacs_region_active_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 call0 (Qzmacs_deactivate_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 zmacs_region_buffer (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 if (zmacs_region_active_p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 return call0 (Qzmacs_region_buffer);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 DEFUN ("mark-marker", Fmark_marker, Smark_marker, 0, 2, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 Return this buffer's mark, as a marker object.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 If `zmacs-regions' is true, then this returns nil unless the region is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 currently in the active (highlighted) state. If optional argument FORCE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 is t, this returns the mark (if there is one) regardless of the zmacs-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 state. You should *generally* not use the mark unless the region is active,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 if the user has expressed a preference for the zmacs-region model.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 Watch out! Moving this marker changes the mark position.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 If you set the marker not to point anywhere, the buffer will have no mark.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 (force, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 Lisp_Object force, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 if (! zmacs_regions || zmacs_region_active_p || !NILP (force))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 return b->mark;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 /* The saved object looks like this:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 (COPY-OF-POINT-MARKER . (COPY-OF-MARK . VISIBLE-P))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 VISIBLE-P is t if `(eq (current-buffer) (window-buffer (selected-window)))'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 but is not actually used any more.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 save_excursion_save (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 struct buffer *b;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 int visible;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 if (preparing_for_armageddon)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 b = current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 visible = (XBUFFER (XWINDOW (Fselected_window (Qnil))->buffer) == b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 tem = ((visible) ? Qt : Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 #ifdef ERROR_CHECK_BUFPOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 assert (XINT (Fpoint (Qnil)) ==
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 XINT (Fmarker_position (Fpoint_marker (Qt, Qnil))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 #if 0 /* FSFmacs */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 tem = Fcons (tem, b->mark_active);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 return noseeum_cons (noseeum_copy_marker (Fpoint_marker (Qt, Qnil), Qnil),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 noseeum_cons (noseeum_copy_marker (b->mark, Qnil),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 save_excursion_restore (Lisp_Object info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 int visible;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 struct gcpro gcpro1, gcpro2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 tem = Fmarker_buffer (Fcar (info));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 /* If buffer being returned to is now deleted, avoid error */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 /* Otherwise could get error here while unwinding to top level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 and crash */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 /* In that case, Fmarker_buffer returns nil now. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 if (NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 /* Need gcpro in case Lisp hooks get run */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 GCPRO2 (info, tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 Fset_buffer (tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 tem = Fcar (info);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 Fgoto_char (tem, Fcurrent_buffer ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 tem = Fcar (Fcdr (info));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 Fset_marker (current_buffer->mark, tem, Fcurrent_buffer ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 tem = Fcdr (Fcdr (info));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 visible = !NILP (tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 #if 0 /* We used to make the current buffer visible in the selected window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 if that was true previously. That avoids some anomalies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 But it creates others, and it wasn't documented, and it is simpler
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 and cleaner never to alter the window/buffer connections. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 /* #### I'm certain some code somewhere depends on this behavior. --jwz */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 if (visible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 && (current_buffer != XBUFFER (XWINDOW (selected_window)->buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 switch_to_buffer (Fcurrent_buffer (), Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 UNGCPRO;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 /* Free all the junk we allocated, so that a `save-excursion' comes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 for free in terms of GC junk. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 free_marker (XMARKER (XCAR (info)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 free_marker (XMARKER (XCAR (XCDR (info))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 free_cons (XCONS (XCDR (info)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 free_cons (XCONS (info));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 DEFUN ("save-excursion", Fsave_excursion, Ssave_excursion, 0, UNEVALLED, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 Save point, mark, and current buffer; execute BODY; restore those things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 Executes BODY just like `progn'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 The values of point, mark and the current buffer are restored
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 even in case of abnormal exit (throw or error).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 (args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 Lisp_Object args;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 int speccount = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 record_unwind_protect (save_excursion_restore, save_excursion_save ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 return unbind_to (speccount, Fprogn (args));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 DEFUN ("buffer-size", Fbufsize, Sbufsize, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 Return the number of characters in BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 return (make_int (BUF_SIZE (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 DEFUN ("point-min", Fpoint_min, Spoint_min, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 Return the minimum permissible value of point in BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 This is 1, unless narrowing (a buffer restriction) is in effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 return (make_int (BUF_BEGV (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 DEFUN ("point-min-marker", Fpoint_min_marker, Spoint_min_marker, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 Return a marker to the minimum permissible value of point in BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 This is the beginning, unless narrowing (a buffer restriction) is in effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 return buildmark (BUF_BEGV (b), make_buffer (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 DEFUN ("point-max", Fpoint_max, Spoint_max, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 Return the maximum permissible value of point in BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 This is (1+ (buffer-size)), unless narrowing (a buffer restriction)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 is in effect, in which case it is less.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 return (make_int (BUF_ZV (b)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 DEFUN ("point-max-marker", Fpoint_max_marker, Spoint_max_marker, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 Return a marker to the maximum permissible value of point BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 This is (1+ (buffer-size)), unless narrowing (a buffer restriction)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 is in effect, in which case it is less.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 return buildmark (BUF_ZV (b), make_buffer (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 DEFUN ("following-char", Ffollowing_char, Sfollowing_char, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 Return the character following point, as a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 At the end of the buffer or accessible region, return 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 if (BUF_PT (b) >= BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 return (Qzero); /* #### Gag me! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 return (make_char (BUF_FETCH_CHAR (b, BUF_PT (b))));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 DEFUN ("preceding-char", Fpreceding_char, Spreceding_char, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 Return the character preceding point, as a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 At the beginning of the buffer or accessible region, return 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 if (BUF_PT (b) <= BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 return (Qzero); /* #### Gag me! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 return (make_char (BUF_FETCH_CHAR (b, BUF_PT (b) - 1)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 DEFUN ("bobp", Fbobp, Sbobp, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 Return T if point is at the beginning of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 If the buffer is narrowed, this means the beginning of the narrowed part.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 struct buffer *b = decode_buffer (buffer, 1);
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
604 return BUF_PT (b) == BUF_BEGV (b) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 DEFUN ("eobp", Feobp, Seobp, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 Return T if point is at the end of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 If the buffer is narrowed, this means the end of the narrowed part.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 struct buffer *b = decode_buffer (buffer, 1);
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
616 return BUF_PT (b) == BUF_ZV (b) ? Qt : Qnil;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 beginning_of_line_p (struct buffer *b, Bufpos pt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 if (pt <= BUF_BEGV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 return 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 return BUF_FETCH_CHAR (b, pt - 1) == '\n';
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 DEFUN ("bolp", Fbolp, Sbolp, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 Return T if point is at the beginning of a line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 return beginning_of_line_p (b, BUF_PT (b)) ? Qt : Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 DEFUN ("eolp", Feolp, Seolp, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 Return T if point is at the end of a line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 `End of a line' includes point being at the end of the buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 if (BUF_PT (b) == BUF_ZV (b) || BUF_FETCH_CHAR (b, BUF_PT (b)) == '\n')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 return Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 DEFUN ("char-after", Fchar_after, Schar_after, 1, 2, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 Return character in BUFFER at position POS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 POS is an integer or a buffer pointer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 If POS is out of range, the value is nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 (pos, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 Lisp_Object pos, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 Bufpos n = get_buffer_pos_char (b, pos, GB_NO_ERROR_IF_BAD);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 if (n < 0 || n == BUF_ZV (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 return (make_char (BUF_FETCH_CHAR (b, n)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 DEFUN ("user-login-name", Fuser_login_name, Suser_login_name, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 Return the name under which the user logged in, as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 This is based on the effective uid, not the real uid.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 Also, if the environment variable LOGNAME or USER is set,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 that determines the value of this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 If the optional argument UID is present, then environment variables are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 ignored and this function returns the login name for that UID, or nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 (uid)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 Lisp_Object uid;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 struct passwd *pw = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 if (!NILP (uid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 CHECK_INT (uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 pw = (struct passwd *) getpwuid (XINT (uid));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 char *user_name;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 /* #### - when euid != uid, then LOGNAME and USER are leftovers from the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 old environment (I site observed behavior on sunos and linux), so the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 environment variables should be disregarded in that case. --Stig */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 user_name = getenv ("LOGNAME");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 if (!user_name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 #ifdef WINDOWSNT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 user_name = (char *) getenv ("USERNAME"); /* it's USERNAME on NT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 #else /* WINDOWSNT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 user_name = (char *) getenv ("USER");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 #endif /* WINDOWSNT */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 if (user_name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 return (build_string (user_name));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 pw = (struct passwd *) getpwuid (geteuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 /* #### - I believe this should return nil instead of "unknown" when pw==0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 return (pw ? build_string (pw->pw_name) : Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 DEFUN ("user-real-login-name", Fuser_real_login_name, Suser_real_login_name,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 Return the name of the user's real uid, as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 This ignores the environment variables LOGNAME and USER, so it differs from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 `user-login-name' when running under `su'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 struct passwd *pw = (struct passwd *) getpwuid (getuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 /* #### - I believe this should return nil instead of "unknown" when pw==0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 #ifdef MSDOS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 /* We let the real user name default to "root" because that's quite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 accurate on MSDOG and because it lets Emacs find the init file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 (The DVX libraries override the Djgpp libraries here.) */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 Lisp_Object tem = build_string (pw ? pw->pw_name : "root");/* no gettext */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 Lisp_Object tem = build_string (pw ? pw->pw_name : "unknown");/* no gettext */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 return (tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 DEFUN ("user-uid", Fuser_uid, Suser_uid, 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 Return the effective uid of Emacs, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 return make_int (geteuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 DEFUN ("user-real-uid", Fuser_real_uid, Suser_real_uid, 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 Return the real uid of Emacs, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 return make_int (getuid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 DEFUN ("user-full-name", Fuser_full_name, Suser_full_name, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 Return the full name of the user logged in, as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 If the optional argument USER is given, then the full name for that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 user is returned, or nil. USER may be either a login name or a uid.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 (user)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 Lisp_Object user;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 Lisp_Object uname = (STRINGP (user) ? user : Fuser_login_name (user));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 struct passwd *pw = NULL;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 char *p, *q;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 if (!NILP (uname)) /* nil when nonexistent UID passed as arg */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 CONST char *uname_ext;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 /* Fuck me. getpwnam() can call select() and (under IRIX at least)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 things get wedged if a SIGIO arrives during this time. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 GET_C_STRING_OS_DATA_ALLOCA (uname, uname_ext);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 slow_down_interrupts ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 pw = (struct passwd *) getpwnam (uname_ext);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 speed_up_interrupts ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 /* #### - Stig sez: this should return nil instead of "unknown" when pw==0 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 /* Ben sez: bad idea because it's likely to break something */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 #ifndef AMPERSAND_FULL_NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 p = (char *) ((pw) ? USER_FULL_NAME : "unknown"); /* don't gettext */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 q = (char *) strchr ((char *) p, ',');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 p = (char *) ((pw) ? USER_FULL_NAME : "unknown"); /* don't gettext */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 q = (char *) strchr ((char *) p, ',');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 tem = ((!NILP (user) && !pw)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 ? Qnil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 : make_ext_string ((unsigned char *) p, (q ? q - p : strlen (p)),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 FORMAT_OS));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 #ifdef AMPERSAND_FULL_NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 if (!NILP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 {
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
792 p = (char *) XSTRING_DATA (tem);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 q = strchr (p, '&');
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 /* Substitute the login name for the &, upcasing the first character. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 if (q)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 {
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
797 char *r = (char *) alloca (strlen (p) + XSTRING_LENGTH (uname) + 1);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 memcpy (r, p, q - p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 r[q - p] = 0;
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
800 strcat (r, (char *) XSTRING_DATA (uname));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 /* #### current_buffer dependency! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 r[q - p] = UPCASE (current_buffer, r[q - p]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 strcat (r, q + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 tem = build_string (r);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 #endif /* AMPERSAND_FULL_NAME */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 p = getenv ("NAME");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 if (p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 tem = build_string (p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 return (tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 DEFUN ("system-name", Fsystem_name, Ssystem_name, 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 Return the name of the machine you are running on, as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 return (Fcopy_sequence (Vsystem_name));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 /* For the benefit of callers who don't want to include lisp.h.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 Caller must free! */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 char *
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 get_system_name (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 {
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
828 return xstrdup ((char *) XSTRING_DATA (Vsystem_name));
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 DEFUN ("emacs-pid", Femacs_pid, Semacs_pid, 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 Return the process ID of Emacs, as an integer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 return make_int (getpid ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 Return the current time, as the number of seconds since 1970-01-01 00:00:00.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 The time is returned as a list of three integers. The first has the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 most significant 16 bits of the seconds, while the second has the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 least significant 16 bits. The third integer gives the microsecond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 count.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 The microsecond count is zero on systems that do not provide
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 resolution finer than a second.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 EMACS_TIME t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 Lisp_Object result[3];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 EMACS_GET_TIME (t);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 XSETINT (result[0], (EMACS_SECS (t) >> 16) & 0xffff);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 XSETINT (result[1], (EMACS_SECS (t) >> 0) & 0xffff);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 XSETINT (result[2], EMACS_USECS (t));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 return Flist (3, result);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 DEFUN ("current-process-time", Fcurrent_process_time, Scurrent_process_time,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 0, 0, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 Return the amount of time used by this XEmacs process so far.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 The return value is a list of three floating-point numbers, expressing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 the user, system, and real times used by the process. The user time
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 measures the time actually spent by the CPU executing the code in this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 process. The system time measures time spent by the CPU executing kernel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 code on behalf of this process (e.g. I/O requests made by the process).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 Note that the user and system times measure processor time, as opposed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 to real time, and only accrue when the processor is actually doing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 something: Time spent in an idle wait (waiting for user events to come
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 in or for I/O on a disk drive or other device to complete) does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 count. Thus, the user and system times will often be considerably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 less than the real time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 Some systems do not allow the user and system times to be distinguished.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 In this case, the user time will be the total processor time used by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 the process, and the system time will be 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 Some systems do not allow the real and processor times to be distinguished.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 In this case, the user and real times will be the same and the system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 time will be 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 double user, sys, real;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 get_process_times (&user, &sys, &real);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 return list3 (make_float (user), make_float (sys), make_float (real));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 int
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 lisp_to_time (Lisp_Object specified_time, time_t *result)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 if (NILP (specified_time))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 return time (result) != -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 Lisp_Object high, low;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 high = Fcar (specified_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 CHECK_INT (high);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 low = Fcdr (specified_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 if (CONSP (low))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 low = Fcar (low);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 CHECK_INT (low);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 *result = (XINT (high) << 16) + (XINT (low) & 0xffff);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 return *result >> 16 == XINT (high);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 time_to_lisp (time_t the_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 unsigned int item = (unsigned int) the_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 return Fcons (make_int (item >> 16), make_int (item & 0xffff));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 size_t emacs_strftime (char *string, size_t max, CONST char *format,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 CONST struct tm *tm);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 static long difftm (CONST struct tm *a, CONST struct tm *b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 2, 2, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 Use FORMAT-STRING to format the time TIME.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 TIME is specified as (HIGH LOW . IGNORED) or (HIGH . LOW), as from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 `current-time' and `file-attributes'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 FORMAT-STRING may contain %-sequences to substitute parts of the time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 %a is replaced by the abbreviated name of the day of week.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 %A is replaced by the full name of the day of week.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 %b is replaced by the abbreviated name of the month.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 %B is replaced by the full name of the month.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 %c is a synonym for \"%x %X\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 %C is a locale-specific synonym, which defaults to \"%A, %B %e, %Y\" in the C locale.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 %d is replaced by the day of month, zero-padded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 %D is a synonym for \"%m/%d/%y\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 %e is replaced by the day of month, blank-padded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 %h is a synonym for \"%b\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 %H is replaced by the hour (00-23).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 %I is replaced by the hour (00-12).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 %j is replaced by the day of the year (001-366).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 %k is replaced by the hour (0-23), blank padded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 %l is replaced by the hour (1-12), blank padded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 %m is replaced by the month (01-12).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 %M is replaced by the minute (00-59).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 %n is a synonym for \"\\n\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 %p is replaced by AM or PM, as appropriate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 %r is a synonym for \"%I:%M:%S %p\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 %R is a synonym for \"%H:%M\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 %S is replaced by the second (00-60).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 %t is a synonym for \"\\t\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 %T is a synonym for \"%H:%M:%S\".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 %U is replaced by the week of the year (00-53), first day of week is Sunday.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 %w is replaced by the day of week (0-6), Sunday is day 0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 %W is replaced by the week of the year (00-53), first day of week is Monday.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 %x is a locale-specific synonym, which defaults to \"%D\" in the C locale.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 %X is a locale-specific synonym, which defaults to \"%T\" in the C locale.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 %y is replaced by the year without century (00-99).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 %Y is replaced by the year with century.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 %Z is replaced by the time zone abbreviation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 The number of options reflects the `strftime' function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 BUG: If the charset used by the current locale is not ISO 8859-1, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 characters appearing in the day and month names may be incorrect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 (format_string, _time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 Lisp_Object format_string, _time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 time_t value;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 int size;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 CHECK_STRING (format_string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 if (! lisp_to_time (_time, &value))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 error ("Invalid time specification");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 /* This is probably enough. */
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
982 size = XSTRING_LENGTH (format_string) * 6 + 50;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 while (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 char *buf = (char *) alloca (size);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 *buf = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 if (emacs_strftime (buf, size,
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
989 (CONST char *) XSTRING_DATA (format_string),
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 localtime (&value))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 || !*buf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 return build_ext_string (buf, FORMAT_BINARY);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 /* If buffer was too small, make it bigger. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 size *= 2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 DEFUN ("decode-time", Fdecode_time, Sdecode_time, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 Decode a time value as (SEC MINUTE HOUR DAY MONTH YEAR DOW DST ZONE).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 The optional SPECIFIED-TIME should be a list of (HIGH LOW . IGNORED)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 or (HIGH . LOW), as from `current-time' and `file-attributes', or `nil'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 to use the current time. The list has the following nine members:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 SEC is an integer between 0 and 60; SEC is 60 for a leap second, which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 only some operating systems support. MINUTE is an integer between 0 and 59.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 HOUR is an integer between 0 and 23. DAY is an integer between 1 and 31.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 MONTH is an integer between 1 and 12. YEAR is an integer indicating the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 four-digit year. DOW is the day of week, an integer between 0 and 6, where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 0 is Sunday. DST is t if daylight savings time is effect, otherwise nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 ZONE is an integer indicating the number of seconds east of Greenwich.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 \(Note that Common Lisp has different meanings for DOW and ZONE.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 (specified_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 Lisp_Object specified_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 time_t time_spec;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 struct tm save_tm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 struct tm *decoded_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 Lisp_Object list_args[9];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 if (! lisp_to_time (specified_time, &time_spec))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 error ("Invalid time specification");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 decoded_time = localtime (&time_spec);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 XSETINT (list_args[0], decoded_time->tm_sec);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 XSETINT (list_args[1], decoded_time->tm_min);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 XSETINT (list_args[2], decoded_time->tm_hour);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 XSETINT (list_args[3], decoded_time->tm_mday);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 XSETINT (list_args[4], decoded_time->tm_mon + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 XSETINT (list_args[5], decoded_time->tm_year + 1900);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 XSETINT (list_args[6], decoded_time->tm_wday);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 list_args[7] = (decoded_time->tm_isdst)? Qt : Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 /* Make a copy, in case gmtime modifies the struct. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 save_tm = *decoded_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 decoded_time = gmtime (&time_spec);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 if (decoded_time == 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 list_args[8] = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 XSETINT (list_args[8], difftm (&save_tm, decoded_time));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 return Flist (9, list_args);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 static void set_time_zone_rule (char *tzstring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 DEFUN ("encode-time", Fencode_time, Sencode_time, 6, MANY, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 Convert SECOND, MINUTE, HOUR, DAY, MONTH, YEAR and ZONE to internal time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 This is the reverse operation of `decode-time', which see.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 ZONE defaults to the current time zone rule. This can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 be a string (as from `set-time-zone-rule'), or it can be a list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 (as from `current-time-zone') or an integer (as from `decode-time')
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 applied without consideration for daylight savings time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 You can pass more than 7 arguments; then the first six arguments
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 are used as SECOND through YEAR, and the *last* argument is used as ZONE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 The intervening arguments are ignored.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 This feature lets (apply 'encode-time (decode-time ...)) work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 Out-of-range values for SEC, MINUTE, HOUR, DAY, or MONTH are allowed;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 for example, a DAY of 0 means the day preceding the given month.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 Year numbers less than 100 are treated just like other year numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 If you want them to stand for years in this century, you must do that yourself
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 (nargs, args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 int nargs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 Lisp_Object *args;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 time_t _time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 struct tm tm;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 Lisp_Object zone = (nargs > 6) ? args[nargs - 1] : Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 CHECK_INT (args[0]); /* second */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 CHECK_INT (args[1]); /* minute */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 CHECK_INT (args[2]); /* hour */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 CHECK_INT (args[3]); /* day */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 CHECK_INT (args[4]); /* month */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 CHECK_INT (args[5]); /* year */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 tm.tm_sec = XINT (args[0]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 tm.tm_min = XINT (args[1]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 tm.tm_hour = XINT (args[2]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 tm.tm_mday = XINT (args[3]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 tm.tm_mon = XINT (args[4]) - 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 tm.tm_year = XINT (args[5]) - 1900;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 tm.tm_isdst = -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 if (CONSP (zone))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 zone = Fcar (zone);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 if (NILP (zone))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 _time = mktime (&tm);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 char tzbuf[100];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 char *tzstring;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 char **oldenv = environ, **newenv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 if (STRINGP (zone))
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
1097 tzstring = (char *) XSTRING_DATA (zone);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 else if (INTP (zone))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 int abszone = abs (XINT (zone));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 sprintf (tzbuf, "XXX%s%d:%02d:%02d", "-" + (XINT (zone) < 0),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 abszone / (60*60), (abszone/60) % 60, abszone % 60);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 tzstring = tzbuf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 error ("Invalid time zone specification");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 /* Set TZ before calling mktime; merely adjusting mktime's returned
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 value doesn't suffice, since that would mishandle leap seconds. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 set_time_zone_rule (tzstring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 _time = mktime (&tm);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 /* Restore TZ to previous value. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 newenv = environ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 environ = oldenv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 free (newenv);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 #ifdef LOCALTIME_CACHE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 tzset ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 if (_time == (time_t) -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 error ("Specified time is not representable");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 return wasteful_word_to_lisp (_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 DEFUN ("current-time-string", Fcurrent_time_string, Scurrent_time_string,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 Return the current time, as a human-readable string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 Programs can use this function to decode a time,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 since the number of columns in each field is fixed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 The format is `Sun Sep 16 01:03:52 1973'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 If an argument is given, it specifies a time to format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 instead of the current time. The argument should have the form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 (HIGH . LOW)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 or the form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 (HIGH LOW . IGNORED).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 Thus, you can use times obtained from `current-time'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 and from `file-attributes'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 (specified_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 Lisp_Object specified_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 time_t value;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 char buf[30];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 char *tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 if (! lisp_to_time (specified_time, &value))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 value = -1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 tem = (char *) ctime (&value);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 strncpy (buf, tem, 24);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 buf[24] = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 return build_ext_string (buf, FORMAT_BINARY);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 #define TM_YEAR_ORIGIN 1900
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 /* Yield A - B, measured in seconds. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 static long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 difftm (CONST struct tm *a, CONST struct tm *b)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 /* Some compilers can't handle this as a single return statement. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 long days = (
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 /* difference in day of year */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 a->tm_yday - b->tm_yday
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 /* + intervening leap days */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 + ((ay >> 2) - (by >> 2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174 - (ay/100 - by/100)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 + ((ay/100 >> 2) - (by/100 >> 2))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 /* + difference in years * 365 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 + (long)(ay-by) * 365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 return (60*(60*(24*days + (a->tm_hour - b->tm_hour))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 + (a->tm_min - b->tm_min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 + (a->tm_sec - b->tm_sec));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 DEFUN ("current-time-zone", Fcurrent_time_zone, Scurrent_time_zone, 0, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185 Return the offset and name for the local time zone.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 This returns a list of the form (OFFSET NAME).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 OFFSET is an integer number of seconds ahead of UTC (east of Greenwich).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 A negative value means west of Greenwich.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 NAME is a string giving the name of the time zone.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 If an argument is given, it specifies when the time zone offset is determined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 instead of using the current time. The argument should have the form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 (HIGH . LOW)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 or the form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 (HIGH LOW . IGNORED).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 Thus, you can use times obtained from `current-time'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 and from `file-attributes'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198 Some operating systems cannot provide all this information to Emacs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 in this case, `current-time-zone' returns a list containing nil for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 the data it can't find.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 (specified_time)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 Lisp_Object specified_time;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 time_t value;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 struct tm *t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 if (lisp_to_time (specified_time, &value)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 && (t = gmtime (&value)) != 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 struct tm gmt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 long offset;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 char *s, buf[6];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 gmt = *t; /* Make a copy, in case localtime modifies *t. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 t = localtime (&value);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 offset = difftm (t, &gmt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 s = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 #ifdef HAVE_TM_ZONE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 if (t->tm_zone)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 s = (char *)t->tm_zone;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 #else /* not HAVE_TM_ZONE */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 #ifdef HAVE_TZNAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 if (t->tm_isdst == 0 || t->tm_isdst == 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 s = tzname[t->tm_isdst];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 #endif /* not HAVE_TM_ZONE */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 if (!s)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 /* No local time zone name is available; use "+-NNNN" instead. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231 int am = (offset < 0 ? -offset : offset) / 60;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 sprintf (buf, "%c%02d%02d", (offset < 0 ? '-' : '+'), am/60, am%60);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 s = buf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 return list2 (make_int (offset), build_string (s));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 return list2 (Qnil, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 /* Set the local time zone rule to TZSTRING.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 This allocates memory into `environ', which it is the caller's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 responsibility to free. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 static void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 set_time_zone_rule (char *tzstring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 int envptrs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 char **from, **to, **newenv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 for (from = environ; *from; from++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 continue;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 envptrs = from - environ + 2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 newenv = to = (char **) xmalloc (envptrs * sizeof (char *)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 + (tzstring ? strlen (tzstring) + 4 : 0));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 if (tzstring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 char *t = (char *) (to + envptrs);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 strcpy (t, "TZ=");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 strcat (t, tzstring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 *to++ = t;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 for (from = environ; *from; from++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 if (strncmp (*from, "TZ=", 3) != 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 *to++ = *from;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 *to = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 environ = newenv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 #ifdef LOCALTIME_CACHE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 tzset ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 DEFUN ("set-time-zone-rule", Fset_time_zone_rule, Sset_time_zone_rule,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 1, 1, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 Set the local time zone using TZ, a string specifying a time zone rule.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 If TZ is nil, use implementation-defined default time zone information.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 (tz)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 Lisp_Object tz;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 char *tzstring;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 if (NILP (tz))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 tzstring = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 CHECK_STRING (tz);
14
9ee227acff29 Import from CVS: tag r19-15b90
cvs
parents: 0
diff changeset
1290 tzstring = (char *) XSTRING_DATA (tz);
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 set_time_zone_rule (tzstring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 if (environbuf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 xfree (environbuf);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 environbuf = environ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 buffer_insert1 (struct buffer *buf, Lisp_Object arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 struct gcpro gcpro1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 GCPRO1 (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 retry:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 if (CHAR_OR_CHAR_INTP (arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 buffer_insert_emacs_char (buf, XCHAR_OR_CHAR_INT (arg));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 else if (STRINGP (arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 buffer_insert_lisp_string (buf, arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 arg = wrong_type_argument (Qchar_or_string_p, arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 goto retry;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 UNGCPRO;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 /* Callers passing one argument to Finsert need not gcpro the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 argument "array", since the only element of the array will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 not be used after calling insert_emacs_char or insert_lisp_string,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 so we don't care if it gets trashed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 DEFUN ("insert", Finsert, Sinsert, 0, MANY, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 Insert the arguments, either strings or characters, at point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 Point moves forward so that it ends up after the inserted text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 Any other markers at the point of insertion remain before the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 If a string has non-null string-extent-data, new extents will be created.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 (nargs, args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 int nargs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 Lisp_Object *args;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 REGISTER int argnum;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 for (argnum = 0; argnum < nargs; argnum++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 buffer_insert1 (current_buffer, args[argnum]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 DEFUN ("insert-before-markers", Finsert_before_markers, Sinsert_before_markers, 0, MANY, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 Insert strings or characters at point, relocating markers after the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 Point moves forward so that it ends up after the inserted text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 Any other markers at the point of insertion also end up after the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 (nargs, args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 int nargs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 Lisp_Object *args;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 REGISTER int argnum;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 REGISTER Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 for (argnum = 0; argnum < nargs; argnum++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 tem = args[argnum];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 retry:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 if (CHAR_OR_CHAR_INTP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 buffer_insert_emacs_char_1 (current_buffer, -1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 XCHAR_OR_CHAR_INT (tem),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 INSDEL_BEFORE_MARKERS);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 else if (STRINGP (tem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 buffer_insert_lisp_string_1 (current_buffer, -1, tem,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 INSDEL_BEFORE_MARKERS);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 tem = wrong_type_argument (Qchar_or_string_p, tem);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 goto retry;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 DEFUN ("insert-string", Finsert_string, Sinsert_string, 1, 2, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 Insert STRING into BUFFER at BUFFER's point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 Point moves forward so that it ends up after the inserted text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 Any other markers at the point of insertion remain before the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 If a string has non-null string-extent-data, new extents will be created.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 BUFFER defaults to the current buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 (string, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 Lisp_Object string, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 struct buffer *buf = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 CHECK_STRING (string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403 buffer_insert_lisp_string (buf, string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408 /* Third argument in FSF is INHERIT:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 "The optional third arg INHERIT, if non-nil, says to inherit text properties\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 from adjoining text, if those properties are sticky."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 Jamie thinks this is bogus. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 DEFUN ("insert-char", Finsert_char, Sinsert_char, 1, 4, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 Insert COUNT (second arg) copies of CHR (first arg).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 Point and all markers are affected as in the function `insert'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419 COUNT defaults to 1 if omitted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 The optional third arg IGNORED is INHERIT under FSF Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 This is highly bogus, however, and XEmacs always behaves as if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 `t' were passed to INHERIT.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423 The optional fourth arg BUFFER specifies the buffer to insert the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 text into. If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 (chr, count, ignored, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 Lisp_Object chr, count, ignored, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 REGISTER Bufbyte *string;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 REGISTER int slen;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432 REGISTER int i, j;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 REGISTER Bytecount n;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 REGISTER Bytecount charlen;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 Bufbyte str[MAX_EMCHAR_LEN];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 struct buffer *buf = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 int cou;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 CHECK_CHAR_COERCE_INT (chr);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 if (NILP (count))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 cou = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 CHECK_INT (count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445 cou = XINT (count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 charlen = set_charptr_emchar (str, XCHAR (chr));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 n = cou * charlen;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 if (n <= 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 slen = min (n, 768);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 string = (Bufbyte *) alloca (slen * sizeof (Bufbyte));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454 /* Write as many copies of the character into the temp string as will fit. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455 for (i = 0; i + charlen <= slen; i += charlen)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 for (j = 0; j < charlen; j++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 string[i + j] = str[j];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 slen = i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 while (n >= slen)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 buffer_insert_raw_string (buf, string, slen);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 n -= slen;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 if (n > 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 #if 0 /* FSFmacs bogosity */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 if (!NILP (inherit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 insert_and_inherit (string, n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470 insert (string, n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 buffer_insert_raw_string (buf, string, n);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 /* Making strings from buffer contents. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 DEFUN ("buffer-substring", Fbuffer_substring, Sbuffer_substring, 0, 3, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 Return the contents of part of BUFFER as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 The two arguments START and END are character positions;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 they can be in either order. If omitted, they default to the beginning
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 and end of BUFFER, respectively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 If there are duplicable extents in the region, the string remembers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 them in its extent data.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 (start, end, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 Lisp_Object start, end, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 Bufpos begv, zv;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 get_buffer_range_char (b, start, end, &begv, &zv, GB_ALLOW_NIL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 return make_string_from_buffer (b, begv, zv - begv);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504 1, 3, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 Insert before point a substring of the contents of buffer BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 BUFFER may be a buffer or a buffer name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 Arguments START and END are character numbers specifying the substring.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 They default to the beginning and the end of BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 (buffer, start, end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 Lisp_Object buffer, start, end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 Bufpos b, e;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 struct buffer *bp;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 bp = XBUFFER (get_buffer (buffer, 1));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 get_buffer_range_char (bp, start, end, &b, &e, GB_ALLOW_NIL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 if (b < e)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 buffer_insert_from_buffer (current_buffer, bp, b, e - b);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, Scompare_buffer_substrings,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 6, 6, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 Compare two substrings of two buffers; return result as number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 the value is -N if first string is less after N-1 chars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 +N if first string is greater after N-1 chars, or 0 if strings match.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 Each substring is represented as three arguments: BUFFER, START and END.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 That makes six args in all, three for each substring.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 The value of `case-fold-search' in the current buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 determines whether case is significant or ignored.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 (buffer1, start1, end1, buffer2, start2, end2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 Lisp_Object buffer1, start1, end1, buffer2, start2, end2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 Bufpos begp1, endp1, begp2, endp2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 REGISTER Charcount len1, len2, length, i;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 struct buffer *bp1, *bp2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 Lisp_Object trt = ((!NILP (current_buffer->case_fold_search)) ?
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 current_buffer->case_canon_table : Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546 /* Find the first buffer and its substring. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 bp1 = decode_buffer (buffer1, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 get_buffer_range_char (bp1, start1, end1, &begp1, &endp1, GB_ALLOW_NIL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 /* Likewise for second substring. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 bp2 = decode_buffer (buffer2, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 get_buffer_range_char (bp2, start2, end2, &begp2, &endp2, GB_ALLOW_NIL);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 len1 = endp1 - begp1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 len2 = endp2 - begp2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 length = len1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 if (len2 < length)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 length = len2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 for (i = 0; i < length; i++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 Emchar c1 = BUF_FETCH_CHAR (bp1, begp1 + i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 Emchar c2 = BUF_FETCH_CHAR (bp2, begp2 + i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 if (!NILP (trt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 c1 = TRT_TABLE_OF (trt, c1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 c2 = TRT_TABLE_OF (trt, c2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 if (c1 < c2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 return make_int (- 1 - i);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 if (c1 > c2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 return make_int (i + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 /* The strings match as far as they go.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 If one is shorter, that one is less. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 if (length < len1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 return make_int (length + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 else if (length < len2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 return make_int (- length - 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 /* Same length too => they are equal. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 return Qzero;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 subst_char_in_region_unwind (Lisp_Object arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 XBUFFER (XCAR (arg))->undo_list = XCDR (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 static Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 subst_char_in_region_unwind_1 (Lisp_Object arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 XBUFFER (XCAR (arg))->filename = XCDR (arg);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 DEFUN ("subst-char-in-region", Fsubst_char_in_region,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 Ssubst_char_in_region, 4, 5, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 From START to END, replace FROMCHAR with TOCHAR each time it occurs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 If optional arg NOUNDO is non-nil, don't record this change for undo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 and don't mark the buffer as really changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 (start, end, fromchar, tochar, noundo)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 Lisp_Object start, end, fromchar, tochar, noundo;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 Bufpos pos, stop;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614 Emchar fromc, toc;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 int mc_count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 struct buffer *buf = current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 int count = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 get_buffer_range_char (buf, start, end, &pos, &stop, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 CHECK_CHAR_COERCE_INT (fromchar);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 CHECK_CHAR_COERCE_INT (tochar);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 fromc = XCHAR (fromchar);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 toc = XCHAR (tochar);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 /* If we don't want undo, turn off putting stuff on the list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 That's faster than getting rid of things,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 and it prevents even the entry for a first change.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 Also inhibit locking the file. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 if (!NILP (noundo))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 record_unwind_protect (subst_char_in_region_unwind,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 Fcons (Fcurrent_buffer (), buf->undo_list));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 buf->undo_list = Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 /* Don't do file-locking. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 record_unwind_protect (subst_char_in_region_unwind_1,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 Fcons (Fcurrent_buffer (), buf->filename));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 buf->filename = Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 mc_count = begin_multiple_change (buf, pos, stop);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 while (pos < stop)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 if (BUF_FETCH_CHAR (buf, pos) == fromc)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 /* There used to be some code here that set the buffer to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 unmodified if NOUNDO was specified and there was only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 one change to the buffer since it was last saved.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 This is a crock of shit, so I'm not duplicating this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 behavior. I think this was left over from when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 prepare_to_modify_buffer() actually bumped MODIFF,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 so that code was supposed to undo this change. --ben */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 buffer_replace_char (buf, pos, toc, !NILP (noundo), 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 /* If noundo is not nil then we don't mark the buffer as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 modified. In reality that needs to happen externally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 only. Internally redisplay needs to know that the actual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 contents it should be displaying have changed. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 if (!NILP (noundo))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 Fset_buffer_modified_p (Fbuffer_modified_p (Qnil), Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 pos++;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 end_multiple_change (buf, mc_count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 unbind_to (count, Qnil);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 DEFUN ("translate-region", Ftranslate_region, Stranslate_region, 3, 3, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 From START to END, translate characters according to TABLE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 TABLE is a string; the Nth character in it is the mapping
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 for the character with code N. Returns the number of characters changed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 (start, end, table)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 Lisp_Object start;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 Lisp_Object end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 Lisp_Object table;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 Bufpos pos, stop; /* Limits of the region. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 REGISTER Emchar oc; /* Old character. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 REGISTER Emchar nc; /* New character. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 int cnt; /* Number of changes made. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 Charcount size; /* Size of translate table. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 int mc_count;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 struct buffer *buf = current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689 get_buffer_range_char (buf, start, end, &pos, &stop, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 CHECK_STRING (table);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 size = string_char_length (XSTRING (table));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 cnt = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 mc_count = begin_multiple_change (buf, pos, stop);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 for (; pos < stop; pos++)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 oc = BUF_FETCH_CHAR (buf, pos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 if (oc >= 0 && oc < size)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 nc = string_char (XSTRING (table), oc);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 if (nc != oc)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 buffer_replace_char (buf, pos, nc, 0, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705 ++cnt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 end_multiple_change (buf, mc_count);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 return make_int (cnt);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 DEFUN ("delete-region", Fdelete_region, Sdelete_region, 2, 3, "r" /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 Delete the text between point and mark.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 When called from a program, expects two arguments,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 positions (integers or markers) specifying the stretch to be deleted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 (b, e, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 Lisp_Object b, e, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 Bufpos start, end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 struct buffer *buf = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 get_buffer_range_char (buf, b, e, &start, &end, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 buffer_delete_range (buf, start, end, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 widen_buffer (struct buffer *b, int no_clip)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 if (BUF_BEGV (b) != BUF_BEG (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 clip_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 SET_BOTH_BUF_BEGV (b, BUF_BEG (b), BI_BUF_BEG (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 if (BUF_ZV (b) != BUF_Z (b))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 clip_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 SET_BOTH_BUF_ZV (b, BUF_Z (b), BI_BUF_Z (b));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 if (clip_changed)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 if (!no_clip)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 MARK_CLIP_CHANGED;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 /* Changing the buffer bounds invalidates any recorded current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 column. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 invalidate_current_column ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 DEFUN ("widen", Fwiden, Swiden, 0, 1, "" /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 Remove restrictions (narrowing) from BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 This allows the buffer's full text to be seen and edited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 Lisp_Object buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 struct buffer *b = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 widen_buffer (b, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 DEFUN ("narrow-to-region", Fnarrow_to_region, Snarrow_to_region, 2, 3, "r" /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 Restrict editing in BUFFER to the current region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 The rest of the text becomes temporarily invisible and untouchable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 but is not deleted; if you save the buffer in a file, the invisible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 text is included in the file. \\[widen] makes all visible again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 See also `save-restriction'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 When calling from a program, pass two arguments; positions (integers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 or markers) bounding the text that should remain visible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 (b, e, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 Lisp_Object b, e, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 Bufpos start, end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 struct buffer *buf = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 Bytind bi_start, bi_end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 get_buffer_range_char (buf, b, e, &start, &end, GB_ALLOW_PAST_ACCESSIBLE);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 bi_start = bufpos_to_bytind (buf, start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 bi_end = bufpos_to_bytind (buf, end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 SET_BOTH_BUF_BEGV (buf, start, bi_start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 SET_BOTH_BUF_ZV (buf, end, bi_end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 if (BUF_PT (buf) < start)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 BUF_SET_PT (buf, start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 if (BUF_PT (buf) > end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 BUF_SET_PT (buf, end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 MARK_CLIP_CHANGED;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 /* Changing the buffer bounds invalidates any recorded current column. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 invalidate_current_column ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 save_restriction_save (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 Lisp_Object bottom, top;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 /* Note: I tried using markers here, but it does not win
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 because insertion at the end of the saved region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 does not advance mh and is considered "outside" the saved region. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 bottom = make_int (BUF_BEGV (current_buffer) - BUF_BEG (current_buffer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 top = make_int (BUF_Z (current_buffer) - BUF_ZV (current_buffer));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 return noseeum_cons (Fcurrent_buffer (), noseeum_cons (bottom, top));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 Lisp_Object
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 save_restriction_restore (Lisp_Object data)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 struct buffer *buf;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 Charcount newhead, newtail;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 Lisp_Object tem;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 int local_clip_changed = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 buf = XBUFFER (Fcar (data));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 if (!BUFFER_LIVE_P (buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 /* someone could have killed the buffer in the meantime ... */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 tem = Fcdr (data);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 newhead = XINT (Fcar (tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 newtail = XINT (Fcdr (tem));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 while (CONSP (data))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 struct Lisp_Cons *victim = XCONS (data);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 data = victim->cdr;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 free_cons (victim);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 if (newhead + newtail > BUF_Z (buf) - BUF_BEG (buf))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 newhead = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 newtail = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 Bufpos start, end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 Bytind bi_start, bi_end;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 start = BUF_BEG (buf) + newhead;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 end = BUF_Z (buf) - newtail;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 bi_start = bufpos_to_bytind (buf, start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 bi_end = bufpos_to_bytind (buf, end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 if (BUF_BEGV (buf) != start)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 local_clip_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 SET_BOTH_BUF_BEGV (buf, start, bi_start);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 if (BUF_ZV (buf) != end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 local_clip_changed = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 SET_BOTH_BUF_ZV (buf, end, bi_end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 if (local_clip_changed)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 MARK_CLIP_CHANGED;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 /* If point is outside the new visible range, move it inside. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 BUF_SET_PT (buf,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 bufpos_clip_to_bounds (BUF_BEGV (buf),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 BUF_PT (buf),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 BUF_ZV (buf)));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 DEFUN ("save-restriction", Fsave_restriction, Ssave_restriction, 0, UNEVALLED, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 Execute BODY, saving and restoring current buffer's restrictions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 The buffer's restrictions make parts of the beginning and end invisible.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 \(They are set up with `narrow-to-region' and eliminated with `widen'.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 This special form, `save-restriction', saves the current buffer's restrictions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 when it is entered, and restores them when it is exited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 So any `narrow-to-region' within BODY lasts only until the end of the form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 The old restrictions settings are restored
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 even in case of abnormal exit (throw or error).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 The value returned is the value of the last form in BODY.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 `save-restriction' can get confused if, within the BODY, you widen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 and then make changes outside the area within the saved restrictions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 Note: if you are using both `save-excursion' and `save-restriction',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 use `save-excursion' outermost:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 (save-excursion (save-restriction ...))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 (body)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 Lisp_Object body;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 /* This function can GC */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 int speccount = specpdl_depth ();
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 record_unwind_protect (save_restriction_restore, save_restriction_save ());
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 return unbind_to (speccount, Fprogn (body));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 DEFUN ("format", Fformat, Sformat, 1, MANY, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 Format a string out of a control-string and arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 The first argument is a control string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 The other arguments are substituted into it to make the result, a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 It may contain %-sequences meaning to substitute the next argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 %s means print all objects as-is, using `princ'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 %S means print all objects as s-expressions, using `prin1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 %d or %i means print as an integer in decimal (%o octal, %x lowercase hex,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 %X uppercase hex).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 %c means print as a single character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 %f means print as a floating-point number in fixed notation (e.g. 785.200).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 %e or %E means print as a floating-point number in scientific notation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 (e.g. 7.85200e+03).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 %g or %G means print as a floating-point number in \"pretty format\";
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923 depending on the number, either %f or %e/%E format will be used, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 trailing zeroes are removed from the fractional part.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 The argument used for all but %s and %S must be a number. It will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 converted to an integer or a floating-point number as necessary.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 %$ means reposition to read a specific numbered argument; for example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 %3$s would apply the `%s' to the third argument after the control string,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 and the next format directive would use the fourth argument, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 following one the fifth argument, etc. (There must be a positive integer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 between the % and the $).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 Zero or more of the flag characters `-', `+', ` ', `0', and `#' may be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 specified between the optional repositioning spec and the conversion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 character; see below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936 An optional minimum field width may be specified after any flag characters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 and before the conversion character; it specifies the minimum number of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 characters that the converted argument will take up. Padding will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 added on the left (or on the right, if the `-' flag is specified), as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 necessary. Padding is done with spaces, or with zeroes if the `0' flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 is specified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 An optional period character and precision may be specified after any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 minimum field width. It specifies the minimum number of digits to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 appear in %d, %i, %o, %x, and %X conversions (the number is padded
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 on the left with zeroes as necessary); the number of digits printed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 after the decimal point for %f, %e, and %E conversions; the number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 of significant digits printed in %g and %G conversions; and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 maximum number of non-padding characters printed in %s and %S
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 conversions. The default precision for floating-point conversions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 is six.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 The ` ' and `+' flags mean prefix non-negative numbers with a space or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 plus sign, respectively.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 The `#' flag means print numbers in an alternate, more verbose format:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 octal numbers begin with zero; hex numbers begin with a 0x or 0X;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 a decimal point is printed in %f, %e, and %E conversions even if no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 numbers are printed after it; and trailing zeroes are not omitted in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 %g and %G conversions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 Use %% to put a single % into the output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 (nargs, args)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 int nargs;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964 Lisp_Object *args;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 /* It should not be necessary to GCPRO ARGS, because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 the caller in the interpreter should take care of that. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 CHECK_STRING (args[0]);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 return emacs_doprnt_string_lisp (0, args[0], 0, nargs - 1, args + 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 DEFUN ("char-equal", Fchar_equal, Schar_equal, 2, 3, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 Return t if two characters match, optionally ignoring case.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 Both arguments must be characters (i.e. integers).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 Case is ignored if `case-fold-search' is non-nil in BUFFER.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 If BUFFER is nil, the current buffer is assumed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 (c1, c2, buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981 Lisp_Object c1, c2, buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 Emchar x1, x2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 struct buffer *buf = decode_buffer (buffer, 1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986 CHECK_CHAR_COERCE_INT (c1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987 CHECK_CHAR_COERCE_INT (c2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 x1 = XCHAR (c1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 x2 = XCHAR (c2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 if (!NILP (buf->case_fold_search)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 ? DOWNCASE (buf, x1) == DOWNCASE (buf, x2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 : x1 == x2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994 return Qt;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 #if 0 /* Undebugged FSFmacs code */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 /* Transpose the markers in two regions of the current buffer, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000 adjust the ones between them if necessary (i.e.: if the regions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 differ in size).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 Traverses the entire marker list of the buffer to do so, adding an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004 appropriate amount to some, subtracting from some, and leaving the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005 rest untouched. Most of this is copied from adjust_markers in insdel.c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2007 It's the caller's job to see that (start1 <= end1 <= start2 <= end2). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2009 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2010 transpose_markers (Bufpos start1, Bufpos end1, Bufpos start2, Bufpos end2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2011 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2012 Charcount amt1, amt2, diff;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013 Bufpos mpos;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2014 Lisp_Object marker;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015 struct buffer *buf = current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 /* Update point as if it were a marker. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2018 if (BUF_PT (buf) < start1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2019 ;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2020 else if (BUF_PT (buf) < end1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2021 BUF_SET_PT (buf, BUF_PT (buf) + (end2 - end1));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2022 else if (BUF_PT (buf) < start2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023 BUF_SET_PT (buf, BUF_PT (buf) + (end2 - start2) - (end1 - start1));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 else if (BUF_PT (buf) < end2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025 BUF_SET_PT (buf, BUF_PT (buf) - (start2 - start1));
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2026
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2027 /* We used to adjust the endpoints here to account for the gap, but that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2028 isn't good enough. Even if we assume the caller has tried to move the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2029 gap out of our way, it might still be at start1 exactly, for example;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2030 and that places it `inside' the interval, for our purposes. The amount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2031 of adjustment is nontrivial if there's a `denormalized' marker whose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2032 position is between GPT and GPT + GAP_SIZE, so it's simpler to leave
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2033 the dirty work to Fmarker_position, below. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2034
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2035 /* The difference between the region's lengths */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2036 diff = (end2 - start2) - (end1 - start1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2038 /* For shifting each marker in a region by the length of the other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2039 * region plus the distance between the regions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2040 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2041 amt1 = (end2 - start2) + (start2 - end1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2042 amt2 = (end1 - start1) + (start2 - end1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2043
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2044 for (marker = BUF_MARKERS (buf); !NILP (marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2045 marker = XMARKER (marker)->chain)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2047 mpos = marker_position (marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2048 if (mpos >= start1 && mpos < end2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2050 if (mpos < end1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2051 mpos += amt1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2052 else if (mpos < start2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2053 mpos += diff;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2054 else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2055 mpos -= amt2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2056 set_marker_position (marker, mpos);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2057 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2058 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2059 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2060
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2062
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2063 DEFUN ("transpose-regions", Ftranspose_regions, Stranspose_regions, 4, 5, 0 /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2064 Transpose region START1 to END1 with START2 to END2.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2065 The regions may not be overlapping, because the size of the buffer is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066 never changed in a transposition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2067
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2068 Optional fifth arg LEAVE_MARKERS, if non-nil, means don't transpose
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2069 any markers that happen to be located in the regions. (#### BUG: currently
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2070 this function always acts as if LEAVE_MARKERS is non-nil.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2071
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2072 Transposing beyond buffer boundaries is an error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2073 */ )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2074 (startr1, endr1, startr2, endr2, leave_markers)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2075 Lisp_Object startr1, endr1, startr2, endr2, leave_markers;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2076 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2077 Bufpos start1, end1, start2, end2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2078 Charcount len1, len2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2079 Lisp_Object string1, string2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2080 struct buffer *buf = current_buffer;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2081
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2082 get_buffer_range_char (buf, startr1, endr1, &start1, &end1, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083 get_buffer_range_char (buf, startr2, endr2, &start2, &end2, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2084
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2085 len1 = end1 - start1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2086 len2 = end2 - start2;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2087
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2088 if (start2 < end1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2089 error ("transposed regions not properly ordered");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2090 else if (start1 == end1 || start2 == end2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091 error ("transposed region may not be of length 0");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2092
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2093 string1 = make_string_from_buffer (buf, start1, len1);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2094 string2 = make_string_from_buffer (buf, start2, len2);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2095 buffer_delete_range (buf, start2, end2, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2096 buffer_insert_lisp_string_1 (buf, start2, string1, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2097 buffer_delete_range (buf, start1, end1, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2098 buffer_insert_lisp_string_1 (buf, start1, string2, 0);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 /* In FSFmacs there is a whole bunch of really ugly code here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2101 to attempt to transpose the regions without using up any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2102 extra memory. Although the intent may be good, the result
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2103 was highly bogus. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2105 return Qnil;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2106 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2109 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2110 /* initialization */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2111 /************************************************************************/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 syms_of_editfns (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2115 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2116 defsymbol (&Qpoint, "point");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2117 defsymbol (&Qmark, "mark");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2118 defsymbol (&Qregion_beginning, "region-beginning");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2119 defsymbol (&Qregion_end, "region-end");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2120 defsymbol (&Qformat, "format");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2122 defsubr (&Schar_equal);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2123 defsubr (&Sgoto_char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2124 defsubr (&Sstring_to_char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2125 defsubr (&Schar_to_string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2126 defsubr (&Sbuffer_substring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2128 defsubr (&Spoint_marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2129 defsubr (&Smark_marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2130 defsubr (&Spoint);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2131 defsubr (&Sregion_beginning);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2132 defsubr (&Sregion_end);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2133 defsubr (&Ssave_excursion);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2135 defsubr (&Sbufsize);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2136 defsubr (&Spoint_max);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2137 defsubr (&Spoint_min);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2138 defsubr (&Spoint_min_marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2139 defsubr (&Spoint_max_marker);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2141 defsubr (&Sbobp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2142 defsubr (&Seobp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2143 defsubr (&Sbolp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2144 defsubr (&Seolp);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2145 defsubr (&Sfollowing_char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2146 defsubr (&Spreceding_char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2147 defsubr (&Schar_after);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2148 defsubr (&Sinsert);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2149 defsubr (&Sinsert_string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2150 defsubr (&Sinsert_before_markers);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2151 defsubr (&Sinsert_char);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2152
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2153 defsubr (&Suser_login_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2154 defsubr (&Suser_real_login_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2155 defsubr (&Suser_uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2156 defsubr (&Suser_real_uid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2157 defsubr (&Suser_full_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2158 defsubr (&Semacs_pid);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2159 defsubr (&Scurrent_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2160 defsubr (&Scurrent_process_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2161 defsubr (&Sformat_time_string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2162 defsubr (&Sdecode_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2163 defsubr (&Sencode_time);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2164 defsubr (&Scurrent_time_string);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2165 defsubr (&Scurrent_time_zone);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2166 defsubr (&Sset_time_zone_rule);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2167 defsubr (&Ssystem_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2168 defsubr (&Sformat);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2170 defsubr (&Sinsert_buffer_substring);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2171 defsubr (&Scompare_buffer_substrings);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2172 defsubr (&Ssubst_char_in_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2173 defsubr (&Stranslate_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2174 defsubr (&Sdelete_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2175 defsubr (&Swiden);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2176 defsubr (&Snarrow_to_region);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2177 defsubr (&Ssave_restriction);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2178 defsubr (&Stranspose_regions);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2180 defsymbol (&Qzmacs_update_region, "zmacs-update-region");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2181 defsymbol (&Qzmacs_deactivate_region, "zmacs-deactivate-region");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2182 defsymbol (&Qzmacs_region_buffer, "zmacs-region-buffer");
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2183 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2185 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2186 vars_of_editfns (void)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2187 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2188 staticpro (&Vsystem_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2189 #if 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2190 staticpro (&Vuser_full_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2191 staticpro (&Vuser_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2192 staticpro (&Vuser_real_name);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2193 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2194 DEFVAR_BOOL ("zmacs-regions", &zmacs_regions /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2195 *Whether LISPM-style active regions should be used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2196 This means that commands which operate on the region (the area between the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2197 point and the mark) will only work while the region is in the ``active''
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2198 state, which is indicated by highlighting. Executing most commands causes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2199 the region to not be in the active state, so (for example) \\[kill-region] will only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2200 work immediately after activating the region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2202 More specifically:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2204 - Commands which operate on the region only work if the region is active.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2205 - Only a very small set of commands cause the region to become active:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2206 Those commands whose semantics are to mark an area, like mark-defun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2207 - The region is deactivated after each command that is executed, except that:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2208 - \"Motion\" commands do not change whether the region is active or not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2210 set-mark-command (C-SPC) pushes a mark and activates the region. Moving the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2211 cursor with normal motion commands (C-n, C-p, etc) will cause the region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2212 between point and the recently-pushed mark to be highlighted. It will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2213 remain highlighted until some non-motion comand is executed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2215 exchange-point-and-mark (\\[exchange-point-and-mark]) activates the region. So if you mark a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2216 region and execute a command that operates on it, you can reactivate the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2217 same region with \\[exchange-point-and-mark] (or perhaps \\[exchange-point-and-mark] \\[exchange-point-and-mark]) to operate on it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2218 again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2220 Generally, commands which push marks as a means of navigation (like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2221 beginning-of-buffer and end-of-buffer (M-< and M->)) do not activate the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222 region. But commands which push marks as a means of marking an area of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 text (like mark-defun (\\[mark-defun]), mark-word (\\[mark-word]) or mark-whole-buffer (\\[mark-whole-buffer]))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224 do activate the region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2226 The way the command loop actually works with regard to deactivating the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 region is as follows:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229 - If the variable `zmacs-region-stays' has been set to t during the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230 just executed, the region is left alone (this is how the motion commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231 make the region stay around; see the `_' flag in the `interactive'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 specification). `zmacs-region-stays' is reset to nil before each command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2233 is executed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2234 - If the function `zmacs-activate-region' has been called during the command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2235 just executed, the region is left alone. Very few functions should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2236 actually call this function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2237 - Otherwise, if the region is active, the region is deactivated and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238 the `zmacs-deactivate-region-hook' is called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240 /* Zmacs style active regions are now ON by default */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2241 zmacs_regions = 1;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2242
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 DEFVAR_BOOL ("zmacs-region-active-p", &zmacs_region_active_p /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 Do not alter this. It is for internal use only.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2246 zmacs_region_active_p = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248 DEFVAR_BOOL ("zmacs-region-stays", &zmacs_region_stays /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2249 Commands which do not wish to affect whether the region is currently
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2250 highlighted should set this to t. Normally, the region is turned off after
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251 executing each command that did not explicitly turn it on with the function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 zmacs-activate-region. Setting this to true lets a command be non-intrusive.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2253 See the variable `zmacs-regions'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2254 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2255 zmacs_region_stays = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 DEFVAR_BOOL ("atomic-extent-goto-char-p", &atomic_extent_goto_char_p /*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258 Do not use this -- it will be going away soon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259 Indicates if `goto-char' has just been run. This information is allegedly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260 needed to get the desired behavior for atomic extents and unfortunately
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 is not available by any other means.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262 */ );
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2263 atomic_extent_goto_char_p = 0;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 }