428
|
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.
|
771
|
5 Copyright (C) 2000, 2001, 2002 Ben Wing.
|
428
|
6
|
|
7 This file is part of XEmacs.
|
|
8
|
|
9 XEmacs is free software; you can redistribute it and/or modify it
|
|
10 under the terms of the GNU General Public License as published by the
|
|
11 Free Software Foundation; either version 2, or (at your option) any
|
|
12 later version.
|
|
13
|
|
14 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
17 for more details.
|
|
18
|
|
19 You should have received a copy of the GNU General Public License
|
|
20 along with XEmacs; see the file COPYING. If not, write to
|
|
21 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
22 Boston, MA 02111-1307, USA. */
|
|
23
|
|
24 /* Synched up with: Mule 2.0, FSF 19.28. */
|
|
25
|
442
|
26 /* Capsule summary of the various releases of Lucid Emacs/XEmacs and
|
771
|
27 FSF/GNU Emacs. (Copied from the Internals Manual, where the
|
|
28 canonical version lives.) Provided here for use in cross-referencing
|
|
29 version releases and dates in comments, esp. in the authorship
|
|
30 comments at the beginning of each file. More information about
|
|
31 history can be found in the beginning of the Internals Manual and
|
|
32 in the About page.
|
442
|
33
|
|
34
|
|
35 -- A time line for Lucid Emacs/XEmacs is
|
|
36
|
|
37 version 19.0 shipped with Energize 1.0, April 1992.
|
|
38 version 19.1 released June 4, 1992.
|
|
39 version 19.2 released June 19, 1992.
|
|
40 version 19.3 released September 9, 1992.
|
|
41 version 19.4 released January 21, 1993.
|
|
42 version 19.5 was a repackaging of 19.4 with a few bug fixes and
|
|
43 shipped with Energize 2.0. Never released to the net.
|
|
44 version 19.6 released April 9, 1993.
|
|
45 version 19.7 was a repackaging of 19.6 with a few bug fixes and
|
|
46 shipped with Energize 2.1. Never released to the net.
|
|
47 version 19.8 released September 6, 1993.
|
|
48 version 19.9 released January 12, 1994.
|
|
49 version 19.10 released May 27, 1994.
|
|
50 version 19.11 (first XEmacs) released September 13, 1994.
|
|
51 version 19.12 released June 23, 1995.
|
|
52 version 19.13 released September 1, 1995.
|
|
53 version 19.14 released June 23, 1996.
|
|
54 version 20.0 released February 9, 1997.
|
|
55 version 19.15 released March 28, 1997.
|
|
56 version 20.1 (not released to the net) April 15, 1997.
|
|
57 version 20.2 released May 16, 1997.
|
|
58 version 19.16 released October 31, 1997.
|
771
|
59 version 20.3 (the first stable version of XEmacs 20.x) released November 30,
|
|
60 1997.
|
442
|
61 version 20.4 released February 28, 1998.
|
771
|
62 version 21.0.60 released December 10, 1998. (The version naming scheme was
|
|
63 changed at this point: [a] the second version number is odd for stable
|
|
64 versions, even for beta versions; [b] a third version number is added,
|
|
65 replacing the "beta xxx" ending for beta versions and allowing for
|
|
66 periodic maintenance releases for stable versions. Therefore, 21.0 was
|
|
67 never "officially" released; similarly for 21.2, etc.)
|
|
68 version 21.0.61 released January 4, 1999.
|
|
69 version 21.0.63 released February 3, 1999.
|
|
70 version 21.0.64 released March 1, 1999.
|
|
71 version 21.0.65 released March 5, 1999.
|
|
72 version 21.0.66 released March 12, 1999.
|
|
73 version 21.0.67 released March 25, 1999.
|
|
74 version 21.1.2 released May 14, 1999. (This is the followup to 21.0.67.
|
|
75 The second version number was bumped to indicate the beginning of the
|
|
76 "stable" series.)
|
|
77 version 21.1.3 released June 26, 1999.
|
|
78 version 21.1.4 released July 8, 1999.
|
|
79 version 21.1.6 released August 14, 1999. (There was no 21.1.5.)
|
|
80 version 21.1.7 released September 26, 1999.
|
|
81 version 21.1.8 released November 2, 1999.
|
|
82 version 21.1.9 released February 13, 2000.
|
|
83 version 21.1.10 released May 7, 2000.
|
|
84 version 21.1.10a released June 24, 2000.
|
|
85 version 21.1.11 released July 18, 2000.
|
|
86 version 21.1.12 released August 5, 2000.
|
|
87 version 21.1.13 released January 7, 2001.
|
|
88 version 21.1.14 released January 27, 2001.
|
|
89 version 21.2.9 released February 3, 1999.
|
|
90 version 21.2.10 released February 5, 1999.
|
|
91 version 21.2.11 released March 1, 1999.
|
|
92 version 21.2.12 released March 5, 1999.
|
|
93 version 21.2.13 released March 12, 1999.
|
|
94 version 21.2.14 released May 14, 1999.
|
|
95 version 21.2.15 released June 4, 1999.
|
|
96 version 21.2.16 released June 11, 1999.
|
|
97 version 21.2.17 released June 22, 1999.
|
|
98 version 21.2.18 released July 14, 1999.
|
|
99 version 21.2.19 released July 30, 1999.
|
|
100 version 21.2.20 released November 10, 1999.
|
|
101 version 21.2.21 released November 28, 1999.
|
|
102 version 21.2.22 released November 29, 1999.
|
|
103 version 21.2.23 released December 7, 1999.
|
|
104 version 21.2.24 released December 14, 1999.
|
|
105 version 21.2.25 released December 24, 1999.
|
|
106 version 21.2.26 released December 31, 1999.
|
|
107 version 21.2.27 released January 18, 2000.
|
|
108 version 21.2.28 released February 7, 2000.
|
|
109 version 21.2.29 released February 16, 2000.
|
|
110 version 21.2.30 released February 21, 2000.
|
|
111 version 21.2.31 released February 23, 2000.
|
|
112 version 21.2.32 released March 20, 2000.
|
|
113 version 21.2.33 released May 1, 2000.
|
|
114 version 21.2.34 released May 28, 2000.
|
|
115 version 21.2.35 released July 19, 2000.
|
|
116 version 21.2.36 released October 4, 2000.
|
|
117 version 21.2.37 released November 14, 2000.
|
|
118 version 21.2.38 released December 5, 2000.
|
|
119 version 21.2.39 released December 31, 2000.
|
|
120 version 21.2.40 released January 8, 2001.
|
|
121 version 21.2.41 released January 17, 2001.
|
|
122 version 21.2.42 released January 20, 2001.
|
|
123 version 21.2.43 released January 26, 2001.
|
|
124 version 21.2.44 released February 8, 2001.
|
|
125 version 21.2.45 released February 23, 2001.
|
|
126 version 21.2.46 released March 21, 2001.
|
442
|
127
|
|
128
|
|
129 -- A time line for GNU Emacs version 19 is
|
|
130
|
|
131 version 19.7 (beta) (first beta release) released ??????; prob. late May 1993.
|
|
132 version 19.8 (beta) released May 27, 1993.
|
|
133 version 19.9 (beta) released May 27, 1993.
|
|
134 version 19.10 (beta) released May 30, 1993.
|
|
135 version 19.11 (beta) released June 1, 1993.
|
|
136 version 19.12 (beta) released June 2, 1993.
|
|
137 version 19.13 (beta) released June 8, 1993.
|
|
138 version 19.14 (beta) released June 17, 1993.
|
|
139 version 19.15 (beta) released June 19, 1993.
|
|
140 version 19.16 (beta) released July 6, 1993.
|
|
141 version 19.17 (beta) released late July, 1993.
|
|
142 version 19.18 (beta) released August 9, 1993.
|
|
143 version 19.19 (beta) released August 15, 1993.
|
|
144 version 19.20 (beta) released November 17, 1993.
|
|
145 version 19.21 (beta) released November 17, 1993.
|
|
146 version 19.22 (beta) released November 28, 1993.
|
|
147 version 19.23 (beta) released May 17, 1994.
|
|
148 version 19.24 (beta) released May 16, 1994.
|
|
149 version 19.25 (beta) released June 3, 1994.
|
|
150 version 19.26 (beta) released September 11, 1994.
|
|
151 version 19.27 (beta) released September 14, 1994.
|
|
152 version 19.28 (first ``official'' release) released November 1, 1994.
|
|
153 version 19.29 released June 21, 1995.
|
|
154 version 19.30 released November 24, 1995.
|
|
155 version 19.31 released May 25, 1996.
|
|
156 version 19.32 released July 31, 1996.
|
|
157 version 19.33 released August 11, 1996.
|
|
158 version 19.34 released August 21, 1996.
|
|
159 version 19.34b released September 6, 1996.
|
|
160
|
|
161
|
|
162 -- A time line for GNU Emacs version 20 is
|
|
163
|
|
164 version 20.1 released September 17, 1997.
|
|
165 version 20.2 released September 20, 1997.
|
|
166 version 20.3 released August 19, 1998.
|
|
167
|
|
168
|
|
169 -- A time line for GNU Emacs version 18 and older is
|
|
170
|
|
171 GNU Emacs version 15 (15.34) was released sometime in 1984 or 1985 and
|
|
172 shared some code with a version of Emacs written by James Gosling (the
|
|
173 same James Gosling who later created the Java language).
|
|
174 GNU Emacs version 16 (first released version was 16.56) was released on
|
|
175 July 15, 1985. All Gosling code was removed due to potential copyright
|
|
176 problems with the code.
|
|
177 version 16.57: released on September 16, 1985.
|
|
178 versions 16.58, 16.59: released on September 17, 1985.
|
|
179 version 16.60: released on September 19, 1985. These later version 16's
|
|
180 incorporated patches from the net, esp. for getting Emacs to work under
|
|
181 System V.
|
|
182 version 17.36 (first official v17 release) released on December 20, 1985.
|
|
183 Included a TeX-able user manual. First official unpatched version that
|
|
184 worked on vanilla System V machines.
|
|
185 version 17.43 (second official v17 release) released on January 25, 1986.
|
|
186 version 17.45 released on January 30, 1986.
|
|
187 version 17.46 released on February 4, 1986.
|
|
188 version 17.48 released on February 10, 1986.
|
|
189 version 17.49 released on February 12, 1986.
|
|
190 version 17.55 released on March 18, 1986.
|
|
191 version 17.57 released on March 27, 1986.
|
|
192 version 17.58 released on April 4, 1986.
|
|
193 version 17.61 released on April 12, 1986.
|
|
194 version 17.63 released on May 7, 1986.
|
|
195 version 17.64 released on May 12, 1986.
|
|
196 version 18.24 (a beta version) released on October 2, 1986.
|
|
197 version 18.30 (a beta version) released on November 15, 1986.
|
|
198 version 18.31 (a beta version) released on November 23, 1986.
|
|
199 version 18.32 (a beta version) released on December 7, 1986.
|
|
200 version 18.33 (a beta version) released on December 12, 1986.
|
|
201 version 18.35 (a beta version) released on January 5, 1987.
|
|
202 version 18.36 (a beta version) released on January 21, 1987.
|
|
203 January 27, 1987: The Great Usenet Renaming. net.emacs is now comp.emacs.
|
|
204 version 18.37 (a beta version) released on February 12, 1987.
|
|
205 version 18.38 (a beta version) released on March 3, 1987.
|
|
206 version 18.39 (a beta version) released on March 14, 1987.
|
|
207 version 18.40 (a beta version) released on March 18, 1987.
|
|
208 version 18.41 (the first ``official'' release) released on March 22, 1987.
|
|
209 version 18.45 released on June 2, 1987.
|
|
210 version 18.46 released on June 9, 1987.
|
|
211 version 18.47 released on June 18, 1987.
|
|
212 version 18.48 released on September 3, 1987.
|
|
213 version 18.49 released on September 18, 1987.
|
|
214 version 18.50 released on February 13, 1988.
|
|
215 version 18.51 released on May 7, 1988.
|
|
216 version 18.52 released on September 1, 1988.
|
|
217 version 18.53 released on February 24, 1989.
|
|
218 version 18.54 released on April 26, 1989.
|
|
219 version 18.55 released on August 23, 1989. This is the earliest version
|
|
220 that is still available by FTP.
|
|
221 version 18.56 released on January 17, 1991.
|
|
222 version 18.57 released late January, 1991.
|
|
223 version 18.58 released ?????.
|
|
224 version 18.59 released October 31, 1992.
|
|
225
|
|
226 */
|
|
227
|
428
|
228 /* Note: It is necessary to specify <config.h> and not "config.h" in
|
|
229 order for the --srcdir type of compilation to work properly.
|
|
230 Otherwise the config.h from the srcdir, rather than the one from
|
|
231 the build dir, will be used. */
|
|
232
|
|
233 #include <config.h>
|
|
234 #include "lisp.h"
|
|
235
|
|
236 #include "backtrace.h" /* run-emacs-from-temacs needs this */
|
|
237 #include "buffer.h"
|
|
238 #include "commands.h"
|
|
239 #include "console.h"
|
|
240 #include "process.h"
|
|
241 #include "redisplay.h"
|
438
|
242 #include "frame.h"
|
428
|
243 #include "sysdep.h"
|
|
244
|
|
245 #include "syssignal.h" /* Always include before systty.h */
|
|
246 #include "systty.h"
|
|
247 #include "sysfile.h"
|
|
248 #include "systime.h"
|
771
|
249 #include "sysproc.h" /* for qxe_getpid() */
|
428
|
250
|
442
|
251 #ifdef PDUMP
|
|
252 #include "dumper.h"
|
|
253 #endif
|
|
254
|
428
|
255 #ifdef QUANTIFY
|
|
256 #include <quantify.h>
|
|
257 #endif
|
|
258
|
|
259 #ifdef HAVE_SHLIB
|
|
260 #include "sysdll.h"
|
|
261 #endif
|
|
262
|
|
263 #ifdef TOOLTALK
|
442
|
264 #include TT_C_H_FILE
|
428
|
265 #endif
|
|
266
|
771
|
267 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
268 #include "syswindows.h"
|
428
|
269 #endif
|
|
270
|
|
271 /* For PATH_EXEC */
|
|
272 #include <paths.h>
|
|
273
|
442
|
274 #if defined (HEAP_IN_DATA) && !defined(PDUMP)
|
428
|
275 void report_sheap_usage (int die_if_pure_storage_exceeded);
|
|
276 #endif
|
|
277
|
|
278 #if !defined (SYSTEM_MALLOC) && !defined (DOUG_LEA_MALLOC)
|
|
279 extern void *(*__malloc_hook)(size_t);
|
|
280 extern void *(*__realloc_hook)(void *, size_t);
|
|
281 extern void (*__free_hook)(void *);
|
|
282 #endif /* not SYSTEM_MALLOC && not DOUG_LEA_MALLOC */
|
|
283
|
|
284 /* Command line args from shell, as list of strings */
|
|
285 Lisp_Object Vcommand_line_args;
|
|
286
|
|
287 /* Set nonzero after XEmacs has started up the first time.
|
|
288 Prevents reinitialization of the Lisp world and keymaps
|
|
289 on subsequent starts. */
|
|
290 int initialized;
|
|
291
|
|
292 #ifdef DOUG_LEA_MALLOC
|
|
293 # include <malloc.h>
|
|
294 /* Preserves a pointer to the memory allocated that copies that
|
|
295 static data inside glibc's malloc. */
|
|
296 static void *malloc_state_ptr;
|
|
297 #endif /* DOUG_LEA_MALLOC */
|
|
298
|
|
299 # ifdef REL_ALLOC
|
|
300 void r_alloc_reinit (void);
|
|
301 # endif
|
|
302
|
|
303 /* Variable whose value is symbol giving operating system type. */
|
|
304 Lisp_Object Vsystem_type;
|
|
305
|
|
306 /* Variable whose value is string giving configuration built for. */
|
|
307 Lisp_Object Vsystem_configuration;
|
|
308
|
|
309 /* Variable whose value is string containing the configuration options
|
|
310 XEmacs was built with. */
|
|
311 Lisp_Object Vsystem_configuration_options;
|
|
312
|
|
313 /* Version numbers and strings */
|
|
314 Lisp_Object Vemacs_major_version;
|
|
315 Lisp_Object Vemacs_minor_version;
|
|
316 Lisp_Object Vemacs_patch_level;
|
|
317 Lisp_Object Vemacs_beta_version;
|
|
318 Lisp_Object Vxemacs_codename;
|
|
319 #ifdef INFODOCK
|
|
320 Lisp_Object Vinfodock_major_version;
|
|
321 Lisp_Object Vinfodock_minor_version;
|
|
322 Lisp_Object Vinfodock_build_version;
|
|
323 #endif
|
|
324
|
|
325 /* The path under which XEmacs was invoked. */
|
|
326 Lisp_Object Vinvocation_path;
|
|
327
|
|
328 /* The name under which XEmacs was invoked, with any leading directory
|
|
329 names discarded. */
|
|
330 Lisp_Object Vinvocation_name;
|
|
331
|
|
332 /* The directory name from which XEmacs was invoked. */
|
|
333 Lisp_Object Vinvocation_directory;
|
|
334
|
|
335 #if 0 /* FSFmacs */
|
|
336 /* The directory name in which to find subdirs such as lisp and etc.
|
|
337 nil means get them only from PATH_LOADSEARCH. */
|
|
338 Lisp_Object Vinstallation_directory;
|
|
339 #endif
|
|
340
|
|
341 Lisp_Object Vemacs_program_name, Vemacs_program_version;
|
|
342 Lisp_Object Vexec_path;
|
|
343 Lisp_Object Vexec_directory, Vconfigure_exec_directory;
|
|
344 Lisp_Object Vlisp_directory, Vconfigure_lisp_directory;
|
460
|
345 Lisp_Object Vmule_lisp_directory, Vconfigure_mule_lisp_directory;
|
428
|
346 Lisp_Object Vmodule_directory, Vconfigure_module_directory;
|
|
347 Lisp_Object Vsite_module_directory, Vconfigure_site_module_directory;
|
|
348 Lisp_Object Vconfigure_package_path;
|
|
349 Lisp_Object Vdata_directory, Vconfigure_data_directory;
|
|
350 Lisp_Object Vdoc_directory, Vconfigure_doc_directory;
|
|
351 Lisp_Object Vconfigure_lock_directory;
|
|
352 Lisp_Object Vdata_directory_list;
|
|
353 Lisp_Object Vconfigure_info_directory;
|
|
354 Lisp_Object Vsite_directory, Vconfigure_site_directory;
|
|
355 Lisp_Object Vconfigure_info_path;
|
|
356 Lisp_Object Vinternal_error_checking;
|
438
|
357 Lisp_Object Vmail_lock_methods, Vconfigure_mail_lock_method;
|
428
|
358
|
|
359 /* The default base directory XEmacs is installed under. */
|
|
360 Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory;
|
|
361
|
|
362 /* If nonzero, set XEmacs to run at this priority. This is also used
|
|
363 in child_setup and sys_suspend to make sure subshells run at normal
|
|
364 priority. */
|
458
|
365 Fixnum emacs_priority;
|
428
|
366
|
442
|
367 /* Some FSF junk with running_asynch_code, to preserve the match
|
|
368 data. Not necessary because we don't call process filters
|
|
369 asynchronously (i.e. from within QUIT). */
|
|
370 /* #### Delete this when merging the rest of my code */
|
428
|
371 int running_asynch_code;
|
|
372
|
|
373 /* If non-zero, a window-system was specified on the command line. */
|
|
374 int display_arg;
|
|
375
|
|
376 /* Type of display specified. We cannot use a Lisp symbol here because
|
|
377 Lisp symbols may not initialized at the time that we set this
|
|
378 variable. */
|
771
|
379 const Char_ASCII *display_use;
|
428
|
380
|
|
381 /* If non-zero, then the early error handler will only print the error
|
|
382 message and exit. */
|
|
383 int suppress_early_error_handler_backtrace;
|
|
384
|
|
385 /* An address near the bottom of the stack.
|
|
386 Tells GC how to save a copy of the stack. */
|
|
387 char *stack_bottom;
|
|
388
|
|
389 #ifdef USG_SHARED_LIBRARIES
|
|
390 /* If nonzero, this is the place to put the end of the writable segment
|
|
391 at startup. */
|
|
392
|
|
393 uintptr_t bss_end = 0;
|
|
394 #endif
|
|
395
|
647
|
396 /* Number of bytes of writable memory we can expect to be able to get:
|
|
397 Leave this as an unsigned int because it could potentially be 4G */
|
428
|
398 unsigned int lim_data;
|
|
399
|
442
|
400 /* WARNING!
|
|
401
|
|
402 Some LISP-visible command-line options are set by XEmacs _before_ the
|
|
403 data is dumped in building a --pdump XEmacs, but used _after_ it is
|
446
|
404 restored in normal operation. Thus the dump-time values overwrite the
|
|
405 values XEmacs is getting at runtime. Such variables must be saved
|
442
|
406 before loading the dumpfile, and restored afterward.
|
|
407
|
446
|
408 Therefore these variables may not be initialized in vars_of_emacs().
|
|
409
|
|
410 The save/restore is done immediately before and after pdump_load() in
|
|
411 main_1(). See that function for the current list of protected variables.
|
|
412
|
|
413 Note that saving/restoring is only necessary for a few variables that are
|
|
414 o command line arguments effective at runtime (as opposed to dump-time),
|
|
415 o parsed before pdump_load, and
|
|
416 o exported to Lisp via a DEFVAR.
|
442
|
417 */
|
|
418
|
428
|
419 /* Nonzero means running XEmacs without interactive terminal. */
|
|
420
|
|
421 int noninteractive;
|
|
422
|
|
423 /* Value of Lisp variable `noninteractive'.
|
|
424 Normally same as C variable `noninteractive'
|
442
|
425 but nothing terrible happens if user sets this one.
|
|
426
|
|
427 Shadowed from the pdumper by `noninteractive'. */
|
428
|
428
|
|
429 int noninteractive1;
|
|
430
|
|
431 /* Nonzero means don't perform site-lisp searches at startup */
|
|
432 int inhibit_site_lisp;
|
|
433
|
|
434 /* Nonzero means don't perform site-modules searches at startup */
|
|
435 int inhibit_site_modules;
|
|
436
|
|
437 /* Nonzero means don't respect early packages at startup */
|
|
438 int inhibit_early_packages;
|
|
439
|
|
440 /* Nonzero means don't load package autoloads at startup */
|
|
441 int inhibit_autoloads;
|
|
442
|
442
|
443 /* Nonzero means don't load the dump file (ignored if not PDUMP) */
|
|
444
|
|
445 int nodumpfile;
|
|
446
|
428
|
447 /* Nonzero means print debug information about path searching */
|
|
448 int debug_paths;
|
|
449
|
|
450 /* Save argv and argc. */
|
444
|
451 static Extbyte **initial_argv; /* #### currently unused */
|
|
452 static int initial_argc; /* #### currently unused */
|
428
|
453
|
|
454 static void sort_args (int argc, char **argv);
|
|
455
|
|
456 Lisp_Object Qkill_emacs_hook;
|
|
457 Lisp_Object Qsave_buffers_kill_emacs;
|
|
458
|
|
459 extern Lisp_Object Vlisp_EXEC_SUFFIXES;
|
|
460
|
442
|
461 /* Nonzero if handling a fatal error already. */
|
|
462 int fatal_error_in_progress;
|
|
463
|
771
|
464 /* Nonzero means we're going down, so we better not run any hooks
|
442
|
465 or do other non-essential stuff. */
|
|
466 int preparing_for_armageddon;
|
|
467
|
771
|
468 /* Nonzero means we're in an unstable situation and need to skip
|
|
469 i18n conversions and such during printing. */
|
|
470 int inhibit_non_essential_printing_operations;
|
442
|
471
|
|
472 static JMP_BUF run_temacs_catch;
|
|
473
|
|
474 static int run_temacs_argc;
|
502
|
475 static Extbyte **run_temacs_argv;
|
|
476 static Extbyte *run_temacs_args;
|
647
|
477 static int run_temacs_argv_size;
|
|
478 static int run_temacs_args_size;
|
442
|
479
|
|
480 #ifdef _MSC_VER
|
771
|
481 static DWORD mswindows_handle_hardware_exceptions (DWORD code);
|
|
482 #endif
|
442
|
483
|
|
484
|
771
|
485 /************************************************************************/
|
|
486 /* Functions to handle arguments */
|
|
487 /************************************************************************/
|
|
488
|
428
|
489 /* Code for dealing with Lisp access to the Unix command line */
|
|
490
|
|
491 static Lisp_Object
|
442
|
492 make_arg_list_1 (int argc, Extbyte **argv, int skip_args)
|
428
|
493 {
|
|
494 Lisp_Object result = Qnil;
|
|
495 REGISTER int i;
|
|
496
|
|
497 for (i = argc - 1; i >= 0; i--)
|
|
498 {
|
|
499 if (i == 0 || i > skip_args)
|
|
500 {
|
442
|
501 #ifdef WIN32_NATIVE
|
428
|
502 if (i == 0)
|
|
503 {
|
|
504 /* Do not trust to what crt0 has stuffed into argv[0] */
|
558
|
505 Extbyte full_exe_path[PATH_MAX];
|
442
|
506 Lisp_Object fullpath;
|
|
507
|
771
|
508 qxeGetModuleFileName (NULL, full_exe_path, PATH_MAX);
|
|
509 fullpath = build_tstr_string (full_exe_path);
|
442
|
510 result = Fcons (fullpath, result);
|
428
|
511 #if defined(HAVE_SHLIB)
|
442
|
512 {
|
|
513 Extbyte *fullpathext;
|
|
514
|
|
515 LISP_STRING_TO_EXTERNAL (fullpath, fullpathext,
|
502
|
516 Qdll_filename_encoding);
|
442
|
517 (void) dll_init (fullpathext);
|
|
518 }
|
428
|
519 #endif
|
|
520 }
|
|
521 else
|
|
522 #endif
|
442
|
523 result = Fcons (build_ext_string (argv[i],
|
|
524 Qcommand_argument_encoding),
|
440
|
525 result);
|
428
|
526 }
|
|
527 }
|
|
528 return result;
|
|
529 }
|
|
530
|
|
531 Lisp_Object
|
442
|
532 make_arg_list (int argc, Extbyte **argv)
|
428
|
533 {
|
|
534 return make_arg_list_1 (argc, argv, 0);
|
|
535 }
|
|
536
|
|
537 /* Calling functions are also responsible for calling free_argc_argv
|
|
538 when they are done with the generated list. */
|
|
539 void
|
442
|
540 make_argc_argv (Lisp_Object argv_list, int *argc, Extbyte ***argv)
|
428
|
541 {
|
|
542 Lisp_Object next;
|
|
543 int n = XINT (Flength (argv_list));
|
|
544 REGISTER int i;
|
442
|
545 *argv = (Extbyte**) xmalloc ((n+1) * sizeof (Extbyte*));
|
428
|
546
|
|
547 for (i = 0, next = argv_list; i < n; i++, next = XCDR (next))
|
|
548 {
|
442
|
549 const Extbyte *temp;
|
428
|
550 CHECK_STRING (XCAR (next));
|
|
551
|
442
|
552 LISP_STRING_TO_EXTERNAL (XCAR (next), temp, Qcommand_argument_encoding);
|
428
|
553 (*argv) [i] = xstrdup (temp);
|
|
554 }
|
|
555 (*argv) [n] = 0;
|
|
556 *argc = i;
|
|
557 }
|
|
558
|
|
559 void
|
442
|
560 free_argc_argv (Extbyte **argv)
|
428
|
561 {
|
|
562 int elt = 0;
|
|
563
|
|
564 while (argv[elt])
|
|
565 {
|
|
566 xfree (argv[elt]);
|
|
567 elt++;
|
|
568 }
|
|
569 xfree (argv);
|
|
570 }
|
|
571
|
|
572 static void
|
442
|
573 init_cmdargs (int argc, Extbyte **argv, int skip_args)
|
428
|
574 {
|
|
575 initial_argv = argv;
|
|
576 initial_argc = argc;
|
|
577
|
|
578 Vcommand_line_args = make_arg_list_1 (argc, argv, skip_args);
|
|
579 }
|
|
580
|
|
581 DEFUN ("invocation-name", Finvocation_name, 0, 0, 0, /*
|
|
582 Return the program name that was used to run XEmacs.
|
|
583 Any directory names are omitted.
|
|
584 */
|
|
585 ())
|
|
586 {
|
|
587 return Fcopy_sequence (Vinvocation_name);
|
|
588 }
|
|
589
|
|
590 DEFUN ("invocation-directory", Finvocation_directory, 0, 0, 0, /*
|
|
591 Return the directory name in which the Emacs executable was located.
|
|
592 */
|
|
593 ())
|
|
594 {
|
|
595 return Fcopy_sequence (Vinvocation_directory);
|
|
596 }
|
|
597
|
|
598
|
|
599
|
|
600 /* Test whether the next argument in ARGV matches SSTR or a prefix of
|
|
601 LSTR (at least MINLEN characters). If so, then if VALPTR is non-null
|
|
602 (the argument is supposed to have a value) store in *VALPTR either
|
|
603 the next argument or the portion of this one after the equal sign.
|
|
604 ARGV is read starting at position *SKIPPTR; this index is advanced
|
|
605 by the number of arguments used.
|
|
606
|
|
607 Too bad we can't just use getopt for all of this, but we don't have
|
|
608 enough information to do it right. */
|
|
609
|
|
610 static int
|
|
611 argmatch (char **argv, int argc, char *sstr, char *lstr,
|
|
612 int minlen, char **valptr, int *skipptr)
|
|
613 {
|
|
614 char *p = NULL;
|
|
615 int arglen;
|
|
616 char *arg;
|
|
617
|
|
618 /* Don't access argv[argc]; give up in advance. */
|
|
619 if (argc <= *skipptr + 1)
|
|
620 return 0;
|
|
621
|
|
622 arg = argv[*skipptr+1];
|
|
623 if (arg == NULL)
|
|
624 return 0;
|
|
625 if (strcmp (arg, sstr) == 0)
|
|
626 {
|
|
627 if (valptr != NULL)
|
|
628 {
|
|
629 *valptr = argv[*skipptr+2];
|
|
630 *skipptr += 2;
|
|
631 }
|
|
632 else
|
|
633 *skipptr += 1;
|
|
634 return 1;
|
|
635 }
|
|
636 arglen = (valptr != NULL && (p = strchr (arg, '=')) != NULL
|
664
|
637 ? p - arg : (int) strlen (arg));
|
428
|
638 if (lstr == 0 || arglen < minlen || strncmp (arg, lstr, arglen) != 0)
|
|
639 return 0;
|
|
640 else if (valptr == NULL)
|
|
641 {
|
|
642 *skipptr += 1;
|
|
643 return 1;
|
|
644 }
|
|
645 else if (p != NULL)
|
|
646 {
|
|
647 *valptr = p+1;
|
|
648 *skipptr += 1;
|
|
649 return 1;
|
|
650 }
|
|
651 else if (argv[*skipptr+2] != NULL)
|
|
652 {
|
|
653 *valptr = argv[*skipptr+2];
|
|
654 *skipptr += 2;
|
|
655 return 1;
|
|
656 }
|
|
657 else
|
|
658 {
|
|
659 return 0;
|
|
660 }
|
|
661 }
|
|
662
|
771
|
663
|
|
664 /************************************************************************/
|
|
665 /* main and friends: XEmacs startup */
|
|
666 /************************************************************************/
|
|
667
|
428
|
668 /* Make stack traces always identify version + configuration */
|
|
669 #define main_1 STACK_TRACE_EYE_CATCHER
|
|
670
|
|
671 /* This function is not static, so that the compiler is less likely to
|
446
|
672 inline it, which would make it not show up in stack traces.
|
|
673
|
|
674 The restart argument is a flag that indicates that main_1 is now
|
771
|
675 being called for the second time in this invocation of xemacs; this
|
|
676 happens as a result of using `run-temacs' in the command line, when
|
|
677 invoking a bare (without dumped data) XEmacs (i.e. `temacs' with
|
|
678 the conventional dumper or `xemacs -nd' with the pdumper). See
|
446
|
679 Frun_emacs_from_temacs().
|
|
680
|
|
681 restart interacts with initialized as follows (per Olivier Galibert):
|
|
682
|
|
683 It's perverted.
|
|
684
|
|
685 initialized==0 => temacs
|
|
686 initialized!=0 && restart!=0 => run-temacs
|
771
|
687 initialized!=0 && restart==0 => either xemacs after conventional dump,
|
|
688 or xemacs post pdump_load()
|
446
|
689 */
|
428
|
690 DECLARE_DOESNT_RETURN (main_1 (int, char **, char **, int));
|
|
691 DOESNT_RETURN
|
|
692 main_1 (int argc, char **argv, char **envp, int restart)
|
|
693 {
|
|
694 char stack_bottom_variable;
|
|
695 int skip_args = 0;
|
|
696 Lisp_Object load_me;
|
|
697 int inhibit_window_system;
|
|
698 #ifdef NeXT
|
|
699 extern int malloc_cookie;
|
|
700 #endif
|
|
701
|
|
702 #if (!defined (SYSTEM_MALLOC) && !defined (HAVE_LIBMCHECK) \
|
|
703 && !defined (DOUG_LEA_MALLOC))
|
|
704 /* Make sure that any libraries we link against haven't installed a
|
|
705 hook for a gmalloc of a potentially incompatible version. */
|
|
706 /* If we're using libmcheck, the hooks have already been initialized, */
|
|
707 /* don't touch them. -slb */
|
|
708 __malloc_hook = NULL;
|
|
709 __realloc_hook = NULL;
|
|
710 __free_hook = NULL;
|
|
711 #endif /* not SYSTEM_MALLOC or HAVE_LIBMCHECK or DOUG_LEA_MALLOC */
|
|
712
|
|
713 noninteractive = 0;
|
771
|
714 inhibit_non_essential_printing_operations = 1;
|
428
|
715
|
|
716 #ifdef NeXT
|
|
717 /* 19-Jun-1995 -baw
|
|
718 * NeXT secret magic, ripped from Emacs-for-NS by Carl Edman
|
|
719 * <cedman@princeton.edu>. Note that even Carl doesn't know what this
|
|
720 * does; it was provided by NeXT, and it presumable makes NS's mallocator
|
|
721 * work with dumping. But malloc_jumpstart() and malloc_freezedry() in
|
|
722 * unexnext.c are both completely undocumented, even in NS header files!
|
|
723 * But hey, it solves all NS related memory problems, so who's
|
|
724 * complaining? */
|
|
725 if (initialized && malloc_jumpstart (malloc_cookie) != 0)
|
442
|
726 stderr_out ("malloc jumpstart failed!\n");
|
428
|
727 #endif /* NeXT */
|
|
728
|
|
729 /*
|
|
730 #if defined (GNU_MALLOC) && \
|
|
731 defined (ERROR_CHECK_MALLOC) && \
|
|
732 !defined (HAVE_LIBMCHECK)
|
|
733 */
|
|
734 #if defined(LOSING_GCC_DESTRUCTOR_FREE_BUG)
|
|
735 /* Prior to XEmacs 21, this was `#if 0'ed out. */
|
|
736 /* I'm enabling this because it is the only reliable way I've found to */
|
|
737 /* prevent a very annoying problem where GCC will attempt to free(3) */
|
|
738 /* memory at exit() and cause a coredump. */
|
|
739 init_free_hook ();
|
|
740 #endif
|
|
741
|
|
742 sort_args (argc, argv);
|
|
743
|
442
|
744 #if defined (WIN32_NATIVE) || defined (_SCO_DS)
|
428
|
745 environ = envp;
|
|
746 #endif
|
|
747
|
|
748 /* Record (approximately) where the stack begins. */
|
|
749 stack_bottom = &stack_bottom_variable;
|
|
750
|
|
751 #ifdef USG_SHARED_LIBRARIES
|
|
752 if (bss_end)
|
|
753 brk ((void *) bss_end);
|
|
754 #endif
|
|
755
|
|
756 clearerr (stdin);
|
|
757
|
|
758 #if defined (HAVE_MMAP) && defined (REL_ALLOC)
|
|
759 /* ralloc can only be used if using the GNU memory allocator. */
|
|
760 init_ralloc ();
|
|
761 #elif defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
|
762 if (initialized)
|
|
763 init_ralloc();
|
|
764 #endif
|
|
765
|
|
766 #ifdef HAVE_SOCKS
|
|
767 if (initialized)
|
|
768 SOCKSinit (argv[0]);
|
|
769 #endif /* HAVE_SOCKS */
|
|
770
|
|
771 #ifndef SYSTEM_MALLOC
|
|
772 if (!initialized)
|
|
773 /* Arrange to get warning messages as memory fills up. */
|
|
774 memory_warnings (0, malloc_warning);
|
|
775 #endif /* not SYSTEM_MALLOC */
|
|
776
|
|
777 #ifdef SET_EMACS_PRIORITY
|
|
778 if (emacs_priority != 0)
|
|
779 nice (-emacs_priority);
|
|
780 setuid (getuid ());
|
|
781 #endif /* SET_EMACS_PRIORITY */
|
|
782
|
|
783 #ifdef EXTRA_INITIALIZE
|
|
784 EXTRA_INITIALIZE;
|
|
785 #endif
|
|
786
|
|
787 #ifdef HAVE_WINDOW_SYSTEM
|
|
788 inhibit_window_system = 0;
|
|
789 #else
|
|
790 inhibit_window_system = 1;
|
|
791 #endif
|
|
792
|
442
|
793 /* Handle the -sd/--show-dump-id switch, which means show the hex dump_id and quit */
|
|
794 if (argmatch (argv, argc, "-sd", "--show-dump-id", 9, NULL, &skip_args))
|
|
795 {
|
|
796 #ifdef PDUMP
|
|
797 printf ("%08x\n", dump_id);
|
|
798 #else
|
446
|
799 printf ("Portable dumper not configured; -sd just forces exit.\n");
|
442
|
800 #endif
|
|
801 exit (0);
|
|
802 }
|
771
|
803
|
428
|
804 /* Handle the -t switch, which specifies filename to use as terminal */
|
|
805 {
|
771
|
806 Extbyte *term;
|
428
|
807 if (argmatch (argv, argc, "-t", "--terminal", 4, &term, &skip_args))
|
|
808 {
|
771
|
809 retry_close (0);
|
|
810 retry_close (1);
|
428
|
811 if (open (term, O_RDWR | OPEN_BINARY, 2) < 0)
|
|
812 fatal ("%s: %s", term, strerror (errno));
|
|
813 dup (0);
|
|
814 if (! isatty (0))
|
|
815 fatal ("%s: not a tty", term);
|
|
816
|
|
817 #if 0
|
|
818 stderr_out ("Using %s", ttyname (0));
|
|
819 #endif
|
|
820 stderr_out ("Using %s", term);
|
|
821 inhibit_window_system = 1; /* -t => -nw */
|
|
822 }
|
|
823 }
|
|
824
|
442
|
825 /* Handle the --no-dump-file/-nd switch, which means don't load the dump file (ignored when not using pdump) */
|
|
826 if (argmatch (argv, argc, "-nd", "--no-dump-file", 7, NULL, &skip_args))
|
|
827 {
|
|
828 nodumpfile = 1;
|
|
829 }
|
|
830
|
428
|
831 /* Handle -nw switch */
|
|
832 if (argmatch (argv, argc, "-nw", "--no-windows", 6, NULL, &skip_args))
|
|
833 inhibit_window_system = 1;
|
|
834
|
|
835 /* Handle the -batch switch, which means don't do interactive display. */
|
|
836 if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
|
|
837 {
|
|
838 #if 0 /* I don't think this is correct. */
|
|
839 inhibit_autoloads = 1;
|
|
840 #endif
|
|
841 noninteractive = 1;
|
|
842 }
|
|
843
|
771
|
844 #ifdef WIN32_NATIVE
|
|
845 /* Handle the -nuni switch, which forces XEmacs to use the ANSI
|
|
846 versions of Unicode-split API's even on Windows NT, which has
|
|
847 full Unicode support. This helps flush out problems in the code
|
|
848 we've written to convert between ANSI and Unicode. */
|
|
849 if (argmatch (argv, argc, "-nuni", "--no-unicode-lib-calls", 6, NULL,
|
|
850 &skip_args))
|
|
851 no_mswin_unicode_lib_calls = 1;
|
|
852 #endif /* WIN32_NATIVE */
|
|
853
|
502
|
854 /* #### is it correct that -debug-paths is handled here (and presumably
|
|
855 removed), and then checked again below? */
|
428
|
856 if (argmatch (argv, argc, "-debug-paths", "--debug-paths",
|
|
857 11, NULL, &skip_args))
|
|
858 debug_paths = 1;
|
|
859
|
|
860 /* Partially handle -no-autoloads, -no-early-packages and -vanilla. Packages */
|
|
861 /* are searched prior to the rest of the command line being parsed in */
|
|
862 /* startup.el */
|
|
863 if (argmatch (argv, argc, "-no-early-packages", "--no-early-packages",
|
|
864 6, NULL, &skip_args))
|
|
865 {
|
|
866 inhibit_early_packages = 1;
|
|
867 skip_args--;
|
|
868 }
|
|
869 #ifdef HAVE_SHLIB
|
|
870 if (argmatch (argv, argc, "-no-site-modules", "--no-site-modules",
|
|
871 9, NULL, &skip_args))
|
|
872 {
|
|
873 inhibit_site_modules = 1;
|
|
874 skip_args--;
|
|
875 }
|
|
876 #else
|
|
877 inhibit_site_modules = 1;
|
|
878 #endif
|
|
879 if (argmatch (argv, argc, "-vanilla", "--vanilla",
|
|
880 7, NULL, &skip_args))
|
|
881 {
|
|
882 inhibit_early_packages = 1;
|
|
883 skip_args--;
|
|
884 }
|
|
885
|
|
886 if (argmatch (argv, argc, "-no-autoloads", "--no-autoloads",
|
|
887 7, NULL, &skip_args))
|
|
888 {
|
|
889 /* Inhibit everything */
|
|
890 inhibit_autoloads = 1;
|
|
891 skip_args--;
|
|
892 }
|
|
893
|
|
894 if (argmatch (argv, argc, "-debug-paths", "--debug-paths",
|
|
895 6, NULL, &skip_args))
|
|
896 {
|
|
897 debug_paths = 1;
|
|
898 skip_args--;
|
|
899 }
|
|
900
|
|
901
|
|
902 /* Partially handle the -version and -help switches: they imply -batch,
|
|
903 but are not removed from the list. */
|
|
904 if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args))
|
|
905 noninteractive = 1, skip_args--;
|
|
906
|
|
907 if (argmatch (argv, argc, "-version", "--version", 3, NULL, &skip_args) ||
|
|
908 argmatch (argv, argc, "-V", 0, 2, NULL, &skip_args))
|
|
909 noninteractive = 1, skip_args--;
|
|
910
|
|
911 /* Now, figure out which type of console is our first console. */
|
|
912
|
|
913 display_arg = 0;
|
|
914
|
|
915 if (noninteractive)
|
|
916 display_use = "stream";
|
|
917 else
|
|
918 display_use = "tty";
|
|
919
|
|
920 #ifndef HAVE_TTY
|
|
921 if (inhibit_window_system)
|
|
922 fatal ("Sorry, this XEmacs was not compiled with TTY support");
|
|
923 #endif
|
|
924
|
|
925 #ifdef HAVE_WINDOW_SYSTEM
|
|
926 /* Stupid kludge to catch command-line display spec. We can't
|
|
927 handle this argument entirely in window-system-dependent code
|
|
928 because we don't even know which window-system-dependent code
|
|
929 to run until we've recognized this argument. */
|
|
930 if (!inhibit_window_system && !noninteractive)
|
|
931 {
|
|
932 #ifdef HAVE_X_WINDOWS
|
|
933 char *dpy = 0;
|
|
934 int count_before = skip_args;
|
|
935
|
|
936 if (argmatch (argv, argc, "-d", "--display", 3, &dpy, &skip_args) ||
|
|
937 argmatch (argv, argc, "-display", 0, 3, &dpy, &skip_args))
|
|
938 {
|
|
939 display_arg = 1;
|
|
940 display_use = "x";
|
|
941 }
|
|
942 /* If we have the form --display=NAME,
|
|
943 convert it into -d name.
|
|
944 This requires inserting a new element into argv. */
|
|
945 if (dpy != 0 && skip_args - count_before == 1)
|
|
946 {
|
|
947 char **new = (char **) xmalloc (sizeof (char *) * (argc + 2));
|
|
948 int j;
|
|
949
|
|
950 for (j = 0; j < count_before + 1; j++)
|
|
951 new[j] = argv[j];
|
|
952 new[count_before + 1] = "-d";
|
|
953 new[count_before + 2] = dpy;
|
|
954 for (j = count_before + 2; j <argc; j++)
|
|
955 new[j + 1] = argv[j];
|
|
956 argv = new;
|
|
957 argc++;
|
|
958 }
|
|
959 /* Change --display to -d, when its arg is separate. */
|
|
960 else if (dpy != 0 && skip_args > count_before
|
|
961 && argv[count_before + 1][1] == '-')
|
|
962 argv[count_before + 1] = "-d";
|
|
963
|
|
964 /* Don't actually discard this arg. */
|
|
965 skip_args = count_before;
|
|
966
|
|
967 /* If there is a non-empty environment var DISPLAY, set
|
|
968 `display_use', but not `display_arg', which is only to be set
|
|
969 if the display was specified on the command line. */
|
|
970 if ((dpy = getenv ("DISPLAY")) && dpy[0])
|
|
971 display_use = "x";
|
|
972
|
|
973 #endif /* HAVE_X_WINDOWS */
|
462
|
974 #ifdef HAVE_GTK
|
|
975 {
|
|
976 char *dpy = getenv ("DISPLAY");
|
|
977 if (dpy && dpy[0])
|
|
978 display_use = "gtk";
|
|
979 }
|
|
980 #endif
|
428
|
981 #ifdef HAVE_MS_WINDOWS
|
771
|
982 if (strcmp (display_use, "x") != 0)
|
428
|
983 display_use = "mswindows";
|
|
984 #endif /* HAVE_MS_WINDOWS */
|
|
985 }
|
|
986 #endif /* HAVE_WINDOW_SYSTEM */
|
|
987
|
|
988 noninteractive1 = noninteractive;
|
|
989
|
|
990 /****** Now initialize everything *******/
|
|
991
|
|
992 /* First, do really basic environment initialization -- catching signals
|
|
993 and the like. These functions have no dependence on any part of
|
|
994 the Lisp engine and need to be done both at dump time and at run time. */
|
|
995
|
|
996 init_signals_very_early ();
|
|
997 init_data_very_early (); /* Catch math errors. */
|
|
998 #ifdef LISP_FLOAT_TYPE
|
|
999 init_floatfns_very_early (); /* Catch floating-point math errors. */
|
|
1000 #endif
|
|
1001 init_process_times_very_early (); /* Initialize our process timers.
|
|
1002 As early as possible, of course,
|
|
1003 so we can be fairly accurate. */
|
771
|
1004
|
|
1005 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
1006 init_win32_very_early ();
|
|
1007 #endif
|
657
|
1008 #ifdef HAVE_MS_WINDOWS
|
771
|
1009 /* Depends on XEUNICODE_P, only accurate after the previous call */
|
|
1010 init_mswindows_dde_very_early (); /* DDE needs to be initialized early so
|
|
1011 that the client doesn't give up
|
|
1012 waiting. */
|
657
|
1013 #endif
|
428
|
1014
|
|
1015 /* Now initialize the Lisp engine and the like. Done only during
|
|
1016 dumping. No dependence on anything that may be in the user's
|
|
1017 environment when the dumped XEmacs is run.
|
|
1018
|
|
1019 We try to do things in an order that minimizes the non-obvious
|
|
1020 dependencies between functions. */
|
|
1021
|
|
1022 /* purify_flag 1 is correct even if CANNOT_DUMP.
|
|
1023 * loadup.el will set to nil at end. */
|
|
1024
|
|
1025 purify_flag = 0;
|
|
1026 #ifdef PDUMP
|
|
1027 if (restart)
|
|
1028 initialized = 1;
|
771
|
1029 else if (nodumpfile)
|
|
1030 {
|
|
1031 initialized = 0;
|
442
|
1032 purify_flag = 1;
|
771
|
1033 }
|
|
1034 else
|
|
1035 {
|
|
1036
|
|
1037 /* Keep command options from getting stomped.
|
|
1038
|
|
1039 Some LISP-visible options are changed by XEmacs _after_ the data is
|
|
1040 dumped in building a --pdump XEmacs, but _before_ it is restored in
|
|
1041 normal operation. Thus the restored values overwrite the values
|
|
1042 XEmacs is getting at run-time. Such variables must be saved here,
|
|
1043 and restored after loading the dumped data.
|
|
1044
|
|
1045 Boy, this is ugly, but how else to do it?
|
|
1046 */
|
|
1047
|
|
1048 /* noninteractive1 is saved in noninteractive, which isn't
|
|
1049 LISP-visible */
|
|
1050 int inhibit_early_packages_save = inhibit_early_packages;
|
|
1051 int inhibit_autoloads_save = inhibit_autoloads;
|
|
1052 int debug_paths_save = debug_paths;
|
|
1053 /* #### Give inhibit-site-lisp a command switch? If so, uncomment: */
|
|
1054 /* int inhibit_site_lisp_save = inhibit_site_lisp; */
|
|
1055 int inhibit_site_modules_save = inhibit_site_modules;
|
|
1056
|
|
1057 initialized = pdump_load (argv[0]);
|
|
1058
|
|
1059 /* Now unstomp everything */
|
|
1060 noninteractive1 = noninteractive;
|
|
1061 inhibit_early_packages = inhibit_early_packages_save;
|
|
1062 inhibit_autoloads = inhibit_autoloads_save;
|
|
1063 debug_paths = debug_paths_save;
|
|
1064 /* #### Give inhibit-site-lisp a command switch? If so, uncomment: */
|
|
1065 /* inhibit_site_lisp = inhibit_site_lisp_save; */
|
|
1066 inhibit_site_modules = inhibit_site_modules_save;
|
|
1067
|
|
1068 if (initialized)
|
|
1069 run_temacs_argc = -1;
|
|
1070 else
|
|
1071 purify_flag = 1;
|
|
1072 }
|
428
|
1073 #else
|
|
1074 if (!initialized)
|
|
1075 purify_flag = 1;
|
|
1076 #endif
|
|
1077
|
771
|
1078 if (initialized)
|
|
1079 {
|
|
1080 /* Reset some vars that were also set during loadup (we called
|
|
1081 these same functions below) */
|
|
1082 init_alloc_early ();
|
|
1083 }
|
|
1084
|
428
|
1085 if (!initialized)
|
|
1086 {
|
|
1087 /* Initialize things so that new Lisp objects
|
|
1088 can be created and objects can be staticpro'd.
|
|
1089 Must be basically the very first thing done
|
|
1090 because pretty much all of the initialization
|
|
1091 routines below create new objects. */
|
|
1092 init_alloc_once_early ();
|
|
1093
|
|
1094 /* Initialize Qnil, Qt, Qunbound, and the
|
|
1095 obarray. After this, symbols can be
|
442
|
1096 interned. This depends on init_alloc_once_early(). */
|
428
|
1097 init_symbols_once_early ();
|
|
1098
|
|
1099 /* Declare the basic symbols pertaining to errors,
|
442
|
1100 So that DEFERROR*() can be called. */
|
428
|
1101 init_errors_once_early ();
|
|
1102
|
|
1103 /* Make sure that opaque pointers can be created. */
|
|
1104 init_opaque_once_early ();
|
|
1105
|
771
|
1106 /* Make sure that hash tables can be created. */
|
|
1107 init_elhash_once_early ();
|
|
1108
|
|
1109 /* Make sure that eistrings can be created. */
|
|
1110 init_eistring_once_early ();
|
|
1111
|
|
1112 /* Initialize some vars that will also be reset post-dumping
|
|
1113 (see above) */
|
|
1114 init_alloc_early ();
|
|
1115
|
428
|
1116 /* Now declare all the symbols and define all the Lisp primitives.
|
|
1117
|
|
1118 The *only* thing that the syms_of_*() functions are allowed to do
|
442
|
1119 is call one of the following:
|
|
1120
|
|
1121 INIT_LRECORD_IMPLEMENTATION()
|
|
1122 defsymbol(), DEFSYMBOL(), or DEFSYMBOL_MULTIWORD_PREDICATE()
|
428
|
1123 defsubr() (i.e. DEFSUBR)
|
442
|
1124 deferror(), DEFERROR(), or DEFERROR_STANDARD()
|
|
1125 defkeyword() or DEFKEYWORD()
|
563
|
1126 Fput()
|
428
|
1127
|
|
1128 Order does not matter in these functions.
|
|
1129 */
|
|
1130
|
|
1131 syms_of_abbrev ();
|
|
1132 syms_of_alloc ();
|
|
1133 syms_of_buffer ();
|
|
1134 syms_of_bytecode ();
|
|
1135 syms_of_callint ();
|
|
1136 syms_of_callproc ();
|
|
1137 syms_of_casefiddle ();
|
|
1138 syms_of_casetab ();
|
|
1139 syms_of_chartab ();
|
|
1140 syms_of_cmdloop ();
|
|
1141 syms_of_cmds ();
|
|
1142 syms_of_console ();
|
|
1143 syms_of_data ();
|
|
1144 #ifdef DEBUG_XEMACS
|
|
1145 syms_of_debug ();
|
440
|
1146 syms_of_tests ();
|
428
|
1147 #endif /* DEBUG_XEMACS */
|
|
1148 syms_of_device ();
|
|
1149 #ifdef HAVE_DIALOGS
|
|
1150 syms_of_dialog ();
|
|
1151 #endif
|
|
1152 syms_of_dired ();
|
|
1153 syms_of_doc ();
|
|
1154 syms_of_editfns ();
|
|
1155 syms_of_elhash ();
|
|
1156 syms_of_emacs ();
|
|
1157 syms_of_eval ();
|
|
1158 #ifdef HAVE_X_WINDOWS
|
|
1159 syms_of_event_Xt ();
|
|
1160 #endif
|
462
|
1161 #ifdef HAVE_GTK
|
|
1162 syms_of_event_gtk ();
|
|
1163 #endif
|
428
|
1164 #ifdef HAVE_DRAGNDROP
|
|
1165 syms_of_dragdrop ();
|
|
1166 #endif
|
|
1167 syms_of_event_stream ();
|
|
1168 syms_of_events ();
|
|
1169 syms_of_extents ();
|
|
1170 syms_of_faces ();
|
|
1171 syms_of_fileio ();
|
|
1172 #ifdef CLASH_DETECTION
|
|
1173 syms_of_filelock ();
|
|
1174 #endif /* CLASH_DETECTION */
|
|
1175 syms_of_floatfns ();
|
|
1176 syms_of_fns ();
|
|
1177 syms_of_font_lock ();
|
|
1178 syms_of_frame ();
|
|
1179 syms_of_general ();
|
|
1180 syms_of_glyphs ();
|
|
1181 syms_of_glyphs_eimage ();
|
563
|
1182 syms_of_glyphs_shared ();
|
428
|
1183 syms_of_glyphs_widget ();
|
|
1184 syms_of_gui ();
|
|
1185 syms_of_gutter ();
|
|
1186 syms_of_indent ();
|
|
1187 syms_of_intl ();
|
|
1188 syms_of_keymap ();
|
|
1189 syms_of_lread ();
|
|
1190 syms_of_macros ();
|
|
1191 syms_of_marker ();
|
|
1192 syms_of_md5 ();
|
|
1193 #ifdef HAVE_DATABASE
|
|
1194 syms_of_database ();
|
|
1195 #endif
|
|
1196 #ifdef HAVE_MENUBARS
|
|
1197 syms_of_menubar ();
|
|
1198 #endif
|
|
1199 syms_of_minibuf ();
|
|
1200 #ifdef HAVE_SHLIB
|
|
1201 syms_of_module ();
|
|
1202 #endif
|
|
1203 syms_of_objects ();
|
|
1204 syms_of_print ();
|
|
1205 #if !defined (NO_SUBPROCESSES)
|
|
1206 syms_of_process ();
|
|
1207 #ifdef HAVE_WIN32_PROCESSES
|
|
1208 syms_of_process_nt ();
|
|
1209 #endif
|
|
1210 #endif
|
|
1211 syms_of_profile ();
|
|
1212 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
|
1213 syms_of_ralloc ();
|
|
1214 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
1215 syms_of_rangetab ();
|
|
1216 syms_of_redisplay ();
|
|
1217 syms_of_search ();
|
|
1218 syms_of_select ();
|
|
1219 syms_of_signal ();
|
|
1220 syms_of_sound ();
|
|
1221 syms_of_specifier ();
|
|
1222 syms_of_symbols ();
|
|
1223 syms_of_syntax ();
|
|
1224 #ifdef HAVE_SCROLLBARS
|
|
1225 syms_of_scrollbar ();
|
|
1226 #endif
|
771
|
1227 syms_of_text ();
|
428
|
1228 #ifdef HAVE_TOOLBARS
|
|
1229 syms_of_toolbar ();
|
|
1230 #endif
|
|
1231 syms_of_undo ();
|
|
1232 syms_of_widget ();
|
|
1233 syms_of_window ();
|
|
1234
|
|
1235 #ifdef HAVE_TTY
|
|
1236 syms_of_console_tty ();
|
|
1237 syms_of_device_tty ();
|
771
|
1238 syms_of_frame_tty ();
|
428
|
1239 syms_of_objects_tty ();
|
|
1240 #endif
|
|
1241
|
462
|
1242 #ifdef HAVE_GTK
|
|
1243 syms_of_device_gtk ();
|
|
1244 syms_of_frame_gtk ();
|
|
1245 syms_of_glyphs_gtk ();
|
|
1246 syms_of_objects_gtk ();
|
|
1247 syms_of_ui_gtk ();
|
|
1248 syms_of_select_gtk ();
|
|
1249 #ifdef HAVE_DIALOGS
|
|
1250 syms_of_dialog_gtk ();
|
|
1251 #endif
|
|
1252 #ifdef HAVE_MENUBARS
|
|
1253 syms_of_menubar_gtk ();
|
|
1254 #endif
|
|
1255 syms_of_select_gtk ();
|
|
1256
|
771
|
1257 #ifdef HAVE_GUI_OBJECTS
|
462
|
1258 syms_of_gui_gtk ();
|
|
1259 #endif
|
|
1260 #endif /* HAVE_GTK */
|
|
1261
|
428
|
1262 #ifdef HAVE_X_WINDOWS
|
442
|
1263 #ifdef HAVE_BALLOON_HELP
|
440
|
1264 syms_of_balloon_x ();
|
442
|
1265 #endif
|
428
|
1266 syms_of_device_x ();
|
771
|
1267 #ifdef HAVE_X_DIALOGS
|
428
|
1268 syms_of_dialog_x ();
|
|
1269 #endif
|
|
1270 syms_of_frame_x ();
|
|
1271 syms_of_glyphs_x ();
|
|
1272 syms_of_objects_x ();
|
|
1273 #ifdef HAVE_MENUBARS
|
|
1274 syms_of_menubar_x ();
|
|
1275 #endif
|
440
|
1276 syms_of_select_x ();
|
771
|
1277 #ifdef HAVE_GUI_OBJECTS
|
428
|
1278 syms_of_gui_x ();
|
|
1279 #endif
|
771
|
1280 syms_of_intl_x ();
|
428
|
1281 #ifdef HAVE_XIM
|
|
1282 #ifdef XIM_XLIB
|
|
1283 syms_of_input_method_xlib ();
|
|
1284 #endif
|
|
1285 #endif /* HAVE_XIM */
|
|
1286 #endif /* HAVE_X_WINDOWS */
|
|
1287
|
|
1288 #ifdef HAVE_MS_WINDOWS
|
|
1289 syms_of_console_mswindows ();
|
|
1290 syms_of_device_mswindows ();
|
771
|
1291 #ifdef HAVE_DIALOGS
|
442
|
1292 syms_of_dialog_mswindows ();
|
771
|
1293 #endif
|
428
|
1294 syms_of_frame_mswindows ();
|
|
1295 syms_of_objects_mswindows ();
|
|
1296 syms_of_select_mswindows ();
|
|
1297 syms_of_glyphs_mswindows ();
|
771
|
1298 #ifdef HAVE_GUI_OBJECTS
|
440
|
1299 syms_of_gui_mswindows ();
|
771
|
1300 #endif
|
428
|
1301 #ifdef HAVE_MENUBARS
|
|
1302 syms_of_menubar_mswindows ();
|
|
1303 #endif
|
|
1304 #ifdef HAVE_SCROLLBARS
|
|
1305 syms_of_scrollbar_mswindows ();
|
|
1306 #endif
|
442
|
1307 #endif /* HAVE_MS_WINDOWS */
|
428
|
1308 #ifdef HAVE_MSW_C_DIRED
|
|
1309 syms_of_dired_mswindows ();
|
|
1310 #endif
|
442
|
1311 #ifdef WIN32_NATIVE
|
771
|
1312 syms_of_nt ();
|
428
|
1313 #endif
|
442
|
1314 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
1315 syms_of_win32 ();
|
|
1316 #endif
|
428
|
1317
|
771
|
1318 syms_of_file_coding ();
|
|
1319 syms_of_unicode ();
|
428
|
1320 #ifdef MULE
|
|
1321 syms_of_mule_ccl ();
|
|
1322 syms_of_mule_charset ();
|
771
|
1323 syms_of_mule_coding ();
|
428
|
1324 #ifdef HAVE_WNN
|
|
1325 syms_of_mule_wnn ();
|
|
1326 #endif
|
|
1327 #ifdef HAVE_CANNA
|
|
1328 syms_of_mule_canna ();
|
|
1329 #endif /* HAVE_CANNA */
|
|
1330 #endif /* MULE */
|
|
1331
|
771
|
1332 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
1333 syms_of_intl_win32 ();
|
|
1334 #endif
|
|
1335
|
428
|
1336 #ifdef SYMS_SYSTEM
|
|
1337 SYMS_SYSTEM;
|
|
1338 #endif
|
|
1339
|
|
1340 #ifdef SYMS_MACHINE
|
|
1341 SYMS_MACHINE;
|
|
1342 #endif
|
|
1343
|
|
1344 /*
|
|
1345 #if defined (GNU_MALLOC) && \
|
|
1346 defined (ERROR_CHECK_MALLOC) && \
|
|
1347 !defined (HAVE_LIBMCHECK)
|
|
1348 */
|
|
1349 /* Prior to XEmacs 21, this was `#if 0'ed out. -slb */
|
|
1350 #if defined (LOSING_GCC_DESTRUCTOR_FREE_BUG)
|
|
1351 syms_of_free_hook ();
|
|
1352 #endif
|
|
1353
|
|
1354 #ifdef TOOLTALK
|
|
1355 syms_of_tooltalk ();
|
|
1356 #endif
|
|
1357
|
|
1358 #ifdef SUNPRO
|
|
1359 syms_of_sunpro ();
|
|
1360 #endif
|
|
1361
|
|
1362 #ifdef HAVE_LDAP
|
|
1363 syms_of_eldap ();
|
|
1364 #endif
|
|
1365
|
|
1366 #ifdef HAVE_GPM
|
442
|
1367 syms_of_gpmevent ();
|
|
1368 #endif
|
|
1369
|
|
1370 #ifdef HAVE_POSTGRESQL
|
|
1371 syms_of_postgresql ();
|
428
|
1372 #endif
|
|
1373
|
|
1374 /* Now create the subtypes for the types that have them.
|
|
1375 We do this before the vars_*() because more symbols
|
|
1376 may get initialized here. */
|
|
1377
|
|
1378 /* Now initialize the console types and associated symbols.
|
|
1379 Other than the first function below, the functions may
|
|
1380 make exactly the following function/macro calls:
|
|
1381
|
|
1382 INITIALIZE_CONSOLE_TYPE()
|
|
1383 CONSOLE_HAS_METHOD()
|
|
1384
|
|
1385 For any given console type, the former macro must be called
|
|
1386 before the any calls to the latter macro. */
|
|
1387
|
|
1388 console_type_create ();
|
|
1389
|
|
1390 console_type_create_stream ();
|
|
1391
|
|
1392 #ifdef HAVE_TTY
|
|
1393 console_type_create_tty ();
|
|
1394 console_type_create_device_tty ();
|
|
1395 console_type_create_frame_tty ();
|
|
1396 console_type_create_objects_tty ();
|
|
1397 console_type_create_redisplay_tty ();
|
|
1398 #endif
|
|
1399
|
462
|
1400 #ifdef HAVE_GTK
|
|
1401 console_type_create_gtk ();
|
|
1402 console_type_create_select_gtk ();
|
|
1403 console_type_create_device_gtk ();
|
|
1404 console_type_create_frame_gtk ();
|
|
1405 console_type_create_objects_gtk ();
|
|
1406 console_type_create_glyphs_gtk ();
|
|
1407 console_type_create_redisplay_gtk ();
|
|
1408 #ifdef HAVE_MENUBARS
|
|
1409 console_type_create_menubar_gtk ();
|
|
1410 #endif
|
|
1411 #ifdef HAVE_SCROLLBARS
|
|
1412 console_type_create_scrollbar_gtk ();
|
|
1413 #endif
|
|
1414 #ifdef HAVE_TOOLBARS
|
|
1415 console_type_create_toolbar_gtk ();
|
|
1416 #endif
|
|
1417 #ifdef HAVE_DIALOGS
|
|
1418 console_type_create_dialog_gtk ();
|
|
1419 #endif
|
|
1420 #endif /* HAVE_GTK */
|
|
1421
|
428
|
1422 #ifdef HAVE_X_WINDOWS
|
|
1423 console_type_create_x ();
|
|
1424 console_type_create_device_x ();
|
|
1425 console_type_create_frame_x ();
|
|
1426 console_type_create_glyphs_x ();
|
|
1427 console_type_create_select_x ();
|
|
1428 #ifdef HAVE_MENUBARS
|
|
1429 console_type_create_menubar_x ();
|
|
1430 #endif
|
|
1431 console_type_create_objects_x ();
|
|
1432 console_type_create_redisplay_x ();
|
|
1433 #ifdef HAVE_SCROLLBARS
|
|
1434 console_type_create_scrollbar_x ();
|
|
1435 #endif
|
|
1436 #ifdef HAVE_TOOLBARS
|
|
1437 console_type_create_toolbar_x ();
|
|
1438 #endif
|
771
|
1439 #ifdef HAVE_X_DIALOGS
|
428
|
1440 console_type_create_dialog_x ();
|
|
1441 #endif
|
|
1442 #endif /* HAVE_X_WINDOWS */
|
|
1443
|
|
1444 #ifdef HAVE_MS_WINDOWS
|
|
1445 console_type_create_mswindows ();
|
|
1446 console_type_create_device_mswindows ();
|
|
1447 console_type_create_frame_mswindows ();
|
|
1448 console_type_create_objects_mswindows ();
|
|
1449 console_type_create_redisplay_mswindows ();
|
|
1450 console_type_create_glyphs_mswindows ();
|
|
1451 console_type_create_select_mswindows ();
|
|
1452 # ifdef HAVE_SCROLLBARS
|
|
1453 console_type_create_scrollbar_mswindows ();
|
|
1454 # endif
|
|
1455 #ifdef HAVE_MENUBARS
|
|
1456 console_type_create_menubar_mswindows ();
|
|
1457 #endif
|
|
1458 #ifdef HAVE_TOOLBARS
|
|
1459 console_type_create_toolbar_mswindows ();
|
|
1460 #endif
|
|
1461 #ifdef HAVE_DIALOGS
|
|
1462 console_type_create_dialog_mswindows ();
|
|
1463 #endif
|
|
1464 #endif
|
|
1465
|
|
1466 /* Now initialize the specifier types and associated symbols.
|
|
1467 Other than the first function below, the functions may
|
|
1468 make exactly the following function/macro calls:
|
|
1469
|
|
1470 INITIALIZE_SPECIFIER_TYPE()
|
|
1471 SPECIFIER_HAS_METHOD()
|
|
1472
|
|
1473 For any given specifier type, the former macro must be called
|
|
1474 before the any calls to the latter macro. */
|
|
1475
|
|
1476 specifier_type_create ();
|
|
1477
|
|
1478 specifier_type_create_image ();
|
|
1479 specifier_type_create_gutter ();
|
|
1480 specifier_type_create_objects ();
|
|
1481 #ifdef HAVE_TOOLBARS
|
|
1482 specifier_type_create_toolbar ();
|
|
1483 #endif
|
|
1484
|
771
|
1485 /* Now initialize the coding system types and associated symbols.
|
|
1486 Other than the first function below, the functions may
|
|
1487 make exactly the following function/macro calls:
|
|
1488
|
|
1489 INITIALIZE_CODING_SYSTEM_TYPE()
|
|
1490 CODING_SYSTEM_HAS_METHOD()
|
|
1491
|
|
1492 For any given coding system type, the former macro must be called
|
|
1493 before the any calls to the latter macro. */
|
|
1494
|
|
1495 coding_system_type_create ();
|
|
1496 coding_system_type_create_unicode ();
|
|
1497 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
1498 coding_system_type_create_intl_win32 ();
|
|
1499 #endif
|
|
1500 #ifdef MULE
|
|
1501 coding_system_type_create_mule_coding ();
|
|
1502 #endif
|
|
1503
|
428
|
1504 /* Now initialize the structure types and associated symbols.
|
|
1505 Other than the first function below, the functions may
|
|
1506 make exactly the following function/macro calls:
|
|
1507
|
|
1508 define_structure_type()
|
|
1509 define_structure_type_keyword()
|
|
1510
|
|
1511 */
|
|
1512
|
|
1513 structure_type_create ();
|
|
1514
|
|
1515 structure_type_create_chartab ();
|
|
1516 structure_type_create_faces ();
|
|
1517 structure_type_create_rangetab ();
|
|
1518 structure_type_create_hash_table ();
|
|
1519
|
|
1520 /* Now initialize the image instantiator formats and associated symbols.
|
|
1521 Other than the first function below, the functions may
|
|
1522 make exactly the following function/macro calls:
|
|
1523
|
|
1524 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT()
|
|
1525 IIFORMAT_HAS_METHOD()
|
|
1526 IIFORMAT_VALID_KEYWORD()
|
|
1527
|
|
1528 For any given image instantiator format, the first macro must be
|
|
1529 called before the any calls to the other macros. */
|
|
1530
|
|
1531 image_instantiator_format_create ();
|
|
1532 image_instantiator_format_create_glyphs_eimage ();
|
|
1533 image_instantiator_format_create_glyphs_widget ();
|
|
1534 #ifdef HAVE_TTY
|
|
1535 image_instantiator_format_create_glyphs_tty ();
|
|
1536 #endif
|
|
1537 #ifdef HAVE_X_WINDOWS
|
|
1538 image_instantiator_format_create_glyphs_x ();
|
|
1539 #endif /* HAVE_X_WINDOWS */
|
|
1540 #ifdef HAVE_MS_WINDOWS
|
|
1541 image_instantiator_format_create_glyphs_mswindows ();
|
|
1542 #endif /* HAVE_MSWINDOWS_WINDOWS */
|
462
|
1543 #ifdef HAVE_GTK
|
|
1544 image_instantiator_format_create_glyphs_gtk ();
|
|
1545 #endif
|
428
|
1546
|
|
1547 /* Now initialize the lstream types and associated symbols.
|
|
1548 Other than the first function below, the functions may
|
|
1549 make exactly the following function/macro calls:
|
|
1550
|
|
1551 LSTREAM_HAS_METHOD()
|
|
1552
|
|
1553 */
|
|
1554
|
|
1555 lstream_type_create ();
|
|
1556 lstream_type_create_file_coding ();
|
|
1557 #if defined (HAVE_MS_WINDOWS) && !defined(HAVE_MSG_SELECT)
|
|
1558 lstream_type_create_mswindows_selectable ();
|
|
1559 #endif
|
|
1560
|
|
1561 /* Initialize processes implementation.
|
|
1562 The functions may make exactly the following function/macro calls:
|
|
1563
|
|
1564 PROCESS_HAS_METHOD()
|
|
1565 */
|
|
1566 #ifdef HAVE_UNIX_PROCESSES
|
|
1567 process_type_create_unix ();
|
|
1568 #endif
|
|
1569 #ifdef HAVE_WIN32_PROCESSES
|
|
1570 process_type_create_nt ();
|
|
1571 #endif
|
|
1572
|
|
1573 /* Now initialize most variables.
|
|
1574
|
|
1575 These functions may do exactly the following:
|
|
1576
|
771
|
1577 -- assigning a symbol or constant value to a variable
|
|
1578 -- using a global variable that has been initialized
|
|
1579 earlier on in the same function
|
|
1580 -- DEFVAR_INT()
|
|
1581 -- DEFVAR_LISP()
|
|
1582 -- DEFVAR_BOOL()
|
|
1583 -- DEFER_GETTEXT()
|
|
1584 -- staticpro*()
|
|
1585 -- xmalloc*(), xnew*(), and friends
|
|
1586 -- Dynarr_*()
|
|
1587 -- Blocktype_*()
|
|
1588 -- Fprovide(symbol)
|
|
1589 -- intern()
|
|
1590 -- Fput()
|
|
1591 -- dump_add_*()
|
|
1592 -- C library functions with no external dependencies, e.g. str*()
|
|
1593 -- defsymbol(), if it's absolutely necessary and you're sure that
|
|
1594 the symbol isn't referenced anywhere else in the initialization
|
|
1595 code
|
|
1596 -- Fset() on a symbol that is unbound
|
|
1597 -- Any of the object-creating functions in alloc.c: e.g.
|
|
1598 - make_string()
|
|
1599 - build_intstring()
|
|
1600 - build_string()
|
|
1601 - make_vector()
|
|
1602 - make_int()
|
|
1603 - make_char()
|
|
1604 - make_extent()
|
|
1605 - alloc_lcrecord()
|
|
1606 - Fcons()
|
|
1607 - listN()
|
|
1608 - make_lcrecord_list()
|
|
1609 -- make_opaque_ptr()
|
|
1610 -- make_lisp_hash_table() (not allowed in 21.4!)
|
|
1611 -- certain specifier creation functions (but be careful; see
|
|
1612 glyphs.c for examples)
|
428
|
1613
|
|
1614 perhaps a few others.
|
446
|
1615
|
771
|
1616 NO EXTERNAL-FORMAT CONVERSIONS.
|
|
1617
|
446
|
1618 NB: Initialization or assignment should not be done here to certain
|
|
1619 variables settable from the command line. See the comment above
|
|
1620 the call to pdump_load() in main_1(). This caveat should only
|
|
1621 apply to vars_of_emacs().
|
428
|
1622 */
|
|
1623
|
|
1624 /* Now allow Fprovide() statements to be made. */
|
|
1625 init_provide_once ();
|
|
1626
|
|
1627 /* Do that before any specifier creation (esp. vars_of_glyphs()) */
|
|
1628 vars_of_specifier ();
|
|
1629
|
|
1630 vars_of_abbrev ();
|
|
1631 vars_of_alloc ();
|
|
1632 vars_of_buffer ();
|
|
1633 vars_of_bytecode ();
|
|
1634 vars_of_callint ();
|
|
1635 vars_of_callproc ();
|
|
1636 vars_of_chartab ();
|
|
1637 vars_of_cmdloop ();
|
|
1638 vars_of_cmds ();
|
|
1639 vars_of_console ();
|
|
1640 vars_of_data ();
|
|
1641 #ifdef DEBUG_XEMACS
|
|
1642 vars_of_debug ();
|
440
|
1643 vars_of_tests ();
|
428
|
1644 #endif
|
|
1645 vars_of_console_stream ();
|
|
1646 vars_of_device ();
|
|
1647 #ifdef HAVE_DIALOGS
|
|
1648 vars_of_dialog ();
|
|
1649 #endif
|
|
1650 vars_of_dired ();
|
|
1651 vars_of_doc ();
|
|
1652 #ifdef HAVE_DRAGNDROP
|
|
1653 vars_of_dragdrop ();
|
|
1654 #endif
|
|
1655 vars_of_editfns ();
|
|
1656 vars_of_emacs ();
|
|
1657 vars_of_eval ();
|
771
|
1658 init_eval_early ();
|
428
|
1659
|
|
1660 #ifdef HAVE_X_WINDOWS
|
|
1661 vars_of_event_Xt ();
|
|
1662 #endif
|
|
1663 #if defined(HAVE_TTY) && (defined (DEBUG_TTY_EVENT_STREAM) || !defined (HAVE_X_WINDOWS))
|
|
1664 vars_of_event_tty ();
|
|
1665 #endif
|
|
1666 #ifdef HAVE_MS_WINDOWS
|
|
1667 vars_of_event_mswindows ();
|
|
1668 #endif
|
|
1669 vars_of_event_stream ();
|
|
1670
|
|
1671 vars_of_events ();
|
|
1672 vars_of_extents ();
|
|
1673 vars_of_faces ();
|
771
|
1674 vars_of_file_coding ();
|
428
|
1675 vars_of_fileio ();
|
444
|
1676 #ifdef CLASH_DETECTION
|
|
1677 vars_of_filelock ();
|
|
1678 #endif
|
428
|
1679 vars_of_floatfns ();
|
771
|
1680 vars_of_fns ();
|
428
|
1681 vars_of_font_lock ();
|
|
1682 vars_of_frame ();
|
|
1683 vars_of_glyphs ();
|
|
1684 vars_of_glyphs_eimage ();
|
|
1685 vars_of_glyphs_widget ();
|
|
1686 vars_of_gui ();
|
|
1687 vars_of_gutter ();
|
|
1688 vars_of_indent ();
|
|
1689 vars_of_insdel ();
|
|
1690 vars_of_intl ();
|
771
|
1691 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
1692 vars_of_intl_win32 ();
|
|
1693 #endif
|
428
|
1694 #ifdef HAVE_XIM
|
|
1695 #ifdef XIM_MOTIF
|
|
1696 vars_of_input_method_motif ();
|
|
1697 #else /* XIM_XLIB */
|
|
1698 vars_of_input_method_xlib ();
|
|
1699 #endif
|
|
1700 #endif /* HAVE_XIM */
|
|
1701 vars_of_keymap ();
|
|
1702 vars_of_lread ();
|
|
1703 vars_of_lstream ();
|
|
1704 vars_of_macros ();
|
|
1705 vars_of_md5 ();
|
|
1706 #ifdef HAVE_DATABASE
|
|
1707 vars_of_database ();
|
|
1708 #endif
|
|
1709 #ifdef HAVE_MENUBARS
|
|
1710 vars_of_menubar ();
|
|
1711 #endif
|
|
1712 vars_of_minibuf ();
|
|
1713 #ifdef HAVE_SHLIB
|
|
1714 vars_of_module ();
|
|
1715 #endif
|
442
|
1716 #ifdef WIN32_NATIVE
|
440
|
1717 vars_of_nt ();
|
428
|
1718 vars_of_ntproc ();
|
|
1719 #endif
|
|
1720 vars_of_objects ();
|
|
1721 vars_of_print ();
|
|
1722
|
|
1723 #ifndef NO_SUBPROCESSES
|
|
1724 vars_of_process ();
|
|
1725 #ifdef HAVE_UNIX_PROCESSES
|
|
1726 vars_of_process_unix ();
|
|
1727 #endif
|
|
1728 #ifdef HAVE_WIN32_PROCESSES
|
|
1729 vars_of_process_nt ();
|
|
1730 #endif
|
|
1731 #endif
|
|
1732
|
|
1733 vars_of_profile ();
|
|
1734 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined(DOUG_LEA_MALLOC)
|
|
1735 vars_of_ralloc ();
|
|
1736 #endif /* HAVE_MMAP && REL_ALLOC */
|
|
1737 vars_of_redisplay ();
|
|
1738 #ifdef HAVE_SCROLLBARS
|
|
1739 vars_of_scrollbar ();
|
|
1740 #endif
|
|
1741 vars_of_search ();
|
|
1742 vars_of_select ();
|
|
1743 vars_of_sound ();
|
|
1744 vars_of_symbols ();
|
|
1745 vars_of_syntax ();
|
771
|
1746 vars_of_text ();
|
428
|
1747 #ifdef HAVE_TOOLBARS
|
|
1748 vars_of_toolbar ();
|
|
1749 #endif
|
|
1750 vars_of_undo ();
|
|
1751 vars_of_window ();
|
771
|
1752 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
1753 vars_of_win32 ();
|
|
1754 #endif
|
428
|
1755
|
|
1756 #ifdef HAVE_TTY
|
|
1757 vars_of_console_tty ();
|
|
1758 vars_of_frame_tty ();
|
|
1759 vars_of_objects_tty ();
|
|
1760 #endif
|
|
1761
|
462
|
1762 #ifdef HAVE_GTK
|
|
1763 vars_of_device_gtk ();
|
|
1764 #ifdef HAVE_DIALOGS
|
|
1765 vars_of_dialog_gtk ();
|
|
1766 #endif
|
|
1767 vars_of_event_gtk ();
|
|
1768 vars_of_frame_gtk ();
|
|
1769 vars_of_glyphs_gtk ();
|
|
1770 vars_of_ui_gtk ();
|
|
1771 #ifdef HAVE_MENUBARS
|
|
1772 vars_of_menubar_gtk ();
|
|
1773 #endif
|
|
1774 vars_of_objects_gtk ();
|
|
1775 vars_of_select_gtk ();
|
|
1776 #ifdef HAVE_SCROLLBARS
|
|
1777 vars_of_scrollbar_gtk ();
|
|
1778 #endif
|
|
1779 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS)
|
|
1780 vars_of_gui_gtk ();
|
|
1781 #endif
|
|
1782 #endif /* HAVE_GTK */
|
|
1783
|
428
|
1784 #ifdef HAVE_X_WINDOWS
|
442
|
1785 #ifdef HAVE_BALLOON_HELP
|
440
|
1786 vars_of_balloon_x ();
|
442
|
1787 #endif
|
428
|
1788 vars_of_device_x ();
|
771
|
1789 #ifdef HAVE_X_DIALOGS
|
428
|
1790 vars_of_dialog_x ();
|
|
1791 #endif
|
|
1792 vars_of_frame_x ();
|
|
1793 vars_of_glyphs_x ();
|
|
1794 #ifdef HAVE_MENUBARS
|
|
1795 vars_of_menubar_x ();
|
|
1796 #endif
|
|
1797 vars_of_objects_x ();
|
440
|
1798 vars_of_select_x ();
|
428
|
1799 #ifdef HAVE_SCROLLBARS
|
|
1800 vars_of_scrollbar_x ();
|
|
1801 #endif
|
771
|
1802 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS)
|
428
|
1803 vars_of_gui_x ();
|
|
1804 #endif
|
440
|
1805 #endif /* HAVE_X_WINDOWS */
|
428
|
1806
|
462
|
1807
|
428
|
1808 #ifdef HAVE_MS_WINDOWS
|
|
1809 vars_of_device_mswindows ();
|
|
1810 vars_of_console_mswindows ();
|
|
1811 vars_of_frame_mswindows ();
|
|
1812 vars_of_objects_mswindows ();
|
|
1813 vars_of_select_mswindows ();
|
|
1814 vars_of_glyphs_mswindows ();
|
|
1815 #ifdef HAVE_SCROLLBARS
|
|
1816 vars_of_scrollbar_mswindows ();
|
|
1817 #endif
|
|
1818 #ifdef HAVE_MENUBARS
|
|
1819 vars_of_menubar_mswindows ();
|
|
1820 #endif
|
|
1821 #ifdef HAVE_MSW_C_DIRED
|
|
1822 vars_of_dired_mswindows ();
|
|
1823 #endif
|
|
1824 #ifdef HAVE_DIALOGS
|
|
1825 vars_of_dialog_mswindows ();
|
|
1826 #endif
|
|
1827 #endif /* HAVE_MS_WINDOWS */
|
|
1828
|
|
1829 #ifdef MULE
|
|
1830 vars_of_mule_ccl ();
|
|
1831 vars_of_mule_charset ();
|
|
1832 #endif
|
|
1833 vars_of_file_coding ();
|
771
|
1834 vars_of_unicode ();
|
428
|
1835 #ifdef MULE
|
771
|
1836 vars_of_mule_coding ();
|
428
|
1837 #ifdef HAVE_WNN
|
|
1838 vars_of_mule_wnn ();
|
|
1839 #endif
|
|
1840 #ifdef HAVE_CANNA
|
|
1841 vars_of_mule_canna ();
|
|
1842 #endif /* HAVE_CANNA */
|
|
1843 #endif /* MULE */
|
|
1844
|
|
1845 #ifdef TOOLTALK
|
|
1846 vars_of_tooltalk ();
|
|
1847 #endif
|
|
1848
|
|
1849 #ifdef SUNPRO
|
|
1850 vars_of_sunpro ();
|
|
1851 #endif
|
|
1852
|
|
1853 #ifdef HAVE_LDAP
|
|
1854 vars_of_eldap ();
|
|
1855 #endif
|
|
1856
|
442
|
1857 #ifdef HAVE_POSTGRESQL
|
771
|
1858 vars_of_postgresql ();
|
442
|
1859 #endif
|
|
1860
|
428
|
1861 #ifdef HAVE_GPM
|
442
|
1862 vars_of_gpmevent ();
|
428
|
1863 #endif
|
|
1864
|
|
1865 /* Now initialize any specifier variables. We do this later
|
|
1866 because it has some dependence on the vars initialized
|
|
1867 above.
|
|
1868
|
|
1869 These functions should *only* initialize specifier variables,
|
|
1870 and may make use of the following functions/macros in addition
|
|
1871 to the ones listed above:
|
|
1872
|
|
1873 DEFVAR_SPECIFIER()
|
|
1874 Fmake_specifier()
|
|
1875 set_specifier_fallback()
|
|
1876 set_specifier_caching()
|
|
1877 */
|
|
1878
|
|
1879 specifier_vars_of_glyphs ();
|
|
1880 specifier_vars_of_gutter ();
|
|
1881 #ifdef HAVE_MENUBARS
|
|
1882 specifier_vars_of_menubar ();
|
|
1883 #endif
|
|
1884 specifier_vars_of_redisplay ();
|
|
1885 #ifdef HAVE_SCROLLBARS
|
|
1886 specifier_vars_of_scrollbar ();
|
|
1887 #endif
|
|
1888 #ifdef HAVE_TOOLBARS
|
|
1889 specifier_vars_of_toolbar ();
|
|
1890 #endif
|
|
1891 specifier_vars_of_window ();
|
|
1892
|
|
1893 /* Now comes all the rest of the variables that couldn't
|
|
1894 be handled above. There may be dependencies on variables
|
|
1895 initialized above, and dependencies between one complex_vars_()
|
|
1896 function and another. */
|
|
1897
|
|
1898 #ifdef MULE
|
|
1899 /* These two depend on hash tables and various variables declared
|
|
1900 earlier. The second may also depend on the first. */
|
|
1901 complex_vars_of_mule_charset ();
|
|
1902 #endif
|
|
1903 complex_vars_of_file_coding ();
|
771
|
1904 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
1905 complex_vars_of_intl_win32 ();
|
428
|
1906 #endif
|
|
1907
|
771
|
1908 /* Calls Fmake_range_table(). */
|
|
1909 complex_vars_of_regex ();
|
|
1910 /* Calls Fmake_range_table(). */
|
|
1911 complex_vars_of_search ();
|
|
1912
|
|
1913 /* Depends on specifiers. */
|
|
1914 complex_vars_of_faces ();
|
|
1915
|
428
|
1916 /* This calls allocate_glyph(), which creates specifiers
|
|
1917 and also relies on a variable (Vthe_nothing_vector) initialized
|
771
|
1918 above. */
|
428
|
1919 complex_vars_of_glyphs ();
|
|
1920
|
|
1921 /* These rely on the glyphs just created in the previous function,
|
|
1922 and call Fadd_spec_to_specifier(), which relies on various
|
|
1923 variables initialized above. */
|
462
|
1924 #ifdef HAVE_GTK
|
|
1925 complex_vars_of_glyphs_gtk ();
|
|
1926 #endif
|
428
|
1927 #ifdef HAVE_X_WINDOWS
|
|
1928 complex_vars_of_glyphs_x ();
|
|
1929 #endif
|
|
1930 #ifdef HAVE_MS_WINDOWS
|
|
1931 complex_vars_of_glyphs_mswindows ();
|
|
1932 #endif
|
|
1933
|
|
1934 /* This calls Fmake_glyph_internal(). */
|
|
1935 complex_vars_of_alloc ();
|
|
1936
|
|
1937 /* This calls Fmake_glyph_internal(). */
|
|
1938 #ifdef HAVE_MENUBARS
|
|
1939 complex_vars_of_menubar ();
|
|
1940 #endif
|
|
1941
|
617
|
1942 #ifdef HAVE_SCROLLBARS
|
428
|
1943 /* This calls Fmake_glyph_internal(). */
|
|
1944 complex_vars_of_scrollbar ();
|
617
|
1945 #ifdef HAVE_MS_WINDOWS
|
|
1946 /* Calls make_lisp_hash_table(). */
|
|
1947 complex_vars_of_scrollbar_mswindows ();
|
|
1948 #endif
|
428
|
1949 #endif
|
|
1950
|
|
1951 /* This calls allocate_glyph(). */
|
|
1952 complex_vars_of_frame ();
|
|
1953
|
|
1954 /* This calls Fcopy_category_table() under Mule, which calls who
|
|
1955 knows what. */
|
|
1956 complex_vars_of_chartab ();
|
|
1957
|
|
1958 /* This calls set_string_char(), which (under Mule) depends on the
|
|
1959 charsets being initialized. */
|
|
1960 complex_vars_of_casetab ();
|
|
1961
|
|
1962 /* This calls Fcopy_syntax_table(), which relies on char tables. */
|
|
1963 complex_vars_of_syntax ();
|
|
1964
|
|
1965 /* This initializes buffer-local variables, sets things up so
|
|
1966 that buffers can be created, and creates a couple of basic
|
|
1967 buffers. This depends on Vstandard_syntax_table and
|
|
1968 Vstandard_category_table (initialized in the previous
|
|
1969 functions), as well as a whole horde of variables that may
|
|
1970 have been initialized above. */
|
|
1971 complex_vars_of_buffer ();
|
|
1972
|
|
1973 /* This initializes console-local variables. */
|
|
1974 complex_vars_of_console ();
|
|
1975
|
|
1976 /* This creates a couple more buffers, and depends on the
|
|
1977 previous function. */
|
|
1978 complex_vars_of_minibuf ();
|
|
1979
|
|
1980 /* These two might call Ffile_name_as_directory(), which
|
|
1981 might depend on all sorts of things; I'm not sure. */
|
|
1982 complex_vars_of_emacs ();
|
|
1983
|
|
1984 /* This creates a couple of basic keymaps and depends on Lisp
|
|
1985 hash tables and Ffset() (both of which depend on some variables
|
|
1986 initialized in the vars_of_*() section) and possibly other
|
|
1987 stuff. */
|
|
1988 complex_vars_of_keymap ();
|
|
1989
|
|
1990 #ifdef ERROR_CHECK_GC
|
|
1991 {
|
|
1992 extern int always_gc;
|
|
1993 if (always_gc) /* purification debugging hack */
|
|
1994 garbage_collect_1 ();
|
|
1995 }
|
|
1996 #endif
|
|
1997 #ifdef PDUMP
|
771
|
1998 }
|
|
1999 else if (!restart) /* after successful pdump_load()
|
|
2000 (note, we are inside ifdef PDUMP) */
|
|
2001 {
|
428
|
2002 reinit_alloc_once_early ();
|
440
|
2003 reinit_symbols_once_early ();
|
428
|
2004 reinit_opaque_once_early ();
|
|
2005
|
|
2006 reinit_console_type_create_stream ();
|
|
2007 #ifdef HAVE_TTY
|
|
2008 reinit_console_type_create_tty ();
|
|
2009 #endif
|
|
2010 #ifdef HAVE_X_WINDOWS
|
|
2011 reinit_console_type_create_x ();
|
|
2012 reinit_console_type_create_device_x ();
|
|
2013 #endif
|
|
2014 #ifdef HAVE_MS_WINDOWS
|
|
2015 reinit_console_type_create_mswindows ();
|
|
2016 #endif
|
462
|
2017 #ifdef HAVE_GTK
|
|
2018 reinit_console_type_create_gtk ();
|
|
2019 #endif
|
428
|
2020
|
|
2021 reinit_specifier_type_create ();
|
|
2022 reinit_specifier_type_create_image ();
|
|
2023 reinit_specifier_type_create_gutter ();
|
|
2024 reinit_specifier_type_create_objects ();
|
|
2025 #ifdef HAVE_TOOLBARS
|
|
2026 reinit_specifier_type_create_toolbar ();
|
|
2027 #endif
|
|
2028
|
|
2029 structure_type_create ();
|
|
2030
|
771
|
2031 reinit_coding_system_type_create ();
|
|
2032 reinit_coding_system_type_create_unicode ();
|
|
2033 #ifdef HAVE_WIN32_CODING_SYSTEMS
|
|
2034 reinit_coding_system_type_create_intl_win32 ();
|
|
2035 #endif
|
|
2036 #ifdef MULE
|
|
2037 reinit_coding_system_type_create_mule_coding ();
|
|
2038 #endif
|
|
2039
|
428
|
2040 structure_type_create_chartab ();
|
|
2041 structure_type_create_faces ();
|
|
2042 structure_type_create_rangetab ();
|
|
2043 structure_type_create_hash_table ();
|
|
2044
|
|
2045 lstream_type_create ();
|
|
2046 lstream_type_create_file_coding ();
|
771
|
2047 #if defined (HAVE_MS_WINDOWS) && !defined (HAVE_MSG_SELECT)
|
428
|
2048 lstream_type_create_mswindows_selectable ();
|
|
2049 #endif
|
|
2050 #ifdef HAVE_UNIX_PROCESSES
|
|
2051 process_type_create_unix ();
|
|
2052 #endif
|
|
2053 #ifdef HAVE_WIN32_PROCESSES
|
|
2054 process_type_create_nt ();
|
|
2055 #endif
|
|
2056
|
|
2057 reinit_vars_of_buffer ();
|
|
2058 reinit_vars_of_console ();
|
|
2059 #ifdef DEBUG_XEMACS
|
|
2060 reinit_vars_of_debug ();
|
|
2061 #endif
|
|
2062 reinit_vars_of_device ();
|
|
2063 reinit_vars_of_eval ();
|
|
2064 #ifdef HAVE_X_WINDOWS
|
|
2065 reinit_vars_of_event_Xt ();
|
|
2066 #endif
|
462
|
2067 #ifdef HAVE_GTK
|
|
2068 reinit_vars_of_event_gtk ();
|
|
2069 #endif
|
428
|
2070 #if defined(HAVE_TTY) && (defined (DEBUG_TTY_EVENT_STREAM) || !defined (HAVE_X_WINDOWS))
|
|
2071 reinit_vars_of_event_tty ();
|
|
2072 #endif
|
|
2073 #ifdef HAVE_MS_WINDOWS
|
|
2074 reinit_vars_of_event_mswindows ();
|
|
2075 #endif
|
|
2076 reinit_vars_of_event_stream ();
|
|
2077 reinit_vars_of_events ();
|
|
2078 reinit_vars_of_extents ();
|
771
|
2079 reinit_vars_of_file_coding ();
|
442
|
2080 reinit_vars_of_fileio ();
|
428
|
2081 reinit_vars_of_font_lock ();
|
|
2082 reinit_vars_of_glyphs ();
|
|
2083 reinit_vars_of_glyphs_widget ();
|
|
2084 reinit_vars_of_insdel ();
|
|
2085 reinit_vars_of_lread ();
|
|
2086 reinit_vars_of_lstream ();
|
|
2087 reinit_vars_of_minibuf ();
|
438
|
2088 #ifdef HAVE_SHLIB
|
428
|
2089 reinit_vars_of_module ();
|
438
|
2090 #endif
|
428
|
2091 reinit_vars_of_objects ();
|
|
2092 reinit_vars_of_print ();
|
|
2093 reinit_vars_of_search ();
|
771
|
2094 reinit_vars_of_text ();
|
428
|
2095 reinit_vars_of_undo ();
|
771
|
2096 reinit_vars_of_unicode ();
|
428
|
2097 reinit_vars_of_window ();
|
|
2098
|
|
2099 #ifdef HAVE_MS_WINDOWS
|
|
2100 reinit_vars_of_frame_mswindows ();
|
|
2101 #endif
|
|
2102
|
462
|
2103 #ifdef HAVE_GTK
|
|
2104 reinit_vars_of_menubar_gtk ();
|
|
2105 #endif
|
|
2106
|
428
|
2107 #ifdef HAVE_X_WINDOWS
|
|
2108 reinit_vars_of_device_x ();
|
438
|
2109 #ifdef HAVE_SCROLLBARS
|
|
2110 reinit_vars_of_scrollbar_x ();
|
440
|
2111 #endif
|
428
|
2112 #ifdef HAVE_MENUBARS
|
|
2113 reinit_vars_of_menubar_x ();
|
|
2114 #endif
|
440
|
2115 reinit_vars_of_select_x ();
|
771
|
2116 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS)
|
428
|
2117 reinit_vars_of_gui_x ();
|
|
2118 #endif
|
440
|
2119 #endif /* HAVE_X_WINDOWS */
|
428
|
2120
|
771
|
2121 #ifdef MULE
|
|
2122 reinit_vars_of_mule_coding ();
|
|
2123 #endif
|
617
|
2124 #if defined (MULE) && defined (HAVE_WNN)
|
428
|
2125 reinit_vars_of_mule_wnn ();
|
|
2126 #endif
|
|
2127
|
771
|
2128 reinit_complex_vars_of_buffer_runtime_only ();
|
|
2129 reinit_complex_vars_of_console_runtime_only ();
|
428
|
2130 reinit_complex_vars_of_minibuf ();
|
440
|
2131 #endif /* PDUMP */
|
428
|
2132 }
|
|
2133
|
|
2134 /* CONGRATULATIONS!!! We have successfully initialized the Lisp
|
|
2135 engine. */
|
|
2136
|
|
2137 if (initialized)
|
771
|
2138 init_eval_early ();
|
|
2139
|
|
2140 #ifdef MULE
|
|
2141 init_mule_charset ();
|
428
|
2142 #endif
|
|
2143
|
|
2144 /* Now do further initialization/setup of stuff that is not needed by the
|
|
2145 syms_of_() routines. This involves stuff that only is enabled in
|
|
2146 an interactive run (redisplay, user input, etc.) and stuff that is
|
|
2147 not needed until we start loading Lisp code (the reader). A lot
|
|
2148 of this stuff involves querying the current environment and needs
|
771
|
2149 to be done both at dump time and at run time. Some will be done
|
|
2150 only at run time, by querying the `initialized' variable. */
|
|
2151
|
|
2152 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
2153 init_intl_win32 (); /* Under Windows, determine whether we use Unicode
|
|
2154 or ANSI to call the system routines -- i.e.
|
|
2155 determine what the coding system `mswindows-tstr'
|
|
2156 is aliased to */
|
|
2157 #endif
|
|
2158 init_buffer_1 (); /* Create *scratch* buffer; init_intl() is going to
|
|
2159 call Lisp code (the very first code we call),
|
|
2160 and needs a current buffer */
|
|
2161 #ifdef MULE
|
|
2162 init_intl (); /* Figure out the locale and set native and
|
|
2163 file-name coding systems, initialize the Unicode tables
|
|
2164 so that we will be able to process non-ASCII from here
|
|
2165 on out! */
|
428
|
2166 #endif
|
|
2167
|
|
2168 init_callproc (); /* Set up the process environment (so that egetenv
|
|
2169 works), the basic directory variables
|
|
2170 (exec-directory and so on), and stuff
|
|
2171 related to subprocesses. This should be
|
|
2172 first because many of the functions below
|
|
2173 call egetenv() to get environment variables. */
|
771
|
2174
|
|
2175 #ifdef WIN32_NATIVE
|
|
2176 /*
|
|
2177 * For Win32, call init_environment() to properly enter environment/registry
|
|
2178 * variables into Vprocess_environment.
|
|
2179 */
|
|
2180 init_environment ();
|
|
2181 #endif
|
|
2182
|
|
2183 init_initial_directory (); /* get the directory to use for the
|
|
2184 "*scratch*" buffer, etc. */
|
|
2185
|
428
|
2186 init_lread (); /* Set up the Lisp reader. */
|
442
|
2187 init_cmdargs (argc, (Extbyte **) argv,
|
|
2188 skip_args); /* Create list Vcommand_line_args */
|
771
|
2189 init_buffer_2 (); /* Set default directory of *scratch* buffer */
|
428
|
2190
|
442
|
2191 #ifdef WIN32_NATIVE
|
771
|
2192 init_ntproc ();
|
|
2193 init_select_mswindows ();
|
428
|
2194 #endif
|
|
2195
|
|
2196 init_redisplay (); /* Determine terminal type.
|
|
2197 init_sys_modes uses results */
|
438
|
2198 init_frame ();
|
428
|
2199 init_event_stream (); /* Set up so we can get user input. */
|
|
2200 init_macros (); /* set up so we can run macros. */
|
|
2201 init_editfns (); /* Determine the name of the user we're running as */
|
|
2202 init_xemacs_process (); /* set up for calling subprocesses */
|
|
2203 #ifdef SUNPRO
|
|
2204 init_sunpro (); /* Set up Sunpro usage tracking */
|
|
2205 #endif
|
442
|
2206 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
2207 init_win32 ();
|
|
2208 #endif
|
428
|
2209 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800)
|
|
2210 init_hpplay ();
|
|
2211 #endif
|
771
|
2212 #ifdef HAVE_POSTGRESQL
|
|
2213 /* Set some values taken from environment variables */
|
|
2214 init_postgresql_from_environment ();
|
|
2215 #endif
|
428
|
2216 #ifdef HAVE_TTY
|
|
2217 init_device_tty ();
|
|
2218 #endif
|
442
|
2219 init_console_stream (restart); /* Create the first console */
|
428
|
2220
|
|
2221 /* try to get the actual pathname of the exec file we are running */
|
|
2222 if (!restart)
|
771
|
2223 {
|
|
2224 Vinvocation_name = Fcar (Vcommand_line_args);
|
|
2225 if (XSTRING_DATA(Vinvocation_name)[0] == '-')
|
|
2226 {
|
|
2227 /* XEmacs as a login shell, oh goody! */
|
|
2228 Vinvocation_name = build_intstring (egetenv ("SHELL"));
|
|
2229 }
|
428
|
2230 Vinvocation_directory = Vinvocation_name;
|
|
2231
|
771
|
2232 if (!NILP (Ffile_name_directory (Vinvocation_name)))
|
|
2233 {
|
|
2234 /* invocation-name includes a directory component -- presumably it
|
|
2235 is relative to cwd, not $PATH */
|
|
2236 Vinvocation_directory = Fexpand_file_name (Vinvocation_name,
|
|
2237 Qnil);
|
|
2238 Vinvocation_path = Qnil;
|
|
2239 }
|
|
2240 else
|
|
2241 {
|
|
2242 Vinvocation_path = split_env_path ("PATH", NULL);
|
|
2243 locate_file (Vinvocation_path, Vinvocation_name,
|
|
2244 Vlisp_EXEC_SUFFIXES,
|
|
2245 &Vinvocation_directory, X_OK);
|
|
2246 }
|
|
2247
|
|
2248 if (NILP (Vinvocation_directory))
|
|
2249 Vinvocation_directory = Vinvocation_name;
|
|
2250
|
|
2251 Vinvocation_name = Ffile_name_nondirectory (Vinvocation_directory);
|
|
2252 Vinvocation_directory = Ffile_name_directory (Vinvocation_directory);
|
|
2253 }
|
428
|
2254
|
442
|
2255 #if defined(HAVE_SHLIB) && !defined(WIN32_NATIVE)
|
428
|
2256 /* This is Unix only. MS Windows NT has a library call that does
|
|
2257 The Right Thing on that system. Rumor has it, this must be
|
|
2258 called for GNU dld in temacs and xemacs. */
|
|
2259 {
|
|
2260 char *buf = (char *)alloca (XSTRING_LENGTH (Vinvocation_directory)
|
|
2261 + XSTRING_LENGTH (Vinvocation_name)
|
|
2262 + 2);
|
|
2263 sprintf (buf, "%s/%s", XSTRING_DATA (Vinvocation_directory),
|
|
2264 XSTRING_DATA (Vinvocation_name));
|
|
2265
|
771
|
2266 C_STRING_TO_EXTERNAL (buf, buf, Qfile_name);
|
428
|
2267 /* All we can do is cry if an error happens, so ignore it. */
|
|
2268 (void) dll_init (buf);
|
|
2269 }
|
|
2270 #endif
|
|
2271
|
|
2272 #if defined (LOCALTIME_CACHE) && defined (HAVE_TZSET)
|
|
2273 /* sun's localtime() has a bug. it caches the value of the time
|
|
2274 zone rather than looking it up every time. Since localtime() is
|
|
2275 called to bolt the undumping time into the undumped emacs, this
|
|
2276 results in localtime() ignoring the TZ environment variable.
|
|
2277 This flushes the new TZ value into localtime(). */
|
|
2278 tzset ();
|
|
2279 #endif /* LOCALTIME_CACHE and TZSET */
|
|
2280
|
|
2281 load_me = Qnil;
|
|
2282 if (!initialized)
|
|
2283 {
|
|
2284 /* Handle -l loadup-and-dump, args passed by Makefile. */
|
|
2285 if (argc > 2 + skip_args && !strcmp (argv[1 + skip_args], "-l"))
|
771
|
2286 /* !!#### need to be Mule-translating this, but later */
|
428
|
2287 load_me = build_string (argv[2 + skip_args]);
|
|
2288 }
|
|
2289
|
|
2290 #ifdef QUANTIFY
|
|
2291 if (initialized)
|
|
2292 quantify_start_recording_data ();
|
|
2293 #endif /* QUANTIFY */
|
|
2294
|
|
2295 initialized = 1;
|
771
|
2296 inhibit_non_essential_printing_operations = 0;
|
428
|
2297
|
|
2298 /* This never returns. */
|
|
2299 initial_command_loop (load_me);
|
|
2300 /* NOTREACHED */
|
|
2301 }
|
|
2302
|
|
2303
|
|
2304 /* Sort the args so we can find the most important ones
|
|
2305 at the beginning of argv. */
|
|
2306
|
|
2307 /* First, here's a table of all the standard options. */
|
|
2308
|
|
2309 struct standard_args
|
|
2310 {
|
442
|
2311 const char *name;
|
|
2312 const char *longname;
|
428
|
2313 int priority;
|
|
2314 int nargs;
|
|
2315 };
|
|
2316
|
442
|
2317 static const struct standard_args standard_args[] =
|
428
|
2318 {
|
|
2319 /* Handled by main_1 above: */
|
442
|
2320 { "-sd", "--show-dump-id", 105, 0 },
|
|
2321 { "-t", "--terminal", 100, 1 },
|
|
2322 { "-nd", "--no-dump-file", 95, 0 },
|
428
|
2323 { "-nw", "--no-windows", 90, 0 },
|
|
2324 { "-batch", "--batch", 85, 0 },
|
771
|
2325 #ifdef WIN32_NATIVE
|
|
2326 { "-nuni", "--no-unicode-lib-calls", 83, 0 },
|
|
2327 #endif /* WIN32_NATIVE */
|
428
|
2328 { "-debug-paths", "--debug-paths", 82, 0 },
|
|
2329 { "-help", "--help", 80, 0 },
|
|
2330 { "-version", "--version", 75, 0 },
|
|
2331 { "-V", 0, 75, 0 },
|
|
2332 { "-d", "--display", 80, 1 },
|
|
2333 { "-display", 0, 80, 1 },
|
|
2334 { "-NXHost", 0, 79, 0 },
|
|
2335 { "-MachLaunch", 0, 79, 0},
|
|
2336
|
|
2337 /* Handled by command-line-early in startup.el: */
|
|
2338 { "-q", "--no-init-file", 50, 0 },
|
|
2339 { "-unmapped", 0, 50, 0 },
|
|
2340 { "-no-init-file", 0, 50, 0 },
|
|
2341 { "-vanilla", "--vanilla", 50, 0 },
|
|
2342 { "-no-autoloads", "--no-autoloads", 50, 0 },
|
|
2343 { "-no-site-file", "--no-site-file", 40, 0 },
|
|
2344 { "-no-early-packages", "--no-early-packages", 35, 0 },
|
|
2345 { "-u", "--user", 30, 1 },
|
|
2346 { "-user", 0, 30, 1 },
|
|
2347 { "-debug-init", "--debug-init", 20, 0 },
|
|
2348 { "-debug-paths", "--debug-paths", 20, 0 },
|
771
|
2349 { "-eol", "--enable-eol-detection", 20, 0 },
|
428
|
2350
|
|
2351 /* Xt options: */
|
|
2352 { "-i", "--icon-type", 15, 0 },
|
|
2353 { "-itype", 0, 15, 0 },
|
|
2354 { "-iconic", "--iconic", 15, 0 },
|
|
2355 { "-bg", "--background-color", 10, 1 },
|
|
2356 { "-background", 0, 10, 1 },
|
|
2357 { "-fg", "--foreground-color", 10, 1 },
|
|
2358 { "-foreground", 0, 10, 1 },
|
|
2359 { "-bd", "--border-color", 10, 1 },
|
|
2360 { "-bw", "--border-width", 10, 1 },
|
|
2361 { "-ib", "--internal-border", 10, 1 },
|
|
2362 { "-ms", "--mouse-color", 10, 1 },
|
|
2363 { "-cr", "--cursor-color", 10, 1 },
|
|
2364 { "-fn", "--font", 10, 1 },
|
|
2365 { "-font", 0, 10, 1 },
|
|
2366 { "-g", "--geometry", 10, 1 },
|
|
2367 { "-geometry", 0, 10, 1 },
|
|
2368 { "-T", "--title", 10, 1 },
|
|
2369 { "-title", 0, 10, 1 },
|
|
2370 { "-name", "--name", 10, 1 },
|
|
2371 { "-xrm", "--xrm", 10, 1 },
|
|
2372 { "-r", "--reverse-video", 5, 0 },
|
|
2373 { "-rv", 0, 5, 0 },
|
|
2374 { "-reverse", 0, 5, 0 },
|
|
2375 { "-hb", "--horizontal-scroll-bars", 5, 0 },
|
|
2376 { "-vb", "--vertical-scroll-bars", 5, 0 },
|
|
2377
|
|
2378 /* These have the same priority as ordinary file name args,
|
|
2379 so they are not reordered with respect to those. */
|
|
2380 { "-L", "--directory", 0, 1 },
|
|
2381 { "-directory", 0, 0, 1 },
|
|
2382 { "-l", "--load", 0, 1 },
|
|
2383 { "-load", 0, 0, 1 },
|
|
2384 { "-f", "--funcall", 0, 1 },
|
|
2385 { "-funcall", 0, 0, 1 },
|
|
2386 { "-eval", "--eval", 0, 1 },
|
|
2387 { "-insert", "--insert", 0, 1 },
|
|
2388 /* This should be processed after ordinary file name args and the like. */
|
|
2389 { "-kill", "--kill", -10, 0 },
|
|
2390 };
|
|
2391
|
|
2392 /* Reorder the elements of ARGV (assumed to have ARGC elements)
|
|
2393 so that the highest priority ones come first.
|
|
2394 Do not change the order of elements of equal priority.
|
|
2395 If an option takes an argument, keep it and its argument together. */
|
|
2396
|
|
2397 static void
|
|
2398 sort_args (int argc, char **argv)
|
|
2399 {
|
|
2400 char **new_argv = xnew_array (char *, argc);
|
|
2401 /* For each element of argv,
|
|
2402 the corresponding element of options is:
|
|
2403 0 for an option that takes no arguments,
|
|
2404 1 for an option that takes one argument, etc.
|
|
2405 -1 for an ordinary non-option argument. */
|
|
2406 int *options = xnew_array (int, argc);
|
|
2407 int *priority = xnew_array (int, argc);
|
|
2408 int to = 1;
|
|
2409 int from;
|
|
2410 int i;
|
|
2411 int end_of_options_p = 0;
|
|
2412
|
|
2413 /* Categorize all the options,
|
|
2414 and figure out which argv elts are option arguments. */
|
|
2415 for (from = 1; from < argc; from++)
|
|
2416 {
|
|
2417 options[from] = -1;
|
|
2418 priority[from] = 0;
|
|
2419 /* Pseudo options "--" and "run-temacs" indicate end of options */
|
|
2420 if (!strcmp (argv[from], "--") ||
|
|
2421 !strcmp (argv[from], "run-temacs"))
|
|
2422 end_of_options_p = 1;
|
|
2423 if (!end_of_options_p && argv[from][0] == '-')
|
|
2424 {
|
|
2425 int match, thislen;
|
|
2426 char *equals;
|
|
2427
|
|
2428 /* Look for a match with a known old-fashioned option. */
|
|
2429 for (i = 0; i < countof (standard_args); i++)
|
|
2430 if (!strcmp (argv[from], standard_args[i].name))
|
|
2431 {
|
|
2432 options[from] = standard_args[i].nargs;
|
|
2433 priority[from] = standard_args[i].priority;
|
|
2434 if (from + standard_args[i].nargs >= argc)
|
|
2435 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
2436 from += standard_args[i].nargs;
|
|
2437 goto done;
|
|
2438 }
|
|
2439
|
|
2440 /* Look for a match with a known long option.
|
|
2441 MATCH is -1 if no match so far, -2 if two or more matches so far,
|
|
2442 >= 0 (the table index of the match) if just one match so far. */
|
|
2443 if (argv[from][1] == '-')
|
|
2444 {
|
|
2445 match = -1;
|
|
2446 thislen = strlen (argv[from]);
|
|
2447 equals = strchr (argv[from], '=');
|
|
2448 if (equals != 0)
|
|
2449 thislen = equals - argv[from];
|
|
2450
|
|
2451 for (i = 0; i < countof (standard_args); i++)
|
|
2452 if (standard_args[i].longname
|
|
2453 && !strncmp (argv[from], standard_args[i].longname,
|
|
2454 thislen))
|
|
2455 {
|
|
2456 if (match == -1)
|
|
2457 match = i;
|
|
2458 else
|
|
2459 match = -2;
|
|
2460 }
|
|
2461
|
|
2462 /* If we found exactly one match, use that. */
|
|
2463 if (match >= 0)
|
|
2464 {
|
|
2465 options[from] = standard_args[match].nargs;
|
|
2466 priority[from] = standard_args[match].priority;
|
|
2467 /* If --OPTION=VALUE syntax is used,
|
|
2468 this option uses just one argv element. */
|
|
2469 if (equals != 0)
|
|
2470 options[from] = 0;
|
|
2471 if (from + options[from] >= argc)
|
|
2472 fatal ("Option `%s' requires an argument\n", argv[from]);
|
|
2473 from += options[from];
|
|
2474 }
|
|
2475 }
|
|
2476 done: ;
|
|
2477 }
|
|
2478 }
|
|
2479
|
|
2480 /* Copy the arguments, in order of decreasing priority, to NEW_ARGV. */
|
|
2481 new_argv[0] = argv[0];
|
|
2482 while (to < argc)
|
|
2483 {
|
|
2484 int best = -1;
|
|
2485 int best_priority = -9999;
|
|
2486
|
|
2487 /* Find the highest priority remaining option.
|
|
2488 If several have equal priority, take the first of them. */
|
|
2489 for (from = 1; from < argc; from++)
|
|
2490 {
|
|
2491 if (argv[from] != 0 && priority[from] > best_priority)
|
|
2492 {
|
|
2493 best_priority = priority[from];
|
|
2494 best = from;
|
|
2495 }
|
|
2496 /* Skip option arguments--they are tied to the options. */
|
|
2497 if (options[from] > 0)
|
|
2498 from += options[from];
|
|
2499 }
|
|
2500
|
|
2501 if (best < 0)
|
|
2502 abort ();
|
|
2503
|
|
2504 /* Copy the highest priority remaining option, with its args, to NEW_ARGV. */
|
|
2505 new_argv[to++] = argv[best];
|
|
2506 for (i = 0; i < options[best]; i++)
|
|
2507 new_argv[to++] = argv[best + i + 1];
|
|
2508
|
|
2509 /* Clear out this option in ARGV. */
|
|
2510 argv[best] = 0;
|
|
2511 for (i = 0; i < options[best]; i++)
|
|
2512 argv[best + i + 1] = 0;
|
|
2513 }
|
|
2514
|
|
2515 memcpy (argv, new_argv, sizeof (char *) * argc);
|
|
2516 xfree (new_argv);
|
|
2517 xfree (options);
|
|
2518 xfree (priority);
|
|
2519 }
|
|
2520
|
|
2521 DEFUN ("running-temacs-p", Frunning_temacs_p, 0, 0, 0, /*
|
|
2522 True if running temacs. This means we are in the dumping stage.
|
|
2523 This is false during normal execution of the `xemacs' program, and
|
|
2524 becomes false once `run-emacs-from-temacs' is run.
|
|
2525 */
|
|
2526 ())
|
|
2527 {
|
|
2528 return run_temacs_argc >= 0 ? Qt : Qnil;
|
|
2529 }
|
|
2530
|
|
2531 DEFUN ("run-emacs-from-temacs", Frun_emacs_from_temacs, 0, MANY, 0, /*
|
|
2532 Do not call this. It will reinitialize your XEmacs. You'll be sorry.
|
|
2533 */
|
|
2534 /* If this function is called from startup.el, it will be possible to run
|
|
2535 temacs as an editor using 'temacs -batch -l loadup.el run-temacs', instead
|
|
2536 of having to dump an emacs and then run that (when debugging emacs itself,
|
|
2537 this can be much faster)). [Actually, the speed difference isn't that
|
|
2538 much as long as your filesystem is local, and you don't end up with
|
|
2539 a dumped version in case you want to rerun it. This function is most
|
|
2540 useful when used as part of the `make all-elc' command. --ben]
|
|
2541 This will "restart" emacs with the specified command-line arguments.
|
|
2542
|
|
2543 Martin thinks this function is most useful when using debugging
|
|
2544 tools like Purify or tcov that get confused by XEmacs' dumping. */
|
|
2545 (int nargs, Lisp_Object *args))
|
|
2546 {
|
|
2547 int ac;
|
442
|
2548 const Extbyte *wampum;
|
428
|
2549 int namesize;
|
|
2550 int total_len;
|
|
2551 Lisp_Object orig_invoc_name = Fcar (Vcommand_line_args);
|
442
|
2552 const Extbyte **wampum_all = alloca_array (const Extbyte *, nargs);
|
428
|
2553 int *wampum_all_len = alloca_array (int, nargs);
|
|
2554
|
|
2555 assert (!gc_in_progress);
|
|
2556
|
|
2557 if (run_temacs_argc < 0)
|
563
|
2558 invalid_operation ("I've lost my temacs-hood.", Qunbound);
|
428
|
2559
|
|
2560 /* Need to convert the orig_invoc_name and all of the arguments
|
|
2561 to external format. */
|
|
2562
|
440
|
2563 TO_EXTERNAL_FORMAT (LISP_STRING, orig_invoc_name,
|
|
2564 ALLOCA, (wampum, namesize),
|
|
2565 Qnative);
|
428
|
2566 namesize++;
|
|
2567
|
|
2568 for (ac = 0, total_len = namesize; ac < nargs; ac++)
|
|
2569 {
|
|
2570 CHECK_STRING (args[ac]);
|
440
|
2571 TO_EXTERNAL_FORMAT (LISP_STRING, args[ac],
|
|
2572 ALLOCA, (wampum_all[ac], wampum_all_len[ac]),
|
|
2573 Qnative);
|
428
|
2574 wampum_all_len[ac]++;
|
|
2575 total_len += wampum_all_len[ac];
|
|
2576 }
|
|
2577 DO_REALLOC (run_temacs_args, run_temacs_args_size, total_len, char);
|
|
2578 DO_REALLOC (run_temacs_argv, run_temacs_argv_size, nargs+2, char *);
|
|
2579
|
|
2580 memcpy (run_temacs_args, wampum, namesize);
|
|
2581 run_temacs_argv [0] = run_temacs_args;
|
|
2582 for (ac = 0; ac < nargs; ac++)
|
|
2583 {
|
|
2584 memcpy (run_temacs_args + namesize,
|
|
2585 wampum_all[ac], wampum_all_len[ac]);
|
|
2586 run_temacs_argv [ac + 1] = run_temacs_args + namesize;
|
|
2587 namesize += wampum_all_len[ac];
|
|
2588 }
|
|
2589 run_temacs_argv [nargs + 1] = 0;
|
|
2590 catchlist = NULL; /* Important! Otherwise free_cons() calls in
|
|
2591 condition_case_unwind() may lead to GC death. */
|
771
|
2592 unbind_to (0); /* this closes loadup.el */
|
428
|
2593 purify_flag = 0;
|
|
2594 run_temacs_argc = nargs + 1;
|
442
|
2595 #if defined (HEAP_IN_DATA) && !defined(PDUMP)
|
428
|
2596 report_sheap_usage (0);
|
|
2597 #endif
|
|
2598 LONGJMP (run_temacs_catch, 1);
|
|
2599 return Qnil; /* not reached; warning suppression */
|
|
2600 }
|
|
2601
|
|
2602 /* ARGSUSED */
|
|
2603 int
|
|
2604 main (int argc, char **argv, char **envp)
|
|
2605 {
|
442
|
2606
|
|
2607 #ifdef _MSC_VER
|
|
2608 /* Under VC++, access violations and the like are not sent through
|
|
2609 the standard signal() mechanism. Rather, they need to be handled
|
|
2610 using the Microsoft "structured exception handling" mechanism,
|
|
2611 which vaguely resembles the C++ mechanisms. */
|
|
2612 __try
|
|
2613 {
|
|
2614 #endif
|
|
2615
|
428
|
2616 int volatile vol_argc = argc;
|
|
2617 char ** volatile vol_argv = argv;
|
|
2618 char ** volatile vol_envp = envp;
|
|
2619 /* This is hairy. We need to compute where the XEmacs binary was invoked
|
|
2620 from because temacs initialization requires it to find the lisp
|
|
2621 directories. The code that recomputes the path is guarded by the
|
|
2622 restarted flag. There are three possible paths I've found so far
|
|
2623 through this:
|
|
2624
|
|
2625 temacs -- When running temacs for basic build stuff, the first main_1
|
|
2626 will be the only one invoked. It must compute the path else there
|
|
2627 will be a very ugly bomb in startup.el (can't find obvious location
|
|
2628 for doc-directory data-directory, etc.).
|
|
2629
|
|
2630 temacs w/ run-temacs on the command line -- This is run to bytecompile
|
|
2631 all the out of date dumped lisp. It will execute both of the main_1
|
|
2632 calls and the second one must not touch the first computation because
|
|
2633 argc/argv are hosed the second time through.
|
|
2634
|
|
2635 xemacs -- Only the second main_1 is executed. The invocation path must
|
|
2636 computed but this only matters when running in place or when running
|
|
2637 as a login shell.
|
|
2638
|
|
2639 As a bonus for straightening this out, XEmacs can now be run in place
|
|
2640 as a login shell. This never used to work.
|
|
2641
|
|
2642 As another bonus, we can now guarantee that
|
|
2643 (concat invocation-directory invocation-name) contains the filename
|
|
2644 of the XEmacs binary we are running. This can now be used in a
|
|
2645 definite test for out of date dumped files. -slb */
|
|
2646 int restarted = 0;
|
|
2647 #ifdef QUANTIFY
|
|
2648 quantify_stop_recording_data ();
|
|
2649 quantify_clear_data ();
|
|
2650 #endif /* QUANTIFY */
|
|
2651
|
771
|
2652 inhibit_non_essential_printing_operations = 1;
|
428
|
2653 suppress_early_error_handler_backtrace = 0;
|
|
2654 lim_data = 0; /* force reinitialization of this variable */
|
|
2655
|
|
2656 /* Lisp_Object must fit in a word; check VALBITS and GCTYPEBITS */
|
|
2657 assert (sizeof (Lisp_Object) == sizeof (void *));
|
|
2658
|
|
2659 #ifdef LINUX_SBRK_BUG
|
|
2660 sbrk (1);
|
|
2661 #endif
|
|
2662
|
|
2663 if (!initialized)
|
|
2664 {
|
|
2665 #ifdef DOUG_LEA_MALLOC
|
|
2666 mallopt (M_MMAP_MAX, 0);
|
|
2667 #endif
|
|
2668 run_temacs_argc = 0;
|
|
2669 if (! SETJMP (run_temacs_catch))
|
|
2670 {
|
|
2671 main_1 (vol_argc, vol_argv, vol_envp, 0);
|
|
2672 }
|
|
2673 /* run-emacs-from-temacs called */
|
|
2674 restarted = 1;
|
|
2675 vol_argc = run_temacs_argc;
|
|
2676 vol_argv = run_temacs_argv;
|
|
2677 #ifdef _SCO_DS
|
|
2678 /* This makes absolutely no sense to anyone involved. There are
|
|
2679 several people using this stuff. We've compared versions on
|
|
2680 everything we can think of. We can find no difference.
|
|
2681 However, on both my systems environ is a plain old global
|
|
2682 variable initialized to zero. _environ is the one that
|
|
2683 contains pointers to the actual environment.
|
|
2684
|
|
2685 Since we can't figure out the difference (and we're hours
|
|
2686 away from a release), this takes a very cowardly approach and
|
|
2687 is bracketed with both a system specific preprocessor test
|
|
2688 and a runtime "do you have this problem" test
|
|
2689
|
|
2690 06/20/96 robertl@dgii.com */
|
|
2691 {
|
442
|
2692 extern char **_environ;
|
428
|
2693 if ((unsigned) environ == 0)
|
|
2694 environ=_environ;
|
|
2695 }
|
|
2696 #endif /* _SCO_DS */
|
|
2697 vol_envp = environ;
|
|
2698 }
|
456
|
2699 #if defined (RUN_TIME_REMAP) && ! defined (PDUMP)
|
428
|
2700 else
|
|
2701 /* obviously no-one uses this because where it was before initialized was
|
|
2702 *always* true */
|
|
2703 run_time_remap (argv[0]);
|
|
2704 #endif
|
|
2705
|
|
2706 #ifdef DOUG_LEA_MALLOC
|
|
2707 if (initialized && (malloc_state_ptr != NULL))
|
|
2708 {
|
|
2709 int rc = malloc_set_state (malloc_state_ptr);
|
|
2710 if (rc != 0)
|
|
2711 {
|
442
|
2712 stderr_out ("malloc_set_state failed, rc = %d\n", rc);
|
428
|
2713 abort ();
|
|
2714 }
|
|
2715 #if 0
|
|
2716 free (malloc_state_ptr);
|
|
2717 #endif
|
|
2718 /* mmap works in glibc-2.1, glibc-2.0 (Non-Mule only) and Linux libc5 */
|
|
2719 #if (defined(__GLIBC__) && __GLIBC_MINOR__ >= 1) || \
|
|
2720 defined(_NO_MALLOC_WARNING_) || \
|
|
2721 (defined(__GLIBC__) && __GLIBC_MINOR__ < 1 && !defined(MULE)) || \
|
|
2722 defined(DEBUG_DOUG_LEA_MALLOC)
|
|
2723 mallopt (M_MMAP_MAX, 64);
|
|
2724 #endif
|
|
2725 #ifdef REL_ALLOC
|
|
2726 r_alloc_reinit ();
|
|
2727 #endif
|
|
2728 }
|
|
2729 #endif /* DOUG_LEA_MALLOC */
|
|
2730
|
|
2731 run_temacs_argc = -1;
|
|
2732
|
|
2733 main_1 (vol_argc, vol_argv, vol_envp, restarted);
|
442
|
2734
|
|
2735 #ifdef _MSC_VER
|
|
2736 }
|
|
2737 /* VC++ documentation says that
|
|
2738 GetExceptionCode() cannot be called inside the filter itself. */
|
|
2739 __except (mswindows_handle_hardware_exceptions (GetExceptionCode ())) {}
|
|
2740 #endif
|
|
2741
|
428
|
2742 return 0; /* unreached */
|
|
2743 }
|
|
2744
|
|
2745
|
771
|
2746 /************************************************************************/
|
|
2747 /* dumping XEmacs (to a new EXE file) */
|
|
2748 /************************************************************************/
|
|
2749
|
|
2750 #ifndef CANNOT_DUMP
|
|
2751
|
|
2752 #if !defined(PDUMP) || !defined(SYSTEM_MALLOC)
|
|
2753 extern char my_edata[];
|
428
|
2754 #endif
|
771
|
2755
|
|
2756 extern void disable_free_hook (void);
|
|
2757
|
|
2758 DEFUN ("dump-emacs", Fdump_emacs, 2, 2, 0, /*
|
|
2759 Dump current state of XEmacs into executable file FILENAME.
|
|
2760 Take symbols from SYMFILE (presumably the file you executed to run XEmacs).
|
|
2761 This is used in the file `loadup.el' when building XEmacs.
|
|
2762
|
|
2763 Remember to set `command-line-processed' to nil before dumping
|
|
2764 if you want the dumped XEmacs to process its command line
|
|
2765 and announce itself normally when it is run.
|
428
|
2766 */
|
771
|
2767 (filename, symfile))
|
428
|
2768 {
|
|
2769 /* This function can GC */
|
771
|
2770 struct gcpro gcpro1, gcpro2;
|
|
2771 int opurify;
|
|
2772
|
|
2773 GCPRO2 (filename, symfile);
|
|
2774
|
|
2775 #ifdef FREE_CHECKING
|
|
2776 Freally_free (Qnil);
|
|
2777
|
|
2778 /* When we're dumping, we can't use the debugging free() */
|
|
2779 disable_free_hook ();
|
|
2780 #endif
|
|
2781
|
|
2782 CHECK_STRING (filename);
|
|
2783 filename = Fexpand_file_name (filename, Qnil);
|
|
2784 if (!NILP (symfile))
|
428
|
2785 {
|
771
|
2786 CHECK_STRING (symfile);
|
|
2787 if (XSTRING_LENGTH (symfile) > 0)
|
|
2788 symfile = Fexpand_file_name (symfile, Qnil);
|
|
2789 else
|
|
2790 symfile = Qnil;
|
428
|
2791 }
|
|
2792
|
771
|
2793 opurify = purify_flag;
|
|
2794 purify_flag = 0;
|
|
2795
|
|
2796 #if defined (HEAP_IN_DATA) && !defined(PDUMP)
|
|
2797 report_sheap_usage (1);
|
|
2798 #endif
|
|
2799
|
|
2800 clear_message ();
|
|
2801
|
|
2802 fflush (stderr);
|
|
2803 fflush (stdout);
|
|
2804
|
|
2805 disksave_object_finalization ();
|
|
2806 release_breathing_space ();
|
|
2807
|
|
2808 /* Tell malloc where start of impure now is */
|
|
2809 /* Also arrange for warnings when nearly out of space. */
|
|
2810 #ifndef SYSTEM_MALLOC
|
|
2811 memory_warnings (my_edata, malloc_warning);
|
|
2812 #endif
|
|
2813
|
428
|
2814 UNGCPRO;
|
|
2815
|
771
|
2816 {
|
|
2817 Extbyte *filename_ext;
|
|
2818 Extbyte *symfile_ext;
|
|
2819
|
|
2820 LISP_STRING_TO_EXTERNAL (filename, filename_ext, Qfile_name);
|
|
2821
|
|
2822 if (STRINGP (symfile))
|
|
2823 LISP_STRING_TO_EXTERNAL (symfile, symfile_ext, Qfile_name);
|
|
2824 else
|
|
2825 symfile_ext = 0;
|
|
2826
|
|
2827 garbage_collect_1 ();
|
|
2828
|
|
2829 #ifdef PDUMP
|
|
2830 pdump ();
|
|
2831 #else
|
|
2832
|
|
2833 #ifdef DOUG_LEA_MALLOC
|
|
2834 malloc_state_ptr = malloc_get_state ();
|
|
2835 #endif
|
|
2836 /* here we break our rule that the filename conversion should
|
|
2837 be performed at the actual time that the system call is made.
|
|
2838 It's a whole lot easier to do the conversion here than to
|
|
2839 modify all the unexec routines to ensure that filename
|
|
2840 conversion is applied everywhere. Don't worry about memory
|
|
2841 leakage because this call only happens once. */
|
|
2842 unexec (filename_ext, symfile_ext, (uintptr_t) my_edata, 0, 0);
|
|
2843 #ifdef DOUG_LEA_MALLOC
|
|
2844 free (malloc_state_ptr);
|
|
2845 #endif
|
|
2846 #endif /* not PDUMP */
|
|
2847 }
|
|
2848
|
|
2849 purify_flag = opurify;
|
|
2850
|
|
2851 return Qnil;
|
|
2852 }
|
|
2853
|
|
2854 #endif /* not CANNOT_DUMP */
|
|
2855
|
|
2856
|
|
2857 /************************************************************************/
|
|
2858 /* exiting XEmacs (intended or not) */
|
|
2859 /************************************************************************/
|
|
2860
|
|
2861 /* Ben's capsule summary about expected and unexpected exits from XEmacs.
|
|
2862
|
|
2863 Expected exits occur when the user directs XEmacs to exit, for example
|
|
2864 by pressing the close button on the only frame in XEmacs, or by typing
|
|
2865 C-x C-c. This runs `save-buffers-kill-emacs', which saves any necessary
|
|
2866 buffers, and then exits using the primitive `kill-emacs'.
|
|
2867
|
|
2868 However, unexpected exits occur in a few different ways:
|
|
2869
|
|
2870 -- a memory access violation or other hardware-generated exception
|
|
2871 occurs. This is the worst possible problem to deal with, because
|
|
2872 the fault can occur while XEmacs is in any state whatsoever, even
|
|
2873 quite unstable ones. As a result, we need to be *extremely* careful
|
|
2874 what we do.
|
|
2875 -- we are using one X display (or if we've used more, we've closed the
|
|
2876 others already), and some hardware or other problem happens and
|
|
2877 suddenly we've lost our connection to the display. In this situation,
|
|
2878 things are not so dire as in the last one; our code itself isn't
|
|
2879 trashed, so we can continue execution as normal, after having set
|
|
2880 things up so that we can exit at the appropriate time. Our exit
|
|
2881 still needs to be of the emergency nature; we have no displays, so
|
|
2882 any attempts to use them will fail. We simply want to auto-save
|
|
2883 (the single most important thing to do during shut-down), do minimal
|
|
2884 cleanup of stuff that has an independent existence outside of XEmacs,
|
|
2885 and exit.
|
|
2886
|
|
2887 Currently, both unexpected exit scenarios described above set
|
|
2888 preparing_for_armageddon to indicate that nonessential and possibly
|
|
2889 dangerous things should not be done, specifically:
|
|
2890
|
|
2891 -- no garbage collection.
|
|
2892 -- no hooks are run.
|
|
2893 -- no messages of any sort from autosaving.
|
|
2894 -- autosaving tries harder, ignoring certain failures.
|
|
2895 -- existing frames are not deleted.
|
|
2896
|
|
2897 (Also, all places that set preparing_for_armageddon also
|
|
2898 set dont_check_for_quit. This happens separately because it's
|
|
2899 also necessary to set other variables to make absolutely sure
|
|
2900 no quitting happens.)
|
|
2901
|
|
2902 In the first scenario above (the access violation), we also set
|
|
2903 fatal_error_in_progress. This causes more things to not happen:
|
|
2904
|
|
2905 -- assertion failures do not abort.
|
|
2906 -- printing code does not do code conversion or gettext when
|
|
2907 printing to stdout/stderr.
|
|
2908 */
|
|
2909
|
|
2910 /* ------------------------------- */
|
|
2911 /* low-level debugging functions */
|
|
2912 /* ------------------------------- */
|
|
2913
|
|
2914 #if defined (WIN32_NATIVE) && defined (DEBUG_XEMACS)
|
|
2915 #define debugging_breakpoint() DebugBreak ()
|
|
2916 #else
|
|
2917 #define debugging_breakpoint()
|
|
2918 #endif
|
|
2919
|
|
2920 void
|
|
2921 debug_break (void)
|
|
2922 {
|
|
2923 debugging_breakpoint ();
|
|
2924 }
|
|
2925
|
|
2926 #if defined (WIN32_NATIVE) || defined (CYGWIN)
|
|
2927
|
|
2928 /* Return whether all bytes in the specified memory block can be read. */
|
|
2929 int
|
|
2930 debug_can_access_memory (void *ptr, Bytecount len)
|
|
2931 {
|
|
2932 return !IsBadReadPtr (ptr, len);
|
|
2933 }
|
|
2934
|
|
2935 #else /* !(defined (WIN32_NATIVE) || defined (CYGWIN)) */
|
|
2936
|
|
2937 /* #### There must be a better way!!!! */
|
|
2938
|
|
2939 static JMP_BUF memory_error_jump;
|
|
2940
|
|
2941 static SIGTYPE
|
|
2942 debug_memory_error (int signum)
|
|
2943 {
|
|
2944 EMACS_REESTABLISH_SIGNAL (signum, debug_memory_error);
|
|
2945 EMACS_UNBLOCK_SIGNAL (signum);
|
|
2946 LONGJMP (memory_error_jump, 1);
|
|
2947 }
|
|
2948
|
|
2949 /* Return whether all bytes in the specified memory block can be read. */
|
|
2950 int
|
|
2951 debug_can_access_memory (void *ptr, Bytecount len)
|
|
2952 {
|
|
2953 /* Use volatile to protect variables from being clobbered by longjmp. */
|
|
2954 SIGTYPE (*volatile old_sigbus) (int);
|
|
2955 SIGTYPE (*volatile old_sigsegv) (int);
|
|
2956 volatile int old_errno = errno;
|
|
2957 volatile int retval = 1;
|
|
2958
|
|
2959 if (!SETJMP (memory_error_jump))
|
|
2960 {
|
|
2961 old_sigbus =
|
|
2962 (SIGTYPE (*) (int)) EMACS_SIGNAL (SIGBUS, debug_memory_error);
|
|
2963 old_sigsegv =
|
|
2964 (SIGTYPE (*) (int)) EMACS_SIGNAL (SIGSEGV, debug_memory_error);
|
|
2965
|
|
2966 if (len > 1)
|
|
2967 /* If we can, try to avoid problems with super-optimizing compilers
|
|
2968 that might decide that memcmp (ptr, ptr, len) can be optimized
|
|
2969 away since its result is always 1. */
|
|
2970 memcmp (ptr, (char *) ptr + 1, len - 1);
|
|
2971 else
|
|
2972 memcmp (ptr, ptr, len);
|
|
2973 }
|
|
2974 else
|
|
2975 retval = 0;
|
|
2976 EMACS_SIGNAL (SIGBUS, old_sigbus);
|
|
2977 EMACS_SIGNAL (SIGSEGV, old_sigsegv);
|
|
2978 errno = old_errno;
|
|
2979
|
|
2980 return retval;
|
|
2981 }
|
|
2982
|
|
2983 #endif /* defined (WIN32_NATIVE) || defined (CYGWIN) */
|
|
2984
|
|
2985 #ifdef DEBUG_XEMACS
|
|
2986
|
|
2987 DEFUN ("force-debugging-signal", Fforce_debugging_signal, 0, 1, 0, /*
|
|
2988 Cause XEmacs to enter the debugger.
|
|
2989 On some systems, there may be no way to do this gracefully; if so,
|
|
2990 nothing happens unless ABORT is non-nil, in which case XEmacs will
|
|
2991 abort() -- a sure-fire way to immediately get back to the debugger,
|
|
2992 but also a sure-fire way to kill XEmacs (and dump core on Unix
|
|
2993 systems)!
|
|
2994 */
|
|
2995 (abort_))
|
|
2996 {
|
|
2997 debugging_breakpoint ();
|
|
2998 if (!NILP (abort_))
|
|
2999 abort ();
|
|
3000 return Qnil;
|
|
3001 }
|
|
3002
|
|
3003 #endif /* DEBUG_XEMACS */
|
|
3004
|
|
3005 /* ------------------------------- */
|
|
3006 /* some helper functions */
|
|
3007 /* ------------------------------- */
|
|
3008
|
|
3009 static void
|
|
3010 ensure_no_quitting_from_now_on (void)
|
|
3011 {
|
|
3012 /* make sure no quitting from now on!! */
|
|
3013 dont_check_for_quit = 1;
|
|
3014 Vinhibit_quit = Qt;
|
|
3015 Vquit_flag = Qnil;
|
|
3016 }
|
|
3017
|
442
|
3018 #ifdef HAVE_MS_WINDOWS
|
771
|
3019 static void
|
|
3020 pause_so_user_can_read_messages (int allow_further)
|
|
3021 {
|
|
3022 static int already_paused;
|
|
3023
|
|
3024 if (already_paused)
|
|
3025 return;
|
|
3026 if (!allow_further)
|
|
3027 already_paused = 1;
|
442
|
3028 /* If we displayed a message on the console, then we must allow the
|
|
3029 user to see this message. This may be unnecessary, but can't hurt,
|
|
3030 and we can't necessarily check arg; e.g. xemacs --help kills with
|
|
3031 argument 0. */
|
|
3032 if (mswindows_message_outputted)
|
771
|
3033 Fmswindows_message_box
|
|
3034 (build_msg_string ("Messages outputted. XEmacs is exiting."),
|
|
3035 Qnil, Qnil);
|
|
3036 }
|
442
|
3037 #endif
|
|
3038
|
771
|
3039 /* -------------------------------- */
|
|
3040 /* a (more-or-less) normal shutdown */
|
|
3041 /* -------------------------------- */
|
428
|
3042
|
|
3043 /* Perform an orderly shutdown of XEmacs. Autosave any modified
|
|
3044 buffers, kill any child processes, clean up the terminal modes (if
|
|
3045 we're in the foreground), and other stuff like that. Don't perform
|
|
3046 any redisplay; this may be called when XEmacs is shutting down in
|
|
3047 the background, or after its X connection has died.
|
|
3048
|
|
3049 If SIG is a signal number, print a message for it.
|
|
3050
|
442
|
3051 This is called by fatal signal handlers and Fkill_emacs. It used to
|
|
3052 be called by X protocol error handlers, but instead they now call
|
|
3053 Fkill_emacs. */
|
771
|
3054
|
428
|
3055 static void
|
442
|
3056 shut_down_emacs (int sig, Lisp_Object stuff, int no_auto_save)
|
428
|
3057 {
|
|
3058 /* This function can GC */
|
|
3059 /* Prevent running of hooks and other non-essential stuff
|
|
3060 from now on. */
|
|
3061 preparing_for_armageddon = 1;
|
|
3062
|
442
|
3063 ensure_no_quitting_from_now_on ();
|
428
|
3064
|
|
3065 #ifdef QUANTIFY
|
|
3066 quantify_stop_recording_data ();
|
|
3067 #endif /* QUANTIFY */
|
|
3068
|
|
3069 /* This is absolutely the most important thing to do, so make sure
|
|
3070 we do it now, before anything else. We might have crashed and
|
|
3071 be in a weird inconsistent state, and potentially anything could
|
|
3072 set off another protection fault and cause us to bail out
|
|
3073 immediately. */
|
442
|
3074 /* Steve writes the following:
|
|
3075
|
|
3076 [[I'm not removing the code entirely, yet. We have run up against
|
428
|
3077 a spate of problems in diagnosing crashes due to crashes within
|
|
3078 crashes. It has very definitely been determined that code called
|
|
3079 during auto-saving cannot work if XEmacs crashed inside of GC.
|
|
3080 We already auto-save on an itimer so there cannot be too much
|
|
3081 unsaved stuff around, and if we get better crash reports we might
|
442
|
3082 be able to get more problems fixed so I'm disabling this. -slb]]
|
|
3083
|
|
3084 and DISABLES AUTO-SAVING ENTIRELY during crashes! Way way bad idea.
|
|
3085
|
|
3086 Instead let's just be more intelligent about avoiding crashing
|
|
3087 when possible, esp. nested crashes.
|
|
3088 */
|
|
3089 if (!no_auto_save)
|
|
3090 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */
|
428
|
3091
|
|
3092 fflush (stdout);
|
|
3093 reset_all_consoles ();
|
|
3094 if (sig && sig != SIGTERM)
|
|
3095 {
|
442
|
3096 if (sig == -1)
|
|
3097 stderr_out ("\nFatal error.\n\n");
|
|
3098 else
|
|
3099 stderr_out ("\nFatal error (%d).\n\n", sig);
|
428
|
3100 stderr_out
|
|
3101 ("Your files have been auto-saved.\n"
|
|
3102 "Use `M-x recover-session' to recover them.\n"
|
|
3103 "\n"
|
|
3104 "If you have access to the PROBLEMS file that came with your\n"
|
|
3105 "version of XEmacs, please check to see if your crash is described\n"
|
|
3106 "there, as there may be a workaround available.\n"
|
|
3107 #ifdef INFODOCK
|
|
3108 "Otherwise, please report this bug by selecting `Report-Bug'\n"
|
|
3109 "in the InfoDock menu.\n"
|
|
3110 #else
|
|
3111 "Otherwise, please report this bug by running the send-pr\n"
|
|
3112 "script included with XEmacs, or selecting `Send Bug Report'\n"
|
|
3113 "from the help menu.\n"
|
|
3114 "As a last resort send ordinary email to `crashes@xemacs.org'.\n"
|
|
3115 #endif
|
|
3116 "*MAKE SURE* to include the information in the command\n"
|
|
3117 "M-x describe-installation.\n"
|
442
|
3118 #ifndef _MSC_VER
|
428
|
3119 "\n"
|
|
3120 "If at all possible, *please* try to obtain a C stack backtrace;\n"
|
|
3121 "it will help us immensely in determining what went wrong.\n"
|
|
3122 "To do this, locate the core file that was produced as a result\n"
|
|
3123 "of this crash (it's usually called `core' and is located in the\n"
|
|
3124 "directory in which you started the editor, or maybe in your home\n"
|
|
3125 "directory), and type\n"
|
|
3126 "\n"
|
442
|
3127 " gdb "
|
|
3128 #endif
|
|
3129 );
|
|
3130 #ifndef _MSC_VER
|
428
|
3131 {
|
442
|
3132 const char *name;
|
428
|
3133 char *dir = 0;
|
|
3134
|
|
3135 /* Now try to determine the actual path to the executable,
|
|
3136 to try to make the backtrace-determination process as foolproof
|
|
3137 as possible. */
|
|
3138 if (STRINGP (Vinvocation_name))
|
|
3139 name = (char *) XSTRING_DATA (Vinvocation_name);
|
|
3140 else
|
|
3141 name = "xemacs";
|
|
3142 if (STRINGP (Vinvocation_directory))
|
|
3143 dir = (char *) XSTRING_DATA (Vinvocation_directory);
|
|
3144 if (!dir || dir[0] != '/')
|
|
3145 stderr_out ("`which %s`", name);
|
|
3146 else if (dir[strlen (dir) - 1] != '/')
|
|
3147 stderr_out ("%s/%s", dir, name);
|
|
3148 else
|
|
3149 stderr_out ("%s%s", dir, name);
|
|
3150 }
|
|
3151 stderr_out
|
|
3152 (" core\n\n"
|
|
3153 "then type `where' when the debugger prompt comes up.\n"
|
|
3154 "(If you don't have GDB on your system, you might have DBX,\n"
|
|
3155 "or XDB, or SDB. A similar procedure should work for all of\n"
|
|
3156 "these. Ask your system administrator if you need more help.)\n");
|
442
|
3157 #endif /* _MSC_VER */
|
428
|
3158 }
|
|
3159
|
|
3160 stuff_buffered_input (stuff);
|
|
3161
|
|
3162 kill_buffer_processes (Qnil);
|
|
3163
|
|
3164 #ifdef CLASH_DETECTION
|
|
3165 unlock_all_files ();
|
|
3166 #endif
|
|
3167
|
|
3168 #ifdef TOOLTALK
|
|
3169 tt_session_quit (tt_default_session ());
|
|
3170 #if 0
|
|
3171 /* The following crashes when built on X11R5 and run on X11R6 */
|
|
3172 tt_close ();
|
|
3173 #endif
|
|
3174 #endif /* TOOLTALK */
|
|
3175 }
|
|
3176
|
771
|
3177 /* Dumping apparently isn't supported by versions of GCC >= 2.8. */
|
|
3178 /* The following needs conditionalization on whether either XEmacs or */
|
|
3179 /* various system shared libraries have been built and linked with */
|
|
3180 /* GCC >= 2.8. -slb */
|
|
3181 #if defined(GNU_MALLOC)
|
|
3182 static void
|
|
3183 voodoo_free_hook (void *mem)
|
|
3184 {
|
|
3185 /* Disable all calls to free() when XEmacs is exiting and it doesn't */
|
|
3186 /* matter. */
|
|
3187 __free_hook =
|
|
3188 #ifdef __GNUC__ /* prototype of __free_hook varies with glibc version */
|
|
3189 (__typeof__ (__free_hook))
|
440
|
3190 #endif
|
771
|
3191 voodoo_free_hook;
|
|
3192 }
|
|
3193 #endif /* GNU_MALLOC */
|
|
3194
|
|
3195 DEFUN ("kill-emacs", Fkill_emacs, 0, 1, "P", /*
|
|
3196 Exit the XEmacs job and kill it. Ask for confirmation, without argument.
|
|
3197 If ARG is an integer, return ARG as the exit program code.
|
|
3198 If ARG is a string, stuff it as keyboard input.
|
|
3199
|
|
3200 The value of `kill-emacs-hook', if not void,
|
|
3201 is a list of functions (of no args),
|
|
3202 all of which are called before XEmacs is actually killed.
|
428
|
3203 */
|
771
|
3204 (arg))
|
428
|
3205 {
|
|
3206 /* This function can GC */
|
771
|
3207 struct gcpro gcpro1;
|
|
3208
|
|
3209 GCPRO1 (arg);
|
|
3210
|
|
3211 if (feof (stdin))
|
|
3212 arg = Qt;
|
|
3213
|
|
3214 if (!preparing_for_armageddon && !noninteractive)
|
|
3215 run_hook (Qkill_emacs_hook);
|
|
3216
|
|
3217 ensure_no_quitting_from_now_on ();
|
|
3218
|
|
3219 if (!preparing_for_armageddon)
|
428
|
3220 {
|
771
|
3221 Lisp_Object concons, nextcons;
|
|
3222
|
|
3223 /* Normally, go ahead and delete all the consoles now.
|
|
3224 Some unmentionably lame window systems (MS Wwwww...... eek,
|
|
3225 I can't even say it) don't properly clean up after themselves,
|
|
3226 and even for those that do, it might be cleaner this way.
|
|
3227 If we're going down, however, we don't do this (might
|
|
3228 be too dangerous), and if we get a crash somewhere within
|
|
3229 this loop, we'll still autosave and won't try this again. */
|
|
3230
|
|
3231 LIST_LOOP_DELETING (concons, nextcons, Vconsole_list)
|
|
3232 {
|
|
3233 /* There is very little point in deleting the stream console.
|
|
3234 It uses stdio, which should flush any buffered output and
|
|
3235 something can only go wrong. -slb */
|
|
3236 /* I changed my mind. There's a stupid hack in close to add
|
|
3237 a trailing newline. */
|
|
3238 /*if (!CONSOLE_STREAM_P (XCONSOLE (XCAR (concons))))*/
|
|
3239 delete_console_internal (XCONSOLE (XCAR (concons)), 1, 1, 0);
|
|
3240 }
|
428
|
3241 }
|
|
3242
|
|
3243 UNGCPRO;
|
|
3244
|
771
|
3245 #ifdef HAVE_MS_WINDOWS
|
|
3246 pause_so_user_can_read_messages (1);
|
428
|
3247 #endif
|
771
|
3248
|
|
3249 shut_down_emacs (0, STRINGP (arg) ? arg : Qnil, 0);
|
|
3250
|
|
3251 #if defined(GNU_MALLOC)
|
|
3252 __free_hook =
|
|
3253 #ifdef __GNUC__ /* prototype of __free_hook varies with glibc version */
|
|
3254 (__typeof__ (__free_hook))
|
|
3255 #endif
|
|
3256 voodoo_free_hook;
|
428
|
3257 #endif
|
771
|
3258
|
|
3259 exit (INTP (arg) ? XINT (arg) : 0);
|
|
3260 /* NOTREACHED */
|
|
3261 return Qnil; /* I'm sick of the compiler warning */
|
428
|
3262 }
|
|
3263
|
771
|
3264 /* -------------------------------- */
|
|
3265 /* abnormal shutdowns: GP faults */
|
|
3266 /* -------------------------------- */
|
|
3267
|
|
3268 /* Handle bus errors, illegal instruction, etc: actual implementation. */
|
|
3269 static void
|
|
3270 guts_of_fatal_error_signal (int sig)
|
428
|
3271 {
|
771
|
3272 fatal_error_in_progress++;
|
|
3273 inhibit_non_essential_printing_operations = 1;
|
|
3274 preparing_for_armageddon = 1;
|
|
3275
|
|
3276 ensure_no_quitting_from_now_on ();
|
|
3277
|
|
3278 /* Only try auto-saving first time through. If we crash in auto-saving,
|
|
3279 don't do it again. */
|
|
3280 if (fatal_error_in_progress == 1)
|
428
|
3281 {
|
771
|
3282 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */
|
|
3283 /* Do this so that the variable has the same value of 2 regardless of
|
|
3284 whether we made it through auto-saving correctly. */
|
|
3285 fatal_error_in_progress++;
|
428
|
3286 }
|
771
|
3287 else if (fatal_error_in_progress == 2)
|
|
3288 stderr_out ("WARNING: Unable to auto-save your files properly.\n"
|
|
3289 "Some or all may in fact have been auto-saved.\n"
|
|
3290 "\n");
|
|
3291
|
|
3292 /* Now, reset our signal handler, so the next time, we just die.
|
|
3293 Don't do this before auto-saving. */
|
|
3294 if (sig >= 0)
|
|
3295 EMACS_SIGNAL (sig, SIG_DFL);
|
|
3296
|
|
3297 /* Keep in mind that there's more than one signal that we can crash
|
|
3298 on. */
|
|
3299 /* If fatal error occurs in code below, avoid infinite recursion. */
|
|
3300 if (fatal_error_in_progress <= 2)
|
|
3301 {
|
|
3302 shut_down_emacs (sig, Qnil, 1);
|
|
3303 stderr_out ("\nLisp backtrace follows:\n\n");
|
|
3304 debug_backtrace ();
|
|
3305 # if 0 /* This is evil, rarely useful, and causes grief in some cases. */
|
|
3306 /* Check for Sun-style stack printing via /proc */
|
|
3307 {
|
|
3308 const Char_ASCII *pstack = "/usr/proc/bin/pstack";
|
|
3309 if (access (pstack, X_OK) == 0)
|
|
3310 {
|
|
3311 Char_ASCII buf[100];
|
|
3312 stderr_out ("\nC backtrace follows:\n"
|
|
3313 "(A real debugger may provide better information)\n\n");
|
|
3314 sprintf (buf, "%s %d >&2", pstack, (int)getpid());
|
|
3315 system (buf);
|
|
3316 }
|
|
3317 }
|
|
3318 # endif
|
|
3319 #ifdef HAVE_MS_WINDOWS
|
|
3320 pause_so_user_can_read_messages (0);
|
|
3321 #endif
|
|
3322 }
|
428
|
3323 }
|
|
3324
|
771
|
3325 /* This is called when a fatal signal (SIGBUS aka "bus error", SIGSEGV aka
|
|
3326 "segmentation violation", SIGILL aka "illegal instruction", and many
|
|
3327 others) is sent to the program. This generally happens under Unix,
|
|
3328 not MS Windows. */
|
|
3329 SIGTYPE
|
|
3330 fatal_error_signal (int sig)
|
428
|
3331 {
|
771
|
3332 /* Unblock the signal so that if the same signal gets sent in the
|
|
3333 code below, we avoid a deadlock. */
|
|
3334 EMACS_UNBLOCK_SIGNAL (sig);
|
|
3335
|
|
3336 guts_of_fatal_error_signal (sig);
|
|
3337
|
|
3338 /* Signal the same code; this time it will really be fatal. */
|
|
3339 #ifdef WIN32_NATIVE
|
|
3340 raise (sig);
|
|
3341 #else
|
|
3342 kill (qxe_getpid (), sig);
|
|
3343 #endif
|
|
3344 SIGRETURN;
|
428
|
3345 }
|
|
3346
|
771
|
3347 #ifdef _MSC_VER
|
|
3348
|
|
3349 #define STATUS_ASSERTION_FAILURE 0xE0000001
|
|
3350
|
|
3351 static DWORD
|
|
3352 mswindows_handle_hardware_exceptions_1 (void)
|
428
|
3353 {
|
771
|
3354 pause_so_user_can_read_messages (0);
|
|
3355 return EXCEPTION_EXECUTE_HANDLER;
|
428
|
3356 }
|
|
3357
|
771
|
3358 /* This is called under MS Windows when an exception (this encompasses both
|
|
3359 user-defined exceptions and hardware exceptions such as GP faults aka
|
|
3360 SIGBUS or SIGSEGV) is triggered. */
|
|
3361
|
|
3362 static DWORD
|
|
3363 mswindows_handle_hardware_exceptions (DWORD code)
|
428
|
3364 {
|
771
|
3365 if (code != STATUS_ACCESS_VIOLATION && code != STATUS_ILLEGAL_INSTRUCTION
|
|
3366 && code != STATUS_PRIVILEGED_INSTRUCTION
|
|
3367 && code != STATUS_DATATYPE_MISALIGNMENT
|
|
3368 && code != STATUS_ASSERTION_FAILURE)
|
|
3369 return EXCEPTION_CONTINUE_SEARCH;
|
|
3370
|
|
3371 /* I don't know if this filter is still wrapped in the outer __try, but
|
|
3372 it doesn't hurt to have another one, and it lets us control more
|
|
3373 exactly what we really want to do in such a situation. What we do is
|
|
3374 pause, if we haven't already done so, so that the user can see what's
|
|
3375 output. This is critical because otherwise the output is gone. */
|
|
3376 __try
|
|
3377 {
|
|
3378 guts_of_fatal_error_signal (-1);
|
|
3379 }
|
|
3380 /* VC++ documentation says that
|
|
3381 GetExceptionCode() cannot be called inside the filter itself. */
|
|
3382
|
|
3383 /* __except (mswindows_handle_hardware_exceptions (GetExceptionCode ())) {}
|
|
3384
|
|
3385 The line above is original. Unfortunately, when an error is tripped
|
|
3386 inside of the handler (e.g. during Fbacktrace()), and the handler for
|
|
3387 the handler is invoked, it correctly notices that something is amiss
|
|
3388 and it should just return -- but it returns EXCEPTION_CONTINUE_SEARCH,
|
|
3389 which causes the debugger to be invoked debugging the handler code in
|
|
3390 this function -- and WITH THE STACK UNWOUND so that you see main()
|
|
3391 calling mswindows_handle_hardware_exceptions(), calling Fbacktrace(),
|
|
3392 and a crash a couple of frames in -- AND NO SIGN OF THE ORIGINAL CRASH!
|
|
3393
|
|
3394 There's some real weirdness going on in the stack handling -- unlike
|
|
3395 in Unix, where further crashes just keep adding to the stack, it seems
|
|
3396 that under the structured-exception-handling, the stack can actually
|
|
3397 bounce back and forth between the full stack at the location of the
|
|
3398 exception and the unwound stack at the place where the __try clause was
|
|
3399 established. I don't completely understand it. What I do know is that
|
|
3400 returning EXCEPTION_EXECUTE_HANDLER on nested crash has the effect of
|
|
3401 aborting execution of the handler and going back to the outer filter
|
|
3402 function, which returns EXCEPTION_CONTINUE_SEARCH and everything is
|
|
3403 hunky-dorey -- your debugger sees a crash at the right location with
|
|
3404 the right stack.
|
|
3405
|
|
3406 I'm leaving in the trickier Unix-like code in the handler; someone who
|
|
3407 understands better than me how the stack works in these handlers could
|
|
3408 fix it up more. As it is, it works pretty well, so I'm not likely to
|
|
3409 touch it more. --ben
|
|
3410 */
|
|
3411
|
|
3412 __except (mswindows_handle_hardware_exceptions_1 ()) {}
|
|
3413
|
|
3414 /* pretend we didn't handle this, so that the debugger is invoked and/or
|
|
3415 the normal GPF box appears. */
|
|
3416 return EXCEPTION_CONTINUE_SEARCH;
|
428
|
3417 }
|
|
3418
|
771
|
3419 #endif /* _MSC_VER */
|
|
3420
|
|
3421 /* -------------------------------------- */
|
|
3422 /* abnormal shutdowns: assertion failures */
|
|
3423 /* -------------------------------------- */
|
428
|
3424
|
|
3425 /* This flag is useful to define if you're under a debugger; this way, you
|
|
3426 can put a breakpoint of assert_failed() and debug multiple problems
|
|
3427 in one session without having to recompile. */
|
|
3428 /* #define ASSERTIONS_DONT_ABORT */
|
|
3429
|
|
3430 #ifdef USE_ASSERTIONS
|
|
3431 /* This highly dubious kludge ... shut up Jamie, I'm tired of your slagging. */
|
|
3432
|
771
|
3433 /* Nonzero if handling an assertion failure. (Bumped by one each time
|
|
3434 we recursively hit such a failure.) */
|
442
|
3435 static int in_assert_failed;
|
771
|
3436
|
442
|
3437 static const char *assert_failed_file;
|
|
3438 static int assert_failed_line;
|
|
3439 static const char *assert_failed_expr;
|
|
3440
|
|
3441 #ifdef fprintf
|
|
3442 #undef fprintf
|
|
3443 #endif
|
|
3444
|
771
|
3445 /* This is called when an assert() fails or when abort() is called -- both
|
|
3446 of those are defined in the preprocessor to an expansion involving
|
|
3447 assert_failed(). */
|
442
|
3448 void
|
|
3449 assert_failed (const char *file, int line, const char *expr)
|
428
|
3450 {
|
442
|
3451 /* If we're already crashing, let's not crash again. This might be
|
|
3452 critical to getting auto-saving working properly. */
|
|
3453 if (fatal_error_in_progress)
|
|
3454 return;
|
|
3455
|
|
3456 /* We are extremely paranoid so we sensibly deal with recursive
|
|
3457 assertion failures. */
|
|
3458 in_assert_failed++;
|
771
|
3459 inhibit_non_essential_printing_operations = 1;
|
442
|
3460
|
|
3461 if (in_assert_failed >= 4)
|
|
3462 _exit (-1);
|
|
3463 else if (in_assert_failed == 3)
|
|
3464 {
|
771
|
3465 debugging_breakpoint ();
|
442
|
3466 _exit (-1);
|
|
3467 }
|
|
3468 else if (in_assert_failed == 2)
|
|
3469 {
|
771
|
3470 /* Ultra-paranoia. stderr_out() tries very hard not to do
|
|
3471 anything during assertion failures that might trigger more
|
|
3472 failures; but we might have messed up somewhere. fprintf was
|
|
3473 undeffed above, in case it was encapsulated. */
|
442
|
3474 fprintf (stderr,
|
|
3475 "Fatal error: recursive assertion failure, "
|
|
3476 "file %s, line %d, %s\n",
|
|
3477 file, line, expr);
|
|
3478 fprintf (stderr,
|
|
3479 "Original assertion failure: file %s, line %d, %s\n",
|
|
3480 assert_failed_file, assert_failed_line, assert_failed_expr);
|
|
3481 }
|
|
3482 else
|
|
3483 {
|
|
3484 assert_failed_file = file;
|
|
3485 assert_failed_line = line;
|
|
3486 assert_failed_expr = expr;
|
|
3487
|
771
|
3488 stderr_out ("\nFatal error: assertion failed, file %s, line %d, %s\n",
|
|
3489 file, line, expr);
|
442
|
3490 }
|
|
3491
|
771
|
3492 /* Enable the following if you want a breakpoint right away to the
|
|
3493 debugger, without the whole shutdown processing first. This can be
|
|
3494 useful if you're afraid the shutdown processing will modify state that
|
|
3495 you're trying to debug (generally fairly unlikely); but you then don't
|
|
3496 get the auto-save behavior, which may be extremely important if you
|
|
3497 were in the middle of doing something */
|
|
3498 /* debugging_breakpoint (); */
|
442
|
3499 #if !defined (ASSERTIONS_DONT_ABORT)
|
771
|
3500 #ifdef _MSC_VER
|
|
3501 /* Calling abort() directly just seems to exit, in a way we can't
|
|
3502 trap. (#### The docs say it does raise(SIGABRT), which we should be
|
|
3503 able to trap. Perhaps we're messing up somewhere? Or perhaps MS is
|
|
3504 messed up.)
|
|
3505
|
|
3506 So, instead we cause an exception and enter into the structured
|
|
3507 exception-handling mechanism, which is just like what happens when a
|
|
3508 GPF occurs, and is cleaner anyway. (If we entered into one of the
|
|
3509 signal handlers, a crash in there would enter anyway into the
|
|
3510 structured exception stuff, and you'd get some weird mixture. Cleaner
|
|
3511 to keep it all in the expected way.)
|
|
3512 */
|
|
3513 /* Either of the following work in terms of causing an exception. The
|
|
3514 second one looks cleaner but you get an odd message about "Unknown
|
|
3515 software exception ..." without the obvious "OK to terminate", "Cancel
|
|
3516 to debug"; instead, you just get OK/Cancel, which in fact do those
|
|
3517 same things. */
|
|
3518 * ((int *) 0) = 666;
|
|
3519 /* RaiseException (STATUS_ASSERTION_FAILURE, EXCEPTION_NONCONTINUABLE, 0,
|
|
3520 0); */
|
|
3521 #else
|
|
3522 really_abort ();
|
|
3523 #endif /* _MSC_VER */
|
|
3524 #endif /* !defined (ASSERTIONS_DONT_ABORT) */
|
|
3525 inhibit_non_essential_printing_operations = 0;
|
442
|
3526 in_assert_failed = 0;
|
428
|
3527 }
|
|
3528 #endif /* USE_ASSERTIONS */
|
|
3529
|
771
|
3530 /* -------------------------------------- */
|
|
3531 /* low-memory notification */
|
|
3532 /* -------------------------------------- */
|
|
3533
|
|
3534 #ifdef SIGDANGER
|
|
3535
|
|
3536 /* Handler for SIGDANGER. */
|
|
3537 SIGTYPE
|
|
3538 memory_warning_signal (int sig)
|
|
3539 {
|
|
3540 /* #### bad bad bad; this function shouldn't do anything except
|
|
3541 set a flag, or weird corruption could happen. */
|
|
3542 EMACS_SIGNAL (sig, memory_warning_signal);
|
|
3543
|
|
3544 malloc_warning
|
|
3545 (GETTEXT ("Operating system warns that virtual memory is running low.\n"));
|
|
3546
|
|
3547 /* It might be unsafe to call do_auto_save now. */
|
|
3548 force_auto_save_soon ();
|
|
3549 }
|
|
3550 #endif /* SIGDANGER */
|
|
3551
|
|
3552
|
|
3553 /************************************************************************/
|
|
3554 /* Miscellaneous */
|
|
3555 /************************************************************************/
|
|
3556
|
|
3557 DEFUN ("noninteractive", Fnoninteractive, 0, 0, 0, /*
|
|
3558 Non-nil return value means XEmacs is running without interactive terminal.
|
528
|
3559 */
|
771
|
3560 ())
|
528
|
3561 {
|
771
|
3562 return noninteractive ? Qt : Qnil;
|
528
|
3563 }
|
|
3564
|
428
|
3565 #ifdef QUANTIFY
|
|
3566 DEFUN ("quantify-start-recording-data", Fquantify_start_recording_data,
|
|
3567 0, 0, "", /*
|
|
3568 Start recording Quantify data.
|
|
3569 */
|
|
3570 ())
|
|
3571 {
|
|
3572 quantify_start_recording_data ();
|
|
3573 return Qnil;
|
|
3574 }
|
|
3575
|
|
3576 DEFUN ("quantify-stop-recording-data", Fquantify_stop_recording_data,
|
|
3577 0, 0, "", /*
|
|
3578 Stop recording Quantify data.
|
|
3579 */
|
|
3580 ())
|
|
3581 {
|
|
3582 quantify_stop_recording_data ();
|
|
3583 return Qnil;
|
|
3584 }
|
|
3585
|
|
3586 DEFUN ("quantify-clear-data", Fquantify_clear_data, 0, 0, "", /*
|
|
3587 Clear all Quantify data.
|
|
3588 */
|
|
3589 ())
|
|
3590 {
|
|
3591 quantify_clear_data ();
|
|
3592 return Qnil;
|
|
3593 }
|
|
3594 #endif /* QUANTIFY */
|
|
3595
|
|
3596 void
|
|
3597 syms_of_emacs (void)
|
|
3598 {
|
|
3599 #ifndef CANNOT_DUMP
|
|
3600 DEFSUBR (Fdump_emacs);
|
|
3601 #endif /* !CANNOT_DUMP */
|
|
3602
|
|
3603 DEFSUBR (Frun_emacs_from_temacs);
|
|
3604 DEFSUBR (Frunning_temacs_p);
|
|
3605 DEFSUBR (Finvocation_name);
|
|
3606 DEFSUBR (Finvocation_directory);
|
|
3607 DEFSUBR (Fkill_emacs);
|
|
3608 DEFSUBR (Fnoninteractive);
|
|
3609
|
528
|
3610 #ifdef DEBUG_XEMACS
|
|
3611 DEFSUBR (Fforce_debugging_signal);
|
|
3612 #endif
|
|
3613
|
428
|
3614 #ifdef QUANTIFY
|
|
3615 DEFSUBR (Fquantify_start_recording_data);
|
|
3616 DEFSUBR (Fquantify_stop_recording_data);
|
|
3617 DEFSUBR (Fquantify_clear_data);
|
|
3618 #endif /* QUANTIFY */
|
|
3619
|
563
|
3620 DEFSYMBOL (Qkill_emacs_hook);
|
|
3621 DEFSYMBOL (Qsave_buffers_kill_emacs);
|
428
|
3622 }
|
|
3623
|
|
3624 void
|
|
3625 vars_of_emacs (void)
|
|
3626 {
|
|
3627 DEFVAR_BOOL ("suppress-early-error-handler-backtrace",
|
|
3628 &suppress_early_error_handler_backtrace /*
|
|
3629 Non-nil means early error handler shouldn't print a backtrace.
|
|
3630 */ );
|
|
3631
|
|
3632 DEFVAR_LISP ("command-line-args", &Vcommand_line_args /*
|
|
3633 Args passed by shell to XEmacs, as a list of strings.
|
|
3634 */ );
|
|
3635
|
|
3636 DEFVAR_LISP ("invocation-name", &Vinvocation_name /*
|
|
3637 The program name that was used to run XEmacs.
|
|
3638 Any directory names are omitted.
|
|
3639 */ );
|
|
3640
|
|
3641 DEFVAR_LISP ("invocation-directory", &Vinvocation_directory /*
|
|
3642 The directory in which the XEmacs executable was found, to run it.
|
|
3643 The value is simply the program name if that directory's name is not known.
|
|
3644 */ );
|
|
3645
|
|
3646 DEFVAR_LISP ("invocation-path", &Vinvocation_path /*
|
|
3647 The path in which the XEmacs executable was found, to run it.
|
|
3648 The value is simply the value of environment variable PATH on startup
|
|
3649 if XEmacs was found there.
|
|
3650 */ );
|
|
3651
|
|
3652 #if 0 /* FSFmacs */
|
|
3653 xxDEFVAR_LISP ("installation-directory", &Vinstallation_directory,
|
|
3654 "A directory within which to look for the `lib-src' and `etc' directories.\n"
|
|
3655 "This is non-nil when we can't find those directories in their standard\n"
|
|
3656 "installed locations, but we can find them\n"
|
|
3657 "near where the XEmacs executable was found.");
|
|
3658 #endif
|
|
3659
|
|
3660 DEFVAR_LISP ("system-type", &Vsystem_type /*
|
|
3661 Symbol indicating type of operating system you are using.
|
|
3662 */ );
|
|
3663 Vsystem_type = intern (SYSTEM_TYPE);
|
771
|
3664 Fprovide (Vsystem_type);
|
428
|
3665
|
|
3666 #ifndef EMACS_CONFIGURATION
|
|
3667 # define EMACS_CONFIGURATION "UNKNOWN"
|
|
3668 #endif
|
|
3669 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /*
|
|
3670 String naming the configuration XEmacs was built for.
|
|
3671 */ );
|
|
3672 Vsystem_configuration = build_string (EMACS_CONFIGURATION);
|
|
3673
|
|
3674 #ifndef EMACS_CONFIG_OPTIONS
|
|
3675 # define EMACS_CONFIG_OPTIONS "UNKNOWN"
|
|
3676 #endif
|
|
3677 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options /*
|
|
3678 String containing the configuration options XEmacs was built with.
|
|
3679 */ );
|
|
3680 Vsystem_configuration_options = build_string (EMACS_CONFIG_OPTIONS);
|
|
3681
|
|
3682 DEFVAR_LISP ("emacs-major-version", &Vemacs_major_version /*
|
|
3683 Major version number of this version of Emacs, as an integer.
|
|
3684 Warning: this variable did not exist in Emacs versions earlier than:
|
|
3685 FSF Emacs: 19.23
|
|
3686 XEmacs: 19.10
|
|
3687 */ );
|
|
3688 Vemacs_major_version = make_int (EMACS_MAJOR_VERSION);
|
|
3689
|
|
3690 DEFVAR_LISP ("emacs-minor-version", &Vemacs_minor_version /*
|
|
3691 Minor version number of this version of Emacs, as an integer.
|
|
3692 Warning: this variable did not exist in Emacs versions earlier than:
|
|
3693 FSF Emacs: 19.23
|
|
3694 XEmacs: 19.10
|
|
3695 */ );
|
|
3696 Vemacs_minor_version = make_int (EMACS_MINOR_VERSION);
|
|
3697
|
|
3698 DEFVAR_LISP ("emacs-patch-level", &Vemacs_patch_level /*
|
|
3699 The patch level of this version of Emacs, as an integer.
|
|
3700 The value is non-nil if this version of XEmacs is part of a series of
|
|
3701 stable XEmacsen, but has bug fixes applied.
|
|
3702 Warning: this variable does not exist in FSF Emacs or in XEmacs versions
|
|
3703 earlier than 21.1.1
|
|
3704 */ );
|
|
3705 #ifdef EMACS_PATCH_LEVEL
|
|
3706 Vemacs_patch_level = make_int (EMACS_PATCH_LEVEL);
|
|
3707 #else
|
|
3708 Vemacs_patch_level = Qnil;
|
|
3709 #endif
|
|
3710
|
|
3711 DEFVAR_LISP ("emacs-beta-version", &Vemacs_beta_version /*
|
|
3712 Beta number of this version of Emacs, as an integer.
|
|
3713 The value is nil if this is an officially released version of XEmacs.
|
|
3714 Warning: this variable does not exist in FSF Emacs or in XEmacs versions
|
|
3715 earlier than 20.3.
|
|
3716 */ );
|
|
3717 #ifdef EMACS_BETA_VERSION
|
|
3718 Vemacs_beta_version = make_int (EMACS_BETA_VERSION);
|
|
3719 #else
|
|
3720 Vemacs_beta_version = Qnil;
|
|
3721 #endif
|
|
3722
|
|
3723 #ifdef INFODOCK
|
|
3724 DEFVAR_LISP ("infodock-major-version", &Vinfodock_major_version /*
|
|
3725 Major version number of this InfoDock release.
|
|
3726 */ );
|
|
3727 Vinfodock_major_version = make_int (INFODOCK_MAJOR_VERSION);
|
|
3728
|
|
3729 DEFVAR_LISP ("infodock-minor-version", &Vinfodock_minor_version /*
|
|
3730 Minor version number of this InfoDock release.
|
|
3731 */ );
|
|
3732 Vinfodock_minor_version = make_int (INFODOCK_MINOR_VERSION);
|
|
3733
|
|
3734 DEFVAR_LISP ("infodock-build-version", &Vinfodock_build_version /*
|
|
3735 Build version of this InfoDock release.
|
|
3736 */ );
|
|
3737 Vinfodock_build_version = make_int (INFODOCK_BUILD_VERSION);
|
|
3738 #endif
|
|
3739
|
|
3740 DEFVAR_LISP ("xemacs-codename", &Vxemacs_codename /*
|
|
3741 Codename of this version of Emacs (a string).
|
|
3742 */ );
|
|
3743 #ifndef XEMACS_CODENAME
|
|
3744 #define XEMACS_CODENAME "Noname"
|
|
3745 #endif
|
|
3746 Vxemacs_codename = build_string (XEMACS_CODENAME);
|
|
3747
|
442
|
3748 /* Lisp variables which contain command line flags.
|
|
3749
|
|
3750 The portable dumper stomps on these; they must be saved and restored
|
|
3751 if they are processed before the call to pdump_load() in main_1().
|
|
3752 */
|
428
|
3753 DEFVAR_BOOL ("noninteractive", &noninteractive1 /*
|
|
3754 Non-nil means XEmacs is running without interactive terminal.
|
|
3755 */ );
|
|
3756
|
|
3757 DEFVAR_BOOL ("inhibit-early-packages", &inhibit_early_packages /*
|
|
3758 Set to non-nil when the early packages should not be respected at startup.
|
|
3759 */ );
|
|
3760
|
|
3761 DEFVAR_BOOL ("inhibit-autoloads", &inhibit_autoloads /*
|
|
3762 Set to non-nil when autoloads should not be loaded at startup.
|
|
3763 */ );
|
|
3764
|
|
3765 DEFVAR_BOOL ("debug-paths", &debug_paths /*
|
|
3766 Set to non-nil when debug information about paths should be printed.
|
|
3767 */ );
|
|
3768
|
|
3769 DEFVAR_BOOL ("inhibit-site-lisp", &inhibit_site_lisp /*
|
|
3770 Set to non-nil when the site-lisp should not be searched at startup.
|
|
3771 */ );
|
|
3772 #ifdef INHIBIT_SITE_LISP
|
|
3773 inhibit_site_lisp = 1;
|
|
3774 #endif
|
|
3775
|
|
3776 DEFVAR_BOOL ("inhibit-site-modules", &inhibit_site_modules /*
|
|
3777 Set to non-nil when site-modules should not be searched at startup.
|
|
3778 */ );
|
|
3779 #ifdef INHIBIT_SITE_MODULES
|
|
3780 inhibit_site_modules = 1;
|
|
3781 #endif
|
|
3782
|
|
3783 DEFVAR_INT ("emacs-priority", &emacs_priority /*
|
|
3784 Priority for XEmacs to run at.
|
|
3785 This value is effective only if set before XEmacs is dumped,
|
|
3786 and only if the XEmacs executable is installed with setuid to permit
|
|
3787 it to change priority. (XEmacs sets its uid back to the real uid.)
|
|
3788 Currently, you need to define SET_EMACS_PRIORITY in `config.h'
|
|
3789 before you compile XEmacs, to enable the code for this feature.
|
|
3790 */ );
|
|
3791 emacs_priority = 0;
|
|
3792
|
|
3793 DEFVAR_CONST_LISP ("internal-error-checking", &Vinternal_error_checking /*
|
|
3794 Internal error checking built-in into this instance of XEmacs.
|
|
3795 This is a list of symbols, initialized at build-time. Legal symbols
|
|
3796 are:
|
|
3797
|
|
3798 extents - check extents prior to each extent change;
|
|
3799 typecheck - check types strictly, aborting in case of error;
|
|
3800 malloc - check operation of malloc;
|
|
3801 gc - check garbage collection;
|
665
|
3802 charbpos - check buffer positions.
|
442
|
3803
|
|
3804 quick-build - user has requested the "quick-build" configure option.
|
428
|
3805 */ );
|
|
3806 Vinternal_error_checking = Qnil;
|
|
3807 #ifdef ERROR_CHECK_EXTENTS
|
|
3808 Vinternal_error_checking = Fcons (intern ("extents"),
|
|
3809 Vinternal_error_checking);
|
|
3810 #endif
|
|
3811 #ifdef ERROR_CHECK_TYPECHECK
|
|
3812 Vinternal_error_checking = Fcons (intern ("typecheck"),
|
|
3813 Vinternal_error_checking);
|
|
3814 #endif
|
|
3815 #ifdef ERROR_CHECK_MALLOC
|
|
3816 Vinternal_error_checking = Fcons (intern ("malloc"),
|
|
3817 Vinternal_error_checking);
|
|
3818 #endif
|
|
3819 #ifdef ERROR_CHECK_GC
|
|
3820 Vinternal_error_checking = Fcons (intern ("gc"),
|
|
3821 Vinternal_error_checking);
|
|
3822 #endif
|
665
|
3823 #ifdef ERROR_CHECK_CHARBPOS
|
|
3824 Vinternal_error_checking = Fcons (intern ("charbpos"),
|
428
|
3825 Vinternal_error_checking);
|
|
3826 #endif
|
442
|
3827 #ifdef QUICK_BUILD
|
|
3828 Vinternal_error_checking = Fcons (intern ("quick-build"),
|
|
3829 Vinternal_error_checking);
|
|
3830 #endif
|
428
|
3831
|
438
|
3832 DEFVAR_CONST_LISP ("mail-lock-methods", &Vmail_lock_methods /*
|
|
3833 Mail spool locking methods supported by this instance of XEmacs.
|
|
3834 This is a list of symbols. Each of the symbols is one of the
|
|
3835 following: dot, lockf, flock, locking, mmdf.
|
|
3836 */ );
|
|
3837 {
|
|
3838 Vmail_lock_methods = Qnil;
|
|
3839 Vmail_lock_methods = Fcons (intern ("dot"), Vmail_lock_methods);
|
|
3840 #ifdef HAVE_LOCKF
|
|
3841 Vmail_lock_methods = Fcons (intern ("lockf"), Vmail_lock_methods);
|
|
3842 #endif
|
|
3843 #ifdef HAVE_FLOCK
|
|
3844 Vmail_lock_methods = Fcons (intern ("flock"), Vmail_lock_methods);
|
|
3845 #endif
|
|
3846 #ifdef HAVE_MMDF
|
|
3847 Vmail_lock_methods = Fcons (intern ("mmdf"), Vmail_lock_methods);
|
|
3848 #endif
|
|
3849 #ifdef HAVE_LOCKING
|
|
3850 Vmail_lock_methods = Fcons (intern ("locking"), Vmail_lock_methods);
|
|
3851 #endif
|
|
3852 }
|
442
|
3853
|
438
|
3854 DEFVAR_CONST_LISP ("configure-mail-lock-method", &Vconfigure_mail_lock_method /*
|
|
3855 Mail spool locking method suggested by configure. This is one
|
|
3856 of the symbols in MAIL-LOCK-METHODS.
|
|
3857 */ );
|
|
3858 {
|
|
3859 #if defined(MAIL_LOCK_FLOCK) && defined(HAVE_FLOCK)
|
771
|
3860 Vconfigure_mail_lock_method = intern ("flock");
|
438
|
3861 #elif defined(MAIL_LOCK_LOCKF) && defined(HAVE_LOCKF)
|
771
|
3862 Vconfigure_mail_lock_method = intern ("lockf");
|
438
|
3863 #elif defined(MAIL_LOCK_MMDF) && defined(HAVE_MMDF)
|
771
|
3864 Vconfigure_mail_lock_method = intern ("mmdf");
|
438
|
3865 #elif defined(MAIL_LOCK_LOCKING) && defined(HAVE_LOCKING)
|
771
|
3866 Vconfigure_mail_lock_method = intern ("locking");
|
438
|
3867 #else
|
771
|
3868 Vconfigure_mail_lock_method = intern ("dot");
|
438
|
3869 #endif
|
|
3870 }
|
428
|
3871 }
|
|
3872
|
|
3873 void
|
|
3874 complex_vars_of_emacs (void)
|
|
3875 {
|
|
3876 /* This is all related to path searching. */
|
|
3877
|
|
3878 DEFVAR_LISP ("emacs-program-name", &Vemacs_program_name /*
|
|
3879 *Name of the Emacs variant.
|
|
3880 For example, this may be \"xemacs\" or \"infodock\".
|
|
3881 This is mainly meant for use in path searching.
|
|
3882 */ );
|
771
|
3883 Vemacs_program_name = build_ext_string (PATH_PROGNAME, Qfile_name);
|
428
|
3884
|
|
3885 DEFVAR_LISP ("emacs-program-version", &Vemacs_program_version /*
|
|
3886 *Version of the Emacs variant.
|
444
|
3887 This typically has the form NN.NN-bNN.
|
428
|
3888 This is mainly meant for use in path searching.
|
|
3889 */ );
|
771
|
3890 Vemacs_program_version = build_ext_string (PATH_VERSION, Qfile_name);
|
428
|
3891
|
|
3892 DEFVAR_LISP ("exec-path", &Vexec_path /*
|
|
3893 *List of directories to search programs to run in subprocesses.
|
|
3894 Each element is a string (directory name) or nil (try default directory).
|
|
3895 */ );
|
|
3896 Vexec_path = Qnil;
|
|
3897
|
|
3898 DEFVAR_LISP ("exec-directory", &Vexec_directory /*
|
|
3899 *Directory of architecture-dependent files that come with XEmacs,
|
|
3900 especially executable programs intended for XEmacs to invoke.
|
|
3901 */ );
|
|
3902 Vexec_directory = Qnil;
|
|
3903
|
|
3904 DEFVAR_LISP ("configure-exec-directory", &Vconfigure_exec_directory /*
|
|
3905 For internal use by the build procedure only.
|
444
|
3906 configure's idea of what `exec-directory' will be.
|
428
|
3907 */ );
|
|
3908 #ifdef PATH_EXEC
|
|
3909 Vconfigure_exec_directory = Ffile_name_as_directory
|
771
|
3910 (build_ext_string (PATH_EXEC, Qfile_name));
|
428
|
3911 #else
|
|
3912 Vconfigure_exec_directory = Qnil;
|
|
3913 #endif
|
|
3914
|
|
3915 DEFVAR_LISP ("lisp-directory", &Vlisp_directory /*
|
|
3916 *Directory of core Lisp files that come with XEmacs.
|
|
3917 */ );
|
|
3918 Vlisp_directory = Qnil;
|
|
3919
|
|
3920 DEFVAR_LISP ("configure-lisp-directory", &Vconfigure_lisp_directory /*
|
|
3921 For internal use by the build procedure only.
|
444
|
3922 configure's idea of what `lisp-directory' will be.
|
428
|
3923 */ );
|
|
3924 #ifdef PATH_LOADSEARCH
|
|
3925 Vconfigure_lisp_directory = Ffile_name_as_directory
|
771
|
3926 (build_ext_string (PATH_LOADSEARCH, Qfile_name));
|
428
|
3927 #else
|
|
3928 Vconfigure_lisp_directory = Qnil;
|
|
3929 #endif
|
|
3930
|
460
|
3931 DEFVAR_LISP ("mule-lisp-directory", &Vmule_lisp_directory /*
|
|
3932 *Directory of Mule Lisp files that come with XEmacs.
|
|
3933 */ );
|
|
3934 Vmule_lisp_directory = Qnil;
|
|
3935
|
|
3936 DEFVAR_LISP ("configure-mule-lisp-directory", &Vconfigure_mule_lisp_directory /*
|
|
3937 For internal use by the build procedure only.
|
|
3938 configure's idea of what `mule-lisp-directory' will be.
|
|
3939 */ );
|
|
3940 #ifdef PATH_MULELOADSEARCH
|
|
3941 Vconfigure_mule_lisp_directory = Ffile_name_as_directory
|
|
3942 (build_string ((char *) PATH_MULELOADSEARCH));
|
|
3943 #else
|
|
3944 Vconfigure_mule_lisp_directory = Qnil;
|
|
3945 #endif
|
|
3946
|
428
|
3947 DEFVAR_LISP ("module-directory", &Vmodule_directory /*
|
|
3948 *Directory of core dynamic modules that come with XEmacs.
|
|
3949 */ );
|
|
3950 Vmodule_directory = Qnil;
|
|
3951
|
|
3952 DEFVAR_LISP ("configure-module-directory", &Vconfigure_module_directory /*
|
|
3953 For internal use by the build procedure only.
|
444
|
3954 configure's idea of what `module-directory' will be.
|
428
|
3955 */ );
|
|
3956 #ifdef PATH_MODULESEARCH
|
|
3957 Vconfigure_module_directory = Ffile_name_as_directory
|
771
|
3958 (build_ext_string (PATH_MODULESEARCH, Qfile_name));
|
428
|
3959 #else
|
|
3960 Vconfigure_module_directory = Qnil;
|
|
3961 #endif
|
|
3962
|
|
3963 DEFVAR_LISP ("configure-package-path", &Vconfigure_package_path /*
|
|
3964 For internal use by the build procedure only.
|
|
3965 configure's idea of what the package path will be.
|
|
3966 */ );
|
|
3967 #ifdef PATH_PACKAGEPATH
|
771
|
3968 Vconfigure_package_path = split_external_path (PATH_PACKAGEPATH);
|
428
|
3969 #else
|
|
3970 Vconfigure_package_path = Qnil;
|
|
3971 #endif
|
|
3972
|
|
3973 DEFVAR_LISP ("data-directory", &Vdata_directory /*
|
|
3974 *Directory of architecture-independent files that come with XEmacs,
|
|
3975 intended for XEmacs to use.
|
|
3976 Use of this variable in new code is almost never correct. See the
|
442
|
3977 functions `locate-data-file' and `locate-data-directory' and the variable
|
|
3978 `data-directory-list'.
|
428
|
3979 */ );
|
|
3980 Vdata_directory = Qnil;
|
|
3981
|
|
3982 DEFVAR_LISP ("configure-data-directory", &Vconfigure_data_directory /*
|
|
3983 For internal use by the build procedure only.
|
444
|
3984 configure's idea of what `data-directory' will be.
|
428
|
3985 */ );
|
|
3986 #ifdef PATH_DATA
|
|
3987 Vconfigure_data_directory = Ffile_name_as_directory
|
771
|
3988 (build_ext_string (PATH_DATA, Qfile_name));
|
428
|
3989 #else
|
|
3990 Vconfigure_data_directory = Qnil;
|
|
3991 #endif
|
|
3992
|
|
3993 DEFVAR_LISP ("data-directory-list", &Vdata_directory_list /*
|
|
3994 *List of directories of architecture-independent files that come with XEmacs
|
|
3995 or were installed as packages, and are intended for XEmacs to use.
|
|
3996 */ );
|
|
3997 Vdata_directory_list = Qnil;
|
|
3998
|
|
3999 DEFVAR_LISP ("site-directory", &Vsite_directory /*
|
|
4000 *Directory of site-specific Lisp files that come with XEmacs.
|
|
4001 */ );
|
|
4002 Vsite_directory = Qnil;
|
|
4003
|
|
4004 DEFVAR_LISP ("configure-site-directory", &Vconfigure_site_directory /*
|
|
4005 For internal use by the build procedure only.
|
444
|
4006 configure's idea of what `site-directory' will be.
|
428
|
4007 */ );
|
|
4008 #ifdef PATH_SITE
|
|
4009 Vconfigure_site_directory = Ffile_name_as_directory
|
771
|
4010 (build_ext_string (PATH_SITE, Qfile_name));
|
428
|
4011 #else
|
|
4012 Vconfigure_site_directory = Qnil;
|
|
4013 #endif
|
|
4014
|
|
4015 DEFVAR_LISP ("site-module-directory", &Vsite_module_directory /*
|
|
4016 *Directory of site-specific loadable modules that come with XEmacs.
|
|
4017 */ );
|
|
4018 Vsite_module_directory = Qnil;
|
|
4019
|
|
4020 DEFVAR_LISP ("configure-site-module-directory", &Vconfigure_site_module_directory /*
|
|
4021 For internal use by the build procedure only.
|
444
|
4022 configure's idea of what `site-directory' will be.
|
428
|
4023 */ );
|
|
4024 #ifdef PATH_SITE_MODULES
|
|
4025 Vconfigure_site_module_directory = Ffile_name_as_directory
|
771
|
4026 (build_ext_string (PATH_SITE_MODULES, Qfile_name));
|
428
|
4027 #else
|
|
4028 Vconfigure_site_module_directory = Qnil;
|
|
4029 #endif
|
|
4030
|
|
4031 DEFVAR_LISP ("doc-directory", &Vdoc_directory /*
|
|
4032 *Directory containing the DOC file that comes with XEmacs.
|
444
|
4033 This is usually the same as `exec-directory'.
|
428
|
4034 */ );
|
|
4035 Vdoc_directory = Qnil;
|
|
4036
|
|
4037 DEFVAR_LISP ("configure-doc-directory", &Vconfigure_doc_directory /*
|
|
4038 For internal use by the build procedure only.
|
444
|
4039 configure's idea of what `doc-directory' will be.
|
428
|
4040 */ );
|
|
4041 #ifdef PATH_DOC
|
|
4042 Vconfigure_doc_directory = Ffile_name_as_directory
|
771
|
4043 (build_ext_string (PATH_DOC, Qfile_name));
|
428
|
4044 #else
|
|
4045 Vconfigure_doc_directory = Qnil;
|
|
4046 #endif
|
|
4047
|
|
4048 DEFVAR_LISP ("configure-exec-prefix-directory", &Vconfigure_exec_prefix_directory /*
|
|
4049 For internal use by the build procedure only.
|
444
|
4050 configure's idea of what `exec-prefix-directory' will be.
|
428
|
4051 */ );
|
|
4052 #ifdef PATH_EXEC_PREFIX
|
|
4053 Vconfigure_exec_prefix_directory = Ffile_name_as_directory
|
771
|
4054 (build_ext_string (PATH_EXEC_PREFIX, Qfile_name));
|
428
|
4055 #else
|
|
4056 Vconfigure_exec_prefix_directory = Qnil;
|
|
4057 #endif
|
|
4058
|
|
4059 DEFVAR_LISP ("configure-prefix-directory", &Vconfigure_prefix_directory /*
|
|
4060 For internal use by the build procedure only.
|
444
|
4061 configure's idea of what `prefix-directory' will be.
|
428
|
4062 */ );
|
|
4063 #ifdef PATH_PREFIX
|
|
4064 Vconfigure_prefix_directory = Ffile_name_as_directory
|
771
|
4065 (build_ext_string (PATH_PREFIX, Qfile_name));
|
428
|
4066 #else
|
|
4067 Vconfigure_prefix_directory = Qnil;
|
|
4068 #endif
|
|
4069
|
|
4070 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory /*
|
|
4071 For internal use by the build procedure only.
|
|
4072 This is the name of the directory in which the build procedure installed
|
|
4073 Emacs's info files; the default value for Info-default-directory-list
|
|
4074 includes this.
|
|
4075 */ );
|
|
4076 #ifdef PATH_INFO
|
|
4077 Vconfigure_info_directory =
|
771
|
4078 Ffile_name_as_directory (build_ext_string (PATH_INFO, Qfile_name));
|
428
|
4079 #else
|
|
4080 Vconfigure_info_directory = Qnil;
|
|
4081 #endif
|
|
4082
|
|
4083 DEFVAR_LISP ("configure-info-path", &Vconfigure_info_path /*
|
|
4084 The configured initial path for info documentation.
|
|
4085 */ );
|
|
4086 #ifdef PATH_INFOPATH
|
771
|
4087 Vconfigure_info_path = split_external_path (PATH_INFOPATH);
|
428
|
4088 #else
|
|
4089 Vconfigure_info_path = Qnil;
|
|
4090 #endif
|
|
4091 }
|
|
4092
|
|
4093 #if defined(__sgi) && !defined(PDUMP)
|
|
4094 /* This is so tremendously ugly I'd puke. But then, it works.
|
|
4095 * The target is to override the static constructor from the
|
442
|
4096 * libiflPNG.so library which is masquerading as libz, and
|
428
|
4097 * cores on us when re-started from the dumped executable.
|
|
4098 * This will have to go for 21.1 -- OG.
|
|
4099 */
|
446
|
4100 void __sti__iflPNGFile_c___ (void);
|
|
4101 void
|
|
4102 __sti__iflPNGFile_c___ (void)
|
428
|
4103 {
|
|
4104 }
|
|
4105
|
|
4106 #endif
|
771
|
4107
|
|
4108 #undef abort /* Get access to the real version of abort. We put this all
|
|
4109 the way at the end to make sure that all calls to abort()
|
|
4110 anywhere in the above code go through assert_failed(). */
|
|
4111
|
|
4112 void
|
|
4113 really_abort (void)
|
|
4114 {
|
|
4115 abort ();
|
|
4116 }
|