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 ();
|
|
933 #endif
|
|
934 syms_of_profile ();
|
255
|
935 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
0
|
936 syms_of_ralloc ();
|
|
937 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
938 syms_of_rangetab ();
|
|
939 syms_of_redisplay ();
|
|
940 syms_of_search ();
|
|
941 syms_of_signal ();
|
|
942 syms_of_sound ();
|
|
943 syms_of_specifier ();
|
|
944 syms_of_symbols ();
|
|
945 syms_of_syntax ();
|
|
946 #ifdef HAVE_SCROLLBARS
|
|
947 syms_of_scrollbar ();
|
|
948 #endif
|
|
949 #ifdef HAVE_TOOLBARS
|
|
950 syms_of_toolbar ();
|
|
951 #endif
|
|
952 syms_of_undo ();
|
195
|
953 syms_of_widget ();
|
0
|
954 syms_of_window ();
|
195
|
955
|
0
|
956 #ifdef HAVE_TTY
|
|
957 syms_of_console_tty ();
|
|
958 syms_of_device_tty ();
|
|
959 syms_of_objects_tty ();
|
|
960 #endif
|
|
961 #ifdef HAVE_X_WINDOWS
|
|
962 syms_of_device_x ();
|
|
963 #ifdef HAVE_DIALOGS
|
|
964 syms_of_dialog_x ();
|
|
965 #endif
|
|
966 syms_of_event_Xt ();
|
|
967 syms_of_frame_x ();
|
|
968 syms_of_glyphs_x ();
|
|
969 syms_of_objects_x ();
|
|
970 #ifdef HAVE_MENUBARS
|
|
971 syms_of_menubar_x ();
|
|
972 #endif
|
|
973 syms_of_xselect ();
|
|
974 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
975 syms_of_gui_x ();
|
|
976 #endif
|
|
977 #endif /* HAVE_X_WINDOWS */
|
|
978
|
213
|
979 #ifdef HAVE_MS_WINDOWS
|
|
980 syms_of_console_mswindows ();
|
|
981 syms_of_device_mswindows ();
|
|
982 syms_of_event_mswindows ();
|
|
983 syms_of_frame_mswindows ();
|
|
984 syms_of_objects_mswindows ();
|
221
|
985 syms_of_select_mswindows ();
|
267
|
986 syms_of_glyphs_mswindows ();
|
231
|
987 #ifdef HAVE_MENUBARS
|
|
988 syms_of_menubar_mswindows ();
|
|
989 #endif
|
276
|
990 #ifdef HAVE_SCROLLBARS
|
|
991 syms_of_scrollbar_mswindows ();
|
|
992 #endif
|
263
|
993 #ifdef HAVE_MSW_C_DIRED
|
|
994 syms_of_dired_mswindows ();
|
209
|
995 #endif
|
263
|
996 #endif /* HAVE_MS_WINDOWS */
|
209
|
997
|
70
|
998 #ifdef MULE
|
|
999 syms_of_mule ();
|
|
1000 syms_of_mule_ccl ();
|
|
1001 syms_of_mule_charset ();
|
259
|
1002 #endif
|
|
1003 #ifdef FILE_CODING
|
70
|
1004 syms_of_mule_coding ();
|
259
|
1005 #endif
|
|
1006 #ifdef MULE
|
70
|
1007 #ifdef HAVE_WNN
|
|
1008 syms_of_mule_wnn ();
|
|
1009 #endif
|
|
1010 #ifdef HAVE_CANNA
|
|
1011 syms_of_mule_canna ();
|
|
1012 #endif /* HAVE_CANNA */
|
|
1013 #endif /* MULE */
|
|
1014
|
0
|
1015 #ifdef SYMS_SYSTEM
|
|
1016 SYMS_SYSTEM;
|
|
1017 #endif
|
|
1018
|
|
1019 #ifdef SYMS_MACHINE
|
|
1020 SYMS_MACHINE;
|
|
1021 #endif
|
|
1022
|
|
1023 #ifdef EMACS_BTL
|
163
|
1024 syms_of_btl ();
|
0
|
1025 #endif
|
|
1026
|
269
|
1027 /*
|
267
|
1028 #if defined (GNU_MALLOC) && \
|
|
1029 defined (ERROR_CHECK_MALLOC) && \
|
|
1030 !defined (HAVE_LIBMCHECK)
|
269
|
1031 */
|
267
|
1032 /* Prior to XEmacs 21, this was `#if 0'ed out. -slb */
|
269
|
1033 #if defined (LOSING_GCC_DESTRUCTOR_FREE_BUG)
|
0
|
1034 syms_of_free_hook ();
|
|
1035 #endif
|
|
1036
|
|
1037 #ifdef TOOLTALK
|
|
1038 syms_of_tooltalk ();
|
|
1039 #endif
|
|
1040
|
|
1041 #ifdef SUNPRO
|
|
1042 syms_of_sunpro ();
|
|
1043 #endif
|
|
1044
|
259
|
1045 #ifdef HAVE_LDAP
|
|
1046 syms_of_eldap ();
|
|
1047 #endif
|
|
1048
|
0
|
1049 /* Now create the subtypes for the types that have them.
|
|
1050 We do this before the vars_*() because more symbols
|
|
1051 may get initialized here. */
|
|
1052
|
|
1053 /* Now initialize the console types and associated symbols.
|
|
1054 Other than the first function below, the functions may
|
|
1055 make exactly the following function/macro calls:
|
|
1056
|
|
1057 INITIALIZE_CONSOLE_TYPE()
|
|
1058 CONSOLE_HAS_METHOD()
|
|
1059
|
|
1060 For any given console type, the former macro must be called
|
|
1061 before the any calls to the latter macro. */
|
|
1062
|
|
1063 console_type_create ();
|
|
1064
|
|
1065 console_type_create_stream ();
|
|
1066
|
|
1067 #ifdef HAVE_TTY
|
|
1068 console_type_create_tty ();
|
|
1069 console_type_create_device_tty ();
|
|
1070 console_type_create_frame_tty ();
|
|
1071 console_type_create_objects_tty ();
|
|
1072 console_type_create_redisplay_tty ();
|
|
1073 #endif
|
|
1074
|
|
1075 #ifdef HAVE_X_WINDOWS
|
|
1076 console_type_create_x ();
|
|
1077 console_type_create_device_x ();
|
|
1078 console_type_create_frame_x ();
|
|
1079 console_type_create_glyphs_x ();
|
|
1080 #ifdef HAVE_MENUBARS
|
|
1081 console_type_create_menubar_x ();
|
|
1082 #endif
|
|
1083 console_type_create_objects_x ();
|
|
1084 console_type_create_redisplay_x ();
|
|
1085 #ifdef HAVE_SCROLLBARS
|
|
1086 console_type_create_scrollbar_x ();
|
|
1087 #endif
|
|
1088 #ifdef HAVE_TOOLBARS
|
|
1089 console_type_create_toolbar_x ();
|
|
1090 #endif
|
284
|
1091 #ifdef HAVE_DIALOGS
|
|
1092 console_type_create_dialog_x ();
|
|
1093 #endif
|
0
|
1094 #endif /* HAVE_X_WINDOWS */
|
|
1095
|
213
|
1096 #ifdef HAVE_MS_WINDOWS
|
|
1097 console_type_create_mswindows ();
|
|
1098 console_type_create_device_mswindows ();
|
|
1099 console_type_create_frame_mswindows ();
|
|
1100 console_type_create_objects_mswindows ();
|
|
1101 console_type_create_redisplay_mswindows ();
|
267
|
1102 console_type_create_glyphs_mswindows ();
|
225
|
1103 # ifdef HAVE_SCROLLBARS
|
|
1104 console_type_create_scrollbar_mswindows ();
|
|
1105 # endif
|
231
|
1106 #ifdef HAVE_MENUBARS
|
|
1107 console_type_create_menubar_mswindows ();
|
|
1108 #endif
|
276
|
1109 #ifdef HAVE_TOOLBARS
|
|
1110 console_type_create_toolbar_mswindows ();
|
|
1111 #endif
|
209
|
1112 #endif
|
|
1113
|
0
|
1114 /* Now initialize the specifier types and associated symbols.
|
|
1115 Other than the first function below, the functions may
|
|
1116 make exactly the following function/macro calls:
|
|
1117
|
|
1118 INITIALIZE_SPECIFIER_TYPE()
|
|
1119 SPECIFIER_HAS_METHOD()
|
|
1120
|
|
1121 For any given specifier type, the former macro must be called
|
|
1122 before the any calls to the latter macro. */
|
|
1123
|
|
1124 specifier_type_create ();
|
|
1125
|
|
1126 specifier_type_create_image ();
|
|
1127 specifier_type_create_objects ();
|
|
1128 #ifdef HAVE_TOOLBARS
|
|
1129 specifier_type_create_toolbar ();
|
|
1130 #endif
|
|
1131
|
|
1132 /* Now initialize the structure types and associated symbols.
|
|
1133 Other than the first function below, the functions may
|
|
1134 make exactly the following function/macro calls:
|
|
1135
|
|
1136 define_structure_type()
|
|
1137 define_structure_type_keyword()
|
|
1138
|
|
1139 */
|
|
1140
|
|
1141 structure_type_create ();
|
|
1142
|
70
|
1143 structure_type_create_chartab ();
|
0
|
1144 structure_type_create_faces ();
|
|
1145 structure_type_create_rangetab ();
|
223
|
1146 structure_type_create_hashtable ();
|
0
|
1147
|
|
1148 /* Now initialize the image instantiator formats and associated symbols.
|
|
1149 Other than the first function below, the functions may
|
|
1150 make exactly the following function/macro calls:
|
|
1151
|
|
1152 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT()
|
|
1153 IIFORMAT_HAS_METHOD()
|
|
1154 IIFORMAT_VALID_KEYWORD()
|
|
1155
|
|
1156 For any given image instantiator format, the first macro must be
|
|
1157 called before the any calls to the other macros. */
|
|
1158
|
|
1159 image_instantiator_format_create ();
|
280
|
1160 image_instantiator_format_create_glyphs_eimage ();
|
0
|
1161 #ifdef HAVE_X_WINDOWS
|
|
1162 image_instantiator_format_create_glyphs_x ();
|
|
1163 #endif /* HAVE_X_WINDOWS */
|
267
|
1164 #ifdef HAVE_MS_WINDOWS
|
|
1165 image_instantiator_format_create_glyphs_mswindows ();
|
|
1166 #endif /* HAVE_MSWINDOWS_WINDOWS */
|
0
|
1167
|
|
1168 /* Now initialize the lstream types and associated symbols.
|
|
1169 Other than the first function below, the functions may
|
|
1170 make exactly the following function/macro calls:
|
|
1171
|
|
1172 LSTREAM_HAS_METHOD()
|
|
1173
|
|
1174 */
|
|
1175
|
|
1176 lstream_type_create ();
|
259
|
1177 #ifdef FILE_CODING
|
70
|
1178 lstream_type_create_mule_coding ();
|
|
1179 #endif
|
278
|
1180 #if defined (HAVE_MS_WINDOWS) && !defined(HAVE_MSG_SELECT)
|
274
|
1181 lstream_type_create_mswindows_selectable ();
|
|
1182 #endif
|
|
1183
|
263
|
1184 /* Initialize processes implementation.
|
|
1185 The functions may make exactly the following function/macro calls:
|
|
1186
|
|
1187 PROCESS_HAS_METHOD()
|
|
1188 */
|
|
1189 #ifdef HAVE_UNIX_PROCESSES
|
|
1190 process_type_create_unix ();
|
|
1191 #endif
|
|
1192 #ifdef HAVE_WIN32_PROCESSES
|
274
|
1193 process_type_create_nt ();
|
263
|
1194 #endif
|
|
1195
|
0
|
1196 /* Now initialize most variables.
|
|
1197
|
|
1198 These functions may do exactly the following:
|
|
1199
|
|
1200 DEFVAR_INT()
|
|
1201 DEFVAR_LISP()
|
|
1202 DEFVAR_BOOL()
|
|
1203 DEFER_GETTEXT()
|
|
1204 Dynarr_*()
|
|
1205 Blocktype_*()
|
|
1206 staticpro()
|
|
1207 Fprovide(symbol)
|
|
1208 intern()
|
|
1209 pure_put()
|
|
1210 xmalloc()
|
|
1211 defsymbol(), if it's absolutely necessary and you're sure that
|
|
1212 the symbol isn't referenced anywhere else in the initialization
|
|
1213 code
|
|
1214 Fset() on a symbol that is unbound
|
|
1215 assigning a symbol or constant value to a variable
|
|
1216 using a global variable that has been initialized
|
|
1217 earlier on in the same function
|
|
1218
|
|
1219 Any of the object-creating functions on alloc.c: e.g.
|
|
1220
|
|
1221 make_pure_*()
|
|
1222 Fpurecopy()
|
|
1223 make_string()
|
|
1224 build_string()
|
|
1225 make_vector()
|
|
1226 make_int()
|
|
1227 make_extent()
|
|
1228 alloc_lcrecord()
|
|
1229 Fcons()
|
|
1230 listN()
|
|
1231 make_opaque_ptr()
|
|
1232 make_opaque_long()
|
|
1233
|
|
1234 perhaps a few others.
|
|
1235 */
|
|
1236
|
|
1237 /* Now allow Fprovide() statements to be made. */
|
|
1238 init_provide_once ();
|
|
1239
|
|
1240 vars_of_abbrev ();
|
|
1241 vars_of_alloc ();
|
136
|
1242 #ifdef HAVE_X_WINDOWS
|
|
1243 vars_of_balloon_x ();
|
|
1244 #endif
|
0
|
1245 vars_of_buffer ();
|
|
1246 vars_of_bytecode ();
|
|
1247 vars_of_callint ();
|
|
1248 vars_of_callproc ();
|
|
1249 vars_of_cmdloop ();
|
|
1250 vars_of_cmds ();
|
|
1251 vars_of_console ();
|
|
1252 vars_of_data ();
|
|
1253 #ifdef DEBUG_XEMACS
|
|
1254 vars_of_debug ();
|
|
1255 #endif
|
|
1256 vars_of_console_stream ();
|
|
1257 vars_of_device ();
|
|
1258 #ifdef HAVE_DIALOGS
|
|
1259 vars_of_dialog ();
|
|
1260 #endif
|
|
1261 vars_of_dired ();
|
|
1262 vars_of_doc ();
|
284
|
1263 #ifdef HAVE_DRAGNDROP
|
|
1264 vars_of_dragdrop ();
|
|
1265 #endif
|
0
|
1266 vars_of_editfns ();
|
|
1267 vars_of_elhash ();
|
|
1268 vars_of_emacs ();
|
|
1269 vars_of_eval ();
|
|
1270 vars_of_event_stream ();
|
|
1271 vars_of_events ();
|
|
1272 vars_of_extents ();
|
|
1273 vars_of_faces ();
|
|
1274 vars_of_fileio ();
|
|
1275 #ifdef CLASH_DETECTION
|
|
1276 vars_of_filelock ();
|
|
1277 #endif
|
|
1278 vars_of_floatfns ();
|
|
1279 vars_of_font_lock ();
|
|
1280 vars_of_frame ();
|
|
1281 vars_of_glyphs ();
|
280
|
1282 vars_of_glyphs_eimage ();
|
0
|
1283 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
1284 vars_of_gui ();
|
|
1285 #endif
|
|
1286 vars_of_indent ();
|
|
1287 vars_of_insdel ();
|
|
1288 vars_of_intl ();
|
70
|
1289 #ifdef HAVE_XIM
|
|
1290 #ifdef XIM_MOTIF
|
|
1291 vars_of_input_method_motif ();
|
|
1292 #else /* XIM_XLIB */
|
|
1293 vars_of_input_method_xlib ();
|
|
1294 #endif
|
|
1295 #endif /* HAVE_XIM */
|
0
|
1296 vars_of_keymap ();
|
|
1297 vars_of_lread ();
|
|
1298 vars_of_lstream ();
|
|
1299 vars_of_macros ();
|
|
1300 vars_of_md5 ();
|
|
1301 #ifdef HAVE_DATABASE
|
272
|
1302 vars_of_database ();
|
0
|
1303 #endif
|
|
1304 #ifdef HAVE_MENUBARS
|
|
1305 vars_of_menubar ();
|
|
1306 #endif
|
|
1307 vars_of_minibuf ();
|
|
1308 vars_of_objects ();
|
|
1309 vars_of_print ();
|
263
|
1310
|
0
|
1311 #ifndef NO_SUBPROCESSES
|
|
1312 vars_of_process ();
|
263
|
1313 #ifdef HAVE_UNIX_PROCESSES
|
|
1314 vars_of_process_unix ();
|
0
|
1315 #endif
|
263
|
1316 #ifdef HAVE_WIN32_PROCESSES
|
274
|
1317 vars_of_process_nt ();
|
263
|
1318 #endif
|
|
1319 #endif
|
|
1320
|
0
|
1321 vars_of_profile ();
|
255
|
1322 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
0
|
1323 vars_of_ralloc ();
|
|
1324 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
1325 vars_of_redisplay ();
|
|
1326 #ifdef HAVE_SCROLLBARS
|
|
1327 vars_of_scrollbar ();
|
|
1328 #endif
|
|
1329 vars_of_search ();
|
|
1330 vars_of_sound ();
|
|
1331 vars_of_specifier ();
|
|
1332 vars_of_symbols ();
|
|
1333 vars_of_syntax ();
|
|
1334 #ifdef HAVE_TOOLBARS
|
|
1335 vars_of_toolbar ();
|
|
1336 #endif
|
|
1337 vars_of_undo ();
|
|
1338 vars_of_window ();
|
|
1339
|
|
1340 #ifdef HAVE_TTY
|
|
1341 vars_of_console_tty ();
|
|
1342 vars_of_event_tty ();
|
|
1343 vars_of_frame_tty ();
|
|
1344 vars_of_objects_tty ();
|
|
1345 #endif
|
|
1346
|
|
1347 #ifdef HAVE_X_WINDOWS
|
|
1348 vars_of_device_x ();
|
|
1349 #ifdef HAVE_DIALOGS
|
|
1350 vars_of_dialog_x ();
|
|
1351 #endif
|
|
1352 vars_of_event_Xt ();
|
|
1353 vars_of_frame_x ();
|
|
1354 vars_of_glyphs_x ();
|
|
1355 #ifdef HAVE_MENUBARS
|
|
1356 vars_of_menubar_x ();
|
|
1357 #endif
|
|
1358 vars_of_objects_x ();
|
|
1359 vars_of_xselect ();
|
|
1360 #ifdef HAVE_SCROLLBARS
|
|
1361 vars_of_scrollbar_x ();
|
|
1362 #endif
|
|
1363 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
1364 vars_of_gui_x ();
|
|
1365 #endif
|
|
1366 #endif
|
|
1367
|
213
|
1368 #ifdef HAVE_MS_WINDOWS
|
|
1369 vars_of_device_mswindows ();
|
|
1370 vars_of_console_mswindows ();
|
|
1371 vars_of_event_mswindows ();
|
|
1372 vars_of_frame_mswindows ();
|
|
1373 vars_of_objects_mswindows ();
|
221
|
1374 vars_of_select_mswindows ();
|
267
|
1375 vars_of_glyphs_mswindows ();
|
225
|
1376 #ifdef HAVE_SCROLLBARS
|
|
1377 vars_of_scrollbar_mswindows ();
|
|
1378 #endif
|
231
|
1379 #ifdef HAVE_MENUBARS
|
|
1380 vars_of_menubar_mswindows ();
|
|
1381 #endif
|
263
|
1382 #ifdef HAVE_MSW_C_DIRED
|
|
1383 vars_of_dired_mswindows ();
|
209
|
1384 #endif
|
263
|
1385 #endif /* HAVE_MS_WINDOWS */
|
209
|
1386
|
70
|
1387 #ifdef MULE
|
|
1388 vars_of_mule ();
|
|
1389 vars_of_mule_charset ();
|
259
|
1390 #endif
|
|
1391 #ifdef FILE_CODING
|
70
|
1392 vars_of_mule_coding ();
|
259
|
1393 #endif
|
|
1394 #ifdef MULE
|
70
|
1395 #ifdef HAVE_WNN
|
|
1396 vars_of_mule_wnn ();
|
|
1397 #endif
|
|
1398 #ifdef HAVE_CANNA
|
|
1399 vars_of_mule_canna ();
|
|
1400 #endif /* HAVE_CANNA */
|
|
1401 #endif /* MULE */
|
|
1402
|
0
|
1403 #ifdef TOOLTALK
|
|
1404 vars_of_tooltalk ();
|
|
1405 #endif
|
|
1406
|
|
1407 #ifdef SUNPRO
|
|
1408 vars_of_sunpro ();
|
|
1409 #endif
|
|
1410
|
259
|
1411 #ifdef HAVE_LDAP
|
|
1412 vars_of_eldap ();
|
|
1413 #endif
|
|
1414
|
0
|
1415 /* Now initialize any specifier variables. We do this later
|
|
1416 because it has some dependence on the vars initialized
|
|
1417 above.
|
|
1418
|
|
1419 These functions should *only* initialize specifier variables,
|
|
1420 and may make use of the following functions/macros in addition
|
|
1421 to the ones listed above:
|
|
1422
|
|
1423 DEFVAR_SPECIFIER()
|
|
1424 Fmake_specifier()
|
|
1425 set_specifier_fallback()
|
|
1426 set_specifier_caching()
|
|
1427 */
|
|
1428
|
|
1429 specifier_vars_of_glyphs ();
|
|
1430 #ifdef HAVE_MENUBARS
|
|
1431 specifier_vars_of_menubar ();
|
|
1432 #endif
|
|
1433 specifier_vars_of_redisplay ();
|
|
1434 #ifdef HAVE_SCROLLBARS
|
|
1435 specifier_vars_of_scrollbar ();
|
|
1436 #endif
|
|
1437 #ifdef HAVE_TOOLBARS
|
|
1438 specifier_vars_of_toolbar ();
|
|
1439 #endif
|
|
1440 specifier_vars_of_window ();
|
|
1441
|
|
1442 /* Now comes all the rest of the variables that couldn't
|
|
1443 be handled above. There may be dependencies on variables
|
|
1444 initialized above, and dependencies between one complex_vars_()
|
|
1445 function and another. */
|
|
1446
|
|
1447 /* Calls Fmake_range_table(). */
|
|
1448 complex_vars_of_regex ();
|
|
1449 /* Calls Fmake_range_table(). */
|
|
1450 complex_vars_of_search ();
|
|
1451
|
|
1452 /* Calls make_lisp_hashtable(). */
|
|
1453 complex_vars_of_extents ();
|
163
|
1454
|
0
|
1455 /* Depends on hashtables and specifiers. */
|
|
1456 complex_vars_of_faces ();
|
|
1457
|
70
|
1458 #ifdef MULE
|
|
1459 /* These two depend on hashtables and various variables declared
|
|
1460 earlier. The second may also depend on the first. */
|
|
1461 complex_vars_of_mule_charset ();
|
259
|
1462 #endif
|
|
1463 #if defined(FILE_CODING)
|
70
|
1464 complex_vars_of_mule_coding ();
|
|
1465 #endif
|
|
1466
|
0
|
1467 /* This calls allocate_glyph(), which creates specifiers
|
|
1468 and also relies on a variable (Vthe_nothing_vector) initialized
|
70
|
1469 above. It also calls make_ext_string(), which under Mule
|
|
1470 could require that the charsets be initialized. */
|
0
|
1471 complex_vars_of_glyphs ();
|
|
1472
|
175
|
1473 /* These rely on the glyphs just created in the previous function,
|
|
1474 and call Fadd_spec_to_specifier(), which relies on various
|
0
|
1475 variables initialized above. */
|
|
1476 #ifdef HAVE_X_WINDOWS
|
|
1477 complex_vars_of_glyphs_x ();
|
|
1478 #endif
|
267
|
1479 #ifdef HAVE_MS_WINDOWS
|
|
1480 complex_vars_of_glyphs_mswindows ();
|
|
1481 #endif
|
0
|
1482
|
|
1483 /* This calls Fmake_glyph_internal(). */
|
|
1484 complex_vars_of_alloc ();
|
|
1485
|
|
1486 /* This calls Fmake_glyph_internal(). */
|
|
1487 #ifdef HAVE_MENUBARS
|
|
1488 complex_vars_of_menubar ();
|
|
1489 #endif
|
|
1490
|
|
1491 /* This calls Fmake_glyph_internal(). */
|
|
1492 #ifdef HAVE_SCROLLBARS
|
|
1493 complex_vars_of_scrollbar ();
|
|
1494 #endif
|
|
1495
|
|
1496 /* This calls allocate_glyph(). */
|
|
1497 complex_vars_of_frame ();
|
|
1498
|
70
|
1499 /* This calls Fcopy_category_table() under Mule, which calls who
|
|
1500 knows what. */
|
|
1501 complex_vars_of_chartab ();
|
|
1502
|
0
|
1503 /* This calls set_string_char(), which (under Mule) depends on the
|
|
1504 charsets being initialized. */
|
|
1505 complex_vars_of_casetab ();
|
|
1506
|
|
1507 /* This calls Fcopy_syntax_table(), which relies on char tables. */
|
|
1508 complex_vars_of_syntax ();
|
|
1509
|
|
1510 /* This initializes buffer-local variables, sets things up so
|
|
1511 that buffers can be created, and creates a couple of basic
|
|
1512 buffers. This depends on Vstandard_syntax_table and
|
|
1513 Vstandard_category_table (initialized in the previous
|
|
1514 functions), as well as a whole horde of variables that may
|
|
1515 have been initialized above. */
|
|
1516 complex_vars_of_buffer ();
|
|
1517
|
|
1518 /* This initializes console-local variables. */
|
|
1519 complex_vars_of_console ();
|
|
1520
|
|
1521 /* This creates a couple more buffers, and depends on the
|
|
1522 previous function. */
|
|
1523 complex_vars_of_minibuf ();
|
|
1524
|
|
1525 /* These two might call Ffile_name_as_directory(), which
|
|
1526 might depend on all sorts of things; I'm not sure. */
|
267
|
1527 complex_vars_of_emacs ();
|
|
1528
|
0
|
1529 #ifdef CLASH_DETECTION
|
|
1530 complex_vars_of_filelock ();
|
|
1531 #endif /* CLASH_DETECTION */
|
|
1532
|
|
1533 /* This creates a couple of basic keymaps and depends on Lisp
|
|
1534 hashtables and Ffset() (both of which depend on some variables
|
|
1535 initialized in the vars_of_*() section) and possibly other
|
|
1536 stuff. */
|
|
1537 complex_vars_of_keymap ();
|
175
|
1538 /* Calls Fmake_hashtable() and creates a keymap */
|
|
1539 complex_vars_of_event_stream ();
|
0
|
1540
|
|
1541 if (always_gc) /* purification debugging hack */
|
|
1542 garbage_collect_1 ();
|
|
1543 }
|
|
1544
|
|
1545 /* CONGRATULATIONS!!! We have successfully initialized the Lisp
|
|
1546 engine. */
|
|
1547
|
|
1548 if (initialized)
|
|
1549 {
|
|
1550 /* Stuff that needs to be reset at run time. Order below should
|
|
1551 not matter. */
|
|
1552 reinit_alloc ();
|
|
1553 reinit_eval ();
|
70
|
1554 #ifdef MULE_REGEXP
|
|
1555 reinit_mule_category ();
|
|
1556 #endif
|
0
|
1557 }
|
|
1558
|
|
1559 /* Now do further initialization/setup of stuff that is not needed by the
|
|
1560 syms_of_() routines. This involves stuff that only is enabled in
|
|
1561 an interactive run (redisplay, user input, etc.) and stuff that is
|
|
1562 not needed until we start loading Lisp code (the reader). A lot
|
|
1563 of this stuff involves querying the current environment and needs
|
|
1564 to be done both at dump time and at run time. */
|
|
1565
|
|
1566 init_callproc (); /* Set up the process environment (so that egetenv
|
|
1567 works), the basic directory variables
|
|
1568 (exec-directory and so on), and stuff
|
|
1569 related to subprocesses. This should be
|
|
1570 first because many of the functions below
|
|
1571 call egetenv() to get environment variables. */
|
|
1572 init_lread (); /* Set up the Lisp reader. */
|
|
1573 #ifdef MSDOS
|
|
1574 /* Call early 'cause init_environment needs it. */
|
|
1575 init_dosfns ();
|
|
1576 /* Set defaults for several environment variables. */
|
|
1577 init_environment (argc, argv, skip_args);
|
|
1578 #endif
|
|
1579 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */
|
|
1580 init_buffer (); /* Init default directory of *scratch* buffer */
|
195
|
1581
|
|
1582 #ifdef WINDOWSNT
|
|
1583 init_environment();
|
|
1584 init_ntproc();
|
|
1585 #endif
|
|
1586
|
0
|
1587 init_redisplay (); /* Determine terminal type.
|
|
1588 init_sys_modes uses results */
|
|
1589 init_event_stream (); /* Set up so we can get user input. */
|
|
1590 init_macros (); /* set up so we can run macros. */
|
|
1591 init_editfns (); /* Determine the name of the user we're running as */
|
|
1592 init_xemacs_process (); /* set up for calling subprocesses */
|
|
1593 #ifdef SUNPRO
|
|
1594 init_sunpro (); /* Set up Sunpro usage tracking */
|
|
1595 #endif
|
|
1596 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800)
|
|
1597 init_hpplay ();
|
|
1598 #endif
|
|
1599 #ifdef HAVE_TTY
|
|
1600 init_device_tty ();
|
|
1601 #endif
|
|
1602 init_console_stream (); /* Create the first console */
|
|
1603
|
173
|
1604 /* try to get the actual pathname of the exec file we are running */
|
233
|
1605 if (!restart)
|
0
|
1606 {
|
|
1607 Vinvocation_name = Fcar (Vcommand_line_args);
|
233
|
1608 if (XSTRING_DATA(Vinvocation_name)[0] == '-')
|
|
1609 {
|
|
1610 /* XEmacs as a login shell, oh goody! */
|
|
1611 Vinvocation_name = build_string(getenv("SHELL"));
|
|
1612 }
|
0
|
1613 Vinvocation_directory = Vinvocation_name;
|
|
1614
|
|
1615 if (!NILP (Ffile_name_directory (Vinvocation_name)))
|
269
|
1616 {
|
|
1617 /* invocation-name includes a directory component -- presumably it
|
|
1618 is relative to cwd, not $PATH */
|
|
1619 Vinvocation_directory = Fexpand_file_name (Vinvocation_name,
|
|
1620 Qnil);
|
|
1621 Vinvocation_path = Qnil;
|
|
1622 }
|
0
|
1623 else
|
269
|
1624 {
|
|
1625 Vinvocation_path = decode_env_path ("PATH", NULL);
|
|
1626 locate_file (Vinvocation_path, Vinvocation_name, EXEC_SUFFIXES,
|
|
1627 &Vinvocation_directory, X_OK);
|
|
1628 }
|
0
|
1629
|
|
1630 if (NILP (Vinvocation_directory))
|
|
1631 Vinvocation_directory = Vinvocation_name;
|
|
1632
|
|
1633 Vinvocation_name = Ffile_name_nondirectory (Vinvocation_directory);
|
|
1634 Vinvocation_directory = Ffile_name_directory (Vinvocation_directory);
|
|
1635 }
|
|
1636
|
265
|
1637 #if defined(HAVE_SHLIB) && !defined(WINDOWSNT)
|
|
1638 /* This is Unix only. MS Windows NT has a library call that does
|
|
1639 The Right Thing on that system. Rumor has it, this must be
|
|
1640 called for GNU dld in temacs and xemacs. */
|
|
1641 {
|
|
1642 char *buf = (char *)alloca (XSTRING_LENGTH (Vinvocation_directory)
|
|
1643 + XSTRING_LENGTH (Vinvocation_name)
|
|
1644 + 2);
|
|
1645 sprintf (buf, "%s/%s", XSTRING_DATA(Vinvocation_directory),
|
|
1646 XSTRING_DATA(Vinvocation_name));
|
|
1647
|
|
1648 /* All we can do is cry if an error happens, so ignore it. */
|
|
1649 (void)dll_init(buf);
|
|
1650 }
|
|
1651 #endif
|
|
1652
|
0
|
1653 #if defined (LOCALTIME_CACHE) && defined (HAVE_TZSET)
|
|
1654 /* sun's localtime() has a bug. it caches the value of the time
|
|
1655 zone rather than looking it up every time. Since localtime() is
|
|
1656 called to bolt the undumping time into the undumped emacs, this
|
|
1657 results in localtime() ignoring the TZ environment variable.
|
|
1658 This flushes the new TZ value into localtime(). */
|
|
1659 tzset ();
|
|
1660 #endif /* LOCALTIME_CACHE and TZSET */
|
|
1661
|
|
1662 load_me = Qnil;
|
|
1663 if (!initialized)
|
|
1664 {
|
|
1665 /* Handle -l loadup-and-dump, args passed by Makefile. */
|
|
1666 if (argc > 2 + skip_args && !strcmp (argv[1 + skip_args], "-l"))
|
80
|
1667 load_me = build_string (argv[2 + skip_args]);
|
239
|
1668 #if 0 /* CANNOT_DUMP - this can never be right in XEmacs --andyp */
|
0
|
1669 /* Unless next switch is -nl, load "loadup.el" first thing. */
|
|
1670 if (!(argc > 1 + skip_args && !strcmp (argv[1 + skip_args], "-nl")))
|
|
1671 load_me = build_string ("loadup.el");
|
|
1672 #endif /* CANNOT_DUMP */
|
|
1673 }
|
|
1674
|
|
1675 #ifdef QUANTIFY
|
|
1676 if (initialized)
|
|
1677 quantify_start_recording_data ();
|
|
1678 #endif /* QUANTIFY */
|
|
1679
|
|
1680 initialized = 1;
|
|
1681
|
|
1682 /* This never returns. */
|
|
1683 initial_command_loop (load_me);
|
|
1684 /* NOTREACHED */
|
|
1685 }
|
|
1686
|
20
|
1687
|
16
|
1688 /* Sort the args so we can find the most important ones
|
|
1689 at the beginning of argv. */
|
|
1690
|
|
1691 /* First, here's a table of all the standard options. */
|
|
1692
|
|
1693 struct standard_args
|
|
1694 {
|
|
1695 CONST char * CONST name;
|
|
1696 CONST char * CONST longname;
|
|
1697 int priority;
|
|
1698 int nargs;
|
|
1699 };
|
|
1700
|
|
1701 static struct standard_args standard_args[] =
|
|
1702 {
|
|
1703 /* Handled by main_1 above: */
|
|
1704 { "-nl", "--no-shared-memory", 100, 0 },
|
|
1705 { "-t", "--terminal", 95, 1 },
|
|
1706 { "-nw", "--no-windows", 90, 0 },
|
|
1707 { "-batch", "--batch", 85, 0 },
|
276
|
1708 { "-debug-paths", "--debug-paths", 82, 0 },
|
16
|
1709 { "-help", "--help", 80, 0 },
|
|
1710 { "-version", "--version", 75, 0 },
|
|
1711 { "-V", 0, 75, 0 },
|
|
1712 { "-d", "--display", 80, 1 },
|
|
1713 { "-display", 0, 80, 1 },
|
|
1714 { "-NXHost", 0, 79, 0 },
|
|
1715 { "-MachLaunch", 0, 79, 0},
|
|
1716
|
|
1717 /* Handled by command-line-early in startup.el: */
|
|
1718 { "-q", "--no-init-file", 50, 0 },
|
|
1719 { "-unmapped", 0, 50, 0 },
|
|
1720 { "-no-init-file", 0, 50, 0 },
|
207
|
1721 { "-vanilla", "--vanilla", 50, 0 },
|
239
|
1722 { "-no-autoloads", "--no-autoloads", 50, 0 },
|
16
|
1723 { "-no-site-file", "--no-site-file", 40, 0 },
|
276
|
1724 { "-no-early-packages", "--no-early-packages", 35, 0 },
|
16
|
1725 { "-u", "--user", 30, 1 },
|
|
1726 { "-user", 0, 30, 1 },
|
|
1727 { "-debug-init", "--debug-init", 20, 0 },
|
276
|
1728 { "-debug-paths", "--debug-paths", 20, 0 },
|
16
|
1729
|
|
1730 /* Xt options: */
|
|
1731 { "-i", "--icon-type", 15, 0 },
|
|
1732 { "-itype", 0, 15, 0 },
|
|
1733 { "-iconic", "--iconic", 15, 0 },
|
|
1734 { "-bg", "--background-color", 10, 1 },
|
|
1735 { "-background", 0, 10, 1 },
|
|
1736 { "-fg", "--foreground-color", 10, 1 },
|
|
1737 { "-foreground", 0, 10, 1 },
|
|
1738 { "-bd", "--border-color", 10, 1 },
|
|
1739 { "-bw", "--border-width", 10, 1 },
|
|
1740 { "-ib", "--internal-border", 10, 1 },
|
|
1741 { "-ms", "--mouse-color", 10, 1 },
|
|
1742 { "-cr", "--cursor-color", 10, 1 },
|
|
1743 { "-fn", "--font", 10, 1 },
|
|
1744 { "-font", 0, 10, 1 },
|
|
1745 { "-g", "--geometry", 10, 1 },
|
|
1746 { "-geometry", 0, 10, 1 },
|
|
1747 { "-T", "--title", 10, 1 },
|
|
1748 { "-title", 0, 10, 1 },
|
|
1749 { "-name", "--name", 10, 1 },
|
|
1750 { "-xrm", "--xrm", 10, 1 },
|
|
1751 { "-r", "--reverse-video", 5, 0 },
|
|
1752 { "-rv", 0, 5, 0 },
|
|
1753 { "-reverse", 0, 5, 0 },
|
|
1754 { "-hb", "--horizontal-scroll-bars", 5, 0 },
|
|
1755 { "-vb", "--vertical-scroll-bars", 5, 0 },
|
163
|
1756
|
16
|
1757 /* These have the same priority as ordinary file name args,
|
|
1758 so they are not reordered with respect to those. */
|
|
1759 { "-L", "--directory", 0, 1 },
|
|
1760 { "-directory", 0, 0, 1 },
|
|
1761 { "-l", "--load", 0, 1 },
|
|
1762 { "-load", 0, 0, 1 },
|
|
1763 { "-f", "--funcall", 0, 1 },
|
|
1764 { "-funcall", 0, 0, 1 },
|
|
1765 { "-eval", "--eval", 0, 1 },
|
|
1766 { "-insert", "--insert", 0, 1 },
|
|
1767 /* This should be processed after ordinary file name args and the like. */
|
|
1768 { "-kill", "--kill", -10, 0 },
|
|
1769 };
|
|
1770
|
|
1771 /* Reorder the elements of ARGV (assumed to have ARGC elements)
|
|
1772 so that the highest priority ones come first.
|
|
1773 Do not change the order of elements of equal priority.
|
|
1774 If an option takes an argument, keep it and its argument together. */
|
|
1775
|
|
1776 static void
|
|
1777 sort_args (int argc, char **argv)
|
|
1778 {
|
185
|
1779 char **new = xnew_array (char *, argc);
|
16
|
1780 /* For each element of argv,
|
|
1781 the corresponding element of options is:
|
|
1782 0 for an option that takes no arguments,
|
|
1783 1 for an option that takes one argument, etc.
|
|
1784 -1 for an ordinary non-option argument. */
|
185
|
1785 int *options = xnew_array (int, argc);
|
|
1786 int *priority = xnew_array (int, argc);
|
16
|
1787 int to = 1;
|
|
1788 int from;
|
|
1789 int i;
|
78
|
1790 int end_of_options_p = 0;
|
16
|
1791
|
|
1792 /* Categorize all the options,
|
|
1793 and figure out which argv elts are option arguments. */
|
|
1794 for (from = 1; from < argc; from++)
|
|
1795 {
|
|
1796 options[from] = -1;
|
|
1797 priority[from] = 0;
|
78
|
1798 /* Pseudo options "--" and "run-temacs" indicate end of options */
|
|
1799 if (!strcmp (argv[from], "--") ||
|
|
1800 !strcmp (argv[from], "run-temacs"))
|
|
1801 end_of_options_p = 1;
|
|
1802 if (!end_of_options_p && argv[from][0] == '-')
|
16
|
1803 {
|
|
1804 int match, thislen;
|
|
1805 char *equals;
|
|
1806
|
|
1807 /* Look for a match with a known old-fashioned option. */
|
|
1808 for (i = 0; i < countof (standard_args); i++)
|
|
1809 if (!strcmp (argv[from], standard_args[i].name))
|
|
1810 {
|
|
1811 options[from] = standard_args[i].nargs;
|
|
1812 priority[from] = standard_args[i].priority;
|
|
1813 if (from + standard_args[i].nargs >= argc)
|
|
1814 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
1815 from += standard_args[i].nargs;
|
|
1816 goto done;
|
|
1817 }
|
|
1818
|
|
1819 /* Look for a match with a known long option.
|
|
1820 MATCH is -1 if no match so far, -2 if two or more matches so far,
|
|
1821 >= 0 (the table index of the match) if just one match so far. */
|
|
1822 if (argv[from][1] == '-')
|
|
1823 {
|
|
1824 match = -1;
|
|
1825 thislen = strlen (argv[from]);
|
|
1826 equals = strchr (argv[from], '=');
|
|
1827 if (equals != 0)
|
|
1828 thislen = equals - argv[from];
|
|
1829
|
|
1830 for (i = 0; i < countof (standard_args); i++)
|
|
1831 if (standard_args[i].longname
|
|
1832 && !strncmp (argv[from], standard_args[i].longname,
|
|
1833 thislen))
|
|
1834 {
|
|
1835 if (match == -1)
|
|
1836 match = i;
|
|
1837 else
|
|
1838 match = -2;
|
|
1839 }
|
|
1840
|
|
1841 /* If we found exactly one match, use that. */
|
|
1842 if (match >= 0)
|
|
1843 {
|
|
1844 options[from] = standard_args[match].nargs;
|
|
1845 priority[from] = standard_args[match].priority;
|
|
1846 /* If --OPTION=VALUE syntax is used,
|
|
1847 this option uses just one argv element. */
|
|
1848 if (equals != 0)
|
|
1849 options[from] = 0;
|
|
1850 if (from + options[from] >= argc)
|
|
1851 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
1852 from += options[from];
|
|
1853 }
|
|
1854 }
|
|
1855 done: ;
|
|
1856 }
|
|
1857 }
|
|
1858
|
|
1859 /* Copy the arguments, in order of decreasing priority, to NEW. */
|
|
1860 new[0] = argv[0];
|
|
1861 while (to < argc)
|
|
1862 {
|
|
1863 int best = -1;
|
|
1864 int best_priority = -9999;
|
|
1865
|
|
1866 /* Find the highest priority remaining option.
|
|
1867 If several have equal priority, take the first of them. */
|
|
1868 for (from = 1; from < argc; from++)
|
|
1869 {
|
|
1870 if (argv[from] != 0 && priority[from] > best_priority)
|
|
1871 {
|
|
1872 best_priority = priority[from];
|
|
1873 best = from;
|
|
1874 }
|
|
1875 /* Skip option arguments--they are tied to the options. */
|
|
1876 if (options[from] > 0)
|
|
1877 from += options[from];
|
|
1878 }
|
163
|
1879
|
16
|
1880 if (best < 0)
|
|
1881 abort ();
|
|
1882
|
|
1883 /* Copy the highest priority remaining option, with its args, to NEW. */
|
|
1884 new[to++] = argv[best];
|
|
1885 for (i = 0; i < options[best]; i++)
|
|
1886 new[to++] = argv[best + i + 1];
|
|
1887
|
|
1888 /* Clear out this option in ARGV. */
|
|
1889 argv[best] = 0;
|
|
1890 for (i = 0; i < options[best]; i++)
|
|
1891 argv[best + i + 1] = 0;
|
|
1892 }
|
|
1893
|
|
1894 memcpy (argv, new, sizeof (char *) * argc);
|
|
1895 }
|
|
1896
|
0
|
1897 static JMP_BUF run_temacs_catch;
|
|
1898
|
|
1899 static int run_temacs_argc;
|
|
1900 static char **run_temacs_argv;
|
|
1901 static char *run_temacs_args;
|
272
|
1902 static size_t run_temacs_argv_size;
|
|
1903 static size_t run_temacs_args_size;
|
0
|
1904
|
20
|
1905 DEFUN ("running-temacs-p", Frunning_temacs_p, 0, 0, 0, /*
|
0
|
1906 True if running temacs. This means we are in the dumping stage.
|
|
1907 This is false during normal execution of the `xemacs' program, and
|
|
1908 becomes false once `run-emacs-from-temacs' is run.
|
20
|
1909 */
|
|
1910 ())
|
0
|
1911 {
|
|
1912 return run_temacs_argc >= 0 ? Qt : Qnil;
|
|
1913 }
|
|
1914
|
20
|
1915 DEFUN ("run-emacs-from-temacs", Frun_emacs_from_temacs, 0, MANY, 0, /*
|
0
|
1916 Do not call this. It will reinitialize your XEmacs. You'll be sorry.
|
20
|
1917 */
|
0
|
1918 /* If this function is called from startup.el, it will be possible to run
|
|
1919 temacs as an editor using 'temacs -batch -l loadup.el run-temacs', instead
|
|
1920 of having to dump an emacs and then run that (when debugging emacs itself,
|
20
|
1921 this can be much faster)). [Actually, the speed difference isn't that
|
0
|
1922 much as long as your filesystem is local, and you don't end up with
|
|
1923 a dumped version in case you want to rerun it. This function is most
|
|
1924 useful when used as part of the `make all-elc' command. --ben]
|
185
|
1925 This will "restart" emacs with the specified command-line arguments.
|
0
|
1926 */
|
70
|
1927 (int nargs, Lisp_Object *args))
|
0
|
1928 {
|
|
1929 int ac;
|
259
|
1930 CONST Extbyte *wampum;
|
0
|
1931 int namesize;
|
|
1932 int total_len;
|
|
1933 Lisp_Object orig_invoc_name = Fcar (Vcommand_line_args);
|
259
|
1934 CONST Extbyte **wampum_all = alloca_array (CONST Extbyte *, nargs);
|
185
|
1935 int *wampum_all_len = alloca_array (int, nargs);
|
0
|
1936
|
|
1937 assert (!gc_in_progress);
|
|
1938
|
|
1939 if (run_temacs_argc < 0)
|
|
1940 error ("I've lost my temacs-hood.");
|
|
1941
|
|
1942 /* Need to convert the orig_invoc_name and all of the arguments
|
|
1943 to external format. */
|
163
|
1944
|
0
|
1945 GET_STRING_EXT_DATA_ALLOCA (orig_invoc_name, FORMAT_OS, wampum,
|
|
1946 namesize);
|
|
1947 namesize++;
|
|
1948
|
|
1949 for (ac = 0, total_len = namesize; ac < nargs; ac++)
|
|
1950 {
|
|
1951 CHECK_STRING (args[ac]);
|
|
1952 GET_STRING_EXT_DATA_ALLOCA (args[ac], FORMAT_OS,
|
|
1953 wampum_all[ac],
|
|
1954 wampum_all_len[ac]);
|
|
1955 wampum_all_len[ac]++;
|
|
1956 total_len += wampum_all_len[ac];
|
|
1957 }
|
|
1958 DO_REALLOC (run_temacs_args, run_temacs_args_size, total_len, char);
|
|
1959 DO_REALLOC (run_temacs_argv, run_temacs_argv_size, nargs+1, char *);
|
|
1960
|
|
1961 memcpy (run_temacs_args, wampum, namesize);
|
|
1962 run_temacs_argv [0] = run_temacs_args;
|
|
1963 for (ac = 0; ac < nargs; ac++)
|
|
1964 {
|
|
1965 memcpy (run_temacs_args + namesize,
|
|
1966 wampum_all[ac], wampum_all_len[ac]);
|
|
1967 run_temacs_argv [ac + 1] = run_temacs_args + namesize;
|
|
1968 namesize += wampum_all_len[ac];
|
|
1969 }
|
|
1970 run_temacs_argv [nargs + 1] = 0;
|
|
1971 catchlist = NULL; /* Important! Otherwise free_cons() calls in
|
|
1972 condition_case_unwind() may lead to GC death. */
|
|
1973 unbind_to (0, Qnil); /* this closes loadup.el */
|
|
1974 purify_flag = 0;
|
|
1975 run_temacs_argc = nargs + 1;
|
251
|
1976 #ifdef REPORT_PURE_USAGE
|
0
|
1977 report_pure_usage (1, 0);
|
207
|
1978 #else
|
|
1979 report_pure_usage (0, 0);
|
|
1980 #endif
|
0
|
1981 LONGJMP (run_temacs_catch, 1);
|
|
1982 return Qnil; /* not reached; warning suppression */
|
|
1983 }
|
|
1984
|
|
1985 /* ARGSUSED */
|
163
|
1986 int
|
0
|
1987 main (int argc, char **argv, char **envp)
|
|
1988 {
|
16
|
1989 int volatile vol_argc = argc;
|
|
1990 char ** volatile vol_argv = argv;
|
|
1991 char ** volatile vol_envp = envp;
|
233
|
1992 /* This is hairy. We need to compute where the XEmacs binary was invoked */
|
|
1993 /* from because temacs initialization requires it to find the lisp */
|
|
1994 /* directories. The code that recomputes the path is guarded by the */
|
|
1995 /* restarted flag. There are three possible paths I've found so far */
|
|
1996 /* through this: */
|
|
1997 /* temacs -- When running temacs for basic build stuff, the first main_1 */
|
|
1998 /* will be the only one invoked. It must compute the path else there */
|
|
1999 /* will be a very ugly bomb in startup.el (can't find obvious location */
|
|
2000 /* for doc-directory data-directory, etc.). */
|
|
2001 /* temacs w/ run-temacs on the command line -- This is run to bytecompile */
|
|
2002 /* all the out of date dumped lisp. It will execute both of the main_1 */
|
|
2003 /* calls and the second one must not touch the first computation because */
|
|
2004 /* argc/argv are hosed the second time through. */
|
|
2005 /* xemacs -- Only the second main_1 is executed. The invocation path must */
|
|
2006 /* computed but this only matters when running in place or when running */
|
|
2007 /* as a login shell. */
|
|
2008 /* As a bonus for straightening this out, XEmacs can now be run in place */
|
|
2009 /* as a login shell. This never used to work. */
|
|
2010 /* As another bonus, we can now guarantee that */
|
|
2011 /* (concat invocation-directory invocation-name) contains the filename */
|
|
2012 /* of the XEmacs binary we are running. This can now be used in a */
|
|
2013 /* definite test for out of date dumped files. -slb */
|
|
2014 int restarted = 0;
|
0
|
2015 #ifdef QUANTIFY
|
|
2016 quantify_stop_recording_data ();
|
|
2017 quantify_clear_data ();
|
|
2018 #endif /* QUANTIFY */
|
|
2019
|
272
|
2020 suppress_early_error_handler_backtrace = 0;
|
0
|
2021 lim_data = 0; /* force reinitialization of this variable */
|
|
2022
|
78
|
2023 /* Lisp_Object must fit in a word; check VALBITS and GCTYPEBITS */
|
|
2024 assert (sizeof (Lisp_Object) == sizeof (void *));
|
|
2025
|
255
|
2026 #ifdef LINUX_SBRK_BUG
|
|
2027 sbrk (1);
|
|
2028 #endif
|
|
2029
|
0
|
2030 if (!initialized)
|
78
|
2031 {
|
255
|
2032 #ifdef DOUG_LEA_MALLOC
|
|
2033 mallopt (M_MMAP_MAX, 0);
|
|
2034 #endif
|
78
|
2035 run_temacs_argc = 0;
|
|
2036 if (! SETJMP (run_temacs_catch))
|
233
|
2037 {
|
|
2038 main_1 (vol_argc, vol_argv, vol_envp, 0);
|
|
2039 }
|
78
|
2040 /* run-emacs-from-temacs called */
|
233
|
2041 restarted = 1;
|
78
|
2042 vol_argc = run_temacs_argc;
|
|
2043 vol_argv = run_temacs_argv;
|
0
|
2044 #ifdef _SCO_DS
|
78
|
2045 /* This makes absolutely no sense to anyone involved. There are
|
|
2046 several people using this stuff. We've compared versions on
|
|
2047 everything we can think of. We can find no difference.
|
|
2048 However, on both my systems environ is a plain old global
|
|
2049 variable initialized to zero. _environ is the one that
|
|
2050 contains pointers to the actual environment.
|
163
|
2051
|
78
|
2052 Since we can't figure out the difference (and we're hours
|
|
2053 away from a release), this takes a very cowardly approach and
|
|
2054 is bracketed with both a system specific preprocessor test
|
|
2055 and a runtime "do you have this problem" test
|
163
|
2056
|
78
|
2057 06/20/96 robertl@dgii.com */
|
|
2058 {
|
|
2059 extern char *_environ;
|
|
2060 if ((unsigned) environ == 0)
|
|
2061 environ=_environ;
|
|
2062 }
|
16
|
2063 #endif /* _SCO_DS */
|
80
|
2064 vol_envp = environ;
|
|
2065 }
|
272
|
2066 #ifdef RUN_TIME_REMAP
|
|
2067 else
|
|
2068 /* obviously no-one uses this because where it was before initalized was
|
|
2069 *always* true */
|
245
|
2070 run_time_remap (argv[0]);
|
|
2071 #endif
|
|
2072
|
255
|
2073 #ifdef DOUG_LEA_MALLOC
|
|
2074 if (initialized && (malloc_state_ptr != NULL))
|
|
2075 {
|
272
|
2076 int rc = malloc_set_state (malloc_state_ptr);
|
|
2077 if (rc != 0)
|
|
2078 {
|
|
2079 fprintf (stderr, "malloc_set_state failed, rc = %d\n", rc);
|
|
2080 abort ();
|
|
2081 }
|
255
|
2082 #if 0
|
|
2083 free (malloc_state_ptr);
|
|
2084 #endif
|
259
|
2085 /* mmap works in glibc-2.1, glibc-2.0 (Non-Mule only) and Linux libc5 */
|
|
2086 #if (defined(__GLIBC__) && __GLIBC_MINOR__ >= 1) || \
|
|
2087 defined(_NO_MALLOC_WARNING_) || \
|
|
2088 (defined(__GLIBC__) && __GLIBC_MINOR__ < 1 && !defined(MULE)) || \
|
|
2089 defined(DEBUG_DOUG_LEA_MALLOC)
|
255
|
2090 mallopt (M_MMAP_MAX, 64);
|
|
2091 #endif
|
|
2092 #ifdef REL_ALLOC
|
|
2093 r_alloc_reinit ();
|
|
2094 #endif
|
|
2095 }
|
272
|
2096 #endif /* DOUG_LEA_MALLOC */
|
255
|
2097
|
0
|
2098 run_temacs_argc = -1;
|
|
2099
|
233
|
2100 main_1 (vol_argc, vol_argv, vol_envp, restarted);
|
163
|
2101 return 0; /* unreached */
|
0
|
2102 }
|
|
2103
|
|
2104
|
272
|
2105 /* Dumping apparently isn't supported by versions of GCC >= 2.8. */
|
|
2106 /* The following needs conditionalization on whether either XEmacs or */
|
|
2107 /* various system shared libraries have been built and linked with */
|
|
2108 /* GCC >= 2.8. -slb */
|
|
2109 #if defined(GNU_MALLOC)
|
|
2110 static void
|
|
2111 voodoo_free_hook(void *mem)
|
|
2112 {
|
|
2113 /* Disable all calls to free() when XEmacs is exiting and it doesn't */
|
|
2114 /* matter. */
|
|
2115 __free_hook = voodoo_free_hook;
|
|
2116 }
|
|
2117 #endif
|
|
2118
|
20
|
2119 DEFUN ("kill-emacs", Fkill_emacs, 0, 1, "P", /*
|
0
|
2120 Exit the XEmacs job and kill it. Ask for confirmation, without argument.
|
|
2121 If ARG is an integer, return ARG as the exit program code.
|
|
2122 If ARG is a string, stuff it as keyboard input.
|
|
2123
|
|
2124 The value of `kill-emacs-hook', if not void,
|
|
2125 is a list of functions (of no args),
|
|
2126 all of which are called before XEmacs is actually killed.
|
20
|
2127 */
|
|
2128 (arg))
|
0
|
2129 {
|
|
2130 /* This function can GC */
|
|
2131 struct gcpro gcpro1;
|
|
2132
|
|
2133 GCPRO1 (arg);
|
|
2134
|
|
2135 if (feof (stdin))
|
|
2136 arg = Qt;
|
|
2137
|
|
2138 if (!preparing_for_armageddon && !noninteractive)
|
|
2139 run_hook (Qkill_emacs_hook);
|
|
2140
|
|
2141 /* make sure no quitting from now on!! */
|
|
2142 dont_check_for_quit = 1;
|
|
2143 Vinhibit_quit = Qt;
|
|
2144
|
|
2145 if (!preparing_for_armageddon)
|
|
2146 {
|
267
|
2147 Lisp_Object concons, nextcons;
|
0
|
2148
|
|
2149 /* Normally, go ahead and delete all the consoles now.
|
|
2150 Some unmentionably lame window systems (MS Wwwww...... eek,
|
|
2151 I can't even say it) don't properly clean up after themselves,
|
|
2152 and even for those that do, it might be cleaner this way.
|
|
2153 If we're going down, however, we don't do this (might
|
|
2154 be too dangerous), and if we get a crash somewhere within
|
|
2155 this loop, we'll still autosave and won't try this again. */
|
267
|
2156
|
|
2157 LIST_LOOP_DELETING(concons, nextcons, Vconsole_list)
|
|
2158 {
|
|
2159 /* There is very little point in deleting the stream console.
|
|
2160 It uses stdio, which should flush any buffered output and
|
|
2161 something can only go wrong. -slb */
|
|
2162 /* I changed my mind. There's a stupid hack in close to add
|
|
2163 a trailing newline. */
|
|
2164 /*if (!CONSOLE_STREAM_P (XCONSOLE (XCAR (concons))))*/
|
|
2165 delete_console_internal (XCONSOLE (XCAR (concons)), 1, 1, 0);
|
|
2166 }
|
0
|
2167 }
|
|
2168
|
|
2169 UNGCPRO;
|
|
2170
|
|
2171 shut_down_emacs (0, ((STRINGP (arg)) ? arg : Qnil));
|
|
2172
|
272
|
2173 #if defined(GNU_MALLOC)
|
|
2174 __free_hook = voodoo_free_hook;
|
|
2175 #endif
|
|
2176
|
207
|
2177 exit ((INTP (arg)) ? XINT (arg) : 0);
|
0
|
2178 /* NOTREACHED */
|
|
2179 return Qnil; /* I'm sick of the compiler warning */
|
|
2180 }
|
|
2181
|
|
2182 /* Perform an orderly shutdown of XEmacs. Autosave any modified
|
|
2183 buffers, kill any child processes, clean up the terminal modes (if
|
|
2184 we're in the foreground), and other stuff like that. Don't perform
|
|
2185 any redisplay; this may be called when XEmacs is shutting down in
|
|
2186 the background, or after its X connection has died.
|
|
2187
|
|
2188 If SIG is a signal number, print a message for it.
|
|
2189
|
|
2190 This is called by fatal signal handlers, X protocol error handlers,
|
|
2191 and Fkill_emacs. */
|
|
2192 static void
|
|
2193 shut_down_emacs (int sig, Lisp_Object stuff)
|
|
2194 {
|
|
2195 /* This function can GC */
|
|
2196 /* Prevent running of hooks and other non-essential stuff
|
|
2197 from now on. */
|
|
2198 preparing_for_armageddon = 1;
|
|
2199
|
|
2200 /* In case frames or windows are screwed up, avoid assertion
|
|
2201 failures here */
|
|
2202 Vinhibit_quit = Qt;
|
|
2203
|
|
2204 #ifdef QUANTIFY
|
|
2205 quantify_stop_recording_data ();
|
|
2206 #endif /* QUANTIFY */
|
|
2207
|
263
|
2208 #if 0
|
0
|
2209 /* This is absolutely the most important thing to do, so make sure
|
|
2210 we do it now, before anything else. We might have crashed and
|
|
2211 be in a weird inconsistent state, and potentially anything could
|
|
2212 set off another protection fault and cause us to bail out
|
|
2213 immediately. */
|
263
|
2214 /* I'm not removing the code entirely, yet. We have run up against
|
|
2215 a spate of problems in diagnosing crashes due to crashes within
|
|
2216 crashes. It has very definitely been determined that code called
|
|
2217 during auto-saving cannot work if XEmacs crashed inside of GC.
|
|
2218 We already auto-save on an itimer so there cannot be too much
|
|
2219 unsaved stuff around, and if we get better crash reports we might
|
|
2220 be able to get more problems fixed so I'm disabling this. -slb */
|
0
|
2221 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */
|
263
|
2222 #endif
|
0
|
2223
|
|
2224 fflush (stdout);
|
|
2225 reset_all_consoles ();
|
|
2226 if (sig && sig != SIGTERM)
|
|
2227 {
|
|
2228 stderr_out ("\nFatal error (%d).\n", sig);
|
|
2229 stderr_out
|
|
2230 ("Your files have been auto-saved.\n"
|
|
2231 "Use `M-x recover-session' to recover them.\n"
|
|
2232 "\n"
|
282
|
2233 #ifdef INFODOCK
|
|
2234 "Please report this bug by selecting `Report-Bug' in the InfoDock\n"
|
|
2235 "menu.\n"
|
|
2236 #else
|
126
|
2237 "Please report this bug by running the send-pr script included\n"
|
|
2238 "with XEmacs, or selecting `Send Bug Report' from the help menu.\n"
|
|
2239 "As a last resort send ordinary email to `crashes@xemacs.org'.\n"
|
282
|
2240 #endif
|
|
2241 "*MAKE SURE* to include the information in the command\n"
|
|
2242 "M-x describe-installation.\n"
|
2
|
2243 "\n"
|
0
|
2244 "If at all possible, *please* try to obtain a C stack backtrace;\n"
|
|
2245 "it will help us immensely in determining what went wrong.\n"
|
|
2246 "To do this, locate the core file that was produced as a result\n"
|
|
2247 "of this crash (it's usually called `core' and is located in the\n"
|
282
|
2248 "directory in which you started the editor, or maybe in your home\n"
|
0
|
2249 "directory), and type\n"
|
|
2250 "\n"
|
|
2251 " gdb ");
|
|
2252 {
|
2
|
2253 CONST char *name;
|
0
|
2254 char *dir = 0;
|
|
2255
|
|
2256 /* Now try to determine the actual path to the executable,
|
|
2257 to try to make the backtrace-determination process as foolproof
|
|
2258 as possible. */
|
|
2259 if (GC_STRINGP (Vinvocation_name))
|
14
|
2260 name = (char *) XSTRING_DATA (Vinvocation_name);
|
0
|
2261 else
|
|
2262 name = "xemacs";
|
|
2263 if (GC_STRINGP (Vinvocation_directory))
|
14
|
2264 dir = (char *) XSTRING_DATA (Vinvocation_directory);
|
0
|
2265 if (!dir || dir[0] != '/')
|
|
2266 stderr_out ("`which %s`", name);
|
|
2267 else if (dir[strlen (dir) - 1] != '/')
|
|
2268 stderr_out ("%s/%s", dir, name);
|
|
2269 else
|
|
2270 stderr_out ("%s%s", dir, name);
|
|
2271 }
|
|
2272 stderr_out
|
|
2273 (" core\n\n"
|
|
2274 "then type `where' when the debugger prompt comes up.\n"
|
|
2275 "(If you don't have GDB on your system, you might have DBX,\n"
|
|
2276 "or XDB, or SDB. A similar procedure should work for all of\n"
|
|
2277 "these. Ask your system administrator if you need more help.)\n");
|
|
2278 }
|
|
2279
|
|
2280 stuff_buffered_input (stuff);
|
|
2281
|
|
2282 kill_buffer_processes (Qnil);
|
|
2283
|
|
2284 #ifdef CLASH_DETECTION
|
|
2285 unlock_all_files ();
|
|
2286 #endif
|
|
2287
|
|
2288 #ifdef TOOLTALK
|
|
2289 tt_session_quit (tt_default_session ());
|
2
|
2290 #if 0
|
|
2291 /* The following crashes when built on X11R5 and run on X11R6 */
|
0
|
2292 tt_close ();
|
|
2293 #endif
|
2
|
2294 #endif /* TOOLTALK */
|
0
|
2295
|
|
2296 }
|
|
2297
|
|
2298
|
|
2299 #ifndef CANNOT_DUMP
|
|
2300 /* Nothing like this can be implemented on an Apollo.
|
|
2301 What a loss! */
|
|
2302
|
2
|
2303 extern char my_edata[];
|
0
|
2304
|
|
2305 #ifdef HAVE_SHM
|
|
2306
|
20
|
2307 DEFUN ("dump-emacs-data", Fdump_emacs_data, 1, 1, 0, /*
|
0
|
2308 Dump current state of XEmacs into data file FILENAME.
|
|
2309 This function exists on systems that use HAVE_SHM.
|
20
|
2310 */
|
|
2311 (intoname))
|
0
|
2312 {
|
|
2313 /* This function can GC */
|
|
2314 int opurify;
|
|
2315 struct gcpro gcpro1;
|
|
2316 GCPRO1 (intoname);
|
|
2317
|
|
2318 CHECK_STRING (intoname);
|
|
2319 intoname = Fexpand_file_name (intoname, Qnil);
|
|
2320
|
|
2321 opurify = purify_flag;
|
|
2322 purify_flag = 0;
|
|
2323
|
|
2324 fflush (stderr);
|
|
2325 fflush (stdout);
|
|
2326
|
|
2327 disksave_object_finalization ();
|
|
2328 release_breathing_space ();
|
|
2329
|
|
2330 /* Tell malloc where start of impure now is */
|
|
2331 /* Also arrange for warnings when nearly out of space. */
|
|
2332 #ifndef SYSTEM_MALLOC
|
173
|
2333 memory_warnings (my_edata, malloc_warning);
|
0
|
2334 #endif
|
|
2335 UNGCPRO;
|
14
|
2336 map_out_data (XSTRING_DATA (intoname));
|
0
|
2337
|
|
2338 purify_flag = opurify;
|
|
2339
|
|
2340 return Qnil;
|
|
2341 }
|
|
2342
|
|
2343 #else /* not HAVE_SHM */
|
272
|
2344 extern void disable_free_hook (void);
|
0
|
2345
|
20
|
2346 DEFUN ("dump-emacs", Fdump_emacs, 2, 2, 0, /*
|
0
|
2347 Dump current state of XEmacs into executable file FILENAME.
|
|
2348 Take symbols from SYMFILE (presumably the file you executed to run XEmacs).
|
|
2349 This is used in the file `loadup.el' when building XEmacs.
|
|
2350
|
|
2351 Remember to set `command-line-processed' to nil before dumping
|
|
2352 if you want the dumped XEmacs to process its command line
|
|
2353 and announce itself normally when it is run.
|
20
|
2354 */
|
|
2355 (intoname, symname))
|
0
|
2356 {
|
|
2357 /* This function can GC */
|
|
2358 struct gcpro gcpro1, gcpro2;
|
|
2359 int opurify;
|
|
2360
|
|
2361 GCPRO2 (intoname, symname);
|
|
2362
|
|
2363 #ifdef FREE_CHECKING
|
|
2364 Freally_free (Qnil);
|
|
2365
|
|
2366 /* When we're dumping, we can't use the debugging free() */
|
274
|
2367 disable_free_hook ();
|
272
|
2368 #endif
|
|
2369 #if 1 /* martin */
|
0
|
2370 #endif
|
|
2371
|
|
2372 CHECK_STRING (intoname);
|
|
2373 intoname = Fexpand_file_name (intoname, Qnil);
|
|
2374 if (!NILP (symname))
|
|
2375 {
|
|
2376 CHECK_STRING (symname);
|
14
|
2377 if (XSTRING_LENGTH (symname) > 0)
|
0
|
2378 symname = Fexpand_file_name (symname, Qnil);
|
|
2379 else
|
|
2380 symname = Qnil;
|
|
2381 }
|
|
2382
|
|
2383 opurify = purify_flag;
|
|
2384 purify_flag = 0;
|
|
2385
|
207
|
2386 #ifdef DEBUG_XEMACS
|
0
|
2387 report_pure_usage (1, 1);
|
207
|
2388 #else
|
|
2389 report_pure_usage (0, 1);
|
|
2390 #endif
|
0
|
2391
|
|
2392 fflush (stderr);
|
|
2393 fflush (stdout);
|
|
2394
|
|
2395 disksave_object_finalization ();
|
|
2396 release_breathing_space ();
|
|
2397
|
|
2398 /* Tell malloc where start of impure now is */
|
|
2399 /* Also arrange for warnings when nearly out of space. */
|
|
2400 #ifndef SYSTEM_MALLOC
|
173
|
2401 memory_warnings (my_edata, malloc_warning);
|
0
|
2402 #endif
|
|
2403
|
|
2404 UNGCPRO;
|
|
2405
|
|
2406 #if defined (MSDOS) && defined (EMX)
|
|
2407 {
|
14
|
2408 int fd = open ((char *) XSTRING_DATA (intoname),
|
0
|
2409 O_WRONLY|O_CREAT|O_TRUNC, S_IREAD|S_IWRITE);
|
|
2410 if (!fd) {
|
14
|
2411 error ("Failure operating on %s", XSTRING_DATA (intoname));
|
0
|
2412 } else {
|
|
2413 _core (fd);
|
|
2414 close (fd);
|
|
2415 }
|
|
2416 }
|
|
2417 #else /* not MSDOS and EMX */
|
|
2418 {
|
272
|
2419 char *intoname_ext;
|
|
2420 char *symname_ext;
|
0
|
2421
|
|
2422 GET_C_STRING_FILENAME_DATA_ALLOCA (intoname, intoname_ext);
|
|
2423 if (STRINGP (symname))
|
|
2424 GET_C_STRING_FILENAME_DATA_ALLOCA (symname, symname_ext);
|
|
2425 else
|
|
2426 symname_ext = 0;
|
272
|
2427
|
|
2428 garbage_collect_1 ();
|
255
|
2429 #ifdef DOUG_LEA_MALLOC
|
272
|
2430 malloc_state_ptr = malloc_get_state ();
|
|
2431 #endif
|
|
2432 /* here we break our rule that the filename conversion should
|
|
2433 be performed at the actual time that the system call is made.
|
|
2434 It's a whole lot easier to do the conversion here than to
|
|
2435 modify all the unexec routines to ensure that filename
|
|
2436 conversion is applied everywhere. Don't worry about memory
|
|
2437 leakage because this call only happens once. */
|
|
2438 unexec (intoname_ext, symname_ext, (uintptr_t) my_edata, 0, 0);
|
255
|
2439 #ifdef DOUG_LEA_MALLOC
|
|
2440 free (malloc_state_ptr);
|
|
2441 #endif
|
0
|
2442 }
|
|
2443 #endif /* not MSDOS and EMX */
|
|
2444
|
|
2445 purify_flag = opurify;
|
|
2446
|
|
2447 return Qnil;
|
|
2448 }
|
|
2449
|
|
2450 #endif /* not HAVE_SHM */
|
|
2451
|
|
2452 #endif /* not CANNOT_DUMP */
|
|
2453
|
|
2454 #ifndef SEPCHAR
|
|
2455 #define SEPCHAR ':'
|
|
2456 #endif
|
|
2457
|
284
|
2458 /* Split STRING into a list of substrings. The substrings are the
|
|
2459 parts of original STRING separated by SEPCHAR. */
|
|
2460 static Lisp_Object
|
|
2461 split_string_by_emchar_1 (CONST Bufbyte *string, Bytecount size,
|
|
2462 Emchar sepchar)
|
265
|
2463 {
|
284
|
2464 Lisp_Object result = Qnil;
|
|
2465 CONST Bufbyte *end = string + size;
|
|
2466
|
|
2467 while (1)
|
|
2468 {
|
|
2469 CONST Bufbyte *p = string;
|
|
2470 while (p < end)
|
|
2471 {
|
|
2472 if (charptr_emchar (p) == sepchar)
|
|
2473 break;
|
|
2474 INC_CHARPTR (p);
|
|
2475 }
|
|
2476 result = Fcons (make_string (string, p - string), result);
|
|
2477 if (p < end)
|
|
2478 {
|
|
2479 string = p;
|
|
2480 INC_CHARPTR (string); /* skip sepchar */
|
|
2481 }
|
|
2482 else
|
|
2483 break;
|
|
2484 }
|
|
2485 return Fnreverse (result);
|
265
|
2486 }
|
|
2487
|
284
|
2488 /* The same as the above, except PATH is an external C string (it is
|
|
2489 converted as FORMAT_FILENAME), and sepchar is hardcoded to SEPCHAR
|
|
2490 (':' or whatever). */
|
0
|
2491 Lisp_Object
|
177
|
2492 decode_path (CONST char *path)
|
0
|
2493 {
|
284
|
2494 int len;
|
|
2495 Bufbyte *newpath;
|
|
2496 if (!path)
|
|
2497 return Qnil;
|
|
2498
|
|
2499 GET_C_CHARPTR_INT_FILENAME_DATA_ALLOCA (path, newpath);
|
|
2500
|
|
2501 len = strlen (newpath);
|
|
2502 /* #### Does this make sense? It certainly does for
|
|
2503 decode_env_path(), but it looks dubious here. Does any code
|
|
2504 depend on decode_path("") returning nil instead of an empty
|
|
2505 string? */
|
|
2506 if (!len)
|
|
2507 return Qnil;
|
|
2508
|
|
2509 return split_string_by_emchar_1 (newpath, (Bytecount)len, SEPCHAR);
|
0
|
2510 }
|
|
2511
|
177
|
2512 Lisp_Object
|
|
2513 decode_env_path (CONST char *evarname, CONST char *default_)
|
|
2514 {
|
284
|
2515 CONST char *path = 0;
|
177
|
2516 if (evarname)
|
284
|
2517 path = egetenv (evarname);
|
177
|
2518 if (!path)
|
|
2519 path = default_;
|
284
|
2520 return decode_path (path);
|
|
2521 }
|
|
2522
|
|
2523 /* Ben thinks this function should not exist or be exported to Lisp.
|
|
2524 We use it to define split-path-string in subr.el (not!). */
|
|
2525
|
|
2526 DEFUN ("split-string-by-char", Fsplit_string_by_char, 1, 2, 0, /*
|
|
2527 Split STRING into a list of substrings originally separated by SEPCHAR.
|
|
2528 */
|
|
2529 (string, sepchar))
|
|
2530 {
|
|
2531 CHECK_STRING (string);
|
|
2532 CHECK_CHAR (sepchar);
|
|
2533 return split_string_by_emchar_1 (XSTRING_DATA (string),
|
|
2534 XSTRING_LENGTH (string),
|
|
2535 XCHAR (sepchar));
|
177
|
2536 }
|
|
2537
|
284
|
2538 /* #### This was supposed to be in subr.el, but is used VERY early in
|
|
2539 the bootstrap process, so it goes here. Damn. */
|
|
2540
|
|
2541 DEFUN ("split-path", Fsplit_path, 1, 1, 0, /*
|
|
2542 Explode a search path into a list of strings.
|
|
2543 The path components are separated with the characters specified
|
|
2544 with `path-separator'.
|
|
2545 */
|
|
2546 (path))
|
|
2547 {
|
|
2548 CHECK_STRING (path);
|
|
2549
|
|
2550 while (!STRINGP (Vpath_separator)
|
|
2551 || (XSTRING_CHAR_LENGTH (Vpath_separator) != 1))
|
|
2552 Vpath_separator = signal_simple_continuable_error
|
|
2553 ("`path-separator' should be set to a single-character string",
|
|
2554 Vpath_separator);
|
|
2555
|
|
2556 return (split_string_by_emchar_1
|
|
2557 (XSTRING_DATA (path), XSTRING_LENGTH (path),
|
|
2558 charptr_emchar (XSTRING_DATA (Vpath_separator))));
|
|
2559 }
|
|
2560
|
20
|
2561 DEFUN ("noninteractive", Fnoninteractive, 0, 0, 0, /*
|
0
|
2562 Non-nil return value means XEmacs is running without interactive terminal.
|
20
|
2563 */
|
|
2564 ())
|
0
|
2565 {
|
173
|
2566 return noninteractive ? Qt : Qnil;
|
0
|
2567 }
|
|
2568
|
|
2569 /* This flag is useful to define if you're under a debugger; this way, you
|
|
2570 can put a breakpoint of assert_failed() and debug multiple problems
|
|
2571 in one session without having to recompile. */
|
|
2572 /* #define ASSERTIONS_DONT_ABORT */
|
|
2573
|
70
|
2574 #ifdef USE_ASSERTIONS
|
0
|
2575 /* This highly dubious kludge ... shut up Jamie, I'm tired of your slagging. */
|
|
2576
|
|
2577 DOESNT_RETURN
|
|
2578 assert_failed (CONST char *file, int line, CONST char *expr)
|
|
2579 {
|
|
2580 stderr_out ("Fatal error: assertion failed, file %s, line %d, %s\n",
|
|
2581 file, line, expr);
|
|
2582 #undef abort /* avoid infinite #define loop... */
|
272
|
2583 #if defined (WINDOWSNT) && defined (DEBUG_XEMACS)
|
227
|
2584 DebugBreak ();
|
|
2585 #elif !defined (ASSERTIONS_DONT_ABORT)
|
0
|
2586 abort ();
|
|
2587 #endif
|
|
2588 }
|
70
|
2589 #endif /* USE_ASSERTIONS */
|
0
|
2590
|
|
2591 #ifdef QUANTIFY
|
280
|
2592 DEFUN ("quantify-start-recording-data", Fquantify_start_recording_data,
|
|
2593 0, 0, 0, /*
|
0
|
2594 Start recording Quantify data.
|
20
|
2595 */
|
|
2596 ())
|
0
|
2597 {
|
|
2598 quantify_start_recording_data ();
|
|
2599 return Qnil;
|
|
2600 }
|
|
2601
|
280
|
2602 DEFUN ("quantify-stop-recording-data", Fquantify_stop_recording_data,
|
|
2603 0, 0, 0, /*
|
0
|
2604 Stop recording Quantify data.
|
20
|
2605 */
|
|
2606 ())
|
0
|
2607 {
|
|
2608 quantify_stop_recording_data ();
|
|
2609 return Qnil;
|
|
2610 }
|
|
2611
|
20
|
2612 DEFUN ("quantify-clear-data", Fquantify_clear_data, 0, 0, 0, /*
|
0
|
2613 Clear all Quantify data.
|
20
|
2614 */
|
|
2615 ())
|
0
|
2616 {
|
|
2617 quantify_clear_data ();
|
|
2618 return Qnil;
|
|
2619 }
|
|
2620 #endif /* QUANTIFY */
|
|
2621
|
|
2622 void
|
|
2623 syms_of_emacs (void)
|
|
2624 {
|
|
2625 #ifndef CANNOT_DUMP
|
|
2626 #ifdef HAVE_SHM
|
20
|
2627 DEFSUBR (Fdump_emacs_data);
|
0
|
2628 #else
|
20
|
2629 DEFSUBR (Fdump_emacs);
|
0
|
2630 #endif
|
|
2631 #endif /* !CANNOT_DUMP */
|
|
2632
|
20
|
2633 DEFSUBR (Frun_emacs_from_temacs);
|
|
2634 DEFSUBR (Frunning_temacs_p);
|
|
2635 DEFSUBR (Finvocation_name);
|
|
2636 DEFSUBR (Finvocation_directory);
|
|
2637 DEFSUBR (Fkill_emacs);
|
|
2638 DEFSUBR (Fnoninteractive);
|
0
|
2639
|
|
2640 #ifdef QUANTIFY
|
20
|
2641 DEFSUBR (Fquantify_start_recording_data);
|
|
2642 DEFSUBR (Fquantify_stop_recording_data);
|
|
2643 DEFSUBR (Fquantify_clear_data);
|
0
|
2644 #endif /* QUANTIFY */
|
|
2645
|
284
|
2646 DEFSUBR (Fsplit_string_by_char);
|
|
2647 DEFSUBR (Fsplit_path); /* #### */
|
265
|
2648
|
0
|
2649 defsymbol (&Qkill_emacs_hook, "kill-emacs-hook");
|
|
2650 defsymbol (&Qsave_buffers_kill_emacs, "save-buffers-kill-emacs");
|
|
2651 }
|
|
2652
|
|
2653 void
|
|
2654 vars_of_emacs (void)
|
|
2655 {
|
|
2656 DEFVAR_BOOL ("suppress-early-error-handler-backtrace",
|
272
|
2657 &suppress_early_error_handler_backtrace /*
|
|
2658 Non-nil means early error handler shouldn't print a backtrace.
|
0
|
2659 */ );
|
|
2660
|
|
2661 DEFVAR_LISP ("command-line-args", &Vcommand_line_args /*
|
|
2662 Args passed by shell to XEmacs, as a list of strings.
|
|
2663 */ );
|
|
2664
|
|
2665 DEFVAR_LISP ("invocation-name", &Vinvocation_name /*
|
|
2666 The program name that was used to run XEmacs.
|
|
2667 Any directory names are omitted.
|
|
2668 */ );
|
|
2669
|
|
2670 DEFVAR_LISP ("invocation-directory", &Vinvocation_directory /*
|
|
2671 The directory in which the XEmacs executable was found, to run it.
|
|
2672 The value is simply the program name if that directory's name is not known.
|
|
2673 */ );
|
|
2674
|
269
|
2675 DEFVAR_LISP ("invocation-path", &Vinvocation_path /*
|
|
2676 The path in which the XEmacs executable was found, to run it.
|
|
2677 The value is simply the value of environment variable PATH on startup
|
|
2678 if XEmacs was found there.
|
|
2679 */ );
|
|
2680
|
0
|
2681 #if 0 /* FSFmacs */
|
|
2682 xxDEFVAR_LISP ("installation-directory", &Vinstallation_directory,
|
|
2683 "A directory within which to look for the `lib-src' and `etc' directories.\n"
|
|
2684 "This is non-nil when we can't find those directories in their standard\n"
|
|
2685 "installed locations, but we can find them\n"
|
|
2686 "near where the XEmacs executable was found.");
|
|
2687 #endif
|
|
2688
|
|
2689 DEFVAR_LISP ("system-type", &Vsystem_type /*
|
272
|
2690 Symbol indicating type of operating system you are using.
|
0
|
2691 */ );
|
|
2692 Vsystem_type = intern (SYSTEM_TYPE);
|
169
|
2693 Fprovide (intern(SYSTEM_TYPE));
|
0
|
2694
|
|
2695 #ifndef EMACS_CONFIGURATION
|
|
2696 # define EMACS_CONFIGURATION "UNKNOWN"
|
|
2697 #endif
|
|
2698 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /*
|
272
|
2699 String naming the configuration XEmacs was built for.
|
0
|
2700 */ );
|
|
2701 Vsystem_configuration = Fpurecopy (build_string (EMACS_CONFIGURATION));
|
|
2702
|
175
|
2703 #ifndef EMACS_CONFIG_OPTIONS
|
|
2704 # define EMACS_CONFIG_OPTIONS "UNKNOWN"
|
|
2705 #endif
|
|
2706 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options /*
|
|
2707 String containing the configuration options XEmacs was built with.
|
|
2708 */ );
|
|
2709 Vsystem_configuration_options = Fpurecopy (build_string
|
|
2710 (EMACS_CONFIG_OPTIONS));
|
|
2711
|
165
|
2712 DEFVAR_LISP ("emacs-major-version", &Vemacs_major_version /*
|
|
2713 Major version number of this version of Emacs, as an integer.
|
|
2714 Warning: this variable did not exist in Emacs versions earlier than:
|
|
2715 FSF Emacs: 19.23
|
|
2716 XEmacs: 19.10
|
|
2717 */ );
|
|
2718 Vemacs_major_version = make_int (EMACS_MAJOR_VERSION);
|
|
2719
|
|
2720 DEFVAR_LISP ("emacs-minor-version", &Vemacs_minor_version /*
|
|
2721 Minor version number of this version of Emacs, as an integer.
|
|
2722 Warning: this variable did not exist in Emacs versions earlier than:
|
|
2723 FSF Emacs: 19.23
|
|
2724 XEmacs: 19.10
|
|
2725 */ );
|
|
2726 Vemacs_minor_version = make_int (EMACS_MINOR_VERSION);
|
|
2727
|
|
2728 DEFVAR_LISP ("emacs-beta-version", &Vemacs_beta_version /*
|
163
|
2729 Beta number of this version of Emacs, as an integer.
|
|
2730 The value is nil if this is an officially released version of XEmacs.
|
|
2731 Warning: this variable does not exist in FSF Emacs or in XEmacs versions
|
|
2732 earlier than 20.3.
|
|
2733 */ );
|
165
|
2734 #ifdef EMACS_BETA_VERSION
|
|
2735 Vemacs_beta_version = make_int (EMACS_BETA_VERSION);
|
|
2736 #else
|
|
2737 Vemacs_beta_version = Qnil;
|
163
|
2738 #endif
|
|
2739
|
278
|
2740 #ifdef INFODOCK
|
|
2741 DEFVAR_LISP ("infodock-major-version", &Vinfodock_major_version /*
|
|
2742 Major version number of this InfoDock release.
|
|
2743 */ );
|
|
2744 Vinfodock_major_version = make_int (INFODOCK_MAJOR_VERSION);
|
|
2745
|
|
2746 DEFVAR_LISP ("infodock-minor-version", &Vinfodock_minor_version /*
|
|
2747 Minor version number of this InfoDock release.
|
|
2748 */ );
|
|
2749 Vinfodock_minor_version = make_int (INFODOCK_MINOR_VERSION);
|
|
2750
|
|
2751 DEFVAR_LISP ("infodock-build-version", &Vinfodock_build_version /*
|
|
2752 Build version of this InfoDock release.
|
|
2753 */ );
|
|
2754 Vinfodock_build_version = make_int (INFODOCK_BUILD_VERSION);
|
|
2755 #endif
|
|
2756
|
163
|
2757 DEFVAR_LISP ("xemacs-codename", &Vxemacs_codename /*
|
|
2758 Codename of this version of Emacs (a string).
|
|
2759 */ );
|
|
2760 #ifndef XEMACS_CODENAME
|
165
|
2761 #define XEMACS_CODENAME "Noname"
|
163
|
2762 #endif
|
|
2763 Vxemacs_codename = Fpurecopy (build_string (XEMACS_CODENAME));
|
|
2764
|
0
|
2765 DEFVAR_BOOL ("noninteractive", &noninteractive1 /*
|
|
2766 Non-nil means XEmacs is running without interactive terminal.
|
|
2767 */ );
|
|
2768
|
276
|
2769 DEFVAR_BOOL ("inhibit-early-packages", &inhibit_early_packages /*
|
|
2770 Set to non-nil when the early packages should not be respected at startup.
|
|
2771 */ );
|
|
2772
|
|
2773 DEFVAR_BOOL ("inhibit-autoloads", &inhibit_autoloads /*
|
|
2774 Set to non-nil when autoloads should not be loaded at startup.
|
|
2775 */ );
|
|
2776
|
|
2777 DEFVAR_BOOL ("debug-paths", &debug_paths /*
|
|
2778 Set to non-nil when debug information about paths should be printed.
|
207
|
2779 */ );
|
|
2780
|
267
|
2781 DEFVAR_BOOL ("inhibit-site-lisp", &inhibit_site_lisp /*
|
|
2782 Set to non-nil when the site-lisp should not be searched at startup.
|
|
2783 */ );
|
269
|
2784 #ifdef INHIBIT_SITE_LISP
|
|
2785 inhibit_site_lisp = 1;
|
|
2786 #endif
|
267
|
2787
|
0
|
2788 DEFVAR_INT ("emacs-priority", &emacs_priority /*
|
|
2789 Priority for XEmacs to run at.
|
|
2790 This value is effective only if set before XEmacs is dumped,
|
|
2791 and only if the XEmacs executable is installed with setuid to permit
|
|
2792 it to change priority. (XEmacs sets its uid back to the real uid.)
|
|
2793 Currently, you need to define SET_EMACS_PRIORITY in `config.h'
|
|
2794 before you compile XEmacs, to enable the code for this feature.
|
|
2795 */ );
|
|
2796 emacs_priority = 0;
|
163
|
2797
|
276
|
2798 DEFVAR_CONST_LISP ("internal-error-checking", &Vinternal_error_checking /*
|
|
2799 Internal error checking built-in into this instance of XEmacs.
|
|
2800 This is a list of symbols, initialized at build-time. Legal symbols
|
|
2801 are:
|
|
2802
|
|
2803 extents - check extents prior to each extent change;
|
|
2804 typecheck - check types strictly, aborting in case of error;
|
|
2805 malloc - check operation of malloc;
|
|
2806 gc - check garbage collection;
|
|
2807 bufpos - check buffer positions.
|
|
2808 */ );
|
|
2809 Vinternal_error_checking = Qnil;
|
|
2810 #ifdef ERROR_CHECK_EXTENTS
|
|
2811 Vinternal_error_checking = Fcons (intern ("extents"),
|
|
2812 Vinternal_error_checking);
|
|
2813 #endif
|
|
2814 #ifdef ERROR_CHECK_TYPECHECK
|
|
2815 Vinternal_error_checking = Fcons (intern ("typecheck"),
|
|
2816 Vinternal_error_checking);
|
|
2817 #endif
|
|
2818 #ifdef ERROR_CHECK_MALLOC
|
|
2819 Vinternal_error_checking = Fcons (intern ("malloc"),
|
|
2820 Vinternal_error_checking);
|
|
2821 #endif
|
|
2822 #ifdef ERROR_CHECK_GC
|
|
2823 Vinternal_error_checking = Fcons (intern ("gc"),
|
|
2824 Vinternal_error_checking);
|
|
2825 #endif
|
|
2826 #ifdef ERROR_CHECK_BUFPOS
|
|
2827 Vinternal_error_checking = Fcons (intern ("bufpos"),
|
|
2828 Vinternal_error_checking);
|
|
2829 #endif
|
|
2830 Vinternal_error_checking = Fpurecopy (Vinternal_error_checking);
|
284
|
2831
|
|
2832 DEFVAR_LISP ("path-separator", &Vpath_separator /*
|
|
2833 The directory separator in search paths, as a string.
|
|
2834 */ );
|
|
2835 {
|
|
2836 char c = SEPCHAR;
|
|
2837 Vpath_separator = make_string ((Bufbyte *)&c, 1);
|
|
2838 }
|
0
|
2839 }
|
267
|
2840
|
|
2841 void
|
|
2842 complex_vars_of_emacs (void)
|
|
2843 {
|
280
|
2844 /* This is all related to path searching. */
|
|
2845
|
|
2846 DEFVAR_LISP ("emacs-program-name", &Vemacs_program_name /*
|
|
2847 *Name of the Emacs variant.
|
|
2848 For example, this may be \"xemacs\" or \"infodock\".
|
|
2849 This is mainly meant for use in path searching.
|
|
2850 */ );
|
|
2851 Vemacs_program_name = build_string ((char *) PATH_PROGNAME);
|
|
2852
|
|
2853 DEFVAR_LISP ("emacs-program-version", &Vemacs_program_version /*
|
|
2854 *Version of the Emacs variant.
|
|
2855 This typically has the form XX.XX[-bXX].
|
|
2856 This is mainly meant for use in path searching.
|
|
2857 */ );
|
|
2858 Vemacs_program_version = build_string ((char *) PATH_VERSION);
|
|
2859
|
267
|
2860 DEFVAR_LISP ("exec-path", &Vexec_path /*
|
|
2861 *List of directories to search programs to run in subprocesses.
|
|
2862 Each element is a string (directory name) or nil (try default directory).
|
|
2863 */ );
|
|
2864 Vexec_path = Qnil;
|
|
2865
|
|
2866 DEFVAR_LISP ("exec-directory", &Vexec_directory /*
|
|
2867 *Directory of architecture-dependent files that come with XEmacs,
|
|
2868 especially executable programs intended for XEmacs to invoke.
|
|
2869 */ );
|
|
2870 Vexec_directory = Qnil;
|
|
2871
|
276
|
2872 DEFVAR_LISP ("configure-exec-directory", &Vconfigure_exec_directory /*
|
|
2873 For internal use by the build procedure only.
|
|
2874 configure's idea of what EXEC-DIRECTORY will be.
|
|
2875 */ );
|
|
2876 #ifdef PATH_EXEC
|
|
2877 Vconfigure_exec_directory = Ffile_name_as_directory
|
|
2878 (build_string ((char *) PATH_EXEC));
|
|
2879 #else
|
|
2880 Vconfigure_exec_directory = Qnil;
|
|
2881 #endif
|
|
2882
|
|
2883 DEFVAR_LISP ("lisp-directory", &Vlisp_directory /*
|
|
2884 *Directory of core Lisp files that come with XEmacs.
|
|
2885 */ );
|
|
2886 Vlisp_directory = Qnil;
|
|
2887
|
267
|
2888 DEFVAR_LISP ("configure-lisp-directory", &Vconfigure_lisp_directory /*
|
276
|
2889 For internal use by the build procedure only.
|
|
2890 configure's idea of what LISP-DIRECTORY will be.
|
267
|
2891 */ );
|
|
2892 #ifdef PATH_LOADSEARCH
|
|
2893 Vconfigure_lisp_directory = Ffile_name_as_directory
|
|
2894 (build_string ((char *) PATH_LOADSEARCH));
|
|
2895 #else
|
|
2896 Vconfigure_lisp_directory = Qnil;
|
|
2897 #endif
|
|
2898
|
|
2899 DEFVAR_LISP ("configure-package-path", &Vconfigure_package_path /*
|
|
2900 For internal use by the build procedure only.
|
278
|
2901 configure's idea of what the package path will be.
|
267
|
2902 */ );
|
|
2903 #ifdef PATH_PACKAGEPATH
|
|
2904 Vconfigure_package_path = decode_path (PATH_PACKAGEPATH);
|
|
2905 #else
|
|
2906 Vconfigure_package_path = Qnil;
|
|
2907 #endif
|
|
2908
|
|
2909 DEFVAR_LISP ("data-directory", &Vdata_directory /*
|
|
2910 *Directory of architecture-independent files that come with XEmacs,
|
|
2911 intended for XEmacs to use.
|
|
2912 Use of this variable in new code is almost never correct. See the
|
|
2913 function `locate-data-directory' and the variable `data-directory-list'.
|
|
2914 */ );
|
|
2915 Vdata_directory = Qnil;
|
|
2916
|
|
2917 DEFVAR_LISP ("configure-data-directory", &Vconfigure_data_directory /*
|
|
2918 For internal use by the build procedure only.
|
|
2919 configure's idea of what DATA-DIRECTORY will be.
|
|
2920 */ );
|
|
2921 #ifdef PATH_DATA
|
|
2922 Vconfigure_data_directory = Ffile_name_as_directory
|
|
2923 (build_string ((char *) PATH_DATA));
|
|
2924 #else
|
|
2925 Vconfigure_data_directory = Qnil;
|
|
2926 #endif
|
|
2927
|
|
2928 DEFVAR_LISP ("data-directory-list", &Vdata_directory_list /*
|
|
2929 *List of directories of architecture-independent files that come with XEmacs
|
|
2930 or were installed as packages, and are intended for XEmacs to use.
|
|
2931 */ );
|
|
2932 Vdata_directory_list = Qnil;
|
|
2933
|
|
2934 #ifdef CLASH_DETECTION
|
|
2935 DEFVAR_LISP ("configure-lock-directory", &Vconfigure_lock_directory /*
|
|
2936 For internal use by the build procedure only.
|
|
2937 configure's idea of what LOCK-DIRECTORY will be.
|
|
2938 */ );
|
|
2939 #ifdef PATH_LOCK
|
|
2940 Vconfigure_lock_directory = Ffile_name_as_directory
|
|
2941 (build_string ((char *) PATH_LOCK));
|
|
2942 #else
|
|
2943 Vconfigure_lock_directory = Qnil;
|
|
2944 #endif
|
|
2945 #endif /* CLASH_DETECTION */
|
|
2946
|
276
|
2947 DEFVAR_LISP ("site-directory", &Vsite_directory /*
|
|
2948 *Directory of site-specific Lisp files that come with XEmacs.
|
|
2949 */ );
|
|
2950 Vsite_directory = Qnil;
|
|
2951
|
267
|
2952 DEFVAR_LISP ("configure-site-directory", &Vconfigure_site_directory /*
|
|
2953 For internal use by the build procedure only.
|
|
2954 configure's idea of what SITE-DIRECTORY will be.
|
|
2955 */ );
|
|
2956 #ifdef PATH_SITE
|
|
2957 Vconfigure_site_directory = Ffile_name_as_directory
|
|
2958 (build_string ((char *) PATH_SITE));
|
|
2959 #else
|
|
2960 Vconfigure_site_directory = Qnil;
|
|
2961 #endif
|
|
2962
|
|
2963 DEFVAR_LISP ("doc-directory", &Vdoc_directory /*
|
|
2964 *Directory containing the DOC file that comes with XEmacs.
|
|
2965 This is usually the same as exec-directory.
|
|
2966 */ );
|
|
2967 Vdoc_directory = Qnil;
|
|
2968
|
|
2969 DEFVAR_LISP ("configure-doc-directory", &Vconfigure_doc_directory /*
|
|
2970 For internal use by the build procedure only.
|
|
2971 configure's idea of what DOC-DIRECTORY will be.
|
|
2972 */ );
|
|
2973 #ifdef PATH_DOC
|
|
2974 Vconfigure_doc_directory = Ffile_name_as_directory
|
|
2975 (build_string ((char *) PATH_DOC));
|
|
2976 #else
|
|
2977 Vconfigure_doc_directory = Qnil;
|
|
2978 #endif
|
|
2979
|
278
|
2980 DEFVAR_LISP ("configure-exec-prefix-directory", &Vconfigure_exec_prefix_directory /*
|
|
2981 For internal use by the build procedure only.
|
|
2982 configure's idea of what EXEC-PREFIX-DIRECTORY will be.
|
|
2983 */ );
|
|
2984 #ifdef PATH_EXEC_PREFIX
|
|
2985 Vconfigure_exec_prefix_directory = Ffile_name_as_directory
|
|
2986 (build_string ((char *) PATH_EXEC_PREFIX));
|
|
2987 #else
|
|
2988 Vconfigure_exec_prefix_directory = Qnil;
|
|
2989 #endif
|
|
2990
|
267
|
2991 DEFVAR_LISP ("configure-prefix-directory", &Vconfigure_prefix_directory /*
|
|
2992 For internal use by the build procedure only.
|
|
2993 configure's idea of what PREFIX-DIRECTORY will be.
|
|
2994 */ );
|
|
2995 #ifdef PATH_PREFIX
|
|
2996 Vconfigure_prefix_directory = Ffile_name_as_directory
|
|
2997 (build_string ((char *) PATH_PREFIX));
|
|
2998 #else
|
|
2999 Vconfigure_prefix_directory = Qnil;
|
|
3000 #endif
|
|
3001
|
|
3002 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory /*
|
|
3003 For internal use by the build procedure only.
|
|
3004 This is the name of the directory in which the build procedure installed
|
|
3005 Emacs's info files; the default value for Info-default-directory-list
|
|
3006 includes this.
|
|
3007 */ );
|
|
3008 #ifdef PATH_INFO
|
|
3009 Vconfigure_info_directory =
|
|
3010 Ffile_name_as_directory (build_string (PATH_INFO));
|
|
3011 #else
|
|
3012 Vconfigure_info_directory = Qnil;
|
|
3013 #endif
|
|
3014
|
|
3015 DEFVAR_LISP ("configure-info-path", &Vconfigure_info_path /*
|
|
3016 The configured initial path for info documentation.
|
|
3017 */ );
|
|
3018 #ifdef PATH_INFOPATH
|
|
3019 Vconfigure_info_path = decode_path (PATH_INFOPATH);
|
|
3020 #else
|
|
3021 Vconfigure_info_path = Qnil;
|
|
3022 #endif
|
|
3023 }
|