1 /* Fully extensible Emacs, running on Unix, intended for GNU.
2 Copyright (C) 1985,86,87,93,94,95,97,98,1999 Free Software Foundation, Inc.
4 This file is part of GNU Emacs.
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
27 #include <sys/types.h>
39 #include <sys/ioctl.h>
44 #include "intervals.h"
48 #include "blockinput.h"
49 #include "syssignal.h"
51 #include "termhooks.h"
60 #include <sys/resource.h>
68 #if !defined (USG) || defined (BSD_PGRPS)
70 #define setpgrp setpgid
74 extern void malloc_warning
P_ ((char *));
75 extern void set_time_zone_rule
P_ ((char *));
77 extern char *index
P_ ((const char *, int));
80 /* Make these values available in GDB, which doesn't see macros. */
82 EMACS_INT gdb_valbits
= VALBITS
;
83 EMACS_INT gdb_gctypebits
= GCTYPEBITS
;
84 EMACS_INT gdb_emacs_intbits
= sizeof (EMACS_INT
) * BITS_PER_CHAR
;
86 EMACS_INT gdb_data_seg_bits
= DATA_SEG_BITS
;
88 EMACS_INT gdb_data_seg_bits
= 0;
90 EMACS_INT PVEC_FLAG
= PSEUDOVECTOR_FLAG
;
92 /* Command line args from shell, as list of strings */
93 Lisp_Object Vcommand_line_args
;
95 /* The name under which Emacs was invoked, with any leading directory
97 Lisp_Object Vinvocation_name
;
99 /* The directory name from which Emacs was invoked. */
100 Lisp_Object Vinvocation_directory
;
102 /* The directory name in which to find subdirs such as lisp and etc.
103 nil means get them only from PATH_LOADSEARCH. */
104 Lisp_Object Vinstallation_directory
;
106 /* Hook run by `kill-emacs' before it does really anything. */
107 Lisp_Object Vkill_emacs_hook
;
110 /* Hooks for signal USR1 and USR2 handing */
111 Lisp_Object Vsignal_USR1_hook
;
113 Lisp_Object Vsignal_USR2_hook
;
117 /* Search path separator. */
118 Lisp_Object Vpath_separator
;
120 /* Set nonzero after Emacs has started up the first time.
121 Prevents reinitialization of the Lisp world and keymaps
122 on subsequent starts. */
125 #ifdef DOUG_LEA_MALLOC
126 /* Preserves a pointer to the memory allocated that copies that
127 static data inside glibc's malloc. */
128 void *malloc_state_ptr
;
129 /* From glibc, a routine that returns a copy of the malloc internal state. */
130 extern void *malloc_get_state ();
131 /* From glibc, a routine that overwrites the malloc internal state. */
132 extern void malloc_set_state ();
133 /* Non-zero if the MALLOC_CHECK_ enviroment variable was set while
134 dumping. Used to work around a bug in glibc's malloc. */
135 int malloc_using_checking
;
138 /* Variable whose value is symbol giving operating system type. */
139 Lisp_Object Vsystem_type
;
141 /* Variable whose value is string giving configuration built for. */
142 Lisp_Object Vsystem_configuration
;
144 /* Variable whose value is string giving configuration options,
145 for use when reporting bugs. */
146 Lisp_Object Vsystem_configuration_options
;
148 Lisp_Object Qfile_name_handler_alist
;
150 /* Current and previous system locales for messages and time. */
151 Lisp_Object Vsystem_messages_locale
;
152 Lisp_Object Vprevious_system_messages_locale
;
153 Lisp_Object Vsystem_time_locale
;
154 Lisp_Object Vprevious_system_time_locale
;
156 /* If non-zero, emacs should not attempt to use an window-specific code,
157 but instead should use the virtual terminal under which it was started */
158 int inhibit_window_system
;
160 /* If nonzero, set Emacs to run at this priority. This is also used
161 in child_setup and sys_suspend to make sure subshells run at normal
162 priority; Those functions have their own extern declaration. */
165 /* If non-zero a filter or a sentinel is running. Tested to save the match
166 data on the first attempt to change it inside asynchronous code. */
167 int running_asynch_code
;
171 extern int inherited_pgroup
;
174 #ifdef HAVE_X_WINDOWS
175 /* If non-zero, -d was specified, meaning we're using some window system. */
179 /* An address near the bottom of the stack.
180 Tells GC how to save a copy of the stack. */
183 #ifdef HAVE_WINDOW_SYSTEM
184 extern Lisp_Object Vwindow_system
;
185 #endif /* HAVE_WINDOW_SYSTEM */
187 extern Lisp_Object Vauto_save_list_file_name
;
189 #ifdef USG_SHARED_LIBRARIES
190 /* If nonzero, this is the place to put the end of the writable segment
193 unsigned int bss_end
= 0;
196 /* Nonzero means running Emacs without interactive terminal. */
200 /* Value of Lisp variable `noninteractive'.
201 Normally same as C variable `noninteractive'
202 but nothing terrible happens if user sets this one. */
206 /* Save argv and argc. */
210 static void sort_args ();
211 void syms_of_emacs ();
214 Usage: %s [OPTION-OR-FILENAME]...\n\
216 Run Emacs, the extensible, customizable, self-documenting real-time\n\
217 display editor. The recommended way to start Emacs for normal editing\n\
218 is with no options at all.\n\
220 Run M-x info RET m emacs RET m command arguments RET inside Emacs to\n\
221 read the main documentation for these command-line arguments.\n\
223 Initialization options:\n\
225 --batch do not do interactive display; implies -q\n\
226 --debug-init enable Emacs Lisp debugger during init file\n\
227 --help display this help message and exit\n\
228 --multibyte, --no-unibyte run Emacs in multibyte mode\n\
229 --no-init-file, -q load neither ~/.emacs nor default.el\n\
230 --no-shared-memory, -nl do not use shared memory\n\
231 --no-site-file do not load site-start.el\n\
232 --no-windows, -nw don't communicate with X, ignoring $DISPLAY\n\
233 --terminal, -t DEVICE use DEVICE for terminal I/O\n\
234 --unibyte, --no-multibyte run Emacs in unibyte mode\n\
235 --user, -u USER load ~USER/.emacs instead of your own\n\
236 --version display version information and exit\n\
240 FILE visit FILE using find-file\n\
241 +LINENUM FILE visit FILE using find-file, then go to line LINENUM\n\
242 --directory, -L DIR add DIR to variable load-path\n\
243 --eval EXPR evaluate Emacs Lisp expression EXPR\n\
244 --execute EXPR evaluate Emacs Lisp expression EXPR\n\
245 --find-file FILE visit FILE\n\
246 --funcall, -f FUNC call Emacs function FUNC with no arguments\n\
247 --insert FILE insert contents of FILE into current buffer\n\
248 --kill exit without asking for confirmation\n\
249 --load, -l FILE load FILE of Emacs Lisp code using the load function\n\
250 --visit FILE visit FILE\n\
256 --background-color, -bg COLOR window background color\n\
257 --border-color, -bd COLOR main border color\n\
258 --border-width, -bw WIDTH width of main border\n\
259 --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\
260 --display, -d DISPLAY use X server DISPLAY\n\
261 --font, -fn FONT default font; must be fixed-widthp\n\
262 --foreground-color, -fg COLOR window foreground color\n\
263 --geometry, -g GEOMETRY window geometry\n\
264 --iconic start Emacs in iconified state\n\
265 --icon-type, -i use picture of gnu for Emacs icon\n\
266 --internal-border, -ib WIDTH width between text and main border\n\
267 --line-spacing, -lsp PIXELS additional space to put between lines\n\
268 --mouse-color, -ms COLOR mouse cursor color in Emacs window\n\
269 --name NAME title of main Emacs window\n\
270 --reverse-video, -r, -rv switch foreground and background\n\
271 --title, -T, -wn, TITLE title for Emacs windows\n\
272 --vertical-scroll-bars, -vb enable vertical scroll bars\n\
273 --xrm XRESOURCES set additional X resources\n\
275 You can generally also specify long option names with a single -; for\n\
276 example, -batch as well as --batch. You can use any unambiguous\n\
277 abbreviation for a --option.\n\
279 Various environment variables and window system resources also affect\n\
280 Emacs' operation. See the main documentation.\n\
282 Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\
283 section of the Emacs manual or the file BUGS.\n"
286 /* Signal code for the fatal signal that was received */
287 int fatal_error_code
;
289 /* Nonzero if handling a fatal error already */
290 int fatal_error_in_progress
;
294 handle_USR1_signal (sig
)
297 struct input_event buf
;
299 bzero (&buf
, sizeof buf
);
300 buf
.kind
= USER_SIGNAL_EVENT
;
301 buf
.frame_or_window
= selected_frame
;
303 kbd_buffer_store_event (&buf
);
309 handle_USR2_signal (sig
)
312 struct input_event buf
;
314 bzero (&buf
, sizeof buf
);
315 buf
.kind
= USER_SIGNAL_EVENT
;
317 buf
.frame_or_window
= selected_frame
;
319 kbd_buffer_store_event (&buf
);
323 /* Handle bus errors, invalid instruction, etc. */
325 fatal_error_signal (sig
)
328 fatal_error_code
= sig
;
329 signal (sig
, SIG_DFL
);
331 TOTALLY_UNBLOCK_INPUT
;
333 /* If fatal error occurs in code below, avoid infinite recursion. */
334 if (! fatal_error_in_progress
)
336 fatal_error_in_progress
= 1;
338 shut_down_emacs (sig
, 0, Qnil
);
342 LIB$
STOP (SS$_ABORT
);
344 /* Signal the same code; this time it will really be fatal.
345 Remember that since we're in a signal handler, the signal we're
346 going to send is probably blocked, so we have to unblock it if we
347 want to really receive it. */
349 sigunblock (sigmask (fatal_error_code
));
351 kill (getpid (), fatal_error_code
);
357 /* Handler for SIGDANGER. */
359 memory_warning_signal (sig
)
362 signal (sig
, memory_warning_signal
);
364 malloc_warning ("Operating system warns that virtual memory is running low.\n");
366 /* It might be unsafe to call do_auto_save now. */
367 force_auto_save_soon ();
371 /* We define abort, rather than using it from the library,
372 so that GDB can return from a breakpoint here.
373 MSDOS has its own definition on msdos.c */
375 #if ! defined (DOS_NT) && ! defined (NO_ABORT)
377 #ifndef ABORT_RETURN_TYPE
378 #define ABORT_RETURN_TYPE void
384 kill (getpid (), SIGABRT
);
385 /* This shouldn't be executed, but it prevents a warning. */
391 /* Code for dealing with Lisp access to the Unix command line */
394 init_cmdargs (argc
, argv
, skip_args
)
400 Lisp_Object name
, dir
, tem
;
401 int count
= specpdl_ptr
- specpdl
;
402 Lisp_Object raw_name
;
407 raw_name
= build_string (argv
[0]);
409 /* Add /: to the front of the name
410 if it would otherwise be treated as magic. */
411 tem
= Ffind_file_name_handler (raw_name
, Qt
);
413 raw_name
= concat2 (build_string ("/:"), raw_name
);
415 Vinvocation_name
= Ffile_name_nondirectory (raw_name
);
416 Vinvocation_directory
= Ffile_name_directory (raw_name
);
418 /* If we got no directory in argv[0], search PATH to find where
419 Emacs actually came from. */
420 if (NILP (Vinvocation_directory
))
423 int yes
= openp (Vexec_path
, Vinvocation_name
,
424 EXEC_SUFFIXES
, &found
, 1);
427 /* Add /: to the front of the name
428 if it would otherwise be treated as magic. */
429 tem
= Ffind_file_name_handler (found
, Qt
);
431 found
= concat2 (build_string ("/:"), found
);
432 Vinvocation_directory
= Ffile_name_directory (found
);
436 if (!NILP (Vinvocation_directory
)
437 && NILP (Ffile_name_absolute_p (Vinvocation_directory
)))
438 /* Emacs was started with relative path, like ./emacs.
440 Vinvocation_directory
= Fexpand_file_name (Vinvocation_directory
, Qnil
);
442 Vinstallation_directory
= Qnil
;
444 if (!NILP (Vinvocation_directory
))
446 dir
= Vinvocation_directory
;
447 name
= Fexpand_file_name (Vinvocation_name
, dir
);
450 Lisp_Object tem
, lib_src_exists
;
451 Lisp_Object etc_exists
, info_exists
;
453 /* See if dir contains subdirs for use by Emacs.
454 Check for the ones that would exist in a build directory,
455 not including lisp and info. */
456 tem
= Fexpand_file_name (build_string ("lib-src"), dir
);
457 lib_src_exists
= Ffile_exists_p (tem
);
460 /* MSDOS installations frequently remove lib-src, but we still
461 must set installation-directory, or else info won't find
462 its files (it uses the value of installation-directory). */
463 tem
= Fexpand_file_name (build_string ("info"), dir
);
464 info_exists
= Ffile_exists_p (tem
);
469 if (!NILP (lib_src_exists
) || !NILP (info_exists
))
471 tem
= Fexpand_file_name (build_string ("etc"), dir
);
472 etc_exists
= Ffile_exists_p (tem
);
473 if (!NILP (etc_exists
))
475 Vinstallation_directory
476 = Ffile_name_as_directory (dir
);
481 /* See if dir's parent contains those subdirs. */
482 tem
= Fexpand_file_name (build_string ("../lib-src"), dir
);
483 lib_src_exists
= Ffile_exists_p (tem
);
487 /* See the MSDOS commentary above. */
488 tem
= Fexpand_file_name (build_string ("../info"), dir
);
489 info_exists
= Ffile_exists_p (tem
);
494 if (!NILP (lib_src_exists
) || !NILP (info_exists
))
496 tem
= Fexpand_file_name (build_string ("../etc"), dir
);
497 etc_exists
= Ffile_exists_p (tem
);
498 if (!NILP (etc_exists
))
500 tem
= Fexpand_file_name (build_string (".."), dir
);
501 Vinstallation_directory
502 = Ffile_name_as_directory (tem
);
507 /* If the Emacs executable is actually a link,
508 next try the dir that the link points into. */
509 tem
= Ffile_symlink_p (name
);
512 name
= Fexpand_file_name (tem
, dir
);
513 dir
= Ffile_name_directory (name
);
520 Vcommand_line_args
= Qnil
;
522 for (i
= argc
- 1; i
>= 0; i
--)
524 if (i
== 0 || i
> skip_args
)
526 = Fcons (build_string (argv
[i
]), Vcommand_line_args
);
529 unbind_to (count
, Qnil
);
532 DEFUN ("invocation-name", Finvocation_name
, Sinvocation_name
, 0, 0, 0,
533 "Return the program name that was used to run Emacs.\n\
534 Any directory names are omitted.")
537 return Fcopy_sequence (Vinvocation_name
);
540 DEFUN ("invocation-directory", Finvocation_directory
, Sinvocation_directory
,
542 "Return the directory name in which the Emacs executable was located")
545 return Fcopy_sequence (Vinvocation_directory
);
550 #ifdef LINK_CRTL_SHARE
551 #ifdef SHARABLE_LIB_BUG
552 extern noshare
char **environ
;
553 #endif /* SHARABLE_LIB_BUG */
554 #endif /* LINK_CRTL_SHARE */
558 /* A valid but unlikely value for the TZ environment value.
559 It is OK (though a bit slower) if the user actually chooses this value. */
560 static char dump_tz
[] = "UtC0";
563 #ifndef ORDINARY_LINK
564 /* We don't include crtbegin.o and crtend.o in the link,
565 so these functions and variables might be missed.
566 Provide dummy definitions to avoid error.
567 (We don't have any real constructors or destructors.) */
569 #ifndef GCC_CTORS_IN_LIBC
570 void __do_global_ctors ()
572 void __do_global_ctors_aux ()
574 void __do_global_dtors ()
576 /* Linux has a bug in its library; avoid an error. */
578 char * __CTOR_LIST__
[2] = { (char *) (-1), 0 };
580 char * __DTOR_LIST__
[2] = { (char *) (-1), 0 };
581 #endif /* GCC_CTORS_IN_LIBC */
584 #endif /* __GNUC__ */
585 #endif /* ORDINARY_LINK */
587 /* Test whether the next argument in ARGV matches SSTR or a prefix of
588 LSTR (at least MINLEN characters). If so, then if VALPTR is non-null
589 (the argument is supposed to have a value) store in *VALPTR either
590 the next argument or the portion of this one after the equal sign.
591 ARGV is read starting at position *SKIPPTR; this index is advanced
592 by the number of arguments used.
594 Too bad we can't just use getopt for all of this, but we don't have
595 enough information to do it right. */
598 argmatch (argv
, argc
, sstr
, lstr
, minlen
, valptr
, skipptr
)
611 /* Don't access argv[argc]; give up in advance. */
612 if (argc
<= *skipptr
+ 1)
615 arg
= argv
[*skipptr
+1];
618 if (strcmp (arg
, sstr
) == 0)
622 *valptr
= argv
[*skipptr
+2];
629 arglen
= (valptr
!= NULL
&& (p
= index (arg
, '=')) != NULL
630 ? p
- arg
: strlen (arg
));
631 if (lstr
== 0 || arglen
< minlen
|| strncmp (arg
, lstr
, arglen
) != 0)
633 else if (valptr
== NULL
)
644 else if (argv
[*skipptr
+2] != NULL
)
646 *valptr
= argv
[*skipptr
+2];
656 #ifdef DOUG_LEA_MALLOC
658 /* malloc can be invoked even before main (e.g. by the dynamic
659 linker), so the dumped malloc state must be restored as early as
660 possible using this special hook. */
663 malloc_initialize_hook ()
666 extern char **environ
;
671 if (!malloc_using_checking
)
672 /* Work around a bug in glibc's malloc. MALLOC_CHECK_ must be
673 ignored if the heap to be restored was constructed without
674 malloc checking. Can't use unsetenv, since that calls malloc. */
678 for (p
= environ
; p
&& *p
; p
++)
679 if (strncmp (*p
, "MALLOC_CHECK_=", 14) == 0)
688 malloc_set_state (malloc_state_ptr
);
689 free (malloc_state_ptr
);
692 malloc_using_checking
= getenv ("MALLOC_CHECK_") != NULL
;
695 void (*__malloc_initialize_hook
) () = malloc_initialize_hook
;
697 #endif /* DOUG_LEA_MALLOC */
701 main (argc
, argv
, envp
)
709 char stack_bottom_variable
;
710 int do_initial_setlocale
;
716 #ifdef HAVE_SETRLIMIT
722 extern Lisp_Object
*stack_base
;
726 #ifdef LINUX_SBRK_BUG
730 #ifdef RUN_TIME_REMAP
732 run_time_remap (argv
[0]);
735 sort_args (argc
, argv
);
737 while (argv
[argc
]) argc
++;
739 if (argmatch (argv
, argc
, "-version", "--version", 3, NULL
, &skip_args
)
740 /* We don't know the version number unless this is a dumped Emacs.
741 So ignore --version otherwise. */
745 tem
= Fsymbol_value (intern ("emacs-version"));
748 fprintf (stderr
, "Invalid value of `emacs-version'\n");
753 printf ("GNU Emacs %s\n", XSTRING (tem
)->data
);
754 printf ("Copyright (C) 1999 Free Software Foundation, Inc.\n");
755 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
756 printf ("You may redistribute copies of Emacs\n");
757 printf ("under the terms of the GNU General Public License.\n");
758 printf ("For more information about these matters, ");
759 printf ("see the file named COPYING.\n");
764 /* Map in shared memory, if we are using that. */
766 if (argmatch (argv
, argc
, "-nl", "--no-shared-memory", 6, NULL
, &skip_args
))
769 /* The shared memory was just restored, which clobbered this. */
775 /* The shared memory was just restored, which clobbered this. */
782 extern int malloc_cookie
;
783 /* This helps out unexnext.c. */
785 if (malloc_jumpstart (malloc_cookie
) != 0)
786 printf ("malloc jumpstart failed!\n");
791 /* If -map specified, map the data file in */
794 if (argmatch (argv
, argc
, "-map", "--map-data", 3, &mapin_file
, &skip_args
))
798 #ifdef LINK_CRTL_SHARE
799 #ifdef SHARABLE_LIB_BUG
800 /* Bletcherous shared libraries! */
802 stdin
= fdopen (0, "r");
804 stdout
= fdopen (1, "w");
806 stderr
= fdopen (2, "w");
809 #endif /* SHARABLE_LIB_BUG */
810 #endif /* LINK_CRTL_SHARE */
813 #if defined (HAVE_SETRLIMIT) && defined (RLIMIT_STACK)
814 /* Extend the stack space available.
815 Don't do that if dumping, since some systems (e.g. DJGPP)
816 might define a smaller stack limit at that time. */
819 && (!noninteractive
|| initialized
)
821 && !getrlimit (RLIMIT_STACK
, &rlim
))
824 extern int re_max_failures
;
825 /* Approximate the amount regex.c needs per unit of re_max_failures. */
826 int ratio
= 20 * sizeof (char *);
827 /* Then add 33% to cover the size of the smaller stacks that regex.c
828 successively allocates and discards, on its way to the maximum. */
830 /* Add in some extra to cover
831 what we're likely to use for other reasons. */
832 newlim
= re_max_failures
* ratio
+ 200000;
834 /* NetBSD (at least NetBSD 1.2G and former) has a bug in its
835 stack allocation routine for new process that the allocation
836 fails if stack limit is not on page boundary. So, round up the
837 new limit to page boundary. */
838 newlim
= (newlim
+ getpagesize () - 1) / getpagesize () * getpagesize();
840 if (newlim
> rlim
.rlim_max
)
842 newlim
= rlim
.rlim_max
;
843 /* Don't let regex.c overflow the stack we have. */
844 re_max_failures
= (newlim
- 200000) / ratio
;
846 if (rlim
.rlim_cur
< newlim
)
847 rlim
.rlim_cur
= newlim
;
849 setrlimit (RLIMIT_STACK
, &rlim
);
851 #endif /* HAVE_SETRLIMIT and RLIMIT_STACK */
853 /* Record (approximately) where the stack begins. */
854 stack_bottom
= &stack_bottom_variable
;
856 #ifdef USG_SHARED_LIBRARIES
858 brk ((void *)bss_end
);
863 #ifndef SYSTEM_MALLOC
864 /* Arrange to get warning messages as memory fills up. */
865 memory_warnings (0, malloc_warning
);
867 /* Call malloc at least once, to run the initial __malloc_hook.
868 Also call realloc and free for consistency. */
869 free (realloc (malloc (4), 4));
871 /* Arrange to disable interrupt input inside malloc etc. */
872 uninterrupt_malloc ();
873 #endif /* not SYSTEM_MALLOC */
876 /* We do all file input/output as binary files. When we need to translate
877 newlines, we do that manually. */
881 if (!isatty (fileno (stdin
)))
882 setmode (fileno (stdin
), O_BINARY
);
883 if (!isatty (fileno (stdout
)))
886 setmode (fileno (stdout
), O_BINARY
);
888 #else /* not __DJGPP__ >= 2 */
889 (stdin
)->_flag
&= ~_IOTEXT
;
890 (stdout
)->_flag
&= ~_IOTEXT
;
891 (stderr
)->_flag
&= ~_IOTEXT
;
892 #endif /* not __DJGPP__ >= 2 */
895 #ifdef SET_EMACS_PRIORITY
897 nice (emacs_priority
);
899 #endif /* SET_EMACS_PRIORITY */
901 /* Skip initial setlocale if LC_ALL is "C", as it's not needed in that case.
902 The build procedure uses this while dumping, to ensure that the
903 dumped Emacs does not have its system locale tables initialized,
904 as that might cause screwups when the dumped Emacs starts up. */
906 char *lc_all
= getenv ("LC_ALL");
907 do_initial_setlocale
= ! lc_all
|| strcmp (lc_all
, "C");
910 /* Set locale now, so that initial error messages are localized properly.
911 fixup_locale must wait until later, since it builds strings. */
912 if (do_initial_setlocale
)
913 setlocale (LC_ALL
, "");
915 #ifdef EXTRA_INITIALIZE
919 inhibit_window_system
= 0;
921 /* Handle the -t switch, which specifies filename to use as terminal */
925 if (argmatch (argv
, argc
, "-t", "--terminal", 4, &term
, &skip_args
))
930 result
= emacs_open (term
, O_RDWR
, 0);
933 char *errstring
= strerror (errno
);
934 fprintf (stderr
, "emacs: %s: %s\n", term
, errstring
);
940 fprintf (stderr
, "emacs: %s: not a tty\n", term
);
943 fprintf (stderr
, "Using %s\n", term
);
944 #ifdef HAVE_WINDOW_SYSTEM
945 inhibit_window_system
= 1; /* -t => -nw */
952 if (argmatch (argv
, argc
, "-nw", "--no-windows", 6, NULL
, &skip_args
))
953 inhibit_window_system
= 1;
955 /* Handle the -batch switch, which means don't do interactive display. */
957 if (argmatch (argv
, argc
, "-batch", "--batch", 5, NULL
, &skip_args
))
960 /* Handle the --help option, which gives a usage message.. */
961 if (argmatch (argv
, argc
, "-help", "--help", 3, NULL
, &skip_args
))
963 printf (USAGE1
, argv
[0]);
968 if (! noninteractive
)
973 inherited_pgroup
= EMACS_GETPGRP (0);
974 setpgrp (0, getpid ());
977 #if defined (USG5) && defined (INTERRUPT_INPUT)
985 /* Don't catch SIGHUP if dumping. */
992 sigblock (sigmask (SIGHUP
));
993 /* In --batch mode, don't catch SIGHUP if already ignored.
994 That makes nohup work. */
996 || signal (SIGHUP
, SIG_IGN
) != SIG_IGN
)
997 signal (SIGHUP
, fatal_error_signal
);
998 sigunblock (sigmask (SIGHUP
));
1003 ! noninteractive
|| initialized
1009 /* Don't catch these signals in batch mode if dumping.
1010 On some machines, this sets static data that would make
1011 signal fail to work right when the dumped Emacs is run. */
1012 signal (SIGQUIT
, fatal_error_signal
);
1013 signal (SIGILL
, fatal_error_signal
);
1014 signal (SIGTRAP
, fatal_error_signal
);
1016 signal (SIGUSR1
, handle_USR1_signal
);
1018 signal (SIGUSR2
, handle_USR2_signal
);
1022 signal (SIGABRT
, fatal_error_signal
);
1025 signal (SIGHWE
, fatal_error_signal
);
1028 signal (SIGPRE
, fatal_error_signal
);
1031 signal (SIGORE
, fatal_error_signal
);
1034 signal (SIGUME
, fatal_error_signal
);
1037 signal (SIGDLK
, fatal_error_signal
);
1040 signal (SIGCPULIM
, fatal_error_signal
);
1043 /* This is missing on some systems - OS/2, for example. */
1044 signal (SIGIOT
, fatal_error_signal
);
1047 signal (SIGEMT
, fatal_error_signal
);
1049 signal (SIGFPE
, fatal_error_signal
);
1051 signal (SIGBUS
, fatal_error_signal
);
1053 signal (SIGSEGV
, fatal_error_signal
);
1055 signal (SIGSYS
, fatal_error_signal
);
1057 signal (SIGTERM
, fatal_error_signal
);
1059 signal (SIGXCPU
, fatal_error_signal
);
1062 signal (SIGXFSZ
, fatal_error_signal
);
1063 #endif /* SIGXFSZ */
1066 /* This just means available memory is getting low. */
1067 signal (SIGDANGER
, memory_warning_signal
);
1071 /* 20 is SIGCHLD, 21 is SIGTTIN, 22 is SIGTTOU. */
1072 signal (SIGXCPU
, fatal_error_signal
);
1074 signal (SIGIOINT
, fatal_error_signal
);
1076 signal (SIGGRANT
, fatal_error_signal
);
1077 signal (SIGRETRACT
, fatal_error_signal
);
1078 signal (SIGSOUND
, fatal_error_signal
);
1079 signal (SIGMSG
, fatal_error_signal
);
1083 noninteractive1
= noninteractive
;
1085 /* Perform basic initializations (not merely interning symbols) */
1092 init_charset_once ();
1093 init_coding_once ();
1094 init_syntax_once (); /* Create standard syntax table. */
1095 init_category_once (); /* Create standard category table. */
1096 /* Must be done before init_buffer */
1097 init_casetab_once ();
1098 init_buffer_once (); /* Create buffer table and some buffers */
1099 init_minibuf_once (); /* Create list of minibuffers */
1100 /* Must precede init_window_once */
1102 /* Call syms_of_xfaces before init_window_once because that
1103 function creates Vterminal_frame. Termcap frames now use
1104 faces, and the face implementation uses some symbols as
1107 /* Call syms_of_keyboard before init_window_once because
1108 keyboard sets up symbols that include some face names that
1109 the X support will want to use. This can happen when
1110 CANNOT_DUMP is defined. */
1111 syms_of_keyboard ();
1114 /* init_window_once calls make_terminal_frame which on Mac OS
1115 creates a full-fledge output_mac type frame. This does not
1116 work correctly before syms_of_textprop, syms_of_macfns,
1117 syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search,
1118 syms_of_frame, x_term_init, and init_keyboard have already
1120 syms_of_textprop ();
1134 init_window_once (); /* Init the window system */
1135 init_fileio_once (); /* Must precede any path manipulation. */
1140 if (do_initial_setlocale
)
1143 Vsystem_messages_locale
= Vprevious_system_messages_locale
;
1144 Vsystem_time_locale
= Vprevious_system_time_locale
;
1149 #ifdef CLASH_DETECTION
1153 running_asynch_code
= 0;
1155 /* Handle --unibyte and the EMACS_UNIBYTE envvar,
1156 but not while dumping. */
1159 ! noninteractive
|| initialized
1165 int inhibit_unibyte
= 0;
1167 /* --multibyte overrides EMACS_UNIBYTE. */
1168 if (argmatch (argv
, argc
, "-no-unibyte", "--no-unibyte", 4, NULL
, &skip_args
)
1169 || argmatch (argv
, argc
, "-multibyte", "--multibyte", 4, NULL
, &skip_args
))
1170 inhibit_unibyte
= 1;
1172 /* --unibyte requests that we set up to do everything with single-byte
1173 buffers and strings. We need to handle this before calling
1174 init_lread, init_editfns and other places that generate Lisp strings
1175 from text in the environment. */
1176 /* Actually this shouldn't be needed as of 20.4 in a generally
1177 unibyte environment. As handa says, environment values
1178 aren't now decoded; also existing buffers are now made
1179 unibyte during startup if .emacs sets unibyte. Tested with
1180 8-bit data in environment variables and /etc/passwd, setting
1181 unibyte and Latin-1 in .emacs. -- Dave Love */
1182 if (argmatch (argv
, argc
, "-unibyte", "--unibyte", 4, NULL
, &skip_args
)
1183 || argmatch (argv
, argc
, "-no-multibyte", "--no-multibyte", 4, NULL
, &skip_args
)
1184 || (getenv ("EMACS_UNIBYTE") && !inhibit_unibyte
))
1186 Lisp_Object old_log_max
;
1187 Lisp_Object symbol
, tail
;
1189 symbol
= intern ("default-enable-multibyte-characters");
1190 Fset (symbol
, Qnil
);
1194 /* Erase pre-dump messages in *Messages* now so no abort. */
1195 old_log_max
= Vmessage_log_max
;
1196 XSETFASTINT (Vmessage_log_max
, 0);
1197 message_dolog ("", 0, 1, 0);
1198 Vmessage_log_max
= old_log_max
;
1201 for (tail
= Vbuffer_alist
; CONSP (tail
);
1206 buffer
= Fcdr (XCAR (tail
));
1207 /* Verify that all buffers are empty now, as they
1209 if (BUF_Z (XBUFFER (buffer
)) > BUF_BEG (XBUFFER (buffer
)))
1211 /* It is safe to do this crudely in an empty buffer. */
1212 XBUFFER (buffer
)->enable_multibyte_characters
= Qnil
;
1218 = argmatch (argv
, argc
, "-nl", "--no-loadup", 6, NULL
, &skip_args
);
1221 #ifdef HAVE_X_WINDOWS
1222 /* Stupid kludge to catch command-line display spec. We can't
1223 handle this argument entirely in window system dependent code
1224 because we don't even know which window system dependent code
1225 to run until we've recognized this argument. */
1227 char *displayname
= 0;
1228 int count_before
= skip_args
;
1230 /* Skip any number of -d options, but only use the last one. */
1233 int count_before_this
= skip_args
;
1235 if (argmatch (argv
, argc
, "-d", "--display", 3, &displayname
, &skip_args
))
1237 else if (argmatch (argv
, argc
, "-display", 0, 3, &displayname
, &skip_args
))
1242 count_before
= count_before_this
;
1245 /* If we have the form --display=NAME,
1246 convert it into -d name.
1247 This requires inserting a new element into argv. */
1248 if (displayname
!= 0 && skip_args
- count_before
== 1)
1250 char **new = (char **) xmalloc (sizeof (char *) * (argc
+ 2));
1253 for (j
= 0; j
< count_before
+ 1; j
++)
1255 new[count_before
+ 1] = "-d";
1256 new[count_before
+ 2] = displayname
;
1257 for (j
= count_before
+ 2; j
<argc
; j
++)
1258 new[j
+ 1] = argv
[j
];
1262 /* Change --display to -d, when its arg is separate. */
1263 else if (displayname
!= 0 && skip_args
> count_before
1264 && argv
[count_before
+ 1][1] == '-')
1265 argv
[count_before
+ 1] = "-d";
1267 /* Don't actually discard this arg. */
1268 skip_args
= count_before
;
1272 /* argmatch must not be used after here,
1273 except when bulding temacs
1274 because the -d argument has not been skipped in skip_args. */
1277 /* Call early 'cause init_environment needs it. */
1279 /* Set defaults for several environment variables. */
1281 init_environment (argc
, argv
, skip_args
);
1287 /* Initialize environment from registry settings. */
1288 init_environment (argv
);
1289 init_ntproc (); /* must precede init_editfns */
1292 /* egetenv is a pretty low-level facility, which may get called in
1293 many circumstances; it seems flimsy to put off initializing it
1294 until calling init_callproc. */
1295 set_process_environment ();
1296 /* AIX crashes are reported in system versions 3.2.3 and 3.2.4
1297 if this is not done. Do it after set_process_environment so that we
1298 don't pollute Vprocess_environment. */
1299 /* Setting LANG here will defeat the startup locale processing... */
1304 init_buffer (); /* Init default directory of main buffer */
1306 init_callproc_1 (); /* Must precede init_cmdargs and init_sys_modes. */
1307 init_cmdargs (argc
, argv
, skip_args
); /* Must precede init_lread. */
1311 /* Erase any pre-dump messages in the message log, to avoid confusion */
1312 Lisp_Object old_log_max
;
1313 old_log_max
= Vmessage_log_max
;
1314 XSETFASTINT (Vmessage_log_max
, 0);
1315 message_dolog ("", 0, 1, 0);
1316 Vmessage_log_max
= old_log_max
;
1319 init_callproc (); /* Must follow init_cmdargs but not init_sys_modes. */
1322 /* Intern the names of all standard functions and variables;
1323 define standard keys. */
1327 /* The basic levels of Lisp must come first */
1328 /* And data must come first of all
1329 for the sake of symbols like error-message */
1331 /* Called before init_window_once for Mac OS. */
1339 syms_of_floatfns ();
1343 syms_of_bytecode ();
1345 syms_of_casefiddle ();
1347 syms_of_callproc ();
1348 syms_of_category ();
1350 /* Called before init_window_once for Mac OS. */
1355 #ifndef NO_DIR_LIBRARY
1357 #endif /* not NO_DIR_LIBRARY */
1363 syms_of_coding (); /* This should be after syms_of_fileio. */
1364 #ifdef CLASH_DETECTION
1365 syms_of_filelock ();
1366 #endif /* CLASH_DETECTION */
1373 syms_of_mocklisp ();
1376 /* Called before init_window_once for Mac OS. */
1387 /* Called before init_window_once for Mac OS. */
1388 syms_of_textprop ();
1390 syms_of_composite ();
1396 #endif /* WINDOWSNT */
1399 #ifdef HAVE_X_WINDOWS
1406 #endif /* HAVE_X_WINDOWS */
1417 syms_of_w32select ();
1420 #endif /* HAVE_NTGUI */
1430 keys_of_casefiddle ();
1433 keys_of_keyboard ();
1441 if (!noninteractive
)
1444 init_vms_input ();/* init_display calls get_frame_size, that needs this */
1446 init_display (); /* Determine terminal type. init_sys_modes uses results */
1449 /* Called before init_window_once for Mac OS. */
1450 init_keyboard (); /* This too must precede init_sys_modes */
1453 init_vmsproc (); /* And this too. */
1455 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.) */
1456 #ifdef HAVE_X_WINDOWS
1458 #endif /* HAVE_X_WINDOWS */
1476 /* Handle -l loadup, args passed by Makefile. */
1477 if (argmatch (argv
, argc
, "-l", "--load", 3, &file
, &skip_args
))
1478 Vtop_level
= Fcons (intern ("load"),
1479 Fcons (build_string (file
), Qnil
));
1481 /* Unless next switch is -nl, load "loadup.el" first thing. */
1483 Vtop_level
= Fcons (intern ("load"),
1484 Fcons (build_string ("loadup.el"), Qnil
));
1485 #endif /* CANNOT_DUMP */
1492 /* If the execution TZ happens to be the same as the dump TZ,
1493 change it to some other value and then change it back,
1494 to force the underlying implementation to reload the TZ info.
1495 This is needed on implementations that load TZ info from files,
1496 since the TZ file contents may differ between dump and execution. */
1497 char *tz
= getenv ("TZ");
1498 if (tz
&& !strcmp (tz
, dump_tz
))
1508 /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on
1509 FreeBSD. It might work on some other systems too.
1510 Give it a try and tell me if it works on your system. */
1511 #if defined (__FreeBSD__) || defined (__linux)
1515 extern void _mcleanup ();
1517 extern void safe_bcopy ();
1518 extern void dump_opcode_frequencies ();
1521 /* This uses safe_bcopy because that function comes first in the
1522 Emacs executable. It might be better to use something that
1523 gives the start of the text segment, but start_of_text is not
1524 defined on all systems now. */
1525 monstartup (safe_bcopy
, &etext
);
1534 #ifdef LOCALTIME_CACHE
1535 /* Some versions of localtime have a bug. They cache the value of the time
1536 zone rather than looking it up every time. Since localtime() is
1537 called to bolt the undumping time into the undumped emacs, this
1538 results in localtime ignoring the TZ environment variable.
1539 This flushes the new TZ value into localtime. */
1541 #endif /* defined (LOCALTIME_CACHE) */
1543 /* Enter editor command loop. This never returns. */
1549 /* Sort the args so we can find the most important ones
1550 at the beginning of argv. */
1552 /* First, here's a table of all the standard options. */
1554 struct standard_args
1562 struct standard_args standard_args
[] =
1564 { "-version", "--version", 150, 0 },
1566 { "-nl", "--no-shared-memory", 140, 0 },
1569 { "-map", "--map-data", 130, 0 },
1571 { "-t", "--terminal", 120, 1 },
1572 { "-nw", "--no-windows", 110, 0 },
1573 { "-batch", "--batch", 100, 0 },
1574 { "-help", "--help", 90, 0 },
1575 { "-no-unibyte", "--no-unibyte", 83, 0 },
1576 { "-multibyte", "--multibyte", 82, 0 },
1577 { "-unibyte", "--unibyte", 81, 0 },
1578 { "-no-multibyte", "--no-multibyte", 80, 0 },
1580 { "-nl", "--no-loadup", 70, 0 },
1582 /* -d must come last before the options handled in startup.el. */
1583 { "-d", "--display", 60, 1 },
1584 { "-display", 0, 60, 1 },
1585 /* Now for the options handled in startup.el. */
1586 { "-q", "--no-init-file", 50, 0 },
1587 { "-no-init-file", 0, 50, 0 },
1588 { "-no-site-file", "--no-site-file", 40, 0 },
1589 { "-u", "--user", 30, 1 },
1590 { "-user", 0, 30, 1 },
1591 { "-debug-init", "--debug-init", 20, 0 },
1592 { "-i", "--icon-type", 15, 0 },
1593 { "-itype", 0, 15, 0 },
1594 { "-iconic", "--iconic", 15, 0 },
1595 { "-bg", "--background-color", 10, 1 },
1596 { "-background", 0, 10, 1 },
1597 { "-fg", "--foreground-color", 10, 1 },
1598 { "-foreground", 0, 10, 1 },
1599 { "-bd", "--border-color", 10, 1 },
1600 { "-bw", "--border-width", 10, 1 },
1601 { "-ib", "--internal-border", 10, 1 },
1602 { "-ms", "--mouse-color", 10, 1 },
1603 { "-cr", "--cursor-color", 10, 1 },
1604 { "-fn", "--font", 10, 1 },
1605 { "-font", 0, 10, 1 },
1606 { "-g", "--geometry", 10, 1 },
1607 { "-geometry", 0, 10, 1 },
1608 { "-T", "--title", 10, 1 },
1609 { "-title", 0, 10, 1 },
1610 { "-name", "--name", 10, 1 },
1611 { "-xrm", "--xrm", 10, 1 },
1612 { "-r", "--reverse-video", 5, 0 },
1614 { "-reverse", 0, 5, 0 },
1615 { "-hb", "--horizontal-scroll-bars", 5, 0 },
1616 { "-vb", "--vertical-scroll-bars", 5, 0 },
1617 /* These have the same priority as ordinary file name args,
1618 so they are not reordered with respect to those. */
1619 { "-L", "--directory", 0, 1 },
1620 { "-directory", 0, 0, 1 },
1621 { "-l", "--load", 0, 1 },
1622 { "-load", 0, 0, 1 },
1623 { "-f", "--funcall", 0, 1 },
1624 { "-funcall", 0, 0, 1 },
1625 { "-eval", "--eval", 0, 1 },
1626 { "-execute", "--execute", 0, 1 },
1627 { "-find-file", "--find-file", 0, 1 },
1628 { "-visit", "--visit", 0, 1 },
1629 { "-file", "--file", 0, 1 },
1630 { "-insert", "--insert", 0, 1 },
1631 /* This should be processed after ordinary file name args and the like. */
1632 { "-kill", "--kill", -10, 0 },
1635 /* Reorder the elements of ARGV (assumed to have ARGC elements)
1636 so that the highest priority ones come first.
1637 Do not change the order of elements of equal priority.
1638 If an option takes an argument, keep it and its argument together.
1640 If an option that takes no argument appears more
1641 than once, eliminate all but one copy of it. */
1644 sort_args (argc
, argv
)
1648 char **new = (char **) xmalloc (sizeof (char *) * argc
);
1649 /* For each element of argv,
1650 the corresponding element of options is:
1651 0 for an option that takes no arguments,
1652 1 for an option that takes one argument, etc.
1653 -1 for an ordinary non-option argument. */
1654 int *options
= (int *) xmalloc (sizeof (int) * argc
);
1655 int *priority
= (int *) xmalloc (sizeof (int) * argc
);
1657 int incoming_used
= 1;
1661 /* Categorize all the options,
1662 and figure out which argv elts are option arguments. */
1663 for (from
= 1; from
< argc
; from
++)
1667 if (argv
[from
][0] == '-')
1672 /* If we have found "--", don't consider
1673 any more arguments as options. */
1674 if (argv
[from
][1] == '-' && argv
[from
][2] == 0)
1676 /* Leave the "--", and everything following it, at the end. */
1677 for (; from
< argc
; from
++)
1679 priority
[from
] = -100;
1685 /* Look for a match with a known old-fashioned option. */
1686 for (i
= 0; i
< sizeof (standard_args
) / sizeof (standard_args
[0]); i
++)
1687 if (!strcmp (argv
[from
], standard_args
[i
].name
))
1689 options
[from
] = standard_args
[i
].nargs
;
1690 priority
[from
] = standard_args
[i
].priority
;
1691 if (from
+ standard_args
[i
].nargs
>= argc
)
1692 fatal ("Option `%s' requires an argument\n", argv
[from
]);
1693 from
+= standard_args
[i
].nargs
;
1697 /* Look for a match with a known long option.
1698 MATCH is -1 if no match so far, -2 if two or more matches so far,
1699 >= 0 (the table index of the match) if just one match so far. */
1700 if (argv
[from
][1] == '-')
1703 thislen
= strlen (argv
[from
]);
1704 equals
= index (argv
[from
], '=');
1706 thislen
= equals
- argv
[from
];
1709 i
< sizeof (standard_args
) / sizeof (standard_args
[0]); i
++)
1710 if (standard_args
[i
].longname
1711 && !strncmp (argv
[from
], standard_args
[i
].longname
,
1720 /* If we found exactly one match, use that. */
1723 options
[from
] = standard_args
[match
].nargs
;
1724 priority
[from
] = standard_args
[match
].priority
;
1725 /* If --OPTION=VALUE syntax is used,
1726 this option uses just one argv element. */
1729 if (from
+ options
[from
] >= argc
)
1730 fatal ("Option `%s' requires an argument\n", argv
[from
]);
1731 from
+= options
[from
];
1738 /* Copy the arguments, in order of decreasing priority, to NEW. */
1740 while (incoming_used
< argc
)
1743 int best_priority
= -9999;
1745 /* Find the highest priority remaining option.
1746 If several have equal priority, take the first of them. */
1747 for (from
= 1; from
< argc
; from
++)
1749 if (argv
[from
] != 0 && priority
[from
] > best_priority
)
1751 best_priority
= priority
[from
];
1754 /* Skip option arguments--they are tied to the options. */
1755 if (options
[from
] > 0)
1756 from
+= options
[from
];
1762 /* Copy the highest priority remaining option, with its args, to NEW.
1763 Unless it is a duplicate of the previous one. */
1764 if (! (options
[best
] == 0
1765 && ! strcmp (new[to
- 1], argv
[best
])))
1767 new[to
++] = argv
[best
];
1768 for (i
= 0; i
< options
[best
]; i
++)
1769 new[to
++] = argv
[best
+ i
+ 1];
1772 incoming_used
+= 1 + (options
[best
] > 0 ? options
[best
] : 0);
1774 /* Clear out this option in ARGV. */
1776 for (i
= 0; i
< options
[best
]; i
++)
1777 argv
[best
+ i
+ 1] = 0;
1780 /* If duplicate options were deleted, fill up extra space with null ptrs. */
1784 bcopy (new, argv
, sizeof (char *) * argc
);
1791 DEFUN ("kill-emacs", Fkill_emacs
, Skill_emacs
, 0, 1, "P",
1792 "Exit the Emacs job and kill it.\n\
1793 If ARG is an integer, return ARG as the exit program code.\n\
1794 If ARG is a string, stuff it as keyboard input.\n\n\
1795 The value of `kill-emacs-hook', if not void,\n\
1796 is a list of functions (of no args),\n\
1797 all of which are called before Emacs is actually killed.")
1801 struct gcpro gcpro1
;
1808 if (!NILP (Vrun_hooks
) && !noninteractive
)
1809 call1 (Vrun_hooks
, intern ("kill-emacs-hook"));
1813 /* Is it really necessary to do this deassign
1814 when we are going to exit anyway? */
1819 shut_down_emacs (0, 0, STRINGP (arg
) ? arg
: Qnil
);
1821 /* If we have an auto-save list file,
1822 kill it because we are exiting Emacs deliberately (not crashing).
1823 Do it after shut_down_emacs, which does an auto-save. */
1824 if (STRINGP (Vauto_save_list_file_name
))
1825 unlink (XSTRING (Vauto_save_list_file_name
)->data
);
1827 exit (INTEGERP (arg
) ? XINT (arg
)
1838 /* Perform an orderly shutdown of Emacs. Autosave any modified
1839 buffers, kill any child processes, clean up the terminal modes (if
1840 we're in the foreground), and other stuff like that. Don't perform
1841 any redisplay; this may be called when Emacs is shutting down in
1842 the background, or after its X connection has died.
1844 If SIG is a signal number, print a message for it.
1846 This is called by fatal signal handlers, X protocol error handlers,
1850 shut_down_emacs (sig
, no_x
, stuff
)
1854 /* Prevent running of hooks from now on. */
1857 /* If we are controlling the terminal, reset terminal modes */
1858 #ifdef EMACS_HAVE_TTY_PGRP
1860 int pgrp
= EMACS_GETPGRP (0);
1863 if (EMACS_GET_TTY_PGRP (0, &tpgrp
) != -1
1868 if (sig
&& sig
!= SIGTERM
)
1869 fprintf (stderr
, "Fatal error (%d).", sig
);
1877 stuff_buffered_input (stuff
);
1879 kill_buffer_processes (Qnil
);
1880 Fdo_auto_save (Qt
, Qnil
);
1882 #ifdef CLASH_DETECTION
1883 unlock_all_files ();
1887 kill_vms_processes ();
1890 #if 0 /* This triggers a bug in XCloseDisplay and is not needed. */
1891 #ifdef HAVE_X_WINDOWS
1892 /* It's not safe to call intern here. Maybe we are crashing. */
1893 if (!noninteractive
&& SYMBOLP (Vwindow_system
)
1894 && XSYMBOL (Vwindow_system
)->name
->size
== 1
1895 && XSYMBOL (Vwindow_system
)->name
->data
[0] == 'x'
1897 Fx_close_current_connection ();
1898 #endif /* HAVE_X_WINDOWS */
1902 /* There is a tendency for a SIGIO signal to arrive within exit,
1903 and cause a SIGHUP because the input descriptor is already closed. */
1905 signal (SIGIO
, SIG_IGN
);
1912 check_glyph_memory ();
1913 check_message_stack ();
1926 DEFUN ("dump-emacs-data", Fdump_emacs_data
, Sdump_emacs_data
, 1, 1, 0,
1927 "Dump current state of Emacs into data file FILENAME.\n\
1928 This function exists on systems that use HAVE_SHM.")
1930 Lisp_Object filename
;
1932 extern char my_edata
[];
1935 CHECK_STRING (filename
, 0);
1936 filename
= Fexpand_file_name (filename
, Qnil
);
1939 Vpurify_flag
= Qnil
;
1942 /* Tell malloc where start of impure now is */
1943 /* Also arrange for warnings when nearly out of space. */
1944 #ifndef SYSTEM_MALLOC
1945 memory_warnings (my_edata
, malloc_warning
);
1947 map_out_data (XSTRING (filename
)->data
);
1954 #else /* not HAVE_SHM */
1956 DEFUN ("dump-emacs", Fdump_emacs
, Sdump_emacs
, 2, 2, 0,
1957 "Dump current state of Emacs into executable file FILENAME.\n\
1958 Take symbols from SYMFILE (presumably the file you executed to run Emacs).\n\
1959 This is used in the file `loadup.el' when building Emacs.\n\
1961 You must run Emacs in batch mode in order to dump it.")
1963 Lisp_Object filename
, symfile
;
1965 extern char my_edata
[];
1968 int count
= specpdl_ptr
- specpdl
;
1970 if (! noninteractive
)
1971 error ("Dumping Emacs works only in batch mode");
1973 /* Bind `command-line-processed' to nil before dumping,
1974 so that the dumped Emacs will process its command line
1975 and set up to work with X windows if appropriate. */
1976 symbol
= intern ("command-line-process");
1977 specbind (symbol
, Qnil
);
1979 CHECK_STRING (filename
, 0);
1980 filename
= Fexpand_file_name (filename
, Qnil
);
1981 if (!NILP (symfile
))
1983 CHECK_STRING (symfile
, 0);
1984 if (XSTRING (symfile
)->size
)
1985 symfile
= Fexpand_file_name (symfile
, Qnil
);
1989 Vpurify_flag
= Qnil
;
1992 set_time_zone_rule (dump_tz
);
1993 #ifndef LOCALTIME_CACHE
1994 /* Force a tz reload, since set_time_zone_rule doesn't. */
2001 mapout_data (XSTRING (filename
)->data
);
2003 /* Tell malloc where start of impure now is */
2004 /* Also arrange for warnings when nearly out of space. */
2005 #ifndef SYSTEM_MALLOC
2007 /* On Windows, this was done before dumping, and that once suffices.
2008 Meanwhile, my_edata is not valid on Windows. */
2009 memory_warnings (my_edata
, malloc_warning
);
2010 #endif /* not WINDOWSNT */
2012 #ifdef DOUG_LEA_MALLOC
2013 malloc_state_ptr
= malloc_get_state ();
2016 #ifdef USE_MMAP_FOR_BUFFERS
2019 unexec (XSTRING (filename
)->data
,
2020 !NILP (symfile
) ? XSTRING (symfile
)->data
: 0, my_edata
, 0, 0);
2021 #ifdef USE_MMAP_FOR_BUFFERS
2024 #ifdef DOUG_LEA_MALLOC
2025 free (malloc_state_ptr
);
2027 #endif /* not VMS */
2031 return unbind_to (count
, Qnil
);
2034 #endif /* not HAVE_SHM */
2036 #endif /* not CANNOT_DUMP */
2039 /* Recover from setlocale (LC_ALL, ""). */
2043 /* The Emacs Lisp reader needs LC_NUMERIC to be "C",
2044 so that numbers are read and printed properly for Emacs Lisp. */
2045 setlocale (LC_NUMERIC
, "C");
2048 /* Set system locale CATEGORY, with previous locale *PLOCALE, to
2051 synchronize_locale (category
, plocale
, desired_locale
)
2053 Lisp_Object
*plocale
;
2054 Lisp_Object desired_locale
;
2056 if (! EQ (*plocale
, desired_locale
))
2058 *plocale
= desired_locale
;
2059 setlocale (category
, (STRINGP (desired_locale
)
2060 ? (char *)(XSTRING (desired_locale
)->data
)
2065 /* Set system time locale to match Vsystem_time_locale, if possible. */
2067 synchronize_system_time_locale ()
2069 synchronize_locale (LC_TIME
, &Vprevious_system_time_locale
,
2070 Vsystem_time_locale
);
2073 /* Set system messages locale to match Vsystem_messages_locale, if
2076 synchronize_system_messages_locale ()
2079 synchronize_locale (LC_MESSAGES
, &Vprevious_system_messages_locale
,
2080 Vsystem_messages_locale
);
2083 #endif /* HAVE_SETLOCALE */
2090 decode_env_path (evarname
, defalt
)
2091 char *evarname
, *defalt
;
2093 register char *path
, *p
;
2094 Lisp_Object lpath
, element
, tem
;
2096 /* It's okay to use getenv here, because this function is only used
2097 to initialize variables when Emacs starts up, and isn't called
2100 path
= (char *) getenv (evarname
);
2106 /* Ensure values from the environment use the proper directory separator. */
2109 p
= alloca (strlen (path
) + 1);
2113 if ('/' == DIRECTORY_SEP
)
2114 dostounix_filename (path
);
2116 unixtodos_filename (path
);
2122 p
= index (path
, SEPCHAR
);
2123 if (!p
) p
= path
+ strlen (path
);
2124 element
= (p
- path
? make_string (path
, p
- path
)
2125 : build_string ("."));
2127 /* Add /: to the front of the name
2128 if it would otherwise be treated as magic. */
2129 tem
= Ffind_file_name_handler (element
, Qt
);
2131 element
= concat2 (build_string ("/:"), element
);
2133 lpath
= Fcons (element
, lpath
);
2139 return Fnreverse (lpath
);
2145 Qfile_name_handler_alist
= intern ("file-name-handler-alist");
2146 staticpro (&Qfile_name_handler_alist
);
2150 defsubr (&Sdump_emacs_data
);
2152 defsubr (&Sdump_emacs
);
2156 defsubr (&Skill_emacs
);
2158 defsubr (&Sinvocation_name
);
2159 defsubr (&Sinvocation_directory
);
2161 DEFVAR_LISP ("command-line-args", &Vcommand_line_args
,
2162 "Args passed by shell to Emacs, as a list of strings.");
2164 DEFVAR_LISP ("system-type", &Vsystem_type
,
2165 "Value is symbol indicating type of operating system you are using.");
2166 Vsystem_type
= intern (SYSTEM_TYPE
);
2168 DEFVAR_LISP ("system-configuration", &Vsystem_configuration
,
2169 "Value is string indicating configuration Emacs was built for.\n\
2170 On MS-Windows, the value reflects the OS flavor and version on which\n\
2171 Emacs is running.");
2172 Vsystem_configuration
= build_string (EMACS_CONFIGURATION
);
2174 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options
,
2175 "String containing the configuration options Emacs was built with.");
2176 Vsystem_configuration_options
= build_string (EMACS_CONFIG_OPTIONS
);
2178 DEFVAR_BOOL ("noninteractive", &noninteractive1
,
2179 "Non-nil means Emacs is running without interactive terminal.");
2181 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook
,
2182 "Hook to be run whenever kill-emacs is called.\n\
2183 Since kill-emacs may be invoked when the terminal is disconnected (or\n\
2184 in other similar situations), functions placed on this hook should not\n\
2185 expect to be able to interact with the user. To ask for confirmation,\n\
2186 see `kill-emacs-query-functions' instead.");
2187 Vkill_emacs_hook
= Qnil
;
2190 DEFVAR_LISP ("signal-USR1-hook", &Vsignal_USR1_hook
,
2191 "Hook to be run whenever emacs receives a USR1 signal");
2192 Vsignal_USR1_hook
= Qnil
;
2194 DEFVAR_LISP ("signal-USR2-hook", &Vsignal_USR2_hook
,
2195 "Hook to be run whenever emacs receives a USR2 signal");
2196 Vsignal_USR2_hook
= Qnil
;
2201 DEFVAR_INT ("emacs-priority", &emacs_priority
,
2202 "Priority for Emacs to run at.\n\
2203 This value is effective only if set before Emacs is dumped,\n\
2204 and only if the Emacs executable is installed with setuid to permit\n\
2205 it to change priority. (Emacs sets its uid back to the real uid.)\n\
2206 Currently, you need to define SET_EMACS_PRIORITY in `config.h'\n\
2207 before you compile Emacs, to enable the code for this feature.");
2210 DEFVAR_LISP ("path-separator", &Vpath_separator
,
2211 "The directory separator in search paths, as a string.");
2214 Vpath_separator
= make_string (&c
, 1);
2217 DEFVAR_LISP ("invocation-name", &Vinvocation_name
,
2218 "The program name that was used to run Emacs.\n\
2219 Any directory names are omitted.");
2221 DEFVAR_LISP ("invocation-directory", &Vinvocation_directory
,
2222 "The directory in which the Emacs executable was found, to run it.\n\
2223 The value is nil if that directory's name is not known.");
2225 DEFVAR_LISP ("installation-directory", &Vinstallation_directory
,
2226 "A directory within which to look for the `lib-src' and `etc' directories.\n\
2227 This is non-nil when we can't find those directories in their standard\n\
2228 installed locations, but we can find them\n\
2229 near where the Emacs executable was found.");
2230 Vinstallation_directory
= Qnil
;
2232 DEFVAR_LISP ("system-messages-locale", &Vsystem_messages_locale
,
2233 "System locale for messages.");
2234 Vsystem_messages_locale
= Qnil
;
2236 DEFVAR_LISP ("previous-system-messages-locale",
2237 &Vprevious_system_messages_locale
,
2238 "Most recently used system locale for messages.");
2239 Vprevious_system_messages_locale
= Qnil
;
2241 DEFVAR_LISP ("system-time-locale", &Vsystem_time_locale
,
2242 "System locale for time.");
2243 Vsystem_time_locale
= Qnil
;
2245 DEFVAR_LISP ("previous-system-time-locale", &Vprevious_system_time_locale
,
2246 "Most recently used system locale for time.");
2247 Vprevious_system_time_locale
= Qnil
;