0
|
1 /* XEmacs -- Fully extensible Emacs, running on Unix and other platforms.
|
|
2 Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994
|
|
3 Free Software Foundation, Inc.
|
|
4 Copyright (C) 1995 Sun Microsystems, Inc.
|
|
5
|
|
6 This file is part of XEmacs.
|
|
7
|
|
8 XEmacs is free software; you can redistribute it and/or modify it
|
|
9 under the terms of the GNU General Public License as published by the
|
|
10 Free Software Foundation; either version 2, or (at your option) any
|
|
11 later version.
|
|
12
|
|
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
16 for more details.
|
|
17
|
|
18 You should have received a copy of the GNU General Public License
|
|
19 along with XEmacs; see the file COPYING. If not, write to
|
|
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
21 Boston, MA 02111-1307, USA. */
|
|
22
|
|
23 /* Synched up with: Mule 2.0, FSF 19.28. */
|
|
24
|
|
25 /* Note: It is necessary to specify <config.h> and not "config.h" in
|
|
26 order for the --srcdir type of compilation to work properly.
|
|
27 Otherwise the config.h from the srcdir, rather than the one from
|
|
28 the build dir, will be used. */
|
|
29
|
|
30 #include <config.h>
|
|
31 #include "lisp.h"
|
|
32
|
|
33 #include "backtrace.h" /* run-emacs-from-temacs needs this */
|
|
34 #include "buffer.h"
|
|
35 #include "commands.h"
|
|
36 #include "console.h"
|
|
37 #include "process.h"
|
|
38 #include "sysdep.h"
|
|
39
|
|
40 #include <setjmp.h>
|
|
41 #include "syssignal.h" /* Always include before systty.h */
|
|
42 #include "systty.h"
|
|
43 #include "sysfile.h"
|
|
44 #include "systime.h"
|
|
45
|
272
|
46 #ifdef HAVE_SHLIB
|
|
47 #include "sysdll.h"
|
|
48 #endif
|
|
49
|
14
|
50 #if defined (HAVE_LOCALE_H) && \
|
|
51 (defined (I18N2) || defined (I18N3) || defined (I18N4))
|
0
|
52 #include <locale.h>
|
|
53 #endif
|
|
54
|
|
55 #ifdef TOOLTALK
|
149
|
56 #include TT_C_H_PATH
|
0
|
57 #endif
|
|
58
|
|
59 #ifdef APOLLO
|
|
60 #ifndef APOLLO_SR10
|
|
61 #include <default_acl.h>
|
|
62 #endif
|
|
63 #endif
|
|
64
|
251
|
65 #if defined (WINDOWSNT)
|
227
|
66 #include <windows.h>
|
|
67 #endif
|
|
68
|
179
|
69 /* For PATH_EXEC */
|
272
|
70 #include <paths.h>
|
0
|
71
|
257
|
72 #if !defined SYSTEM_MALLOC && !defined DOUG_LEA_MALLOC
|
94
|
73 extern void *(*__malloc_hook)(size_t);
|
|
74 extern void *(*__realloc_hook)(void *, size_t);
|
|
75 extern void (*__free_hook)(void *);
|
257
|
76 #endif /* not SYSTEM_MALLOC && not DOUG_LEA_MALLOC */
|
94
|
77
|
0
|
78 /* Command line args from shell, as list of strings */
|
|
79 Lisp_Object Vcommand_line_args;
|
|
80
|
|
81 /* Set nonzero after XEmacs has started up the first time.
|
|
82 Prevents reinitialization of the Lisp world and keymaps
|
|
83 on subsequent starts. */
|
|
84 int initialized;
|
|
85
|
255
|
86 #ifdef DOUG_LEA_MALLOC
|
|
87 # include <malloc.h>
|
|
88 /* Preserves a pointer to the memory allocated that copies that
|
|
89 static data inside glibc's malloc. */
|
272
|
90 static void *malloc_state_ptr;
|
|
91 #endif /* DOUG_LEA_MALLOC */
|
|
92
|
|
93 # ifdef REL_ALLOC
|
|
94 void r_alloc_reinit (void);
|
|
95 # endif
|
255
|
96
|
0
|
97 /* Variable whose value is symbol giving operating system type. */
|
|
98 Lisp_Object Vsystem_type;
|
|
99
|
|
100 /* Variable whose value is string giving configuration built for. */
|
|
101 Lisp_Object Vsystem_configuration;
|
163
|
102
|
175
|
103 /* Variable whose value is string containing the configuration options
|
|
104 XEmacs was built with. */
|
|
105 Lisp_Object Vsystem_configuration_options;
|
|
106
|
165
|
107 /* Version numbers and strings */
|
|
108 Lisp_Object Vemacs_major_version;
|
|
109 Lisp_Object Vemacs_minor_version;
|
|
110 Lisp_Object Vemacs_beta_version;
|
|
111 Lisp_Object Vxemacs_codename;
|
278
|
112 #ifdef INFODOCK
|
|
113 Lisp_Object Vinfodock_major_version;
|
|
114 Lisp_Object Vinfodock_minor_version;
|
|
115 Lisp_Object Vinfodock_build_version;
|
|
116 #endif
|
165
|
117
|
269
|
118 /* The path under which XEmacs was invoked. */
|
|
119 Lisp_Object Vinvocation_path;
|
|
120
|
0
|
121 /* The name under which XEmacs was invoked, with any leading directory
|
|
122 names discarded. */
|
|
123 Lisp_Object Vinvocation_name;
|
|
124
|
|
125 /* The directory name from which XEmacs was invoked. */
|
|
126 Lisp_Object Vinvocation_directory;
|
|
127
|
|
128 #if 0 /* FSFmacs */
|
|
129 /* The directory name in which to find subdirs such as lisp and etc.
|
|
130 nil means get them only from PATH_LOADSEARCH. */
|
|
131 Lisp_Object Vinstallation_directory;
|
|
132 #endif
|
|
133
|
280
|
134 Lisp_Object Vemacs_program_name, Vemacs_program_version;
|
276
|
135 Lisp_Object Vexec_path;
|
|
136 Lisp_Object Vexec_directory, Vconfigure_exec_directory;
|
|
137 Lisp_Object Vlisp_directory, Vconfigure_lisp_directory;
|
267
|
138 Lisp_Object Vconfigure_package_path;
|
|
139 Lisp_Object Vdata_directory, Vconfigure_data_directory;
|
|
140 Lisp_Object Vdoc_directory, Vconfigure_doc_directory;
|
|
141 Lisp_Object Vconfigure_lock_directory;
|
|
142 Lisp_Object Vdata_directory_list;
|
|
143 Lisp_Object Vinfo_directory, Vconfigure_info_directory;
|
|
144 Lisp_Object Vsite_directory, Vconfigure_site_directory;
|
|
145 Lisp_Object Vconfigure_info_path;
|
276
|
146 Lisp_Object Vinternal_error_checking;
|
284
|
147 Lisp_Object Vpath_separator;
|
267
|
148
|
|
149 /* The default base directory XEmacs is installed under. */
|
278
|
150 Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory;
|
267
|
151
|
0
|
152 /* If nonzero, set XEmacs to run at this priority. This is also used
|
|
153 in child_setup and sys_suspend to make sure subshells run at normal
|
|
154 priority. */
|
|
155 int emacs_priority;
|
|
156
|
|
157 /* If non-zero a filter or a sentinel is running. Tested to save the match
|
|
158 data on the first attempt to change it inside asynchronous code. */
|
|
159 int running_asynch_code;
|
|
160
|
|
161 /* If non-zero, a window-system was specified on the command line. */
|
|
162 int display_arg;
|
|
163
|
|
164 /* Type of display specified. We cannot use a Lisp symbol here because
|
|
165 Lisp symbols may not initialized at the time that we set this
|
|
166 variable. */
|
|
167 CONST char *display_use;
|
|
168
|
|
169 /* If non-zero, then the early error handler will only print the error
|
|
170 message and exit. */
|
272
|
171 int suppress_early_error_handler_backtrace;
|
0
|
172
|
|
173 /* An address near the bottom of the stack.
|
|
174 Tells GC how to save a copy of the stack. */
|
|
175 char *stack_bottom;
|
|
176
|
|
177 #ifdef USG_SHARED_LIBRARIES
|
|
178 /* If nonzero, this is the place to put the end of the writable segment
|
|
179 at startup. */
|
|
180
|
165
|
181 uintptr_t bss_end = 0;
|
0
|
182 #endif
|
|
183
|
|
184 /* Number of bytes of writable memory we can expect to be able to get */
|
|
185 unsigned int lim_data;
|
|
186
|
|
187 /* Nonzero means running XEmacs without interactive terminal. */
|
|
188
|
|
189 int noninteractive;
|
|
190
|
|
191 /* Value of Lisp variable `noninteractive'.
|
|
192 Normally same as C variable `noninteractive'
|
|
193 but nothing terrible happens if user sets this one. */
|
|
194
|
|
195 int noninteractive1;
|
|
196
|
267
|
197 /* Nonzero means don't perform site-lisp searches at startup */
|
|
198 int inhibit_site_lisp;
|
|
199
|
276
|
200 /* Nonzero means don't respect early packages at startup */
|
|
201 int inhibit_early_packages;
|
|
202
|
|
203 /* Nonzero means don't load package autoloads at startup */
|
|
204 int inhibit_autoloads;
|
|
205
|
|
206 /* Nonzero means print debug information about path searching */
|
|
207 int debug_paths;
|
235
|
208
|
0
|
209 /* Save argv and argc. */
|
|
210 char **initial_argv;
|
|
211 int initial_argc;
|
|
212
|
16
|
213 static void sort_args (int argc, char **argv);
|
|
214
|
0
|
215 extern int always_gc; /* hack */
|
|
216
|
|
217 Lisp_Object Qkill_emacs_hook;
|
|
218 Lisp_Object Qsave_buffers_kill_emacs;
|
|
219
|
|
220
|
|
221 /* Signal code for the fatal signal that was received */
|
|
222 static int fatal_error_code;
|
|
223
|
|
224 /* Nonzero if handling a fatal error already */
|
|
225 static int fatal_error_in_progress;
|
|
226
|
|
227 static void shut_down_emacs (int sig, Lisp_Object stuff);
|
|
228
|
|
229 /* Handle bus errors, illegal instruction, etc. */
|
|
230 SIGTYPE
|
|
231 fatal_error_signal (int sig)
|
|
232 {
|
|
233 fatal_error_code = sig;
|
|
234 signal (sig, SIG_DFL);
|
|
235 /* Unblock the signal so that if the same signal gets sent in the
|
|
236 code below, we avoid a deadlock. */
|
|
237 EMACS_UNBLOCK_SIGNAL (fatal_error_code);
|
|
238
|
|
239 /* If fatal error occurs in code below, avoid infinite recursion. */
|
|
240 if (! fatal_error_in_progress)
|
|
241 {
|
187
|
242 fatal_error_in_progress = dont_check_for_quit = 1;
|
0
|
243 shut_down_emacs (sig, Qnil);
|
280
|
244 stderr_out ("\nLisp backtrace follows:\n\n");
|
|
245 Fbacktrace (Qexternal_debugging_output, Qt);
|
110
|
246 # if 0 /* This is evil, rarely useful, and causes grief in some cases. */
|
0
|
247 /* Check for Sun-style stack printing via /proc */
|
|
248 {
|
2
|
249 CONST char *pstack = "/usr/proc/bin/pstack";
|
280
|
250 if (access (pstack, X_OK) == 0)
|
0
|
251 {
|
|
252 char buf[100];
|
280
|
253 stderr_out ("\nC backtrace follows:\n"
|
0
|
254 "(A real debugger may provide better information)\n\n");
|
280
|
255 sprintf (buf, "%s %d >&2", pstack, (int)getpid());
|
|
256 system (buf);
|
0
|
257 }
|
|
258 }
|
110
|
259 # endif
|
0
|
260 }
|
|
261 /* Signal the same code; this time it will really be fatal. */
|
|
262 kill (getpid (), fatal_error_code);
|
|
263 SIGRETURN;
|
|
264 }
|
|
265
|
|
266
|
|
267 DOESNT_RETURN
|
|
268 fatal (CONST char *fmt, ...)
|
|
269 {
|
|
270 va_list args;
|
|
271 va_start (args, fmt);
|
|
272
|
|
273 fprintf (stderr, "\nXEmacs: ");
|
|
274 vfprintf (stderr, GETTEXT (fmt), args);
|
|
275 fprintf (stderr, "\n");
|
|
276
|
|
277 va_end (args);
|
|
278 fflush (stderr);
|
|
279 exit (1);
|
|
280 }
|
|
281
|
|
282 /* #### The following two functions should be replaced with
|
|
283 calls to emacs_doprnt_*() functions, with STREAM set to send out
|
|
284 to stdout or stderr. This is the only way to ensure that
|
|
285 I18N3 works properly (many implementations of the *printf()
|
|
286 functions, including the ones included in glibc, do not implement
|
|
287 the %###$ argument-positioning syntax). */
|
|
288
|
|
289 /* exactly equivalent to fprintf (stderr, fmt, ...) except that it calls
|
|
290 GETTEXT on the format string. */
|
|
291
|
|
292 int
|
|
293 stderr_out (CONST char *fmt, ...)
|
|
294 {
|
|
295 int retval;
|
|
296 va_list args;
|
|
297 va_start (args, fmt);
|
|
298
|
|
299 retval = vfprintf (stderr, GETTEXT (fmt), args);
|
|
300
|
|
301 va_end (args);
|
|
302 /* fflush (stderr); */
|
|
303 return retval;
|
|
304 }
|
|
305
|
|
306 /* exactly equivalent to fprintf (stdout, fmt, ...) except that it calls
|
|
307 GETTEXT on the format string. */
|
|
308
|
|
309 int
|
|
310 stdout_out (CONST char *fmt, ...)
|
|
311 {
|
|
312 int retval;
|
|
313 va_list args;
|
|
314 va_start (args, fmt);
|
|
315
|
|
316 retval = vfprintf (stdout, GETTEXT (fmt), args);
|
|
317
|
|
318 va_end (args);
|
|
319 return retval;
|
|
320 }
|
|
321
|
|
322 #ifdef SIGDANGER
|
|
323
|
|
324 /* Handler for SIGDANGER. */
|
|
325 SIGTYPE
|
|
326 memory_warning_signal (int sig)
|
|
327 {
|
|
328 /* #### bad bad bad; this function shouldn't do anything except
|
|
329 set a flag, or weird corruption could happen. */
|
|
330 signal (sig, memory_warning_signal);
|
|
331
|
|
332 malloc_warning
|
|
333 (GETTEXT ("Operating system warns that virtual memory is running low.\n"));
|
|
334
|
|
335 /* It might be unsafe to call do_auto_save now. */
|
|
336 force_auto_save_soon ();
|
|
337 }
|
14
|
338 #endif /* SIGDANGER */
|
0
|
339
|
|
340 /* Code for dealing with Lisp access to the Unix command line */
|
|
341
|
|
342 static Lisp_Object
|
|
343 make_arg_list_1 (int argc, char **argv, int skip_args)
|
|
344 {
|
|
345 Lisp_Object result = Qnil;
|
|
346 REGISTER int i;
|
|
347
|
|
348 for (i = argc - 1; i >= 0; i--)
|
|
349 {
|
|
350 if (i == 0 || i > skip_args)
|
235
|
351 {
|
239
|
352 #ifdef WINDOWSNT
|
235
|
353 if (i == 0)
|
|
354 {
|
|
355 /* Do not trust to what crt0 has stuffed into argv[0] */
|
|
356 char full_exe_path [MAX_PATH];
|
|
357 GetModuleFileName (NULL, full_exe_path, MAX_PATH);
|
|
358 result = Fcons (build_ext_string (full_exe_path, FORMAT_FILENAME),
|
|
359 result);
|
265
|
360 #if defined(HAVE_SHLIB)
|
|
361 (void)dll_init(full_exe_path);
|
|
362 #endif
|
235
|
363 }
|
|
364 else
|
|
365 #endif
|
|
366 result = Fcons (build_ext_string (argv [i], FORMAT_FILENAME), result);
|
|
367 }
|
0
|
368 }
|
|
369 return result;
|
|
370 }
|
|
371
|
|
372 Lisp_Object
|
|
373 make_arg_list (int argc, char **argv)
|
|
374 {
|
|
375 return make_arg_list_1 (argc, argv, 0);
|
|
376 }
|
|
377
|
|
378 /* Calling functions are also responsible for calling free_argc_argv
|
|
379 when they are done with the generated list. */
|
|
380 void
|
|
381 make_argc_argv (Lisp_Object argv_list, int *argc, char ***argv)
|
|
382 {
|
|
383 Lisp_Object next;
|
|
384 int n = XINT (Flength (argv_list));
|
|
385 REGISTER int i;
|
|
386 *argv = (char**) xmalloc ((n+1) * sizeof (char*));
|
|
387
|
|
388 for (i = 0, next = argv_list; i < n; i++, next = XCDR (next))
|
|
389 {
|
|
390 CONST char *temp;
|
|
391 CHECK_STRING (XCAR (next));
|
163
|
392
|
0
|
393 GET_C_STRING_EXT_DATA_ALLOCA (XCAR (next), FORMAT_OS, temp);
|
|
394 (*argv) [i] = xstrdup (temp);
|
|
395 }
|
|
396 (*argv) [n] = 0;
|
|
397 *argc = i;
|
|
398 }
|
|
399
|
|
400 void
|
|
401 free_argc_argv (char **argv)
|
|
402 {
|
|
403 int elt = 0;
|
|
404
|
|
405 while (argv[elt])
|
|
406 {
|
|
407 xfree (argv[elt]);
|
|
408 elt++;
|
|
409 }
|
|
410 xfree (argv);
|
|
411 }
|
|
412
|
|
413 static void
|
|
414 init_cmdargs (int argc, char **argv, int skip_args)
|
|
415 {
|
|
416 initial_argv = argv;
|
|
417 initial_argc = argc;
|
|
418
|
|
419 Vcommand_line_args = make_arg_list_1 (argc, argv, skip_args);
|
|
420 }
|
|
421
|
20
|
422 DEFUN ("invocation-name", Finvocation_name, 0, 0, 0, /*
|
0
|
423 Return the program name that was used to run XEmacs.
|
|
424 Any directory names are omitted.
|
20
|
425 */
|
|
426 ())
|
0
|
427 {
|
|
428 return Fcopy_sequence (Vinvocation_name);
|
|
429 }
|
|
430
|
20
|
431 DEFUN ("invocation-directory", Finvocation_directory, 0, 0, 0, /*
|
16
|
432 Return the directory name in which the Emacs executable was located.
|
20
|
433 */
|
|
434 ())
|
16
|
435 {
|
|
436 return Fcopy_sequence (Vinvocation_directory);
|
|
437 }
|
|
438
|
0
|
439
|
|
440 #ifdef I18N4
|
|
441 /* #### - don't know why I18N4 on SunOS/JLE
|
|
442 can't deal with this. It's a potential
|
|
443 bug that needs to be looked at. */
|
|
444 # undef RUN_TIME_REMAP
|
|
445 #endif
|
|
446
|
70
|
447 #if defined (MULE) && defined (MSDOS) && defined (EMX)
|
|
448 /* Setup all of files be input/output'ed with binary translation mdoe. */
|
|
449 asm (" .text");
|
|
450 asm ("L_setbinmode:");
|
|
451 asm (" movl $1, __fmode_bin");
|
|
452 asm (" ret");
|
|
453 asm (" .stabs \"___CTOR_LIST__\", 23, 0, 0, L_setbinmode");
|
|
454 #endif
|
|
455
|
16
|
456 /* Test whether the next argument in ARGV matches SSTR or a prefix of
|
|
457 LSTR (at least MINLEN characters). If so, then if VALPTR is non-null
|
|
458 (the argument is supposed to have a value) store in *VALPTR either
|
|
459 the next argument or the portion of this one after the equal sign.
|
|
460 ARGV is read starting at position *SKIPPTR; this index is advanced
|
|
461 by the number of arguments used.
|
|
462
|
|
463 Too bad we can't just use getopt for all of this, but we don't have
|
|
464 enough information to do it right. */
|
|
465
|
|
466 static int
|
|
467 argmatch (char **argv, int argc, char *sstr, char *lstr,
|
|
468 int minlen, char **valptr, int *skipptr)
|
|
469 {
|
173
|
470 char *p = NULL;
|
16
|
471 int arglen;
|
|
472 char *arg;
|
|
473
|
|
474 /* Don't access argv[argc]; give up in advance. */
|
|
475 if (argc <= *skipptr + 1)
|
|
476 return 0;
|
|
477
|
|
478 arg = argv[*skipptr+1];
|
|
479 if (arg == NULL)
|
|
480 return 0;
|
|
481 if (strcmp (arg, sstr) == 0)
|
|
482 {
|
|
483 if (valptr != NULL)
|
|
484 {
|
|
485 *valptr = argv[*skipptr+2];
|
|
486 *skipptr += 2;
|
|
487 }
|
|
488 else
|
|
489 *skipptr += 1;
|
|
490 return 1;
|
|
491 }
|
|
492 arglen = (valptr != NULL && (p = strchr (arg, '=')) != NULL
|
|
493 ? p - arg : strlen (arg));
|
|
494 if (lstr == 0 || arglen < minlen || strncmp (arg, lstr, arglen) != 0)
|
|
495 return 0;
|
|
496 else if (valptr == NULL)
|
|
497 {
|
|
498 *skipptr += 1;
|
|
499 return 1;
|
|
500 }
|
|
501 else if (p != NULL)
|
|
502 {
|
|
503 *valptr = p+1;
|
|
504 *skipptr += 1;
|
|
505 return 1;
|
|
506 }
|
|
507 else if (argv[*skipptr+2] != NULL)
|
|
508 {
|
|
509 *valptr = argv[*skipptr+2];
|
|
510 *skipptr += 2;
|
|
511 return 1;
|
|
512 }
|
|
513 else
|
|
514 {
|
|
515 return 0;
|
|
516 }
|
|
517 }
|
|
518
|
163
|
519 /* Make stack traces always identify version + configuration */
|
177
|
520 #define main_1 STACK_TRACE_EYE_CATCHER
|
163
|
521
|
0
|
522 static DOESNT_RETURN
|
233
|
523 main_1 (int argc, char **argv, char **envp, int restart)
|
0
|
524 {
|
|
525 char stack_bottom_variable;
|
|
526 int skip_args = 0;
|
|
527 Lisp_Object load_me;
|
|
528 int inhibit_window_system;
|
98
|
529 #ifdef NeXT
|
|
530 extern int malloc_cookie;
|
|
531 #endif
|
0
|
532
|
267
|
533 #if !defined(SYSTEM_MALLOC) && !defined(HAVE_LIBMCHECK)
|
163
|
534 /* Make sure that any libraries we link against haven't installed a
|
94
|
535 hook for a gmalloc of a potentially incompatible version. */
|
267
|
536 /* If we're using libmcheck, the hooks have already been initialized, */
|
|
537 /* don't touch them. -slb */
|
94
|
538 __malloc_hook = NULL;
|
|
539 __realloc_hook = NULL;
|
|
540 __free_hook = NULL;
|
|
541 #endif /* not SYSTEM_MALLOC */
|
|
542
|
16
|
543 noninteractive = 0;
|
|
544
|
0
|
545 #ifdef NeXT
|
|
546 /* 19-Jun-1995 -baw
|
|
547 * NeXT secret magic, ripped from Emacs-for-NS by Carl Edman
|
14
|
548 * <cedman@princeton.edu>. Note that even Carl doesn't know what this
|
0
|
549 * does; it was provided by NeXT, and it presumable makes NS's mallocator
|
|
550 * work with dumping. But malloc_jumpstart() and malloc_freezedry() in
|
|
551 * unexnext.c are both completely undocumented, even in NS header files!
|
|
552 * But hey, it solves all NS related memory problems, so who's
|
16
|
553 * complaining? */
|
272
|
554 if (initialized && malloc_jumpstart (malloc_cookie) != 0)
|
|
555 fprintf (stderr, "malloc jumpstart failed!\n");
|
0
|
556 #endif /* NeXT */
|
|
557
|
269
|
558 /*
|
267
|
559 #if defined (GNU_MALLOC) && \
|
|
560 defined (ERROR_CHECK_MALLOC) && \
|
|
561 !defined (HAVE_LIBMCHECK)
|
269
|
562 */
|
|
563 #if defined(LOSING_GCC_DESTRUCTOR_FREE_BUG)
|
|
564 /* Prior to XEmacs 21, this was `#if 0'ed out. */
|
|
565 /* I'm enabling this because it is the only reliable way I've found to */
|
|
566 /* prevent a very annoying problem where GCC will attempt to free(3) */
|
|
567 /* memory at exit() and cause a coredump. */
|
267
|
568 init_free_hook ();
|
0
|
569 #endif
|
|
570
|
16
|
571 sort_args (argc, argv);
|
|
572
|
0
|
573 /* Map in shared memory, if we are using that. */
|
|
574 #ifdef HAVE_SHM
|
16
|
575 if (argmatch (argv, argc, "-nl", "--no-shared-memory", 6, NULL, &skip_args))
|
0
|
576 {
|
|
577 map_in_data (0);
|
|
578 /* The shared memory was just restored, which clobbered this. */
|
|
579 skip_args = 1;
|
|
580 }
|
|
581 else
|
|
582 {
|
|
583 map_in_data (1);
|
|
584 /* The shared memory was just restored, which clobbered this. */
|
|
585 skip_args = 0;
|
|
586 }
|
16
|
587 #endif /* HAVE_SHM */
|
0
|
588
|
|
589 #if (defined (MSDOS) && defined (EMX)) || defined (WIN32) || defined (_SCO_DS)
|
|
590 environ = envp;
|
|
591 #endif
|
|
592
|
|
593 /* Record (approximately) where the stack begins. */
|
|
594 stack_bottom = &stack_bottom_variable;
|
|
595
|
|
596 #ifdef USG_SHARED_LIBRARIES
|
|
597 if (bss_end)
|
|
598 brk ((void *) bss_end);
|
|
599 #endif
|
|
600
|
|
601 clearerr (stdin);
|
|
602
|
|
603 #ifdef APOLLO
|
|
604 #ifndef APOLLO_SR10
|
|
605 /* If USE_DOMAIN_ACLS environment variable exists,
|
|
606 use ACLs rather than UNIX modes. */
|
|
607 if (egetenv ("USE_DOMAIN_ACLS"))
|
|
608 default_acl (USE_DEFACL);
|
|
609 #endif
|
|
610 #endif /* APOLLO */
|
|
611
|
|
612 #if defined (HAVE_MMAP) && defined (REL_ALLOC)
|
|
613 /* ralloc can only be used if using the GNU memory allocator. */
|
|
614 init_ralloc ();
|
|
615 #endif
|
|
616
|
|
617 #ifdef HAVE_SOCKS
|
|
618 if (initialized)
|
|
619 SOCKSinit (argv[0]);
|
|
620 #endif /* HAVE_SOCKS */
|
|
621
|
|
622 #ifndef SYSTEM_MALLOC
|
|
623 if (!initialized)
|
16
|
624 /* Arrange to get warning messages as memory fills up. */
|
|
625 memory_warnings (0, malloc_warning);
|
0
|
626 #endif /* not SYSTEM_MALLOC */
|
|
627
|
|
628 #ifdef MSDOS
|
|
629 /* We do all file input/output as binary files. When we need to translate
|
|
630 newlines, we do that manually. */
|
|
631 _fmode = O_BINARY;
|
16
|
632 (stdin) ->_flag &= ~_IOTEXT;
|
0
|
633 (stdout)->_flag &= ~_IOTEXT;
|
|
634 (stderr)->_flag &= ~_IOTEXT;
|
|
635 #endif /* MSDOS */
|
|
636
|
|
637 #ifdef SET_EMACS_PRIORITY
|
|
638 if (emacs_priority != 0)
|
|
639 nice (-emacs_priority);
|
|
640 setuid (getuid ());
|
|
641 #endif /* SET_EMACS_PRIORITY */
|
|
642
|
|
643 #ifdef EXTRA_INITIALIZE
|
|
644 EXTRA_INITIALIZE;
|
|
645 #endif
|
|
646
|
|
647 #ifdef HAVE_WINDOW_SYSTEM
|
|
648 inhibit_window_system = 0;
|
|
649 #else
|
|
650 inhibit_window_system = 1;
|
|
651 #endif
|
|
652
|
|
653 /* Handle the -t switch, which specifies filename to use as terminal */
|
16
|
654 {
|
|
655 char *term;
|
|
656 if (argmatch (argv, argc, "-t", "--terminal", 4, &term, &skip_args))
|
|
657 {
|
|
658 close (0);
|
|
659 close (1);
|
251
|
660 if (open (term, O_RDWR | OPEN_BINARY, 2) < 0)
|
16
|
661 fatal ("%s: %s", term, strerror (errno));
|
|
662 dup (0);
|
|
663 if (! isatty (0))
|
|
664 fatal ("%s: not a tty", term);
|
163
|
665
|
100
|
666 #if 0
|
16
|
667 stderr_out ("Using %s", ttyname (0));
|
100
|
668 #endif
|
|
669 stderr_out ("Using %s", term);
|
16
|
670 inhibit_window_system = 1; /* -t => -nw */
|
|
671 }
|
|
672 }
|
0
|
673
|
16
|
674 /* Handle -nw switch */
|
|
675 if (argmatch (argv, argc, "-nw", "--no-windows", 6, NULL, &skip_args))
|
|
676 inhibit_window_system = 1;
|
0
|
677
|
|
678 /* Handle the -batch switch, which means don't do interactive display. */
|
16
|
679 if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
|
235
|
680 {
|
237
|
681 #if 0 /* I don't think this is correct. */
|
276
|
682 inhibit_autoloads = 1;
|
237
|
683 #endif
|
235
|
684 noninteractive = 1;
|
|
685 }
|
70
|
686
|
276
|
687 if (argmatch (argv, argc, "-debug-paths", "--debug-paths",
|
|
688 11, NULL, &skip_args))
|
|
689 debug_paths = 1;
|
|
690
|
|
691 /* Partially handle -no-autoloads, -no-early-packages and -vanilla. Packages */
|
239
|
692 /* are searched prior to the rest of the command line being parsed in */
|
|
693 /* startup.el */
|
276
|
694 if (argmatch (argv, argc, "-no-early-packages", "--no-early-packages",
|
235
|
695 6, NULL, &skip_args))
|
207
|
696 {
|
276
|
697 inhibit_early_packages = 1;
|
207
|
698 skip_args--;
|
|
699 }
|
235
|
700 if (argmatch (argv, argc, "-vanilla", "--vanilla",
|
|
701 7, NULL, &skip_args))
|
|
702 {
|
276
|
703 inhibit_early_packages = 1;
|
239
|
704 skip_args--;
|
|
705 }
|
|
706
|
|
707 if (argmatch (argv, argc, "-no-autoloads", "--no-autoloads",
|
|
708 7, NULL, &skip_args))
|
|
709 {
|
|
710 /* Inhibit everything */
|
276
|
711 inhibit_autoloads = 1;
|
|
712 skip_args--;
|
|
713 }
|
|
714
|
|
715 if (argmatch (argv, argc, "-debug-paths", "--debug-paths",
|
|
716 6, NULL, &skip_args))
|
|
717 {
|
|
718 debug_paths = 1;
|
235
|
719 skip_args--;
|
|
720 }
|
|
721
|
207
|
722
|
0
|
723 /* Partially handle the -version and -help switches: they imply -batch,
|
16
|
724 but are not removed from the list. */
|
215
|
725 if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args))
|
16
|
726 noninteractive = 1, skip_args--;
|
0
|
727
|
16
|
728 if (argmatch (argv, argc, "-version", "--version", 3, NULL, &skip_args) ||
|
|
729 argmatch (argv, argc, "-V", 0, 2, NULL, &skip_args))
|
|
730 noninteractive = 1, skip_args--;
|
163
|
731
|
0
|
732 /* Now, figure out which type of console is our first console. */
|
|
733
|
|
734 display_arg = 0;
|
|
735
|
|
736 if (noninteractive)
|
|
737 display_use = "stream";
|
|
738 else
|
|
739 display_use = "tty";
|
|
740
|
|
741 #ifndef HAVE_TTY
|
|
742 if (inhibit_window_system)
|
|
743 fatal ("Sorry, this XEmacs was not compiled with TTY support");
|
|
744 #endif
|
|
745
|
|
746 #ifdef HAVE_WINDOW_SYSTEM
|
|
747 /* Stupid kludge to catch command-line display spec. We can't
|
16
|
748 handle this argument entirely in window-system-dependent code
|
|
749 because we don't even know which window-system-dependent code
|
0
|
750 to run until we've recognized this argument. */
|
|
751 if (!inhibit_window_system && !noninteractive)
|
|
752 {
|
16
|
753 #ifdef HAVE_X_WINDOWS
|
|
754 char *dpy = 0;
|
|
755 int count_before = skip_args;
|
163
|
756
|
16
|
757 if (argmatch (argv, argc, "-d", "--display", 3, &dpy, &skip_args) ||
|
|
758 argmatch (argv, argc, "-display", 0, 3, &dpy, &skip_args))
|
|
759 {
|
|
760 display_arg = 1;
|
|
761 display_use = "x";
|
|
762 }
|
|
763 /* If we have the form --display=NAME,
|
|
764 convert it into -d name.
|
|
765 This requires inserting a new element into argv. */
|
|
766 if (dpy != 0 && skip_args - count_before == 1)
|
0
|
767 {
|
16
|
768 char **new = (char **) xmalloc (sizeof (char *) * (argc + 2));
|
|
769 int j;
|
|
770
|
|
771 for (j = 0; j < count_before + 1; j++)
|
|
772 new[j] = argv[j];
|
|
773 new[count_before + 1] = "-d";
|
|
774 new[count_before + 2] = dpy;
|
|
775 for (j = count_before + 2; j <argc; j++)
|
|
776 new[j + 1] = argv[j];
|
|
777 argv = new;
|
|
778 argc++;
|
0
|
779 }
|
16
|
780 /* Change --display to -d, when its arg is separate. */
|
|
781 else if (dpy != 0 && skip_args > count_before
|
|
782 && argv[count_before + 1][1] == '-')
|
|
783 argv[count_before + 1] = "-d";
|
0
|
784
|
16
|
785 /* Don't actually discard this arg. */
|
|
786 skip_args = count_before;
|
|
787
|
|
788 /* If there is a non-empty environment var DISPLAY, set
|
|
789 `display_use', but not `display_arg', which is only to be set
|
|
790 if the display was specified on the command line. */
|
|
791 if ((dpy = getenv ("DISPLAY")) && dpy[0])
|
0
|
792 display_use = "x";
|
163
|
793
|
16
|
794 #endif /* HAVE_X_WINDOWS */
|
213
|
795 #ifdef HAVE_MS_WINDOWS
|
263
|
796 if (strcmp(display_use, "x") != 0)
|
213
|
797 display_use = "mswindows";
|
|
798 #endif /* HAVE_MS_WINDOWS */
|
0
|
799 }
|
|
800 #endif /* HAVE_WINDOW_SYSTEM */
|
|
801
|
|
802 noninteractive1 = noninteractive;
|
|
803
|
|
804 /****** Now initialize everything *******/
|
|
805
|
|
806 /* First, do really basic environment initialization -- catching signals
|
|
807 and the like. These functions have no dependence on any part of
|
|
808 the Lisp engine and need to be done both at dump time and at run time. */
|
|
809
|
|
810 init_signals_very_early ();
|
|
811 init_data_very_early (); /* Catch math errors. */
|
|
812 #ifdef LISP_FLOAT_TYPE
|
|
813 init_floatfns_very_early (); /* Catch floating-point math errors. */
|
|
814 #endif
|
|
815 init_process_times_very_early (); /* Initialize our process timers.
|
|
816 As early as possible, of course,
|
|
817 so we can be fairly accurate. */
|
|
818 init_intl_very_early (); /* set up the locale and domain for gettext and
|
|
819 such. */
|
|
820
|
|
821 /* Now initialize the Lisp engine and the like. Done only during
|
|
822 dumping. No dependence on anything that may be in the user's
|
|
823 environment when the dumped XEmacs is run.
|
|
824
|
|
825 We try to do things in an order that minimizes the non-obvious
|
|
826 dependencies between functions. */
|
|
827
|
|
828 if (!initialized)
|
|
829 {
|
|
830 /* Initialize things so that new Lisp objects
|
|
831 can be created and objects can be staticpro'd.
|
|
832 Must be basically the very first thing done
|
|
833 because pretty much all of the initialization
|
|
834 routines below create new objects. */
|
|
835 init_alloc_once_early ();
|
|
836
|
|
837 /* Initialize Qnil, Qt, Qunbound, and the
|
|
838 obarray. After this, symbols can be
|
|
839 interned. This depends on init_alloc_once(). */
|
|
840 init_symbols_once_early ();
|
|
841
|
|
842 /* Declare the basic symbols pertaining to errors,
|
|
843 So that deferror() can be called. */
|
|
844 init_errors_once_early ();
|
|
845
|
|
846 /* Make sure that opaque pointers can be created. */
|
|
847 init_opaque_once_early ();
|
|
848
|
|
849 /* Now declare all the symbols and define all the Lisp primitives.
|
|
850
|
|
851 The *only* thing that the syms_of_*() functions are allowed to do
|
|
852 is call one of the following three functions:
|
|
853
|
|
854 defsymbol()
|
16
|
855 defsubr() (i.e. DEFSUBR)
|
0
|
856 deferror()
|
|
857 defkeyword()
|
|
858
|
|
859 Order does not matter in these functions.
|
|
860 */
|
|
861
|
|
862 syms_of_abbrev ();
|
|
863 syms_of_alloc ();
|
136
|
864 #ifdef HAVE_X_WINDOWS
|
|
865 syms_of_balloon_x ();
|
|
866 #endif
|
0
|
867 syms_of_buffer ();
|
|
868 syms_of_bytecode ();
|
|
869 syms_of_callint ();
|
|
870 syms_of_callproc ();
|
|
871 syms_of_casefiddle ();
|
|
872 syms_of_casetab ();
|
70
|
873 syms_of_chartab ();
|
0
|
874 syms_of_cmdloop ();
|
|
875 syms_of_cmds ();
|
|
876 syms_of_console ();
|
|
877 syms_of_data ();
|
|
878 #ifdef DEBUG_XEMACS
|
|
879 syms_of_debug ();
|
|
880 #endif /* DEBUG_XEMACS */
|
|
881 syms_of_device ();
|
|
882 #ifdef HAVE_DIALOGS
|
|
883 syms_of_dialog ();
|
|
884 #endif
|
|
885 syms_of_dired ();
|
245
|
886 #ifdef HAVE_SHLIB
|
265
|
887 syms_of_dll ();
|
245
|
888 #endif
|
0
|
889 syms_of_doc ();
|
|
890 syms_of_editfns ();
|
|
891 syms_of_elhash ();
|
|
892 syms_of_emacs ();
|
|
893 syms_of_eval ();
|
282
|
894 #ifdef HAVE_DRAGNDROP
|
|
895 syms_of_dragdrop ();
|
|
896 #endif
|
0
|
897 syms_of_event_stream ();
|
|
898 syms_of_events ();
|
|
899 syms_of_extents ();
|
|
900 syms_of_faces ();
|
|
901 syms_of_fileio ();
|
|
902 #ifdef CLASH_DETECTION
|
|
903 syms_of_filelock ();
|
|
904 #endif /* CLASH_DETECTION */
|
|
905 syms_of_floatfns ();
|
|
906 syms_of_fns ();
|
|
907 syms_of_font_lock ();
|
|
908 syms_of_frame ();
|
|
909 syms_of_general ();
|
|
910 syms_of_glyphs ();
|
280
|
911 syms_of_glyphs_eimage ();
|
0
|
912 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
913 syms_of_gui ();
|
|
914 #endif
|
|
915 syms_of_indent ();
|
|
916 syms_of_intl ();
|
|
917 syms_of_keymap ();
|
|
918 syms_of_lread ();
|
|
919 syms_of_macros ();
|
|
920 syms_of_marker ();
|
|
921 syms_of_md5 ();
|
|
922 #ifdef HAVE_DATABASE
|
272
|
923 syms_of_database ();
|
0
|
924 #endif
|
|
925 #ifdef HAVE_MENUBARS
|
|
926 syms_of_menubar ();
|
|
927 #endif
|
|
928 syms_of_minibuf ();
|
|
929 syms_of_objects ();
|
|
930 syms_of_print ();
|
|
931 #if !defined (NO_SUBPROCESSES)
|
|
932 syms_of_process ();
|
286
|
933 #ifdef HAVE_WIN32_PROCESSES
|
|
934 syms_of_process_nt ();
|
|
935 #endif
|
0
|
936 #endif
|
|
937 syms_of_profile ();
|
255
|
938 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
0
|
939 syms_of_ralloc ();
|
|
940 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
941 syms_of_rangetab ();
|
|
942 syms_of_redisplay ();
|
|
943 syms_of_search ();
|
|
944 syms_of_signal ();
|
|
945 syms_of_sound ();
|
|
946 syms_of_specifier ();
|
|
947 syms_of_symbols ();
|
|
948 syms_of_syntax ();
|
|
949 #ifdef HAVE_SCROLLBARS
|
|
950 syms_of_scrollbar ();
|
|
951 #endif
|
|
952 #ifdef HAVE_TOOLBARS
|
|
953 syms_of_toolbar ();
|
|
954 #endif
|
|
955 syms_of_undo ();
|
195
|
956 syms_of_widget ();
|
0
|
957 syms_of_window ();
|
195
|
958
|
0
|
959 #ifdef HAVE_TTY
|
|
960 syms_of_console_tty ();
|
|
961 syms_of_device_tty ();
|
|
962 syms_of_objects_tty ();
|
|
963 #endif
|
|
964 #ifdef HAVE_X_WINDOWS
|
|
965 syms_of_device_x ();
|
|
966 #ifdef HAVE_DIALOGS
|
|
967 syms_of_dialog_x ();
|
|
968 #endif
|
|
969 syms_of_event_Xt ();
|
|
970 syms_of_frame_x ();
|
|
971 syms_of_glyphs_x ();
|
|
972 syms_of_objects_x ();
|
|
973 #ifdef HAVE_MENUBARS
|
|
974 syms_of_menubar_x ();
|
|
975 #endif
|
|
976 syms_of_xselect ();
|
|
977 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
978 syms_of_gui_x ();
|
|
979 #endif
|
|
980 #endif /* HAVE_X_WINDOWS */
|
|
981
|
213
|
982 #ifdef HAVE_MS_WINDOWS
|
|
983 syms_of_console_mswindows ();
|
|
984 syms_of_device_mswindows ();
|
|
985 syms_of_event_mswindows ();
|
|
986 syms_of_frame_mswindows ();
|
|
987 syms_of_objects_mswindows ();
|
221
|
988 syms_of_select_mswindows ();
|
267
|
989 syms_of_glyphs_mswindows ();
|
231
|
990 #ifdef HAVE_MENUBARS
|
|
991 syms_of_menubar_mswindows ();
|
|
992 #endif
|
276
|
993 #ifdef HAVE_SCROLLBARS
|
|
994 syms_of_scrollbar_mswindows ();
|
|
995 #endif
|
263
|
996 #ifdef HAVE_MSW_C_DIRED
|
|
997 syms_of_dired_mswindows ();
|
209
|
998 #endif
|
263
|
999 #endif /* HAVE_MS_WINDOWS */
|
209
|
1000
|
70
|
1001 #ifdef MULE
|
|
1002 syms_of_mule ();
|
|
1003 syms_of_mule_ccl ();
|
|
1004 syms_of_mule_charset ();
|
259
|
1005 #endif
|
|
1006 #ifdef FILE_CODING
|
70
|
1007 syms_of_mule_coding ();
|
259
|
1008 #endif
|
|
1009 #ifdef MULE
|
70
|
1010 #ifdef HAVE_WNN
|
|
1011 syms_of_mule_wnn ();
|
|
1012 #endif
|
|
1013 #ifdef HAVE_CANNA
|
|
1014 syms_of_mule_canna ();
|
|
1015 #endif /* HAVE_CANNA */
|
|
1016 #endif /* MULE */
|
|
1017
|
0
|
1018 #ifdef SYMS_SYSTEM
|
|
1019 SYMS_SYSTEM;
|
|
1020 #endif
|
|
1021
|
|
1022 #ifdef SYMS_MACHINE
|
|
1023 SYMS_MACHINE;
|
|
1024 #endif
|
|
1025
|
|
1026 #ifdef EMACS_BTL
|
163
|
1027 syms_of_btl ();
|
0
|
1028 #endif
|
|
1029
|
269
|
1030 /*
|
267
|
1031 #if defined (GNU_MALLOC) && \
|
|
1032 defined (ERROR_CHECK_MALLOC) && \
|
|
1033 !defined (HAVE_LIBMCHECK)
|
269
|
1034 */
|
267
|
1035 /* Prior to XEmacs 21, this was `#if 0'ed out. -slb */
|
269
|
1036 #if defined (LOSING_GCC_DESTRUCTOR_FREE_BUG)
|
0
|
1037 syms_of_free_hook ();
|
|
1038 #endif
|
|
1039
|
|
1040 #ifdef TOOLTALK
|
|
1041 syms_of_tooltalk ();
|
|
1042 #endif
|
|
1043
|
|
1044 #ifdef SUNPRO
|
|
1045 syms_of_sunpro ();
|
|
1046 #endif
|
|
1047
|
259
|
1048 #ifdef HAVE_LDAP
|
|
1049 syms_of_eldap ();
|
|
1050 #endif
|
|
1051
|
0
|
1052 /* Now create the subtypes for the types that have them.
|
|
1053 We do this before the vars_*() because more symbols
|
|
1054 may get initialized here. */
|
|
1055
|
|
1056 /* Now initialize the console types and associated symbols.
|
|
1057 Other than the first function below, the functions may
|
|
1058 make exactly the following function/macro calls:
|
|
1059
|
|
1060 INITIALIZE_CONSOLE_TYPE()
|
|
1061 CONSOLE_HAS_METHOD()
|
|
1062
|
|
1063 For any given console type, the former macro must be called
|
|
1064 before the any calls to the latter macro. */
|
|
1065
|
|
1066 console_type_create ();
|
|
1067
|
|
1068 console_type_create_stream ();
|
|
1069
|
|
1070 #ifdef HAVE_TTY
|
|
1071 console_type_create_tty ();
|
|
1072 console_type_create_device_tty ();
|
|
1073 console_type_create_frame_tty ();
|
|
1074 console_type_create_objects_tty ();
|
|
1075 console_type_create_redisplay_tty ();
|
|
1076 #endif
|
|
1077
|
|
1078 #ifdef HAVE_X_WINDOWS
|
|
1079 console_type_create_x ();
|
|
1080 console_type_create_device_x ();
|
|
1081 console_type_create_frame_x ();
|
|
1082 console_type_create_glyphs_x ();
|
|
1083 #ifdef HAVE_MENUBARS
|
|
1084 console_type_create_menubar_x ();
|
|
1085 #endif
|
|
1086 console_type_create_objects_x ();
|
|
1087 console_type_create_redisplay_x ();
|
|
1088 #ifdef HAVE_SCROLLBARS
|
|
1089 console_type_create_scrollbar_x ();
|
|
1090 #endif
|
|
1091 #ifdef HAVE_TOOLBARS
|
|
1092 console_type_create_toolbar_x ();
|
|
1093 #endif
|
284
|
1094 #ifdef HAVE_DIALOGS
|
|
1095 console_type_create_dialog_x ();
|
|
1096 #endif
|
0
|
1097 #endif /* HAVE_X_WINDOWS */
|
|
1098
|
213
|
1099 #ifdef HAVE_MS_WINDOWS
|
|
1100 console_type_create_mswindows ();
|
|
1101 console_type_create_device_mswindows ();
|
|
1102 console_type_create_frame_mswindows ();
|
|
1103 console_type_create_objects_mswindows ();
|
|
1104 console_type_create_redisplay_mswindows ();
|
267
|
1105 console_type_create_glyphs_mswindows ();
|
225
|
1106 # ifdef HAVE_SCROLLBARS
|
|
1107 console_type_create_scrollbar_mswindows ();
|
|
1108 # endif
|
231
|
1109 #ifdef HAVE_MENUBARS
|
|
1110 console_type_create_menubar_mswindows ();
|
|
1111 #endif
|
276
|
1112 #ifdef HAVE_TOOLBARS
|
|
1113 console_type_create_toolbar_mswindows ();
|
|
1114 #endif
|
286
|
1115 #ifdef HAVE_DIALOGS
|
|
1116 console_type_create_dialog_mswindows ();
|
|
1117 #endif
|
209
|
1118 #endif
|
|
1119
|
0
|
1120 /* Now initialize the specifier types and associated symbols.
|
|
1121 Other than the first function below, the functions may
|
|
1122 make exactly the following function/macro calls:
|
|
1123
|
|
1124 INITIALIZE_SPECIFIER_TYPE()
|
|
1125 SPECIFIER_HAS_METHOD()
|
|
1126
|
|
1127 For any given specifier type, the former macro must be called
|
|
1128 before the any calls to the latter macro. */
|
|
1129
|
|
1130 specifier_type_create ();
|
|
1131
|
|
1132 specifier_type_create_image ();
|
|
1133 specifier_type_create_objects ();
|
|
1134 #ifdef HAVE_TOOLBARS
|
|
1135 specifier_type_create_toolbar ();
|
|
1136 #endif
|
|
1137
|
|
1138 /* Now initialize the structure types and associated symbols.
|
|
1139 Other than the first function below, the functions may
|
|
1140 make exactly the following function/macro calls:
|
|
1141
|
|
1142 define_structure_type()
|
|
1143 define_structure_type_keyword()
|
|
1144
|
|
1145 */
|
|
1146
|
|
1147 structure_type_create ();
|
|
1148
|
70
|
1149 structure_type_create_chartab ();
|
0
|
1150 structure_type_create_faces ();
|
|
1151 structure_type_create_rangetab ();
|
223
|
1152 structure_type_create_hashtable ();
|
0
|
1153
|
|
1154 /* Now initialize the image instantiator formats and associated symbols.
|
|
1155 Other than the first function below, the functions may
|
|
1156 make exactly the following function/macro calls:
|
|
1157
|
|
1158 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT()
|
|
1159 IIFORMAT_HAS_METHOD()
|
|
1160 IIFORMAT_VALID_KEYWORD()
|
|
1161
|
|
1162 For any given image instantiator format, the first macro must be
|
|
1163 called before the any calls to the other macros. */
|
|
1164
|
|
1165 image_instantiator_format_create ();
|
280
|
1166 image_instantiator_format_create_glyphs_eimage ();
|
0
|
1167 #ifdef HAVE_X_WINDOWS
|
|
1168 image_instantiator_format_create_glyphs_x ();
|
|
1169 #endif /* HAVE_X_WINDOWS */
|
267
|
1170 #ifdef HAVE_MS_WINDOWS
|
|
1171 image_instantiator_format_create_glyphs_mswindows ();
|
|
1172 #endif /* HAVE_MSWINDOWS_WINDOWS */
|
0
|
1173
|
|
1174 /* Now initialize the lstream types and associated symbols.
|
|
1175 Other than the first function below, the functions may
|
|
1176 make exactly the following function/macro calls:
|
|
1177
|
|
1178 LSTREAM_HAS_METHOD()
|
|
1179
|
|
1180 */
|
|
1181
|
|
1182 lstream_type_create ();
|
259
|
1183 #ifdef FILE_CODING
|
70
|
1184 lstream_type_create_mule_coding ();
|
|
1185 #endif
|
278
|
1186 #if defined (HAVE_MS_WINDOWS) && !defined(HAVE_MSG_SELECT)
|
274
|
1187 lstream_type_create_mswindows_selectable ();
|
|
1188 #endif
|
|
1189
|
263
|
1190 /* Initialize processes implementation.
|
|
1191 The functions may make exactly the following function/macro calls:
|
|
1192
|
|
1193 PROCESS_HAS_METHOD()
|
|
1194 */
|
|
1195 #ifdef HAVE_UNIX_PROCESSES
|
|
1196 process_type_create_unix ();
|
|
1197 #endif
|
|
1198 #ifdef HAVE_WIN32_PROCESSES
|
274
|
1199 process_type_create_nt ();
|
263
|
1200 #endif
|
|
1201
|
0
|
1202 /* Now initialize most variables.
|
|
1203
|
|
1204 These functions may do exactly the following:
|
|
1205
|
|
1206 DEFVAR_INT()
|
|
1207 DEFVAR_LISP()
|
|
1208 DEFVAR_BOOL()
|
|
1209 DEFER_GETTEXT()
|
|
1210 Dynarr_*()
|
|
1211 Blocktype_*()
|
|
1212 staticpro()
|
|
1213 Fprovide(symbol)
|
|
1214 intern()
|
|
1215 pure_put()
|
|
1216 xmalloc()
|
|
1217 defsymbol(), if it's absolutely necessary and you're sure that
|
|
1218 the symbol isn't referenced anywhere else in the initialization
|
|
1219 code
|
|
1220 Fset() on a symbol that is unbound
|
|
1221 assigning a symbol or constant value to a variable
|
|
1222 using a global variable that has been initialized
|
|
1223 earlier on in the same function
|
|
1224
|
|
1225 Any of the object-creating functions on alloc.c: e.g.
|
|
1226
|
|
1227 make_pure_*()
|
|
1228 Fpurecopy()
|
|
1229 make_string()
|
|
1230 build_string()
|
|
1231 make_vector()
|
|
1232 make_int()
|
|
1233 make_extent()
|
|
1234 alloc_lcrecord()
|
|
1235 Fcons()
|
|
1236 listN()
|
|
1237 make_opaque_ptr()
|
|
1238 make_opaque_long()
|
|
1239
|
|
1240 perhaps a few others.
|
|
1241 */
|
|
1242
|
|
1243 /* Now allow Fprovide() statements to be made. */
|
|
1244 init_provide_once ();
|
|
1245
|
|
1246 vars_of_abbrev ();
|
|
1247 vars_of_alloc ();
|
136
|
1248 #ifdef HAVE_X_WINDOWS
|
|
1249 vars_of_balloon_x ();
|
|
1250 #endif
|
0
|
1251 vars_of_buffer ();
|
|
1252 vars_of_bytecode ();
|
|
1253 vars_of_callint ();
|
|
1254 vars_of_callproc ();
|
|
1255 vars_of_cmdloop ();
|
|
1256 vars_of_cmds ();
|
|
1257 vars_of_console ();
|
|
1258 vars_of_data ();
|
|
1259 #ifdef DEBUG_XEMACS
|
|
1260 vars_of_debug ();
|
|
1261 #endif
|
|
1262 vars_of_console_stream ();
|
|
1263 vars_of_device ();
|
|
1264 #ifdef HAVE_DIALOGS
|
|
1265 vars_of_dialog ();
|
|
1266 #endif
|
|
1267 vars_of_dired ();
|
|
1268 vars_of_doc ();
|
284
|
1269 #ifdef HAVE_DRAGNDROP
|
|
1270 vars_of_dragdrop ();
|
|
1271 #endif
|
0
|
1272 vars_of_editfns ();
|
|
1273 vars_of_elhash ();
|
|
1274 vars_of_emacs ();
|
|
1275 vars_of_eval ();
|
|
1276 vars_of_event_stream ();
|
|
1277 vars_of_events ();
|
|
1278 vars_of_extents ();
|
|
1279 vars_of_faces ();
|
|
1280 vars_of_fileio ();
|
|
1281 #ifdef CLASH_DETECTION
|
|
1282 vars_of_filelock ();
|
|
1283 #endif
|
|
1284 vars_of_floatfns ();
|
|
1285 vars_of_font_lock ();
|
|
1286 vars_of_frame ();
|
|
1287 vars_of_glyphs ();
|
280
|
1288 vars_of_glyphs_eimage ();
|
0
|
1289 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
1290 vars_of_gui ();
|
|
1291 #endif
|
|
1292 vars_of_indent ();
|
|
1293 vars_of_insdel ();
|
|
1294 vars_of_intl ();
|
70
|
1295 #ifdef HAVE_XIM
|
|
1296 #ifdef XIM_MOTIF
|
|
1297 vars_of_input_method_motif ();
|
|
1298 #else /* XIM_XLIB */
|
|
1299 vars_of_input_method_xlib ();
|
|
1300 #endif
|
|
1301 #endif /* HAVE_XIM */
|
0
|
1302 vars_of_keymap ();
|
|
1303 vars_of_lread ();
|
|
1304 vars_of_lstream ();
|
|
1305 vars_of_macros ();
|
|
1306 vars_of_md5 ();
|
|
1307 #ifdef HAVE_DATABASE
|
272
|
1308 vars_of_database ();
|
0
|
1309 #endif
|
|
1310 #ifdef HAVE_MENUBARS
|
|
1311 vars_of_menubar ();
|
|
1312 #endif
|
|
1313 vars_of_minibuf ();
|
|
1314 vars_of_objects ();
|
|
1315 vars_of_print ();
|
263
|
1316
|
0
|
1317 #ifndef NO_SUBPROCESSES
|
|
1318 vars_of_process ();
|
263
|
1319 #ifdef HAVE_UNIX_PROCESSES
|
|
1320 vars_of_process_unix ();
|
0
|
1321 #endif
|
263
|
1322 #ifdef HAVE_WIN32_PROCESSES
|
274
|
1323 vars_of_process_nt ();
|
263
|
1324 #endif
|
|
1325 #endif
|
|
1326
|
0
|
1327 vars_of_profile ();
|
255
|
1328 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
0
|
1329 vars_of_ralloc ();
|
|
1330 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
1331 vars_of_redisplay ();
|
|
1332 #ifdef HAVE_SCROLLBARS
|
|
1333 vars_of_scrollbar ();
|
|
1334 #endif
|
|
1335 vars_of_search ();
|
|
1336 vars_of_sound ();
|
|
1337 vars_of_specifier ();
|
|
1338 vars_of_symbols ();
|
|
1339 vars_of_syntax ();
|
|
1340 #ifdef HAVE_TOOLBARS
|
|
1341 vars_of_toolbar ();
|
|
1342 #endif
|
|
1343 vars_of_undo ();
|
|
1344 vars_of_window ();
|
|
1345
|
|
1346 #ifdef HAVE_TTY
|
|
1347 vars_of_console_tty ();
|
|
1348 vars_of_event_tty ();
|
|
1349 vars_of_frame_tty ();
|
|
1350 vars_of_objects_tty ();
|
|
1351 #endif
|
|
1352
|
|
1353 #ifdef HAVE_X_WINDOWS
|
|
1354 vars_of_device_x ();
|
|
1355 #ifdef HAVE_DIALOGS
|
|
1356 vars_of_dialog_x ();
|
|
1357 #endif
|
|
1358 vars_of_event_Xt ();
|
|
1359 vars_of_frame_x ();
|
|
1360 vars_of_glyphs_x ();
|
|
1361 #ifdef HAVE_MENUBARS
|
|
1362 vars_of_menubar_x ();
|
|
1363 #endif
|
|
1364 vars_of_objects_x ();
|
|
1365 vars_of_xselect ();
|
|
1366 #ifdef HAVE_SCROLLBARS
|
|
1367 vars_of_scrollbar_x ();
|
|
1368 #endif
|
|
1369 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
1370 vars_of_gui_x ();
|
|
1371 #endif
|
|
1372 #endif
|
|
1373
|
213
|
1374 #ifdef HAVE_MS_WINDOWS
|
|
1375 vars_of_device_mswindows ();
|
|
1376 vars_of_console_mswindows ();
|
|
1377 vars_of_event_mswindows ();
|
|
1378 vars_of_frame_mswindows ();
|
|
1379 vars_of_objects_mswindows ();
|
221
|
1380 vars_of_select_mswindows ();
|
267
|
1381 vars_of_glyphs_mswindows ();
|
225
|
1382 #ifdef HAVE_SCROLLBARS
|
|
1383 vars_of_scrollbar_mswindows ();
|
|
1384 #endif
|
231
|
1385 #ifdef HAVE_MENUBARS
|
|
1386 vars_of_menubar_mswindows ();
|
|
1387 #endif
|
263
|
1388 #ifdef HAVE_MSW_C_DIRED
|
|
1389 vars_of_dired_mswindows ();
|
209
|
1390 #endif
|
286
|
1391 #ifdef HAVE_DIALOGS
|
|
1392 vars_of_dialog_mswindows ();
|
|
1393 #endif
|
263
|
1394 #endif /* HAVE_MS_WINDOWS */
|
209
|
1395
|
70
|
1396 #ifdef MULE
|
|
1397 vars_of_mule ();
|
|
1398 vars_of_mule_charset ();
|
259
|
1399 #endif
|
|
1400 #ifdef FILE_CODING
|
70
|
1401 vars_of_mule_coding ();
|
259
|
1402 #endif
|
|
1403 #ifdef MULE
|
70
|
1404 #ifdef HAVE_WNN
|
|
1405 vars_of_mule_wnn ();
|
|
1406 #endif
|
|
1407 #ifdef HAVE_CANNA
|
|
1408 vars_of_mule_canna ();
|
|
1409 #endif /* HAVE_CANNA */
|
|
1410 #endif /* MULE */
|
|
1411
|
0
|
1412 #ifdef TOOLTALK
|
|
1413 vars_of_tooltalk ();
|
|
1414 #endif
|
|
1415
|
|
1416 #ifdef SUNPRO
|
|
1417 vars_of_sunpro ();
|
|
1418 #endif
|
|
1419
|
259
|
1420 #ifdef HAVE_LDAP
|
|
1421 vars_of_eldap ();
|
|
1422 #endif
|
|
1423
|
0
|
1424 /* Now initialize any specifier variables. We do this later
|
|
1425 because it has some dependence on the vars initialized
|
|
1426 above.
|
|
1427
|
|
1428 These functions should *only* initialize specifier variables,
|
|
1429 and may make use of the following functions/macros in addition
|
|
1430 to the ones listed above:
|
|
1431
|
|
1432 DEFVAR_SPECIFIER()
|
|
1433 Fmake_specifier()
|
|
1434 set_specifier_fallback()
|
|
1435 set_specifier_caching()
|
|
1436 */
|
|
1437
|
|
1438 specifier_vars_of_glyphs ();
|
|
1439 #ifdef HAVE_MENUBARS
|
|
1440 specifier_vars_of_menubar ();
|
|
1441 #endif
|
|
1442 specifier_vars_of_redisplay ();
|
|
1443 #ifdef HAVE_SCROLLBARS
|
|
1444 specifier_vars_of_scrollbar ();
|
|
1445 #endif
|
|
1446 #ifdef HAVE_TOOLBARS
|
|
1447 specifier_vars_of_toolbar ();
|
|
1448 #endif
|
|
1449 specifier_vars_of_window ();
|
|
1450
|
|
1451 /* Now comes all the rest of the variables that couldn't
|
|
1452 be handled above. There may be dependencies on variables
|
|
1453 initialized above, and dependencies between one complex_vars_()
|
|
1454 function and another. */
|
|
1455
|
|
1456 /* Calls Fmake_range_table(). */
|
|
1457 complex_vars_of_regex ();
|
|
1458 /* Calls Fmake_range_table(). */
|
|
1459 complex_vars_of_search ();
|
|
1460
|
|
1461 /* Calls make_lisp_hashtable(). */
|
|
1462 complex_vars_of_extents ();
|
163
|
1463
|
0
|
1464 /* Depends on hashtables and specifiers. */
|
|
1465 complex_vars_of_faces ();
|
|
1466
|
70
|
1467 #ifdef MULE
|
|
1468 /* These two depend on hashtables and various variables declared
|
|
1469 earlier. The second may also depend on the first. */
|
|
1470 complex_vars_of_mule_charset ();
|
259
|
1471 #endif
|
|
1472 #if defined(FILE_CODING)
|
70
|
1473 complex_vars_of_mule_coding ();
|
|
1474 #endif
|
|
1475
|
0
|
1476 /* This calls allocate_glyph(), which creates specifiers
|
|
1477 and also relies on a variable (Vthe_nothing_vector) initialized
|
70
|
1478 above. It also calls make_ext_string(), which under Mule
|
|
1479 could require that the charsets be initialized. */
|
0
|
1480 complex_vars_of_glyphs ();
|
|
1481
|
175
|
1482 /* These rely on the glyphs just created in the previous function,
|
|
1483 and call Fadd_spec_to_specifier(), which relies on various
|
0
|
1484 variables initialized above. */
|
|
1485 #ifdef HAVE_X_WINDOWS
|
|
1486 complex_vars_of_glyphs_x ();
|
|
1487 #endif
|
267
|
1488 #ifdef HAVE_MS_WINDOWS
|
|
1489 complex_vars_of_glyphs_mswindows ();
|
|
1490 #endif
|
0
|
1491
|
|
1492 /* This calls Fmake_glyph_internal(). */
|
|
1493 complex_vars_of_alloc ();
|
|
1494
|
|
1495 /* This calls Fmake_glyph_internal(). */
|
|
1496 #ifdef HAVE_MENUBARS
|
|
1497 complex_vars_of_menubar ();
|
|
1498 #endif
|
|
1499
|
|
1500 /* This calls Fmake_glyph_internal(). */
|
|
1501 #ifdef HAVE_SCROLLBARS
|
|
1502 complex_vars_of_scrollbar ();
|
|
1503 #endif
|
|
1504
|
|
1505 /* This calls allocate_glyph(). */
|
|
1506 complex_vars_of_frame ();
|
|
1507
|
70
|
1508 /* This calls Fcopy_category_table() under Mule, which calls who
|
|
1509 knows what. */
|
|
1510 complex_vars_of_chartab ();
|
|
1511
|
0
|
1512 /* This calls set_string_char(), which (under Mule) depends on the
|
|
1513 charsets being initialized. */
|
|
1514 complex_vars_of_casetab ();
|
|
1515
|
|
1516 /* This calls Fcopy_syntax_table(), which relies on char tables. */
|
|
1517 complex_vars_of_syntax ();
|
|
1518
|
|
1519 /* This initializes buffer-local variables, sets things up so
|
|
1520 that buffers can be created, and creates a couple of basic
|
|
1521 buffers. This depends on Vstandard_syntax_table and
|
|
1522 Vstandard_category_table (initialized in the previous
|
|
1523 functions), as well as a whole horde of variables that may
|
|
1524 have been initialized above. */
|
|
1525 complex_vars_of_buffer ();
|
|
1526
|
|
1527 /* This initializes console-local variables. */
|
|
1528 complex_vars_of_console ();
|
|
1529
|
|
1530 /* This creates a couple more buffers, and depends on the
|
|
1531 previous function. */
|
|
1532 complex_vars_of_minibuf ();
|
|
1533
|
|
1534 /* These two might call Ffile_name_as_directory(), which
|
|
1535 might depend on all sorts of things; I'm not sure. */
|
267
|
1536 complex_vars_of_emacs ();
|
|
1537
|
0
|
1538 #ifdef CLASH_DETECTION
|
|
1539 complex_vars_of_filelock ();
|
|
1540 #endif /* CLASH_DETECTION */
|
|
1541
|
|
1542 /* This creates a couple of basic keymaps and depends on Lisp
|
|
1543 hashtables and Ffset() (both of which depend on some variables
|
|
1544 initialized in the vars_of_*() section) and possibly other
|
|
1545 stuff. */
|
|
1546 complex_vars_of_keymap ();
|
175
|
1547 /* Calls Fmake_hashtable() and creates a keymap */
|
|
1548 complex_vars_of_event_stream ();
|
0
|
1549
|
|
1550 if (always_gc) /* purification debugging hack */
|
|
1551 garbage_collect_1 ();
|
|
1552 }
|
|
1553
|
|
1554 /* CONGRATULATIONS!!! We have successfully initialized the Lisp
|
|
1555 engine. */
|
|
1556
|
|
1557 if (initialized)
|
|
1558 {
|
|
1559 /* Stuff that needs to be reset at run time. Order below should
|
|
1560 not matter. */
|
|
1561 reinit_alloc ();
|
|
1562 reinit_eval ();
|
70
|
1563 #ifdef MULE_REGEXP
|
|
1564 reinit_mule_category ();
|
|
1565 #endif
|
0
|
1566 }
|
|
1567
|
|
1568 /* Now do further initialization/setup of stuff that is not needed by the
|
|
1569 syms_of_() routines. This involves stuff that only is enabled in
|
|
1570 an interactive run (redisplay, user input, etc.) and stuff that is
|
|
1571 not needed until we start loading Lisp code (the reader). A lot
|
|
1572 of this stuff involves querying the current environment and needs
|
|
1573 to be done both at dump time and at run time. */
|
|
1574
|
|
1575 init_callproc (); /* Set up the process environment (so that egetenv
|
|
1576 works), the basic directory variables
|
|
1577 (exec-directory and so on), and stuff
|
|
1578 related to subprocesses. This should be
|
|
1579 first because many of the functions below
|
|
1580 call egetenv() to get environment variables. */
|
|
1581 init_lread (); /* Set up the Lisp reader. */
|
|
1582 #ifdef MSDOS
|
|
1583 /* Call early 'cause init_environment needs it. */
|
|
1584 init_dosfns ();
|
|
1585 /* Set defaults for several environment variables. */
|
|
1586 init_environment (argc, argv, skip_args);
|
|
1587 #endif
|
|
1588 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */
|
|
1589 init_buffer (); /* Init default directory of *scratch* buffer */
|
195
|
1590
|
|
1591 #ifdef WINDOWSNT
|
|
1592 init_environment();
|
|
1593 init_ntproc();
|
|
1594 #endif
|
|
1595
|
0
|
1596 init_redisplay (); /* Determine terminal type.
|
|
1597 init_sys_modes uses results */
|
|
1598 init_event_stream (); /* Set up so we can get user input. */
|
|
1599 init_macros (); /* set up so we can run macros. */
|
|
1600 init_editfns (); /* Determine the name of the user we're running as */
|
|
1601 init_xemacs_process (); /* set up for calling subprocesses */
|
|
1602 #ifdef SUNPRO
|
|
1603 init_sunpro (); /* Set up Sunpro usage tracking */
|
|
1604 #endif
|
|
1605 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800)
|
|
1606 init_hpplay ();
|
|
1607 #endif
|
|
1608 #ifdef HAVE_TTY
|
|
1609 init_device_tty ();
|
|
1610 #endif
|
|
1611 init_console_stream (); /* Create the first console */
|
|
1612
|
173
|
1613 /* try to get the actual pathname of the exec file we are running */
|
233
|
1614 if (!restart)
|
0
|
1615 {
|
|
1616 Vinvocation_name = Fcar (Vcommand_line_args);
|
233
|
1617 if (XSTRING_DATA(Vinvocation_name)[0] == '-')
|
|
1618 {
|
|
1619 /* XEmacs as a login shell, oh goody! */
|
|
1620 Vinvocation_name = build_string(getenv("SHELL"));
|
|
1621 }
|
0
|
1622 Vinvocation_directory = Vinvocation_name;
|
|
1623
|
|
1624 if (!NILP (Ffile_name_directory (Vinvocation_name)))
|
269
|
1625 {
|
|
1626 /* invocation-name includes a directory component -- presumably it
|
|
1627 is relative to cwd, not $PATH */
|
|
1628 Vinvocation_directory = Fexpand_file_name (Vinvocation_name,
|
|
1629 Qnil);
|
|
1630 Vinvocation_path = Qnil;
|
|
1631 }
|
0
|
1632 else
|
269
|
1633 {
|
|
1634 Vinvocation_path = decode_env_path ("PATH", NULL);
|
|
1635 locate_file (Vinvocation_path, Vinvocation_name, EXEC_SUFFIXES,
|
|
1636 &Vinvocation_directory, X_OK);
|
|
1637 }
|
0
|
1638
|
|
1639 if (NILP (Vinvocation_directory))
|
|
1640 Vinvocation_directory = Vinvocation_name;
|
|
1641
|
|
1642 Vinvocation_name = Ffile_name_nondirectory (Vinvocation_directory);
|
|
1643 Vinvocation_directory = Ffile_name_directory (Vinvocation_directory);
|
|
1644 }
|
|
1645
|
265
|
1646 #if defined(HAVE_SHLIB) && !defined(WINDOWSNT)
|
|
1647 /* This is Unix only. MS Windows NT has a library call that does
|
|
1648 The Right Thing on that system. Rumor has it, this must be
|
|
1649 called for GNU dld in temacs and xemacs. */
|
|
1650 {
|
|
1651 char *buf = (char *)alloca (XSTRING_LENGTH (Vinvocation_directory)
|
|
1652 + XSTRING_LENGTH (Vinvocation_name)
|
|
1653 + 2);
|
|
1654 sprintf (buf, "%s/%s", XSTRING_DATA(Vinvocation_directory),
|
|
1655 XSTRING_DATA(Vinvocation_name));
|
|
1656
|
|
1657 /* All we can do is cry if an error happens, so ignore it. */
|
|
1658 (void)dll_init(buf);
|
|
1659 }
|
|
1660 #endif
|
|
1661
|
0
|
1662 #if defined (LOCALTIME_CACHE) && defined (HAVE_TZSET)
|
|
1663 /* sun's localtime() has a bug. it caches the value of the time
|
|
1664 zone rather than looking it up every time. Since localtime() is
|
|
1665 called to bolt the undumping time into the undumped emacs, this
|
|
1666 results in localtime() ignoring the TZ environment variable.
|
|
1667 This flushes the new TZ value into localtime(). */
|
|
1668 tzset ();
|
|
1669 #endif /* LOCALTIME_CACHE and TZSET */
|
|
1670
|
|
1671 load_me = Qnil;
|
|
1672 if (!initialized)
|
|
1673 {
|
|
1674 /* Handle -l loadup-and-dump, args passed by Makefile. */
|
|
1675 if (argc > 2 + skip_args && !strcmp (argv[1 + skip_args], "-l"))
|
80
|
1676 load_me = build_string (argv[2 + skip_args]);
|
239
|
1677 #if 0 /* CANNOT_DUMP - this can never be right in XEmacs --andyp */
|
0
|
1678 /* Unless next switch is -nl, load "loadup.el" first thing. */
|
|
1679 if (!(argc > 1 + skip_args && !strcmp (argv[1 + skip_args], "-nl")))
|
|
1680 load_me = build_string ("loadup.el");
|
|
1681 #endif /* CANNOT_DUMP */
|
|
1682 }
|
|
1683
|
|
1684 #ifdef QUANTIFY
|
|
1685 if (initialized)
|
|
1686 quantify_start_recording_data ();
|
|
1687 #endif /* QUANTIFY */
|
|
1688
|
|
1689 initialized = 1;
|
|
1690
|
|
1691 /* This never returns. */
|
|
1692 initial_command_loop (load_me);
|
|
1693 /* NOTREACHED */
|
|
1694 }
|
|
1695
|
20
|
1696
|
16
|
1697 /* Sort the args so we can find the most important ones
|
|
1698 at the beginning of argv. */
|
|
1699
|
|
1700 /* First, here's a table of all the standard options. */
|
|
1701
|
|
1702 struct standard_args
|
|
1703 {
|
|
1704 CONST char * CONST name;
|
|
1705 CONST char * CONST longname;
|
|
1706 int priority;
|
|
1707 int nargs;
|
|
1708 };
|
|
1709
|
|
1710 static struct standard_args standard_args[] =
|
|
1711 {
|
|
1712 /* Handled by main_1 above: */
|
|
1713 { "-nl", "--no-shared-memory", 100, 0 },
|
|
1714 { "-t", "--terminal", 95, 1 },
|
|
1715 { "-nw", "--no-windows", 90, 0 },
|
|
1716 { "-batch", "--batch", 85, 0 },
|
276
|
1717 { "-debug-paths", "--debug-paths", 82, 0 },
|
16
|
1718 { "-help", "--help", 80, 0 },
|
|
1719 { "-version", "--version", 75, 0 },
|
|
1720 { "-V", 0, 75, 0 },
|
|
1721 { "-d", "--display", 80, 1 },
|
|
1722 { "-display", 0, 80, 1 },
|
|
1723 { "-NXHost", 0, 79, 0 },
|
|
1724 { "-MachLaunch", 0, 79, 0},
|
|
1725
|
|
1726 /* Handled by command-line-early in startup.el: */
|
|
1727 { "-q", "--no-init-file", 50, 0 },
|
|
1728 { "-unmapped", 0, 50, 0 },
|
|
1729 { "-no-init-file", 0, 50, 0 },
|
207
|
1730 { "-vanilla", "--vanilla", 50, 0 },
|
239
|
1731 { "-no-autoloads", "--no-autoloads", 50, 0 },
|
16
|
1732 { "-no-site-file", "--no-site-file", 40, 0 },
|
276
|
1733 { "-no-early-packages", "--no-early-packages", 35, 0 },
|
16
|
1734 { "-u", "--user", 30, 1 },
|
|
1735 { "-user", 0, 30, 1 },
|
|
1736 { "-debug-init", "--debug-init", 20, 0 },
|
276
|
1737 { "-debug-paths", "--debug-paths", 20, 0 },
|
16
|
1738
|
|
1739 /* Xt options: */
|
|
1740 { "-i", "--icon-type", 15, 0 },
|
|
1741 { "-itype", 0, 15, 0 },
|
|
1742 { "-iconic", "--iconic", 15, 0 },
|
|
1743 { "-bg", "--background-color", 10, 1 },
|
|
1744 { "-background", 0, 10, 1 },
|
|
1745 { "-fg", "--foreground-color", 10, 1 },
|
|
1746 { "-foreground", 0, 10, 1 },
|
|
1747 { "-bd", "--border-color", 10, 1 },
|
|
1748 { "-bw", "--border-width", 10, 1 },
|
|
1749 { "-ib", "--internal-border", 10, 1 },
|
|
1750 { "-ms", "--mouse-color", 10, 1 },
|
|
1751 { "-cr", "--cursor-color", 10, 1 },
|
|
1752 { "-fn", "--font", 10, 1 },
|
|
1753 { "-font", 0, 10, 1 },
|
|
1754 { "-g", "--geometry", 10, 1 },
|
|
1755 { "-geometry", 0, 10, 1 },
|
|
1756 { "-T", "--title", 10, 1 },
|
|
1757 { "-title", 0, 10, 1 },
|
|
1758 { "-name", "--name", 10, 1 },
|
|
1759 { "-xrm", "--xrm", 10, 1 },
|
|
1760 { "-r", "--reverse-video", 5, 0 },
|
|
1761 { "-rv", 0, 5, 0 },
|
|
1762 { "-reverse", 0, 5, 0 },
|
|
1763 { "-hb", "--horizontal-scroll-bars", 5, 0 },
|
|
1764 { "-vb", "--vertical-scroll-bars", 5, 0 },
|
163
|
1765
|
16
|
1766 /* These have the same priority as ordinary file name args,
|
|
1767 so they are not reordered with respect to those. */
|
|
1768 { "-L", "--directory", 0, 1 },
|
|
1769 { "-directory", 0, 0, 1 },
|
|
1770 { "-l", "--load", 0, 1 },
|
|
1771 { "-load", 0, 0, 1 },
|
|
1772 { "-f", "--funcall", 0, 1 },
|
|
1773 { "-funcall", 0, 0, 1 },
|
|
1774 { "-eval", "--eval", 0, 1 },
|
|
1775 { "-insert", "--insert", 0, 1 },
|
|
1776 /* This should be processed after ordinary file name args and the like. */
|
|
1777 { "-kill", "--kill", -10, 0 },
|
|
1778 };
|
|
1779
|
|
1780 /* Reorder the elements of ARGV (assumed to have ARGC elements)
|
|
1781 so that the highest priority ones come first.
|
|
1782 Do not change the order of elements of equal priority.
|
|
1783 If an option takes an argument, keep it and its argument together. */
|
|
1784
|
|
1785 static void
|
|
1786 sort_args (int argc, char **argv)
|
|
1787 {
|
185
|
1788 char **new = xnew_array (char *, argc);
|
16
|
1789 /* For each element of argv,
|
|
1790 the corresponding element of options is:
|
|
1791 0 for an option that takes no arguments,
|
|
1792 1 for an option that takes one argument, etc.
|
|
1793 -1 for an ordinary non-option argument. */
|
185
|
1794 int *options = xnew_array (int, argc);
|
|
1795 int *priority = xnew_array (int, argc);
|
16
|
1796 int to = 1;
|
|
1797 int from;
|
|
1798 int i;
|
78
|
1799 int end_of_options_p = 0;
|
16
|
1800
|
|
1801 /* Categorize all the options,
|
|
1802 and figure out which argv elts are option arguments. */
|
|
1803 for (from = 1; from < argc; from++)
|
|
1804 {
|
|
1805 options[from] = -1;
|
|
1806 priority[from] = 0;
|
78
|
1807 /* Pseudo options "--" and "run-temacs" indicate end of options */
|
|
1808 if (!strcmp (argv[from], "--") ||
|
|
1809 !strcmp (argv[from], "run-temacs"))
|
|
1810 end_of_options_p = 1;
|
|
1811 if (!end_of_options_p && argv[from][0] == '-')
|
16
|
1812 {
|
|
1813 int match, thislen;
|
|
1814 char *equals;
|
|
1815
|
|
1816 /* Look for a match with a known old-fashioned option. */
|
|
1817 for (i = 0; i < countof (standard_args); i++)
|
|
1818 if (!strcmp (argv[from], standard_args[i].name))
|
|
1819 {
|
|
1820 options[from] = standard_args[i].nargs;
|
|
1821 priority[from] = standard_args[i].priority;
|
|
1822 if (from + standard_args[i].nargs >= argc)
|
|
1823 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
1824 from += standard_args[i].nargs;
|
|
1825 goto done;
|
|
1826 }
|
|
1827
|
|
1828 /* Look for a match with a known long option.
|
|
1829 MATCH is -1 if no match so far, -2 if two or more matches so far,
|
|
1830 >= 0 (the table index of the match) if just one match so far. */
|
|
1831 if (argv[from][1] == '-')
|
|
1832 {
|
|
1833 match = -1;
|
|
1834 thislen = strlen (argv[from]);
|
|
1835 equals = strchr (argv[from], '=');
|
|
1836 if (equals != 0)
|
|
1837 thislen = equals - argv[from];
|
|
1838
|
|
1839 for (i = 0; i < countof (standard_args); i++)
|
|
1840 if (standard_args[i].longname
|
|
1841 && !strncmp (argv[from], standard_args[i].longname,
|
|
1842 thislen))
|
|
1843 {
|
|
1844 if (match == -1)
|
|
1845 match = i;
|
|
1846 else
|
|
1847 match = -2;
|
|
1848 }
|
|
1849
|
|
1850 /* If we found exactly one match, use that. */
|
|
1851 if (match >= 0)
|
|
1852 {
|
|
1853 options[from] = standard_args[match].nargs;
|
|
1854 priority[from] = standard_args[match].priority;
|
|
1855 /* If --OPTION=VALUE syntax is used,
|
|
1856 this option uses just one argv element. */
|
|
1857 if (equals != 0)
|
|
1858 options[from] = 0;
|
|
1859 if (from + options[from] >= argc)
|
|
1860 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
1861 from += options[from];
|
|
1862 }
|
|
1863 }
|
|
1864 done: ;
|
|
1865 }
|
|
1866 }
|
|
1867
|
|
1868 /* Copy the arguments, in order of decreasing priority, to NEW. */
|
|
1869 new[0] = argv[0];
|
|
1870 while (to < argc)
|
|
1871 {
|
|
1872 int best = -1;
|
|
1873 int best_priority = -9999;
|
|
1874
|
|
1875 /* Find the highest priority remaining option.
|
|
1876 If several have equal priority, take the first of them. */
|
|
1877 for (from = 1; from < argc; from++)
|
|
1878 {
|
|
1879 if (argv[from] != 0 && priority[from] > best_priority)
|
|
1880 {
|
|
1881 best_priority = priority[from];
|
|
1882 best = from;
|
|
1883 }
|
|
1884 /* Skip option arguments--they are tied to the options. */
|
|
1885 if (options[from] > 0)
|
|
1886 from += options[from];
|
|
1887 }
|
163
|
1888
|
16
|
1889 if (best < 0)
|
|
1890 abort ();
|
|
1891
|
|
1892 /* Copy the highest priority remaining option, with its args, to NEW. */
|
|
1893 new[to++] = argv[best];
|
|
1894 for (i = 0; i < options[best]; i++)
|
|
1895 new[to++] = argv[best + i + 1];
|
|
1896
|
|
1897 /* Clear out this option in ARGV. */
|
|
1898 argv[best] = 0;
|
|
1899 for (i = 0; i < options[best]; i++)
|
|
1900 argv[best + i + 1] = 0;
|
|
1901 }
|
|
1902
|
|
1903 memcpy (argv, new, sizeof (char *) * argc);
|
|
1904 }
|
|
1905
|
0
|
1906 static JMP_BUF run_temacs_catch;
|
|
1907
|
|
1908 static int run_temacs_argc;
|
|
1909 static char **run_temacs_argv;
|
|
1910 static char *run_temacs_args;
|
272
|
1911 static size_t run_temacs_argv_size;
|
|
1912 static size_t run_temacs_args_size;
|
0
|
1913
|
20
|
1914 DEFUN ("running-temacs-p", Frunning_temacs_p, 0, 0, 0, /*
|
0
|
1915 True if running temacs. This means we are in the dumping stage.
|
|
1916 This is false during normal execution of the `xemacs' program, and
|
|
1917 becomes false once `run-emacs-from-temacs' is run.
|
20
|
1918 */
|
|
1919 ())
|
0
|
1920 {
|
|
1921 return run_temacs_argc >= 0 ? Qt : Qnil;
|
|
1922 }
|
|
1923
|
20
|
1924 DEFUN ("run-emacs-from-temacs", Frun_emacs_from_temacs, 0, MANY, 0, /*
|
0
|
1925 Do not call this. It will reinitialize your XEmacs. You'll be sorry.
|
20
|
1926 */
|
0
|
1927 /* If this function is called from startup.el, it will be possible to run
|
|
1928 temacs as an editor using 'temacs -batch -l loadup.el run-temacs', instead
|
|
1929 of having to dump an emacs and then run that (when debugging emacs itself,
|
20
|
1930 this can be much faster)). [Actually, the speed difference isn't that
|
0
|
1931 much as long as your filesystem is local, and you don't end up with
|
|
1932 a dumped version in case you want to rerun it. This function is most
|
|
1933 useful when used as part of the `make all-elc' command. --ben]
|
185
|
1934 This will "restart" emacs with the specified command-line arguments.
|
0
|
1935 */
|
70
|
1936 (int nargs, Lisp_Object *args))
|
0
|
1937 {
|
|
1938 int ac;
|
259
|
1939 CONST Extbyte *wampum;
|
0
|
1940 int namesize;
|
|
1941 int total_len;
|
|
1942 Lisp_Object orig_invoc_name = Fcar (Vcommand_line_args);
|
259
|
1943 CONST Extbyte **wampum_all = alloca_array (CONST Extbyte *, nargs);
|
185
|
1944 int *wampum_all_len = alloca_array (int, nargs);
|
0
|
1945
|
|
1946 assert (!gc_in_progress);
|
|
1947
|
|
1948 if (run_temacs_argc < 0)
|
|
1949 error ("I've lost my temacs-hood.");
|
|
1950
|
|
1951 /* Need to convert the orig_invoc_name and all of the arguments
|
|
1952 to external format. */
|
163
|
1953
|
0
|
1954 GET_STRING_EXT_DATA_ALLOCA (orig_invoc_name, FORMAT_OS, wampum,
|
|
1955 namesize);
|
|
1956 namesize++;
|
|
1957
|
|
1958 for (ac = 0, total_len = namesize; ac < nargs; ac++)
|
|
1959 {
|
|
1960 CHECK_STRING (args[ac]);
|
|
1961 GET_STRING_EXT_DATA_ALLOCA (args[ac], FORMAT_OS,
|
|
1962 wampum_all[ac],
|
|
1963 wampum_all_len[ac]);
|
|
1964 wampum_all_len[ac]++;
|
|
1965 total_len += wampum_all_len[ac];
|
|
1966 }
|
|
1967 DO_REALLOC (run_temacs_args, run_temacs_args_size, total_len, char);
|
|
1968 DO_REALLOC (run_temacs_argv, run_temacs_argv_size, nargs+1, char *);
|
|
1969
|
|
1970 memcpy (run_temacs_args, wampum, namesize);
|
|
1971 run_temacs_argv [0] = run_temacs_args;
|
|
1972 for (ac = 0; ac < nargs; ac++)
|
|
1973 {
|
|
1974 memcpy (run_temacs_args + namesize,
|
|
1975 wampum_all[ac], wampum_all_len[ac]);
|
|
1976 run_temacs_argv [ac + 1] = run_temacs_args + namesize;
|
|
1977 namesize += wampum_all_len[ac];
|
|
1978 }
|
|
1979 run_temacs_argv [nargs + 1] = 0;
|
|
1980 catchlist = NULL; /* Important! Otherwise free_cons() calls in
|
|
1981 condition_case_unwind() may lead to GC death. */
|
|
1982 unbind_to (0, Qnil); /* this closes loadup.el */
|
|
1983 purify_flag = 0;
|
|
1984 run_temacs_argc = nargs + 1;
|
251
|
1985 #ifdef REPORT_PURE_USAGE
|
0
|
1986 report_pure_usage (1, 0);
|
207
|
1987 #else
|
|
1988 report_pure_usage (0, 0);
|
|
1989 #endif
|
0
|
1990 LONGJMP (run_temacs_catch, 1);
|
|
1991 return Qnil; /* not reached; warning suppression */
|
|
1992 }
|
|
1993
|
|
1994 /* ARGSUSED */
|
163
|
1995 int
|
0
|
1996 main (int argc, char **argv, char **envp)
|
|
1997 {
|
16
|
1998 int volatile vol_argc = argc;
|
|
1999 char ** volatile vol_argv = argv;
|
|
2000 char ** volatile vol_envp = envp;
|
233
|
2001 /* This is hairy. We need to compute where the XEmacs binary was invoked */
|
|
2002 /* from because temacs initialization requires it to find the lisp */
|
|
2003 /* directories. The code that recomputes the path is guarded by the */
|
|
2004 /* restarted flag. There are three possible paths I've found so far */
|
|
2005 /* through this: */
|
|
2006 /* temacs -- When running temacs for basic build stuff, the first main_1 */
|
|
2007 /* will be the only one invoked. It must compute the path else there */
|
|
2008 /* will be a very ugly bomb in startup.el (can't find obvious location */
|
|
2009 /* for doc-directory data-directory, etc.). */
|
|
2010 /* temacs w/ run-temacs on the command line -- This is run to bytecompile */
|
|
2011 /* all the out of date dumped lisp. It will execute both of the main_1 */
|
|
2012 /* calls and the second one must not touch the first computation because */
|
|
2013 /* argc/argv are hosed the second time through. */
|
|
2014 /* xemacs -- Only the second main_1 is executed. The invocation path must */
|
|
2015 /* computed but this only matters when running in place or when running */
|
|
2016 /* as a login shell. */
|
|
2017 /* As a bonus for straightening this out, XEmacs can now be run in place */
|
|
2018 /* as a login shell. This never used to work. */
|
|
2019 /* As another bonus, we can now guarantee that */
|
|
2020 /* (concat invocation-directory invocation-name) contains the filename */
|
|
2021 /* of the XEmacs binary we are running. This can now be used in a */
|
|
2022 /* definite test for out of date dumped files. -slb */
|
|
2023 int restarted = 0;
|
0
|
2024 #ifdef QUANTIFY
|
|
2025 quantify_stop_recording_data ();
|
|
2026 quantify_clear_data ();
|
|
2027 #endif /* QUANTIFY */
|
|
2028
|
272
|
2029 suppress_early_error_handler_backtrace = 0;
|
0
|
2030 lim_data = 0; /* force reinitialization of this variable */
|
|
2031
|
78
|
2032 /* Lisp_Object must fit in a word; check VALBITS and GCTYPEBITS */
|
|
2033 assert (sizeof (Lisp_Object) == sizeof (void *));
|
|
2034
|
255
|
2035 #ifdef LINUX_SBRK_BUG
|
|
2036 sbrk (1);
|
|
2037 #endif
|
|
2038
|
0
|
2039 if (!initialized)
|
78
|
2040 {
|
255
|
2041 #ifdef DOUG_LEA_MALLOC
|
|
2042 mallopt (M_MMAP_MAX, 0);
|
|
2043 #endif
|
78
|
2044 run_temacs_argc = 0;
|
|
2045 if (! SETJMP (run_temacs_catch))
|
233
|
2046 {
|
|
2047 main_1 (vol_argc, vol_argv, vol_envp, 0);
|
|
2048 }
|
78
|
2049 /* run-emacs-from-temacs called */
|
233
|
2050 restarted = 1;
|
78
|
2051 vol_argc = run_temacs_argc;
|
|
2052 vol_argv = run_temacs_argv;
|
0
|
2053 #ifdef _SCO_DS
|
78
|
2054 /* This makes absolutely no sense to anyone involved. There are
|
|
2055 several people using this stuff. We've compared versions on
|
|
2056 everything we can think of. We can find no difference.
|
|
2057 However, on both my systems environ is a plain old global
|
|
2058 variable initialized to zero. _environ is the one that
|
|
2059 contains pointers to the actual environment.
|
163
|
2060
|
78
|
2061 Since we can't figure out the difference (and we're hours
|
|
2062 away from a release), this takes a very cowardly approach and
|
|
2063 is bracketed with both a system specific preprocessor test
|
|
2064 and a runtime "do you have this problem" test
|
163
|
2065
|
78
|
2066 06/20/96 robertl@dgii.com */
|
|
2067 {
|
|
2068 extern char *_environ;
|
|
2069 if ((unsigned) environ == 0)
|
|
2070 environ=_environ;
|
|
2071 }
|
16
|
2072 #endif /* _SCO_DS */
|
80
|
2073 vol_envp = environ;
|
|
2074 }
|
272
|
2075 #ifdef RUN_TIME_REMAP
|
|
2076 else
|
|
2077 /* obviously no-one uses this because where it was before initalized was
|
|
2078 *always* true */
|
245
|
2079 run_time_remap (argv[0]);
|
|
2080 #endif
|
|
2081
|
255
|
2082 #ifdef DOUG_LEA_MALLOC
|
|
2083 if (initialized && (malloc_state_ptr != NULL))
|
|
2084 {
|
272
|
2085 int rc = malloc_set_state (malloc_state_ptr);
|
|
2086 if (rc != 0)
|
|
2087 {
|
|
2088 fprintf (stderr, "malloc_set_state failed, rc = %d\n", rc);
|
|
2089 abort ();
|
|
2090 }
|
255
|
2091 #if 0
|
|
2092 free (malloc_state_ptr);
|
|
2093 #endif
|
259
|
2094 /* mmap works in glibc-2.1, glibc-2.0 (Non-Mule only) and Linux libc5 */
|
|
2095 #if (defined(__GLIBC__) && __GLIBC_MINOR__ >= 1) || \
|
|
2096 defined(_NO_MALLOC_WARNING_) || \
|
|
2097 (defined(__GLIBC__) && __GLIBC_MINOR__ < 1 && !defined(MULE)) || \
|
|
2098 defined(DEBUG_DOUG_LEA_MALLOC)
|
255
|
2099 mallopt (M_MMAP_MAX, 64);
|
|
2100 #endif
|
|
2101 #ifdef REL_ALLOC
|
|
2102 r_alloc_reinit ();
|
|
2103 #endif
|
|
2104 }
|
272
|
2105 #endif /* DOUG_LEA_MALLOC */
|
255
|
2106
|
0
|
2107 run_temacs_argc = -1;
|
|
2108
|
233
|
2109 main_1 (vol_argc, vol_argv, vol_envp, restarted);
|
163
|
2110 return 0; /* unreached */
|
0
|
2111 }
|
|
2112
|
|
2113
|
272
|
2114 /* Dumping apparently isn't supported by versions of GCC >= 2.8. */
|
|
2115 /* The following needs conditionalization on whether either XEmacs or */
|
|
2116 /* various system shared libraries have been built and linked with */
|
|
2117 /* GCC >= 2.8. -slb */
|
|
2118 #if defined(GNU_MALLOC)
|
|
2119 static void
|
|
2120 voodoo_free_hook(void *mem)
|
|
2121 {
|
|
2122 /* Disable all calls to free() when XEmacs is exiting and it doesn't */
|
|
2123 /* matter. */
|
|
2124 __free_hook = voodoo_free_hook;
|
|
2125 }
|
|
2126 #endif
|
|
2127
|
20
|
2128 DEFUN ("kill-emacs", Fkill_emacs, 0, 1, "P", /*
|
0
|
2129 Exit the XEmacs job and kill it. Ask for confirmation, without argument.
|
|
2130 If ARG is an integer, return ARG as the exit program code.
|
|
2131 If ARG is a string, stuff it as keyboard input.
|
|
2132
|
|
2133 The value of `kill-emacs-hook', if not void,
|
|
2134 is a list of functions (of no args),
|
|
2135 all of which are called before XEmacs is actually killed.
|
20
|
2136 */
|
|
2137 (arg))
|
0
|
2138 {
|
|
2139 /* This function can GC */
|
|
2140 struct gcpro gcpro1;
|
|
2141
|
|
2142 GCPRO1 (arg);
|
|
2143
|
|
2144 if (feof (stdin))
|
|
2145 arg = Qt;
|
|
2146
|
|
2147 if (!preparing_for_armageddon && !noninteractive)
|
|
2148 run_hook (Qkill_emacs_hook);
|
|
2149
|
|
2150 /* make sure no quitting from now on!! */
|
|
2151 dont_check_for_quit = 1;
|
|
2152 Vinhibit_quit = Qt;
|
|
2153
|
|
2154 if (!preparing_for_armageddon)
|
|
2155 {
|
267
|
2156 Lisp_Object concons, nextcons;
|
0
|
2157
|
|
2158 /* Normally, go ahead and delete all the consoles now.
|
|
2159 Some unmentionably lame window systems (MS Wwwww...... eek,
|
|
2160 I can't even say it) don't properly clean up after themselves,
|
|
2161 and even for those that do, it might be cleaner this way.
|
|
2162 If we're going down, however, we don't do this (might
|
|
2163 be too dangerous), and if we get a crash somewhere within
|
|
2164 this loop, we'll still autosave and won't try this again. */
|
267
|
2165
|
|
2166 LIST_LOOP_DELETING(concons, nextcons, Vconsole_list)
|
|
2167 {
|
|
2168 /* There is very little point in deleting the stream console.
|
|
2169 It uses stdio, which should flush any buffered output and
|
|
2170 something can only go wrong. -slb */
|
|
2171 /* I changed my mind. There's a stupid hack in close to add
|
|
2172 a trailing newline. */
|
|
2173 /*if (!CONSOLE_STREAM_P (XCONSOLE (XCAR (concons))))*/
|
|
2174 delete_console_internal (XCONSOLE (XCAR (concons)), 1, 1, 0);
|
|
2175 }
|
0
|
2176 }
|
|
2177
|
|
2178 UNGCPRO;
|
|
2179
|
|
2180 shut_down_emacs (0, ((STRINGP (arg)) ? arg : Qnil));
|
|
2181
|
272
|
2182 #if defined(GNU_MALLOC)
|
|
2183 __free_hook = voodoo_free_hook;
|
|
2184 #endif
|
|
2185
|
207
|
2186 exit ((INTP (arg)) ? XINT (arg) : 0);
|
0
|
2187 /* NOTREACHED */
|
|
2188 return Qnil; /* I'm sick of the compiler warning */
|
|
2189 }
|
|
2190
|
|
2191 /* Perform an orderly shutdown of XEmacs. Autosave any modified
|
|
2192 buffers, kill any child processes, clean up the terminal modes (if
|
|
2193 we're in the foreground), and other stuff like that. Don't perform
|
|
2194 any redisplay; this may be called when XEmacs is shutting down in
|
|
2195 the background, or after its X connection has died.
|
|
2196
|
|
2197 If SIG is a signal number, print a message for it.
|
|
2198
|
|
2199 This is called by fatal signal handlers, X protocol error handlers,
|
|
2200 and Fkill_emacs. */
|
|
2201 static void
|
|
2202 shut_down_emacs (int sig, Lisp_Object stuff)
|
|
2203 {
|
|
2204 /* This function can GC */
|
|
2205 /* Prevent running of hooks and other non-essential stuff
|
|
2206 from now on. */
|
|
2207 preparing_for_armageddon = 1;
|
|
2208
|
|
2209 /* In case frames or windows are screwed up, avoid assertion
|
|
2210 failures here */
|
|
2211 Vinhibit_quit = Qt;
|
|
2212
|
|
2213 #ifdef QUANTIFY
|
|
2214 quantify_stop_recording_data ();
|
|
2215 #endif /* QUANTIFY */
|
|
2216
|
263
|
2217 #if 0
|
0
|
2218 /* This is absolutely the most important thing to do, so make sure
|
|
2219 we do it now, before anything else. We might have crashed and
|
|
2220 be in a weird inconsistent state, and potentially anything could
|
|
2221 set off another protection fault and cause us to bail out
|
|
2222 immediately. */
|
263
|
2223 /* I'm not removing the code entirely, yet. We have run up against
|
|
2224 a spate of problems in diagnosing crashes due to crashes within
|
|
2225 crashes. It has very definitely been determined that code called
|
|
2226 during auto-saving cannot work if XEmacs crashed inside of GC.
|
|
2227 We already auto-save on an itimer so there cannot be too much
|
|
2228 unsaved stuff around, and if we get better crash reports we might
|
|
2229 be able to get more problems fixed so I'm disabling this. -slb */
|
0
|
2230 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */
|
263
|
2231 #endif
|
0
|
2232
|
|
2233 fflush (stdout);
|
|
2234 reset_all_consoles ();
|
|
2235 if (sig && sig != SIGTERM)
|
|
2236 {
|
|
2237 stderr_out ("\nFatal error (%d).\n", sig);
|
|
2238 stderr_out
|
|
2239 ("Your files have been auto-saved.\n"
|
|
2240 "Use `M-x recover-session' to recover them.\n"
|
|
2241 "\n"
|
282
|
2242 #ifdef INFODOCK
|
|
2243 "Please report this bug by selecting `Report-Bug' in the InfoDock\n"
|
|
2244 "menu.\n"
|
|
2245 #else
|
126
|
2246 "Please report this bug by running the send-pr script included\n"
|
|
2247 "with XEmacs, or selecting `Send Bug Report' from the help menu.\n"
|
|
2248 "As a last resort send ordinary email to `crashes@xemacs.org'.\n"
|
282
|
2249 #endif
|
|
2250 "*MAKE SURE* to include the information in the command\n"
|
|
2251 "M-x describe-installation.\n"
|
2
|
2252 "\n"
|
0
|
2253 "If at all possible, *please* try to obtain a C stack backtrace;\n"
|
|
2254 "it will help us immensely in determining what went wrong.\n"
|
|
2255 "To do this, locate the core file that was produced as a result\n"
|
|
2256 "of this crash (it's usually called `core' and is located in the\n"
|
282
|
2257 "directory in which you started the editor, or maybe in your home\n"
|
0
|
2258 "directory), and type\n"
|
|
2259 "\n"
|
|
2260 " gdb ");
|
|
2261 {
|
2
|
2262 CONST char *name;
|
0
|
2263 char *dir = 0;
|
|
2264
|
|
2265 /* Now try to determine the actual path to the executable,
|
|
2266 to try to make the backtrace-determination process as foolproof
|
|
2267 as possible. */
|
|
2268 if (GC_STRINGP (Vinvocation_name))
|
14
|
2269 name = (char *) XSTRING_DATA (Vinvocation_name);
|
0
|
2270 else
|
|
2271 name = "xemacs";
|
|
2272 if (GC_STRINGP (Vinvocation_directory))
|
14
|
2273 dir = (char *) XSTRING_DATA (Vinvocation_directory);
|
0
|
2274 if (!dir || dir[0] != '/')
|
|
2275 stderr_out ("`which %s`", name);
|
|
2276 else if (dir[strlen (dir) - 1] != '/')
|
|
2277 stderr_out ("%s/%s", dir, name);
|
|
2278 else
|
|
2279 stderr_out ("%s%s", dir, name);
|
|
2280 }
|
|
2281 stderr_out
|
|
2282 (" core\n\n"
|
|
2283 "then type `where' when the debugger prompt comes up.\n"
|
|
2284 "(If you don't have GDB on your system, you might have DBX,\n"
|
|
2285 "or XDB, or SDB. A similar procedure should work for all of\n"
|
|
2286 "these. Ask your system administrator if you need more help.)\n");
|
|
2287 }
|
|
2288
|
|
2289 stuff_buffered_input (stuff);
|
|
2290
|
|
2291 kill_buffer_processes (Qnil);
|
|
2292
|
|
2293 #ifdef CLASH_DETECTION
|
|
2294 unlock_all_files ();
|
|
2295 #endif
|
|
2296
|
|
2297 #ifdef TOOLTALK
|
|
2298 tt_session_quit (tt_default_session ());
|
2
|
2299 #if 0
|
|
2300 /* The following crashes when built on X11R5 and run on X11R6 */
|
0
|
2301 tt_close ();
|
|
2302 #endif
|
2
|
2303 #endif /* TOOLTALK */
|
0
|
2304
|
|
2305 }
|
|
2306
|
|
2307
|
|
2308 #ifndef CANNOT_DUMP
|
|
2309 /* Nothing like this can be implemented on an Apollo.
|
|
2310 What a loss! */
|
|
2311
|
2
|
2312 extern char my_edata[];
|
0
|
2313
|
|
2314 #ifdef HAVE_SHM
|
|
2315
|
20
|
2316 DEFUN ("dump-emacs-data", Fdump_emacs_data, 1, 1, 0, /*
|
0
|
2317 Dump current state of XEmacs into data file FILENAME.
|
|
2318 This function exists on systems that use HAVE_SHM.
|
20
|
2319 */
|
|
2320 (intoname))
|
0
|
2321 {
|
|
2322 /* This function can GC */
|
|
2323 int opurify;
|
|
2324 struct gcpro gcpro1;
|
|
2325 GCPRO1 (intoname);
|
|
2326
|
|
2327 CHECK_STRING (intoname);
|
|
2328 intoname = Fexpand_file_name (intoname, Qnil);
|
|
2329
|
|
2330 opurify = purify_flag;
|
|
2331 purify_flag = 0;
|
|
2332
|
|
2333 fflush (stderr);
|
|
2334 fflush (stdout);
|
|
2335
|
|
2336 disksave_object_finalization ();
|
|
2337 release_breathing_space ();
|
|
2338
|
|
2339 /* Tell malloc where start of impure now is */
|
|
2340 /* Also arrange for warnings when nearly out of space. */
|
|
2341 #ifndef SYSTEM_MALLOC
|
173
|
2342 memory_warnings (my_edata, malloc_warning);
|
0
|
2343 #endif
|
|
2344 UNGCPRO;
|
14
|
2345 map_out_data (XSTRING_DATA (intoname));
|
0
|
2346
|
|
2347 purify_flag = opurify;
|
|
2348
|
|
2349 return Qnil;
|
|
2350 }
|
|
2351
|
|
2352 #else /* not HAVE_SHM */
|
272
|
2353 extern void disable_free_hook (void);
|
0
|
2354
|
20
|
2355 DEFUN ("dump-emacs", Fdump_emacs, 2, 2, 0, /*
|
0
|
2356 Dump current state of XEmacs into executable file FILENAME.
|
|
2357 Take symbols from SYMFILE (presumably the file you executed to run XEmacs).
|
|
2358 This is used in the file `loadup.el' when building XEmacs.
|
|
2359
|
|
2360 Remember to set `command-line-processed' to nil before dumping
|
|
2361 if you want the dumped XEmacs to process its command line
|
|
2362 and announce itself normally when it is run.
|
20
|
2363 */
|
|
2364 (intoname, symname))
|
0
|
2365 {
|
|
2366 /* This function can GC */
|
|
2367 struct gcpro gcpro1, gcpro2;
|
|
2368 int opurify;
|
|
2369
|
|
2370 GCPRO2 (intoname, symname);
|
|
2371
|
|
2372 #ifdef FREE_CHECKING
|
|
2373 Freally_free (Qnil);
|
|
2374
|
|
2375 /* When we're dumping, we can't use the debugging free() */
|
274
|
2376 disable_free_hook ();
|
272
|
2377 #endif
|
|
2378 #if 1 /* martin */
|
0
|
2379 #endif
|
|
2380
|
|
2381 CHECK_STRING (intoname);
|
|
2382 intoname = Fexpand_file_name (intoname, Qnil);
|
|
2383 if (!NILP (symname))
|
|
2384 {
|
|
2385 CHECK_STRING (symname);
|
14
|
2386 if (XSTRING_LENGTH (symname) > 0)
|
0
|
2387 symname = Fexpand_file_name (symname, Qnil);
|
|
2388 else
|
|
2389 symname = Qnil;
|
|
2390 }
|
|
2391
|
|
2392 opurify = purify_flag;
|
|
2393 purify_flag = 0;
|
|
2394
|
207
|
2395 #ifdef DEBUG_XEMACS
|
0
|
2396 report_pure_usage (1, 1);
|
207
|
2397 #else
|
|
2398 report_pure_usage (0, 1);
|
|
2399 #endif
|
0
|
2400
|
|
2401 fflush (stderr);
|
|
2402 fflush (stdout);
|
|
2403
|
|
2404 disksave_object_finalization ();
|
|
2405 release_breathing_space ();
|
|
2406
|
|
2407 /* Tell malloc where start of impure now is */
|
|
2408 /* Also arrange for warnings when nearly out of space. */
|
|
2409 #ifndef SYSTEM_MALLOC
|
173
|
2410 memory_warnings (my_edata, malloc_warning);
|
0
|
2411 #endif
|
|
2412
|
|
2413 UNGCPRO;
|
|
2414
|
|
2415 #if defined (MSDOS) && defined (EMX)
|
|
2416 {
|
14
|
2417 int fd = open ((char *) XSTRING_DATA (intoname),
|
0
|
2418 O_WRONLY|O_CREAT|O_TRUNC, S_IREAD|S_IWRITE);
|
|
2419 if (!fd) {
|
14
|
2420 error ("Failure operating on %s", XSTRING_DATA (intoname));
|
0
|
2421 } else {
|
|
2422 _core (fd);
|
|
2423 close (fd);
|
|
2424 }
|
|
2425 }
|
|
2426 #else /* not MSDOS and EMX */
|
|
2427 {
|
272
|
2428 char *intoname_ext;
|
|
2429 char *symname_ext;
|
0
|
2430
|
|
2431 GET_C_STRING_FILENAME_DATA_ALLOCA (intoname, intoname_ext);
|
|
2432 if (STRINGP (symname))
|
|
2433 GET_C_STRING_FILENAME_DATA_ALLOCA (symname, symname_ext);
|
|
2434 else
|
|
2435 symname_ext = 0;
|
272
|
2436
|
|
2437 garbage_collect_1 ();
|
255
|
2438 #ifdef DOUG_LEA_MALLOC
|
272
|
2439 malloc_state_ptr = malloc_get_state ();
|
|
2440 #endif
|
|
2441 /* here we break our rule that the filename conversion should
|
|
2442 be performed at the actual time that the system call is made.
|
|
2443 It's a whole lot easier to do the conversion here than to
|
|
2444 modify all the unexec routines to ensure that filename
|
|
2445 conversion is applied everywhere. Don't worry about memory
|
|
2446 leakage because this call only happens once. */
|
|
2447 unexec (intoname_ext, symname_ext, (uintptr_t) my_edata, 0, 0);
|
255
|
2448 #ifdef DOUG_LEA_MALLOC
|
|
2449 free (malloc_state_ptr);
|
|
2450 #endif
|
0
|
2451 }
|
|
2452 #endif /* not MSDOS and EMX */
|
|
2453
|
|
2454 purify_flag = opurify;
|
|
2455
|
|
2456 return Qnil;
|
|
2457 }
|
|
2458
|
|
2459 #endif /* not HAVE_SHM */
|
|
2460
|
|
2461 #endif /* not CANNOT_DUMP */
|
|
2462
|
|
2463 #ifndef SEPCHAR
|
|
2464 #define SEPCHAR ':'
|
|
2465 #endif
|
|
2466
|
284
|
2467 /* Split STRING into a list of substrings. The substrings are the
|
|
2468 parts of original STRING separated by SEPCHAR. */
|
|
2469 static Lisp_Object
|
|
2470 split_string_by_emchar_1 (CONST Bufbyte *string, Bytecount size,
|
|
2471 Emchar sepchar)
|
265
|
2472 {
|
284
|
2473 Lisp_Object result = Qnil;
|
|
2474 CONST Bufbyte *end = string + size;
|
|
2475
|
|
2476 while (1)
|
|
2477 {
|
|
2478 CONST Bufbyte *p = string;
|
|
2479 while (p < end)
|
|
2480 {
|
|
2481 if (charptr_emchar (p) == sepchar)
|
|
2482 break;
|
|
2483 INC_CHARPTR (p);
|
|
2484 }
|
|
2485 result = Fcons (make_string (string, p - string), result);
|
|
2486 if (p < end)
|
|
2487 {
|
|
2488 string = p;
|
|
2489 INC_CHARPTR (string); /* skip sepchar */
|
|
2490 }
|
|
2491 else
|
|
2492 break;
|
|
2493 }
|
|
2494 return Fnreverse (result);
|
265
|
2495 }
|
|
2496
|
284
|
2497 /* The same as the above, except PATH is an external C string (it is
|
|
2498 converted as FORMAT_FILENAME), and sepchar is hardcoded to SEPCHAR
|
|
2499 (':' or whatever). */
|
0
|
2500 Lisp_Object
|
177
|
2501 decode_path (CONST char *path)
|
0
|
2502 {
|
284
|
2503 int len;
|
|
2504 Bufbyte *newpath;
|
|
2505 if (!path)
|
|
2506 return Qnil;
|
|
2507
|
|
2508 GET_C_CHARPTR_INT_FILENAME_DATA_ALLOCA (path, newpath);
|
|
2509
|
|
2510 len = strlen (newpath);
|
|
2511 /* #### Does this make sense? It certainly does for
|
|
2512 decode_env_path(), but it looks dubious here. Does any code
|
|
2513 depend on decode_path("") returning nil instead of an empty
|
|
2514 string? */
|
|
2515 if (!len)
|
|
2516 return Qnil;
|
|
2517
|
|
2518 return split_string_by_emchar_1 (newpath, (Bytecount)len, SEPCHAR);
|
0
|
2519 }
|
|
2520
|
177
|
2521 Lisp_Object
|
|
2522 decode_env_path (CONST char *evarname, CONST char *default_)
|
|
2523 {
|
284
|
2524 CONST char *path = 0;
|
177
|
2525 if (evarname)
|
284
|
2526 path = egetenv (evarname);
|
177
|
2527 if (!path)
|
|
2528 path = default_;
|
284
|
2529 return decode_path (path);
|
|
2530 }
|
|
2531
|
|
2532 /* Ben thinks this function should not exist or be exported to Lisp.
|
|
2533 We use it to define split-path-string in subr.el (not!). */
|
|
2534
|
|
2535 DEFUN ("split-string-by-char", Fsplit_string_by_char, 1, 2, 0, /*
|
|
2536 Split STRING into a list of substrings originally separated by SEPCHAR.
|
|
2537 */
|
|
2538 (string, sepchar))
|
|
2539 {
|
|
2540 CHECK_STRING (string);
|
|
2541 CHECK_CHAR (sepchar);
|
|
2542 return split_string_by_emchar_1 (XSTRING_DATA (string),
|
|
2543 XSTRING_LENGTH (string),
|
|
2544 XCHAR (sepchar));
|
177
|
2545 }
|
|
2546
|
284
|
2547 /* #### This was supposed to be in subr.el, but is used VERY early in
|
|
2548 the bootstrap process, so it goes here. Damn. */
|
|
2549
|
|
2550 DEFUN ("split-path", Fsplit_path, 1, 1, 0, /*
|
|
2551 Explode a search path into a list of strings.
|
|
2552 The path components are separated with the characters specified
|
|
2553 with `path-separator'.
|
|
2554 */
|
|
2555 (path))
|
|
2556 {
|
|
2557 CHECK_STRING (path);
|
|
2558
|
|
2559 while (!STRINGP (Vpath_separator)
|
|
2560 || (XSTRING_CHAR_LENGTH (Vpath_separator) != 1))
|
|
2561 Vpath_separator = signal_simple_continuable_error
|
|
2562 ("`path-separator' should be set to a single-character string",
|
|
2563 Vpath_separator);
|
|
2564
|
|
2565 return (split_string_by_emchar_1
|
|
2566 (XSTRING_DATA (path), XSTRING_LENGTH (path),
|
|
2567 charptr_emchar (XSTRING_DATA (Vpath_separator))));
|
|
2568 }
|
|
2569
|
20
|
2570 DEFUN ("noninteractive", Fnoninteractive, 0, 0, 0, /*
|
0
|
2571 Non-nil return value means XEmacs is running without interactive terminal.
|
20
|
2572 */
|
|
2573 ())
|
0
|
2574 {
|
173
|
2575 return noninteractive ? Qt : Qnil;
|
0
|
2576 }
|
|
2577
|
|
2578 /* This flag is useful to define if you're under a debugger; this way, you
|
|
2579 can put a breakpoint of assert_failed() and debug multiple problems
|
|
2580 in one session without having to recompile. */
|
|
2581 /* #define ASSERTIONS_DONT_ABORT */
|
|
2582
|
70
|
2583 #ifdef USE_ASSERTIONS
|
0
|
2584 /* This highly dubious kludge ... shut up Jamie, I'm tired of your slagging. */
|
|
2585
|
|
2586 DOESNT_RETURN
|
|
2587 assert_failed (CONST char *file, int line, CONST char *expr)
|
|
2588 {
|
|
2589 stderr_out ("Fatal error: assertion failed, file %s, line %d, %s\n",
|
|
2590 file, line, expr);
|
|
2591 #undef abort /* avoid infinite #define loop... */
|
272
|
2592 #if defined (WINDOWSNT) && defined (DEBUG_XEMACS)
|
227
|
2593 DebugBreak ();
|
|
2594 #elif !defined (ASSERTIONS_DONT_ABORT)
|
0
|
2595 abort ();
|
|
2596 #endif
|
|
2597 }
|
70
|
2598 #endif /* USE_ASSERTIONS */
|
0
|
2599
|
|
2600 #ifdef QUANTIFY
|
280
|
2601 DEFUN ("quantify-start-recording-data", Fquantify_start_recording_data,
|
|
2602 0, 0, 0, /*
|
0
|
2603 Start recording Quantify data.
|
20
|
2604 */
|
|
2605 ())
|
0
|
2606 {
|
|
2607 quantify_start_recording_data ();
|
|
2608 return Qnil;
|
|
2609 }
|
|
2610
|
280
|
2611 DEFUN ("quantify-stop-recording-data", Fquantify_stop_recording_data,
|
|
2612 0, 0, 0, /*
|
0
|
2613 Stop recording Quantify data.
|
20
|
2614 */
|
|
2615 ())
|
0
|
2616 {
|
|
2617 quantify_stop_recording_data ();
|
|
2618 return Qnil;
|
|
2619 }
|
|
2620
|
20
|
2621 DEFUN ("quantify-clear-data", Fquantify_clear_data, 0, 0, 0, /*
|
0
|
2622 Clear all Quantify data.
|
20
|
2623 */
|
|
2624 ())
|
0
|
2625 {
|
|
2626 quantify_clear_data ();
|
|
2627 return Qnil;
|
|
2628 }
|
|
2629 #endif /* QUANTIFY */
|
|
2630
|
|
2631 void
|
|
2632 syms_of_emacs (void)
|
|
2633 {
|
|
2634 #ifndef CANNOT_DUMP
|
|
2635 #ifdef HAVE_SHM
|
20
|
2636 DEFSUBR (Fdump_emacs_data);
|
0
|
2637 #else
|
20
|
2638 DEFSUBR (Fdump_emacs);
|
0
|
2639 #endif
|
|
2640 #endif /* !CANNOT_DUMP */
|
|
2641
|
20
|
2642 DEFSUBR (Frun_emacs_from_temacs);
|
|
2643 DEFSUBR (Frunning_temacs_p);
|
|
2644 DEFSUBR (Finvocation_name);
|
|
2645 DEFSUBR (Finvocation_directory);
|
|
2646 DEFSUBR (Fkill_emacs);
|
|
2647 DEFSUBR (Fnoninteractive);
|
0
|
2648
|
|
2649 #ifdef QUANTIFY
|
20
|
2650 DEFSUBR (Fquantify_start_recording_data);
|
|
2651 DEFSUBR (Fquantify_stop_recording_data);
|
|
2652 DEFSUBR (Fquantify_clear_data);
|
0
|
2653 #endif /* QUANTIFY */
|
|
2654
|
284
|
2655 DEFSUBR (Fsplit_string_by_char);
|
|
2656 DEFSUBR (Fsplit_path); /* #### */
|
265
|
2657
|
0
|
2658 defsymbol (&Qkill_emacs_hook, "kill-emacs-hook");
|
|
2659 defsymbol (&Qsave_buffers_kill_emacs, "save-buffers-kill-emacs");
|
|
2660 }
|
|
2661
|
|
2662 void
|
|
2663 vars_of_emacs (void)
|
|
2664 {
|
|
2665 DEFVAR_BOOL ("suppress-early-error-handler-backtrace",
|
272
|
2666 &suppress_early_error_handler_backtrace /*
|
|
2667 Non-nil means early error handler shouldn't print a backtrace.
|
0
|
2668 */ );
|
|
2669
|
|
2670 DEFVAR_LISP ("command-line-args", &Vcommand_line_args /*
|
|
2671 Args passed by shell to XEmacs, as a list of strings.
|
|
2672 */ );
|
|
2673
|
|
2674 DEFVAR_LISP ("invocation-name", &Vinvocation_name /*
|
|
2675 The program name that was used to run XEmacs.
|
|
2676 Any directory names are omitted.
|
|
2677 */ );
|
|
2678
|
|
2679 DEFVAR_LISP ("invocation-directory", &Vinvocation_directory /*
|
|
2680 The directory in which the XEmacs executable was found, to run it.
|
|
2681 The value is simply the program name if that directory's name is not known.
|
|
2682 */ );
|
|
2683
|
269
|
2684 DEFVAR_LISP ("invocation-path", &Vinvocation_path /*
|
|
2685 The path in which the XEmacs executable was found, to run it.
|
|
2686 The value is simply the value of environment variable PATH on startup
|
|
2687 if XEmacs was found there.
|
|
2688 */ );
|
|
2689
|
0
|
2690 #if 0 /* FSFmacs */
|
|
2691 xxDEFVAR_LISP ("installation-directory", &Vinstallation_directory,
|
|
2692 "A directory within which to look for the `lib-src' and `etc' directories.\n"
|
|
2693 "This is non-nil when we can't find those directories in their standard\n"
|
|
2694 "installed locations, but we can find them\n"
|
|
2695 "near where the XEmacs executable was found.");
|
|
2696 #endif
|
|
2697
|
|
2698 DEFVAR_LISP ("system-type", &Vsystem_type /*
|
272
|
2699 Symbol indicating type of operating system you are using.
|
0
|
2700 */ );
|
|
2701 Vsystem_type = intern (SYSTEM_TYPE);
|
169
|
2702 Fprovide (intern(SYSTEM_TYPE));
|
0
|
2703
|
|
2704 #ifndef EMACS_CONFIGURATION
|
|
2705 # define EMACS_CONFIGURATION "UNKNOWN"
|
|
2706 #endif
|
|
2707 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /*
|
272
|
2708 String naming the configuration XEmacs was built for.
|
0
|
2709 */ );
|
|
2710 Vsystem_configuration = Fpurecopy (build_string (EMACS_CONFIGURATION));
|
|
2711
|
175
|
2712 #ifndef EMACS_CONFIG_OPTIONS
|
|
2713 # define EMACS_CONFIG_OPTIONS "UNKNOWN"
|
|
2714 #endif
|
|
2715 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options /*
|
|
2716 String containing the configuration options XEmacs was built with.
|
|
2717 */ );
|
|
2718 Vsystem_configuration_options = Fpurecopy (build_string
|
|
2719 (EMACS_CONFIG_OPTIONS));
|
|
2720
|
165
|
2721 DEFVAR_LISP ("emacs-major-version", &Vemacs_major_version /*
|
|
2722 Major version number of this version of Emacs, as an integer.
|
|
2723 Warning: this variable did not exist in Emacs versions earlier than:
|
|
2724 FSF Emacs: 19.23
|
|
2725 XEmacs: 19.10
|
|
2726 */ );
|
|
2727 Vemacs_major_version = make_int (EMACS_MAJOR_VERSION);
|
|
2728
|
|
2729 DEFVAR_LISP ("emacs-minor-version", &Vemacs_minor_version /*
|
|
2730 Minor version number of this version of Emacs, as an integer.
|
|
2731 Warning: this variable did not exist in Emacs versions earlier than:
|
|
2732 FSF Emacs: 19.23
|
|
2733 XEmacs: 19.10
|
|
2734 */ );
|
|
2735 Vemacs_minor_version = make_int (EMACS_MINOR_VERSION);
|
|
2736
|
|
2737 DEFVAR_LISP ("emacs-beta-version", &Vemacs_beta_version /*
|
163
|
2738 Beta number of this version of Emacs, as an integer.
|
|
2739 The value is nil if this is an officially released version of XEmacs.
|
|
2740 Warning: this variable does not exist in FSF Emacs or in XEmacs versions
|
|
2741 earlier than 20.3.
|
|
2742 */ );
|
165
|
2743 #ifdef EMACS_BETA_VERSION
|
|
2744 Vemacs_beta_version = make_int (EMACS_BETA_VERSION);
|
|
2745 #else
|
|
2746 Vemacs_beta_version = Qnil;
|
163
|
2747 #endif
|
|
2748
|
278
|
2749 #ifdef INFODOCK
|
|
2750 DEFVAR_LISP ("infodock-major-version", &Vinfodock_major_version /*
|
|
2751 Major version number of this InfoDock release.
|
|
2752 */ );
|
|
2753 Vinfodock_major_version = make_int (INFODOCK_MAJOR_VERSION);
|
|
2754
|
|
2755 DEFVAR_LISP ("infodock-minor-version", &Vinfodock_minor_version /*
|
|
2756 Minor version number of this InfoDock release.
|
|
2757 */ );
|
|
2758 Vinfodock_minor_version = make_int (INFODOCK_MINOR_VERSION);
|
|
2759
|
|
2760 DEFVAR_LISP ("infodock-build-version", &Vinfodock_build_version /*
|
|
2761 Build version of this InfoDock release.
|
|
2762 */ );
|
|
2763 Vinfodock_build_version = make_int (INFODOCK_BUILD_VERSION);
|
|
2764 #endif
|
|
2765
|
163
|
2766 DEFVAR_LISP ("xemacs-codename", &Vxemacs_codename /*
|
|
2767 Codename of this version of Emacs (a string).
|
|
2768 */ );
|
|
2769 #ifndef XEMACS_CODENAME
|
165
|
2770 #define XEMACS_CODENAME "Noname"
|
163
|
2771 #endif
|
|
2772 Vxemacs_codename = Fpurecopy (build_string (XEMACS_CODENAME));
|
|
2773
|
0
|
2774 DEFVAR_BOOL ("noninteractive", &noninteractive1 /*
|
|
2775 Non-nil means XEmacs is running without interactive terminal.
|
|
2776 */ );
|
|
2777
|
276
|
2778 DEFVAR_BOOL ("inhibit-early-packages", &inhibit_early_packages /*
|
|
2779 Set to non-nil when the early packages should not be respected at startup.
|
|
2780 */ );
|
|
2781
|
|
2782 DEFVAR_BOOL ("inhibit-autoloads", &inhibit_autoloads /*
|
|
2783 Set to non-nil when autoloads should not be loaded at startup.
|
|
2784 */ );
|
|
2785
|
|
2786 DEFVAR_BOOL ("debug-paths", &debug_paths /*
|
|
2787 Set to non-nil when debug information about paths should be printed.
|
207
|
2788 */ );
|
|
2789
|
267
|
2790 DEFVAR_BOOL ("inhibit-site-lisp", &inhibit_site_lisp /*
|
|
2791 Set to non-nil when the site-lisp should not be searched at startup.
|
|
2792 */ );
|
269
|
2793 #ifdef INHIBIT_SITE_LISP
|
|
2794 inhibit_site_lisp = 1;
|
|
2795 #endif
|
267
|
2796
|
0
|
2797 DEFVAR_INT ("emacs-priority", &emacs_priority /*
|
|
2798 Priority for XEmacs to run at.
|
|
2799 This value is effective only if set before XEmacs is dumped,
|
|
2800 and only if the XEmacs executable is installed with setuid to permit
|
|
2801 it to change priority. (XEmacs sets its uid back to the real uid.)
|
|
2802 Currently, you need to define SET_EMACS_PRIORITY in `config.h'
|
|
2803 before you compile XEmacs, to enable the code for this feature.
|
|
2804 */ );
|
|
2805 emacs_priority = 0;
|
163
|
2806
|
276
|
2807 DEFVAR_CONST_LISP ("internal-error-checking", &Vinternal_error_checking /*
|
|
2808 Internal error checking built-in into this instance of XEmacs.
|
|
2809 This is a list of symbols, initialized at build-time. Legal symbols
|
|
2810 are:
|
|
2811
|
|
2812 extents - check extents prior to each extent change;
|
|
2813 typecheck - check types strictly, aborting in case of error;
|
|
2814 malloc - check operation of malloc;
|
|
2815 gc - check garbage collection;
|
|
2816 bufpos - check buffer positions.
|
|
2817 */ );
|
|
2818 Vinternal_error_checking = Qnil;
|
|
2819 #ifdef ERROR_CHECK_EXTENTS
|
|
2820 Vinternal_error_checking = Fcons (intern ("extents"),
|
|
2821 Vinternal_error_checking);
|
|
2822 #endif
|
|
2823 #ifdef ERROR_CHECK_TYPECHECK
|
|
2824 Vinternal_error_checking = Fcons (intern ("typecheck"),
|
|
2825 Vinternal_error_checking);
|
|
2826 #endif
|
|
2827 #ifdef ERROR_CHECK_MALLOC
|
|
2828 Vinternal_error_checking = Fcons (intern ("malloc"),
|
|
2829 Vinternal_error_checking);
|
|
2830 #endif
|
|
2831 #ifdef ERROR_CHECK_GC
|
|
2832 Vinternal_error_checking = Fcons (intern ("gc"),
|
|
2833 Vinternal_error_checking);
|
|
2834 #endif
|
|
2835 #ifdef ERROR_CHECK_BUFPOS
|
|
2836 Vinternal_error_checking = Fcons (intern ("bufpos"),
|
|
2837 Vinternal_error_checking);
|
|
2838 #endif
|
|
2839 Vinternal_error_checking = Fpurecopy (Vinternal_error_checking);
|
284
|
2840
|
|
2841 DEFVAR_LISP ("path-separator", &Vpath_separator /*
|
|
2842 The directory separator in search paths, as a string.
|
|
2843 */ );
|
|
2844 {
|
|
2845 char c = SEPCHAR;
|
|
2846 Vpath_separator = make_string ((Bufbyte *)&c, 1);
|
|
2847 }
|
0
|
2848 }
|
267
|
2849
|
|
2850 void
|
|
2851 complex_vars_of_emacs (void)
|
|
2852 {
|
280
|
2853 /* This is all related to path searching. */
|
|
2854
|
|
2855 DEFVAR_LISP ("emacs-program-name", &Vemacs_program_name /*
|
|
2856 *Name of the Emacs variant.
|
|
2857 For example, this may be \"xemacs\" or \"infodock\".
|
|
2858 This is mainly meant for use in path searching.
|
|
2859 */ );
|
|
2860 Vemacs_program_name = build_string ((char *) PATH_PROGNAME);
|
|
2861
|
|
2862 DEFVAR_LISP ("emacs-program-version", &Vemacs_program_version /*
|
|
2863 *Version of the Emacs variant.
|
|
2864 This typically has the form XX.XX[-bXX].
|
|
2865 This is mainly meant for use in path searching.
|
|
2866 */ );
|
|
2867 Vemacs_program_version = build_string ((char *) PATH_VERSION);
|
|
2868
|
267
|
2869 DEFVAR_LISP ("exec-path", &Vexec_path /*
|
|
2870 *List of directories to search programs to run in subprocesses.
|
|
2871 Each element is a string (directory name) or nil (try default directory).
|
|
2872 */ );
|
|
2873 Vexec_path = Qnil;
|
|
2874
|
|
2875 DEFVAR_LISP ("exec-directory", &Vexec_directory /*
|
|
2876 *Directory of architecture-dependent files that come with XEmacs,
|
|
2877 especially executable programs intended for XEmacs to invoke.
|
|
2878 */ );
|
|
2879 Vexec_directory = Qnil;
|
|
2880
|
276
|
2881 DEFVAR_LISP ("configure-exec-directory", &Vconfigure_exec_directory /*
|
|
2882 For internal use by the build procedure only.
|
|
2883 configure's idea of what EXEC-DIRECTORY will be.
|
|
2884 */ );
|
|
2885 #ifdef PATH_EXEC
|
|
2886 Vconfigure_exec_directory = Ffile_name_as_directory
|
|
2887 (build_string ((char *) PATH_EXEC));
|
|
2888 #else
|
|
2889 Vconfigure_exec_directory = Qnil;
|
|
2890 #endif
|
|
2891
|
|
2892 DEFVAR_LISP ("lisp-directory", &Vlisp_directory /*
|
|
2893 *Directory of core Lisp files that come with XEmacs.
|
|
2894 */ );
|
|
2895 Vlisp_directory = Qnil;
|
|
2896
|
267
|
2897 DEFVAR_LISP ("configure-lisp-directory", &Vconfigure_lisp_directory /*
|
276
|
2898 For internal use by the build procedure only.
|
|
2899 configure's idea of what LISP-DIRECTORY will be.
|
267
|
2900 */ );
|
|
2901 #ifdef PATH_LOADSEARCH
|
|
2902 Vconfigure_lisp_directory = Ffile_name_as_directory
|
|
2903 (build_string ((char *) PATH_LOADSEARCH));
|
|
2904 #else
|
|
2905 Vconfigure_lisp_directory = Qnil;
|
|
2906 #endif
|
|
2907
|
|
2908 DEFVAR_LISP ("configure-package-path", &Vconfigure_package_path /*
|
|
2909 For internal use by the build procedure only.
|
278
|
2910 configure's idea of what the package path will be.
|
267
|
2911 */ );
|
|
2912 #ifdef PATH_PACKAGEPATH
|
|
2913 Vconfigure_package_path = decode_path (PATH_PACKAGEPATH);
|
|
2914 #else
|
|
2915 Vconfigure_package_path = Qnil;
|
|
2916 #endif
|
|
2917
|
|
2918 DEFVAR_LISP ("data-directory", &Vdata_directory /*
|
|
2919 *Directory of architecture-independent files that come with XEmacs,
|
|
2920 intended for XEmacs to use.
|
|
2921 Use of this variable in new code is almost never correct. See the
|
|
2922 function `locate-data-directory' and the variable `data-directory-list'.
|
|
2923 */ );
|
|
2924 Vdata_directory = Qnil;
|
|
2925
|
|
2926 DEFVAR_LISP ("configure-data-directory", &Vconfigure_data_directory /*
|
|
2927 For internal use by the build procedure only.
|
|
2928 configure's idea of what DATA-DIRECTORY will be.
|
|
2929 */ );
|
|
2930 #ifdef PATH_DATA
|
|
2931 Vconfigure_data_directory = Ffile_name_as_directory
|
|
2932 (build_string ((char *) PATH_DATA));
|
|
2933 #else
|
|
2934 Vconfigure_data_directory = Qnil;
|
|
2935 #endif
|
|
2936
|
|
2937 DEFVAR_LISP ("data-directory-list", &Vdata_directory_list /*
|
|
2938 *List of directories of architecture-independent files that come with XEmacs
|
|
2939 or were installed as packages, and are intended for XEmacs to use.
|
|
2940 */ );
|
|
2941 Vdata_directory_list = Qnil;
|
|
2942
|
|
2943 #ifdef CLASH_DETECTION
|
|
2944 DEFVAR_LISP ("configure-lock-directory", &Vconfigure_lock_directory /*
|
|
2945 For internal use by the build procedure only.
|
|
2946 configure's idea of what LOCK-DIRECTORY will be.
|
|
2947 */ );
|
|
2948 #ifdef PATH_LOCK
|
|
2949 Vconfigure_lock_directory = Ffile_name_as_directory
|
|
2950 (build_string ((char *) PATH_LOCK));
|
|
2951 #else
|
|
2952 Vconfigure_lock_directory = Qnil;
|
|
2953 #endif
|
|
2954 #endif /* CLASH_DETECTION */
|
|
2955
|
276
|
2956 DEFVAR_LISP ("site-directory", &Vsite_directory /*
|
|
2957 *Directory of site-specific Lisp files that come with XEmacs.
|
|
2958 */ );
|
|
2959 Vsite_directory = Qnil;
|
|
2960
|
267
|
2961 DEFVAR_LISP ("configure-site-directory", &Vconfigure_site_directory /*
|
|
2962 For internal use by the build procedure only.
|
|
2963 configure's idea of what SITE-DIRECTORY will be.
|
|
2964 */ );
|
|
2965 #ifdef PATH_SITE
|
|
2966 Vconfigure_site_directory = Ffile_name_as_directory
|
|
2967 (build_string ((char *) PATH_SITE));
|
|
2968 #else
|
|
2969 Vconfigure_site_directory = Qnil;
|
|
2970 #endif
|
|
2971
|
|
2972 DEFVAR_LISP ("doc-directory", &Vdoc_directory /*
|
|
2973 *Directory containing the DOC file that comes with XEmacs.
|
|
2974 This is usually the same as exec-directory.
|
|
2975 */ );
|
|
2976 Vdoc_directory = Qnil;
|
|
2977
|
|
2978 DEFVAR_LISP ("configure-doc-directory", &Vconfigure_doc_directory /*
|
|
2979 For internal use by the build procedure only.
|
|
2980 configure's idea of what DOC-DIRECTORY will be.
|
|
2981 */ );
|
|
2982 #ifdef PATH_DOC
|
|
2983 Vconfigure_doc_directory = Ffile_name_as_directory
|
|
2984 (build_string ((char *) PATH_DOC));
|
|
2985 #else
|
|
2986 Vconfigure_doc_directory = Qnil;
|
|
2987 #endif
|
|
2988
|
278
|
2989 DEFVAR_LISP ("configure-exec-prefix-directory", &Vconfigure_exec_prefix_directory /*
|
|
2990 For internal use by the build procedure only.
|
|
2991 configure's idea of what EXEC-PREFIX-DIRECTORY will be.
|
|
2992 */ );
|
|
2993 #ifdef PATH_EXEC_PREFIX
|
|
2994 Vconfigure_exec_prefix_directory = Ffile_name_as_directory
|
|
2995 (build_string ((char *) PATH_EXEC_PREFIX));
|
|
2996 #else
|
|
2997 Vconfigure_exec_prefix_directory = Qnil;
|
|
2998 #endif
|
|
2999
|
267
|
3000 DEFVAR_LISP ("configure-prefix-directory", &Vconfigure_prefix_directory /*
|
|
3001 For internal use by the build procedure only.
|
|
3002 configure's idea of what PREFIX-DIRECTORY will be.
|
|
3003 */ );
|
|
3004 #ifdef PATH_PREFIX
|
|
3005 Vconfigure_prefix_directory = Ffile_name_as_directory
|
|
3006 (build_string ((char *) PATH_PREFIX));
|
|
3007 #else
|
|
3008 Vconfigure_prefix_directory = Qnil;
|
|
3009 #endif
|
|
3010
|
|
3011 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory /*
|
|
3012 For internal use by the build procedure only.
|
|
3013 This is the name of the directory in which the build procedure installed
|
|
3014 Emacs's info files; the default value for Info-default-directory-list
|
|
3015 includes this.
|
|
3016 */ );
|
|
3017 #ifdef PATH_INFO
|
|
3018 Vconfigure_info_directory =
|
|
3019 Ffile_name_as_directory (build_string (PATH_INFO));
|
|
3020 #else
|
|
3021 Vconfigure_info_directory = Qnil;
|
|
3022 #endif
|
|
3023
|
|
3024 DEFVAR_LISP ("configure-info-path", &Vconfigure_info_path /*
|
|
3025 The configured initial path for info documentation.
|
|
3026 */ );
|
|
3027 #ifdef PATH_INFOPATH
|
|
3028 Vconfigure_info_path = decode_path (PATH_INFOPATH);
|
|
3029 #else
|
|
3030 Vconfigure_info_path = Qnil;
|
|
3031 #endif
|
|
3032 }
|