Mercurial > emacs
annotate src/emacs.c @ 1140:5c36807e445c
(read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Sep 1992 22:10:55 +0000 |
parents | ab1964dc212c |
children | d4f6d7467916 |
rev | line source |
---|---|
284 | 1 /* Fully extensible Emacs, running on Unix, intended for GNU. |
587 | 2 Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. |
284 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
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 1, or (at your option) | |
9 any later version. | |
10 | |
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. | |
15 | |
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, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
19 | |
20 | |
21 #include <signal.h> | |
22 #include <errno.h> | |
23 | |
24 #include "config.h" | |
25 #include <stdio.h> | |
26 | |
27 #include <sys/types.h> | |
28 #include <sys/file.h> | |
29 | |
30 #ifdef VMS | |
31 #include <ssdef.h> | |
32 #endif | |
33 | |
34 #ifdef BSD | |
35 #include <sys/ioctl.h> | |
36 #endif | |
37 | |
505 | 38 #ifdef HAVE_TERMIOS |
39 #include <termios.h> | |
40 #endif | |
41 | |
284 | 42 #ifdef APOLLO |
43 #ifndef APOLLO_SR10 | |
44 #include <default_acl.h> | |
45 #endif | |
46 #endif | |
47 | |
48 #include "lisp.h" | |
49 #include "commands.h" | |
50 | |
1043
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
51 #include "systty.h" |
554 | 52 |
284 | 53 #ifndef O_RDWR |
54 #define O_RDWR 2 | |
55 #endif | |
56 | |
57 #define PRIO_PROCESS 0 | |
58 | |
59 /* Command line args from shell, as list of strings */ | |
60 Lisp_Object Vcommand_line_args; | |
61 | |
732 | 62 /* Hook run by `kill-emacs' before it does really anything. */ |
63 Lisp_Object Vkill_emacs_hook; | |
64 | |
284 | 65 /* Set nonzero after Emacs has started up the first time. |
66 Prevents reinitialization of the Lisp world and keymaps | |
67 on subsequent starts. */ | |
68 int initialized; | |
69 | |
70 /* Variable whose value is symbol giving operating system type */ | |
71 Lisp_Object Vsystem_type; | |
72 | |
73 /* If non-zero, emacs should not attempt to use an window-specific code, | |
74 but instead should use the virtual terminal under which it was started */ | |
75 int inhibit_window_system; | |
76 | |
77 #ifdef HAVE_X_WINDOWS | |
78 /* If non-zero, -d was specified, meaning we're using some window system. */ | |
79 int display_arg; | |
80 #endif | |
81 | |
82 /* An address near the bottom of the stack. | |
83 Tells GC how to save a copy of the stack. */ | |
84 char *stack_bottom; | |
85 | |
86 #ifdef HAVE_X_WINDOWS | |
87 extern Lisp_Object Vwindow_system; | |
88 #endif /* HAVE_X_WINDOWS */ | |
89 | |
90 #ifdef USG_SHARED_LIBRARIES | |
91 /* If nonzero, this is the place to put the end of the writable segment | |
92 at startup. */ | |
93 | |
94 unsigned int bss_end = 0; | |
95 #endif | |
96 | |
97 /* Nonzero means running Emacs without interactive terminal. */ | |
98 | |
99 int noninteractive; | |
100 | |
101 /* Value of Lisp variable `noninteractive'. | |
102 Normally same as C variable `noninteractive' | |
103 but nothing terrible happens if user sets this one. */ | |
104 | |
105 int noninteractive1; | |
106 | |
107 /* Signal code for the fatal signal that was received */ | |
108 int fatal_error_code; | |
109 | |
110 /* Nonzero if handling a fatal error already */ | |
111 int fatal_error_in_progress; | |
112 | |
113 /* Handle bus errors, illegal instruction, etc. */ | |
505 | 114 SIGTYPE |
284 | 115 fatal_error_signal (sig) |
116 int sig; | |
117 { | |
118 fatal_error_code = sig; | |
119 signal (sig, SIG_DFL); | |
120 | |
121 /* If fatal error occurs in code below, avoid infinite recursion. */ | |
122 if (fatal_error_in_progress) | |
123 kill (getpid (), fatal_error_code); | |
124 | |
125 fatal_error_in_progress = 1; | |
126 | |
127 /* If we are controlling the terminal, reset terminal modes */ | |
554 | 128 #ifdef EMACS_HAVE_TTY_PGRP |
505 | 129 { |
130 int tpgrp; | |
554 | 131 if (EMACS_GET_TTY_PGRP (0, &tpgrp) != -1 |
505 | 132 && tpgrp == getpgrp (0)) |
133 { | |
134 reset_sys_modes (); | |
135 if (sig != SIGTERM) | |
136 fprintf (stderr, "Fatal error (%d).", sig); | |
137 } | |
138 } | |
139 #endif /* uses pgrp */ | |
284 | 140 |
141 /* Clean up */ | |
142 kill_buffer_processes (Qnil); | |
143 Fdo_auto_save (Qt, Qnil); | |
144 | |
145 #ifdef CLASH_DETECTION | |
146 unlock_all_files (); | |
147 #endif /* CLASH_DETECTION */ | |
148 | |
149 #ifdef VMS | |
150 kill_vms_processes (); | |
151 LIB$STOP (SS$_ABORT); | |
152 #else | |
153 /* Signal the same code; this time it will really be fatal. */ | |
154 kill (getpid (), fatal_error_code); | |
155 #endif /* not VMS */ | |
156 } | |
157 | |
158 /* Code for dealing with Lisp access to the Unix command line */ | |
159 | |
160 static | |
161 init_cmdargs (argc, argv, skip_args) | |
162 int argc; | |
163 char **argv; | |
164 int skip_args; | |
165 { | |
166 register int i; | |
167 | |
168 Vcommand_line_args = Qnil; | |
169 | |
170 for (i = argc - 1; i >= 0; i--) | |
171 { | |
172 if (i == 0 || i > skip_args) | |
173 Vcommand_line_args | |
174 = Fcons (build_string (argv[i]), Vcommand_line_args); | |
175 } | |
176 } | |
177 | |
178 #ifdef VMS | |
179 #ifdef LINK_CRTL_SHARE | |
180 #ifdef SHAREABLE_LIB_BUG | |
181 extern noshare char **environ; | |
182 #endif /* SHAREABLE_LIB_BUG */ | |
183 #endif /* LINK_CRTL_SHARE */ | |
184 #endif /* VMS */ | |
185 | |
1061
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
186 /* We don't include crtbegin.o and crtend.o in the link, |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
187 so these functions and variables might be missed. |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
188 Provide dummy definitions to avoid error. |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
189 (We don't have any real constructors or destructors.) */ |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
190 #ifdef __GNUC__ |
1070
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
191 __do_global_ctors () |
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
192 {} |
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
193 __do_global_ctors_aux () |
1061
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
194 {} |
1074
ab1964dc212c
(__do_global_dtors): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1070
diff
changeset
|
195 __do_global_dtors () |
ab1964dc212c
(__do_global_dtors): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1070
diff
changeset
|
196 {} |
1070
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
197 char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; |
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
198 char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; |
b0f508376593
(__main): New dummy function.
Richard M. Stallman <rms@gnu.org>
parents:
1061
diff
changeset
|
199 __main () |
1061
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
200 {} |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
201 #endif /* __GNUC__ */ |
06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
Richard M. Stallman <rms@gnu.org>
parents:
1043
diff
changeset
|
202 |
284 | 203 /* ARGSUSED */ |
204 main (argc, argv, envp) | |
205 int argc; | |
206 char **argv; | |
207 char **envp; | |
208 { | |
209 char stack_bottom_variable; | |
210 int skip_args = 0; | |
211 extern int errno; | |
212 extern sys_nerr; | |
213 extern char *sys_errlist[]; | |
214 extern void malloc_warning (); | |
215 | |
216 /* Map in shared memory, if we are using that. */ | |
217 #ifdef HAVE_SHM | |
218 if (argc > 1 && !strcmp (argv[1], "-nl")) | |
219 { | |
220 map_in_data (0); | |
221 /* The shared memory was just restored, which clobbered this. */ | |
222 skip_args = 1; | |
223 } | |
224 else | |
225 { | |
226 map_in_data (1); | |
227 /* The shared memory was just restored, which clobbered this. */ | |
228 skip_args = 0; | |
229 } | |
230 #endif | |
231 | |
232 #ifdef HAVE_X_WINDOWS | |
348 | 233 /* Stupid kludge to catch command-line display spec. We can't |
234 handle this argument entirely in window system dependent code | |
235 because we don't even know which window system dependent code | |
236 to run until we've recognized this argument. */ | |
284 | 237 { |
238 int i; | |
239 | |
240 for (i = 1; (i < argc && ! display_arg); i++) | |
241 if (!strcmp (argv[i], "-d")) | |
242 display_arg = 1; | |
243 } | |
244 #endif | |
245 | |
246 #ifdef VMS | |
247 /* If -map specified, map the data file in */ | |
248 if (argc > 2 && ! strcmp (argv[1], "-map")) | |
249 { | |
250 skip_args = 2; | |
251 mapin_data (argv[2]); | |
252 } | |
253 | |
254 #ifdef LINK_CRTL_SHARE | |
255 #ifdef SHAREABLE_LIB_BUG | |
256 /* Bletcherous shared libraries! */ | |
257 if (!stdin) | |
258 stdin = fdopen (0, "r"); | |
259 if (!stdout) | |
260 stdout = fdopen (1, "w"); | |
261 if (!stderr) | |
262 stderr = fdopen (2, "w"); | |
263 if (!environ) | |
264 environ = envp; | |
265 #endif /* SHAREABLE_LIB_BUG */ | |
266 #endif /* LINK_CRTL_SHARE */ | |
267 #endif /* VMS */ | |
268 | |
269 /* Record (approximately) where the stack begins. */ | |
270 stack_bottom = &stack_bottom_variable; | |
271 | |
272 #ifdef RUN_TIME_REMAP | |
273 if (initialized) | |
274 run_time_remap (argv[0]); | |
275 #endif | |
276 | |
277 #ifdef USG_SHARED_LIBRARIES | |
278 if (bss_end) | |
279 brk (bss_end); | |
280 #endif | |
281 | |
282 clearerr (stdin); | |
283 #ifdef BSD | |
284 setpgrp (0, getpid ()); | |
285 #endif | |
286 | |
287 #ifdef APOLLO | |
288 #ifndef APOLLO_SR10 | |
289 /* If USE_DOMAIN_ACLS environment variable exists, | |
290 use ACLs rather than UNIX modes. */ | |
291 if (egetenv ("USE_DOMAIN_ACLS")) | |
292 default_acl (USE_DEFACL); | |
293 #endif | |
294 #endif /* APOLLO */ | |
295 | |
296 #ifndef SYSTEM_MALLOC | |
297 if (! initialized) | |
298 malloc_init (0, malloc_warning); | |
299 #endif /* not SYSTEM_MALLOC */ | |
300 | |
301 #ifdef HIGHPRI | |
302 setpriority (PRIO_PROCESS, getpid (), HIGHPRI); | |
303 setuid (getuid ()); | |
304 #endif /* HIGHPRI */ | |
305 | |
306 #ifdef BSD | |
307 /* interrupt_input has trouble if we aren't in a separate process group. */ | |
308 setpgrp (getpid (), getpid ()); | |
309 #endif | |
310 | |
311 inhibit_window_system = 0; | |
312 | |
420 | 313 /* Handle the -t switch, which specifies filename to use as terminal */ |
284 | 314 if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t")) |
315 { | |
316 int result; | |
317 skip_args += 2; | |
318 close (0); | |
319 close (1); | |
320 result = open (argv[skip_args], O_RDWR, 2 ); | |
321 if (result < 0) | |
322 { | |
323 char *errstring; | |
324 | |
325 if (errno >= 0 && errno < sys_nerr) | |
326 errstring = sys_errlist[errno]; | |
327 else | |
328 errstring = "undocumented error code"; | |
329 fprintf (stderr, "emacs: %s: %s\n", argv[skip_args], errstring); | |
330 exit (1); | |
331 } | |
332 dup (0); | |
333 if (! isatty (0)) | |
334 { | |
335 fprintf (stderr, "emacs: %s: not a tty\n", argv[skip_args]); | |
336 exit (1); | |
337 } | |
338 fprintf (stderr, "Using %s\n", argv[skip_args]); | |
339 #ifdef HAVE_X_WINDOWS | |
340 inhibit_window_system = 1; /* -t => -nw */ | |
341 #endif | |
342 } | |
343 | |
344 if (skip_args + 1 < argc | |
345 && (!strcmp (argv[skip_args + 1], "-nw"))) | |
346 { | |
347 skip_args += 1; | |
348 inhibit_window_system = 1; | |
349 } | |
350 | |
351 /* Handle the -batch switch, which means don't do interactive display. */ | |
352 noninteractive = 0; | |
353 if (skip_args + 1 < argc && !strcmp (argv[skip_args + 1], "-batch")) | |
354 { | |
355 skip_args += 1; | |
356 noninteractive = 1; | |
357 } | |
358 | |
348 | 359 #ifdef POSIX_SIGNALS |
360 init_signals (); | |
361 #endif | |
362 | |
284 | 363 if ( |
364 #ifndef CANNOT_DUMP | |
365 ! noninteractive || initialized | |
366 #else | |
367 1 | |
368 #endif | |
369 ) | |
370 { | |
371 /* Don't catch these signals in batch mode if not initialized. | |
372 On some machines, this sets static data that would make | |
373 signal fail to work right when the dumped Emacs is run. */ | |
374 signal (SIGHUP, fatal_error_signal); | |
375 signal (SIGQUIT, fatal_error_signal); | |
376 signal (SIGILL, fatal_error_signal); | |
377 signal (SIGTRAP, fatal_error_signal); | |
378 signal (SIGIOT, fatal_error_signal); | |
379 #ifdef SIGEMT | |
380 signal (SIGEMT, fatal_error_signal); | |
381 #endif | |
382 signal (SIGFPE, fatal_error_signal); | |
383 signal (SIGBUS, fatal_error_signal); | |
384 signal (SIGSEGV, fatal_error_signal); | |
385 signal (SIGSYS, fatal_error_signal); | |
386 signal (SIGTERM, fatal_error_signal); | |
387 #ifdef SIGXCPU | |
388 signal (SIGXCPU, fatal_error_signal); | |
389 #endif | |
390 #ifdef SIGXFSZ | |
391 signal (SIGXFSZ, fatal_error_signal); | |
392 #endif /* SIGXFSZ */ | |
393 | |
394 #ifdef AIX | |
395 signal (SIGDANGER, fatal_error_signal); | |
396 signal (20, fatal_error_signal); | |
397 signal (21, fatal_error_signal); | |
398 signal (22, fatal_error_signal); | |
399 signal (23, fatal_error_signal); | |
400 signal (24, fatal_error_signal); | |
372 | 401 #ifdef SIGIO |
284 | 402 signal (SIGAIO, fatal_error_signal); |
403 signal (SIGPTY, fatal_error_signal); | |
372 | 404 #endif |
284 | 405 signal (SIGIOINT, fatal_error_signal); |
406 signal (SIGGRANT, fatal_error_signal); | |
407 signal (SIGRETRACT, fatal_error_signal); | |
408 signal (SIGSOUND, fatal_error_signal); | |
409 signal (SIGMSG, fatal_error_signal); | |
410 #endif /* AIX */ | |
411 } | |
412 | |
413 noninteractive1 = noninteractive; | |
414 | |
415 /* Perform basic initializations (not merely interning symbols) */ | |
416 | |
417 if (!initialized) | |
418 { | |
419 init_alloc_once (); | |
420 init_obarray (); | |
421 init_eval_once (); | |
422 init_syntax_once (); /* Create standard syntax table. */ | |
423 /* Must be done before init_buffer */ | |
424 init_casetab_once (); | |
425 init_buffer_once (); /* Create buffer table and some buffers */ | |
426 init_minibuf_once (); /* Create list of minibuffers */ | |
427 /* Must precede init_window_once */ | |
428 init_window_once (); /* Init the window system */ | |
429 } | |
430 | |
431 init_alloc (); | |
432 init_eval (); | |
433 init_data (); | |
348 | 434 init_lread (); |
284 | 435 |
436 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */ | |
437 init_buffer (); /* Init default directory of main buffer */ | |
438 if (!noninteractive) | |
439 { | |
440 #ifdef VMS | |
763 | 441 init_vms_input ();/* init_display calls get_frame_size, that needs this */ |
284 | 442 #endif /* VMS */ |
443 init_display (); /* Determine terminal type. init_sys_modes uses results */ | |
444 } | |
445 init_keyboard (); /* This too must precede init_sys_modes */ | |
446 init_callproc (); /* And this too. */ | |
447 #ifdef VMS | |
448 init_vmsproc (); /* And this too. */ | |
449 #endif /* VMS */ | |
450 init_sys_modes (); /* Init system terminal modes (RAW or CBREAK, etc.) */ | |
451 init_xdisp (); | |
452 init_macros (); | |
453 init_editfns (); | |
454 #ifdef LISP_FLOAT_TYPE | |
455 init_floatfns (); | |
456 #endif | |
457 #ifdef VMS | |
458 init_vmsfns (); | |
459 #endif /* VMS */ | |
460 init_process (); | |
624 | 461 #ifdef CLASH_DETECTION |
462 init_filelock (); | |
463 #endif /* CLASH_DETECTION */ | |
284 | 464 |
465 /* Intern the names of all standard functions and variables; define standard keys */ | |
466 | |
467 if (!initialized) | |
468 { | |
469 /* The basic levels of Lisp must come first */ | |
470 /* And data must come first of all | |
471 for the sake of symbols like error-message */ | |
472 syms_of_data (); | |
473 syms_of_alloc (); | |
348 | 474 syms_of_lread (); |
284 | 475 syms_of_print (); |
476 syms_of_eval (); | |
477 syms_of_fns (); | |
478 #ifdef LISP_FLOAT_TYPE | |
479 syms_of_floatfns (); | |
480 #endif | |
481 | |
482 syms_of_abbrev (); | |
483 syms_of_buffer (); | |
484 syms_of_bytecode (); | |
485 syms_of_callint (); | |
486 syms_of_casefiddle (); | |
487 syms_of_casetab (); | |
488 syms_of_callproc (); | |
489 syms_of_cmds (); | |
490 #ifndef NO_DIR_LIBRARY | |
491 syms_of_dired (); | |
492 #endif /* not NO_DIR_LIBRARY */ | |
493 syms_of_display (); | |
494 syms_of_doc (); | |
495 syms_of_editfns (); | |
496 syms_of_emacs (); | |
497 syms_of_fileio (); | |
498 #ifdef CLASH_DETECTION | |
499 syms_of_filelock (); | |
500 #endif /* CLASH_DETECTION */ | |
501 syms_of_indent (); | |
502 syms_of_keyboard (); | |
503 syms_of_keymap (); | |
504 syms_of_macros (); | |
505 syms_of_marker (); | |
506 syms_of_minibuf (); | |
507 syms_of_mocklisp (); | |
508 syms_of_process (); | |
509 syms_of_search (); | |
763 | 510 syms_of_frame (); |
284 | 511 syms_of_syntax (); |
512 syms_of_undo (); | |
513 #ifdef VMS | |
514 syms_of_vmsproc (); | |
515 #endif /* VMS */ | |
516 syms_of_window (); | |
517 syms_of_xdisp (); | |
518 #ifdef HAVE_X_WINDOWS | |
375 | 519 syms_of_xterm (); |
284 | 520 syms_of_xfns (); |
375 | 521 #ifdef HAVE_X11 |
522 syms_of_xselect (); | |
523 #endif | |
284 | 524 #ifdef HAVE_X_MENU |
525 syms_of_xmenu (); | |
526 #endif /* HAVE_X_MENU */ | |
527 #endif /* HAVE_X_WINDOWS */ | |
528 | |
529 #ifdef SYMS_SYSTEM | |
530 SYMS_SYSTEM; | |
531 #endif | |
532 | |
533 #ifdef SYMS_MACHINE | |
534 SYMS_MACHINE; | |
535 #endif | |
536 | |
537 keys_of_casefiddle (); | |
538 keys_of_cmds (); | |
539 keys_of_buffer (); | |
540 keys_of_keyboard (); | |
541 keys_of_keymap (); | |
542 keys_of_macros (); | |
543 keys_of_minibuf (); | |
544 keys_of_window (); | |
545 } | |
546 | |
547 if (!initialized) | |
548 { | |
549 /* Handle -l loadup-and-dump, args passed by Makefile. */ | |
550 if (argc > 2 + skip_args && !strcmp (argv[1 + skip_args], "-l")) | |
551 Vtop_level = Fcons (intern ("load"), | |
552 Fcons (build_string (argv[2 + skip_args]), Qnil)); | |
553 #ifdef CANNOT_DUMP | |
554 /* Unless next switch is -nl, load "loadup.el" first thing. */ | |
555 if (!(argc > 1 + skip_args && !strcmp (argv[1 + skip_args], "-nl"))) | |
556 Vtop_level = Fcons (intern ("load"), | |
557 Fcons (build_string ("loadup.el"), Qnil)); | |
558 #endif /* CANNOT_DUMP */ | |
559 } | |
560 | |
561 initialized = 1; | |
562 | |
815 | 563 #ifdef sun |
564 /* sun's localtime() has a bug. it caches the value of the time | |
565 zone rather than looking it up every time. Since localtime() is | |
566 called to bolt the undumping time into the undumped emacs, this | |
567 results in localtime() ignoring the TZ environment variable. | |
568 This flushes the new TZ value into localtime(). */ | |
569 tzset(); | |
570 #endif /* sun */ | |
571 | |
284 | 572 /* Enter editor command loop. This never returns. */ |
573 Frecursive_edit (); | |
574 /* NOTREACHED */ | |
575 } | |
576 | |
577 DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P", | |
1043
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
578 "Exit the Emacs job and kill it.\n\ |
284 | 579 If ARG is an integer, return ARG as the exit program code.\n\ |
580 If ARG is a string, stuff it as keyboard input.\n\n\ | |
581 The value of `kill-emacs-hook', if not void,\n\ | |
582 is a list of functions (of no args),\n\ | |
583 all of which are called before Emacs is actually killed.") | |
584 (arg) | |
585 Lisp_Object arg; | |
586 { | |
587 Lisp_Object hook, hook1; | |
588 int i; | |
589 struct gcpro gcpro1; | |
590 | |
591 GCPRO1 (arg); | |
592 | |
593 if (feof (stdin)) | |
594 arg = Qt; | |
595 | |
505 | 596 if (!NILP (Vrun_hooks) && !noninteractive) |
284 | 597 call1 (Vrun_hooks, intern ("kill-emacs-hook")); |
598 | |
599 kill_buffer_processes (Qnil); | |
600 | |
601 #ifdef VMS | |
602 kill_vms_processes (); | |
603 #endif /* VMS */ | |
604 | |
605 Fdo_auto_save (Qt, Qnil); | |
606 | |
607 #ifdef CLASH_DETECTION | |
608 unlock_all_files (); | |
609 #endif /* CLASH_DETECTION */ | |
610 | |
611 fflush (stdout); | |
612 reset_sys_modes (); | |
613 | |
614 #ifdef HAVE_X_WINDOWS | |
615 if (!noninteractive && EQ (Vwindow_system, intern ("x"))) | |
616 Fx_close_current_connection (); | |
617 #endif /* HAVE_X_WINDOWS */ | |
618 | |
619 UNGCPRO; | |
620 | |
621 /* Is it really necessary to do this deassign | |
622 when we are going to exit anyway? */ | |
623 /* #ifdef VMS | |
624 stop_vms_input (); | |
625 #endif */ | |
626 stuff_buffered_input (arg); | |
627 #ifdef SIGIO | |
628 /* There is a tendency for a SIGIO signal to arrive within exit, | |
629 and cause a SIGHUP because the input descriptor is already closed. */ | |
630 unrequest_sigio (); | |
631 signal (SIGIO, SIG_IGN); | |
632 #endif | |
633 exit ((XTYPE (arg) == Lisp_Int) ? XINT (arg) | |
634 #ifdef VMS | |
635 : 1 | |
636 #else | |
637 : 0 | |
638 #endif | |
639 ); | |
640 /* NOTREACHED */ | |
641 } | |
642 | |
643 #ifndef CANNOT_DUMP | |
644 /* Nothing like this can be implemented on an Apollo. | |
645 What a loss! */ | |
646 | |
647 #ifdef HAVE_SHM | |
648 | |
649 DEFUN ("dump-emacs-data", Fdump_emacs_data, Sdump_emacs_data, 1, 1, 0, | |
650 "Dump current state of Emacs into data file FILENAME.\n\ | |
651 This function exists on systems that use HAVE_SHM.") | |
652 (intoname) | |
653 Lisp_Object intoname; | |
654 { | |
655 extern int my_edata; | |
656 Lisp_Object tem; | |
657 extern void malloc_warning (); | |
658 | |
659 CHECK_STRING (intoname, 0); | |
660 intoname = Fexpand_file_name (intoname, Qnil); | |
661 | |
662 tem = Vpurify_flag; | |
663 Vpurify_flag = Qnil; | |
664 | |
665 fflush (stdout); | |
666 /* Tell malloc where start of impure now is */ | |
667 /* Also arrange for warnings when nearly out of space. */ | |
668 #ifndef SYSTEM_MALLOC | |
669 malloc_init (&my_edata, malloc_warning); | |
670 #endif | |
671 map_out_data (XSTRING (intoname)->data); | |
672 | |
673 Vpurify_flag = tem; | |
674 | |
675 return Qnil; | |
676 } | |
677 | |
678 #else /* not HAVE_SHM */ | |
679 | |
680 DEFUN ("dump-emacs", Fdump_emacs, Sdump_emacs, 2, 2, 0, | |
681 "Dump current state of Emacs into executable file FILENAME.\n\ | |
682 Take symbols from SYMFILE (presumably the file you executed to run Emacs).\n\ | |
683 This is used in the file `loadup.el' when building Emacs.\n\ | |
684 \n\ | |
685 Bind `command-line-processed' to nil before dumping,\n\ | |
686 if you want the dumped Emacs to process its command line\n\ | |
687 and announce itself normally when it is run.") | |
688 (intoname, symname) | |
689 Lisp_Object intoname, symname; | |
690 { | |
691 extern int my_edata; | |
692 Lisp_Object tem; | |
693 extern void malloc_warning (); | |
694 | |
695 CHECK_STRING (intoname, 0); | |
696 intoname = Fexpand_file_name (intoname, Qnil); | |
505 | 697 if (!NILP (symname)) |
284 | 698 { |
699 CHECK_STRING (symname, 0); | |
700 if (XSTRING (symname)->size) | |
701 symname = Fexpand_file_name (symname, Qnil); | |
702 } | |
703 | |
704 tem = Vpurify_flag; | |
705 Vpurify_flag = Qnil; | |
706 | |
707 fflush (stdout); | |
708 #ifdef VMS | |
709 mapout_data (XSTRING (intoname)->data); | |
710 #else | |
711 /* Tell malloc where start of impure now is */ | |
712 /* Also arrange for warnings when nearly out of space. */ | |
713 #ifndef SYSTEM_MALLOC | |
714 malloc_init (&my_edata, malloc_warning); | |
715 #endif | |
716 unexec (XSTRING (intoname)->data, | |
505 | 717 !NILP (symname) ? XSTRING (symname)->data : 0, &my_edata, 0, 0); |
284 | 718 #endif /* not VMS */ |
719 | |
720 Vpurify_flag = tem; | |
721 | |
722 return Qnil; | |
723 } | |
724 | |
725 #endif /* not HAVE_SHM */ | |
726 | |
727 #endif /* not CANNOT_DUMP */ | |
728 | |
729 #ifdef VMS | |
730 #define SEPCHAR ',' | |
731 #else | |
732 #define SEPCHAR ':' | |
733 #endif | |
734 | |
735 Lisp_Object | |
736 decode_env_path (evarname, defalt) | |
737 char *evarname, *defalt; | |
738 { | |
739 register char *path, *p; | |
740 extern char *index (); | |
741 | |
742 Lisp_Object lpath; | |
743 | |
505 | 744 /* It's okay to use getenv here, because this function is only used |
745 to initialize variables when Emacs starts up, and isn't called | |
746 after that. */ | |
638 | 747 if (evarname != 0) |
748 path = (char *) getenv (evarname); | |
749 else | |
750 path = 0; | |
284 | 751 if (!path) |
752 path = defalt; | |
753 lpath = Qnil; | |
754 while (1) | |
755 { | |
756 p = index (path, SEPCHAR); | |
757 if (!p) p = path + strlen (path); | |
758 lpath = Fcons (p - path ? make_string (path, p - path) : Qnil, | |
759 lpath); | |
760 if (*p) | |
761 path = p + 1; | |
762 else | |
763 break; | |
764 } | |
765 return Fnreverse (lpath); | |
766 } | |
767 | |
768 syms_of_emacs () | |
769 { | |
770 #ifdef HAVE_SHM | |
771 defsubr (&Sdump_emacs_data); | |
772 #else | |
773 defsubr (&Sdump_emacs); | |
774 #endif | |
775 | |
776 defsubr (&Skill_emacs); | |
777 | |
778 DEFVAR_LISP ("command-line-args", &Vcommand_line_args, | |
779 "Args passed by shell to Emacs, as a list of strings."); | |
780 | |
781 DEFVAR_LISP ("system-type", &Vsystem_type, | |
782 "Value is symbol indicating type of operating system you are using."); | |
783 Vsystem_type = intern (SYSTEM_TYPE); | |
784 | |
785 DEFVAR_BOOL ("noninteractive", &noninteractive1, | |
786 "Non-nil means Emacs is running without interactive terminal."); | |
732 | 787 |
1043
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
788 DEFVAR_LISP ("kill-emacs-hook", &Vkill_emacs_hook, |
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
789 "Hook to be run whenever kill-emacs is called.\n\ |
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
790 Since kill-emacs may be invoked when the terminal is disconnected (or\n\ |
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
791 in other similar situations), functions placed on this hook should not\n\ |
ee6f647ac103
* emacs.c: Incude "systty.h", not "systerm.h".
Jim Blandy <jimb@redhat.com>
parents:
1004
diff
changeset
|
792 not expect to be able to interact with the user."); |
732 | 793 Vkill_emacs_hook = Qnil; |
284 | 794 } |