1 /* Lisp parsing and input streams.
2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995,
3 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 This file is part of GNU Emacs.
8 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option)
13 GNU Emacs is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA. */
26 #include <sys/types.h>
32 #include "intervals.h"
34 #include "character.h"
41 #include "termhooks.h"
43 #include "blockinput.h"
47 #include <unistd.h> /* to get X_OK */
64 #endif /* HAVE_SETLOCALE */
74 #define file_offset off_t
75 #define file_tell ftello
77 #define file_offset long
78 #define file_tell ftell
85 Lisp_Object Qread_char
, Qget_file_char
, Qstandard_input
, Qcurrent_load_list
;
86 Lisp_Object Qvariable_documentation
, Vvalues
, Vstandard_input
, Vafter_load_alist
;
87 Lisp_Object Qascii_character
, Qload
, Qload_file_name
;
88 Lisp_Object Qbackquote
, Qcomma
, Qcomma_at
, Qcomma_dot
, Qfunction
;
89 Lisp_Object Qinhibit_file_name_operation
;
90 Lisp_Object Qeval_buffer_list
, Veval_buffer_list
;
91 Lisp_Object Qfile_truename
, Qdo_after_load_evaluation
; /* ACM 2006/5/16 */
93 /* Used instead of Qget_file_char while loading *.elc files compiled
94 by Emacs 21 or older. */
95 static Lisp_Object Qget_emacs_mule_file_char
;
97 static Lisp_Object Qload_force_doc_strings
;
99 extern Lisp_Object Qevent_symbol_element_mask
;
100 extern Lisp_Object Qfile_exists_p
;
102 /* non-zero if inside `load' */
103 int load_in_progress
;
105 /* Directory in which the sources were found. */
106 Lisp_Object Vsource_directory
;
108 /* Search path and suffixes for files to be loaded. */
109 Lisp_Object Vload_path
, Vload_suffixes
, Vload_file_rep_suffixes
;
111 /* File name of user's init file. */
112 Lisp_Object Vuser_init_file
;
114 /* This is the user-visible association list that maps features to
115 lists of defs in their load files. */
116 Lisp_Object Vload_history
;
118 /* This is used to build the load history. */
119 Lisp_Object Vcurrent_load_list
;
121 /* List of files that were preloaded. */
122 Lisp_Object Vpreloaded_file_list
;
124 /* Name of file actually being read by `load'. */
125 Lisp_Object Vload_file_name
;
127 /* Function to use for reading, in `load' and friends. */
128 Lisp_Object Vload_read_function
;
130 /* The association list of objects read with the #n=object form.
131 Each member of the list has the form (n . object), and is used to
132 look up the object for the corresponding #n# construct.
133 It must be set to nil before all top-level calls to read0. */
134 Lisp_Object read_objects
;
136 /* Nonzero means load should forcibly load all dynamic doc strings. */
137 static int load_force_doc_strings
;
139 /* Nonzero means read should convert strings to unibyte. */
140 static int load_convert_to_unibyte
;
142 /* Nonzero means READCHAR should read bytes one by one (not character)
143 when READCHARFUN is Qget_file_char or Qget_emacs_mule_file_char.
144 This is set to 1 by read1 temporarily while handling #@NUMBER. */
145 static int load_each_byte
;
147 /* Function to use for loading an Emacs Lisp source file (not
148 compiled) instead of readevalloop. */
149 Lisp_Object Vload_source_file_function
;
151 /* List of all DEFVAR_BOOL variables. Used by the byte optimizer. */
152 Lisp_Object Vbyte_boolean_vars
;
154 /* Whether or not to add a `read-positions' property to symbols
156 Lisp_Object Vread_with_symbol_positions
;
158 /* List of (SYMBOL . POSITION) accumulated so far. */
159 Lisp_Object Vread_symbol_positions_list
;
161 /* List of descriptors now open for Fload. */
162 static Lisp_Object load_descriptor_list
;
164 /* File for get_file_char to read from. Use by load. */
165 static FILE *instream
;
167 /* When nonzero, read conses in pure space */
168 static int read_pure
;
170 /* For use within read-from-string (this reader is non-reentrant!!) */
171 static int read_from_string_index
;
172 static int read_from_string_index_byte
;
173 static int read_from_string_limit
;
175 /* Number of characters read in the current call to Fread or
176 Fread_from_string. */
177 static int readchar_count
;
179 /* This contains the last string skipped with #@. */
180 static char *saved_doc_string
;
181 /* Length of buffer allocated in saved_doc_string. */
182 static int saved_doc_string_size
;
183 /* Length of actual data in saved_doc_string. */
184 static int saved_doc_string_length
;
185 /* This is the file position that string came from. */
186 static file_offset saved_doc_string_position
;
188 /* This contains the previous string skipped with #@.
189 We copy it from saved_doc_string when a new string
190 is put in saved_doc_string. */
191 static char *prev_saved_doc_string
;
192 /* Length of buffer allocated in prev_saved_doc_string. */
193 static int prev_saved_doc_string_size
;
194 /* Length of actual data in prev_saved_doc_string. */
195 static int prev_saved_doc_string_length
;
196 /* This is the file position that string came from. */
197 static file_offset prev_saved_doc_string_position
;
199 /* Nonzero means inside a new-style backquote
200 with no surrounding parentheses.
201 Fread initializes this to zero, so we need not specbind it
202 or worry about what happens to it when there is an error. */
203 static int new_backquote_flag
;
204 static Lisp_Object Vold_style_backquotes
, Qold_style_backquotes
;
206 /* A list of file names for files being loaded in Fload. Used to
207 check for recursive loads. */
209 static Lisp_Object Vloads_in_progress
;
211 /* Non-zero means load dangerous compiled Lisp files. */
213 int load_dangerous_libraries
;
215 /* A regular expression used to detect files compiled with Emacs. */
217 static Lisp_Object Vbytecomp_version_regexp
;
219 static int read_emacs_mule_char
P_ ((int, int (*) (int, Lisp_Object
),
222 static void readevalloop
P_ ((Lisp_Object
, FILE*, Lisp_Object
,
223 Lisp_Object (*) (), int,
224 Lisp_Object
, Lisp_Object
,
225 Lisp_Object
, Lisp_Object
));
226 static Lisp_Object load_unwind
P_ ((Lisp_Object
));
227 static Lisp_Object load_descriptor_unwind
P_ ((Lisp_Object
));
229 static void invalid_syntax
P_ ((const char *, int)) NO_RETURN
;
230 static void end_of_file_error
P_ (()) NO_RETURN
;
233 /* Functions that read one byte from the current source READCHARFUN
234 or unreads one byte. If the integer argument C is -1, it returns
235 one read byte, or -1 when there's no more byte in the source. If C
236 is 0 or positive, it unreads C, and the return value is not
239 static int readbyte_for_lambda
P_ ((int, Lisp_Object
));
240 static int readbyte_from_file
P_ ((int, Lisp_Object
));
241 static int readbyte_from_string
P_ ((int, Lisp_Object
));
243 /* Handle unreading and rereading of characters.
244 Write READCHAR to read a character,
245 UNREAD(c) to unread c to be read again.
247 These macros correctly read/unread multibyte characters. */
249 #define READCHAR readchar (readcharfun, NULL)
250 #define UNREAD(c) unreadchar (readcharfun, c)
252 /* Same as READCHAR but set *MULTIBYTE to the multibyteness of the source. */
253 #define READCHAR_REPORT_MULTIBYTE(multibyte) readchar (readcharfun, multibyte)
255 /* When READCHARFUN is Qget_file_char, Qget_emacs_mule_file_char,
256 Qlambda, or a cons, we use this to keep an unread character because
257 a file stream can't handle multibyte-char unreading. The value -1
258 means that there's no unread character. */
259 static int unread_char
;
262 readchar (readcharfun
, multibyte
)
263 Lisp_Object readcharfun
;
268 int (*readbyte
) P_ ((int, Lisp_Object
));
269 unsigned char buf
[MAX_MULTIBYTE_LENGTH
];
271 int emacs_mule_encoding
= 0;
278 if (BUFFERP (readcharfun
))
280 register struct buffer
*inbuffer
= XBUFFER (readcharfun
);
282 int pt_byte
= BUF_PT_BYTE (inbuffer
);
284 if (pt_byte
>= BUF_ZV_BYTE (inbuffer
))
287 if (! NILP (inbuffer
->enable_multibyte_characters
))
289 /* Fetch the character code from the buffer. */
290 unsigned char *p
= BUF_BYTE_ADDRESS (inbuffer
, pt_byte
);
291 BUF_INC_POS (inbuffer
, pt_byte
);
292 c
= STRING_CHAR (p
, pt_byte
- orig_pt_byte
);
298 c
= BUF_FETCH_BYTE (inbuffer
, pt_byte
);
299 if (! ASCII_BYTE_P (c
))
300 c
= BYTE8_TO_CHAR (c
);
303 SET_BUF_PT_BOTH (inbuffer
, BUF_PT (inbuffer
) + 1, pt_byte
);
307 if (MARKERP (readcharfun
))
309 register struct buffer
*inbuffer
= XMARKER (readcharfun
)->buffer
;
311 int bytepos
= marker_byte_position (readcharfun
);
313 if (bytepos
>= BUF_ZV_BYTE (inbuffer
))
316 if (! NILP (inbuffer
->enable_multibyte_characters
))
318 /* Fetch the character code from the buffer. */
319 unsigned char *p
= BUF_BYTE_ADDRESS (inbuffer
, bytepos
);
320 BUF_INC_POS (inbuffer
, bytepos
);
321 c
= STRING_CHAR (p
, bytepos
- orig_bytepos
);
327 c
= BUF_FETCH_BYTE (inbuffer
, bytepos
);
328 if (! ASCII_BYTE_P (c
))
329 c
= BYTE8_TO_CHAR (c
);
333 XMARKER (readcharfun
)->bytepos
= bytepos
;
334 XMARKER (readcharfun
)->charpos
++;
339 if (EQ (readcharfun
, Qlambda
))
341 readbyte
= readbyte_for_lambda
;
345 if (EQ (readcharfun
, Qget_file_char
))
347 readbyte
= readbyte_from_file
;
351 if (STRINGP (readcharfun
))
353 if (read_from_string_index
>= read_from_string_limit
)
355 else if (STRING_MULTIBYTE (readcharfun
))
359 FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c
, readcharfun
,
360 read_from_string_index
,
361 read_from_string_index_byte
);
365 c
= SREF (readcharfun
, read_from_string_index_byte
);
366 read_from_string_index
++;
367 read_from_string_index_byte
++;
372 if (CONSP (readcharfun
))
374 /* This is the case that read_vector is reading from a unibyte
375 string that contains a byte sequence previously skipped
376 because of #@NUMBER. The car part of readcharfun is that
377 string, and the cdr part is a value of readcharfun given to
379 readbyte
= readbyte_from_string
;
380 if (EQ (XCDR (readcharfun
), Qget_emacs_mule_file_char
))
381 emacs_mule_encoding
= 1;
385 if (EQ (readcharfun
, Qget_emacs_mule_file_char
))
387 readbyte
= readbyte_from_file
;
388 emacs_mule_encoding
= 1;
392 tem
= call0 (readcharfun
);
399 if (unread_char
>= 0)
405 c
= (*readbyte
) (-1, readcharfun
);
406 if (c
< 0 || load_each_byte
)
410 if (ASCII_BYTE_P (c
))
412 if (emacs_mule_encoding
)
413 return read_emacs_mule_char (c
, readbyte
, readcharfun
);
416 len
= BYTES_BY_CHAR_HEAD (c
);
419 c
= (*readbyte
) (-1, readcharfun
);
420 if (c
< 0 || ! TRAILING_CODE_P (c
))
423 (*readbyte
) (buf
[i
], readcharfun
);
424 return BYTE8_TO_CHAR (buf
[0]);
428 return STRING_CHAR (buf
, i
);
431 /* Unread the character C in the way appropriate for the stream READCHARFUN.
432 If the stream is a user function, call it with the char as argument. */
435 unreadchar (readcharfun
, c
)
436 Lisp_Object readcharfun
;
441 /* Don't back up the pointer if we're unreading the end-of-input mark,
442 since readchar didn't advance it when we read it. */
444 else if (BUFFERP (readcharfun
))
446 struct buffer
*b
= XBUFFER (readcharfun
);
447 int bytepos
= BUF_PT_BYTE (b
);
450 if (! NILP (b
->enable_multibyte_characters
))
451 BUF_DEC_POS (b
, bytepos
);
455 BUF_PT_BYTE (b
) = bytepos
;
457 else if (MARKERP (readcharfun
))
459 struct buffer
*b
= XMARKER (readcharfun
)->buffer
;
460 int bytepos
= XMARKER (readcharfun
)->bytepos
;
462 XMARKER (readcharfun
)->charpos
--;
463 if (! NILP (b
->enable_multibyte_characters
))
464 BUF_DEC_POS (b
, bytepos
);
468 XMARKER (readcharfun
)->bytepos
= bytepos
;
470 else if (STRINGP (readcharfun
))
472 read_from_string_index
--;
473 read_from_string_index_byte
474 = string_char_to_byte (readcharfun
, read_from_string_index
);
476 else if (CONSP (readcharfun
))
480 else if (EQ (readcharfun
, Qlambda
))
484 else if (EQ (readcharfun
, Qget_file_char
)
485 || EQ (readcharfun
, Qget_emacs_mule_file_char
))
490 ungetc (c
, instream
);
497 call1 (readcharfun
, make_number (c
));
501 readbyte_for_lambda (c
, readcharfun
)
503 Lisp_Object readcharfun
;
505 return read_bytecode_char (c
>= 0);
510 readbyte_from_file (c
, readcharfun
)
512 Lisp_Object readcharfun
;
517 ungetc (c
, instream
);
526 /* Interrupted reads have been observed while reading over the network */
527 while (c
== EOF
&& ferror (instream
) && errno
== EINTR
)
539 return (c
== EOF
? -1 : c
);
543 readbyte_from_string (c
, readcharfun
)
545 Lisp_Object readcharfun
;
547 Lisp_Object string
= XCAR (readcharfun
);
551 read_from_string_index
--;
552 read_from_string_index_byte
553 = string_char_to_byte (string
, read_from_string_index
);
556 if (read_from_string_index
>= read_from_string_limit
)
559 FETCH_STRING_CHAR_ADVANCE (c
, string
,
560 read_from_string_index
,
561 read_from_string_index_byte
);
566 /* Read one non-ASCII character from INSTREAM. The character is
567 encoded in `emacs-mule' and the first byte is already read in
570 extern char emacs_mule_bytes
[256];
573 read_emacs_mule_char (c
, readbyte
, readcharfun
)
575 int (*readbyte
) P_ ((int, Lisp_Object
));
576 Lisp_Object readcharfun
;
578 /* Emacs-mule coding uses at most 4-byte for one character. */
579 unsigned char buf
[4];
580 int len
= emacs_mule_bytes
[c
];
581 struct charset
*charset
;
586 /* C is not a valid leading-code of `emacs-mule'. */
587 return BYTE8_TO_CHAR (c
);
593 c
= (*readbyte
) (-1, readcharfun
);
597 (*readbyte
) (buf
[i
], readcharfun
);
598 return BYTE8_TO_CHAR (buf
[0]);
605 charset
= emacs_mule_charset
[buf
[0]];
606 code
= buf
[1] & 0x7F;
610 if (buf
[0] == EMACS_MULE_LEADING_CODE_PRIVATE_11
611 || buf
[0] == EMACS_MULE_LEADING_CODE_PRIVATE_12
)
613 charset
= emacs_mule_charset
[buf
[1]];
614 code
= buf
[2] & 0x7F;
618 charset
= emacs_mule_charset
[buf
[0]];
619 code
= ((buf
[1] << 8) | buf
[2]) & 0x7F7F;
624 charset
= emacs_mule_charset
[buf
[1]];
625 code
= ((buf
[2] << 8) | buf
[3]) & 0x7F7F;
627 c
= DECODE_CHAR (charset
, code
);
629 Fsignal (Qinvalid_read_syntax
,
630 Fcons (build_string ("invalid multibyte form"), Qnil
));
635 static Lisp_Object read_internal_start
P_ ((Lisp_Object
, Lisp_Object
,
637 static Lisp_Object read0
P_ ((Lisp_Object
));
638 static Lisp_Object read1
P_ ((Lisp_Object
, int *, int));
640 static Lisp_Object read_list
P_ ((int, Lisp_Object
));
641 static Lisp_Object read_vector
P_ ((Lisp_Object
, int));
643 static Lisp_Object substitute_object_recurse
P_ ((Lisp_Object
, Lisp_Object
,
645 static void substitute_object_in_subtree
P_ ((Lisp_Object
,
647 static void substitute_in_interval
P_ ((INTERVAL
, Lisp_Object
));
650 /* Get a character from the tty. */
652 /* Read input events until we get one that's acceptable for our purposes.
654 If NO_SWITCH_FRAME is non-zero, switch-frame events are stashed
655 until we get a character we like, and then stuffed into
658 If ASCII_REQUIRED is non-zero, we check function key events to see
659 if the unmodified version of the symbol has a Qascii_character
660 property, and use that character, if present.
662 If ERROR_NONASCII is non-zero, we signal an error if the input we
663 get isn't an ASCII character with modifiers. If it's zero but
664 ASCII_REQUIRED is non-zero, we just re-read until we get an ASCII
667 If INPUT_METHOD is nonzero, we invoke the current input method
668 if the character warrants that.
670 If SECONDS is a number, we wait that many seconds for input, and
671 return Qnil if no input arrives within that time. */
674 read_filtered_event (no_switch_frame
, ascii_required
, error_nonascii
,
675 input_method
, seconds
)
676 int no_switch_frame
, ascii_required
, error_nonascii
, input_method
;
679 Lisp_Object val
, delayed_switch_frame
;
682 #ifdef HAVE_WINDOW_SYSTEM
683 if (display_hourglass_p
)
687 delayed_switch_frame
= Qnil
;
689 /* Compute timeout. */
690 if (NUMBERP (seconds
))
692 EMACS_TIME wait_time
;
694 double duration
= extract_float (seconds
);
696 sec
= (int) duration
;
697 usec
= (duration
- sec
) * 1000000;
698 EMACS_GET_TIME (end_time
);
699 EMACS_SET_SECS_USECS (wait_time
, sec
, usec
);
700 EMACS_ADD_TIME (end_time
, end_time
, wait_time
);
703 /* Read until we get an acceptable event. */
706 val
= read_char (0, 0, 0, (input_method
? Qnil
: Qt
), 0,
707 NUMBERP (seconds
) ? &end_time
: NULL
);
708 while (INTEGERP (val
) && XINT (val
) == -2); /* wrong_kboard_jmpbuf */
713 /* switch-frame events are put off until after the next ASCII
714 character. This is better than signaling an error just because
715 the last characters were typed to a separate minibuffer frame,
716 for example. Eventually, some code which can deal with
717 switch-frame events will read it and process it. */
719 && EVENT_HAS_PARAMETERS (val
)
720 && EQ (EVENT_HEAD_KIND (EVENT_HEAD (val
)), Qswitch_frame
))
722 delayed_switch_frame
= val
;
726 if (ascii_required
&& !(NUMBERP (seconds
) && NILP (val
)))
728 /* Convert certain symbols to their ASCII equivalents. */
731 Lisp_Object tem
, tem1
;
732 tem
= Fget (val
, Qevent_symbol_element_mask
);
735 tem1
= Fget (Fcar (tem
), Qascii_character
);
736 /* Merge this symbol's modifier bits
737 with the ASCII equivalent of its basic code. */
739 XSETFASTINT (val
, XINT (tem1
) | XINT (Fcar (Fcdr (tem
))));
743 /* If we don't have a character now, deal with it appropriately. */
748 Vunread_command_events
= Fcons (val
, Qnil
);
749 error ("Non-character input-event");
756 if (! NILP (delayed_switch_frame
))
757 unread_switch_frame
= delayed_switch_frame
;
761 #ifdef HAVE_WINDOW_SYSTEM
762 if (display_hourglass_p
)
771 DEFUN ("read-char", Fread_char
, Sread_char
, 0, 3, 0,
772 doc
: /* Read a character from the command input (keyboard or macro).
773 It is returned as a number.
774 If the user generates an event which is not a character (i.e. a mouse
775 click or function key event), `read-char' signals an error. As an
776 exception, switch-frame events are put off until non-ASCII events can
778 If you want to read non-character events, or ignore them, call
779 `read-event' or `read-char-exclusive' instead.
781 If the optional argument PROMPT is non-nil, display that as a prompt.
782 If the optional argument INHERIT-INPUT-METHOD is non-nil and some
783 input method is turned on in the current buffer, that input method
784 is used for reading a character.
785 If the optional argument SECONDS is non-nil, it should be a number
786 specifying the maximum number of seconds to wait for input. If no
787 input arrives in that time, return nil. SECONDS may be a
788 floating-point value. */)
789 (prompt
, inherit_input_method
, seconds
)
790 Lisp_Object prompt
, inherit_input_method
, seconds
;
793 message_with_string ("%s", prompt
, 0);
794 return read_filtered_event (1, 1, 1, ! NILP (inherit_input_method
), seconds
);
797 DEFUN ("read-event", Fread_event
, Sread_event
, 0, 3, 0,
798 doc
: /* Read an event object from the input stream.
799 If the optional argument PROMPT is non-nil, display that as a prompt.
800 If the optional argument INHERIT-INPUT-METHOD is non-nil and some
801 input method is turned on in the current buffer, that input method
802 is used for reading a character.
803 If the optional argument SECONDS is non-nil, it should be a number
804 specifying the maximum number of seconds to wait for input. If no
805 input arrives in that time, return nil. SECONDS may be a
806 floating-point value. */)
807 (prompt
, inherit_input_method
, seconds
)
808 Lisp_Object prompt
, inherit_input_method
, seconds
;
811 message_with_string ("%s", prompt
, 0);
812 return read_filtered_event (0, 0, 0, ! NILP (inherit_input_method
), seconds
);
815 DEFUN ("read-char-exclusive", Fread_char_exclusive
, Sread_char_exclusive
, 0, 3, 0,
816 doc
: /* Read a character from the command input (keyboard or macro).
817 It is returned as a number. Non-character events are ignored.
819 If the optional argument PROMPT is non-nil, display that as a prompt.
820 If the optional argument INHERIT-INPUT-METHOD is non-nil and some
821 input method is turned on in the current buffer, that input method
822 is used for reading a character.
823 If the optional argument SECONDS is non-nil, it should be a number
824 specifying the maximum number of seconds to wait for input. If no
825 input arrives in that time, return nil. SECONDS may be a
826 floating-point value. */)
827 (prompt
, inherit_input_method
, seconds
)
828 Lisp_Object prompt
, inherit_input_method
, seconds
;
831 message_with_string ("%s", prompt
, 0);
832 return read_filtered_event (1, 1, 0, ! NILP (inherit_input_method
), seconds
);
835 DEFUN ("get-file-char", Fget_file_char
, Sget_file_char
, 0, 0, 0,
836 doc
: /* Don't use this yourself. */)
839 register Lisp_Object val
;
841 XSETINT (val
, getc (instream
));
848 /* Value is a version number of byte compiled code if the file
849 associated with file descriptor FD is a compiled Lisp file that's
850 safe to load. Only files compiled with Emacs are safe to load.
851 Files compiled with XEmacs can lead to a crash in Fbyte_code
852 because of an incompatible change in the byte compiler. */
863 /* Read the first few bytes from the file, and look for a line
864 specifying the byte compiler version used. */
865 nbytes
= emacs_read (fd
, buf
, sizeof buf
- 1);
870 /* Skip to the next newline, skipping over the initial `ELC'
871 with NUL bytes following it, but note the version. */
872 for (i
= 0; i
< nbytes
&& buf
[i
] != '\n'; ++i
)
877 || fast_c_string_match_ignore_case (Vbytecomp_version_regexp
,
884 lseek (fd
, 0, SEEK_SET
);
889 /* Callback for record_unwind_protect. Restore the old load list OLD,
890 after loading a file successfully. */
893 record_load_unwind (old
)
896 return Vloads_in_progress
= old
;
899 /* This handler function is used via internal_condition_case_1. */
902 load_error_handler (data
)
909 load_warn_old_style_backquotes (file
)
912 if (!NILP (Vold_style_backquotes
))
915 args
[0] = build_string ("Loading `%s': old-style backquotes detected!");
922 DEFUN ("get-load-suffixes", Fget_load_suffixes
, Sget_load_suffixes
, 0, 0, 0,
923 doc
: /* Return the suffixes that `load' should try if a suffix is \
925 This uses the variables `load-suffixes' and `load-file-rep-suffixes'. */)
928 Lisp_Object lst
= Qnil
, suffixes
= Vload_suffixes
, suffix
, ext
;
929 while (CONSP (suffixes
))
931 Lisp_Object exts
= Vload_file_rep_suffixes
;
932 suffix
= XCAR (suffixes
);
933 suffixes
= XCDR (suffixes
);
938 lst
= Fcons (concat2 (suffix
, ext
), lst
);
941 return Fnreverse (lst
);
944 DEFUN ("load", Fload
, Sload
, 1, 5, 0,
945 doc
: /* Execute a file of Lisp code named FILE.
946 First try FILE with `.elc' appended, then try with `.el',
947 then try FILE unmodified (the exact suffixes in the exact order are
948 determined by `load-suffixes'). Environment variable references in
949 FILE are replaced with their values by calling `substitute-in-file-name'.
950 This function searches the directories in `load-path'.
952 If optional second arg NOERROR is non-nil,
953 report no error if FILE doesn't exist.
954 Print messages at start and end of loading unless
955 optional third arg NOMESSAGE is non-nil.
956 If optional fourth arg NOSUFFIX is non-nil, don't try adding
957 suffixes `.elc' or `.el' to the specified name FILE.
958 If optional fifth arg MUST-SUFFIX is non-nil, insist on
959 the suffix `.elc' or `.el'; don't accept just FILE unless
960 it ends in one of those suffixes or includes a directory name.
962 If this function fails to find a file, it may look for different
963 representations of that file before trying another file.
964 It does so by adding the non-empty suffixes in `load-file-rep-suffixes'
965 to the file name. Emacs uses this feature mainly to find compressed
966 versions of files when Auto Compression mode is enabled.
968 The exact suffixes that this function tries out, in the exact order,
969 are given by the value of the variable `load-file-rep-suffixes' if
970 NOSUFFIX is non-nil and by the return value of the function
971 `get-load-suffixes' if MUST-SUFFIX is non-nil. If both NOSUFFIX and
972 MUST-SUFFIX are nil, this function first tries out the latter suffixes
975 Loading a file records its definitions, and its `provide' and
976 `require' calls, in an element of `load-history' whose
977 car is the file name loaded. See `load-history'.
979 Return t if the file exists and loads successfully. */)
980 (file
, noerror
, nomessage
, nosuffix
, must_suffix
)
981 Lisp_Object file
, noerror
, nomessage
, nosuffix
, must_suffix
;
983 register FILE *stream
;
984 register int fd
= -1;
985 int count
= SPECPDL_INDEX ();
986 struct gcpro gcpro1
, gcpro2
, gcpro3
;
987 Lisp_Object found
, efound
, hist_file_name
;
988 /* 1 means we printed the ".el is newer" message. */
990 /* 1 means we are loading a compiled file. */
1002 CHECK_STRING (file
);
1004 /* If file name is magic, call the handler. */
1005 /* This shouldn't be necessary any more now that `openp' handles it right.
1006 handler = Ffind_file_name_handler (file, Qload);
1007 if (!NILP (handler))
1008 return call5 (handler, Qload, file, noerror, nomessage, nosuffix); */
1010 /* Do this after the handler to avoid
1011 the need to gcpro noerror, nomessage and nosuffix.
1012 (Below here, we care only whether they are nil or not.)
1013 The presence of this call is the result of a historical accident:
1014 it used to be in every file-operation and when it got removed
1015 everywhere, it accidentally stayed here. Since then, enough people
1016 supposedly have things like (load "$PROJECT/foo.el") in their .emacs
1017 that it seemed risky to remove. */
1018 if (! NILP (noerror
))
1020 file
= internal_condition_case_1 (Fsubstitute_in_file_name
, file
,
1021 Qt
, load_error_handler
);
1026 file
= Fsubstitute_in_file_name (file
);
1029 /* Avoid weird lossage with null string as arg,
1030 since it would try to load a directory as a Lisp file */
1031 if (SCHARS (file
) > 0)
1033 int size
= SBYTES (file
);
1036 GCPRO2 (file
, found
);
1038 if (! NILP (must_suffix
))
1040 /* Don't insist on adding a suffix if FILE already ends with one. */
1042 && !strcmp (SDATA (file
) + size
- 3, ".el"))
1045 && !strcmp (SDATA (file
) + size
- 4, ".elc"))
1047 /* Don't insist on adding a suffix
1048 if the argument includes a directory name. */
1049 else if (! NILP (Ffile_name_directory (file
)))
1053 fd
= openp (Vload_path
, file
,
1054 (!NILP (nosuffix
) ? Qnil
1055 : !NILP (must_suffix
) ? Fget_load_suffixes ()
1056 : Fappend (2, (tmp
[0] = Fget_load_suffixes (),
1057 tmp
[1] = Vload_file_rep_suffixes
,
1066 xsignal2 (Qfile_error
, build_string ("Cannot open load file"), file
);
1070 /* Tell startup.el whether or not we found the user's init file. */
1071 if (EQ (Qt
, Vuser_init_file
))
1072 Vuser_init_file
= found
;
1074 /* If FD is -2, that means openp found a magic file. */
1077 if (NILP (Fequal (found
, file
)))
1078 /* If FOUND is a different file name from FILE,
1079 find its handler even if we have already inhibited
1080 the `load' operation on FILE. */
1081 handler
= Ffind_file_name_handler (found
, Qt
);
1083 handler
= Ffind_file_name_handler (found
, Qload
);
1084 if (! NILP (handler
))
1085 return call5 (handler
, Qload
, found
, noerror
, nomessage
, Qt
);
1088 /* Check if we're stuck in a recursive load cycle.
1090 2000-09-21: It's not possible to just check for the file loaded
1091 being a member of Vloads_in_progress. This fails because of the
1092 way the byte compiler currently works; `provide's are not
1093 evaluted, see font-lock.el/jit-lock.el as an example. This
1094 leads to a certain amount of ``normal'' recursion.
1096 Also, just loading a file recursively is not always an error in
1097 the general case; the second load may do something different. */
1101 for (tem
= Vloads_in_progress
; CONSP (tem
); tem
= XCDR (tem
))
1102 if (!NILP (Fequal (found
, XCAR (tem
))))
1108 signal_error ("Recursive load", Fcons (found
, Vloads_in_progress
));
1110 record_unwind_protect (record_load_unwind
, Vloads_in_progress
);
1111 Vloads_in_progress
= Fcons (found
, Vloads_in_progress
);
1114 /* Get the name for load-history. */
1115 hist_file_name
= (! NILP (Vpurify_flag
)
1116 ? Fconcat (2, (tmp
[0] = Ffile_name_directory (file
),
1117 tmp
[1] = Ffile_name_nondirectory (found
),
1123 /* Check for the presence of old-style quotes and warn about them. */
1124 specbind (Qold_style_backquotes
, Qnil
);
1125 record_unwind_protect (load_warn_old_style_backquotes
, file
);
1127 if (!bcmp (SDATA (found
) + SBYTES (found
) - 4,
1129 || (version
= safe_to_load_p (fd
)) > 0)
1130 /* Load .elc files directly, but not when they are
1131 remote and have no handler! */
1138 GCPRO3 (file
, found
, hist_file_name
);
1141 && ! (version
= safe_to_load_p (fd
)))
1144 if (!load_dangerous_libraries
)
1148 error ("File `%s' was not compiled in Emacs",
1151 else if (!NILP (nomessage
))
1152 message_with_string ("File `%s' not compiled in Emacs", found
, 1);
1157 efound
= ENCODE_FILE (found
);
1162 stat ((char *)SDATA (efound
), &s1
);
1163 SSET (efound
, SBYTES (efound
) - 1, 0);
1164 result
= stat ((char *)SDATA (efound
), &s2
);
1165 SSET (efound
, SBYTES (efound
) - 1, 'c');
1167 if (result
>= 0 && (unsigned) s1
.st_mtime
< (unsigned) s2
.st_mtime
)
1169 /* Make the progress messages mention that source is newer. */
1172 /* If we won't print another message, mention this anyway. */
1173 if (!NILP (nomessage
))
1175 Lisp_Object msg_file
;
1176 msg_file
= Fsubstring (found
, make_number (0), make_number (-1));
1177 message_with_string ("Source file `%s' newer than byte-compiled file",
1186 /* We are loading a source file (*.el). */
1187 if (!NILP (Vload_source_file_function
))
1193 val
= call4 (Vload_source_file_function
, found
, hist_file_name
,
1194 NILP (noerror
) ? Qnil
: Qt
,
1195 NILP (nomessage
) ? Qnil
: Qt
);
1196 return unbind_to (count
, val
);
1200 GCPRO3 (file
, found
, hist_file_name
);
1204 efound
= ENCODE_FILE (found
);
1205 stream
= fopen ((char *) SDATA (efound
), fmode
);
1206 #else /* not WINDOWSNT */
1207 stream
= fdopen (fd
, fmode
);
1208 #endif /* not WINDOWSNT */
1212 error ("Failure to create stdio stream for %s", SDATA (file
));
1215 if (! NILP (Vpurify_flag
))
1216 Vpreloaded_file_list
= Fcons (file
, Vpreloaded_file_list
);
1218 if (NILP (nomessage
))
1221 message_with_string ("Loading %s (compiled; note unsafe, not compiled in Emacs)...",
1224 message_with_string ("Loading %s (source)...", file
, 1);
1226 message_with_string ("Loading %s (compiled; note, source file is newer)...",
1228 else /* The typical case; compiled file newer than source file. */
1229 message_with_string ("Loading %s...", file
, 1);
1232 record_unwind_protect (load_unwind
, make_save_value (stream
, 0));
1233 record_unwind_protect (load_descriptor_unwind
, load_descriptor_list
);
1234 specbind (Qload_file_name
, found
);
1235 specbind (Qinhibit_file_name_operation
, Qnil
);
1236 load_descriptor_list
1237 = Fcons (make_number (fileno (stream
)), load_descriptor_list
);
1239 if (! version
|| version
>= 22)
1240 readevalloop (Qget_file_char
, stream
, hist_file_name
,
1241 Feval
, 0, Qnil
, Qnil
, Qnil
, Qnil
);
1244 /* We can't handle a file which was compiled with
1245 byte-compile-dynamic by older version of Emacs. */
1246 specbind (Qload_force_doc_strings
, Qt
);
1247 readevalloop (Qget_emacs_mule_file_char
, stream
, hist_file_name
, Feval
,
1248 0, Qnil
, Qnil
, Qnil
, Qnil
);
1250 unbind_to (count
, Qnil
);
1252 /* Run any eval-after-load forms for this file */
1253 if (NILP (Vpurify_flag
)
1254 && (!NILP (Ffboundp (Qdo_after_load_evaluation
))))
1255 call1 (Qdo_after_load_evaluation
, hist_file_name
) ;
1259 if (saved_doc_string
)
1260 free (saved_doc_string
);
1261 saved_doc_string
= 0;
1262 saved_doc_string_size
= 0;
1264 if (prev_saved_doc_string
)
1265 xfree (prev_saved_doc_string
);
1266 prev_saved_doc_string
= 0;
1267 prev_saved_doc_string_size
= 0;
1269 if (!noninteractive
&& NILP (nomessage
))
1272 message_with_string ("Loading %s (compiled; note unsafe, not compiled in Emacs)...done",
1275 message_with_string ("Loading %s (source)...done", file
, 1);
1277 message_with_string ("Loading %s (compiled; note, source file is newer)...done",
1279 else /* The typical case; compiled file newer than source file. */
1280 message_with_string ("Loading %s...done", file
, 1);
1283 if (!NILP (Fequal (build_string ("obsolete"),
1284 Ffile_name_nondirectory
1285 (Fdirectory_file_name (Ffile_name_directory (found
))))))
1286 message_with_string ("Package %s is obsolete", file
, 1);
1292 load_unwind (arg
) /* used as unwind-protect function in load */
1295 FILE *stream
= (FILE *) XSAVE_VALUE (arg
)->pointer
;
1302 if (--load_in_progress
< 0) load_in_progress
= 0;
1307 load_descriptor_unwind (oldlist
)
1308 Lisp_Object oldlist
;
1310 load_descriptor_list
= oldlist
;
1314 /* Close all descriptors in use for Floads.
1315 This is used when starting a subprocess. */
1322 for (tail
= load_descriptor_list
; CONSP (tail
); tail
= XCDR (tail
))
1323 emacs_close (XFASTINT (XCAR (tail
)));
1328 complete_filename_p (pathname
)
1329 Lisp_Object pathname
;
1331 register const unsigned char *s
= SDATA (pathname
);
1332 return (IS_DIRECTORY_SEP (s
[0])
1333 || (SCHARS (pathname
) > 2
1334 && IS_DEVICE_SEP (s
[1]) && IS_DIRECTORY_SEP (s
[2]))
1341 DEFUN ("locate-file-internal", Flocate_file_internal
, Slocate_file_internal
, 2, 4, 0,
1342 doc
: /* Search for FILENAME through PATH.
1343 Returns the file's name in absolute form, or nil if not found.
1344 If SUFFIXES is non-nil, it should be a list of suffixes to append to
1345 file name when searching.
1346 If non-nil, PREDICATE is used instead of `file-readable-p'.
1347 PREDICATE can also be an integer to pass to the access(2) function,
1348 in which case file-name-handlers are ignored. */)
1349 (filename
, path
, suffixes
, predicate
)
1350 Lisp_Object filename
, path
, suffixes
, predicate
;
1353 int fd
= openp (path
, filename
, suffixes
, &file
, predicate
);
1354 if (NILP (predicate
) && fd
> 0)
1360 /* Search for a file whose name is STR, looking in directories
1361 in the Lisp list PATH, and trying suffixes from SUFFIX.
1362 On success, returns a file descriptor. On failure, returns -1.
1364 SUFFIXES is a list of strings containing possible suffixes.
1365 The empty suffix is automatically added if the list is empty.
1367 PREDICATE non-nil means don't open the files,
1368 just look for one that satisfies the predicate. In this case,
1369 returns 1 on success. The predicate can be a lisp function or
1370 an integer to pass to `access' (in which case file-name-handlers
1373 If STOREPTR is nonzero, it points to a slot where the name of
1374 the file actually found should be stored as a Lisp string.
1375 nil is stored there on failure.
1377 If the file we find is remote, return -2
1378 but store the found remote file name in *STOREPTR. */
1381 openp (path
, str
, suffixes
, storeptr
, predicate
)
1382 Lisp_Object path
, str
;
1383 Lisp_Object suffixes
;
1384 Lisp_Object
*storeptr
;
1385 Lisp_Object predicate
;
1390 register char *fn
= buf
;
1393 Lisp_Object filename
;
1395 struct gcpro gcpro1
, gcpro2
, gcpro3
, gcpro4
, gcpro5
, gcpro6
;
1396 Lisp_Object string
, tail
, encoded_fn
;
1397 int max_suffix_len
= 0;
1401 for (tail
= suffixes
; CONSP (tail
); tail
= XCDR (tail
))
1403 CHECK_STRING_CAR (tail
);
1404 max_suffix_len
= max (max_suffix_len
,
1405 SBYTES (XCAR (tail
)));
1408 string
= filename
= encoded_fn
= Qnil
;
1409 GCPRO6 (str
, string
, filename
, path
, suffixes
, encoded_fn
);
1414 if (complete_filename_p (str
))
1417 for (; CONSP (path
); path
= XCDR (path
))
1419 filename
= Fexpand_file_name (str
, XCAR (path
));
1420 if (!complete_filename_p (filename
))
1421 /* If there are non-absolute elts in PATH (eg ".") */
1422 /* Of course, this could conceivably lose if luser sets
1423 default-directory to be something non-absolute... */
1425 filename
= Fexpand_file_name (filename
, current_buffer
->directory
);
1426 if (!complete_filename_p (filename
))
1427 /* Give up on this path element! */
1431 /* Calculate maximum size of any filename made from
1432 this path element/specified file name and any possible suffix. */
1433 want_size
= max_suffix_len
+ SBYTES (filename
) + 1;
1434 if (fn_size
< want_size
)
1435 fn
= (char *) alloca (fn_size
= 100 + want_size
);
1437 /* Loop over suffixes. */
1438 for (tail
= NILP (suffixes
) ? Fcons (empty_unibyte_string
, Qnil
) : suffixes
;
1439 CONSP (tail
); tail
= XCDR (tail
))
1441 int lsuffix
= SBYTES (XCAR (tail
));
1442 Lisp_Object handler
;
1445 /* Concatenate path element/specified name with the suffix.
1446 If the directory starts with /:, remove that. */
1447 if (SCHARS (filename
) > 2
1448 && SREF (filename
, 0) == '/'
1449 && SREF (filename
, 1) == ':')
1451 strncpy (fn
, SDATA (filename
) + 2,
1452 SBYTES (filename
) - 2);
1453 fn
[SBYTES (filename
) - 2] = 0;
1457 strncpy (fn
, SDATA (filename
),
1459 fn
[SBYTES (filename
)] = 0;
1462 if (lsuffix
!= 0) /* Bug happens on CCI if lsuffix is 0. */
1463 strncat (fn
, SDATA (XCAR (tail
)), lsuffix
);
1465 /* Check that the file exists and is not a directory. */
1466 /* We used to only check for handlers on non-absolute file names:
1470 handler = Ffind_file_name_handler (filename, Qfile_exists_p);
1471 It's not clear why that was the case and it breaks things like
1472 (load "/bar.el") where the file is actually "/bar.el.gz". */
1473 string
= build_string (fn
);
1474 handler
= Ffind_file_name_handler (string
, Qfile_exists_p
);
1475 if ((!NILP (handler
) || !NILP (predicate
)) && !NATNUMP (predicate
))
1477 if (NILP (predicate
))
1478 exists
= !NILP (Ffile_readable_p (string
));
1480 exists
= !NILP (call1 (predicate
, string
));
1481 if (exists
&& !NILP (Ffile_directory_p (string
)))
1486 /* We succeeded; return this descriptor and filename. */
1497 encoded_fn
= ENCODE_FILE (string
);
1498 pfn
= SDATA (encoded_fn
);
1499 exists
= (stat (pfn
, &st
) >= 0
1500 && (st
.st_mode
& S_IFMT
) != S_IFDIR
);
1503 /* Check that we can access or open it. */
1504 if (NATNUMP (predicate
))
1505 fd
= (access (pfn
, XFASTINT (predicate
)) == 0) ? 1 : -1;
1507 fd
= emacs_open (pfn
, O_RDONLY
, 0);
1511 /* We succeeded; return this descriptor and filename. */
1529 /* Merge the list we've accumulated of globals from the current input source
1530 into the load_history variable. The details depend on whether
1531 the source has an associated file name or not.
1533 FILENAME is the file name that we are loading from.
1534 ENTIRE is 1 if loading that entire file, 0 if evaluating part of it. */
1537 build_load_history (filename
, entire
)
1538 Lisp_Object filename
;
1541 register Lisp_Object tail
, prev
, newelt
;
1542 register Lisp_Object tem
, tem2
;
1543 register int foundit
= 0;
1545 tail
= Vload_history
;
1548 while (CONSP (tail
))
1552 /* Find the feature's previous assoc list... */
1553 if (!NILP (Fequal (filename
, Fcar (tem
))))
1557 /* If we're loading the entire file, remove old data. */
1561 Vload_history
= XCDR (tail
);
1563 Fsetcdr (prev
, XCDR (tail
));
1566 /* Otherwise, cons on new symbols that are not already members. */
1569 tem2
= Vcurrent_load_list
;
1571 while (CONSP (tem2
))
1573 newelt
= XCAR (tem2
);
1575 if (NILP (Fmember (newelt
, tem
)))
1576 Fsetcar (tail
, Fcons (XCAR (tem
),
1577 Fcons (newelt
, XCDR (tem
))));
1590 /* If we're loading an entire file, cons the new assoc onto the
1591 front of load-history, the most-recently-loaded position. Also
1592 do this if we didn't find an existing member for the file. */
1593 if (entire
|| !foundit
)
1594 Vload_history
= Fcons (Fnreverse (Vcurrent_load_list
),
1599 unreadpure (junk
) /* Used as unwind-protect function in readevalloop */
1607 readevalloop_1 (old
)
1610 load_convert_to_unibyte
= ! NILP (old
);
1614 /* Signal an `end-of-file' error, if possible with file name
1618 end_of_file_error ()
1620 if (STRINGP (Vload_file_name
))
1621 xsignal1 (Qend_of_file
, Vload_file_name
);
1623 xsignal0 (Qend_of_file
);
1626 /* UNIBYTE specifies how to set load_convert_to_unibyte
1627 for this invocation.
1628 READFUN, if non-nil, is used instead of `read'.
1630 START, END specify region to read in current buffer (from eval-region).
1631 If the input is not from a buffer, they must be nil. */
1634 readevalloop (readcharfun
, stream
, sourcename
, evalfun
,
1635 printflag
, unibyte
, readfun
, start
, end
)
1636 Lisp_Object readcharfun
;
1638 Lisp_Object sourcename
;
1639 Lisp_Object (*evalfun
) ();
1641 Lisp_Object unibyte
, readfun
;
1642 Lisp_Object start
, end
;
1645 register Lisp_Object val
;
1646 int count
= SPECPDL_INDEX ();
1647 struct gcpro gcpro1
, gcpro2
, gcpro3
, gcpro4
;
1648 struct buffer
*b
= 0;
1649 int continue_reading_p
;
1650 /* Nonzero if reading an entire buffer. */
1651 int whole_buffer
= 0;
1652 /* 1 on the first time around. */
1655 if (MARKERP (readcharfun
))
1658 start
= readcharfun
;
1661 if (BUFFERP (readcharfun
))
1662 b
= XBUFFER (readcharfun
);
1663 else if (MARKERP (readcharfun
))
1664 b
= XMARKER (readcharfun
)->buffer
;
1666 /* We assume START is nil when input is not from a buffer. */
1667 if (! NILP (start
) && !b
)
1670 specbind (Qstandard_input
, readcharfun
); /* GCPROs readcharfun. */
1671 specbind (Qcurrent_load_list
, Qnil
);
1672 record_unwind_protect (readevalloop_1
, load_convert_to_unibyte
? Qt
: Qnil
);
1673 load_convert_to_unibyte
= !NILP (unibyte
);
1675 GCPRO4 (sourcename
, readfun
, start
, end
);
1677 /* Try to ensure sourcename is a truename, except whilst preloading. */
1678 if (NILP (Vpurify_flag
)
1679 && !NILP (sourcename
) && !NILP (Ffile_name_absolute_p (sourcename
))
1680 && !NILP (Ffboundp (Qfile_truename
)))
1681 sourcename
= call1 (Qfile_truename
, sourcename
) ;
1683 LOADHIST_ATTACH (sourcename
);
1685 continue_reading_p
= 1;
1686 while (continue_reading_p
)
1688 int count1
= SPECPDL_INDEX ();
1690 if (b
!= 0 && NILP (b
->name
))
1691 error ("Reading from killed buffer");
1695 /* Switch to the buffer we are reading from. */
1696 record_unwind_protect (save_excursion_restore
, save_excursion_save ());
1697 set_buffer_internal (b
);
1699 /* Save point in it. */
1700 record_unwind_protect (save_excursion_restore
, save_excursion_save ());
1701 /* Save ZV in it. */
1702 record_unwind_protect (save_restriction_restore
, save_restriction_save ());
1703 /* Those get unbound after we read one expression. */
1705 /* Set point and ZV around stuff to be read. */
1708 Fnarrow_to_region (make_number (BEGV
), end
);
1710 /* Just for cleanliness, convert END to a marker
1711 if it is an integer. */
1713 end
= Fpoint_max_marker ();
1716 /* On the first cycle, we can easily test here
1717 whether we are reading the whole buffer. */
1718 if (b
&& first_sexp
)
1719 whole_buffer
= (PT
== BEG
&& ZV
== Z
);
1726 while ((c
= READCHAR
) != '\n' && c
!= -1);
1731 unbind_to (count1
, Qnil
);
1735 /* Ignore whitespace here, so we can detect eof. */
1736 if (c
== ' ' || c
== '\t' || c
== '\n' || c
== '\f' || c
== '\r'
1737 || c
== 0x8a0) /* NBSP */
1740 if (!NILP (Vpurify_flag
) && c
== '(')
1742 record_unwind_protect (unreadpure
, Qnil
);
1743 val
= read_list (-1, readcharfun
);
1748 read_objects
= Qnil
;
1749 if (!NILP (readfun
))
1751 val
= call1 (readfun
, readcharfun
);
1753 /* If READCHARFUN has set point to ZV, we should
1754 stop reading, even if the form read sets point
1755 to a different value when evaluated. */
1756 if (BUFFERP (readcharfun
))
1758 struct buffer
*b
= XBUFFER (readcharfun
);
1759 if (BUF_PT (b
) == BUF_ZV (b
))
1760 continue_reading_p
= 0;
1763 else if (! NILP (Vload_read_function
))
1764 val
= call1 (Vload_read_function
, readcharfun
);
1766 val
= read_internal_start (readcharfun
, Qnil
, Qnil
);
1769 if (!NILP (start
) && continue_reading_p
)
1770 start
= Fpoint_marker ();
1772 /* Restore saved point and BEGV. */
1773 unbind_to (count1
, Qnil
);
1775 /* Now eval what we just read. */
1776 val
= (*evalfun
) (val
);
1780 Vvalues
= Fcons (val
, Vvalues
);
1781 if (EQ (Vstandard_output
, Qt
))
1790 build_load_history (sourcename
,
1791 stream
|| whole_buffer
);
1795 unbind_to (count
, Qnil
);
1798 DEFUN ("eval-buffer", Feval_buffer
, Seval_buffer
, 0, 5, "",
1799 doc
: /* Execute the current buffer as Lisp code.
1800 Programs can pass two arguments, BUFFER and PRINTFLAG.
1801 BUFFER is the buffer to evaluate (nil means use current buffer).
1802 PRINTFLAG controls printing of output:
1803 A value of nil means discard it; anything else is stream for print.
1805 If the optional third argument FILENAME is non-nil,
1806 it specifies the file name to use for `load-history'.
1807 The optional fourth argument UNIBYTE specifies `load-convert-to-unibyte'
1808 for this invocation.
1810 The optional fifth argument DO-ALLOW-PRINT, if non-nil, specifies that
1811 `print' and related functions should work normally even if PRINTFLAG is nil.
1813 This function preserves the position of point. */)
1814 (buffer
, printflag
, filename
, unibyte
, do_allow_print
)
1815 Lisp_Object buffer
, printflag
, filename
, unibyte
, do_allow_print
;
1817 int count
= SPECPDL_INDEX ();
1818 Lisp_Object tem
, buf
;
1821 buf
= Fcurrent_buffer ();
1823 buf
= Fget_buffer (buffer
);
1825 error ("No such buffer");
1827 if (NILP (printflag
) && NILP (do_allow_print
))
1832 if (NILP (filename
))
1833 filename
= XBUFFER (buf
)->filename
;
1835 specbind (Qeval_buffer_list
, Fcons (buf
, Veval_buffer_list
));
1836 specbind (Qstandard_output
, tem
);
1837 record_unwind_protect (save_excursion_restore
, save_excursion_save ());
1838 BUF_SET_PT (XBUFFER (buf
), BUF_BEGV (XBUFFER (buf
)));
1839 readevalloop (buf
, 0, filename
, Feval
,
1840 !NILP (printflag
), unibyte
, Qnil
, Qnil
, Qnil
);
1841 unbind_to (count
, Qnil
);
1846 DEFUN ("eval-region", Feval_region
, Seval_region
, 2, 4, "r",
1847 doc
: /* Execute the region as Lisp code.
1848 When called from programs, expects two arguments,
1849 giving starting and ending indices in the current buffer
1850 of the text to be executed.
1851 Programs can pass third argument PRINTFLAG which controls output:
1852 A value of nil means discard it; anything else is stream for printing it.
1853 Also the fourth argument READ-FUNCTION, if non-nil, is used
1854 instead of `read' to read each expression. It gets one argument
1855 which is the input stream for reading characters.
1857 This function does not move point. */)
1858 (start
, end
, printflag
, read_function
)
1859 Lisp_Object start
, end
, printflag
, read_function
;
1861 int count
= SPECPDL_INDEX ();
1862 Lisp_Object tem
, cbuf
;
1864 cbuf
= Fcurrent_buffer ();
1866 if (NILP (printflag
))
1870 specbind (Qstandard_output
, tem
);
1871 specbind (Qeval_buffer_list
, Fcons (cbuf
, Veval_buffer_list
));
1873 /* readevalloop calls functions which check the type of start and end. */
1874 readevalloop (cbuf
, 0, XBUFFER (cbuf
)->filename
, Feval
,
1875 !NILP (printflag
), Qnil
, read_function
,
1878 return unbind_to (count
, Qnil
);
1882 DEFUN ("read", Fread
, Sread
, 0, 1, 0,
1883 doc
: /* Read one Lisp expression as text from STREAM, return as Lisp object.
1884 If STREAM is nil, use the value of `standard-input' (which see).
1885 STREAM or the value of `standard-input' may be:
1886 a buffer (read from point and advance it)
1887 a marker (read from where it points and advance it)
1888 a function (call it with no arguments for each character,
1889 call it with a char as argument to push a char back)
1890 a string (takes text from string, starting at the beginning)
1891 t (read text line using minibuffer and use it, or read from
1892 standard input in batch mode). */)
1897 stream
= Vstandard_input
;
1898 if (EQ (stream
, Qt
))
1899 stream
= Qread_char
;
1900 if (EQ (stream
, Qread_char
))
1901 return Fread_minibuffer (build_string ("Lisp expression: "), Qnil
);
1903 return read_internal_start (stream
, Qnil
, Qnil
);
1906 DEFUN ("read-from-string", Fread_from_string
, Sread_from_string
, 1, 3, 0,
1907 doc
: /* Read one Lisp expression which is represented as text by STRING.
1908 Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
1909 START and END optionally delimit a substring of STRING from which to read;
1910 they default to 0 and (length STRING) respectively. */)
1911 (string
, start
, end
)
1912 Lisp_Object string
, start
, end
;
1915 CHECK_STRING (string
);
1916 /* read_internal_start sets read_from_string_index. */
1917 ret
= read_internal_start (string
, start
, end
);
1918 return Fcons (ret
, make_number (read_from_string_index
));
1921 /* Function to set up the global context we need in toplevel read
1924 read_internal_start (stream
, start
, end
)
1926 Lisp_Object start
; /* Only used when stream is a string. */
1927 Lisp_Object end
; /* Only used when stream is a string. */
1932 new_backquote_flag
= 0;
1933 read_objects
= Qnil
;
1934 if (EQ (Vread_with_symbol_positions
, Qt
)
1935 || EQ (Vread_with_symbol_positions
, stream
))
1936 Vread_symbol_positions_list
= Qnil
;
1938 if (STRINGP (stream
)
1939 || ((CONSP (stream
) && STRINGP (XCAR (stream
)))))
1941 int startval
, endval
;
1944 if (STRINGP (stream
))
1947 string
= XCAR (stream
);
1950 endval
= SCHARS (string
);
1954 endval
= XINT (end
);
1955 if (endval
< 0 || endval
> SCHARS (string
))
1956 args_out_of_range (string
, end
);
1963 CHECK_NUMBER (start
);
1964 startval
= XINT (start
);
1965 if (startval
< 0 || startval
> endval
)
1966 args_out_of_range (string
, start
);
1968 read_from_string_index
= startval
;
1969 read_from_string_index_byte
= string_char_to_byte (string
, startval
);
1970 read_from_string_limit
= endval
;
1973 retval
= read0 (stream
);
1974 if (EQ (Vread_with_symbol_positions
, Qt
)
1975 || EQ (Vread_with_symbol_positions
, stream
))
1976 Vread_symbol_positions_list
= Fnreverse (Vread_symbol_positions_list
);
1981 /* Signal Qinvalid_read_syntax error.
1982 S is error string of length N (if > 0) */
1985 invalid_syntax (s
, n
)
1991 xsignal1 (Qinvalid_read_syntax
, make_string (s
, n
));
1995 /* Use this for recursive reads, in contexts where internal tokens
2000 Lisp_Object readcharfun
;
2002 register Lisp_Object val
;
2005 val
= read1 (readcharfun
, &c
, 0);
2009 xsignal1 (Qinvalid_read_syntax
,
2010 Fmake_string (make_number (1), make_number (c
)));
2013 static int read_buffer_size
;
2014 static char *read_buffer
;
2016 /* Read a \-escape sequence, assuming we already read the `\'.
2017 If the escape sequence forces unibyte, return eight-bit char. */
2020 read_escape (readcharfun
, stringp
)
2021 Lisp_Object readcharfun
;
2024 register int c
= READCHAR
;
2025 /* \u allows up to four hex digits, \U up to eight. Default to the
2026 behaviour for \u, and change this value in the case that \U is seen. */
2027 int unicode_hex_count
= 4;
2032 end_of_file_error ();
2062 error ("Invalid escape character syntax");
2065 c
= read_escape (readcharfun
, 0);
2066 return c
| meta_modifier
;
2071 error ("Invalid escape character syntax");
2074 c
= read_escape (readcharfun
, 0);
2075 return c
| shift_modifier
;
2080 error ("Invalid escape character syntax");
2083 c
= read_escape (readcharfun
, 0);
2084 return c
| hyper_modifier
;
2089 error ("Invalid escape character syntax");
2092 c
= read_escape (readcharfun
, 0);
2093 return c
| alt_modifier
;
2097 if (stringp
|| c
!= '-')
2104 c
= read_escape (readcharfun
, 0);
2105 return c
| super_modifier
;
2110 error ("Invalid escape character syntax");
2114 c
= read_escape (readcharfun
, 0);
2115 if ((c
& ~CHAR_MODIFIER_MASK
) == '?')
2116 return 0177 | (c
& CHAR_MODIFIER_MASK
);
2117 else if (! SINGLE_BYTE_CHAR_P ((c
& ~CHAR_MODIFIER_MASK
)))
2118 return c
| ctrl_modifier
;
2119 /* ASCII control chars are made from letters (both cases),
2120 as well as the non-letters within 0100...0137. */
2121 else if ((c
& 0137) >= 0101 && (c
& 0137) <= 0132)
2122 return (c
& (037 | ~0177));
2123 else if ((c
& 0177) >= 0100 && (c
& 0177) <= 0137)
2124 return (c
& (037 | ~0177));
2126 return c
| ctrl_modifier
;
2136 /* An octal escape, as in ANSI C. */
2138 register int i
= c
- '0';
2139 register int count
= 0;
2142 if ((c
= READCHAR
) >= '0' && c
<= '7')
2154 if (i
>= 0x80 && i
< 0x100)
2155 i
= BYTE8_TO_CHAR (i
);
2160 /* A hex escape, as in ANSI C. */
2167 if (c
>= '0' && c
<= '9')
2172 else if ((c
>= 'a' && c
<= 'f')
2173 || (c
>= 'A' && c
<= 'F'))
2176 if (c
>= 'a' && c
<= 'f')
2189 if (count
< 3 && i
>= 0x80)
2190 return BYTE8_TO_CHAR (i
);
2195 /* Post-Unicode-2.0: Up to eight hex chars. */
2196 unicode_hex_count
= 8;
2199 /* A Unicode escape. We only permit them in strings and characters,
2200 not arbitrarily in the source code, as in some other languages. */
2205 while (++count
<= unicode_hex_count
)
2208 /* isdigit and isalpha may be locale-specific, which we don't
2210 if (c
>= '0' && c
<= '9') i
= (i
<< 4) + (c
- '0');
2211 else if (c
>= 'a' && c
<= 'f') i
= (i
<< 4) + (c
- 'a') + 10;
2212 else if (c
>= 'A' && c
<= 'F') i
= (i
<< 4) + (c
- 'A') + 10;
2215 error ("Non-hex digit used for Unicode escape");
2228 /* Read an integer in radix RADIX using READCHARFUN to read
2229 characters. RADIX must be in the interval [2..36]; if it isn't, a
2230 read error is signaled . Value is the integer read. Signals an
2231 error if encountering invalid read syntax or if RADIX is out of
2235 read_integer (readcharfun
, radix
)
2236 Lisp_Object readcharfun
;
2239 int ndigits
= 0, invalid_p
, c
, sign
= 0;
2240 EMACS_INT number
= 0;
2242 if (radix
< 2 || radix
> 36)
2246 number
= ndigits
= invalid_p
= 0;
2262 if (c
>= '0' && c
<= '9')
2264 else if (c
>= 'a' && c
<= 'z')
2265 digit
= c
- 'a' + 10;
2266 else if (c
>= 'A' && c
<= 'Z')
2267 digit
= c
- 'A' + 10;
2274 if (digit
< 0 || digit
>= radix
)
2277 number
= radix
* number
+ digit
;
2283 if (ndigits
== 0 || invalid_p
)
2286 sprintf (buf
, "integer, radix %d", radix
);
2287 invalid_syntax (buf
, 0);
2290 return make_number (sign
* number
);
2294 /* If the next token is ')' or ']' or '.', we store that character
2295 in *PCH and the return value is not interesting. Else, we store
2296 zero in *PCH and we read and return one lisp object.
2298 FIRST_IN_LIST is nonzero if this is the first element of a list. */
2301 read1 (readcharfun
, pch
, first_in_list
)
2302 register Lisp_Object readcharfun
;
2307 int uninterned_symbol
= 0;
2315 c
= READCHAR_REPORT_MULTIBYTE (&multibyte
);
2317 end_of_file_error ();
2322 return read_list (0, readcharfun
);
2325 return read_vector (readcharfun
, 0);
2342 tmp
= read_vector (readcharfun
, 0);
2343 if (XVECTOR (tmp
)->size
< CHAR_TABLE_STANDARD_SLOTS
)
2344 error ("Invalid size char-table");
2345 XSETPVECTYPE (XVECTOR (tmp
), PVEC_CHAR_TABLE
);
2356 tmp
= read_vector (readcharfun
, 0);
2357 if (!INTEGERP (AREF (tmp
, 0)))
2358 error ("Invalid depth in char-table");
2359 depth
= XINT (AREF (tmp
, 0));
2360 if (depth
< 1 || depth
> 3)
2361 error ("Invalid depth in char-table");
2362 size
= XVECTOR (tmp
)->size
- 2;
2363 if (chartab_size
[depth
] != size
)
2364 error ("Invalid size char-table");
2365 XSETPVECTYPE (XVECTOR (tmp
), PVEC_SUB_CHAR_TABLE
);
2368 invalid_syntax ("#^^", 3);
2370 invalid_syntax ("#^", 2);
2375 length
= read1 (readcharfun
, pch
, first_in_list
);
2379 Lisp_Object tmp
, val
;
2381 = ((XFASTINT (length
) + BOOL_VECTOR_BITS_PER_CHAR
- 1)
2382 / BOOL_VECTOR_BITS_PER_CHAR
);
2385 tmp
= read1 (readcharfun
, pch
, first_in_list
);
2386 if (STRING_MULTIBYTE (tmp
)
2387 || (size_in_chars
!= SCHARS (tmp
)
2388 /* We used to print 1 char too many
2389 when the number of bits was a multiple of 8.
2390 Accept such input in case it came from an old
2392 && ! (XFASTINT (length
)
2393 == (SCHARS (tmp
) - 1) * BOOL_VECTOR_BITS_PER_CHAR
)))
2394 invalid_syntax ("#&...", 5);
2396 val
= Fmake_bool_vector (length
, Qnil
);
2397 bcopy (SDATA (tmp
), XBOOL_VECTOR (val
)->data
,
2399 /* Clear the extraneous bits in the last byte. */
2400 if (XINT (length
) != size_in_chars
* BOOL_VECTOR_BITS_PER_CHAR
)
2401 XBOOL_VECTOR (val
)->data
[size_in_chars
- 1]
2402 &= (1 << (XINT (length
) % BOOL_VECTOR_BITS_PER_CHAR
)) - 1;
2405 invalid_syntax ("#&...", 5);
2409 /* Accept compiled functions at read-time so that we don't have to
2410 build them using function calls. */
2412 tmp
= read_vector (readcharfun
, 1);
2413 return Fmake_byte_code (XVECTOR (tmp
)->size
,
2414 XVECTOR (tmp
)->contents
);
2419 struct gcpro gcpro1
;
2422 /* Read the string itself. */
2423 tmp
= read1 (readcharfun
, &ch
, 0);
2424 if (ch
!= 0 || !STRINGP (tmp
))
2425 invalid_syntax ("#", 1);
2427 /* Read the intervals and their properties. */
2430 Lisp_Object beg
, end
, plist
;
2432 beg
= read1 (readcharfun
, &ch
, 0);
2437 end
= read1 (readcharfun
, &ch
, 0);
2439 plist
= read1 (readcharfun
, &ch
, 0);
2441 invalid_syntax ("Invalid string property list", 0);
2442 Fset_text_properties (beg
, end
, plist
, tmp
);
2448 /* #@NUMBER is used to skip NUMBER following characters.
2449 That's used in .elc files to skip over doc strings
2450 and function definitions. */
2456 /* Read a decimal integer. */
2457 while ((c
= READCHAR
) >= 0
2458 && c
>= '0' && c
<= '9')
2466 if (load_force_doc_strings
2467 && (EQ (readcharfun
, Qget_file_char
)
2468 || EQ (readcharfun
, Qget_emacs_mule_file_char
)))
2470 /* If we are supposed to force doc strings into core right now,
2471 record the last string that we skipped,
2472 and record where in the file it comes from. */
2474 /* But first exchange saved_doc_string
2475 with prev_saved_doc_string, so we save two strings. */
2477 char *temp
= saved_doc_string
;
2478 int temp_size
= saved_doc_string_size
;
2479 file_offset temp_pos
= saved_doc_string_position
;
2480 int temp_len
= saved_doc_string_length
;
2482 saved_doc_string
= prev_saved_doc_string
;
2483 saved_doc_string_size
= prev_saved_doc_string_size
;
2484 saved_doc_string_position
= prev_saved_doc_string_position
;
2485 saved_doc_string_length
= prev_saved_doc_string_length
;
2487 prev_saved_doc_string
= temp
;
2488 prev_saved_doc_string_size
= temp_size
;
2489 prev_saved_doc_string_position
= temp_pos
;
2490 prev_saved_doc_string_length
= temp_len
;
2493 if (saved_doc_string_size
== 0)
2495 saved_doc_string_size
= nskip
+ 100;
2496 saved_doc_string
= (char *) xmalloc (saved_doc_string_size
);
2498 if (nskip
> saved_doc_string_size
)
2500 saved_doc_string_size
= nskip
+ 100;
2501 saved_doc_string
= (char *) xrealloc (saved_doc_string
,
2502 saved_doc_string_size
);
2505 saved_doc_string_position
= file_tell (instream
);
2507 /* Copy that many characters into saved_doc_string. */
2508 for (i
= 0; i
< nskip
&& c
>= 0; i
++)
2509 saved_doc_string
[i
] = c
= READCHAR
;
2511 saved_doc_string_length
= i
;
2515 /* Skip that many characters. */
2516 for (i
= 0; i
< nskip
&& c
>= 0; i
++)
2525 /* #! appears at the beginning of an executable file.
2526 Skip the first line. */
2527 while (c
!= '\n' && c
>= 0)
2532 return Vload_file_name
;
2534 return Fcons (Qfunction
, Fcons (read0 (readcharfun
), Qnil
));
2535 /* #:foo is the uninterned symbol named foo. */
2538 uninterned_symbol
= 1;
2542 /* Reader forms that can reuse previously read objects. */
2543 if (c
>= '0' && c
<= '9')
2548 /* Read a non-negative integer. */
2549 while (c
>= '0' && c
<= '9')
2555 /* #n=object returns object, but associates it with n for #n#. */
2558 /* Make a placeholder for #n# to use temporarily */
2559 Lisp_Object placeholder
;
2562 placeholder
= Fcons(Qnil
, Qnil
);
2563 cell
= Fcons (make_number (n
), placeholder
);
2564 read_objects
= Fcons (cell
, read_objects
);
2566 /* Read the object itself. */
2567 tem
= read0 (readcharfun
);
2569 /* Now put it everywhere the placeholder was... */
2570 substitute_object_in_subtree (tem
, placeholder
);
2572 /* ...and #n# will use the real value from now on. */
2573 Fsetcdr (cell
, tem
);
2577 /* #n# returns a previously read object. */
2580 tem
= Fassq (make_number (n
), read_objects
);
2583 /* Fall through to error message. */
2585 else if (c
== 'r' || c
== 'R')
2586 return read_integer (readcharfun
, n
);
2588 /* Fall through to error message. */
2590 else if (c
== 'x' || c
== 'X')
2591 return read_integer (readcharfun
, 16);
2592 else if (c
== 'o' || c
== 'O')
2593 return read_integer (readcharfun
, 8);
2594 else if (c
== 'b' || c
== 'B')
2595 return read_integer (readcharfun
, 2);
2598 invalid_syntax ("#", 1);
2601 while ((c
= READCHAR
) >= 0 && c
!= '\n');
2606 return Fcons (Qquote
, Fcons (read0 (readcharfun
), Qnil
));
2612 Vold_style_backquotes
= Qt
;
2619 new_backquote_flag
++;
2620 value
= read0 (readcharfun
);
2621 new_backquote_flag
--;
2623 return Fcons (Qbackquote
, Fcons (value
, Qnil
));
2627 if (new_backquote_flag
)
2629 Lisp_Object comma_type
= Qnil
;
2634 comma_type
= Qcomma_at
;
2636 comma_type
= Qcomma_dot
;
2639 if (ch
>= 0) UNREAD (ch
);
2640 comma_type
= Qcomma
;
2643 new_backquote_flag
--;
2644 value
= read0 (readcharfun
);
2645 new_backquote_flag
++;
2646 return Fcons (comma_type
, Fcons (value
, Qnil
));
2650 Vold_style_backquotes
= Qt
;
2662 end_of_file_error ();
2664 /* Accept `single space' syntax like (list ? x) where the
2665 whitespace character is SPC or TAB.
2666 Other literal whitespace like NL, CR, and FF are not accepted,
2667 as there are well-established escape sequences for these. */
2668 if (c
== ' ' || c
== '\t')
2669 return make_number (c
);
2672 c
= read_escape (readcharfun
, 0);
2673 modifiers
= c
& CHAR_MODIFIER_MASK
;
2674 c
&= ~CHAR_MODIFIER_MASK
;
2675 if (CHAR_BYTE8_P (c
))
2676 c
= CHAR_TO_BYTE8 (c
);
2679 next_char
= READCHAR
;
2680 if (next_char
== '.')
2682 /* Only a dotted-pair dot is valid after a char constant. */
2683 int next_next_char
= READCHAR
;
2684 UNREAD (next_next_char
);
2686 ok
= (next_next_char
<= 040
2687 || (next_next_char
< 0200
2688 && (index ("\"';([#?", next_next_char
)
2689 || (!first_in_list
&& next_next_char
== '`')
2690 || (new_backquote_flag
&& next_next_char
== ','))));
2694 ok
= (next_char
<= 040
2695 || (next_char
< 0200
2696 && (index ("\"';()[]#?", next_char
)
2697 || (!first_in_list
&& next_char
== '`')
2698 || (new_backquote_flag
&& next_char
== ','))));
2702 return make_number (c
);
2704 invalid_syntax ("?", 1);
2709 char *p
= read_buffer
;
2710 char *end
= read_buffer
+ read_buffer_size
;
2712 /* Nonzero if we saw an escape sequence specifying
2713 a multibyte character. */
2714 int force_multibyte
= 0;
2715 /* Nonzero if we saw an escape sequence specifying
2716 a single-byte character. */
2717 int force_singlebyte
= 0;
2721 while ((c
= READCHAR
) >= 0
2724 if (end
- p
< MAX_MULTIBYTE_LENGTH
)
2726 int offset
= p
- read_buffer
;
2727 read_buffer
= (char *) xrealloc (read_buffer
,
2728 read_buffer_size
*= 2);
2729 p
= read_buffer
+ offset
;
2730 end
= read_buffer
+ read_buffer_size
;
2737 c
= read_escape (readcharfun
, 1);
2739 /* C is -1 if \ newline has just been seen */
2742 if (p
== read_buffer
)
2747 modifiers
= c
& CHAR_MODIFIER_MASK
;
2748 c
= c
& ~CHAR_MODIFIER_MASK
;
2750 if (CHAR_BYTE8_P (c
))
2751 force_singlebyte
= 1;
2752 else if (! ASCII_CHAR_P (c
))
2753 force_multibyte
= 1;
2754 else /* i.e. ASCII_CHAR_P (c) */
2756 /* Allow `\C- ' and `\C-?'. */
2757 if (modifiers
== CHAR_CTL
)
2760 c
= 0, modifiers
= 0;
2762 c
= 127, modifiers
= 0;
2764 if (modifiers
& CHAR_SHIFT
)
2766 /* Shift modifier is valid only with [A-Za-z]. */
2767 if (c
>= 'A' && c
<= 'Z')
2768 modifiers
&= ~CHAR_SHIFT
;
2769 else if (c
>= 'a' && c
<= 'z')
2770 c
-= ('a' - 'A'), modifiers
&= ~CHAR_SHIFT
;
2773 if (modifiers
& CHAR_META
)
2775 /* Move the meta bit to the right place for a
2777 modifiers
&= ~CHAR_META
;
2778 c
= BYTE8_TO_CHAR (c
| 0x80);
2779 force_singlebyte
= 1;
2783 /* Any modifiers remaining are invalid. */
2785 error ("Invalid modifier in string");
2786 p
+= CHAR_STRING (c
, (unsigned char *) p
);
2790 p
+= CHAR_STRING (c
, (unsigned char *) p
);
2791 if (CHAR_BYTE8_P (c
))
2792 force_singlebyte
= 1;
2793 else if (! ASCII_CHAR_P (c
))
2794 force_multibyte
= 1;
2800 end_of_file_error ();
2802 /* If purifying, and string starts with \ newline,
2803 return zero instead. This is for doc strings
2804 that we are really going to find in etc/DOC.nn.nn */
2805 if (!NILP (Vpurify_flag
) && NILP (Vdoc_file_name
) && cancel
)
2806 return make_number (0);
2808 if (force_multibyte
)
2809 /* READ_BUFFER already contains valid multibyte forms. */
2811 else if (force_singlebyte
)
2813 nchars
= str_as_unibyte (read_buffer
, p
- read_buffer
);
2814 p
= read_buffer
+ nchars
;
2817 /* Otherwise, READ_BUFFER contains only ASCII. */
2820 /* We want readchar_count to be the number of characters, not
2821 bytes. Hence we adjust for multibyte characters in the
2822 string. ... But it doesn't seem to be necessary, because
2823 READCHAR *does* read multibyte characters from buffers. */
2824 /* readchar_count -= (p - read_buffer) - nchars; */
2826 return make_pure_string (read_buffer
, nchars
, p
- read_buffer
,
2828 || (p
- read_buffer
!= nchars
)));
2829 return make_specified_string (read_buffer
, nchars
, p
- read_buffer
,
2831 || (p
- read_buffer
!= nchars
)));
2836 int next_char
= READCHAR
;
2839 if (next_char
<= 040
2840 || (next_char
< 0200
2841 && (index ("\"';([#?", next_char
)
2842 || (!first_in_list
&& next_char
== '`')
2843 || (new_backquote_flag
&& next_char
== ','))))
2849 /* Otherwise, we fall through! Note that the atom-reading loop
2850 below will now loop at least once, assuring that we will not
2851 try to UNREAD two characters in a row. */
2855 if (c
<= 040) goto retry
;
2856 if (c
== 0x8a0) /* NBSP */
2859 char *p
= read_buffer
;
2863 char *end
= read_buffer
+ read_buffer_size
;
2866 && c
!= 0x8a0 /* NBSP */
2868 || (!index ("\"';()[]#", c
)
2869 && !(!first_in_list
&& c
== '`')
2870 && !(new_backquote_flag
&& c
== ','))))
2872 if (end
- p
< MAX_MULTIBYTE_LENGTH
)
2874 int offset
= p
- read_buffer
;
2875 read_buffer
= (char *) xrealloc (read_buffer
,
2876 read_buffer_size
*= 2);
2877 p
= read_buffer
+ offset
;
2878 end
= read_buffer
+ read_buffer_size
;
2885 end_of_file_error ();
2890 p
+= CHAR_STRING (c
, p
);
2898 int offset
= p
- read_buffer
;
2899 read_buffer
= (char *) xrealloc (read_buffer
,
2900 read_buffer_size
*= 2);
2901 p
= read_buffer
+ offset
;
2902 end
= read_buffer
+ read_buffer_size
;
2909 if (!quoted
&& !uninterned_symbol
)
2912 register Lisp_Object val
;
2914 if (*p1
== '+' || *p1
== '-') p1
++;
2915 /* Is it an integer? */
2918 while (p1
!= p
&& (c
= *p1
) >= '0' && c
<= '9') p1
++;
2919 /* Integers can have trailing decimal points. */
2920 if (p1
> read_buffer
&& p1
< p
&& *p1
== '.') p1
++;
2922 /* It is an integer. */
2926 /* Fixme: if we have strtol, use that, and check
2928 if (sizeof (int) == sizeof (EMACS_INT
))
2929 XSETINT (val
, atoi (read_buffer
));
2930 else if (sizeof (long) == sizeof (EMACS_INT
))
2931 XSETINT (val
, atol (read_buffer
));
2937 if (isfloat_string (read_buffer
))
2939 /* Compute NaN and infinities using 0.0 in a variable,
2940 to cope with compilers that think they are smarter
2946 /* Negate the value ourselves. This treats 0, NaNs,
2947 and infinity properly on IEEE floating point hosts,
2948 and works around a common bug where atof ("-0.0")
2950 int negative
= read_buffer
[0] == '-';
2952 /* The only way p[-1] can be 'F' or 'N', after isfloat_string
2953 returns 1, is if the input ends in e+INF or e+NaN. */
2960 value
= zero
/ zero
;
2962 /* If that made a "negative" NaN, negate it. */
2966 union { double d
; char c
[sizeof (double)]; } u_data
, u_minus_zero
;
2969 u_minus_zero
.d
= - 0.0;
2970 for (i
= 0; i
< sizeof (double); i
++)
2971 if (u_data
.c
[i
] & u_minus_zero
.c
[i
])
2977 /* Now VALUE is a positive NaN. */
2980 value
= atof (read_buffer
+ negative
);
2984 return make_float (negative
? - value
: value
);
2988 Lisp_Object name
, result
;
2989 EMACS_INT nbytes
= p
- read_buffer
;
2991 = (multibyte
? multibyte_chars_in_text (read_buffer
, nbytes
)
2994 if (uninterned_symbol
&& ! NILP (Vpurify_flag
))
2995 name
= make_pure_string (read_buffer
, nchars
, nbytes
, multibyte
);
2997 name
= make_specified_string (read_buffer
, nchars
, nbytes
,multibyte
);
2998 result
= (uninterned_symbol
? Fmake_symbol (name
)
2999 : Fintern (name
, Qnil
));
3001 if (EQ (Vread_with_symbol_positions
, Qt
)
3002 || EQ (Vread_with_symbol_positions
, readcharfun
))
3003 Vread_symbol_positions_list
=
3004 /* Kind of a hack; this will probably fail if characters
3005 in the symbol name were escaped. Not really a big
3007 Fcons (Fcons (result
,
3008 make_number (readchar_count
3009 - XFASTINT (Flength (Fsymbol_name (result
))))),
3010 Vread_symbol_positions_list
);
3018 /* List of nodes we've seen during substitute_object_in_subtree. */
3019 static Lisp_Object seen_list
;
3022 substitute_object_in_subtree (object
, placeholder
)
3024 Lisp_Object placeholder
;
3026 Lisp_Object check_object
;
3028 /* We haven't seen any objects when we start. */
3031 /* Make all the substitutions. */
3033 = substitute_object_recurse (object
, placeholder
, object
);
3035 /* Clear seen_list because we're done with it. */
3038 /* The returned object here is expected to always eq the
3040 if (!EQ (check_object
, object
))
3041 error ("Unexpected mutation error in reader");
3044 /* Feval doesn't get called from here, so no gc protection is needed. */
3045 #define SUBSTITUTE(get_val, set_val) \
3047 Lisp_Object old_value = get_val; \
3048 Lisp_Object true_value \
3049 = substitute_object_recurse (object, placeholder,\
3052 if (!EQ (old_value, true_value)) \
3059 substitute_object_recurse (object
, placeholder
, subtree
)
3061 Lisp_Object placeholder
;
3062 Lisp_Object subtree
;
3064 /* If we find the placeholder, return the target object. */
3065 if (EQ (placeholder
, subtree
))
3068 /* If we've been to this node before, don't explore it again. */
3069 if (!EQ (Qnil
, Fmemq (subtree
, seen_list
)))
3072 /* If this node can be the entry point to a cycle, remember that
3073 we've seen it. It can only be such an entry point if it was made
3074 by #n=, which means that we can find it as a value in
3076 if (!EQ (Qnil
, Frassq (subtree
, read_objects
)))
3077 seen_list
= Fcons (subtree
, seen_list
);
3079 /* Recurse according to subtree's type.
3080 Every branch must return a Lisp_Object. */
3081 switch (XTYPE (subtree
))
3083 case Lisp_Vectorlike
:
3086 int length
= XINT (Flength(subtree
));
3087 for (i
= 0; i
< length
; i
++)
3089 Lisp_Object idx
= make_number (i
);
3090 SUBSTITUTE (Faref (subtree
, idx
),
3091 Faset (subtree
, idx
, true_value
));
3098 SUBSTITUTE (Fcar_safe (subtree
),
3099 Fsetcar (subtree
, true_value
));
3100 SUBSTITUTE (Fcdr_safe (subtree
),
3101 Fsetcdr (subtree
, true_value
));
3107 /* Check for text properties in each interval.
3108 substitute_in_interval contains part of the logic. */
3110 INTERVAL root_interval
= STRING_INTERVALS (subtree
);
3111 Lisp_Object arg
= Fcons (object
, placeholder
);
3113 traverse_intervals_noorder (root_interval
,
3114 &substitute_in_interval
, arg
);
3119 /* Other types don't recurse any further. */
3125 /* Helper function for substitute_object_recurse. */
3127 substitute_in_interval (interval
, arg
)
3131 Lisp_Object object
= Fcar (arg
);
3132 Lisp_Object placeholder
= Fcdr (arg
);
3134 SUBSTITUTE(interval
->plist
, interval
->plist
= true_value
);
3153 if (*cp
== '+' || *cp
== '-')
3156 if (*cp
>= '0' && *cp
<= '9')
3159 while (*cp
>= '0' && *cp
<= '9')
3167 if (*cp
>= '0' && *cp
<= '9')
3170 while (*cp
>= '0' && *cp
<= '9')
3173 if (*cp
== 'e' || *cp
== 'E')
3177 if (*cp
== '+' || *cp
== '-')
3181 if (*cp
>= '0' && *cp
<= '9')
3184 while (*cp
>= '0' && *cp
<= '9')
3187 else if (cp
== start
)
3189 else if (cp
[-1] == '+' && cp
[0] == 'I' && cp
[1] == 'N' && cp
[2] == 'F')
3194 else if (cp
[-1] == '+' && cp
[0] == 'N' && cp
[1] == 'a' && cp
[2] == 'N')
3200 return (((*cp
== 0) || (*cp
== ' ') || (*cp
== '\t') || (*cp
== '\n') || (*cp
== '\r') || (*cp
== '\f'))
3201 && (state
== (LEAD_INT
|DOT_CHAR
|TRAIL_INT
)
3202 || state
== (DOT_CHAR
|TRAIL_INT
)
3203 || state
== (LEAD_INT
|E_CHAR
|EXP_INT
)
3204 || state
== (LEAD_INT
|DOT_CHAR
|TRAIL_INT
|E_CHAR
|EXP_INT
)
3205 || state
== (DOT_CHAR
|TRAIL_INT
|E_CHAR
|EXP_INT
)));
3210 read_vector (readcharfun
, bytecodeflag
)
3211 Lisp_Object readcharfun
;
3216 register Lisp_Object
*ptr
;
3217 register Lisp_Object tem
, item
, vector
;
3218 register struct Lisp_Cons
*otem
;
3221 tem
= read_list (1, readcharfun
);
3222 len
= Flength (tem
);
3223 vector
= (read_pure
? make_pure_vector (XINT (len
)) : Fmake_vector (len
, Qnil
));
3225 size
= XVECTOR (vector
)->size
;
3226 ptr
= XVECTOR (vector
)->contents
;
3227 for (i
= 0; i
< size
; i
++)
3230 /* If `load-force-doc-strings' is t when reading a lazily-loaded
3231 bytecode object, the docstring containing the bytecode and
3232 constants values must be treated as unibyte and passed to
3233 Fread, to get the actual bytecode string and constants vector. */
3234 if (bytecodeflag
&& load_force_doc_strings
)
3236 if (i
== COMPILED_BYTECODE
)
3238 if (!STRINGP (item
))
3239 error ("Invalid byte code");
3241 /* Delay handling the bytecode slot until we know whether
3242 it is lazily-loaded (we can tell by whether the
3243 constants slot is nil). */
3244 ptr
[COMPILED_CONSTANTS
] = item
;
3247 else if (i
== COMPILED_CONSTANTS
)
3249 Lisp_Object bytestr
= ptr
[COMPILED_CONSTANTS
];
3253 /* Coerce string to unibyte (like string-as-unibyte,
3254 but without generating extra garbage and
3255 guaranteeing no change in the contents). */
3256 STRING_SET_CHARS (bytestr
, SBYTES (bytestr
));
3257 STRING_SET_UNIBYTE (bytestr
);
3259 item
= Fread (Fcons (bytestr
, readcharfun
));
3261 error ("Invalid byte code");
3263 otem
= XCONS (item
);
3264 bytestr
= XCAR (item
);
3269 /* Now handle the bytecode slot. */
3270 ptr
[COMPILED_BYTECODE
] = read_pure
? Fpurecopy (bytestr
) : bytestr
;
3272 else if (i
== COMPILED_DOC_STRING
3274 && ! STRING_MULTIBYTE (item
))
3276 if (EQ (readcharfun
, Qget_emacs_mule_file_char
))
3277 item
= Fdecode_coding_string (item
, Qemacs_mule
, Qnil
, Qnil
);
3279 item
= Fstring_as_multibyte (item
);
3282 ptr
[i
] = read_pure
? Fpurecopy (item
) : item
;
3290 /* FLAG = 1 means check for ] to terminate rather than ) and .
3291 FLAG = -1 means check for starting with defun
3292 and make structure pure. */
3295 read_list (flag
, readcharfun
)
3297 register Lisp_Object readcharfun
;
3299 /* -1 means check next element for defun,
3300 0 means don't check,
3301 1 means already checked and found defun. */
3302 int defunflag
= flag
< 0 ? -1 : 0;
3303 Lisp_Object val
, tail
;
3304 register Lisp_Object elt
, tem
;
3305 struct gcpro gcpro1
, gcpro2
;
3306 /* 0 is the normal case.
3307 1 means this list is a doc reference; replace it with the number 0.
3308 2 means this list is a doc reference; replace it with the doc string. */
3309 int doc_reference
= 0;
3311 /* Initialize this to 1 if we are reading a list. */
3312 int first_in_list
= flag
<= 0;
3321 elt
= read1 (readcharfun
, &ch
, first_in_list
);
3326 /* While building, if the list starts with #$, treat it specially. */
3327 if (EQ (elt
, Vload_file_name
)
3329 && !NILP (Vpurify_flag
))
3331 if (NILP (Vdoc_file_name
))
3332 /* We have not yet called Snarf-documentation, so assume
3333 this file is described in the DOC-MM.NN file
3334 and Snarf-documentation will fill in the right value later.
3335 For now, replace the whole list with 0. */
3338 /* We have already called Snarf-documentation, so make a relative
3339 file name for this file, so it can be found properly
3340 in the installed Lisp directory.
3341 We don't use Fexpand_file_name because that would make
3342 the directory absolute now. */
3343 elt
= concat2 (build_string ("../lisp/"),
3344 Ffile_name_nondirectory (elt
));
3346 else if (EQ (elt
, Vload_file_name
)
3348 && load_force_doc_strings
)
3357 invalid_syntax (") or . in a vector", 18);
3365 XSETCDR (tail
, read0 (readcharfun
));
3367 val
= read0 (readcharfun
);
3368 read1 (readcharfun
, &ch
, 0);
3372 if (doc_reference
== 1)
3373 return make_number (0);
3374 if (doc_reference
== 2)
3376 /* Get a doc string from the file we are loading.
3377 If it's in saved_doc_string, get it from there.
3379 Here, we don't know if the string is a
3380 bytecode string or a doc string. As a
3381 bytecode string must be unibyte, we always
3382 return a unibyte string. If it is actually a
3383 doc string, caller must make it
3386 int pos
= XINT (XCDR (val
));
3387 /* Position is negative for user variables. */
3388 if (pos
< 0) pos
= -pos
;
3389 if (pos
>= saved_doc_string_position
3390 && pos
< (saved_doc_string_position
3391 + saved_doc_string_length
))
3393 int start
= pos
- saved_doc_string_position
;
3396 /* Process quoting with ^A,
3397 and find the end of the string,
3398 which is marked with ^_ (037). */
3399 for (from
= start
, to
= start
;
3400 saved_doc_string
[from
] != 037;)
3402 int c
= saved_doc_string
[from
++];
3405 c
= saved_doc_string
[from
++];
3407 saved_doc_string
[to
++] = c
;
3409 saved_doc_string
[to
++] = 0;
3411 saved_doc_string
[to
++] = 037;
3414 saved_doc_string
[to
++] = c
;
3417 return make_unibyte_string (saved_doc_string
+ start
,
3420 /* Look in prev_saved_doc_string the same way. */
3421 else if (pos
>= prev_saved_doc_string_position
3422 && pos
< (prev_saved_doc_string_position
3423 + prev_saved_doc_string_length
))
3425 int start
= pos
- prev_saved_doc_string_position
;
3428 /* Process quoting with ^A,
3429 and find the end of the string,
3430 which is marked with ^_ (037). */
3431 for (from
= start
, to
= start
;
3432 prev_saved_doc_string
[from
] != 037;)
3434 int c
= prev_saved_doc_string
[from
++];
3437 c
= prev_saved_doc_string
[from
++];
3439 prev_saved_doc_string
[to
++] = c
;
3441 prev_saved_doc_string
[to
++] = 0;
3443 prev_saved_doc_string
[to
++] = 037;
3446 prev_saved_doc_string
[to
++] = c
;
3449 return make_unibyte_string (prev_saved_doc_string
3454 return get_doc_string (val
, 1, 0);
3459 invalid_syntax (". in wrong context", 18);
3461 invalid_syntax ("] in a list", 11);
3463 tem
= (read_pure
&& flag
<= 0
3464 ? pure_cons (elt
, Qnil
)
3465 : Fcons (elt
, Qnil
));
3467 XSETCDR (tail
, tem
);
3472 defunflag
= EQ (elt
, Qdefun
);
3473 else if (defunflag
> 0)
3478 Lisp_Object Vobarray
;
3479 Lisp_Object initial_obarray
;
3481 /* oblookup stores the bucket number here, for the sake of Funintern. */
3483 int oblookup_last_bucket_number
;
3485 static int hash_string ();
3487 /* Get an error if OBARRAY is not an obarray.
3488 If it is one, return it. */
3491 check_obarray (obarray
)
3492 Lisp_Object obarray
;
3494 if (!VECTORP (obarray
) || XVECTOR (obarray
)->size
== 0)
3496 /* If Vobarray is now invalid, force it to be valid. */
3497 if (EQ (Vobarray
, obarray
)) Vobarray
= initial_obarray
;
3498 wrong_type_argument (Qvectorp
, obarray
);
3503 /* Intern the C string STR: return a symbol with that name,
3504 interned in the current obarray. */
3511 int len
= strlen (str
);
3512 Lisp_Object obarray
;
3515 if (!VECTORP (obarray
) || XVECTOR (obarray
)->size
== 0)
3516 obarray
= check_obarray (obarray
);
3517 tem
= oblookup (obarray
, str
, len
, len
);
3520 return Fintern (make_string (str
, len
), obarray
);
3523 /* Create an uninterned symbol with name STR. */
3529 int len
= strlen (str
);
3531 return Fmake_symbol ((!NILP (Vpurify_flag
)
3532 ? make_pure_string (str
, len
, len
, 0)
3533 : make_string (str
, len
)));
3536 DEFUN ("intern", Fintern
, Sintern
, 1, 2, 0,
3537 doc
: /* Return the canonical symbol whose name is STRING.
3538 If there is none, one is created by this function and returned.
3539 A second optional argument specifies the obarray to use;
3540 it defaults to the value of `obarray'. */)
3542 Lisp_Object string
, obarray
;
3544 register Lisp_Object tem
, sym
, *ptr
;
3546 if (NILP (obarray
)) obarray
= Vobarray
;
3547 obarray
= check_obarray (obarray
);
3549 CHECK_STRING (string
);
3551 tem
= oblookup (obarray
, SDATA (string
),
3554 if (!INTEGERP (tem
))
3557 if (!NILP (Vpurify_flag
))
3558 string
= Fpurecopy (string
);
3559 sym
= Fmake_symbol (string
);
3561 if (EQ (obarray
, initial_obarray
))
3562 XSYMBOL (sym
)->interned
= SYMBOL_INTERNED_IN_INITIAL_OBARRAY
;
3564 XSYMBOL (sym
)->interned
= SYMBOL_INTERNED
;
3566 if ((SREF (string
, 0) == ':')
3567 && EQ (obarray
, initial_obarray
))
3569 XSYMBOL (sym
)->constant
= 1;
3570 XSYMBOL (sym
)->value
= sym
;
3573 ptr
= &XVECTOR (obarray
)->contents
[XINT (tem
)];
3575 XSYMBOL (sym
)->next
= XSYMBOL (*ptr
);
3577 XSYMBOL (sym
)->next
= 0;
3582 DEFUN ("intern-soft", Fintern_soft
, Sintern_soft
, 1, 2, 0,
3583 doc
: /* Return the canonical symbol named NAME, or nil if none exists.
3584 NAME may be a string or a symbol. If it is a symbol, that exact
3585 symbol is searched for.
3586 A second optional argument specifies the obarray to use;
3587 it defaults to the value of `obarray'. */)
3589 Lisp_Object name
, obarray
;
3591 register Lisp_Object tem
, string
;
3593 if (NILP (obarray
)) obarray
= Vobarray
;
3594 obarray
= check_obarray (obarray
);
3596 if (!SYMBOLP (name
))
3598 CHECK_STRING (name
);
3602 string
= SYMBOL_NAME (name
);
3604 tem
= oblookup (obarray
, SDATA (string
), SCHARS (string
), SBYTES (string
));
3605 if (INTEGERP (tem
) || (SYMBOLP (name
) && !EQ (name
, tem
)))
3611 DEFUN ("unintern", Funintern
, Sunintern
, 1, 2, 0,
3612 doc
: /* Delete the symbol named NAME, if any, from OBARRAY.
3613 The value is t if a symbol was found and deleted, nil otherwise.
3614 NAME may be a string or a symbol. If it is a symbol, that symbol
3615 is deleted, if it belongs to OBARRAY--no other symbol is deleted.
3616 OBARRAY defaults to the value of the variable `obarray'. */)
3618 Lisp_Object name
, obarray
;
3620 register Lisp_Object string
, tem
;
3623 if (NILP (obarray
)) obarray
= Vobarray
;
3624 obarray
= check_obarray (obarray
);
3627 string
= SYMBOL_NAME (name
);
3630 CHECK_STRING (name
);
3634 tem
= oblookup (obarray
, SDATA (string
),
3639 /* If arg was a symbol, don't delete anything but that symbol itself. */
3640 if (SYMBOLP (name
) && !EQ (name
, tem
))
3643 XSYMBOL (tem
)->interned
= SYMBOL_UNINTERNED
;
3644 XSYMBOL (tem
)->constant
= 0;
3645 XSYMBOL (tem
)->indirect_variable
= 0;
3647 hash
= oblookup_last_bucket_number
;
3649 if (EQ (XVECTOR (obarray
)->contents
[hash
], tem
))
3651 if (XSYMBOL (tem
)->next
)
3652 XSETSYMBOL (XVECTOR (obarray
)->contents
[hash
], XSYMBOL (tem
)->next
);
3654 XSETINT (XVECTOR (obarray
)->contents
[hash
], 0);
3658 Lisp_Object tail
, following
;
3660 for (tail
= XVECTOR (obarray
)->contents
[hash
];
3661 XSYMBOL (tail
)->next
;
3664 XSETSYMBOL (following
, XSYMBOL (tail
)->next
);
3665 if (EQ (following
, tem
))
3667 XSYMBOL (tail
)->next
= XSYMBOL (following
)->next
;
3676 /* Return the symbol in OBARRAY whose names matches the string
3677 of SIZE characters (SIZE_BYTE bytes) at PTR.
3678 If there is no such symbol in OBARRAY, return nil.
3680 Also store the bucket number in oblookup_last_bucket_number. */
3683 oblookup (obarray
, ptr
, size
, size_byte
)
3684 Lisp_Object obarray
;
3685 register const char *ptr
;
3686 int size
, size_byte
;
3690 register Lisp_Object tail
;
3691 Lisp_Object bucket
, tem
;
3693 if (!VECTORP (obarray
)
3694 || (obsize
= XVECTOR (obarray
)->size
) == 0)
3696 obarray
= check_obarray (obarray
);
3697 obsize
= XVECTOR (obarray
)->size
;
3699 /* This is sometimes needed in the middle of GC. */
3700 obsize
&= ~ARRAY_MARK_FLAG
;
3701 /* Combining next two lines breaks VMS C 2.3. */
3702 hash
= hash_string (ptr
, size_byte
);
3704 bucket
= XVECTOR (obarray
)->contents
[hash
];
3705 oblookup_last_bucket_number
= hash
;
3706 if (EQ (bucket
, make_number (0)))
3708 else if (!SYMBOLP (bucket
))
3709 error ("Bad data in guts of obarray"); /* Like CADR error message */
3711 for (tail
= bucket
; ; XSETSYMBOL (tail
, XSYMBOL (tail
)->next
))
3713 if (SBYTES (SYMBOL_NAME (tail
)) == size_byte
3714 && SCHARS (SYMBOL_NAME (tail
)) == size
3715 && !bcmp (SDATA (SYMBOL_NAME (tail
)), ptr
, size_byte
))
3717 else if (XSYMBOL (tail
)->next
== 0)
3720 XSETINT (tem
, hash
);
3725 hash_string (ptr
, len
)
3726 const unsigned char *ptr
;
3729 register const unsigned char *p
= ptr
;
3730 register const unsigned char *end
= p
+ len
;
3731 register unsigned char c
;
3732 register int hash
= 0;
3737 if (c
>= 0140) c
-= 40;
3738 hash
= ((hash
<<3) + (hash
>>28) + c
);
3740 return hash
& 07777777777;
3744 map_obarray (obarray
, fn
, arg
)
3745 Lisp_Object obarray
;
3746 void (*fn
) P_ ((Lisp_Object
, Lisp_Object
));
3750 register Lisp_Object tail
;
3751 CHECK_VECTOR (obarray
);
3752 for (i
= XVECTOR (obarray
)->size
- 1; i
>= 0; i
--)
3754 tail
= XVECTOR (obarray
)->contents
[i
];
3759 if (XSYMBOL (tail
)->next
== 0)
3761 XSETSYMBOL (tail
, XSYMBOL (tail
)->next
);
3767 mapatoms_1 (sym
, function
)
3768 Lisp_Object sym
, function
;
3770 call1 (function
, sym
);
3773 DEFUN ("mapatoms", Fmapatoms
, Smapatoms
, 1, 2, 0,
3774 doc
: /* Call FUNCTION on every symbol in OBARRAY.
3775 OBARRAY defaults to the value of `obarray'. */)
3777 Lisp_Object function
, obarray
;
3779 if (NILP (obarray
)) obarray
= Vobarray
;
3780 obarray
= check_obarray (obarray
);
3782 map_obarray (obarray
, mapatoms_1
, function
);
3786 #define OBARRAY_SIZE 1511
3791 Lisp_Object oblength
;
3795 XSETFASTINT (oblength
, OBARRAY_SIZE
);
3797 Qnil
= Fmake_symbol (make_pure_string ("nil", 3, 3, 0));
3798 Vobarray
= Fmake_vector (oblength
, make_number (0));
3799 initial_obarray
= Vobarray
;
3800 staticpro (&initial_obarray
);
3801 /* Intern nil in the obarray */
3802 XSYMBOL (Qnil
)->interned
= SYMBOL_INTERNED_IN_INITIAL_OBARRAY
;
3803 XSYMBOL (Qnil
)->constant
= 1;
3805 /* These locals are to kludge around a pyramid compiler bug. */
3806 hash
= hash_string ("nil", 3);
3807 /* Separate statement here to avoid VAXC bug. */
3808 hash
%= OBARRAY_SIZE
;
3809 tem
= &XVECTOR (Vobarray
)->contents
[hash
];
3812 Qunbound
= Fmake_symbol (make_pure_string ("unbound", 7, 7, 0));
3813 XSYMBOL (Qnil
)->function
= Qunbound
;
3814 XSYMBOL (Qunbound
)->value
= Qunbound
;
3815 XSYMBOL (Qunbound
)->function
= Qunbound
;
3818 XSYMBOL (Qnil
)->value
= Qnil
;
3819 XSYMBOL (Qnil
)->plist
= Qnil
;
3820 XSYMBOL (Qt
)->value
= Qt
;
3821 XSYMBOL (Qt
)->constant
= 1;
3823 /* Qt is correct even if CANNOT_DUMP. loadup.el will set to nil at end. */
3826 Qvariable_documentation
= intern ("variable-documentation");
3827 staticpro (&Qvariable_documentation
);
3829 read_buffer_size
= 100 + MAX_MULTIBYTE_LENGTH
;
3830 read_buffer
= (char *) xmalloc (read_buffer_size
);
3835 struct Lisp_Subr
*sname
;
3838 sym
= intern (sname
->symbol_name
);
3839 XSETPVECTYPE (sname
, PVEC_SUBR
);
3840 XSETSUBR (XSYMBOL (sym
)->function
, sname
);
3843 #ifdef NOTDEF /* use fset in subr.el now */
3845 defalias (sname
, string
)
3846 struct Lisp_Subr
*sname
;
3850 sym
= intern (string
);
3851 XSETSUBR (XSYMBOL (sym
)->function
, sname
);
3855 /* Define an "integer variable"; a symbol whose value is forwarded
3856 to a C variable of type int. Sample call:
3857 DEFVAR_INT ("emacs-priority", &emacs_priority, "Documentation"); */
3859 defvar_int (namestring
, address
)
3863 Lisp_Object sym
, val
;
3864 sym
= intern (namestring
);
3865 val
= allocate_misc ();
3866 XMISCTYPE (val
) = Lisp_Misc_Intfwd
;
3867 XINTFWD (val
)->intvar
= address
;
3868 SET_SYMBOL_VALUE (sym
, val
);
3871 /* Similar but define a variable whose value is t if address contains 1,
3872 nil if address contains 0. */
3874 defvar_bool (namestring
, address
)
3878 Lisp_Object sym
, val
;
3879 sym
= intern (namestring
);
3880 val
= allocate_misc ();
3881 XMISCTYPE (val
) = Lisp_Misc_Boolfwd
;
3882 XBOOLFWD (val
)->boolvar
= address
;
3883 SET_SYMBOL_VALUE (sym
, val
);
3884 Vbyte_boolean_vars
= Fcons (sym
, Vbyte_boolean_vars
);
3887 /* Similar but define a variable whose value is the Lisp Object stored
3888 at address. Two versions: with and without gc-marking of the C
3889 variable. The nopro version is used when that variable will be
3890 gc-marked for some other reason, since marking the same slot twice
3891 can cause trouble with strings. */
3893 defvar_lisp_nopro (namestring
, address
)
3895 Lisp_Object
*address
;
3897 Lisp_Object sym
, val
;
3898 sym
= intern (namestring
);
3899 val
= allocate_misc ();
3900 XMISCTYPE (val
) = Lisp_Misc_Objfwd
;
3901 XOBJFWD (val
)->objvar
= address
;
3902 SET_SYMBOL_VALUE (sym
, val
);
3906 defvar_lisp (namestring
, address
)
3908 Lisp_Object
*address
;
3910 defvar_lisp_nopro (namestring
, address
);
3911 staticpro (address
);
3914 /* Similar but define a variable whose value is the Lisp Object stored
3915 at a particular offset in the current kboard object. */
3918 defvar_kboard (namestring
, offset
)
3922 Lisp_Object sym
, val
;
3923 sym
= intern (namestring
);
3924 val
= allocate_misc ();
3925 XMISCTYPE (val
) = Lisp_Misc_Kboard_Objfwd
;
3926 XKBOARD_OBJFWD (val
)->offset
= offset
;
3927 SET_SYMBOL_VALUE (sym
, val
);
3930 /* Record the value of load-path used at the start of dumping
3931 so we can see if the site changed it later during dumping. */
3932 static Lisp_Object dump_path
;
3938 int turn_off_warning
= 0;
3940 /* Compute the default load-path. */
3942 normal
= PATH_LOADSEARCH
;
3943 Vload_path
= decode_env_path (0, normal
);
3945 if (NILP (Vpurify_flag
))
3946 normal
= PATH_LOADSEARCH
;
3948 normal
= PATH_DUMPLOADSEARCH
;
3950 /* In a dumped Emacs, we normally have to reset the value of
3951 Vload_path from PATH_LOADSEARCH, since the value that was dumped
3952 uses ../lisp, instead of the path of the installed elisp
3953 libraries. However, if it appears that Vload_path was changed
3954 from the default before dumping, don't override that value. */
3957 if (! NILP (Fequal (dump_path
, Vload_path
)))
3959 Vload_path
= decode_env_path (0, normal
);
3960 if (!NILP (Vinstallation_directory
))
3962 Lisp_Object tem
, tem1
, sitelisp
;
3964 /* Remove site-lisp dirs from path temporarily and store
3965 them in sitelisp, then conc them on at the end so
3966 they're always first in path. */
3970 tem
= Fcar (Vload_path
);
3971 tem1
= Fstring_match (build_string ("site-lisp"),
3975 Vload_path
= Fcdr (Vload_path
);
3976 sitelisp
= Fcons (tem
, sitelisp
);
3982 /* Add to the path the lisp subdir of the
3983 installation dir, if it exists. */
3984 tem
= Fexpand_file_name (build_string ("lisp"),
3985 Vinstallation_directory
);
3986 tem1
= Ffile_exists_p (tem
);
3989 if (NILP (Fmember (tem
, Vload_path
)))
3991 turn_off_warning
= 1;
3992 Vload_path
= Fcons (tem
, Vload_path
);
3996 /* That dir doesn't exist, so add the build-time
3997 Lisp dirs instead. */
3998 Vload_path
= nconc2 (Vload_path
, dump_path
);
4000 /* Add leim under the installation dir, if it exists. */
4001 tem
= Fexpand_file_name (build_string ("leim"),
4002 Vinstallation_directory
);
4003 tem1
= Ffile_exists_p (tem
);
4006 if (NILP (Fmember (tem
, Vload_path
)))
4007 Vload_path
= Fcons (tem
, Vload_path
);
4010 /* Add site-lisp under the installation dir, if it exists. */
4011 tem
= Fexpand_file_name (build_string ("site-lisp"),
4012 Vinstallation_directory
);
4013 tem1
= Ffile_exists_p (tem
);
4016 if (NILP (Fmember (tem
, Vload_path
)))
4017 Vload_path
= Fcons (tem
, Vload_path
);
4020 /* If Emacs was not built in the source directory,
4021 and it is run from where it was built, add to load-path
4022 the lisp, leim and site-lisp dirs under that directory. */
4024 if (NILP (Fequal (Vinstallation_directory
, Vsource_directory
)))
4028 tem
= Fexpand_file_name (build_string ("src/Makefile"),
4029 Vinstallation_directory
);
4030 tem1
= Ffile_exists_p (tem
);
4032 /* Don't be fooled if they moved the entire source tree
4033 AFTER dumping Emacs. If the build directory is indeed
4034 different from the source dir, src/Makefile.in and
4035 src/Makefile will not be found together. */
4036 tem
= Fexpand_file_name (build_string ("src/Makefile.in"),
4037 Vinstallation_directory
);
4038 tem2
= Ffile_exists_p (tem
);
4039 if (!NILP (tem1
) && NILP (tem2
))
4041 tem
= Fexpand_file_name (build_string ("lisp"),
4044 if (NILP (Fmember (tem
, Vload_path
)))
4045 Vload_path
= Fcons (tem
, Vload_path
);
4047 tem
= Fexpand_file_name (build_string ("leim"),
4050 if (NILP (Fmember (tem
, Vload_path
)))
4051 Vload_path
= Fcons (tem
, Vload_path
);
4053 tem
= Fexpand_file_name (build_string ("site-lisp"),
4056 if (NILP (Fmember (tem
, Vload_path
)))
4057 Vload_path
= Fcons (tem
, Vload_path
);
4060 if (!NILP (sitelisp
))
4061 Vload_path
= nconc2 (Fnreverse (sitelisp
), Vload_path
);
4067 /* NORMAL refers to the lisp dir in the source directory. */
4068 /* We used to add ../lisp at the front here, but
4069 that caused trouble because it was copied from dump_path
4070 into Vload_path, above, when Vinstallation_directory was non-nil.
4071 It should be unnecessary. */
4072 Vload_path
= decode_env_path (0, normal
);
4073 dump_path
= Vload_path
;
4077 #if (!(defined(WINDOWSNT) || (defined(HAVE_CARBON))))
4078 /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is
4079 almost never correct, thereby causing a warning to be printed out that
4080 confuses users. Since PATH_LOADSEARCH is always overridden by the
4081 EMACSLOADPATH environment variable below, disable the warning on NT.
4082 Also, when using the "self-contained" option for Carbon Emacs for MacOSX,
4083 the "standard" paths may not exist and would be overridden by
4084 EMACSLOADPATH as on NT. Since this depends on how the executable
4085 was build and packaged, turn off the warnings in general */
4087 /* Warn if dirs in the *standard* path don't exist. */
4088 if (!turn_off_warning
)
4090 Lisp_Object path_tail
;
4092 for (path_tail
= Vload_path
;
4094 path_tail
= XCDR (path_tail
))
4096 Lisp_Object dirfile
;
4097 dirfile
= Fcar (path_tail
);
4098 if (STRINGP (dirfile
))
4100 dirfile
= Fdirectory_file_name (dirfile
);
4101 if (access (SDATA (dirfile
), 0) < 0)
4102 dir_warning ("Warning: Lisp directory `%s' does not exist.\n",
4107 #endif /* !(WINDOWSNT || HAVE_CARBON) */
4109 /* If the EMACSLOADPATH environment variable is set, use its value.
4110 This doesn't apply if we're dumping. */
4112 if (NILP (Vpurify_flag
)
4113 && egetenv ("EMACSLOADPATH"))
4115 Vload_path
= decode_env_path ("EMACSLOADPATH", normal
);
4119 load_in_progress
= 0;
4120 Vload_file_name
= Qnil
;
4122 load_descriptor_list
= Qnil
;
4124 Vstandard_input
= Qt
;
4125 Vloads_in_progress
= Qnil
;
4128 /* Print a warning, using format string FORMAT, that directory DIRNAME
4129 does not exist. Print it on stderr and put it in *Messages*. */
4132 dir_warning (format
, dirname
)
4134 Lisp_Object dirname
;
4137 = (char *) alloca (SCHARS (dirname
) + strlen (format
) + 5);
4139 fprintf (stderr
, format
, SDATA (dirname
));
4140 sprintf (buffer
, format
, SDATA (dirname
));
4141 /* Don't log the warning before we've initialized!! */
4143 message_dolog (buffer
, strlen (buffer
), 0, STRING_MULTIBYTE (dirname
));
4150 defsubr (&Sread_from_string
);
4152 defsubr (&Sintern_soft
);
4153 defsubr (&Sunintern
);
4154 defsubr (&Sget_load_suffixes
);
4156 defsubr (&Seval_buffer
);
4157 defsubr (&Seval_region
);
4158 defsubr (&Sread_char
);
4159 defsubr (&Sread_char_exclusive
);
4160 defsubr (&Sread_event
);
4161 defsubr (&Sget_file_char
);
4162 defsubr (&Smapatoms
);
4163 defsubr (&Slocate_file_internal
);
4165 DEFVAR_LISP ("obarray", &Vobarray
,
4166 doc
: /* Symbol table for use by `intern' and `read'.
4167 It is a vector whose length ought to be prime for best results.
4168 The vector's contents don't make sense if examined from Lisp programs;
4169 to find all the symbols in an obarray, use `mapatoms'. */);
4171 DEFVAR_LISP ("values", &Vvalues
,
4172 doc
: /* List of values of all expressions which were read, evaluated and printed.
4173 Order is reverse chronological. */);
4175 DEFVAR_LISP ("standard-input", &Vstandard_input
,
4176 doc
: /* Stream for read to get input from.
4177 See documentation of `read' for possible values. */);
4178 Vstandard_input
= Qt
;
4180 DEFVAR_LISP ("read-with-symbol-positions", &Vread_with_symbol_positions
,
4181 doc
: /* If non-nil, add position of read symbols to `read-symbol-positions-list'.
4183 If this variable is a buffer, then only forms read from that buffer
4184 will be added to `read-symbol-positions-list'.
4185 If this variable is t, then all read forms will be added.
4186 The effect of all other values other than nil are not currently
4187 defined, although they may be in the future.
4189 The positions are relative to the last call to `read' or
4190 `read-from-string'. It is probably a bad idea to set this variable at
4191 the toplevel; bind it instead. */);
4192 Vread_with_symbol_positions
= Qnil
;
4194 DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list
,
4195 doc
: /* A list mapping read symbols to their positions.
4196 This variable is modified during calls to `read' or
4197 `read-from-string', but only when `read-with-symbol-positions' is
4200 Each element of the list looks like (SYMBOL . CHAR-POSITION), where
4201 CHAR-POSITION is an integer giving the offset of that occurrence of the
4202 symbol from the position where `read' or `read-from-string' started.
4204 Note that a symbol will appear multiple times in this list, if it was
4205 read multiple times. The list is in the same order as the symbols
4207 Vread_symbol_positions_list
= Qnil
;
4209 DEFVAR_LISP ("load-path", &Vload_path
,
4210 doc
: /* *List of directories to search for files to load.
4211 Each element is a string (directory name) or nil (try default directory).
4212 Initialized based on EMACSLOADPATH environment variable, if any,
4213 otherwise to default specified by file `epaths.h' when Emacs was built. */);
4215 DEFVAR_LISP ("load-suffixes", &Vload_suffixes
,
4216 doc
: /* List of suffixes for (compiled or source) Emacs Lisp files.
4217 This list should not include the empty string.
4218 `load' and related functions try to append these suffixes, in order,
4219 to the specified file name if a Lisp suffix is allowed or required. */);
4220 Vload_suffixes
= Fcons (build_string (".elc"),
4221 Fcons (build_string (".el"), Qnil
));
4222 DEFVAR_LISP ("load-file-rep-suffixes", &Vload_file_rep_suffixes
,
4223 doc
: /* List of suffixes that indicate representations of \
4225 This list should normally start with the empty string.
4227 Enabling Auto Compression mode appends the suffixes in
4228 `jka-compr-load-suffixes' to this list and disabling Auto Compression
4229 mode removes them again. `load' and related functions use this list to
4230 determine whether they should look for compressed versions of a file
4231 and, if so, which suffixes they should try to append to the file name
4232 in order to do so. However, if you want to customize which suffixes
4233 the loading functions recognize as compression suffixes, you should
4234 customize `jka-compr-load-suffixes' rather than the present variable. */);
4235 Vload_file_rep_suffixes
= Fcons (empty_unibyte_string
, Qnil
);
4237 DEFVAR_BOOL ("load-in-progress", &load_in_progress
,
4238 doc
: /* Non-nil if inside of `load'. */);
4240 DEFVAR_LISP ("after-load-alist", &Vafter_load_alist
,
4241 doc
: /* An alist of expressions to be evalled when particular files are loaded.
4242 Each element looks like (REGEXP-OR-FEATURE FORMS...).
4244 REGEXP-OR-FEATURE is either a regular expression to match file names, or
4245 a symbol \(a feature name).
4247 When `load' is run and the file-name argument matches an element's
4248 REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol
4249 REGEXP-OR-FEATURE, the FORMS in the element are executed.
4251 An error in FORMS does not undo the load, but does prevent execution of
4252 the rest of the FORMS. */);
4253 Vafter_load_alist
= Qnil
;
4255 DEFVAR_LISP ("load-history", &Vload_history
,
4256 doc
: /* Alist mapping file names to symbols and features.
4257 Each alist element is a list that starts with a file name,
4258 except for one element (optional) that starts with nil and describes
4259 definitions evaluated from buffers not visiting files.
4261 The file name is absolute and is the true file name (i.e. it doesn't
4262 contain symbolic links) of the loaded file.
4264 The remaining elements of each list are symbols defined as variables
4265 and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
4266 `(defun . FUNCTION)', `(autoload . SYMBOL)', `(defface . SYMBOL)'
4267 and `(t . SYMBOL)'. An element `(t . SYMBOL)' precedes an entry
4268 `(defun . FUNCTION)', and means that SYMBOL was an autoload before
4269 this file redefined it as a function.
4271 During preloading, the file name recorded is relative to the main Lisp
4272 directory. These file names are converted to absolute at startup. */);
4273 Vload_history
= Qnil
;
4275 DEFVAR_LISP ("load-file-name", &Vload_file_name
,
4276 doc
: /* Full name of file being loaded by `load'. */);
4277 Vload_file_name
= Qnil
;
4279 DEFVAR_LISP ("user-init-file", &Vuser_init_file
,
4280 doc
: /* File name, including directory, of user's initialization file.
4281 If the file loaded had extension `.elc', and the corresponding source file
4282 exists, this variable contains the name of source file, suitable for use
4283 by functions like `custom-save-all' which edit the init file.
4284 While Emacs loads and evaluates the init file, value is the real name
4285 of the file, regardless of whether or not it has the `.elc' extension. */);
4286 Vuser_init_file
= Qnil
;
4288 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list
,
4289 doc
: /* Used for internal purposes by `load'. */);
4290 Vcurrent_load_list
= Qnil
;
4292 DEFVAR_LISP ("load-read-function", &Vload_read_function
,
4293 doc
: /* Function used by `load' and `eval-region' for reading expressions.
4294 The default is nil, which means use the function `read'. */);
4295 Vload_read_function
= Qnil
;
4297 DEFVAR_LISP ("load-source-file-function", &Vload_source_file_function
,
4298 doc
: /* Function called in `load' for loading an Emacs Lisp source file.
4299 This function is for doing code conversion before reading the source file.
4300 If nil, loading is done without any code conversion.
4301 Arguments are FULLNAME, FILE, NOERROR, NOMESSAGE, where
4302 FULLNAME is the full name of FILE.
4303 See `load' for the meaning of the remaining arguments. */);
4304 Vload_source_file_function
= Qnil
;
4306 DEFVAR_BOOL ("load-force-doc-strings", &load_force_doc_strings
,
4307 doc
: /* Non-nil means `load' should force-load all dynamic doc strings.
4308 This is useful when the file being loaded is a temporary copy. */);
4309 load_force_doc_strings
= 0;
4311 DEFVAR_BOOL ("load-convert-to-unibyte", &load_convert_to_unibyte
,
4312 doc
: /* Non-nil means `read' converts strings to unibyte whenever possible.
4313 This is normally bound by `load' and `eval-buffer' to control `read',
4314 and is not meant for users to change. */);
4315 load_convert_to_unibyte
= 0;
4317 DEFVAR_LISP ("source-directory", &Vsource_directory
,
4318 doc
: /* Directory in which Emacs sources were found when Emacs was built.
4319 You cannot count on them to still be there! */);
4321 = Fexpand_file_name (build_string ("../"),
4322 Fcar (decode_env_path (0, PATH_DUMPLOADSEARCH
)));
4324 DEFVAR_LISP ("preloaded-file-list", &Vpreloaded_file_list
,
4325 doc
: /* List of files that were preloaded (when dumping Emacs). */);
4326 Vpreloaded_file_list
= Qnil
;
4328 DEFVAR_LISP ("byte-boolean-vars", &Vbyte_boolean_vars
,
4329 doc
: /* List of all DEFVAR_BOOL variables, used by the byte code optimizer. */);
4330 Vbyte_boolean_vars
= Qnil
;
4332 DEFVAR_BOOL ("load-dangerous-libraries", &load_dangerous_libraries
,
4333 doc
: /* Non-nil means load dangerous compiled Lisp files.
4334 Some versions of XEmacs use different byte codes than Emacs. These
4335 incompatible byte codes can make Emacs crash when it tries to execute
4337 load_dangerous_libraries
= 0;
4339 DEFVAR_LISP ("bytecomp-version-regexp", &Vbytecomp_version_regexp
,
4340 doc
: /* Regular expression matching safe to load compiled Lisp files.
4341 When Emacs loads a compiled Lisp file, it reads the first 512 bytes
4342 from the file, and matches them against this regular expression.
4343 When the regular expression matches, the file is considered to be safe
4344 to load. See also `load-dangerous-libraries'. */);
4345 Vbytecomp_version_regexp
4346 = build_string ("^;;;.\\(in Emacs version\\|bytecomp version FSF\\)");
4348 DEFVAR_LISP ("eval-buffer-list", &Veval_buffer_list
,
4349 doc
: /* List of buffers being read from by calls to `eval-buffer' and `eval-region'. */);
4350 Veval_buffer_list
= Qnil
;
4352 DEFVAR_LISP ("old-style-backquotes", &Vold_style_backquotes
,
4353 doc
: /* Set to non-nil when `read' encounters an old-style backquote. */);
4354 Vold_style_backquotes
= Qnil
;
4355 Qold_style_backquotes
= intern ("old-style-backquotes");
4356 staticpro (&Qold_style_backquotes
);
4358 /* Vsource_directory was initialized in init_lread. */
4360 load_descriptor_list
= Qnil
;
4361 staticpro (&load_descriptor_list
);
4363 Qcurrent_load_list
= intern ("current-load-list");
4364 staticpro (&Qcurrent_load_list
);
4366 Qstandard_input
= intern ("standard-input");
4367 staticpro (&Qstandard_input
);
4369 Qread_char
= intern ("read-char");
4370 staticpro (&Qread_char
);
4372 Qget_file_char
= intern ("get-file-char");
4373 staticpro (&Qget_file_char
);
4375 Qget_emacs_mule_file_char
= intern ("get-emacs-mule-file-char");
4376 staticpro (&Qget_emacs_mule_file_char
);
4378 Qload_force_doc_strings
= intern ("load-force-doc-strings");
4379 staticpro (&Qload_force_doc_strings
);
4381 Qbackquote
= intern ("`");
4382 staticpro (&Qbackquote
);
4383 Qcomma
= intern (",");
4384 staticpro (&Qcomma
);
4385 Qcomma_at
= intern (",@");
4386 staticpro (&Qcomma_at
);
4387 Qcomma_dot
= intern (",.");
4388 staticpro (&Qcomma_dot
);
4390 Qinhibit_file_name_operation
= intern ("inhibit-file-name-operation");
4391 staticpro (&Qinhibit_file_name_operation
);
4393 Qascii_character
= intern ("ascii-character");
4394 staticpro (&Qascii_character
);
4396 Qfunction
= intern ("function");
4397 staticpro (&Qfunction
);
4399 Qload
= intern ("load");
4402 Qload_file_name
= intern ("load-file-name");
4403 staticpro (&Qload_file_name
);
4405 Qeval_buffer_list
= intern ("eval-buffer-list");
4406 staticpro (&Qeval_buffer_list
);
4408 Qfile_truename
= intern ("file-truename");
4409 staticpro (&Qfile_truename
) ;
4411 Qdo_after_load_evaluation
= intern ("do-after-load-evaluation");
4412 staticpro (&Qdo_after_load_evaluation
) ;
4414 staticpro (&dump_path
);
4416 staticpro (&read_objects
);
4417 read_objects
= Qnil
;
4418 staticpro (&seen_list
);
4421 Vloads_in_progress
= Qnil
;
4422 staticpro (&Vloads_in_progress
);
4425 /* arch-tag: a0d02733-0f96-4844-a659-9fd53c4f414d
4426 (do not change this comment) */