Mercurial > hg > xemacs-beta
annotate src/emacs.c @ 5814:a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
<CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 07 Oct 2014 21:16:10 -0600 |
parents | 1a507c4c6c42 |
children | 4d7032d36975 |
rev | line source |
---|---|
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. | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
5 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2010 Ben Wing. |
428 | 6 |
7 This file is part of XEmacs. | |
8 | |
5405
2aa9cd456ae7
Move src/ to GPLv3.
Mike Sperber <sperber@deinprogramm.de>
parents:
5255
diff
changeset
|
9 XEmacs is free software: you can redistribute it and/or modify it |
428 | 10 under the terms of the GNU General Public License as published by the |
5405
2aa9cd456ae7
Move src/ to GPLv3.
Mike Sperber <sperber@deinprogramm.de>
parents:
5255
diff
changeset
|
11 Free Software Foundation, either version 3 of the License, or (at your |
2aa9cd456ae7
Move src/ to GPLv3.
Mike Sperber <sperber@deinprogramm.de>
parents:
5255
diff
changeset
|
12 option) any later version. |
428 | 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 | |
5405
2aa9cd456ae7
Move src/ to GPLv3.
Mike Sperber <sperber@deinprogramm.de>
parents:
5255
diff
changeset
|
20 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
428 | 21 |
22 /* Synched up with: Mule 2.0, FSF 19.28. */ | |
23 | |
2367 | 24 /* This file has been Mule-ized, Ben Wing, 10-7-04. */ |
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 | |
2517 | 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 released February 5, 1993. This was a repackaging of 19.4 with a | |
43 few bug fixes and shipped with Energize 2.0. It was a trade-show giveaway | |
44 and never released to the net. | |
45 Version 19.6 released April 9, 1993. | |
46 Version 19.7 was a repackaging of 19.6 with a few bug fixes and | |
442 | 47 shipped with Energize 2.1. Never released to the net. |
2517 | 48 Version 19.8 released September 6, 1993. (Epoch merger, preliminary I18N |
49 support) | |
50 Version 19.9 released January 12, 1994. (Scrollbars, Athena.) | |
51 Version 19.10 released May 27, 1994. Known as "Lucid Emacs" when | |
52 shipped by Lucid, and as "XEmacs" when shipped by Sun; but Lucid | |
53 went out of business a few days later and it's unclear very many | |
54 copies of 19.10 were released by Lucid. (Last release by Jamie Zawinski.) | |
55 Version 19.11 (first XEmacs) released September 13, 1994. | |
56 Version 19.12 released June 23, 1995. | |
57 Version 19.13 released September 1, 1995. | |
58 Version 19.14 released June 23, 1996. | |
59 Version 20.0 released February 9, 1997. | |
60 Version 19.15 released March 28, 1997. | |
61 Version 20.1 (not released to the net) April 15, 1997. | |
62 Version 20.2 released May 16, 1997. | |
63 Version 19.16 released October 31, 1997; retiring of v19 series. | |
64 Version 20.3 (the first stable version of XEmacs 20.x) released November 30, | |
65 1997. | |
66 Version 20.4 released February 28, 1998. (Jamie claims this version is the | |
67 "first reasonably stable release with MULE support" and says that "XEmacs | |
68 'core' and 'packages' now packaged separately.") | |
69 Version 21.0-pre5 released July 18, 1998. (Jamie says "Numbering scheme goes | |
70 wonky due to switch to stable + unstable branches.") | |
71 Version 21.0.60 released December 10, 1998. (The version naming scheme was | |
72 changed at this point: [a] the second version number is odd for stable | |
73 versions, even for beta versions; [b] a third version number is added, | |
74 replacing the "beta xxx" ending for beta versions and allowing for | |
75 periodic maintenance releases for stable versions. Therefore, 21.0 was | |
76 never "officially" released; similarly for 21.2, etc.) | |
77 Version 21.0.61 released January 4, 1999. | |
78 Version 21.0.63 released February 3, 1999. | |
79 Version 21.0.64 released March 1, 1999. | |
80 Version 21.0.65 released March 5, 1999. | |
81 Version 21.0.66 released March 12, 1999. | |
82 Version 21.0.67 released March 25, 1999. | |
83 Version 21.1.2 released May 14, 1999; on comp.emacs, May 28. (This is | |
788 | 84 the followup to 21.0.67. The second version number was bumped to indicate |
85 the beginning of the "stable" series.) | |
2517 | 86 Version 21.1.3 released June 26, 1999. |
87 Version 21.1.4 released July 8, 1999. | |
88 Version 21.1.6 released August 14, 1999. (There was no 21.1.5.) | |
89 Version 21.1.7 released September 26, 1999. | |
90 Version 21.1.8 released November 2, 1999. | |
91 Version 21.1.9 released February 13, 2000. | |
92 Version 21.1.10 released May 7, 2000. | |
93 Version 21.1.10a released June 24, 2000. | |
94 Version 21.1.11 released July 18, 2000. | |
95 Version 21.1.12 released August 5, 2000. | |
96 Version 21.1.13 released January 7, 2001. | |
97 Version 21.1.14 released January 27, 2001. | |
98 Version 21.2.9 released February 3, 1999. | |
99 Version 21.2.10 released February 5, 1999. | |
100 Version 21.2.11 released March 1, 1999. | |
101 Version 21.2.12 released March 5, 1999. | |
102 Version 21.2.13 released March 12, 1999. | |
103 Version 21.2.14 released May 14, 1999. | |
104 Version 21.2.15 released June 4, 1999. | |
105 Version 21.2.16 released June 11, 1999. | |
106 Version 21.2.17 released June 22, 1999. | |
107 Version 21.2.18 released July 14, 1999. | |
108 Version 21.2.19 released July 30, 1999. | |
109 Version 21.2.20 released November 10, 1999. | |
110 Version 21.2.21 released November 28, 1999. | |
111 Version 21.2.22 released November 29, 1999. | |
112 Version 21.2.23 released December 7, 1999. | |
113 Version 21.2.24 released December 14, 1999. | |
114 Version 21.2.25 released December 24, 1999. | |
115 Version 21.2.26 released December 31, 1999. | |
116 Version 21.2.27 released January 18, 2000. | |
117 Version 21.2.28 released February 7, 2000. | |
118 Version 21.2.29 released February 16, 2000. | |
119 Version 21.2.30 released February 21, 2000. | |
120 Version 21.2.31 released February 23, 2000. | |
121 Version 21.2.32 released March 20, 2000. | |
122 Version 21.2.33 released May 1, 2000. | |
123 Version 21.2.34 released May 28, 2000. | |
124 Version 21.2.35 released July 19, 2000. | |
125 Version 21.2.36 released October 4, 2000. | |
126 Version 21.2.37 released November 14, 2000. | |
127 Version 21.2.38 released December 5, 2000. | |
128 Version 21.2.39 released December 31, 2000. | |
129 Version 21.2.40 released January 8, 2001. | |
130 Version 21.2.41 "Polyhymnia" released January 17, 2001. | |
131 Version 21.2.42 "Poseidon" released January 20, 2001. | |
132 Version 21.2.43 "Terspichore" released January 26, 2001. | |
133 Version 21.2.44 "Thalia" released February 8, 2001. | |
134 Version 21.2.45 "Thelxepeia" released February 23, 2001. | |
135 Version 21.2.46 "Urania" released March 21, 2001. | |
136 Version 21.2.47 "Zephir" released April 14, 2001. | |
137 Version 21.4.0 "Solid Vapor" released April 16, 2001. | |
138 Version 21.4.1 "Copyleft" released April 19, 2001. | |
139 Version 21.4.2 "Developer-Friendly Unix APIs" released May 10, 2001. | |
140 Version 21.4.3 "Academic Rigor" released May 17, 2001. | |
141 Version 21.4.4 "Artificial Intelligence" released July 28, 2001. | |
142 Version 21.4.5 "Civil Service" released October 23, 2001. | |
143 Version 21.4.6 "Common Lisp" released December 17, 2001. | |
144 Version 21.4.7 "Economic Science" released May 4, 2002. | |
145 Version 21.4.8 "Honest Recruiter" released May 9, 2002. | |
146 Version 21.4.9 "Informed Management" released August 23, 2002. | |
147 Version 21.4.10 "Military Intelligence" released November 2, 2002. | |
148 Version 21.4.11 "Native Windows TTY Support" released January 3, 2003. | |
149 Version 21.4.12 "Portable Code" released January 15, 2003. | |
150 Version 21.4.13 "Rational FORTRAN" released May 25, 2003. | |
151 Version 21.4.14 "Reasonable Discussion" released September 3, 2003. | |
152 Version 21.4.15 "Security Through Obscurity" released February 2, 2004. | |
153 Version 21.5.0 "alfalfa" released April 18, 2001. | |
154 Version 21.5.1 "anise" released May 9, 2001. | |
155 Version 21.5.2 "artichoke" released July 28, 2001. | |
156 Version 21.5.3 "asparagus" released September 7, 2001. | |
157 Version 21.5.4 "bamboo" released January 8, 2002. | |
158 Version 21.5.5 "beets" released March 5, 2002. | |
159 Version 21.5.6 "bok choi" released April 5, 2002. | |
160 Version 21.5.7 "broccoflower" released July 2, 2002. | |
161 Version 21.5.8 "broccoli" released July 27, 2002. | |
162 Version 21.5.9 "brussels sprouts" released August 30, 2002. | |
163 Version 21.5.10 "burdock" released January 4, 2003. | |
164 Version 21.5.11 "cabbage" released February 16, 2003. | |
165 Version 21.5.12 "carrot" released April 24, 2003. | |
166 Version 21.5.13 "cauliflower" released May 10, 2003. | |
167 Version 21.5.14 "cassava" released June 1, 2003. | |
168 Version 21.5.15 "celery" released September 3, 2003. | |
169 Version 21.5.16 "celeriac" released September 26, 2003. | |
170 Version 21.5.17 "chayote" released March 22, 2004. | |
171 Version 21.5.18 "chestnut" released October 22, 2004. | |
442 | 172 |
173 | |
174 -- A time line for GNU Emacs version 19 is | |
175 | |
176 version 19.7 (beta) (first beta release) released ??????; prob. late May 1993. | |
177 version 19.8 (beta) released May 27, 1993. | |
178 version 19.9 (beta) released May 27, 1993. | |
179 version 19.10 (beta) released May 30, 1993. | |
180 version 19.11 (beta) released June 1, 1993. | |
181 version 19.12 (beta) released June 2, 1993. | |
182 version 19.13 (beta) released June 8, 1993. | |
183 version 19.14 (beta) released June 17, 1993. | |
184 version 19.15 (beta) released June 19, 1993. | |
185 version 19.16 (beta) released July 6, 1993. | |
186 version 19.17 (beta) released late July, 1993. | |
187 version 19.18 (beta) released August 9, 1993. | |
188 version 19.19 (beta) released August 15, 1993. | |
189 version 19.20 (beta) released November 17, 1993. | |
190 version 19.21 (beta) released November 17, 1993. | |
191 version 19.22 (beta) released November 28, 1993. | |
788 | 192 version 19.23 (beta) released on comp.emacs, May 17, 1994. |
442 | 193 version 19.24 (beta) released May 16, 1994. |
194 version 19.25 (beta) released June 3, 1994. | |
195 version 19.26 (beta) released September 11, 1994. | |
196 version 19.27 (beta) released September 14, 1994. | |
197 version 19.28 (first ``official'' release) released November 1, 1994. | |
198 version 19.29 released June 21, 1995. | |
199 version 19.30 released November 24, 1995. | |
200 version 19.31 released May 25, 1996. | |
201 version 19.32 released July 31, 1996. | |
202 version 19.33 released August 11, 1996. | |
788 | 203 version 19.34 released August 21, 1996; on comp.emacs, August 22. |
442 | 204 version 19.34b released September 6, 1996. |
205 | |
206 | |
788 | 207 -- A time line for GNU Emacs versions 20 and 21 is |
442 | 208 |
209 version 20.1 released September 17, 1997. | |
210 version 20.2 released September 20, 1997. | |
211 version 20.3 released August 19, 1998. | |
788 | 212 version 20.4 released July 12, 1999; on comp.emacs, July 27. |
213 version 21.1 released October 20, 2001. | |
2517 | 214 Version 21.2 released March 16, 2002. |
215 Version 21.3 released March 19, 2003. | |
442 | 216 |
217 | |
218 -- A time line for GNU Emacs version 18 and older is | |
219 | |
220 GNU Emacs version 15 (15.34) was released sometime in 1984 or 1985 and | |
221 shared some code with a version of Emacs written by James Gosling (the | |
222 same James Gosling who later created the Java language). | |
223 GNU Emacs version 16 (first released version was 16.56) was released on | |
224 July 15, 1985. All Gosling code was removed due to potential copyright | |
225 problems with the code. | |
226 version 16.57: released on September 16, 1985. | |
227 versions 16.58, 16.59: released on September 17, 1985. | |
228 version 16.60: released on September 19, 1985. These later version 16's | |
229 incorporated patches from the net, esp. for getting Emacs to work under | |
230 System V. | |
231 version 17.36 (first official v17 release) released on December 20, 1985. | |
232 Included a TeX-able user manual. First official unpatched version that | |
233 worked on vanilla System V machines. | |
234 version 17.43 (second official v17 release) released on January 25, 1986. | |
235 version 17.45 released on January 30, 1986. | |
236 version 17.46 released on February 4, 1986. | |
237 version 17.48 released on February 10, 1986. | |
238 version 17.49 released on February 12, 1986. | |
239 version 17.55 released on March 18, 1986. | |
240 version 17.57 released on March 27, 1986. | |
241 version 17.58 released on April 4, 1986. | |
242 version 17.61 released on April 12, 1986. | |
243 version 17.63 released on May 7, 1986. | |
244 version 17.64 released on May 12, 1986. | |
245 version 18.24 (a beta version) released on October 2, 1986. | |
246 version 18.30 (a beta version) released on November 15, 1986. | |
247 version 18.31 (a beta version) released on November 23, 1986. | |
248 version 18.32 (a beta version) released on December 7, 1986. | |
249 version 18.33 (a beta version) released on December 12, 1986. | |
250 version 18.35 (a beta version) released on January 5, 1987. | |
251 version 18.36 (a beta version) released on January 21, 1987. | |
252 January 27, 1987: The Great Usenet Renaming. net.emacs is now comp.emacs. | |
253 version 18.37 (a beta version) released on February 12, 1987. | |
254 version 18.38 (a beta version) released on March 3, 1987. | |
255 version 18.39 (a beta version) released on March 14, 1987. | |
256 version 18.40 (a beta version) released on March 18, 1987. | |
257 version 18.41 (the first ``official'' release) released on March 22, 1987. | |
258 version 18.45 released on June 2, 1987. | |
259 version 18.46 released on June 9, 1987. | |
260 version 18.47 released on June 18, 1987. | |
261 version 18.48 released on September 3, 1987. | |
262 version 18.49 released on September 18, 1987. | |
263 version 18.50 released on February 13, 1988. | |
264 version 18.51 released on May 7, 1988. | |
265 version 18.52 released on September 1, 1988. | |
266 version 18.53 released on February 24, 1989. | |
267 version 18.54 released on April 26, 1989. | |
268 version 18.55 released on August 23, 1989. This is the earliest version | |
269 that is still available by FTP. | |
270 version 18.56 released on January 17, 1991. | |
271 version 18.57 released late January, 1991. | |
272 version 18.58 released ?????. | |
273 version 18.59 released October 31, 1992. | |
274 | |
2517 | 275 |
276 -- A time line for Epoch is | |
277 | |
278 Epoch 1.0 released December 14, 1989. (by Simon Kaplan, Chris Love, et al.) | |
279 Epoch 2.0 released December 23, 1989. | |
280 Epoch 3.1 released February 6, 1990. | |
281 Epoch 3.2 released December[????] 11, 1990. | |
282 Epoch 4.0 released August 27, 1990. | |
283 | |
442 | 284 */ |
854 | 285 |
2367 | 286 /* Sources for further information: |
287 | |
288 ----------------------------------- | |
289 1. Using XEmacs, Programming Elisp: | |
290 ----------------------------------- | |
291 | |
292 ;;; -- the XEmacs User's Manual (Access using the online Info browser: | |
293 ;;; Use `Help->Info (Online Docs)->XEmacs User's Manual' (if | |
294 ;;; there is such an entry); or get to the Info contents page | |
295 ;;; using `Help->Info Contents' or `C-h i', and then | |
296 ;;; *middle-click* the XEmacs link or move the cursor into the | |
297 ;;; link and hit ENTER. This manual contains a great deal of | |
298 ;;; documentation on customization: Scroll down to the | |
299 ;;; Customization link and select it in the same fashion as for | |
300 ;;; the XEmacs link just mentioned.) | |
301 | |
302 ;;; -- the XEmacs FAQ (`C-h F' for the local version; get either the | |
303 ;;; local version or the very latest version off the net using | |
304 ;;; the Help menu) | |
305 | |
306 ;;; -- the XEmacs Lisp Reference Manual, containing detailed | |
307 ;;; documentation on Elisp. (Access using Info, just like for the | |
308 ;;; XEmacs User's Manual.) | |
309 | |
310 ;;; -- the documentation strings for specific commands, functions, | |
311 ;;; key sequences, and variables. NOTE: This is *not* the same | |
312 ;;; information as in the XEmacs User's Manual or XEmacs Lisp | |
313 ;;; Reference Manual! In general, the doc strings are more | |
314 ;;; terse and more up-to-date than what is found in the manuals. | |
315 ;;; Once you understand the general concepts, these doc strings | |
316 ;;; should be your first point of reference for further | |
317 ;;; info. (Access using menu entries under `Help->Commands, | |
318 ;;; Variables, Keys' or using the keyboard: `C-h k' for a key | |
319 ;;; sequence, `C-h f' for a named command or Elisp function, | |
320 ;;; `C-h v' for a variable. There is various other useful | |
321 ;;; information accessible similarly, such as `C-h a' | |
322 ;;; ["Apropos", i.e. search for a command, function, or variable | |
323 ;;; by name]; `C-h C-a' ["Apropos Docs", i.e. search through the | |
324 ;;; text of the doc strings]; `C-h b' to list all key bindings; | |
325 ;;; `C-h m' to describe the current major and minor modes; etc. | |
326 ;;; Type `C-h ? ?' for a complete list.) | |
327 | |
328 ;;; -- Getting Started with XEmacs [aka the "New User's Guide"], a | |
329 ;;; more introductory manual than the XEmacs User's Manual. | |
330 ;;; (Access using Info, just like for the XEmacs User's Manual. | |
331 ;;; There are some sections on customization here.) | |
332 | |
333 ;;; -- the XEmacs tutorial, a very simple introduction to XEmacs for | |
334 ;;; total beginners. (`C-h t' for English; get the version in | |
335 ;;; various languages from the Help menu) | |
336 | |
337 ;;; -- the XEmacs web site, www.xemacs.org. | |
338 | |
339 ;;; -- the XEmacs mailing lists (xemacs-FOO@xemacs.org; | |
340 ;;; see http://www.xemacs.org/Lists/ for more info. Before | |
341 ;;; posting, consider looking through the archives -- they go back | |
342 ;;; years and there is a powerful searching interface. Currently | |
343 ;;; the archives are at http://list-archive.xemacs.org/, but if | |
344 ;;; this doesn't work, you can always access them through | |
345 ;;; www.xemacs.org.) | |
346 | |
347 ;;; -- the XEmacs newsgroup, comp.emacs.xemacs. This is | |
348 ;;; bi-directionally gatewayed with xemacs@xemacs.org. WARNING: | |
349 ;;; The developers do not normally hang out on this newsgroup. If | |
350 ;;; you need to contact them, use xemacs-beta@xemacs.org. | |
351 | |
352 ;;; -- the XEmacs internals manual, for those interested in working on | |
353 ;;; the XEmacs C code. (Available through Info.) | |
354 | |
355 ;;; -- `Help->About XEmacs' to find out who the maintainers are. | |
356 | |
357 --------------------- | |
358 2. Developing XEmacs: | |
359 --------------------- | |
360 | |
361 -- the internals manual, man/internals/internals.texi | |
362 | |
363 -- long comments at the head of certain files: | |
364 | |
365 emacs.c | |
366 extents.c | |
367 text.c | |
368 text.h | |
369 lisp.h | |
370 redisplay.h | |
371 dynarr.c | |
372 blocktype.c | |
373 eval.c | |
374 event-Xt.c (sort of) | |
375 event-stream.c (command event queue) | |
376 frame.c | |
377 intl-encap-win32.c | |
378 keymap.c | |
379 line-number.c (a little bit) | |
380 menubar-msw.c (sort of) | |
381 menubar-x.c (sort of) | |
382 mule-canna.c (sort of) | |
383 mule-ccl.c | |
384 mule-coding.c (scattered in the file) | |
385 mule-wnn.c (in japanese) | |
386 ntheap.c (near the top) | |
387 redisplay.c (various scattered) | |
388 regex.c (various scattered) | |
389 sysdep.c (maybe; wait_for_termination) | |
390 unexec.c | |
391 unicode.c | |
4917 | 392 gccache-x.c (a bit) |
2367 | 393 |
394 #### review .h files; write a perl program to look for long comments | |
395 throughout the files, ignoring stuff inside of DEFUN's. | |
396 | |
397 #### elsewhere? | |
398 | |
399 -- comments scattered throughout the sources (#### should be grouped | |
400 together if feasible). For example, lrecord.h (pdump and object- | |
401 creation), alloc.c (fixed-type allocation), etc. #### fill in. | |
402 | |
403 -- Ben's Architecting XEmacs web site. | |
404 (http://www.xemacs.org/Architecting-XEmacs/index.html; #### should be | |
405 integrated into the sources) | |
406 | |
407 -- Back discussions on xemacs-beta (#### The juiciest tidbits, esp. | |
408 those with specific proposals, should be extracted and stuck in | |
409 the source) | |
410 | |
411 -- README.* in the src/ directory (and maybe other directories) | |
412 | |
413 -- The ChangeLog files, sometimes. | |
414 | |
415 */ | |
416 | |
417 | |
418 | |
428 | 419 /* Note: It is necessary to specify <config.h> and not "config.h" in |
420 order for the --srcdir type of compilation to work properly. | |
421 Otherwise the config.h from the srcdir, rather than the one from | |
422 the build dir, will be used. */ | |
423 | |
424 #include <config.h> | |
425 #include "lisp.h" | |
426 | |
427 #include "backtrace.h" /* run-emacs-from-temacs needs this */ | |
428 #include "buffer.h" | |
429 #include "commands.h" | |
430 #include "console.h" | |
431 #include "process.h" | |
432 #include "redisplay.h" | |
438 | 433 #include "frame.h" |
428 | 434 #include "sysdep.h" |
435 | |
436 #include "systty.h" | |
437 #include "sysfile.h" | |
438 #include "systime.h" | |
771 | 439 #include "sysproc.h" /* for qxe_getpid() */ |
5814
a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
5607
diff
changeset
|
440 #include "tls.h" |
428 | 441 |
442 #ifdef QUANTIFY | |
443 #include <quantify.h> | |
444 #endif | |
445 | |
446 #ifdef HAVE_SHLIB | |
447 #include "sysdll.h" | |
448 #endif | |
449 | |
450 #ifdef TOOLTALK | |
442 | 451 #include TT_C_H_FILE |
428 | 452 #endif |
453 | |
1315 | 454 #ifdef WIN32_ANY |
872 | 455 #include "console-msw.h" |
428 | 456 #endif |
457 | |
2720 | 458 #ifdef DUMP_IN_EXEC |
2015 | 459 #ifndef WIN32_NATIVE |
460 #include "dump-data.h" | |
461 #endif | |
2720 | 462 #endif |
2015 | 463 |
428 | 464 /* For PATH_EXEC */ |
465 #include <paths.h> | |
466 | |
826 | 467 #if defined (HEAP_IN_DATA) && !defined (PDUMP) |
428 | 468 void report_sheap_usage (int die_if_pure_storage_exceeded); |
469 #endif | |
470 | |
471 #if !defined (SYSTEM_MALLOC) && !defined (DOUG_LEA_MALLOC) | |
472 extern void *(*__malloc_hook)(size_t); | |
473 extern void *(*__realloc_hook)(void *, size_t); | |
474 extern void (*__free_hook)(void *); | |
475 #endif /* not SYSTEM_MALLOC && not DOUG_LEA_MALLOC */ | |
476 | |
477 /* Command line args from shell, as list of strings */ | |
478 Lisp_Object Vcommand_line_args; | |
479 | |
480 /* Set nonzero after XEmacs has started up the first time. | |
481 Prevents reinitialization of the Lisp world and keymaps | |
482 on subsequent starts. */ | |
483 int initialized; | |
484 | |
485 #ifdef DOUG_LEA_MALLOC | |
486 # include <malloc.h> | |
487 /* Preserves a pointer to the memory allocated that copies that | |
488 static data inside glibc's malloc. */ | |
489 static void *malloc_state_ptr; | |
490 #endif /* DOUG_LEA_MALLOC */ | |
491 | |
492 # ifdef REL_ALLOC | |
493 void r_alloc_reinit (void); | |
494 # endif | |
495 | |
496 /* Variable whose value is symbol giving operating system type. */ | |
497 Lisp_Object Vsystem_type; | |
498 | |
499 /* Variable whose value is string giving configuration built for. */ | |
500 Lisp_Object Vsystem_configuration; | |
501 | |
502 /* Variable whose value is string containing the configuration options | |
503 XEmacs was built with. */ | |
504 Lisp_Object Vsystem_configuration_options; | |
505 | |
506 /* Version numbers and strings */ | |
507 Lisp_Object Vemacs_major_version; | |
508 Lisp_Object Vemacs_minor_version; | |
509 Lisp_Object Vemacs_patch_level; | |
510 Lisp_Object Vemacs_beta_version; | |
511 Lisp_Object Vxemacs_codename; | |
975 | 512 Lisp_Object Vxemacs_extra_name; |
2602 | 513 Lisp_Object Vxemacs_release_date; |
428 | 514 |
515 /* The path under which XEmacs was invoked. */ | |
516 Lisp_Object Vinvocation_path; | |
517 | |
518 /* The name under which XEmacs was invoked, with any leading directory | |
519 names discarded. */ | |
520 Lisp_Object Vinvocation_name; | |
521 | |
522 /* The directory name from which XEmacs was invoked. */ | |
523 Lisp_Object Vinvocation_directory; | |
524 | |
525 #if 0 /* FSFmacs */ | |
526 /* The directory name in which to find subdirs such as lisp and etc. | |
527 nil means get them only from PATH_LOADSEARCH. */ | |
528 Lisp_Object Vinstallation_directory; | |
529 #endif | |
530 | |
531 Lisp_Object Vemacs_program_name, Vemacs_program_version; | |
532 Lisp_Object Vexec_path; | |
533 Lisp_Object Vexec_directory, Vconfigure_exec_directory; | |
534 Lisp_Object Vlisp_directory, Vconfigure_lisp_directory; | |
460 | 535 Lisp_Object Vmule_lisp_directory, Vconfigure_mule_lisp_directory; |
428 | 536 Lisp_Object Vmodule_directory, Vconfigure_module_directory; |
537 Lisp_Object Vsite_module_directory, Vconfigure_site_module_directory; | |
538 Lisp_Object Vconfigure_package_path; | |
3179 | 539 Lisp_Object Vconfigure_early_package_directories; |
540 Lisp_Object Vconfigure_late_package_directories; | |
541 Lisp_Object Vconfigure_last_package_directories; | |
428 | 542 Lisp_Object Vdata_directory, Vconfigure_data_directory; |
543 Lisp_Object Vdoc_directory, Vconfigure_doc_directory; | |
544 Lisp_Object Vconfigure_lock_directory; | |
545 Lisp_Object Vdata_directory_list; | |
546 Lisp_Object Vconfigure_info_directory; | |
547 Lisp_Object Vsite_directory, Vconfigure_site_directory; | |
548 Lisp_Object Vconfigure_info_path; | |
549 Lisp_Object Vinternal_error_checking; | |
438 | 550 Lisp_Object Vmail_lock_methods, Vconfigure_mail_lock_method; |
428 | 551 |
552 /* The default base directory XEmacs is installed under. */ | |
553 Lisp_Object Vconfigure_exec_prefix_directory, Vconfigure_prefix_directory; | |
554 | |
555 /* If nonzero, set XEmacs to run at this priority. This is also used | |
556 in child_setup and sys_suspend to make sure subshells run at normal | |
557 priority. */ | |
458 | 558 Fixnum emacs_priority; |
428 | 559 |
442 | 560 /* Some FSF junk with running_asynch_code, to preserve the match |
561 data. Not necessary because we don't call process filters | |
562 asynchronously (i.e. from within QUIT). */ | |
428 | 563 |
564 /* If non-zero, a window-system was specified on the command line. */ | |
565 int display_arg; | |
566 | |
567 /* Type of display specified. We cannot use a Lisp symbol here because | |
568 Lisp symbols may not initialized at the time that we set this | |
569 variable. */ | |
2367 | 570 const Ascbyte *display_use; |
428 | 571 |
572 /* If non-zero, then the early error handler will only print the error | |
573 message and exit. */ | |
574 int suppress_early_error_handler_backtrace; | |
575 | |
576 /* An address near the bottom of the stack. | |
577 Tells GC how to save a copy of the stack. */ | |
2367 | 578 Rawbyte *stack_bottom; |
428 | 579 |
580 #ifdef USG_SHARED_LIBRARIES | |
581 /* If nonzero, this is the place to put the end of the writable segment | |
582 at startup. */ | |
583 | |
584 uintptr_t bss_end = 0; | |
585 #endif | |
586 | |
647 | 587 /* Number of bytes of writable memory we can expect to be able to get: |
588 Leave this as an unsigned int because it could potentially be 4G */ | |
2132 | 589 unsigned long lim_data; |
428 | 590 |
442 | 591 /* WARNING! |
592 | |
593 Some LISP-visible command-line options are set by XEmacs _before_ the | |
594 data is dumped in building a --pdump XEmacs, but used _after_ it is | |
446 | 595 restored in normal operation. Thus the dump-time values overwrite the |
596 values XEmacs is getting at runtime. Such variables must be saved | |
442 | 597 before loading the dumpfile, and restored afterward. |
598 | |
446 | 599 Therefore these variables may not be initialized in vars_of_emacs(). |
600 | |
601 The save/restore is done immediately before and after pdump_load() in | |
602 main_1(). See that function for the current list of protected variables. | |
603 | |
604 Note that saving/restoring is only necessary for a few variables that are | |
605 o command line arguments effective at runtime (as opposed to dump-time), | |
606 o parsed before pdump_load, and | |
607 o exported to Lisp via a DEFVAR. | |
442 | 608 */ |
609 | |
428 | 610 /* Nonzero means running XEmacs without interactive terminal. */ |
611 | |
612 int noninteractive; | |
613 | |
614 /* Value of Lisp variable `noninteractive'. | |
615 Normally same as C variable `noninteractive' | |
442 | 616 but nothing terrible happens if user sets this one. |
617 | |
618 Shadowed from the pdumper by `noninteractive'. */ | |
428 | 619 |
620 int noninteractive1; | |
621 | |
622 /* Nonzero means don't perform site-lisp searches at startup */ | |
623 int inhibit_site_lisp; | |
624 | |
625 /* Nonzero means don't perform site-modules searches at startup */ | |
626 int inhibit_site_modules; | |
627 | |
776 | 628 /* Nonzero means don't load user-init or site-start file */ |
629 int vanilla_inhibiting; | |
630 | |
428 | 631 /* Nonzero means don't respect early packages at startup */ |
632 int inhibit_early_packages; | |
633 | |
776 | 634 /* Nonzero means don't respect any packages at startup -- act as if they |
635 don't exist. */ | |
636 int inhibit_all_packages; | |
637 | |
428 | 638 /* Nonzero means don't load package autoloads at startup */ |
639 int inhibit_autoloads; | |
640 | |
442 | 641 /* Nonzero means don't load the dump file (ignored if not PDUMP) */ |
642 | |
643 int nodumpfile; | |
644 | |
428 | 645 /* Nonzero means print debug information about path searching */ |
646 int debug_paths; | |
647 | |
648 /* Save argv and argc. */ | |
2367 | 649 static Wexttext **initial_argv; /* #### currently unused */ |
444 | 650 static int initial_argc; /* #### currently unused */ |
428 | 651 |
2367 | 652 static void sort_args (int argc, Wexttext **argv); |
428 | 653 |
654 Lisp_Object Qkill_emacs_hook; | |
655 Lisp_Object Qsave_buffers_kill_emacs; | |
656 | |
1315 | 657 Lisp_Object Qtemacs, Qdumping, Qrestarted, Qpdump, Qbatch; |
658 | |
442 | 659 /* Nonzero if handling a fatal error already. */ |
660 int fatal_error_in_progress; | |
661 | |
771 | 662 /* Nonzero means we're going down, so we better not run any hooks |
442 | 663 or do other non-essential stuff. */ |
664 int preparing_for_armageddon; | |
665 | |
771 | 666 /* Nonzero means we're in an unstable situation and need to skip |
5014
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
667 internal->external conversions, QUIT checking and such. This gets set |
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
668 during early startup, during shutdown, and when debug printing |
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
669 (i.e. called from a debugger such as gdb to print Lisp objects or |
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
670 backtraces). During printing we check for this, and during conversion |
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
671 we abort if we see this. */ |
2367 | 672 int inhibit_non_essential_conversion_operations; |
442 | 673 |
674 static JMP_BUF run_temacs_catch; | |
675 | |
676 static int run_temacs_argc; | |
2367 | 677 static Wexttext **run_temacs_argv; |
442 | 678 |
679 #ifdef _MSC_VER | |
771 | 680 static DWORD mswindows_handle_hardware_exceptions (DWORD code); |
681 #endif | |
442 | 682 |
826 | 683 #ifdef WIN32_NATIVE |
684 static DWORD CALLBACK wait_for_termination_signal (LPVOID handle); | |
685 #endif | |
686 | |
442 | 687 |
771 | 688 /************************************************************************/ |
689 /* Functions to handle arguments */ | |
690 /************************************************************************/ | |
691 | |
428 | 692 /* Code for dealing with Lisp access to the Unix command line */ |
693 | |
694 static Lisp_Object | |
2367 | 695 make_arg_list_1 (int argc, Wexttext **argv, int skip_args) |
428 | 696 { |
697 Lisp_Object result = Qnil; | |
698 REGISTER int i; | |
699 | |
700 for (i = argc - 1; i >= 0; i--) | |
701 { | |
702 if (i == 0 || i > skip_args) | |
703 { | |
442 | 704 #ifdef WIN32_NATIVE |
428 | 705 if (i == 0) |
706 { | |
707 /* Do not trust to what crt0 has stuffed into argv[0] */ | |
814 | 708 Extbyte *full_exe_path; |
442 | 709 Lisp_Object fullpath; |
710 | |
814 | 711 full_exe_path = mswindows_get_module_file_name (); |
712 assert (full_exe_path); | |
771 | 713 fullpath = build_tstr_string (full_exe_path); |
4976
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
714 xfree (full_exe_path); |
442 | 715 result = Fcons (fullpath, result); |
428 | 716 } |
717 else | |
718 #endif | |
2367 | 719 result = Fcons (build_wext_string (argv[i], |
720 Qcommand_argument_encoding), | |
440 | 721 result); |
428 | 722 } |
723 } | |
724 return result; | |
725 } | |
726 | |
727 Lisp_Object | |
2367 | 728 make_arg_list (int argc, Wexttext **argv) |
428 | 729 { |
730 return make_arg_list_1 (argc, argv, 0); | |
731 } | |
732 | |
733 /* Calling functions are also responsible for calling free_argc_argv | |
734 when they are done with the generated list. */ | |
735 void | |
2367 | 736 make_argc_argv (Lisp_Object argv_list, int *argc, Wexttext ***argv) |
428 | 737 { |
738 Lisp_Object next; | |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
739 int n = XFIXNUM (Flength (argv_list)); |
428 | 740 REGISTER int i; |
2367 | 741 *argv = xnew_array (Wexttext *, n + 1); |
428 | 742 |
743 for (i = 0, next = argv_list; i < n; i++, next = XCDR (next)) | |
744 { | |
745 CHECK_STRING (XCAR (next)); | |
746 | |
5000
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
747 (*argv)[i] = |
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
748 (Wexttext *) LISP_STRING_TO_EXTERNAL_MALLOC |
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
749 (XCAR (next), Qcommand_argument_encoding); |
428 | 750 } |
751 (*argv) [n] = 0; | |
752 *argc = i; | |
753 } | |
754 | |
755 void | |
2367 | 756 free_argc_argv (Wexttext **argv) |
428 | 757 { |
758 int elt = 0; | |
759 | |
760 while (argv[elt]) | |
761 { | |
4976
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
762 xfree (argv[elt]); |
5169
6c6d78781d59
cleanup of code related to xfree(), better KKCC backtrace capabilities, document XD_INLINE_LISP_OBJECT_BLOCK_PTR, fix some memory leaks, other code cleanup
Ben Wing <ben@xemacs.org>
parents:
5168
diff
changeset
|
763 argv[elt] = 0; |
428 | 764 elt++; |
765 } | |
4976
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
766 xfree (argv); |
428 | 767 } |
768 | |
769 static void | |
2367 | 770 init_cmdargs (int argc, Wexttext **argv, int skip_args) |
428 | 771 { |
772 initial_argv = argv; | |
773 initial_argc = argc; | |
774 | |
775 Vcommand_line_args = make_arg_list_1 (argc, argv, skip_args); | |
776 } | |
777 | |
778 DEFUN ("invocation-name", Finvocation_name, 0, 0, 0, /* | |
779 Return the program name that was used to run XEmacs. | |
780 Any directory names are omitted. | |
781 */ | |
782 ()) | |
783 { | |
784 return Fcopy_sequence (Vinvocation_name); | |
785 } | |
786 | |
787 DEFUN ("invocation-directory", Finvocation_directory, 0, 0, 0, /* | |
788 Return the directory name in which the Emacs executable was located. | |
789 */ | |
790 ()) | |
791 { | |
792 return Fcopy_sequence (Vinvocation_directory); | |
793 } | |
794 | |
795 | |
796 | |
776 | 797 /* Test whether the next argument in ARGV matches SSTR or a prefix of LSTR |
798 (at least MINLEN characters; if MINLEN is 0, set to size of LSTR). If | |
799 so, then if VALPTR is non-null (the argument is supposed to have a | |
800 value) store in *VALPTR either the next argument or the portion of this | |
801 one after the equal sign. ARGV is read starting at position *SKIPPTR; | |
802 this index is advanced by the number of arguments used. | |
428 | 803 |
804 Too bad we can't just use getopt for all of this, but we don't have | |
805 enough information to do it right. */ | |
806 | |
807 static int | |
4528
726060ee587c
First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
808 argmatch (Wexttext **argv, int argc, const Ascbyte *sstr, const Ascbyte *lstr, |
2367 | 809 int minlen, Wexttext **valptr, int *skipptr) |
428 | 810 { |
2367 | 811 Wexttext *p = NULL; |
812 Charcount arglen; | |
813 Wexttext *arg; | |
428 | 814 |
815 /* Don't access argv[argc]; give up in advance. */ | |
816 if (argc <= *skipptr + 1) | |
817 return 0; | |
818 | |
819 arg = argv[*skipptr+1]; | |
820 if (arg == NULL) | |
821 return 0; | |
2367 | 822 if (wext_strcmp_ascii (arg, sstr) == 0) |
428 | 823 { |
824 if (valptr != NULL) | |
825 { | |
826 *valptr = argv[*skipptr+2]; | |
827 *skipptr += 2; | |
828 } | |
829 else | |
830 *skipptr += 1; | |
831 return 1; | |
832 } | |
2367 | 833 arglen = (valptr != NULL && (p = wext_strchr (arg, '=')) != NULL |
834 ? p - arg : (Charcount) wext_strlen (arg)); | |
776 | 835 if (lstr && !minlen) |
836 minlen = strlen (lstr); | |
2367 | 837 if (lstr == 0 || arglen < minlen || |
838 wext_strncmp_ascii (arg, lstr, arglen) != 0) | |
428 | 839 return 0; |
840 else if (valptr == NULL) | |
841 { | |
842 *skipptr += 1; | |
843 return 1; | |
844 } | |
845 else if (p != NULL) | |
846 { | |
2367 | 847 *valptr = p + 1; |
428 | 848 *skipptr += 1; |
849 return 1; | |
850 } | |
2367 | 851 else if (argv[*skipptr + 2] != NULL) |
428 | 852 { |
2367 | 853 *valptr = argv[*skipptr + 2]; |
428 | 854 *skipptr += 2; |
855 return 1; | |
856 } | |
857 else | |
858 { | |
859 return 0; | |
860 } | |
861 } | |
862 | |
1315 | 863 static void |
4528
726060ee587c
First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
864 check_compatible_window_system (const Ascbyte *must) |
1315 | 865 { |
866 if (display_use && strcmp (display_use, must)) | |
867 fatal ("Incompatible window system type `%s': `%s' already specified", | |
868 must, display_use); | |
869 display_use = must; | |
870 } | |
871 | |
771 | 872 |
873 /************************************************************************/ | |
874 /* main and friends: XEmacs startup */ | |
875 /************************************************************************/ | |
876 | |
428 | 877 /* Make stack traces always identify version + configuration */ |
878 #define main_1 STACK_TRACE_EYE_CATCHER | |
879 | |
880 /* This function is not static, so that the compiler is less likely to | |
446 | 881 inline it, which would make it not show up in stack traces. |
882 | |
883 The restart argument is a flag that indicates that main_1 is now | |
771 | 884 being called for the second time in this invocation of xemacs; this |
885 happens as a result of using `run-temacs' in the command line, when | |
886 invoking a bare (without dumped data) XEmacs (i.e. `temacs' with | |
887 the conventional dumper or `xemacs -nd' with the pdumper). See | |
446 | 888 Frun_emacs_from_temacs(). |
889 */ | |
2367 | 890 DECLARE_DOESNT_RETURN (main_1 (int, Wexttext **, Wexttext **, int)); |
428 | 891 DOESNT_RETURN |
2367 | 892 main_1 (int argc, Wexttext **argv, Wexttext **UNUSED (envp), int restart) |
428 | 893 { |
2367 | 894 Rawbyte stack_bottom_variable; |
428 | 895 int skip_args = 0; |
896 Lisp_Object load_me; | |
897 | |
898 #if (!defined (SYSTEM_MALLOC) && !defined (HAVE_LIBMCHECK) \ | |
899 && !defined (DOUG_LEA_MALLOC)) | |
900 /* Make sure that any libraries we link against haven't installed a | |
901 hook for a gmalloc of a potentially incompatible version. */ | |
902 /* If we're using libmcheck, the hooks have already been initialized, */ | |
903 /* don't touch them. -slb */ | |
904 __malloc_hook = NULL; | |
905 __realloc_hook = NULL; | |
906 __free_hook = NULL; | |
907 #endif /* not SYSTEM_MALLOC or HAVE_LIBMCHECK or DOUG_LEA_MALLOC */ | |
908 | |
909 noninteractive = 0; | |
3360 | 910 display_use = NULL; |
2367 | 911 inhibit_non_essential_conversion_operations = 1; |
428 | 912 |
3263 | 913 #ifdef NEW_GC |
2720 | 914 #ifndef PDUMP |
915 if (!initialized) | |
916 #endif | |
917 { | |
2723 | 918 if (!restart) |
919 { | |
920 init_mc_allocator (); | |
2994 | 921 #ifdef ALLOC_TYPE_STATS |
2723 | 922 init_lrecord_stats (); |
2994 | 923 #endif /* ALLOC_TYPE_STATS */ |
2723 | 924 } |
2720 | 925 } |
3263 | 926 #endif /* NEW_GC */ |
2720 | 927 |
1303 | 928 #if defined (LOSING_GCC_DESTRUCTOR_FREE_BUG) |
428 | 929 /* Prior to XEmacs 21, this was `#if 0'ed out. */ |
930 /* I'm enabling this because it is the only reliable way I've found to */ | |
1303 | 931 /* prevent a very annoying problem where GCC will attempt to free (3) */ |
428 | 932 /* memory at exit() and cause a coredump. */ |
933 init_free_hook (); | |
934 #endif | |
935 | |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
936 #define SHEBANG_PROGNAME_LENGTH \ |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
937 (int)((sizeof (WEXTSTRING (SHEBANG_PROGNAME)) - sizeof (WEXTSTRING ("")))) |
4932 | 938 #define SHEBANG_EXE_PROGNAME_LENGTH \ |
4973 | 939 (int)(sizeof (WEXTSTRING (SHEBANG_PROGNAME) WEXTSTRING (".exe")) \ |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
940 - sizeof (WEXTSTRING (""))) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
941 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
942 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
943 int progname_len = wext_strlen (argv[0]); |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
944 if (progname_len >= SHEBANG_PROGNAME_LENGTH) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
945 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
946 if (!wext_strcmp_ascii (argv[0] + |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
947 (progname_len - SHEBANG_PROGNAME_LENGTH), |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
948 SHEBANG_PROGNAME) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
949 /* Allow trailing .exe. Don't check it, it could also be |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
950 .com. */ |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
951 || (progname_len >= SHEBANG_EXE_PROGNAME_LENGTH && |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
952 !wext_strncmp_ascii |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
953 (argv[0] + (progname_len - SHEBANG_EXE_PROGNAME_LENGTH), |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
954 SHEBANG_PROGNAME, |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
955 SHEBANG_PROGNAME_LENGTH))) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
956 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
957 Wexttext **newarr = alloca_array (Wexttext *, argc + 2); |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
958 int j; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
959 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
960 newarr[0] = argv[0]; |
4932 | 961 newarr[1] = (Wexttext *) WEXTSTRING ("--script"); |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
962 for (j = 1; j < argc; ++j) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
963 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
964 newarr[j + 1] = argv[j]; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
965 } |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
966 argv = newarr; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
967 argc++; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
968 } |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
969 } |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
970 } |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
971 |
428 | 972 sort_args (argc, argv); |
973 | |
2367 | 974 #if 0 /* defined (_SCO_DS) |
975 #### Turn this off, we already have another SCO_DS hack in main(). | |
976 */ | |
428 | 977 environ = envp; |
978 #endif | |
979 | |
980 /* Record (approximately) where the stack begins. */ | |
981 stack_bottom = &stack_bottom_variable; | |
982 | |
983 #ifdef USG_SHARED_LIBRARIES | |
984 if (bss_end) | |
985 brk ((void *) bss_end); | |
986 #endif | |
987 | |
988 clearerr (stdin); | |
989 | |
990 #if defined (HAVE_MMAP) && defined (REL_ALLOC) | |
991 /* ralloc can only be used if using the GNU memory allocator. */ | |
992 init_ralloc (); | |
1303 | 993 #elif defined (REL_ALLOC) && !defined (DOUG_LEA_MALLOC) |
428 | 994 if (initialized) |
1303 | 995 init_ralloc (); |
428 | 996 #endif |
997 | |
998 #ifdef HAVE_SOCKS | |
999 if (initialized) | |
1000 SOCKSinit (argv[0]); | |
1001 #endif /* HAVE_SOCKS */ | |
1002 | |
1003 #ifndef SYSTEM_MALLOC | |
1004 if (!initialized) | |
1005 /* Arrange to get warning messages as memory fills up. */ | |
1006 memory_warnings (0, malloc_warning); | |
1007 #endif /* not SYSTEM_MALLOC */ | |
1008 | |
1009 #ifdef SET_EMACS_PRIORITY | |
1010 if (emacs_priority != 0) | |
1011 nice (-emacs_priority); | |
1012 setuid (getuid ()); | |
1013 #endif /* SET_EMACS_PRIORITY */ | |
1014 | |
776 | 1015 /* NOTE NOTE NOTE: Keep the following args in sync with the big list of |
1016 arguments below in standard_args[], with the help text in startup.el, | |
1017 and with the list of non-clobbered variables near where pdump_load() | |
1018 is called! */ | |
854 | 1019 |
776 | 1020 /* Handle the -sd/--show-dump-id switch, which means show the hex dump_id |
1021 and quit */ | |
1022 if (argmatch (argv, argc, "-sd", "--show-dump-id", 0, NULL, &skip_args)) | |
442 | 1023 { |
1024 #ifdef PDUMP | |
1025 printf ("%08x\n", dump_id); | |
1026 #else | |
446 | 1027 printf ("Portable dumper not configured; -sd just forces exit.\n"); |
442 | 1028 #endif |
1029 exit (0); | |
1030 } | |
854 | 1031 |
2015 | 1032 /* Handle the -si/--show-inline-info switch, which means show the |
1033 alignment and max size of the inline data and quit */ | |
1034 if (argmatch (argv, argc, "-si", "--show-inline-info", 0, NULL, &skip_args)) | |
1035 { | |
2720 | 1036 #if defined (PDUMP) && defined (DUMP_IN_EXEC) && !defined (WIN32_NATIVE) |
3094 | 1037 /* #### We really should check for sizeof (size_t) > sizeof (long) */ |
1038 printf ("%lu %lu\n", (unsigned long) dumped_data_max_size (), | |
1039 (unsigned long) dumped_data_align_offset ()); | |
1040 | |
2015 | 1041 #else |
2720 | 1042 printf ("Portable dumper not configured for dumping into executable or windows native; -si just forces exit.\n"); |
2015 | 1043 #endif |
1044 exit (0); | |
1045 } | |
1046 | |
776 | 1047 /* Handle the --no-dump-file/-nd switch, which means don't load the dump |
1048 file (ignored when not using pdump) */ | |
1049 if (argmatch (argv, argc, "-nd", "--no-dump-file", 0, NULL, &skip_args)) | |
1050 nodumpfile = 1; | |
442 | 1051 |
428 | 1052 /* Handle the -batch switch, which means don't do interactive display. */ |
776 | 1053 if (argmatch (argv, argc, "-batch", "--batch", 0, NULL, &skip_args)) |
428 | 1054 { |
1055 #if 0 /* I don't think this is correct. */ | |
1056 inhibit_autoloads = 1; | |
1057 #endif | |
1058 noninteractive = 1; | |
1059 } | |
1060 | |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1061 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1062 int count_before = skip_args; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1063 /* Handle the -script switch, which implies batch and vanilla. The -l |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1064 part of its functionality is implemented in Lisp. */ |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1065 if (argmatch (argv, argc, "-script", "--script", 0, NULL, |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1066 &skip_args)) |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1067 { |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1068 noninteractive = 1; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1069 vanilla_inhibiting = 1; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1070 } |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1071 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1072 /* Don't actually discard this argument. */ |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1073 skip_args = count_before; |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
1074 } |
771 | 1075 #ifdef WIN32_NATIVE |
826 | 1076 { |
1077 /* Since we aren't a console application, we can't easily be terminated | |
1078 using ^C. (We aren't a console application to avoid Windows from | |
1079 automatically and unwantedly creating a console window for us. If | |
1080 only the Windows designers had some sense in them and didn't create | |
1081 this artificial console/non-console distinction!) Therefore, we set | |
1082 up a communication path with i.exe so that when a ^C is sent to it | |
1083 (using GenerateConsoleCtrlEvent), it in turn signals us to commit | |
1084 suicide. (This is cleaner than using TerminateProcess()). This | |
1085 makes (e.g.) the "Stop Build" command from VC++ correctly terminate | |
1086 XEmacs. */ | |
854 | 1087 |
2367 | 1088 Wexttext *heventstr; |
826 | 1089 if (argmatch (argv, argc, "-mswindows-termination-handle", 0, 0, |
1090 &heventstr, &skip_args)) | |
1091 { | |
2367 | 1092 HANDLE hevent = (HANDLE) wext_atol (heventstr); |
826 | 1093 DWORD unused; |
1094 HANDLE h_thread = CreateThread (NULL, 0, wait_for_termination_signal, | |
1095 (void *) hevent, 0, &unused); | |
1096 CloseHandle (h_thread); | |
1097 } | |
1098 } | |
1099 | |
771 | 1100 /* Handle the -nuni switch, which forces XEmacs to use the ANSI |
1101 versions of Unicode-split API's even on Windows NT, which has | |
1102 full Unicode support. This helps flush out problems in the code | |
1103 we've written to convert between ANSI and Unicode. */ | |
776 | 1104 if (argmatch (argv, argc, "-nuni", "--no-unicode-lib-calls", 0, NULL, |
771 | 1105 &skip_args)) |
1106 no_mswin_unicode_lib_calls = 1; | |
1107 #endif /* WIN32_NATIVE */ | |
1108 | |
428 | 1109 if (argmatch (argv, argc, "-debug-paths", "--debug-paths", |
776 | 1110 0, NULL, &skip_args)) |
1111 debug_paths = 1; | |
1112 | |
1113 /* Handle (maybe partially) some inhibiting flags. Packages are searched | |
1114 prior to the rest of the command line being parsed in startup.el. */ | |
1115 | |
1116 if (argmatch (argv, argc, "-no-packages", "--no-packages", | |
1117 0, NULL, &skip_args)) | |
1118 { | |
1119 inhibit_all_packages = 1; | |
1120 inhibit_early_packages = 1; | |
1121 vanilla_inhibiting = 1; | |
1122 } | |
1123 | |
428 | 1124 if (argmatch (argv, argc, "-no-early-packages", "--no-early-packages", |
776 | 1125 0, NULL, &skip_args)) |
1126 inhibit_early_packages = 1; | |
1127 | |
1128 #ifdef HAVE_SHLIB | |
1129 if (argmatch (argv, argc, "-no-site-modules", "--no-site-modules", | |
1130 0, NULL, &skip_args)) | |
1131 #endif | |
1132 inhibit_site_modules = 1; | |
854 | 1133 |
776 | 1134 if (argmatch (argv, argc, "-vanilla", "--vanilla", |
1135 0, NULL, &skip_args)) | |
428 | 1136 { |
1137 inhibit_early_packages = 1; | |
776 | 1138 vanilla_inhibiting = 1; |
428 | 1139 } |
1140 | |
1141 if (argmatch (argv, argc, "-no-autoloads", "--no-autoloads", | |
776 | 1142 0, NULL, &skip_args)) |
428 | 1143 { |
1144 inhibit_autoloads = 1; | |
776 | 1145 inhibit_early_packages = 1; |
1146 vanilla_inhibiting = 1; | |
428 | 1147 } |
1148 | |
1149 /* Partially handle the -version and -help switches: they imply -batch, | |
1150 but are not removed from the list. */ | |
1151 if (argmatch (argv, argc, "-help", "--help", 3, NULL, &skip_args)) | |
1152 noninteractive = 1, skip_args--; | |
1153 | |
1154 if (argmatch (argv, argc, "-version", "--version", 3, NULL, &skip_args) || | |
1155 argmatch (argv, argc, "-V", 0, 2, NULL, &skip_args)) | |
1156 noninteractive = 1, skip_args--; | |
1157 | |
1158 /* Now, figure out which type of console is our first console. */ | |
1159 | |
1160 if (noninteractive) | |
1161 display_use = "stream"; | |
1315 | 1162 |
1163 if (argmatch (argv, argc, "-nw", "--no-windows", 0, NULL, &skip_args) || | |
1164 argmatch (argv, argc, "-tty", "--use-tty", 0, NULL, &skip_args)) | |
1165 { | |
1166 check_compatible_window_system ("tty"); | |
428 | 1167 #ifndef HAVE_TTY |
1315 | 1168 fatal ("Sorry, this XEmacs was not compiled with TTY support"); |
1169 #endif | |
1170 } | |
1171 | |
1172 if (argmatch (argv, argc, "-x", "--use-x", 0, NULL, &skip_args)) | |
1173 { | |
1174 check_compatible_window_system ("x"); | |
1175 #ifndef HAVE_X_WINDOWS | |
1176 fatal ("Sorry, this XEmacs was not compiled with X support"); | |
1177 #endif | |
1178 } | |
1179 | |
1180 if (argmatch (argv, argc, "-gtk", "--use-gtk", 0, NULL, &skip_args) || | |
1181 argmatch (argv, argc, "-gnome", "--use-gnome", 0, NULL, &skip_args)) | |
1182 { | |
1183 check_compatible_window_system ("gtk"); | |
1184 #ifndef HAVE_GTK | |
1185 fatal ("Sorry, this XEmacs was not compiled with GTK support"); | |
1186 #endif | |
1187 } | |
1188 | |
1189 if (argmatch (argv, argc, "-msw", "--use-ms-windows", 0, NULL, &skip_args)) | |
1190 { | |
1191 check_compatible_window_system ("mswindows"); | |
1192 #ifndef HAVE_MS_WINDOWS | |
1193 fatal ("Sorry, this XEmacs was not compiled with MS Windows support"); | |
1194 #endif | |
1195 } | |
1196 | |
1197 /* Handle other switches implying particular window systems: */ | |
1198 | |
1199 /* Handle the -t switch, which specifies filename to use as terminal */ | |
1200 { | |
2367 | 1201 Wexttext *term; |
1315 | 1202 if (argmatch (argv, argc, "-t", "--terminal", 0, &term, &skip_args)) |
1203 { | |
2367 | 1204 int fd; |
1205 | |
1315 | 1206 check_compatible_window_system ("tty"); |
1207 #ifndef HAVE_TTY | |
1208 fatal ("Sorry, this XEmacs was not compiled with TTY support"); | |
1209 #endif | |
1210 | |
1211 retry_close (0); | |
1212 retry_close (1); | |
2367 | 1213 |
1214 fd = wext_retry_open (term, O_RDWR | OPEN_BINARY, 2); | |
1215 /* Conversions are not possible yet, and printing will be in | |
1216 external format, so strerror() and ttyname() are OK. */ | |
4710
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4693
diff
changeset
|
1217 if (fd < 0 || dup (0) < 0) |
2367 | 1218 fatal ("%s: %s", WEXTTEXT_TO_8_BIT (term), strerror (errno)); |
1315 | 1219 if (! isatty (0)) |
2367 | 1220 fatal ("%s: not a tty", WEXTTEXT_TO_8_BIT (term)); |
1315 | 1221 |
1222 #if 0 | |
1223 stderr_out ("Using %s", ttyname (0)); | |
1224 #endif | |
2367 | 1225 stderr_out ("Using %s", WEXTTEXT_TO_8_BIT (term)); |
1315 | 1226 } |
1227 } | |
1228 | |
428 | 1229 /* Stupid kludge to catch command-line display spec. We can't |
1230 handle this argument entirely in window-system-dependent code | |
1231 because we don't even know which window-system-dependent code | |
1232 to run until we've recognized this argument. */ | |
1315 | 1233 { |
428 | 1234 #ifdef HAVE_X_WINDOWS |
2367 | 1235 Wexttext *dpy = 0; |
1315 | 1236 int count_before = skip_args; |
1237 | |
1238 if (argmatch (argv, argc, "-d", "--display", 3, &dpy, &skip_args) || | |
1239 argmatch (argv, argc, "-display", 0, 3, &dpy, &skip_args)) | |
1240 { | |
1241 check_compatible_window_system ("x"); | |
1242 display_arg = 1; | |
1243 } | |
428 | 1244 /* If we have the form --display=NAME, |
1245 convert it into -d name. | |
1246 This requires inserting a new element into argv. */ | |
1247 if (dpy != 0 && skip_args - count_before == 1) | |
1248 { | |
2994 | 1249 Wexttext **new_ = xnew_array (Wexttext *, argc + 2); |
428 | 1250 int j; |
1251 | |
1252 for (j = 0; j < count_before + 1; j++) | |
2994 | 1253 new_[j] = argv[j]; |
4932 | 1254 new_[count_before + 1] = (Wexttext *) WEXTSTRING ("-d"); |
2994 | 1255 new_[count_before + 2] = dpy; |
428 | 1256 for (j = count_before + 2; j <argc; j++) |
2994 | 1257 new_[j + 1] = argv[j]; |
1258 argv = new_; | |
428 | 1259 argc++; |
1260 } | |
1261 /* Change --display to -d, when its arg is separate. */ | |
1262 else if (dpy != 0 && skip_args > count_before | |
1263 && argv[count_before + 1][1] == '-') | |
4932 | 1264 argv[count_before + 1] = (Wexttext *) WEXTSTRING ("-d"); |
428 | 1265 |
1266 /* Don't actually discard this arg. */ | |
1267 skip_args = count_before; | |
1315 | 1268 #endif /* HAVE_X_WINDOWS */ |
1269 } | |
1270 | |
1271 /* If no switch telling us which window system to use, try other | |
1272 possibilities: */ | |
1273 | |
1274 #if defined (HAVE_X_WINDOWS) || defined (HAVE_GTK) | |
1275 if (!display_use) | |
1276 { | |
2367 | 1277 Wexttext *dpy; |
1315 | 1278 /* If there is a non-empty environment var DISPLAY, assume X or GTK, |
1279 but don't set `display_arg', which is only to be set if the | |
1280 display was specified on the command line. */ | |
2367 | 1281 if ((dpy = wext_getenv (WEXTSTRING ("DISPLAY"))) && dpy[0]) |
1315 | 1282 #ifdef HAVE_X_WINDOWS |
1283 /* #### Who gets precedence? X or GTK? For the moment, GTK support is | |
1284 unstable so use X. Maybe eventually we will switch this. */ | |
428 | 1285 display_use = "x"; |
1315 | 1286 #else |
1287 display_use = "gtk"; | |
1288 #endif | |
1289 } | |
1290 #endif /* defined (HAVE_X_WINDOWS) || defined (HAVE_GTK) */ | |
1291 | |
428 | 1292 #ifdef HAVE_MS_WINDOWS |
1315 | 1293 if (!display_use) |
1294 display_use = "mswindows"; | |
428 | 1295 #endif /* HAVE_MS_WINDOWS */ |
1315 | 1296 |
1297 #ifdef HAVE_TTY | |
1298 if (!display_use) | |
1299 display_use = "tty"; | |
1300 #endif /* HAVE_MS_WINDOWS */ | |
1301 | |
1302 if (!display_use) | |
1303 fatal ("No window systems and no TTY's in this XEmacs: Must specify " | |
1304 "-batch"); | |
428 | 1305 |
1306 noninteractive1 = noninteractive; | |
1307 | |
1308 /****** Now initialize everything *******/ | |
1309 | |
1204 | 1310 /* NOTE NOTE NOTE: |
1311 | |
1312 In the code below, there are three different states we are concerned | |
1313 about: | |
1314 | |
1315 "raw-temacs" == No dumped Lisp data present. `temacs', or (with pdump) | |
1316 `xemacs -nd'. | |
1317 | |
1318 "run-temacs" == We are restarting. run-emacs-from-temacs is called, | |
1319 aka `run-temacs' on the command line. | |
1320 | |
1321 "post-dump" == We are running an unexec()ed XEmacs, or we have loaded | |
1322 dump data using pdump_load(). | |
1323 | |
1324 initialized==0 => raw-temacs | |
1325 initialized!=0 && restart!=0 => run-temacs | |
1326 initialized!=0 && restart==0 => post-dump | |
1327 | |
1328 When post-pdump_load(), we need to reinitialize various structures. | |
1329 This case is noted in the code below by | |
1330 | |
1331 initialized + | |
1332 !restart + | |
1333 ifdef PDUMP. | |
1334 | |
1335 In the comments below, "dump time" or "dumping" == raw-temacs. | |
1336 "run time" == run-temacs or post-dump. | |
1337 */ | |
1338 | |
428 | 1339 /* First, do really basic environment initialization -- catching signals |
1340 and the like. These functions have no dependence on any part of | |
1341 the Lisp engine and need to be done both at dump time and at run time. */ | |
1342 | |
1343 init_signals_very_early (); | |
3092 | 1344 #ifdef NEW_GC |
1345 vdb_install_signal_handler (); | |
3263 | 1346 #endif /* NEW_GC */ |
428 | 1347 init_data_very_early (); /* Catch math errors. */ |
1348 init_floatfns_very_early (); /* Catch floating-point math errors. */ | |
1349 init_process_times_very_early (); /* Initialize our process timers. | |
1350 As early as possible, of course, | |
1351 so we can be fairly accurate. */ | |
771 | 1352 |
657 | 1353 #ifdef HAVE_MS_WINDOWS |
2367 | 1354 /* Depends on XEUNICODE_P */ |
771 | 1355 init_mswindows_dde_very_early (); /* DDE needs to be initialized early so |
1356 that the client doesn't give up | |
1357 waiting. */ | |
657 | 1358 #endif |
428 | 1359 |
1360 /* Now initialize the Lisp engine and the like. Done only during | |
1361 dumping. No dependence on anything that may be in the user's | |
1362 environment when the dumped XEmacs is run. | |
1363 | |
1364 We try to do things in an order that minimizes the non-obvious | |
1365 dependencies between functions. */ | |
1366 | |
1330 | 1367 /* purify_flag is set to indicate we are dumping (its name refers to |
1368 purespace, which no longer exists and was a way of marking some | |
1369 areas read-only so they could be shared among many processes). | |
1370 | |
1371 loadup.el will set to nil at end. */ | |
428 | 1372 |
1373 purify_flag = 0; | |
1374 #ifdef PDUMP | |
1204 | 1375 in_pdump = 0; |
428 | 1376 if (restart) |
1377 initialized = 1; | |
771 | 1378 else if (nodumpfile) |
1379 { | |
1380 initialized = 0; | |
442 | 1381 purify_flag = 1; |
771 | 1382 } |
1383 else | |
1384 { | |
1385 | |
1386 /* Keep command options from getting stomped. | |
1387 | |
1388 Some LISP-visible options are changed by XEmacs _after_ the data is | |
1389 dumped in building a --pdump XEmacs, but _before_ it is restored in | |
1390 normal operation. Thus the restored values overwrite the values | |
1391 XEmacs is getting at run-time. Such variables must be saved here, | |
1392 and restored after loading the dumped data. | |
1393 | |
776 | 1394 (Remember: Only LISP-visible options that are set up to this point |
1395 need to be listed here.) | |
771 | 1396 */ |
1397 | |
1398 /* noninteractive1 is saved in noninteractive, which isn't | |
1399 LISP-visible */ | |
1400 int inhibit_early_packages_save = inhibit_early_packages; | |
1401 int inhibit_autoloads_save = inhibit_autoloads; | |
776 | 1402 int inhibit_all_packages_save = inhibit_all_packages; |
1403 int vanilla_inhibiting_save = vanilla_inhibiting; | |
771 | 1404 int debug_paths_save = debug_paths; |
776 | 1405 int inhibit_site_lisp_save = inhibit_site_lisp; |
771 | 1406 int inhibit_site_modules_save = inhibit_site_modules; |
1407 | |
1408 initialized = pdump_load (argv[0]); | |
1409 | |
1410 /* Now unstomp everything */ | |
1411 noninteractive1 = noninteractive; | |
1412 inhibit_early_packages = inhibit_early_packages_save; | |
1413 inhibit_autoloads = inhibit_autoloads_save; | |
776 | 1414 inhibit_all_packages = inhibit_all_packages_save; |
1415 vanilla_inhibiting = vanilla_inhibiting_save; | |
771 | 1416 debug_paths = debug_paths_save; |
776 | 1417 inhibit_site_lisp = inhibit_site_lisp_save; |
771 | 1418 inhibit_site_modules = inhibit_site_modules_save; |
1419 | |
1420 if (initialized) | |
3466 | 1421 run_temacs_argc = -1; |
771 | 1422 else |
1423 purify_flag = 1; | |
1424 } | |
2367 | 1425 #else /* not PDUMP */ |
428 | 1426 if (!initialized) |
1427 purify_flag = 1; | |
1428 #endif | |
1429 | |
1204 | 1430 init_alloc_early (); |
1431 | |
3092 | 1432 init_gc_early (); |
1433 | |
428 | 1434 if (!initialized) |
1435 { | |
1436 /* Initialize things so that new Lisp objects | |
1437 can be created and objects can be staticpro'd. | |
1438 Must be basically the very first thing done | |
1439 because pretty much all of the initialization | |
1440 routines below create new objects. */ | |
1441 init_alloc_once_early (); | |
1442 | |
3092 | 1443 init_gc_once_early (); |
1444 | |
428 | 1445 /* Initialize Qnil, Qt, Qunbound, and the |
1446 obarray. After this, symbols can be | |
442 | 1447 interned. This depends on init_alloc_once_early(). */ |
428 | 1448 init_symbols_once_early (); |
1449 | |
1450 /* Declare the basic symbols pertaining to errors, | |
442 | 1451 So that DEFERROR*() can be called. */ |
428 | 1452 init_errors_once_early (); |
1453 | |
1454 /* Make sure that opaque pointers can be created. */ | |
1455 init_opaque_once_early (); | |
1456 | |
771 | 1457 /* Make sure that hash tables can be created. */ |
1458 init_elhash_once_early (); | |
1459 | |
1460 /* Make sure that eistrings can be created. */ | |
1461 init_eistring_once_early (); | |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1462 } |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1463 #ifdef PDUMP |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1464 else if (!restart) /* after successful pdump_load() |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1465 (note, we are inside ifdef PDUMP) */ |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1466 { |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1467 reinit_alloc_early (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1468 reinit_gc_early (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1469 reinit_symbols_early (); |
5255
b5611afbcc76
Support process plists, for greater GNU compatibility.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5231
diff
changeset
|
1470 reinit_process_early (); |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1471 #ifndef NEW_GC |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1472 reinit_opaque_early (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1473 #endif /* not NEW_GC */ |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1474 reinit_eistring_early (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1475 #ifdef WITH_NUMBER_TYPES |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1476 reinit_vars_of_number (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1477 #endif |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1478 } |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1479 #endif /* PDUMP */ |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1480 |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1481 if (!initialized) |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1482 { |
428 | 1483 /* Now declare all the symbols and define all the Lisp primitives. |
1484 | |
1485 The *only* thing that the syms_of_*() functions are allowed to do | |
442 | 1486 is call one of the following: |
1487 | |
5117
3742ea8250b5
Checking in final CVS version of workspace 'ben-lisp-object'
Ben Wing <ben@xemacs.org>
parents:
3024
diff
changeset
|
1488 INIT_LISP_OBJECT() |
442 | 1489 defsymbol(), DEFSYMBOL(), or DEFSYMBOL_MULTIWORD_PREDICATE() |
428 | 1490 defsubr() (i.e. DEFSUBR) |
442 | 1491 deferror(), DEFERROR(), or DEFERROR_STANDARD() |
1492 defkeyword() or DEFKEYWORD() | |
563 | 1493 Fput() |
428 | 1494 |
1495 Order does not matter in these functions. | |
1496 */ | |
1497 | |
1498 syms_of_abbrev (); | |
1499 syms_of_alloc (); | |
3263 | 1500 #ifdef NEW_GC |
2720 | 1501 syms_of_mc_alloc (); |
3263 | 1502 #endif /* NEW_GC */ |
3092 | 1503 syms_of_gc (); |
1504 #ifdef NEW_GC | |
1505 syms_of_vdb (); | |
1506 #endif /* NEW_GC */ | |
5168
cf900a2f1fa3
extract gap array from extents.c, use in range tables
Ben Wing <ben@xemacs.org>
parents:
5160
diff
changeset
|
1507 syms_of_array (); |
428 | 1508 syms_of_buffer (); |
1509 syms_of_bytecode (); | |
1510 syms_of_callint (); | |
1511 syms_of_casefiddle (); | |
1512 syms_of_casetab (); | |
1513 syms_of_chartab (); | |
1514 syms_of_cmdloop (); | |
1515 syms_of_cmds (); | |
1516 syms_of_console (); | |
1517 syms_of_data (); | |
1518 #ifdef DEBUG_XEMACS | |
1519 syms_of_debug (); | |
440 | 1520 syms_of_tests (); |
428 | 1521 #endif /* DEBUG_XEMACS */ |
1522 syms_of_device (); | |
1523 #ifdef HAVE_DIALOGS | |
1524 syms_of_dialog (); | |
1525 #endif | |
1526 syms_of_dired (); | |
1527 syms_of_doc (); | |
1528 syms_of_editfns (); | |
1529 syms_of_elhash (); | |
1530 syms_of_emacs (); | |
1531 syms_of_eval (); | |
1532 #ifdef HAVE_X_WINDOWS | |
1533 syms_of_event_Xt (); | |
1534 #endif | |
462 | 1535 #ifdef HAVE_GTK |
1536 syms_of_event_gtk (); | |
1537 #endif | |
428 | 1538 #ifdef HAVE_DRAGNDROP |
1539 syms_of_dragdrop (); | |
1540 #endif | |
1541 syms_of_event_stream (); | |
1542 syms_of_events (); | |
1543 syms_of_extents (); | |
1544 syms_of_faces (); | |
1545 syms_of_fileio (); | |
1546 #ifdef CLASH_DETECTION | |
1547 syms_of_filelock (); | |
1548 #endif /* CLASH_DETECTION */ | |
1549 syms_of_floatfns (); | |
1550 syms_of_fns (); | |
5607
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
1551 syms_of_sequence (); |
826 | 1552 #ifdef USE_C_FONT_LOCK |
428 | 1553 syms_of_font_lock (); |
826 | 1554 #endif /* USE_C_FONT_LOCK */ |
428 | 1555 syms_of_frame (); |
1556 syms_of_general (); | |
1557 syms_of_glyphs (); | |
5091 | 1558 #ifdef HAVE_WINDOW_SYSTEM |
428 | 1559 syms_of_glyphs_eimage (); |
563 | 1560 syms_of_glyphs_shared (); |
5091 | 1561 #endif |
428 | 1562 syms_of_glyphs_widget (); |
1563 syms_of_gui (); | |
1564 syms_of_gutter (); | |
1565 syms_of_indent (); | |
1566 syms_of_intl (); | |
1567 syms_of_keymap (); | |
1568 syms_of_lread (); | |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1569 syms_of_lstream (); |
428 | 1570 syms_of_macros (); |
1571 syms_of_marker (); | |
1572 syms_of_md5 (); | |
1573 #ifdef HAVE_DATABASE | |
1574 syms_of_database (); | |
1575 #endif | |
1576 #ifdef HAVE_MENUBARS | |
1577 syms_of_menubar (); | |
1578 #endif | |
1579 syms_of_minibuf (); | |
1580 #ifdef HAVE_SHLIB | |
1581 syms_of_module (); | |
1582 #endif | |
1983 | 1583 #ifdef WITH_NUMBER_TYPES |
1584 syms_of_number (); | |
1585 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1586 syms_of_fontcolor (); |
428 | 1587 syms_of_print (); |
1588 syms_of_process (); | |
1589 #ifdef HAVE_WIN32_PROCESSES | |
1590 syms_of_process_nt (); | |
1591 #endif | |
1592 syms_of_profile (); | |
1303 | 1593 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined (DOUG_LEA_MALLOC) |
428 | 1594 syms_of_ralloc (); |
1595 #endif /* HAVE_MMAP && REL_ALLOC */ | |
1596 syms_of_rangetab (); | |
1597 syms_of_redisplay (); | |
1598 syms_of_search (); | |
1599 syms_of_select (); | |
1600 syms_of_signal (); | |
1601 syms_of_sound (); | |
1602 syms_of_specifier (); | |
1603 syms_of_symbols (); | |
1604 syms_of_syntax (); | |
1605 #ifdef HAVE_SCROLLBARS | |
1606 syms_of_scrollbar (); | |
1607 #endif | |
771 | 1608 syms_of_text (); |
5814
a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
5607
diff
changeset
|
1609 syms_of_tls (); |
428 | 1610 #ifdef HAVE_TOOLBARS |
1611 syms_of_toolbar (); | |
1612 #endif | |
1613 syms_of_undo (); | |
1614 syms_of_widget (); | |
1615 syms_of_window (); | |
1616 | |
1617 #ifdef HAVE_TTY | |
1618 syms_of_console_tty (); | |
1619 syms_of_device_tty (); | |
771 | 1620 syms_of_frame_tty (); |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1621 syms_of_fontcolor_tty (); |
428 | 1622 #endif |
1623 | |
462 | 1624 #ifdef HAVE_GTK |
1625 syms_of_device_gtk (); | |
1626 syms_of_frame_gtk (); | |
1627 syms_of_glyphs_gtk (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1628 syms_of_fontcolor_gtk (); |
462 | 1629 syms_of_ui_gtk (); |
1630 syms_of_select_gtk (); | |
1631 #ifdef HAVE_DIALOGS | |
1632 syms_of_dialog_gtk (); | |
1633 #endif | |
1634 #ifdef HAVE_MENUBARS | |
1635 syms_of_menubar_gtk (); | |
1636 #endif | |
1637 syms_of_select_gtk (); | |
854 | 1638 |
771 | 1639 #ifdef HAVE_GUI_OBJECTS |
462 | 1640 syms_of_gui_gtk (); |
1641 #endif | |
1642 #endif /* HAVE_GTK */ | |
1643 | |
428 | 1644 #ifdef HAVE_X_WINDOWS |
442 | 1645 #ifdef HAVE_BALLOON_HELP |
440 | 1646 syms_of_balloon_x (); |
442 | 1647 #endif |
428 | 1648 syms_of_device_x (); |
771 | 1649 #ifdef HAVE_X_DIALOGS |
428 | 1650 syms_of_dialog_x (); |
1651 #endif | |
1652 syms_of_frame_x (); | |
1653 syms_of_glyphs_x (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1654 syms_of_fontcolor_x (); |
428 | 1655 #ifdef HAVE_MENUBARS |
1656 syms_of_menubar_x (); | |
1657 #endif | |
440 | 1658 syms_of_select_x (); |
771 | 1659 #ifdef HAVE_GUI_OBJECTS |
428 | 1660 syms_of_gui_x (); |
1661 #endif | |
771 | 1662 syms_of_intl_x (); |
428 | 1663 #ifdef HAVE_XIM |
1664 #ifdef XIM_XLIB | |
1665 syms_of_input_method_xlib (); | |
1666 #endif | |
1667 #endif /* HAVE_XIM */ | |
3094 | 1668 |
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4871
diff
changeset
|
1669 #ifdef HAVE_XFT |
3354 | 1670 syms_of_font_mgr(); |
3094 | 1671 #endif |
1672 | |
428 | 1673 #endif /* HAVE_X_WINDOWS */ |
1674 | |
1675 #ifdef HAVE_MS_WINDOWS | |
1676 syms_of_console_mswindows (); | |
1677 syms_of_device_mswindows (); | |
903 | 1678 syms_of_event_mswindows (); |
771 | 1679 #ifdef HAVE_DIALOGS |
442 | 1680 syms_of_dialog_mswindows (); |
771 | 1681 #endif |
428 | 1682 syms_of_frame_mswindows (); |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1683 syms_of_fontcolor_mswindows (); |
428 | 1684 syms_of_select_mswindows (); |
1685 syms_of_glyphs_mswindows (); | |
771 | 1686 #ifdef HAVE_GUI_OBJECTS |
440 | 1687 syms_of_gui_mswindows (); |
771 | 1688 #endif |
428 | 1689 #ifdef HAVE_MENUBARS |
1690 syms_of_menubar_mswindows (); | |
1691 #endif | |
1692 #ifdef HAVE_SCROLLBARS | |
1693 syms_of_scrollbar_mswindows (); | |
1694 #endif | |
442 | 1695 #endif /* HAVE_MS_WINDOWS */ |
902 | 1696 #ifdef WIN32_NATIVE |
428 | 1697 syms_of_dired_mswindows (); |
771 | 1698 syms_of_nt (); |
428 | 1699 #endif |
1315 | 1700 #ifdef WIN32_ANY |
442 | 1701 syms_of_win32 (); |
1702 #endif | |
428 | 1703 |
771 | 1704 syms_of_file_coding (); |
1705 syms_of_unicode (); | |
428 | 1706 #ifdef MULE |
1707 syms_of_mule_ccl (); | |
1708 syms_of_mule_charset (); | |
771 | 1709 syms_of_mule_coding (); |
428 | 1710 #ifdef HAVE_WNN |
1711 syms_of_mule_wnn (); | |
1712 #endif | |
2973 | 1713 #if defined(HAVE_CANNA) && !defined (HAVE_SHLIB) |
1714 syms_of_canna_api (); | |
428 | 1715 #endif /* HAVE_CANNA */ |
1716 #endif /* MULE */ | |
1717 | |
1315 | 1718 #ifdef WIN32_ANY |
771 | 1719 syms_of_intl_win32 (); |
1720 #endif | |
1721 | |
428 | 1722 #ifdef SYMS_SYSTEM |
1723 SYMS_SYSTEM; | |
1724 #endif | |
1725 | |
1726 #ifdef SYMS_MACHINE | |
1727 SYMS_MACHINE; | |
1728 #endif | |
1729 | |
1730 /* Prior to XEmacs 21, this was `#if 0'ed out. -slb */ | |
1731 #if defined (LOSING_GCC_DESTRUCTOR_FREE_BUG) | |
1732 syms_of_free_hook (); | |
1733 #endif | |
1734 | |
1735 #ifdef TOOLTALK | |
1736 syms_of_tooltalk (); | |
1737 #endif | |
1738 | |
1739 #ifdef SUNPRO | |
1740 syms_of_sunpro (); | |
1741 #endif | |
1742 | |
996 | 1743 #if defined (HAVE_LDAP) && !defined (HAVE_SHLIB) |
428 | 1744 syms_of_eldap (); |
1745 #endif | |
1746 | |
1747 #ifdef HAVE_GPM | |
442 | 1748 syms_of_gpmevent (); |
1749 #endif | |
1750 | |
996 | 1751 #if defined (HAVE_POSTGRESQL) && !defined (HAVE_SHLIB) |
442 | 1752 syms_of_postgresql (); |
428 | 1753 #endif |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1754 } |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1755 |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1756 if (!initialized |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1757 #ifdef PDUMP |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1758 || !restart |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1759 #endif |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1760 ) |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1761 { |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1762 buffer_objects_create (); |
5560
58b38d5b32d0
Implement print-circle, allowing recursive and circular structures to be read.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5474
diff
changeset
|
1763 bytecode_objects_create (); |
5170
5ddbab03b0e6
various fixes to memory-usage stats
Ben Wing <ben@xemacs.org>
parents:
5169
diff
changeset
|
1764 casetab_objects_create (); |
5560
58b38d5b32d0
Implement print-circle, allowing recursive and circular structures to be read.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5474
diff
changeset
|
1765 chartab_objects_create (); |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1766 extent_objects_create (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1767 face_objects_create (); |
5158
9e0b43d3095c
more cleanups to object-memory-usage stuff
Ben Wing <ben@xemacs.org>
parents:
5157
diff
changeset
|
1768 frame_objects_create (); |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1769 glyph_objects_create (); |
5158
9e0b43d3095c
more cleanups to object-memory-usage stuff
Ben Wing <ben@xemacs.org>
parents:
5157
diff
changeset
|
1770 hash_table_objects_create (); |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1771 lstream_objects_create (); |
5160
ab9ee10a53e4
fix various problems with allocation statistics, track overhead properly
Ben Wing <ben@xemacs.org>
parents:
5158
diff
changeset
|
1772 #ifdef MULE |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1773 mule_charset_objects_create (); |
5160
ab9ee10a53e4
fix various problems with allocation statistics, track overhead properly
Ben Wing <ben@xemacs.org>
parents:
5158
diff
changeset
|
1774 #endif |
5560
58b38d5b32d0
Implement print-circle, allowing recursive and circular structures to be read.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5474
diff
changeset
|
1775 rangetab_objects_create (); |
5170
5ddbab03b0e6
various fixes to memory-usage stats
Ben Wing <ben@xemacs.org>
parents:
5169
diff
changeset
|
1776 #ifdef HAVE_SCROLLBARS |
5ddbab03b0e6
various fixes to memory-usage stats
Ben Wing <ben@xemacs.org>
parents:
5169
diff
changeset
|
1777 scrollbar_objects_create (); |
5ddbab03b0e6
various fixes to memory-usage stats
Ben Wing <ben@xemacs.org>
parents:
5169
diff
changeset
|
1778 #endif |
5179
14fda1dbdb26
add memory usage info for specifiers
Ben Wing <ben@xemacs.org>
parents:
5170
diff
changeset
|
1779 specifier_objects_create (); |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1780 #ifdef HAVE_GTK |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1781 ui_gtk_objects_create (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1782 #endif |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1783 window_objects_create (); |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1784 } |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1785 |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1786 if (!initialized) |
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
1787 { |
428 | 1788 /* Now create the subtypes for the types that have them. |
1789 We do this before the vars_*() because more symbols | |
1790 may get initialized here. */ | |
1791 | |
1792 /* Now initialize the console types and associated symbols. | |
1793 Other than the first function below, the functions may | |
1794 make exactly the following function/macro calls: | |
1795 | |
1796 INITIALIZE_CONSOLE_TYPE() | |
1797 CONSOLE_HAS_METHOD() | |
1798 | |
1799 For any given console type, the former macro must be called | |
1800 before the any calls to the latter macro. */ | |
1801 | |
1802 console_type_create (); | |
1803 | |
1804 console_type_create_stream (); | |
1805 | |
1806 #ifdef HAVE_TTY | |
1807 console_type_create_tty (); | |
1808 console_type_create_device_tty (); | |
1809 console_type_create_frame_tty (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1810 console_type_create_fontcolor_tty (); |
428 | 1811 console_type_create_redisplay_tty (); |
1812 #endif | |
1813 | |
462 | 1814 #ifdef HAVE_GTK |
1815 console_type_create_gtk (); | |
1816 console_type_create_select_gtk (); | |
1817 console_type_create_device_gtk (); | |
1818 console_type_create_frame_gtk (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1819 console_type_create_fontcolor_gtk (); |
462 | 1820 console_type_create_glyphs_gtk (); |
1821 console_type_create_redisplay_gtk (); | |
1822 #ifdef HAVE_MENUBARS | |
1823 console_type_create_menubar_gtk (); | |
1824 #endif | |
1825 #ifdef HAVE_SCROLLBARS | |
1826 console_type_create_scrollbar_gtk (); | |
1827 #endif | |
1828 #ifdef HAVE_TOOLBARS | |
1829 console_type_create_toolbar_gtk (); | |
1830 #endif | |
1831 #ifdef HAVE_DIALOGS | |
1832 console_type_create_dialog_gtk (); | |
1833 #endif | |
1834 #endif /* HAVE_GTK */ | |
1835 | |
428 | 1836 #ifdef HAVE_X_WINDOWS |
1837 console_type_create_x (); | |
1838 console_type_create_device_x (); | |
1839 console_type_create_frame_x (); | |
1840 console_type_create_glyphs_x (); | |
1841 console_type_create_select_x (); | |
1842 #ifdef HAVE_MENUBARS | |
1843 console_type_create_menubar_x (); | |
1844 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1845 console_type_create_fontcolor_x (); |
428 | 1846 console_type_create_redisplay_x (); |
1847 #ifdef HAVE_SCROLLBARS | |
1848 console_type_create_scrollbar_x (); | |
1849 #endif | |
1850 #ifdef HAVE_TOOLBARS | |
1851 console_type_create_toolbar_x (); | |
1852 #endif | |
771 | 1853 #ifdef HAVE_X_DIALOGS |
428 | 1854 console_type_create_dialog_x (); |
1855 #endif | |
1856 #endif /* HAVE_X_WINDOWS */ | |
1857 | |
1858 #ifdef HAVE_MS_WINDOWS | |
1859 console_type_create_mswindows (); | |
1860 console_type_create_device_mswindows (); | |
1861 console_type_create_frame_mswindows (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1862 console_type_create_fontcolor_mswindows (); |
428 | 1863 console_type_create_redisplay_mswindows (); |
1864 console_type_create_glyphs_mswindows (); | |
1865 console_type_create_select_mswindows (); | |
1866 # ifdef HAVE_SCROLLBARS | |
1867 console_type_create_scrollbar_mswindows (); | |
1868 # endif | |
1869 #ifdef HAVE_MENUBARS | |
1870 console_type_create_menubar_mswindows (); | |
1871 #endif | |
1872 #ifdef HAVE_TOOLBARS | |
1873 console_type_create_toolbar_mswindows (); | |
1874 #endif | |
1875 #ifdef HAVE_DIALOGS | |
1876 console_type_create_dialog_mswindows (); | |
1877 #endif | |
1878 #endif | |
1879 | |
1880 /* Now initialize the specifier types and associated symbols. | |
1881 Other than the first function below, the functions may | |
1882 make exactly the following function/macro calls: | |
1883 | |
1884 INITIALIZE_SPECIFIER_TYPE() | |
1885 SPECIFIER_HAS_METHOD() | |
1886 | |
1887 For any given specifier type, the former macro must be called | |
1888 before the any calls to the latter macro. */ | |
1889 | |
1890 specifier_type_create (); | |
1891 | |
1892 specifier_type_create_image (); | |
1893 specifier_type_create_gutter (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1894 specifier_type_create_fontcolor (); |
428 | 1895 #ifdef HAVE_TOOLBARS |
1896 specifier_type_create_toolbar (); | |
1897 #endif | |
1898 | |
771 | 1899 /* Now initialize the coding system types and associated symbols. |
1900 Other than the first function below, the functions may | |
1901 make exactly the following function/macro calls: | |
1902 | |
1903 INITIALIZE_CODING_SYSTEM_TYPE() | |
1904 CODING_SYSTEM_HAS_METHOD() | |
1905 | |
1906 For any given coding system type, the former macro must be called | |
1907 before the any calls to the latter macro. */ | |
1908 | |
1909 coding_system_type_create (); | |
1910 coding_system_type_create_unicode (); | |
1315 | 1911 #ifdef WIN32_ANY |
771 | 1912 coding_system_type_create_intl_win32 (); |
1913 #endif | |
1914 #ifdef MULE | |
1915 coding_system_type_create_mule_coding (); | |
1916 #endif | |
1917 | |
428 | 1918 /* Now initialize the image instantiator formats and associated symbols. |
1919 Other than the first function below, the functions may | |
1920 make exactly the following function/macro calls: | |
1921 | |
1922 INITIALIZE_IMAGE_INSTANTIATOR_FORMAT() | |
1923 IIFORMAT_HAS_METHOD() | |
1924 IIFORMAT_VALID_KEYWORD() | |
1925 | |
1926 For any given image instantiator format, the first macro must be | |
1927 called before the any calls to the other macros. */ | |
1928 | |
1929 image_instantiator_format_create (); | |
5091 | 1930 #ifdef HAVE_WINDOW_SYSTEM |
428 | 1931 image_instantiator_format_create_glyphs_eimage (); |
5091 | 1932 #endif |
428 | 1933 image_instantiator_format_create_glyphs_widget (); |
1934 #ifdef HAVE_TTY | |
1935 image_instantiator_format_create_glyphs_tty (); | |
1936 #endif | |
1937 #ifdef HAVE_X_WINDOWS | |
1938 image_instantiator_format_create_glyphs_x (); | |
1939 #endif /* HAVE_X_WINDOWS */ | |
1940 #ifdef HAVE_MS_WINDOWS | |
1941 image_instantiator_format_create_glyphs_mswindows (); | |
1204 | 1942 #endif /* HAVE_MS_WINDOWS */ |
462 | 1943 #ifdef HAVE_GTK |
1944 image_instantiator_format_create_glyphs_gtk (); | |
1945 #endif | |
2367 | 1946 } |
1947 #ifdef PDUMP | |
1948 else if (!restart) /* after successful pdump_load() | |
1949 (note, we are inside ifdef PDUMP) */ | |
1950 { | |
1951 reinit_console_type_create_stream (); | |
1952 #ifdef HAVE_TTY | |
1953 reinit_console_type_create_tty (); | |
1954 #endif | |
1955 #ifdef HAVE_X_WINDOWS | |
1956 reinit_console_type_create_x (); | |
1957 reinit_console_type_create_device_x (); | |
1958 #endif | |
1959 #ifdef HAVE_MS_WINDOWS | |
1960 reinit_console_type_create_mswindows (); | |
1961 #endif | |
1962 #ifdef HAVE_GTK | |
1963 reinit_console_type_create_gtk (); | |
1964 #endif | |
1965 | |
1966 reinit_specifier_type_create (); | |
1967 reinit_specifier_type_create_image (); | |
1968 reinit_specifier_type_create_gutter (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
1969 reinit_specifier_type_create_fontcolor (); |
2367 | 1970 #ifdef HAVE_TOOLBARS |
1971 reinit_specifier_type_create_toolbar (); | |
1972 #endif | |
1973 | |
1974 reinit_coding_system_type_create (); | |
1975 reinit_coding_system_type_create_unicode (); | |
1976 #ifdef WIN32_ANY | |
1977 reinit_coding_system_type_create_intl_win32 (); | |
1978 #endif | |
1979 #ifdef MULE | |
1980 reinit_coding_system_type_create_mule_coding (); | |
1981 #endif | |
1982 } | |
1983 #endif /* PDUMP */ | |
1984 | |
1985 if (!initialized | |
1986 #ifdef PDUMP | |
1987 || !restart | |
1988 #endif | |
1989 ) | |
1990 { | |
1991 /* Now initialize the structure types and associated symbols. | |
1992 Other than the first function below, the functions may | |
1993 make exactly the following function/macro calls: | |
1994 | |
1995 define_structure_type() | |
1996 define_structure_type_keyword() | |
1997 | |
1998 */ | |
1999 | |
2000 structure_type_create (); | |
2001 | |
2002 structure_type_create_chartab (); | |
2003 structure_type_create_faces (); | |
2004 structure_type_create_rangetab (); | |
2005 structure_type_create_hash_table (); | |
428 | 2006 |
2007 /* Now initialize the lstream types and associated symbols. | |
2008 Other than the first function below, the functions may | |
2009 make exactly the following function/macro calls: | |
2010 | |
2011 LSTREAM_HAS_METHOD() | |
2012 | |
2013 */ | |
2014 | |
2015 lstream_type_create (); | |
2016 lstream_type_create_file_coding (); | |
853 | 2017 #if defined (HAVE_MS_WINDOWS) && !defined (HAVE_MSG_SELECT) |
428 | 2018 lstream_type_create_mswindows_selectable (); |
2019 #endif | |
2020 | |
2021 /* Initialize processes implementation. | |
2022 The functions may make exactly the following function/macro calls: | |
2023 | |
2024 PROCESS_HAS_METHOD() | |
2025 */ | |
2026 #ifdef HAVE_UNIX_PROCESSES | |
2027 process_type_create_unix (); | |
2028 #endif | |
2029 #ifdef HAVE_WIN32_PROCESSES | |
2030 process_type_create_nt (); | |
2031 #endif | |
2367 | 2032 } |
2033 | |
2034 if (!initialized) | |
2035 { | |
428 | 2036 /* Now initialize most variables. |
2037 | |
2038 These functions may do exactly the following: | |
2039 | |
771 | 2040 -- assigning a symbol or constant value to a variable |
2041 -- using a global variable that has been initialized | |
2042 earlier on in the same function | |
2043 -- DEFVAR_INT() | |
2044 -- DEFVAR_LISP() | |
2045 -- DEFVAR_BOOL() | |
2046 -- DEFER_GETTEXT() | |
2047 -- staticpro*() | |
2048 -- xmalloc*(), xnew*(), and friends | |
2049 -- Dynarr_*() | |
2050 -- Blocktype_*() | |
1303 | 2051 -- Fprovide (symbol) |
771 | 2052 -- intern() |
2053 -- Fput() | |
2054 -- dump_add_*() | |
2055 -- C library functions with no external dependencies, e.g. str*() | |
2056 -- defsymbol(), if it's absolutely necessary and you're sure that | |
2057 the symbol isn't referenced anywhere else in the initialization | |
2058 code | |
2059 -- Fset() on a symbol that is unbound | |
2060 -- Any of the object-creating functions in alloc.c: e.g. | |
2061 - make_string() | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
2062 - build_istring() |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
2063 - build_cistring() |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
2064 - build_ascstring() |
771 | 2065 - make_vector() |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
2066 - make_fixnum() |
771 | 2067 - make_char() |
2068 - make_extent() | |
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5126
diff
changeset
|
2069 - ALLOC_NORMAL_LISP_OBJECT() |
5117
3742ea8250b5
Checking in final CVS version of workspace 'ben-lisp-object'
Ben Wing <ben@xemacs.org>
parents:
3024
diff
changeset
|
2070 - ALLOC_SIZED_LISP_OBJECT() |
771 | 2071 - Fcons() |
2072 - listN() | |
2073 - make_lcrecord_list() | |
2074 -- make_opaque_ptr() | |
2075 -- make_lisp_hash_table() (not allowed in 21.4!) | |
2076 -- certain specifier creation functions (but be careful; see | |
2077 glyphs.c for examples) | |
428 | 2078 |
2079 perhaps a few others. | |
446 | 2080 |
771 | 2081 NO EXTERNAL-FORMAT CONVERSIONS. |
2082 | |
446 | 2083 NB: Initialization or assignment should not be done here to certain |
2084 variables settable from the command line. See the comment above | |
2085 the call to pdump_load() in main_1(). This caveat should only | |
2086 apply to vars_of_emacs(). | |
2367 | 2087 |
2088 Order should not matter in these functions. | |
428 | 2089 */ |
2090 | |
2091 /* Now allow Fprovide() statements to be made. */ | |
2092 init_provide_once (); | |
2093 | |
2094 /* Do that before any specifier creation (esp. vars_of_glyphs()) */ | |
2095 vars_of_specifier (); | |
2096 | |
2097 vars_of_abbrev (); | |
2098 vars_of_alloc (); | |
2099 vars_of_buffer (); | |
2100 vars_of_bytecode (); | |
2101 vars_of_callint (); | |
5170
5ddbab03b0e6
various fixes to memory-usage stats
Ben Wing <ben@xemacs.org>
parents:
5169
diff
changeset
|
2102 vars_of_casetab (); |
428 | 2103 vars_of_chartab (); |
2104 vars_of_cmdloop (); | |
2105 vars_of_cmds (); | |
2106 vars_of_console (); | |
2107 vars_of_data (); | |
2108 #ifdef DEBUG_XEMACS | |
2109 vars_of_debug (); | |
440 | 2110 vars_of_tests (); |
428 | 2111 #endif |
2112 vars_of_console_stream (); | |
2113 vars_of_device (); | |
2114 #ifdef HAVE_DIALOGS | |
2115 vars_of_dialog (); | |
2116 #endif | |
2117 vars_of_dired (); | |
2118 vars_of_doc (); | |
2119 #ifdef HAVE_DRAGNDROP | |
2120 vars_of_dragdrop (); | |
2121 #endif | |
2122 vars_of_editfns (); | |
5158
9e0b43d3095c
more cleanups to object-memory-usage stuff
Ben Wing <ben@xemacs.org>
parents:
5157
diff
changeset
|
2123 vars_of_elhash (); |
428 | 2124 vars_of_emacs (); |
2125 vars_of_eval (); | |
2126 | |
2127 #ifdef HAVE_X_WINDOWS | |
2128 vars_of_event_Xt (); | |
2129 #endif | |
1303 | 2130 #if defined (HAVE_TTY) && (defined (DEBUG_TTY_EVENT_STREAM) || !defined (HAVE_X_WINDOWS)) |
428 | 2131 vars_of_event_tty (); |
2132 #endif | |
2133 #ifdef HAVE_MS_WINDOWS | |
2134 vars_of_event_mswindows (); | |
2135 #endif | |
2136 vars_of_event_stream (); | |
2137 | |
2138 vars_of_events (); | |
2139 vars_of_extents (); | |
2140 vars_of_faces (); | |
771 | 2141 vars_of_file_coding (); |
428 | 2142 vars_of_fileio (); |
444 | 2143 #ifdef CLASH_DETECTION |
2144 vars_of_filelock (); | |
2145 #endif | |
428 | 2146 vars_of_floatfns (); |
771 | 2147 vars_of_fns (); |
826 | 2148 #ifdef USE_C_FONT_LOCK |
428 | 2149 vars_of_font_lock (); |
826 | 2150 #endif /* USE_C_FONT_LOCK */ |
428 | 2151 vars_of_frame (); |
3092 | 2152 vars_of_gc (); |
428 | 2153 vars_of_glyphs (); |
5091 | 2154 #ifdef HAVE_WINDOW_SYSTEM |
428 | 2155 vars_of_glyphs_eimage (); |
5091 | 2156 #endif |
428 | 2157 vars_of_glyphs_widget (); |
2158 vars_of_gui (); | |
2159 vars_of_gutter (); | |
2160 vars_of_indent (); | |
2161 vars_of_insdel (); | |
2162 vars_of_intl (); | |
1315 | 2163 #ifdef WIN32_ANY |
771 | 2164 vars_of_intl_win32 (); |
2165 #endif | |
428 | 2166 #ifdef HAVE_XIM |
2167 #ifdef XIM_MOTIF | |
2168 vars_of_input_method_motif (); | |
2169 #else /* XIM_XLIB */ | |
2170 vars_of_input_method_xlib (); | |
2171 #endif | |
2172 #endif /* HAVE_XIM */ | |
2173 vars_of_keymap (); | |
2174 vars_of_lread (); | |
2175 vars_of_lstream (); | |
2176 vars_of_macros (); | |
2177 vars_of_md5 (); | |
2178 #ifdef HAVE_DATABASE | |
2179 vars_of_database (); | |
2180 #endif | |
2181 #ifdef HAVE_MENUBARS | |
2182 vars_of_menubar (); | |
2183 #endif | |
2184 vars_of_minibuf (); | |
2185 vars_of_module (); | |
442 | 2186 #ifdef WIN32_NATIVE |
902 | 2187 vars_of_dired_mswindows (); |
440 | 2188 vars_of_nt (); |
428 | 2189 #endif |
1983 | 2190 #ifdef WITH_NUMBER_TYPES |
2191 vars_of_number (); | |
2192 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2193 vars_of_fontcolor (); |
428 | 2194 vars_of_print (); |
2195 | |
2196 vars_of_process (); | |
2197 #ifdef HAVE_UNIX_PROCESSES | |
2198 vars_of_process_unix (); | |
2199 #endif | |
2200 #ifdef HAVE_WIN32_PROCESSES | |
2201 vars_of_process_nt (); | |
2202 #endif | |
2203 | |
2204 vars_of_profile (); | |
1303 | 2205 #if defined (HAVE_MMAP) && defined (REL_ALLOC) && !defined (DOUG_LEA_MALLOC) |
428 | 2206 vars_of_ralloc (); |
2207 #endif /* HAVE_MMAP && REL_ALLOC */ | |
2526 | 2208 vars_of_realpath (); |
428 | 2209 vars_of_redisplay (); |
814 | 2210 vars_of_regex (); |
428 | 2211 #ifdef HAVE_SCROLLBARS |
2212 vars_of_scrollbar (); | |
2213 #endif | |
2214 vars_of_search (); | |
2215 vars_of_select (); | |
2216 vars_of_sound (); | |
2217 vars_of_symbols (); | |
2218 vars_of_syntax (); | |
771 | 2219 vars_of_text (); |
5814
a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
5607
diff
changeset
|
2220 vars_of_tls (); |
428 | 2221 #ifdef HAVE_TOOLBARS |
2222 vars_of_toolbar (); | |
2223 #endif | |
2224 vars_of_undo (); | |
2225 vars_of_window (); | |
1315 | 2226 #ifdef WIN32_ANY |
771 | 2227 vars_of_win32 (); |
2228 #endif | |
428 | 2229 |
2230 #ifdef HAVE_TTY | |
2231 vars_of_console_tty (); | |
2232 vars_of_frame_tty (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2233 vars_of_fontcolor_tty (); |
428 | 2234 #endif |
2235 | |
462 | 2236 #ifdef HAVE_GTK |
2237 vars_of_device_gtk (); | |
4380
461fdb92f3b6
Correct the perhaps_init_unseen_key_defaults GTK code; don't override X11 fonts.
Aidan Kehoe <kehoea@parhasard.net>
parents:
3466
diff
changeset
|
2238 vars_of_console_gtk (); |
462 | 2239 #ifdef HAVE_DIALOGS |
2240 vars_of_dialog_gtk (); | |
2241 #endif | |
2242 vars_of_event_gtk (); | |
2243 vars_of_frame_gtk (); | |
2244 vars_of_glyphs_gtk (); | |
2245 vars_of_ui_gtk (); | |
2246 #ifdef HAVE_MENUBARS | |
2247 vars_of_menubar_gtk (); | |
2248 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2249 vars_of_fontcolor_gtk (); |
462 | 2250 vars_of_select_gtk (); |
2251 #ifdef HAVE_SCROLLBARS | |
2252 vars_of_scrollbar_gtk (); | |
2253 #endif | |
2254 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_DIALOGS) || defined (HAVE_TOOLBARS) | |
2255 vars_of_gui_gtk (); | |
2256 #endif | |
2257 #endif /* HAVE_GTK */ | |
2258 | |
428 | 2259 #ifdef HAVE_X_WINDOWS |
442 | 2260 #ifdef HAVE_BALLOON_HELP |
440 | 2261 vars_of_balloon_x (); |
442 | 2262 #endif |
3381 | 2263 vars_of_console_x (); |
428 | 2264 vars_of_device_x (); |
771 | 2265 #ifdef HAVE_X_DIALOGS |
428 | 2266 vars_of_dialog_x (); |
2267 #endif | |
2268 vars_of_frame_x (); | |
2269 vars_of_glyphs_x (); | |
2270 #ifdef HAVE_MENUBARS | |
2271 vars_of_menubar_x (); | |
2272 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2273 vars_of_fontcolor_x (); |
440 | 2274 vars_of_select_x (); |
428 | 2275 #ifdef HAVE_SCROLLBARS |
2276 vars_of_scrollbar_x (); | |
2277 #endif | |
771 | 2278 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS) |
428 | 2279 vars_of_gui_x (); |
2280 #endif | |
3094 | 2281 |
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4871
diff
changeset
|
2282 #ifdef HAVE_XFT |
3354 | 2283 vars_of_font_mgr (); |
3094 | 2284 #endif |
2285 | |
440 | 2286 #endif /* HAVE_X_WINDOWS */ |
428 | 2287 |
462 | 2288 |
428 | 2289 #ifdef HAVE_MS_WINDOWS |
2290 vars_of_device_mswindows (); | |
2291 vars_of_console_mswindows (); | |
2292 vars_of_frame_mswindows (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2293 vars_of_fontcolor_mswindows (); |
428 | 2294 vars_of_select_mswindows (); |
2295 vars_of_glyphs_mswindows (); | |
2296 #ifdef HAVE_SCROLLBARS | |
2297 vars_of_scrollbar_mswindows (); | |
2298 #endif | |
2299 #ifdef HAVE_MENUBARS | |
2300 vars_of_menubar_mswindows (); | |
2301 #endif | |
2302 #ifdef HAVE_DIALOGS | |
2303 vars_of_dialog_mswindows (); | |
2304 #endif | |
2305 #endif /* HAVE_MS_WINDOWS */ | |
2306 | |
2307 #ifdef MULE | |
2308 vars_of_mule_ccl (); | |
2309 vars_of_mule_charset (); | |
2310 #endif | |
2311 vars_of_file_coding (); | |
771 | 2312 vars_of_unicode (); |
428 | 2313 #ifdef MULE |
771 | 2314 vars_of_mule_coding (); |
428 | 2315 #ifdef HAVE_WNN |
2316 vars_of_mule_wnn (); | |
2317 #endif | |
2973 | 2318 #if defined(HAVE_CANNA) && !defined (HAVE_SHLIB) |
2319 vars_of_canna_api (); | |
428 | 2320 #endif /* HAVE_CANNA */ |
2321 #endif /* MULE */ | |
2322 | |
2323 #ifdef TOOLTALK | |
2324 vars_of_tooltalk (); | |
2325 #endif | |
2326 | |
2327 #ifdef SUNPRO | |
2328 vars_of_sunpro (); | |
2329 #endif | |
2330 | |
996 | 2331 #if defined (HAVE_LDAP) && !defined (HAVE_SHLIB) |
428 | 2332 vars_of_eldap (); |
2333 #endif | |
2334 | |
996 | 2335 #if defined (HAVE_POSTGRESQL) && !defined (HAVE_SHLIB) |
771 | 2336 vars_of_postgresql (); |
442 | 2337 #endif |
2338 | |
428 | 2339 #ifdef HAVE_GPM |
442 | 2340 vars_of_gpmevent (); |
428 | 2341 #endif |
2367 | 2342 } |
2343 | |
2344 if (!initialized | |
2345 #ifdef PDUMP | |
2346 || !restart | |
2347 #endif | |
2348 ) | |
2349 { | |
2350 /* Now do additional vars_of_*() initialization that happens both | |
2351 at dump time and after pdump load. */ | |
5157
1fae11d56ad2
redo memory-usage mechanism, add way of dynamically initializing Lisp objects
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
2352 reinit_vars_of_alloc (); |
2367 | 2353 reinit_vars_of_buffer (); |
4921
17362f371cc2
add more byte-code assertions and better failure output
Ben Wing <ben@xemacs.org>
parents:
4871
diff
changeset
|
2354 reinit_vars_of_bytecode (); |
2367 | 2355 reinit_vars_of_console (); |
2356 #ifdef DEBUG_XEMACS | |
2357 reinit_vars_of_debug (); | |
2358 #endif | |
2359 reinit_vars_of_device (); | |
2360 reinit_vars_of_eval (); | |
2361 #if defined (HAVE_TTY) && (defined (DEBUG_TTY_EVENT_STREAM) || !defined (HAVE_X_WINDOWS)) | |
2362 reinit_vars_of_event_tty (); | |
2363 #endif | |
2364 reinit_vars_of_event_stream (); | |
2365 reinit_vars_of_events (); | |
2366 reinit_vars_of_file_coding (); | |
2367 reinit_vars_of_fileio (); | |
2368 #ifdef USE_C_FONT_LOCK | |
2369 reinit_vars_of_font_lock (); | |
2370 #endif /* USE_C_FONT_LOCK */ | |
2371 reinit_vars_of_glyphs (); | |
2372 reinit_vars_of_glyphs_widget (); | |
2373 reinit_vars_of_insdel (); | |
2374 reinit_vars_of_lread (); | |
3263 | 2375 #ifndef NEW_GC |
2367 | 2376 reinit_vars_of_lstream (); |
3263 | 2377 #endif /* not NEW_GC */ |
2367 | 2378 reinit_vars_of_minibuf (); |
2379 #ifdef HAVE_SHLIB | |
2380 reinit_vars_of_module (); | |
2381 #endif | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2382 reinit_vars_of_fontcolor (); |
2367 | 2383 reinit_vars_of_print (); |
2384 reinit_vars_of_search (); | |
2385 reinit_vars_of_text (); | |
2386 reinit_vars_of_undo (); | |
2387 reinit_vars_of_window (); | |
2388 | |
2389 #ifdef HAVE_MS_WINDOWS | |
2390 reinit_vars_of_event_mswindows (); | |
2391 reinit_vars_of_frame_mswindows (); | |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5050
diff
changeset
|
2392 reinit_vars_of_fontcolor_mswindows (); |
2367 | 2393 #endif |
2394 | |
2395 #ifdef HAVE_GTK | |
2396 reinit_vars_of_event_gtk (); | |
2397 reinit_vars_of_menubar_gtk (); | |
2398 #endif | |
2399 | |
2400 #ifdef HAVE_X_WINDOWS | |
2401 reinit_vars_of_device_x (); | |
2402 reinit_vars_of_event_Xt (); | |
2403 #ifdef HAVE_SCROLLBARS | |
2404 reinit_vars_of_scrollbar_x (); | |
2405 #endif | |
2406 #ifdef HAVE_MENUBARS | |
2407 reinit_vars_of_menubar_x (); | |
2408 #endif | |
2409 reinit_vars_of_select_x (); | |
2410 #if defined (HAVE_MENUBARS) || defined (HAVE_SCROLLBARS) || defined (HAVE_X_DIALOGS) || defined (HAVE_TOOLBARS) | |
2411 reinit_vars_of_gui_x (); | |
2412 #endif | |
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4871
diff
changeset
|
2413 #ifdef HAVE_XFT |
3354 | 2414 reinit_vars_of_font_mgr (); |
3094 | 2415 #endif |
2367 | 2416 #endif /* HAVE_X_WINDOWS */ |
2417 | |
2418 #ifdef MULE | |
2419 reinit_vars_of_mule_coding (); | |
2420 #endif | |
2421 #if defined (MULE) && defined (HAVE_WNN) | |
2422 reinit_vars_of_mule_wnn (); | |
2423 #endif | |
2424 } | |
2425 | |
2426 if (!initialized) | |
2427 { | |
428 | 2428 /* Now initialize any specifier variables. We do this later |
2429 because it has some dependence on the vars initialized | |
2430 above. | |
2431 | |
2432 These functions should *only* initialize specifier variables, | |
2433 and may make use of the following functions/macros in addition | |
2434 to the ones listed above: | |
2435 | |
2436 DEFVAR_SPECIFIER() | |
2437 Fmake_specifier() | |
2438 set_specifier_fallback() | |
2439 set_specifier_caching() | |
2440 */ | |
2441 | |
2442 specifier_vars_of_glyphs (); | |
863 | 2443 specifier_vars_of_glyphs_widget (); |
428 | 2444 specifier_vars_of_gutter (); |
2445 #ifdef HAVE_MENUBARS | |
2446 specifier_vars_of_menubar (); | |
2447 #endif | |
2448 specifier_vars_of_redisplay (); | |
2449 #ifdef HAVE_SCROLLBARS | |
2450 specifier_vars_of_scrollbar (); | |
2451 #endif | |
2452 #ifdef HAVE_TOOLBARS | |
2453 specifier_vars_of_toolbar (); | |
2454 #endif | |
2455 specifier_vars_of_window (); | |
2456 | |
2457 /* Now comes all the rest of the variables that couldn't | |
2458 be handled above. There may be dependencies on variables | |
2459 initialized above, and dependencies between one complex_vars_() | |
2460 function and another. */ | |
2461 | |
2462 #ifdef MULE | |
814 | 2463 /* This depends on vars initialized in vars_of_unicode(). */ |
428 | 2464 complex_vars_of_mule_charset (); |
2465 #endif | |
814 | 2466 /* This one doesn't depend on anything really, and could go into |
2467 vars_of_(), but lots of lots of code gets called and it's easily | |
2468 possible that it could get changed to require being a | |
2469 complex_vars_of_(), for example if a charset appears anywhere, | |
2470 then we suddenly have dependence on the previous call. */ | |
428 | 2471 complex_vars_of_file_coding (); |
1315 | 2472 #ifdef WIN32_ANY |
4834
b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents:
4804
diff
changeset
|
2473 /* Define MS-Windows Unicode coding systems */ |
771 | 2474 complex_vars_of_intl_win32 (); |
428 | 2475 #endif |
4834
b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents:
4804
diff
changeset
|
2476 /* Define UTF-8 coding system */ |
b3ea9c582280
Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
Ben Wing <ben@xemacs.org>
parents:
4804
diff
changeset
|
2477 complex_vars_of_unicode (); |
428 | 2478 |
2367 | 2479 /* At this point we should be able to do conversion operations. |
2480 We have initialized things to the point that we can create Lisp | |
2481 objects and we have defined the basic coding systems (in the | |
2482 just-previous complex-vars calls). We will in fact do conversion | |
2483 quite soon, e.g. in complex_vars_of_glyphs_x(). */ | |
2484 inhibit_non_essential_conversion_operations = 0; | |
2485 | |
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4871
diff
changeset
|
2486 #ifdef HAVE_XFT |
3094 | 2487 /* This uses coding systems. Must be done before faces are init'ed. */ |
2488 /* not in xft reloaded #3 */ | |
3354 | 2489 complex_vars_of_font_mgr (); |
3094 | 2490 #endif |
2491 | |
771 | 2492 /* Depends on specifiers. */ |
2493 complex_vars_of_faces (); | |
2494 | |
428 | 2495 /* This calls allocate_glyph(), which creates specifiers |
2496 and also relies on a variable (Vthe_nothing_vector) initialized | |
771 | 2497 above. */ |
428 | 2498 complex_vars_of_glyphs (); |
2499 | |
2500 /* These rely on the glyphs just created in the previous function, | |
2501 and call Fadd_spec_to_specifier(), which relies on various | |
2502 variables initialized above. */ | |
462 | 2503 #ifdef HAVE_GTK |
2504 complex_vars_of_glyphs_gtk (); | |
2505 #endif | |
428 | 2506 #ifdef HAVE_X_WINDOWS |
2507 complex_vars_of_glyphs_x (); | |
2508 #endif | |
2509 #ifdef HAVE_MS_WINDOWS | |
2510 complex_vars_of_glyphs_mswindows (); | |
2511 #endif | |
2512 | |
2513 /* This calls Fmake_glyph_internal(). */ | |
2514 #ifdef HAVE_MENUBARS | |
2515 complex_vars_of_menubar (); | |
2516 #endif | |
2517 | |
617 | 2518 #ifdef HAVE_SCROLLBARS |
428 | 2519 /* This calls Fmake_glyph_internal(). */ |
2520 complex_vars_of_scrollbar (); | |
2521 #endif | |
2522 | |
2523 /* This calls allocate_glyph(). */ | |
2524 complex_vars_of_frame (); | |
2525 | |
2526 /* This calls Fcopy_category_table() under Mule, which calls who | |
2527 knows what. */ | |
2528 complex_vars_of_chartab (); | |
2529 | |
826 | 2530 /* This calls Fput_char_table(), which (under Mule) depends on the |
428 | 2531 charsets being initialized. */ |
2532 complex_vars_of_casetab (); | |
2533 | |
2534 /* This calls Fcopy_syntax_table(), which relies on char tables. */ | |
2535 complex_vars_of_syntax (); | |
2536 | |
2537 /* This initializes buffer-local variables, sets things up so | |
2538 that buffers can be created, and creates a couple of basic | |
2539 buffers. This depends on Vstandard_syntax_table and | |
2540 Vstandard_category_table (initialized in the previous | |
2541 functions), as well as a whole horde of variables that may | |
2542 have been initialized above. */ | |
2543 complex_vars_of_buffer (); | |
2544 | |
2545 /* This initializes console-local variables. */ | |
2546 complex_vars_of_console (); | |
2547 | |
2548 /* This creates a couple more buffers, and depends on the | |
2549 previous function. */ | |
2550 complex_vars_of_minibuf (); | |
2551 | |
2552 /* These two might call Ffile_name_as_directory(), which | |
2553 might depend on all sorts of things; I'm not sure. */ | |
2554 complex_vars_of_emacs (); | |
2555 | |
3092 | 2556 complex_vars_of_gc (); |
2557 | |
428 | 2558 /* This creates a couple of basic keymaps and depends on Lisp |
2559 hash tables and Ffset() (both of which depend on some variables | |
2560 initialized in the vars_of_*() section) and possibly other | |
2561 stuff. */ | |
2562 complex_vars_of_keymap (); | |
2563 | |
2564 #ifdef ERROR_CHECK_GC | |
2565 { | |
2566 extern int always_gc; | |
2567 if (always_gc) /* purification debugging hack */ | |
3092 | 2568 #ifdef NEW_GC |
2569 gc_full (); | |
2570 #else /* not NEW_GC */ | |
428 | 2571 garbage_collect_1 (); |
3092 | 2572 #endif /* not NEW_GC */ |
428 | 2573 } |
2574 #endif | |
1204 | 2575 } |
2367 | 2576 else |
2577 { | |
2578 /* We are at the equivalent place where we reset this in the | |
2579 non-initialized case. */ | |
2580 inhibit_non_essential_conversion_operations = 0; | |
1204 | 2581 |
428 | 2582 #ifdef PDUMP |
2367 | 2583 if (!restart) /* after successful pdump_load() |
2584 (note, we are inside ifdef PDUMP) */ | |
2585 { | |
2586 reinit_complex_vars_of_buffer_runtime_only (); | |
2587 reinit_complex_vars_of_console_runtime_only (); | |
2588 reinit_complex_vars_of_minibuf (); | |
2589 } | |
2590 #endif /* PDUMP */ | |
1204 | 2591 } |
2367 | 2592 |
2593 if (initialized) | |
2594 init_eval_semi_early (); | |
428 | 2595 |
2596 /* CONGRATULATIONS!!! We have successfully initialized the Lisp | |
2597 engine. */ | |
2598 | |
2599 /* Now do further initialization/setup of stuff that is not needed by the | |
2600 syms_of_() routines. This involves stuff that only is enabled in | |
2601 an interactive run (redisplay, user input, etc.) and stuff that is | |
2602 not needed until we start loading Lisp code (the reader). A lot | |
2603 of this stuff involves querying the current environment and needs | |
771 | 2604 to be done both at dump time and at run time. Some will be done |
2367 | 2605 only at run time, by querying the `initialized' variable. |
2606 | |
2607 The ordering of these functions is critical, especially the early ones, | |
2608 where there is typically a dependency from each to the previous. | |
2609 */ | |
771 | 2610 |
1315 | 2611 #ifdef WIN32_ANY |
771 | 2612 init_intl_win32 (); /* Under Windows, determine whether we use Unicode |
2613 or ANSI to call the system routines -- i.e. | |
2614 determine what the coding system `mswindows-tstr' | |
2615 is aliased to */ | |
2616 #endif | |
2617 init_buffer_1 (); /* Create *scratch* buffer; init_intl() is going to | |
2618 call Lisp code (the very first code we call), | |
2619 and needs a current buffer */ | |
2620 #ifdef MULE | |
2621 init_intl (); /* Figure out the locale and set native and | |
2622 file-name coding systems, initialize the Unicode tables | |
2623 so that we will be able to process non-ASCII from here | |
2624 on out! */ | |
428 | 2625 #endif |
2626 | |
814 | 2627 init_xemacs_process (); /* Set up the process environment (so that |
2628 egetenv works), the basic directory variables | |
2629 (exec-directory and so on), and stuff related | |
2630 to subprocesses. This should be first because | |
2631 many of the functions below call egetenv() to | |
2632 get environment variables. */ | |
771 | 2633 |
2634 #ifdef WIN32_NATIVE | |
2635 /* | |
2636 * For Win32, call init_environment() to properly enter environment/registry | |
2637 * variables into Vprocess_environment. | |
2638 */ | |
814 | 2639 init_mswindows_environment (); |
771 | 2640 #endif |
2641 | |
2642 init_initial_directory (); /* get the directory to use for the | |
2643 "*scratch*" buffer, etc. */ | |
2644 | |
1983 | 2645 #ifdef WITH_NUMBER_TYPES |
2646 /* Set up bignums, ratios, bigfloats, complex numbers. | |
2647 This must be done before the Lisp reader is set up. */ | |
2648 init_number (); | |
2649 #endif | |
2650 | |
428 | 2651 init_lread (); /* Set up the Lisp reader. */ |
2367 | 2652 init_cmdargs (argc, argv, skip_args); /* Create list Vcommand_line_args */ |
771 | 2653 init_buffer_2 (); /* Set default directory of *scratch* buffer */ |
428 | 2654 |
442 | 2655 #ifdef WIN32_NATIVE |
814 | 2656 init_nt (); |
771 | 2657 init_select_mswindows (); |
428 | 2658 #endif |
2659 | |
2660 init_redisplay (); /* Determine terminal type. | |
2661 init_sys_modes uses results */ | |
438 | 2662 init_frame (); |
428 | 2663 init_event_stream (); /* Set up so we can get user input. */ |
2664 init_macros (); /* set up so we can run macros. */ | |
2665 init_editfns (); /* Determine the name of the user we're running as */ | |
2666 #ifdef SUNPRO | |
2667 init_sunpro (); /* Set up Sunpro usage tracking */ | |
2668 #endif | |
1315 | 2669 #ifdef WIN32_ANY |
442 | 2670 init_win32 (); |
2671 #endif | |
428 | 2672 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800) |
2673 init_hpplay (); | |
2674 #endif | |
996 | 2675 #if defined (HAVE_POSTGRESQL) && !defined (HAVE_SHLIB) |
771 | 2676 /* Set some values taken from environment variables */ |
2677 init_postgresql_from_environment (); | |
2678 #endif | |
428 | 2679 #ifdef HAVE_TTY |
2680 init_device_tty (); | |
2681 #endif | |
442 | 2682 init_console_stream (restart); /* Create the first console */ |
5814
a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
5607
diff
changeset
|
2683 if (initialized && !restart) |
a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
5607
diff
changeset
|
2684 init_tls (); |
428 | 2685 |
2686 /* try to get the actual pathname of the exec file we are running */ | |
2687 if (!restart) | |
771 | 2688 { |
2689 Vinvocation_name = Fcar (Vcommand_line_args); | |
1303 | 2690 if (XSTRING_DATA (Vinvocation_name)[0] == '-') |
771 | 2691 { |
2692 /* XEmacs as a login shell, oh goody! */ | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
2693 Vinvocation_name = build_istring (egetenv ("SHELL")); |
771 | 2694 } |
428 | 2695 Vinvocation_directory = Vinvocation_name; |
2696 | |
771 | 2697 if (!NILP (Ffile_name_directory (Vinvocation_name))) |
2698 { | |
2699 /* invocation-name includes a directory component -- presumably it | |
2700 is relative to cwd, not $PATH */ | |
2701 Vinvocation_directory = Fexpand_file_name (Vinvocation_name, | |
2702 Qnil); | |
2703 Vinvocation_path = Qnil; | |
2704 } | |
2705 else | |
2706 { | |
2707 Vinvocation_path = split_env_path ("PATH", NULL); | |
2708 locate_file (Vinvocation_path, Vinvocation_name, | |
2709 Vlisp_EXEC_SUFFIXES, | |
2710 &Vinvocation_directory, X_OK); | |
2711 } | |
2712 | |
2713 if (NILP (Vinvocation_directory)) | |
2714 Vinvocation_directory = Vinvocation_name; | |
2715 | |
2716 Vinvocation_name = Ffile_name_nondirectory (Vinvocation_directory); | |
2717 Vinvocation_directory = Ffile_name_directory (Vinvocation_directory); | |
2718 } | |
428 | 2719 |
2720 #if defined (LOCALTIME_CACHE) && defined (HAVE_TZSET) | |
2721 /* sun's localtime() has a bug. it caches the value of the time | |
2722 zone rather than looking it up every time. Since localtime() is | |
2723 called to bolt the undumping time into the undumped emacs, this | |
2724 results in localtime() ignoring the TZ environment variable. | |
2725 This flushes the new TZ value into localtime(). */ | |
2726 tzset (); | |
2727 #endif /* LOCALTIME_CACHE and TZSET */ | |
2728 | |
2729 load_me = Qnil; | |
2730 if (!initialized) | |
2731 { | |
2732 /* Handle -l loadup-and-dump, args passed by Makefile. */ | |
2367 | 2733 if (argc > 2 + skip_args && |
2734 !wext_strcmp_ascii (argv[1 + skip_args], "-l")) | |
2735 load_me = build_wext_string (argv[2 + skip_args], | |
2736 Qcommand_argument_encoding); | |
428 | 2737 } |
2738 | |
2739 #ifdef QUANTIFY | |
2740 if (initialized) | |
2741 quantify_start_recording_data (); | |
2742 #endif /* QUANTIFY */ | |
2743 | |
2744 initialized = 1; | |
2745 | |
2746 /* This never returns. */ | |
2747 initial_command_loop (load_me); | |
2748 /* NOTREACHED */ | |
2749 } | |
2750 | |
2751 | |
2752 /* Sort the args so we can find the most important ones | |
2753 at the beginning of argv. */ | |
2754 | |
2755 /* First, here's a table of all the standard options. */ | |
2756 | |
2757 struct standard_args | |
2758 { | |
2367 | 2759 const Ascbyte *name; |
2760 const Ascbyte *longname; | |
428 | 2761 int priority; |
2762 int nargs; | |
2763 }; | |
2764 | |
442 | 2765 static const struct standard_args standard_args[] = |
428 | 2766 { |
776 | 2767 /* Handled by main_1 above: Each must have its own priority and must be |
2768 in the order mentioned in main_1. */ | |
442 | 2769 { "-sd", "--show-dump-id", 105, 0 }, |
2770 { "-nd", "--no-dump-file", 95, 0 }, | |
826 | 2771 { "-batch", "--batch", 88, 0 }, |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4380
diff
changeset
|
2772 { "-script", "--script", 89, 1 }, |
771 | 2773 #ifdef WIN32_NATIVE |
826 | 2774 { "-mswindows-termination-handle", 0, 84, 1 }, |
771 | 2775 { "-nuni", "--no-unicode-lib-calls", 83, 0 }, |
2776 #endif /* WIN32_NATIVE */ | |
428 | 2777 { "-debug-paths", "--debug-paths", 82, 0 }, |
776 | 2778 { "-no-packages", "--no-packages", 81, 0 }, |
2779 { "-no-early-packages", "--no-early-packages", 80, 0 }, | |
2780 { "-no-site-modules", "--no-site-modules", 78, 0 }, | |
2781 { "-vanilla", "--vanilla", 76, 0 }, | |
2782 { "-no-autoloads", "--no-autoloads", 74, 0 }, | |
2783 { "-help", "--help", 72, 0 }, | |
2784 { "-version", "--version", 70, 0 }, | |
2785 { "-V", 0, 68, 0 }, | |
1315 | 2786 { "-nw", "--no-windows", 66, 0 }, |
2787 { "-tty", "--use-tty", 65, 0 }, | |
2788 { "-x", "--use-x", 64, 0 }, | |
2789 { "-gtk", "--use-gtk", 63, 0 }, | |
2790 { "-gnome", "--use-gnome", 62, 0 }, | |
2791 { "-msw", "--use-ms-windows", 61, 0 }, | |
2792 { "-t", "--terminal", 58, 1 }, | |
2793 { "-d", "--display", 57, 1 }, | |
2794 { "-display", 0, 56, 1 }, | |
428 | 2795 |
2796 /* Handled by command-line-early in startup.el: */ | |
2797 { "-q", "--no-init-file", 50, 0 }, | |
2798 { "-no-init-file", 0, 50, 0 }, | |
776 | 2799 { "-no-site-file", "--no-site-file", 50, 0 }, |
2800 { "-unmapped", "--unmapped", 50, 0 }, | |
2801 { "-u", "--user", 50, 1 }, | |
2802 { "-user", 0, 50, 1 }, | |
2803 { "-user-init-file", "--user-init-file", 50, 1 }, | |
2804 { "-user-init-directory", "--user-init-directory", 50, 1 }, | |
2805 { "-debug-init", "--debug-init", 50, 0 }, | |
428 | 2806 |
2807 /* Xt options: */ | |
2808 { "-i", "--icon-type", 15, 0 }, | |
2809 { "-itype", 0, 15, 0 }, | |
2810 { "-iconic", "--iconic", 15, 0 }, | |
2811 { "-bg", "--background-color", 10, 1 }, | |
2812 { "-background", 0, 10, 1 }, | |
2813 { "-fg", "--foreground-color", 10, 1 }, | |
2814 { "-foreground", 0, 10, 1 }, | |
2815 { "-bd", "--border-color", 10, 1 }, | |
2816 { "-bw", "--border-width", 10, 1 }, | |
2817 { "-ib", "--internal-border", 10, 1 }, | |
2818 { "-ms", "--mouse-color", 10, 1 }, | |
2819 { "-cr", "--cursor-color", 10, 1 }, | |
2820 { "-fn", "--font", 10, 1 }, | |
2821 { "-font", 0, 10, 1 }, | |
2822 { "-g", "--geometry", 10, 1 }, | |
2823 { "-geometry", 0, 10, 1 }, | |
2824 { "-T", "--title", 10, 1 }, | |
2825 { "-title", 0, 10, 1 }, | |
2826 { "-name", "--name", 10, 1 }, | |
2827 { "-xrm", "--xrm", 10, 1 }, | |
2828 { "-r", "--reverse-video", 5, 0 }, | |
2829 { "-rv", 0, 5, 0 }, | |
2830 { "-reverse", 0, 5, 0 }, | |
2831 { "-hb", "--horizontal-scroll-bars", 5, 0 }, | |
2832 { "-vb", "--vertical-scroll-bars", 5, 0 }, | |
2833 | |
776 | 2834 { "-eol", "--enable-eol-detection", 2, 0 }, |
2835 { "-enable-eol-detection", 0, 2, 0 }, | |
428 | 2836 /* These have the same priority as ordinary file name args, |
2837 so they are not reordered with respect to those. */ | |
2838 { "-L", "--directory", 0, 1 }, | |
2839 { "-directory", 0, 0, 1 }, | |
2840 { "-l", "--load", 0, 1 }, | |
2841 { "-load", 0, 0, 1 }, | |
2842 { "-f", "--funcall", 0, 1 }, | |
2843 { "-funcall", 0, 0, 1 }, | |
2844 { "-eval", "--eval", 0, 1 }, | |
2845 { "-insert", "--insert", 0, 1 }, | |
2846 /* This should be processed after ordinary file name args and the like. */ | |
2847 { "-kill", "--kill", -10, 0 }, | |
2848 }; | |
2849 | |
2850 /* Reorder the elements of ARGV (assumed to have ARGC elements) | |
2851 so that the highest priority ones come first. | |
2852 Do not change the order of elements of equal priority. | |
2853 If an option takes an argument, keep it and its argument together. */ | |
2854 | |
2855 static void | |
2367 | 2856 sort_args (int argc, Wexttext **argv) |
428 | 2857 { |
2367 | 2858 Wexttext **new_argv = xnew_array (Wexttext *, argc); |
428 | 2859 /* For each element of argv, |
2860 the corresponding element of options is: | |
2861 0 for an option that takes no arguments, | |
2862 1 for an option that takes one argument, etc. | |
2863 -1 for an ordinary non-option argument. */ | |
2864 int *options = xnew_array (int, argc); | |
2865 int *priority = xnew_array (int, argc); | |
2866 int to = 1; | |
2867 int from; | |
2868 int i; | |
2869 int end_of_options_p = 0; | |
2870 | |
2871 /* Categorize all the options, | |
2872 and figure out which argv elts are option arguments. */ | |
2873 for (from = 1; from < argc; from++) | |
2874 { | |
2875 options[from] = -1; | |
2876 priority[from] = 0; | |
2877 /* Pseudo options "--" and "run-temacs" indicate end of options */ | |
2367 | 2878 if (!wext_strcmp_ascii (argv[from], "--") || |
2879 !wext_strcmp_ascii (argv[from], "run-temacs")) | |
428 | 2880 end_of_options_p = 1; |
2881 if (!end_of_options_p && argv[from][0] == '-') | |
2882 { | |
2367 | 2883 int match; |
2884 Charcount thislen; | |
2885 Wexttext *equals; | |
428 | 2886 |
2887 /* Look for a match with a known old-fashioned option. */ | |
2888 for (i = 0; i < countof (standard_args); i++) | |
2367 | 2889 if (!wext_strcmp_ascii (argv[from], standard_args[i].name)) |
428 | 2890 { |
2891 options[from] = standard_args[i].nargs; | |
2892 priority[from] = standard_args[i].priority; | |
2893 if (from + standard_args[i].nargs >= argc) | |
2367 | 2894 fatal ("Option `%s' requires an argument\n", |
2895 WEXTTEXT_TO_8_BIT (argv[from])); | |
428 | 2896 from += standard_args[i].nargs; |
2897 goto done; | |
2898 } | |
2899 | |
2900 /* Look for a match with a known long option. | |
2901 MATCH is -1 if no match so far, -2 if two or more matches so far, | |
2902 >= 0 (the table index of the match) if just one match so far. */ | |
2903 if (argv[from][1] == '-') | |
2904 { | |
2905 match = -1; | |
2367 | 2906 thislen = wext_strlen (argv[from]); |
2907 equals = wext_strchr (argv[from], '='); | |
428 | 2908 if (equals != 0) |
2909 thislen = equals - argv[from]; | |
2910 | |
2911 for (i = 0; i < countof (standard_args); i++) | |
2912 if (standard_args[i].longname | |
2367 | 2913 && !wext_strncmp_ascii (argv[from], |
2914 standard_args[i].longname, | |
2915 thislen)) | |
428 | 2916 { |
2917 if (match == -1) | |
2918 match = i; | |
2919 else | |
2920 match = -2; | |
2921 } | |
2922 | |
2923 /* If we found exactly one match, use that. */ | |
2924 if (match >= 0) | |
2925 { | |
2926 options[from] = standard_args[match].nargs; | |
2927 priority[from] = standard_args[match].priority; | |
2928 /* If --OPTION=VALUE syntax is used, | |
2929 this option uses just one argv element. */ | |
2930 if (equals != 0) | |
2931 options[from] = 0; | |
2932 if (from + options[from] >= argc) | |
2367 | 2933 fatal ("Option `%s' requires an argument\n", |
2934 WEXTTEXT_TO_8_BIT (argv[from])); | |
428 | 2935 from += options[from]; |
2936 } | |
2937 } | |
2938 done: ; | |
2939 } | |
2940 } | |
2941 | |
2942 /* Copy the arguments, in order of decreasing priority, to NEW_ARGV. */ | |
2943 new_argv[0] = argv[0]; | |
2944 while (to < argc) | |
2945 { | |
2946 int best = -1; | |
2947 int best_priority = -9999; | |
2948 | |
2949 /* Find the highest priority remaining option. | |
2950 If several have equal priority, take the first of them. */ | |
2951 for (from = 1; from < argc; from++) | |
2952 { | |
2953 if (argv[from] != 0 && priority[from] > best_priority) | |
2954 { | |
2955 best_priority = priority[from]; | |
2956 best = from; | |
2957 } | |
2958 /* Skip option arguments--they are tied to the options. */ | |
2959 if (options[from] > 0) | |
2960 from += options[from]; | |
2961 } | |
2962 | |
5050
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5023
diff
changeset
|
2963 assert (best >= 0); |
428 | 2964 |
1315 | 2965 /* Copy the highest priority remaining option, with its args, to |
2966 NEW_ARGV. */ | |
428 | 2967 new_argv[to++] = argv[best]; |
2968 for (i = 0; i < options[best]; i++) | |
2969 new_argv[to++] = argv[best + i + 1]; | |
2970 | |
2971 /* Clear out this option in ARGV. */ | |
2972 argv[best] = 0; | |
2973 for (i = 0; i < options[best]; i++) | |
2974 argv[best + i + 1] = 0; | |
2975 } | |
2976 | |
2367 | 2977 memcpy (argv, new_argv, sizeof (Wexttext *) * argc); |
4976
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
2978 xfree (new_argv); |
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
2979 xfree (options); |
16112448d484
Rename xfree(FOO, TYPE) -> xfree(FOO)
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
2980 xfree (priority); |
428 | 2981 } |
2982 | |
2983 DEFUN ("running-temacs-p", Frunning_temacs_p, 0, 0, 0, /* | |
2984 True if running temacs. This means we are in the dumping stage. | |
2985 This is false during normal execution of the `xemacs' program, and | |
2986 becomes false once `run-emacs-from-temacs' is run. | |
2987 */ | |
2988 ()) | |
2989 { | |
2990 return run_temacs_argc >= 0 ? Qt : Qnil; | |
2991 } | |
2992 | |
1315 | 2993 DEFUN ("emacs-run-status", Femacs_run_status, 0, 0, 0, /* |
2994 Plist of values indicating the current run status of this XEmacs. | |
2995 Currently defined values: | |
2996 | |
2997 `temacs' | |
2998 If non-nil, we are running a "raw temacs" (no dump data is present | |
2999 and `run-emacs-from-temacs' not called). (same as `running-temacs-p') | |
3000 | |
3001 `dumping' | |
3002 If non-nil, we are in the process of creating dump data. (same as | |
3003 `purify-flag') | |
3004 | |
3005 `restarted' | |
3006 If non-nil, `run-emacs-from-temacs' was called. | |
3007 | |
3008 `pdump' | |
3009 If non-nil, we were compiled with pdump (portable dumping) support. | |
3010 | |
3011 `batch' | |
3012 If non-nil, we are running non-interactively. (same as `noninteractive') | |
3013 */ | |
3014 ()) | |
3015 { | |
3016 Lisp_Object plist = Qnil; | |
3017 | |
3018 #define ADD_PLIST(key, val) plist = Fcons (val, Fcons (key, plist)) | |
3019 if (run_temacs_argc >= 0) | |
3020 ADD_PLIST (Qtemacs, Qt); | |
3021 if (purify_flag) | |
3022 ADD_PLIST (Qdumping, Qt); | |
3023 if (run_temacs_argc == -2) | |
3024 ADD_PLIST (Qrestarted, Qt); | |
3025 #ifdef PDUMP | |
3026 ADD_PLIST (Qpdump, Qt); | |
3027 #endif | |
3028 if (noninteractive) | |
3029 ADD_PLIST (Qbatch, Qt); | |
3030 | |
3031 #undef ADD_PLIST | |
3032 return Fnreverse (plist); | |
3033 } | |
3034 | |
2268 | 3035 DEFUN_NORETURN ("run-emacs-from-temacs", Frun_emacs_from_temacs, 0, MANY, 0, /* |
428 | 3036 Do not call this. It will reinitialize your XEmacs. You'll be sorry. |
4693
80cd90837ac5
Add argument information to remaining MANY or UNEVALLED C subrs.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4528
diff
changeset
|
3037 |
80cd90837ac5
Add argument information to remaining MANY or UNEVALLED C subrs.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4528
diff
changeset
|
3038 arguments: (&rest ARGS) |
428 | 3039 */ |
3040 /* If this function is called from startup.el, it will be possible to run | |
4477
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3041 temacs as an editor using `temacs -batch -l ../lisp/loadup.el |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3042 run-temacs', instead of having to dump an emacs and then run that (when |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3043 debugging emacs itself, this can be much faster)). [Actually, the speed |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3044 difference isn't that much as long as your filesystem is local, and you |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3045 don't end up with a dumped version in case you want to rerun it. This |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3046 function is most useful when used as part of the `make all-elc' |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3047 command. --ben] This will "restart" emacs with the specified command-line |
e34711681f30
Don't determine whether to call general device-type code at startup,
Aidan Kehoe <kehoea@parhasard.net>
parents:
4458
diff
changeset
|
3048 arguments. |
428 | 3049 |
3050 Martin thinks this function is most useful when using debugging | |
3051 tools like Purify or tcov that get confused by XEmacs' dumping. */ | |
3052 (int nargs, Lisp_Object *args)) | |
3053 { | |
2367 | 3054 int i; |
428 | 3055 |
3092 | 3056 #ifdef NEW_GC |
3057 if (gc_in_progress) gc_full (); | |
3058 #else /* not NEW_GC */ | |
428 | 3059 assert (!gc_in_progress); |
3092 | 3060 #endif /* not NEW_GC */ |
428 | 3061 |
3062 if (run_temacs_argc < 0) | |
2367 | 3063 invalid_operation ("I've lost my temacs-hood", Qunbound); |
3064 | |
3065 run_temacs_argc = nargs + 1; | |
3066 run_temacs_argv = xnew_array (Wexttext *, nargs + 2); | |
3067 | |
4981
4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
3068 run_temacs_argv[0] = |
5000
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
3069 (Wexttext *) LISP_STRING_TO_EXTERNAL_MALLOC (Fcar (Vcommand_line_args), |
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
3070 Qcommand_argument_encoding); |
2367 | 3071 for (i = 0; i < nargs; i++) |
428 | 3072 { |
2367 | 3073 CHECK_STRING (args[i]); |
3074 | |
4981
4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
3075 run_temacs_argv[i + 1] = |
5000
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
3076 (Wexttext *) |
4981
4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
3077 LISP_STRING_TO_EXTERNAL_MALLOC (args[i], Qcommand_argument_encoding); |
428 | 3078 } |
2367 | 3079 run_temacs_argv[nargs + 1] = 0; |
3080 | |
428 | 3081 catchlist = NULL; /* Important! Otherwise free_cons() calls in |
3082 condition_case_unwind() may lead to GC death. */ | |
771 | 3083 unbind_to (0); /* this closes loadup.el */ |
428 | 3084 purify_flag = 0; |
1303 | 3085 #if defined (HEAP_IN_DATA) && !defined (PDUMP) |
428 | 3086 report_sheap_usage (0); |
3087 #endif | |
1315 | 3088 |
3089 /* run-temacs usually only occurs as a result of building, and in all such | |
3090 cases we want a backtrace, even if it occurs very early. */ | |
3091 if (NILP (Vstack_trace_on_error)) | |
3092 Vstack_trace_on_error = Qt; | |
3093 | |
428 | 3094 LONGJMP (run_temacs_catch, 1); |
1204 | 3095 RETURN_NOT_REACHED (Qnil); |
428 | 3096 } |
3097 | |
3098 /* ARGSUSED */ | |
3099 int | |
2367 | 3100 main (int argc, Extbyte **argv, Extbyte **UNUSED (envp)) |
428 | 3101 { |
442 | 3102 |
3103 #ifdef _MSC_VER | |
3104 /* Under VC++, access violations and the like are not sent through | |
3105 the standard signal() mechanism. Rather, they need to be handled | |
3106 using the Microsoft "structured exception handling" mechanism, | |
3107 which vaguely resembles the C++ mechanisms. */ | |
3108 __try | |
3109 { | |
3110 #endif | |
3111 | |
428 | 3112 int volatile vol_argc = argc; |
2367 | 3113 Wexttext ** volatile vol_argv; |
428 | 3114 /* This is hairy. We need to compute where the XEmacs binary was invoked |
3115 from because temacs initialization requires it to find the lisp | |
3116 directories. The code that recomputes the path is guarded by the | |
3117 restarted flag. There are three possible paths I've found so far | |
3118 through this: | |
3119 | |
3120 temacs -- When running temacs for basic build stuff, the first main_1 | |
3121 will be the only one invoked. It must compute the path else there | |
3122 will be a very ugly bomb in startup.el (can't find obvious location | |
3123 for doc-directory data-directory, etc.). | |
3124 | |
3125 temacs w/ run-temacs on the command line -- This is run to bytecompile | |
3126 all the out of date dumped lisp. It will execute both of the main_1 | |
3127 calls and the second one must not touch the first computation because | |
3128 argc/argv are hosed the second time through. | |
3129 | |
3130 xemacs -- Only the second main_1 is executed. The invocation path must | |
3131 computed but this only matters when running in place or when running | |
3132 as a login shell. | |
3133 | |
3134 As a bonus for straightening this out, XEmacs can now be run in place | |
3135 as a login shell. This never used to work. | |
3136 | |
3137 As another bonus, we can now guarantee that | |
3138 (concat invocation-directory invocation-name) contains the filename | |
3139 of the XEmacs binary we are running. This can now be used in a | |
3140 definite test for out of date dumped files. -slb */ | |
3141 int restarted = 0; | |
3142 #ifdef QUANTIFY | |
3143 quantify_stop_recording_data (); | |
3144 quantify_clear_data (); | |
3145 #endif /* QUANTIFY */ | |
3146 | |
2367 | 3147 inhibit_non_essential_conversion_operations = 1; |
428 | 3148 suppress_early_error_handler_backtrace = 0; |
3149 lim_data = 0; /* force reinitialization of this variable */ | |
3150 | |
3151 /* Lisp_Object must fit in a word; check VALBITS and GCTYPEBITS */ | |
3152 assert (sizeof (Lisp_Object) == sizeof (void *)); | |
3153 | |
3154 #ifdef LINUX_SBRK_BUG | |
3155 sbrk (1); | |
3156 #endif | |
3157 | |
2367 | 3158 #ifdef WIN32_ANY |
3159 /* Figure out which version we're running so XEUNICODE_P works */ | |
3160 init_win32_very_very_early (); | |
3161 #endif | |
3162 | |
3163 #ifdef WIN32_NATIVE | |
3164 #if 0 | |
3165 /* !!#### We should be doing something like this, but this messes up | |
3166 globbing. I tried using wmain() and linking with WSETARGV, but the | |
3167 routines for WSETARGV are left out of MSVCRT.DLL! | |
3168 | |
3169 To fix this we need to copy the argument-expanding and globbing code | |
3170 from Cygwin and Unicode-ize it. Yuck. */ | |
3171 if (XEUNICODE_P) | |
3172 /* Set up Unicode versions of the arguments. */ | |
3173 vol_argv = CommandLineToArgvW (GetCommandLineW (), &vol_argc); | |
3174 #else | |
3175 { | |
3176 int i; | |
3177 | |
3178 vol_argv = alloca_array (Wexttext *, argc); | |
3179 for (i = 0; i < argc; i++) | |
3180 vol_argv[i] = MULTIBYTE_TO_WEXTTEXT (argv[i]); | |
3181 } | |
3182 #endif | |
3183 #else | |
3184 vol_argv = (Wexttext **) argv; | |
3185 #endif /* WIN32_NATIVE */ | |
3186 | |
428 | 3187 if (!initialized) |
3188 { | |
3189 #ifdef DOUG_LEA_MALLOC | |
3190 mallopt (M_MMAP_MAX, 0); | |
3191 #endif | |
3192 run_temacs_argc = 0; | |
3193 if (! SETJMP (run_temacs_catch)) | |
3194 { | |
2367 | 3195 main_1 (vol_argc, vol_argv, NULL, 0); |
428 | 3196 } |
3197 /* run-emacs-from-temacs called */ | |
3198 restarted = 1; | |
3199 vol_argc = run_temacs_argc; | |
3200 vol_argv = run_temacs_argv; | |
3201 #ifdef _SCO_DS | |
3202 /* This makes absolutely no sense to anyone involved. There are | |
3203 several people using this stuff. We've compared versions on | |
3204 everything we can think of. We can find no difference. | |
3205 However, on both my systems environ is a plain old global | |
3206 variable initialized to zero. _environ is the one that | |
3207 contains pointers to the actual environment. | |
3208 | |
3209 Since we can't figure out the difference (and we're hours | |
3210 away from a release), this takes a very cowardly approach and | |
3211 is bracketed with both a system specific preprocessor test | |
3212 and a runtime "do you have this problem" test | |
3213 | |
3214 06/20/96 robertl@dgii.com */ | |
3215 { | |
2367 | 3216 extern Extbyte *_environ; |
3217 if (environ == NULL) | |
1315 | 3218 environ = _environ; |
428 | 3219 } |
3220 #endif /* _SCO_DS */ | |
3221 } | |
456 | 3222 #if defined (RUN_TIME_REMAP) && ! defined (PDUMP) |
428 | 3223 else |
3224 /* obviously no-one uses this because where it was before initialized was | |
3225 *always* true */ | |
3226 run_time_remap (argv[0]); | |
3227 #endif | |
3228 | |
3229 #ifdef DOUG_LEA_MALLOC | |
3230 if (initialized && (malloc_state_ptr != NULL)) | |
3231 { | |
3232 int rc = malloc_set_state (malloc_state_ptr); | |
3233 if (rc != 0) | |
3234 { | |
442 | 3235 stderr_out ("malloc_set_state failed, rc = %d\n", rc); |
2500 | 3236 ABORT (); |
428 | 3237 } |
3238 #if 0 | |
3239 free (malloc_state_ptr); | |
3240 #endif | |
3241 /* mmap works in glibc-2.1, glibc-2.0 (Non-Mule only) and Linux libc5 */ | |
1303 | 3242 #if (defined (__GLIBC__) && __GLIBC_MINOR__ >= 1) || \ |
3243 defined (_NO_MALLOC_WARNING_) || \ | |
3244 (defined (__GLIBC__) && __GLIBC_MINOR__ < 1 && !defined (MULE)) || \ | |
3245 defined (DEBUG_DOUG_LEA_MALLOC) | |
428 | 3246 mallopt (M_MMAP_MAX, 64); |
3247 #endif | |
3248 #ifdef REL_ALLOC | |
3249 r_alloc_reinit (); | |
3250 #endif | |
3251 } | |
3252 #endif /* DOUG_LEA_MALLOC */ | |
3253 | |
1315 | 3254 run_temacs_argc = -2; |
428 | 3255 |
2367 | 3256 main_1 (vol_argc, vol_argv, NULL, restarted); |
442 | 3257 |
3258 #ifdef _MSC_VER | |
3259 } | |
3260 /* VC++ documentation says that | |
3261 GetExceptionCode() cannot be called inside the filter itself. */ | |
3262 __except (mswindows_handle_hardware_exceptions (GetExceptionCode ())) {} | |
3263 #endif | |
3264 | |
1204 | 3265 RETURN_NOT_REACHED (0); |
428 | 3266 } |
3267 | |
3268 | |
771 | 3269 /************************************************************************/ |
3270 /* dumping XEmacs (to a new EXE file) */ | |
3271 /************************************************************************/ | |
3272 | |
1204 | 3273 #if !defined (PDUMP) || !defined (SYSTEM_MALLOC) |
2367 | 3274 extern Rawbyte my_edata[]; |
428 | 3275 #endif |
771 | 3276 |
3277 extern void disable_free_hook (void); | |
3278 | |
3279 DEFUN ("dump-emacs", Fdump_emacs, 2, 2, 0, /* | |
3280 Dump current state of XEmacs into executable file FILENAME. | |
3281 Take symbols from SYMFILE (presumably the file you executed to run XEmacs). | |
3282 This is used in the file `loadup.el' when building XEmacs. | |
3283 | |
3284 Remember to set `command-line-processed' to nil before dumping | |
3285 if you want the dumped XEmacs to process its command line | |
3286 and announce itself normally when it is run. | |
428 | 3287 */ |
771 | 3288 (filename, symfile)) |
428 | 3289 { |
3290 /* This function can GC */ | |
771 | 3291 struct gcpro gcpro1, gcpro2; |
3292 int opurify; | |
3293 | |
3294 GCPRO2 (filename, symfile); | |
3295 | |
3296 #ifdef FREE_CHECKING | |
3297 Freally_free (Qnil); | |
3298 | |
3299 /* When we're dumping, we can't use the debugging free() */ | |
3300 disable_free_hook (); | |
3301 #endif | |
3302 | |
3303 CHECK_STRING (filename); | |
3304 filename = Fexpand_file_name (filename, Qnil); | |
3305 if (!NILP (symfile)) | |
428 | 3306 { |
771 | 3307 CHECK_STRING (symfile); |
3308 if (XSTRING_LENGTH (symfile) > 0) | |
3309 symfile = Fexpand_file_name (symfile, Qnil); | |
3310 else | |
3311 symfile = Qnil; | |
428 | 3312 } |
3313 | |
771 | 3314 opurify = purify_flag; |
3315 purify_flag = 0; | |
3316 | |
1303 | 3317 #if defined (HEAP_IN_DATA) && !defined (PDUMP) |
771 | 3318 report_sheap_usage (1); |
3319 #endif | |
3320 | |
3321 clear_message (); | |
3322 | |
3323 fflush (stderr); | |
3324 fflush (stdout); | |
3325 | |
3326 disksave_object_finalization (); | |
3263 | 3327 #ifndef NEW_GC |
771 | 3328 release_breathing_space (); |
3263 | 3329 #endif /* not NEW_GC */ |
771 | 3330 |
3331 /* Tell malloc where start of impure now is */ | |
3332 /* Also arrange for warnings when nearly out of space. */ | |
3333 #ifndef SYSTEM_MALLOC | |
3334 memory_warnings (my_edata, malloc_warning); | |
3335 #endif | |
3336 | |
3092 | 3337 #ifdef NEW_GC |
3338 gc_full (); | |
3339 #else /* not NEW_GC */ | |
814 | 3340 garbage_collect_1 (); |
3092 | 3341 #endif /* not NEW_GC */ |
814 | 3342 |
3343 #ifdef PDUMP | |
3344 pdump (); | |
3345 #elif defined (WIN32_NATIVE) | |
3346 unexec (XSTRING_DATA (filename), | |
3347 STRINGP (symfile) ? XSTRING_DATA (symfile) : 0, | |
3348 (uintptr_t) my_edata, 0, 0); | |
3349 #else | |
771 | 3350 { |
3351 Extbyte *filename_ext; | |
3352 Extbyte *symfile_ext; | |
3353 | |
4981
4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
3354 LISP_PATHNAME_CONVERT_OUT (filename, filename_ext); |
771 | 3355 |
3356 if (STRINGP (symfile)) | |
4981
4aebb0131297
Cleanups/renaming of EXTERNAL_TO_C_STRING and friends
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
3357 LISP_PATHNAME_CONVERT_OUT (symfile, symfile_ext); |
771 | 3358 else |
3359 symfile_ext = 0; | |
3360 | |
814 | 3361 # ifdef DOUG_LEA_MALLOC |
771 | 3362 malloc_state_ptr = malloc_get_state (); |
814 | 3363 # endif |
771 | 3364 /* here we break our rule that the filename conversion should |
3365 be performed at the actual time that the system call is made. | |
3366 It's a whole lot easier to do the conversion here than to | |
3367 modify all the unexec routines to ensure that filename | |
3368 conversion is applied everywhere. Don't worry about memory | |
3369 leakage because this call only happens once. */ | |
3370 unexec (filename_ext, symfile_ext, (uintptr_t) my_edata, 0, 0); | |
814 | 3371 # ifdef DOUG_LEA_MALLOC |
771 | 3372 free (malloc_state_ptr); |
814 | 3373 # endif |
771 | 3374 } |
814 | 3375 #endif /* not PDUMP, not WIN32_NATIVE */ |
771 | 3376 |
3377 purify_flag = opurify; | |
3378 | |
814 | 3379 UNGCPRO; |
771 | 3380 return Qnil; |
3381 } | |
3382 | |
3383 | |
3384 /************************************************************************/ | |
3385 /* exiting XEmacs (intended or not) */ | |
3386 /************************************************************************/ | |
3387 | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3388 /* Do we need to pause with a message box so that messages can be read |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3389 at shutdown? We do this is we have support for native Windows frames |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3390 and if we are native Windows. The first part is because only when compiled |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3391 for native Windows frames do we have Fmswindows_message_box(), and |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3392 the second part is because we don't want to do this under Cygwin, where |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3393 we have a Unix-like environment and a working stderr where the messages |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3394 go. The two conditions sound somewhat redundant (maybe we could just |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3395 use the second?) but they aren't completely: Theoretically (maybe with |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3396 MinGW?) we could imagine compiling under native Windows as the OS |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5255
diff
changeset
|
3397 but e.g. targeting only X Windows as the window system. --ben */ |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3398 |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3399 #if defined (HAVE_MS_WINDOWS) && defined (WIN32_NATIVE) |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3400 # define NEED_WINDOWS_MESSAGE_PAUSE |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3401 #endif |
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3402 |
2367 | 3403 /* |
3404 | |
3405 Info on intended/unintended exits: | |
3406 | |
3407 (Info-goto-node "(internals)Exiting") | |
771 | 3408 */ |
3409 | |
3410 /* ------------------------------- */ | |
3411 /* low-level debugging functions */ | |
3412 /* ------------------------------- */ | |
3413 | |
3414 #if defined (WIN32_NATIVE) && defined (DEBUG_XEMACS) | |
3415 #define debugging_breakpoint() DebugBreak () | |
3416 #else | |
3417 #define debugging_breakpoint() | |
3418 #endif | |
3419 | |
3420 void | |
3421 debug_break (void) | |
3422 { | |
3423 debugging_breakpoint (); | |
3424 } | |
3425 | |
1315 | 3426 #ifdef WIN32_ANY |
771 | 3427 |
3428 /* Return whether all bytes in the specified memory block can be read. */ | |
3429 int | |
4854 | 3430 debug_can_access_memory (const void *ptr, Bytecount len) |
771 | 3431 { |
3432 return !IsBadReadPtr (ptr, len); | |
3433 } | |
3434 | |
1315 | 3435 #else /* !WIN32_ANY */ |
771 | 3436 |
3437 /* #### There must be a better way!!!! */ | |
3438 | |
3439 static JMP_BUF memory_error_jump; | |
3440 | |
3441 static SIGTYPE | |
3442 debug_memory_error (int signum) | |
3443 { | |
3444 EMACS_REESTABLISH_SIGNAL (signum, debug_memory_error); | |
3445 EMACS_UNBLOCK_SIGNAL (signum); | |
3446 LONGJMP (memory_error_jump, 1); | |
3447 } | |
3448 | |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3449 /* Used in debug_can_access_memory(). Made into a global, externally |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3450 accessible variable to make absolutely sure that no compiler will |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3451 optimize away the memory-read function in debug_can_access_memory(); |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3452 see comments there. */ |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3453 |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3454 volatile int dcam_saveval; |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3455 |
771 | 3456 /* Return whether all bytes in the specified memory block can be read. */ |
3457 int | |
4854 | 3458 debug_can_access_memory (const void *ptr, Bytecount len) |
771 | 3459 { |
3460 /* Use volatile to protect variables from being clobbered by longjmp. */ | |
3461 SIGTYPE (*volatile old_sigbus) (int); | |
3462 SIGTYPE (*volatile old_sigsegv) (int); | |
3463 volatile int old_errno = errno; | |
3464 volatile int retval = 1; | |
3465 | |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3466 assert (len > 0); |
771 | 3467 if (!SETJMP (memory_error_jump)) |
3468 { | |
3469 old_sigbus = | |
3470 (SIGTYPE (*) (int)) EMACS_SIGNAL (SIGBUS, debug_memory_error); | |
3471 old_sigsegv = | |
3472 (SIGTYPE (*) (int)) EMACS_SIGNAL (SIGSEGV, debug_memory_error); | |
3473 | |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3474 /* We could just do memcmp (ptr, ptr, len), but we want to avoid any |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3475 possibility that a super-optimizing compiler might optimize away such |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3476 a call by concluding that its result is always 1. */ |
771 | 3477 if (len > 1) |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3478 /* Instead, if length is > 1, do off-by-one comparison. |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3479 We save the value somewhere that is externally accessible to |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3480 make absolutely sure that a compiler won't optimize away the |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3481 call by concluding that the return value isn't really used. |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3482 */ |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3483 dcam_saveval = memcmp (ptr, (Rawbyte *) ptr + 1, len - 1); |
771 | 3484 else |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3485 { |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3486 /* We can't do the off-by-one trick with only one byte, so instead, |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3487 we compare to a fixed-sized buffer. */ |
5000
44d7bde26046
fix compile errors, fix revert-buffer bug on binary/Latin 1 files, Mule-ize some files
Ben Wing <ben@xemacs.org>
parents:
4982
diff
changeset
|
3488 Rawbyte randval[1]; |
4871
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3489 randval[0] = 0; |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3490 dcam_saveval = memcmp (randval, ptr, len); |
d8d92ad084b8
rewrite check for bad memory in debug_can_save_memory
Ben Wing <ben@xemacs.org>
parents:
4854
diff
changeset
|
3491 } |
771 | 3492 } |
3493 else | |
3494 retval = 0; | |
3495 EMACS_SIGNAL (SIGBUS, old_sigbus); | |
3496 EMACS_SIGNAL (SIGSEGV, old_sigsegv); | |
3497 errno = old_errno; | |
854 | 3498 |
771 | 3499 return retval; |
3500 } | |
3501 | |
1315 | 3502 #endif /* WIN32_ANY */ |
771 | 3503 |
3504 #ifdef DEBUG_XEMACS | |
3505 | |
3506 DEFUN ("force-debugging-signal", Fforce_debugging_signal, 0, 1, 0, /* | |
3507 Cause XEmacs to enter the debugger. | |
3508 On some systems, there may be no way to do this gracefully; if so, | |
3509 nothing happens unless ABORT is non-nil, in which case XEmacs will | |
2500 | 3510 ABORT() -- a sure-fire way to immediately get back to the debugger, |
771 | 3511 but also a sure-fire way to kill XEmacs (and dump core on Unix |
3512 systems)! | |
3513 */ | |
3514 (abort_)) | |
3515 { | |
3516 debugging_breakpoint (); | |
3517 if (!NILP (abort_)) | |
2500 | 3518 ABORT (); |
771 | 3519 return Qnil; |
3520 } | |
3521 | |
3522 #endif /* DEBUG_XEMACS */ | |
3523 | |
3524 /* ------------------------------- */ | |
3525 /* some helper functions */ | |
3526 /* ------------------------------- */ | |
3527 | |
3528 static void | |
3529 ensure_no_quitting_from_now_on (void) | |
3530 { | |
3531 /* make sure no quitting from now on!! */ | |
3532 dont_check_for_quit = 1; | |
3533 Vinhibit_quit = Qt; | |
3534 Vquit_flag = Qnil; | |
3535 } | |
3536 | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3537 #ifdef NEED_WINDOWS_MESSAGE_PAUSE |
771 | 3538 static void |
3539 pause_so_user_can_read_messages (int allow_further) | |
3540 { | |
3541 static int already_paused; | |
3542 | |
1315 | 3543 if (already_paused) |
771 | 3544 return; |
3545 if (!allow_further) | |
3546 already_paused = 1; | |
442 | 3547 /* If we displayed a message on the console, then we must allow the |
3548 user to see this message. This may be unnecessary, but can't hurt, | |
3549 and we can't necessarily check arg; e.g. xemacs --help kills with | |
3550 argument 0. */ | |
1315 | 3551 if (mswindows_message_outputted && |
3552 /* noninteractive, we always show the box. Else, | |
3553 do it when there is not yet an initial frame -- in such case, | |
3554 XEmacs will just die immediately and we wouldn't see anything. */ | |
3555 (noninteractive || NILP (Fselected_frame (Qnil)))) | |
771 | 3556 Fmswindows_message_box |
3557 (build_msg_string ("Messages outputted. XEmacs is exiting."), | |
3558 Qnil, Qnil); | |
3559 } | |
442 | 3560 #endif |
3561 | |
826 | 3562 #ifdef WIN32_NATIVE |
3563 | |
3564 static DWORD CALLBACK | |
3565 wait_for_termination_signal (LPVOID handle) | |
3566 { | |
3567 HANDLE hevent = (HANDLE) handle; | |
3568 WaitForSingleObject (hevent, INFINITE); | |
3569 ExitProcess (0); | |
3570 return 0; /* not reached */ | |
3571 } | |
3572 | |
3573 #endif | |
771 | 3574 /* -------------------------------- */ |
3575 /* a (more-or-less) normal shutdown */ | |
3576 /* -------------------------------- */ | |
428 | 3577 |
3578 /* Perform an orderly shutdown of XEmacs. Autosave any modified | |
3579 buffers, kill any child processes, clean up the terminal modes (if | |
3580 we're in the foreground), and other stuff like that. Don't perform | |
3581 any redisplay; this may be called when XEmacs is shutting down in | |
3582 the background, or after its X connection has died. | |
3583 | |
3584 If SIG is a signal number, print a message for it. | |
3585 | |
442 | 3586 This is called by fatal signal handlers and Fkill_emacs. It used to |
3587 be called by X protocol error handlers, but instead they now call | |
3588 Fkill_emacs. */ | |
771 | 3589 |
428 | 3590 static void |
442 | 3591 shut_down_emacs (int sig, Lisp_Object stuff, int no_auto_save) |
428 | 3592 { |
3593 /* This function can GC */ | |
3594 /* Prevent running of hooks and other non-essential stuff | |
3595 from now on. */ | |
3596 preparing_for_armageddon = 1; | |
3597 | |
442 | 3598 ensure_no_quitting_from_now_on (); |
428 | 3599 |
3600 #ifdef QUANTIFY | |
3601 quantify_stop_recording_data (); | |
3602 #endif /* QUANTIFY */ | |
3603 | |
3604 /* This is absolutely the most important thing to do, so make sure | |
3605 we do it now, before anything else. We might have crashed and | |
3606 be in a weird inconsistent state, and potentially anything could | |
3607 set off another protection fault and cause us to bail out | |
3608 immediately. */ | |
442 | 3609 /* Steve writes the following: |
3610 | |
3611 [[I'm not removing the code entirely, yet. We have run up against | |
428 | 3612 a spate of problems in diagnosing crashes due to crashes within |
3613 crashes. It has very definitely been determined that code called | |
3614 during auto-saving cannot work if XEmacs crashed inside of GC. | |
3615 We already auto-save on an itimer so there cannot be too much | |
3616 unsaved stuff around, and if we get better crash reports we might | |
442 | 3617 be able to get more problems fixed so I'm disabling this. -slb]] |
3618 | |
3619 and DISABLES AUTO-SAVING ENTIRELY during crashes! Way way bad idea. | |
3620 | |
3621 Instead let's just be more intelligent about avoiding crashing | |
3622 when possible, esp. nested crashes. | |
3623 */ | |
3624 if (!no_auto_save) | |
3625 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */ | |
428 | 3626 |
3627 fflush (stdout); | |
3628 reset_all_consoles (); | |
3629 if (sig && sig != SIGTERM) | |
3630 { | |
442 | 3631 if (sig == -1) |
3632 stderr_out ("\nFatal error.\n\n"); | |
3633 else | |
3634 stderr_out ("\nFatal error (%d).\n\n", sig); | |
428 | 3635 stderr_out |
3636 ("Your files have been auto-saved.\n" | |
1204 | 3637 "Use `M-x recover-session' to recover them.\n" |
3638 "\n" | |
3639 "Your version of XEmacs was distributed with a PROBLEMS file that may describe\n" | |
3640 "your crash, and with luck a workaround. Please check it first, but do report\n" | |
3641 "the crash anyway.\n\n" | |
3642 "Please report this bug by invoking M-x report-emacs-bug, or by selecting\n" | |
3643 "`Send Bug Report' from the Help menu. If that won't work, send ordinary\n" | |
2994 | 3644 "email to `xemacs-beta@xemacs.org'." |
3645 " *MAKE SURE* to include this entire\n" | |
3646 "output from this crash, especially including the Lisp backtrace, as well as\n" | |
3647 "the XEmacs configuration from M-x describe-installation (or equivalently,\n" | |
3648 "the file `Installation' in the top of the build tree).\n" | |
1204 | 3649 #ifdef _MSC_VER |
3650 "\n" | |
3651 "If you are fortunate enough to have some sort of debugging aid installed\n" | |
3652 "on your system, for example Visual C++, and you can get a C stack backtrace,\n" | |
3653 "*please* include it, as it will make our life far easier.\n" | |
3654 "\n" | |
3655 #else | |
3656 "\n" | |
3657 "*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely\n" | |
3658 "to be able to analyze the problem. Locate the core file produced as a result\n" | |
3659 "of this crash (often called `core' or `core.<process-id>', and located in\n" | |
3660 "the directory in which you started XEmacs or your home directory), and type\n" | |
3661 "\n" | |
3662 " gdb " | |
442 | 3663 #endif |
3664 ); | |
3665 #ifndef _MSC_VER | |
428 | 3666 { |
2367 | 3667 const Ibyte *name; |
3668 Ibyte *dir = 0; | |
428 | 3669 |
3670 /* Now try to determine the actual path to the executable, | |
3671 to try to make the backtrace-determination process as foolproof | |
3672 as possible. */ | |
3673 if (STRINGP (Vinvocation_name)) | |
2367 | 3674 name = XSTRING_DATA (Vinvocation_name); |
428 | 3675 else |
2367 | 3676 name = (const Ibyte *) "xemacs"; |
428 | 3677 if (STRINGP (Vinvocation_directory)) |
2367 | 3678 dir = XSTRING_DATA (Vinvocation_directory); |
428 | 3679 if (!dir || dir[0] != '/') |
3680 stderr_out ("`which %s`", name); | |
2367 | 3681 else if (dir[qxestrlen (dir) - 1] != '/') |
428 | 3682 stderr_out ("%s/%s", dir, name); |
3683 else | |
3684 stderr_out ("%s%s", dir, name); | |
3685 } | |
3686 stderr_out | |
1097 | 3687 (" core\n" |
3688 "\n" | |
1204 | 3689 "then type `where' at the debugger prompt. No GDB on your system? You may\n" |
3690 "have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)\n" | |
3691 "If no core file was produced, enable them (often with `ulimit -c unlimited')\n" | |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5255
diff
changeset
|
3692 "in case of future reoccurrence of the crash.\n"); |
442 | 3693 #endif /* _MSC_VER */ |
428 | 3694 } |
3695 | |
3696 stuff_buffered_input (stuff); | |
3697 | |
3698 kill_buffer_processes (Qnil); | |
3699 | |
3700 #ifdef CLASH_DETECTION | |
3701 unlock_all_files (); | |
3702 #endif | |
3703 | |
3704 #ifdef TOOLTALK | |
3705 tt_session_quit (tt_default_session ()); | |
3706 #if 0 | |
3707 /* The following crashes when built on X11R5 and run on X11R6 */ | |
3708 tt_close (); | |
3709 #endif | |
3710 #endif /* TOOLTALK */ | |
3711 } | |
3712 | |
771 | 3713 /* Dumping apparently isn't supported by versions of GCC >= 2.8. */ |
3714 /* The following needs conditionalization on whether either XEmacs or */ | |
3715 /* various system shared libraries have been built and linked with */ | |
3716 /* GCC >= 2.8. -slb */ | |
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
3717 #ifndef SYSTEM_MALLOC |
771 | 3718 static void |
2286 | 3719 voodoo_free_hook (void *UNUSED (mem)) |
771 | 3720 { |
3721 /* Disable all calls to free() when XEmacs is exiting and it doesn't */ | |
3722 /* matter. */ | |
3723 __free_hook = | |
2286 | 3724 #if defined (TYPEOF) && !defined (UNO) |
1792 | 3725 /* prototype of __free_hook varies with glibc version */ |
1799 | 3726 (TYPEOF (__free_hook)) |
440 | 3727 #endif |
771 | 3728 voodoo_free_hook; |
3729 } | |
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
3730 #endif /* SYSTEM_MALLOC */ |
771 | 3731 |
2268 | 3732 DEFUN_NORETURN ("kill-emacs", Fkill_emacs, 0, 1, "P", /* |
771 | 3733 Exit the XEmacs job and kill it. Ask for confirmation, without argument. |
3734 If ARG is an integer, return ARG as the exit program code. | |
3735 If ARG is a string, stuff it as keyboard input. | |
3736 | |
3737 The value of `kill-emacs-hook', if not void, | |
3738 is a list of functions (of no args), | |
3739 all of which are called before XEmacs is actually killed. | |
428 | 3740 */ |
771 | 3741 (arg)) |
428 | 3742 { |
3743 /* This function can GC */ | |
771 | 3744 struct gcpro gcpro1; |
3745 | |
3746 GCPRO1 (arg); | |
3747 | |
3748 if (feof (stdin)) | |
3749 arg = Qt; | |
3750 | |
3751 if (!preparing_for_armageddon && !noninteractive) | |
3752 run_hook (Qkill_emacs_hook); | |
3753 | |
3754 ensure_no_quitting_from_now_on (); | |
3755 | |
3756 if (!preparing_for_armageddon) | |
428 | 3757 { |
771 | 3758 Lisp_Object concons, nextcons; |
3759 | |
3760 /* Normally, go ahead and delete all the consoles now. | |
3761 Some unmentionably lame window systems (MS Wwwww...... eek, | |
3762 I can't even say it) don't properly clean up after themselves, | |
3763 and even for those that do, it might be cleaner this way. | |
3764 If we're going down, however, we don't do this (might | |
3765 be too dangerous), and if we get a crash somewhere within | |
3766 this loop, we'll still autosave and won't try this again. */ | |
3767 | |
3768 LIST_LOOP_DELETING (concons, nextcons, Vconsole_list) | |
3769 { | |
3770 /* There is very little point in deleting the stream console. | |
3771 It uses stdio, which should flush any buffered output and | |
3772 something can only go wrong. -slb */ | |
3773 /* I changed my mind. There's a stupid hack in close to add | |
3774 a trailing newline. */ | |
3775 /*if (!CONSOLE_STREAM_P (XCONSOLE (XCAR (concons))))*/ | |
3776 delete_console_internal (XCONSOLE (XCAR (concons)), 1, 1, 0); | |
3777 } | |
428 | 3778 } |
3779 | |
3780 UNGCPRO; | |
3781 | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3782 #ifdef NEED_WINDOWS_MESSAGE_PAUSE |
771 | 3783 pause_so_user_can_read_messages (1); |
428 | 3784 #endif |
854 | 3785 |
771 | 3786 shut_down_emacs (0, STRINGP (arg) ? arg : Qnil, 0); |
3787 | |
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
3788 #ifndef SYSTEM_MALLOC |
771 | 3789 __free_hook = |
2286 | 3790 #if defined (TYPEOF) && !defined (UNO) |
1792 | 3791 /* prototype of __free_hook varies with glibc version */ |
1799 | 3792 (TYPEOF (__free_hook)) |
771 | 3793 #endif |
3794 voodoo_free_hook; | |
428 | 3795 #endif |
771 | 3796 |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
3797 exit (FIXNUMP (arg) ? XFIXNUM (arg) : 0); |
2268 | 3798 RETURN_NOT_REACHED (Qnil); |
428 | 3799 } |
3800 | |
771 | 3801 /* -------------------------------- */ |
3802 /* abnormal shutdowns: GP faults */ | |
3803 /* -------------------------------- */ | |
3804 | |
814 | 3805 /* This is somewhat ad-hoc ... figure out whether the user is developing |
3806 XEmacs, which means (under MS Windows) they have a system debugger | |
3807 installed that catches GP faults in any application and lets them open | |
3808 up MS Dev Studio and start debugging the application -- similar to | |
3809 producing a core dump and then going back with a debugger to investigate | |
3810 the core dump, except that the program is still running. When this is | |
3811 installed, it's better not to "pause so user gets messages" because the | |
3812 debugger will pause anyway; and in case we're currently with a menu | |
3813 popped up or somewhere else inside of an internal modal loop, we will | |
3814 get wedged when we output the "pause". (It seems that the two modal | |
3815 loops will fight each other and the return key will never be passed to | |
3816 the "pause" handler so that XEmacs's GPF handler can return, resignal | |
3817 the GPF, and properly go into the debugger.) */ | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3818 #ifdef ERROR_CHECK_ANY |
814 | 3819 #define USER_IS_DEVELOPING_XEMACS |
3820 #endif | |
3821 | |
854 | 3822 |
771 | 3823 /* Handle bus errors, illegal instruction, etc: actual implementation. */ |
3824 static void | |
3825 guts_of_fatal_error_signal (int sig) | |
428 | 3826 { |
771 | 3827 fatal_error_in_progress++; |
2367 | 3828 inhibit_non_essential_conversion_operations = 1; |
771 | 3829 preparing_for_armageddon = 1; |
3830 | |
3831 ensure_no_quitting_from_now_on (); | |
3832 | |
3833 /* Only try auto-saving first time through. If we crash in auto-saving, | |
3834 don't do it again. */ | |
3835 if (fatal_error_in_progress == 1) | |
428 | 3836 { |
771 | 3837 Fdo_auto_save (Qt, Qnil); /* do this before anything hazardous */ |
3838 /* Do this so that the variable has the same value of 2 regardless of | |
3839 whether we made it through auto-saving correctly. */ | |
3840 fatal_error_in_progress++; | |
428 | 3841 } |
771 | 3842 else if (fatal_error_in_progress == 2) |
3843 stderr_out ("WARNING: Unable to auto-save your files properly.\n" | |
3844 "Some or all may in fact have been auto-saved.\n" | |
3845 "\n"); | |
3846 | |
3847 /* Now, reset our signal handler, so the next time, we just die. | |
3848 Don't do this before auto-saving. */ | |
3849 if (sig >= 0) | |
3850 EMACS_SIGNAL (sig, SIG_DFL); | |
3851 | |
3852 /* Keep in mind that there's more than one signal that we can crash | |
3853 on. */ | |
3854 /* If fatal error occurs in code below, avoid infinite recursion. */ | |
3855 if (fatal_error_in_progress <= 2) | |
3856 { | |
3857 shut_down_emacs (sig, Qnil, 1); | |
3858 stderr_out ("\nLisp backtrace follows:\n\n"); | |
3859 debug_backtrace (); | |
3860 # if 0 /* This is evil, rarely useful, and causes grief in some cases. */ | |
3861 /* Check for Sun-style stack printing via /proc */ | |
3862 { | |
2367 | 3863 const Ascbyte *pstack = "/usr/proc/bin/pstack"; |
771 | 3864 if (access (pstack, X_OK) == 0) |
3865 { | |
2367 | 3866 Ascbyte buf[100]; |
771 | 3867 stderr_out ("\nC backtrace follows:\n" |
3868 "(A real debugger may provide better information)\n\n"); | |
2367 | 3869 sprintf (buf, "%s %d >&2", pstack, (int) getpid()); |
771 | 3870 system (buf); |
3871 } | |
3872 } | |
3873 # endif | |
5023
838630c0734f
error-checking, Windows shutdown changes
Ben Wing <ben@xemacs.org>
parents:
5014
diff
changeset
|
3874 #if defined (NEED_WINDOWS_MESSAGE_PAUSE) && !defined (USER_IS_DEVELOPING_XEMACS) |
771 | 3875 pause_so_user_can_read_messages (0); |
3876 #endif | |
3877 } | |
428 | 3878 } |
3879 | |
771 | 3880 /* This is called when a fatal signal (SIGBUS aka "bus error", SIGSEGV aka |
3881 "segmentation violation", SIGILL aka "illegal instruction", and many | |
3882 others) is sent to the program. This generally happens under Unix, | |
3883 not MS Windows. */ | |
3884 SIGTYPE | |
3885 fatal_error_signal (int sig) | |
428 | 3886 { |
771 | 3887 /* Unblock the signal so that if the same signal gets sent in the |
3888 code below, we avoid a deadlock. */ | |
3889 EMACS_UNBLOCK_SIGNAL (sig); | |
3890 | |
3891 guts_of_fatal_error_signal (sig); | |
3892 | |
3092 | 3893 #ifdef NEW_GC |
3894 /* This time the signal will really be fatal. To be able to debug | |
3895 SIGSEGV and SIGBUS also during write barrier, send SIGABRT. */ | |
3896 #ifdef WIN32_NATIVE | |
3897 if (sig == SIGSEGV) | |
3898 raise (SIGABRT); | |
3899 else | |
3900 raise (sig); | |
3901 #else | |
3902 if ((sig == SIGSEGV) || (sig == SIGBUS)) | |
3903 kill (qxe_getpid (), SIGABRT); | |
3904 else | |
3905 kill (qxe_getpid (), sig); | |
3906 #endif | |
3907 #else /* not NEW_GC */ | |
771 | 3908 /* Signal the same code; this time it will really be fatal. */ |
3909 #ifdef WIN32_NATIVE | |
3910 raise (sig); | |
3911 #else | |
3912 kill (qxe_getpid (), sig); | |
3913 #endif | |
3092 | 3914 #endif /* not NEW_GC */ |
771 | 3915 SIGRETURN; |
428 | 3916 } |
3917 | |
771 | 3918 #ifdef _MSC_VER |
3919 | |
3920 #define STATUS_ASSERTION_FAILURE 0xE0000001 | |
3921 | |
3922 static DWORD | |
3923 mswindows_handle_hardware_exceptions_1 (void) | |
428 | 3924 { |
2367 | 3925 inhibit_non_essential_conversion_operations = 1; |
793 | 3926 preparing_for_armageddon = 1; |
814 | 3927 #if !defined (USER_IS_DEVELOPING_XEMACS) |
771 | 3928 pause_so_user_can_read_messages (0); |
814 | 3929 #endif |
771 | 3930 return EXCEPTION_EXECUTE_HANDLER; |
428 | 3931 } |
3932 | |
771 | 3933 /* This is called under MS Windows when an exception (this encompasses both |
3934 user-defined exceptions and hardware exceptions such as GP faults aka | |
3935 SIGBUS or SIGSEGV) is triggered. */ | |
3936 | |
3937 static DWORD | |
3938 mswindows_handle_hardware_exceptions (DWORD code) | |
428 | 3939 { |
771 | 3940 if (code != STATUS_ACCESS_VIOLATION && code != STATUS_ILLEGAL_INSTRUCTION |
3941 && code != STATUS_PRIVILEGED_INSTRUCTION | |
3942 && code != STATUS_DATATYPE_MISALIGNMENT | |
3943 && code != STATUS_ASSERTION_FAILURE) | |
3944 return EXCEPTION_CONTINUE_SEARCH; | |
3945 | |
3946 /* I don't know if this filter is still wrapped in the outer __try, but | |
3947 it doesn't hurt to have another one, and it lets us control more | |
3948 exactly what we really want to do in such a situation. What we do is | |
3949 pause, if we haven't already done so, so that the user can see what's | |
3950 output. This is critical because otherwise the output is gone. */ | |
3951 __try | |
3952 { | |
3953 guts_of_fatal_error_signal (-1); | |
3954 } | |
3955 /* VC++ documentation says that | |
3956 GetExceptionCode() cannot be called inside the filter itself. */ | |
3957 | |
3958 /* __except (mswindows_handle_hardware_exceptions (GetExceptionCode ())) {} | |
3959 | |
3960 The line above is original. Unfortunately, when an error is tripped | |
3961 inside of the handler (e.g. during Fbacktrace()), and the handler for | |
3962 the handler is invoked, it correctly notices that something is amiss | |
3963 and it should just return -- but it returns EXCEPTION_CONTINUE_SEARCH, | |
3964 which causes the debugger to be invoked debugging the handler code in | |
3965 this function -- and WITH THE STACK UNWOUND so that you see main() | |
3966 calling mswindows_handle_hardware_exceptions(), calling Fbacktrace(), | |
3967 and a crash a couple of frames in -- AND NO SIGN OF THE ORIGINAL CRASH! | |
3968 | |
3969 There's some real weirdness going on in the stack handling -- unlike | |
3970 in Unix, where further crashes just keep adding to the stack, it seems | |
3971 that under the structured-exception-handling, the stack can actually | |
3972 bounce back and forth between the full stack at the location of the | |
3973 exception and the unwound stack at the place where the __try clause was | |
3974 established. I don't completely understand it. What I do know is that | |
3975 returning EXCEPTION_EXECUTE_HANDLER on nested crash has the effect of | |
3976 aborting execution of the handler and going back to the outer filter | |
3977 function, which returns EXCEPTION_CONTINUE_SEARCH and everything is | |
3978 hunky-dorey -- your debugger sees a crash at the right location with | |
3979 the right stack. | |
3980 | |
3981 I'm leaving in the trickier Unix-like code in the handler; someone who | |
3982 understands better than me how the stack works in these handlers could | |
3983 fix it up more. As it is, it works pretty well, so I'm not likely to | |
3984 touch it more. --ben | |
3985 */ | |
3986 | |
3987 __except (mswindows_handle_hardware_exceptions_1 ()) {} | |
3988 | |
3989 /* pretend we didn't handle this, so that the debugger is invoked and/or | |
3990 the normal GPF box appears. */ | |
3991 return EXCEPTION_CONTINUE_SEARCH; | |
428 | 3992 } |
3993 | |
771 | 3994 #endif /* _MSC_VER */ |
3995 | |
3996 /* -------------------------------------- */ | |
3997 /* abnormal shutdowns: assertion failures */ | |
3998 /* -------------------------------------- */ | |
428 | 3999 |
4000 /* This flag is useful to define if you're under a debugger; this way, you | |
4001 can put a breakpoint of assert_failed() and debug multiple problems | |
4002 in one session without having to recompile. */ | |
4003 /* #define ASSERTIONS_DONT_ABORT */ | |
4004 | |
4005 /* This highly dubious kludge ... shut up Jamie, I'm tired of your slagging. */ | |
4006 | |
771 | 4007 /* Nonzero if handling an assertion failure. (Bumped by one each time |
4008 we recursively hit such a failure.) */ | |
442 | 4009 static int in_assert_failed; |
771 | 4010 |
2367 | 4011 static const Ascbyte *assert_failed_file; |
442 | 4012 static int assert_failed_line; |
2367 | 4013 static const Ascbyte *assert_failed_expr; |
442 | 4014 |
4015 #ifdef fprintf | |
4016 #undef fprintf | |
4017 #endif | |
4018 | |
2500 | 4019 /* This is called when an assert() fails or when ABORT() is called -- both |
771 | 4020 of those are defined in the preprocessor to an expansion involving |
4021 assert_failed(). */ | |
442 | 4022 void |
2367 | 4023 assert_failed (const Ascbyte *file, int line, const Ascbyte *expr) |
428 | 4024 { |
442 | 4025 /* If we're already crashing, let's not crash again. This might be |
4026 critical to getting auto-saving working properly. */ | |
4027 if (fatal_error_in_progress) | |
4028 return; | |
4029 | |
4030 /* We are extremely paranoid so we sensibly deal with recursive | |
4031 assertion failures. */ | |
4032 in_assert_failed++; | |
5014
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
4033 inhibit_non_essential_conversion_operations++; |
442 | 4034 |
4035 if (in_assert_failed >= 4) | |
4036 _exit (-1); | |
4037 else if (in_assert_failed == 3) | |
4038 { | |
771 | 4039 debugging_breakpoint (); |
442 | 4040 _exit (-1); |
4041 } | |
4042 else if (in_assert_failed == 2) | |
4043 { | |
771 | 4044 /* Ultra-paranoia. stderr_out() tries very hard not to do |
4045 anything during assertion failures that might trigger more | |
4046 failures; but we might have messed up somewhere. fprintf was | |
4047 undeffed above, in case it was encapsulated. */ | |
442 | 4048 fprintf (stderr, |
4049 "Fatal error: recursive assertion failure, " | |
4050 "file %s, line %d, %s\n", | |
4051 file, line, expr); | |
4052 fprintf (stderr, | |
4053 "Original assertion failure: file %s, line %d, %s\n", | |
4054 assert_failed_file, assert_failed_line, assert_failed_expr); | |
4055 } | |
4056 else | |
4057 { | |
4058 assert_failed_file = file; | |
4059 assert_failed_line = line; | |
4060 assert_failed_expr = expr; | |
4061 | |
771 | 4062 stderr_out ("\nFatal error: assertion failed, file %s, line %d, %s\n", |
4063 file, line, expr); | |
442 | 4064 } |
4065 | |
771 | 4066 /* Enable the following if you want a breakpoint right away to the |
4067 debugger, without the whole shutdown processing first. This can be | |
4068 useful if you're afraid the shutdown processing will modify state that | |
4069 you're trying to debug (generally fairly unlikely); but you then don't | |
4070 get the auto-save behavior, which may be extremely important if you | |
4071 were in the middle of doing something */ | |
4072 /* debugging_breakpoint (); */ | |
442 | 4073 #if !defined (ASSERTIONS_DONT_ABORT) |
1346 | 4074 #if defined (_MSC_VER) || defined (CYGWIN) |
4075 /* In VC++, calling abort() directly just seems to exit, in a way we can't | |
1303 | 4076 trap. (#### The docs say it does raise (SIGABRT), which we should be |
771 | 4077 able to trap. Perhaps we're messing up somewhere? Or perhaps MS is |
4078 messed up.) | |
4079 | |
4080 So, instead we cause an exception and enter into the structured | |
4081 exception-handling mechanism, which is just like what happens when a | |
4082 GPF occurs, and is cleaner anyway. (If we entered into one of the | |
4083 signal handlers, a crash in there would enter anyway into the | |
4084 structured exception stuff, and you'd get some weird mixture. Cleaner | |
4085 to keep it all in the expected way.) | |
4086 */ | |
4087 /* Either of the following work in terms of causing an exception. The | |
4088 second one looks cleaner but you get an odd message about "Unknown | |
4089 software exception ..." without the obvious "OK to terminate", "Cancel | |
4090 to debug"; instead, you just get OK/Cancel, which in fact do those | |
4091 same things. */ | |
1346 | 4092 /* In Cygwin, abort() doesn't get trapped properly in gdb but seg faults |
4093 do, so we resort to the same trick. */ | |
771 | 4094 * ((int *) 0) = 666; |
4095 /* RaiseException (STATUS_ASSERTION_FAILURE, EXCEPTION_NONCONTINUABLE, 0, | |
4096 0); */ | |
4097 #else | |
4098 really_abort (); | |
1346 | 4099 #endif /* defined (_MSC_VER) || defined (CYGWIN) */ |
771 | 4100 #endif /* !defined (ASSERTIONS_DONT_ABORT) */ |
5014
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
4101 inhibit_non_essential_conversion_operations--; |
c2e0c3af5fe3
cleanups to debug-print, try harder to make it work during GC
Ben Wing <ben@xemacs.org>
parents:
5000
diff
changeset
|
4102 in_assert_failed--; |
428 | 4103 } |
4104 | |
5090 | 4105 /* This is called when an assert() fails or when ABORT() is called -- both |
4106 of those are defined in the preprocessor to an expansion involving | |
4107 assert_failed(). */ | |
4108 void | |
4109 assert_equal_failed (const Ascbyte *file, int line, EMACS_INT x, EMACS_INT y, | |
4110 const Ascbyte *exprx, const Ascbyte *expry) | |
4111 { | |
4112 Ascbyte bigstr[1000]; /* #### Could overflow, but avoids any need to do any | |
4113 allocation, even alloca(), hence safer */ | |
4114 sprintf (bigstr, "%s (%ld) should == %s (%ld) but doesn't", | |
4115 exprx, x, expry, y); | |
4116 assert_failed (file, line, bigstr); | |
4117 } | |
4118 | |
771 | 4119 /* -------------------------------------- */ |
4120 /* low-memory notification */ | |
4121 /* -------------------------------------- */ | |
4122 | |
4123 #ifdef SIGDANGER | |
4124 | |
4125 /* Handler for SIGDANGER. */ | |
4126 SIGTYPE | |
4127 memory_warning_signal (int sig) | |
4128 { | |
4129 /* #### bad bad bad; this function shouldn't do anything except | |
4130 set a flag, or weird corruption could happen. */ | |
4131 EMACS_SIGNAL (sig, memory_warning_signal); | |
4132 | |
4133 malloc_warning | |
4134 (GETTEXT ("Operating system warns that virtual memory is running low.\n")); | |
4135 | |
4136 /* It might be unsafe to call do_auto_save now. */ | |
4137 force_auto_save_soon (); | |
4138 } | |
4139 #endif /* SIGDANGER */ | |
4140 | |
4141 | |
4142 /************************************************************************/ | |
4143 /* Miscellaneous */ | |
4144 /************************************************************************/ | |
4145 | |
4146 DEFUN ("noninteractive", Fnoninteractive, 0, 0, 0, /* | |
4147 Non-nil return value means XEmacs is running without interactive terminal. | |
528 | 4148 */ |
771 | 4149 ()) |
528 | 4150 { |
771 | 4151 return noninteractive ? Qt : Qnil; |
528 | 4152 } |
4153 | |
428 | 4154 #ifdef QUANTIFY |
4155 DEFUN ("quantify-start-recording-data", Fquantify_start_recording_data, | |
4156 0, 0, "", /* | |
4157 Start recording Quantify data. | |
4158 */ | |
4159 ()) | |
4160 { | |
4161 quantify_start_recording_data (); | |
4162 return Qnil; | |
4163 } | |
4164 | |
4165 DEFUN ("quantify-stop-recording-data", Fquantify_stop_recording_data, | |
4166 0, 0, "", /* | |
4167 Stop recording Quantify data. | |
4168 */ | |
4169 ()) | |
4170 { | |
4171 quantify_stop_recording_data (); | |
4172 return Qnil; | |
4173 } | |
4174 | |
4175 DEFUN ("quantify-clear-data", Fquantify_clear_data, 0, 0, "", /* | |
4176 Clear all Quantify data. | |
4177 */ | |
4178 ()) | |
4179 { | |
4180 quantify_clear_data (); | |
4181 return Qnil; | |
4182 } | |
4183 #endif /* QUANTIFY */ | |
4184 | |
4185 void | |
4186 syms_of_emacs (void) | |
4187 { | |
4188 DEFSUBR (Fdump_emacs); | |
4189 | |
4190 DEFSUBR (Frun_emacs_from_temacs); | |
4191 DEFSUBR (Frunning_temacs_p); | |
1315 | 4192 DEFSUBR (Femacs_run_status); |
428 | 4193 DEFSUBR (Finvocation_name); |
4194 DEFSUBR (Finvocation_directory); | |
4195 DEFSUBR (Fkill_emacs); | |
4196 DEFSUBR (Fnoninteractive); | |
4197 | |
528 | 4198 #ifdef DEBUG_XEMACS |
4199 DEFSUBR (Fforce_debugging_signal); | |
4200 #endif | |
4201 | |
428 | 4202 #ifdef QUANTIFY |
4203 DEFSUBR (Fquantify_start_recording_data); | |
4204 DEFSUBR (Fquantify_stop_recording_data); | |
4205 DEFSUBR (Fquantify_clear_data); | |
4206 #endif /* QUANTIFY */ | |
4207 | |
563 | 4208 DEFSYMBOL (Qkill_emacs_hook); |
4209 DEFSYMBOL (Qsave_buffers_kill_emacs); | |
1315 | 4210 |
4211 DEFSYMBOL (Qtemacs); | |
4212 DEFSYMBOL (Qdumping); | |
4213 DEFSYMBOL (Qrestarted); | |
4214 DEFSYMBOL (Qpdump); | |
4215 DEFSYMBOL (Qbatch); | |
428 | 4216 } |
4217 | |
776 | 4218 /* Yuck! These variables may get set from command-line options when |
4219 dumping; if we don't clear them, they will still be on once the dumped | |
4220 XEmacs reloads. (not an issue with pdump, as we kludge around this in | |
4221 main_1().) */ | |
4222 | |
4223 void | |
4224 zero_out_command_line_status_vars (void) | |
4225 { | |
4226 vanilla_inhibiting = 0; | |
4227 inhibit_early_packages = 0; | |
4228 inhibit_all_packages = 0; | |
4229 inhibit_autoloads = 0; | |
4230 debug_paths = 0; | |
4231 #ifndef INHIBIT_SITE_LISP | |
4232 inhibit_site_lisp = 0; | |
4233 #else | |
4234 inhibit_site_lisp = 1; | |
4235 #endif | |
4236 #ifndef INHIBIT_SITE_MODULES | |
4237 inhibit_site_modules = 0; | |
4238 #else | |
4239 inhibit_site_modules = 1; | |
4240 #endif | |
4241 } | |
4242 | |
428 | 4243 void |
4244 vars_of_emacs (void) | |
4245 { | |
4246 DEFVAR_BOOL ("suppress-early-error-handler-backtrace", | |
4247 &suppress_early_error_handler_backtrace /* | |
4248 Non-nil means early error handler shouldn't print a backtrace. | |
4249 */ ); | |
4250 | |
4251 DEFVAR_LISP ("command-line-args", &Vcommand_line_args /* | |
4252 Args passed by shell to XEmacs, as a list of strings. | |
4253 */ ); | |
4254 | |
4255 DEFVAR_LISP ("invocation-name", &Vinvocation_name /* | |
4256 The program name that was used to run XEmacs. | |
4257 Any directory names are omitted. | |
4258 */ ); | |
4259 | |
4260 DEFVAR_LISP ("invocation-directory", &Vinvocation_directory /* | |
4261 The directory in which the XEmacs executable was found, to run it. | |
4262 The value is simply the program name if that directory's name is not known. | |
4263 */ ); | |
4264 | |
4265 DEFVAR_LISP ("invocation-path", &Vinvocation_path /* | |
4266 The path in which the XEmacs executable was found, to run it. | |
4267 The value is simply the value of environment variable PATH on startup | |
4268 if XEmacs was found there. | |
4269 */ ); | |
4270 | |
4271 #if 0 /* FSFmacs */ | |
776 | 4272 xxDEFVAR_LISP ("installation-directory", &Vinstallation_directory /* |
4273 A directory within which to look for the `lib-src' and `etc' directories. | |
4274 This is non-nil when we can't find those directories in their standard | |
4275 installed locations, but we can find them ear where the XEmacs executable | |
4276 was found. | |
4277 */ ); | |
428 | 4278 #endif |
4279 | |
4280 DEFVAR_LISP ("system-type", &Vsystem_type /* | |
4281 Symbol indicating type of operating system you are using. | |
4282 */ ); | |
4283 Vsystem_type = intern (SYSTEM_TYPE); | |
771 | 4284 Fprovide (Vsystem_type); |
428 | 4285 |
4286 #ifndef EMACS_CONFIGURATION | |
4287 # define EMACS_CONFIGURATION "UNKNOWN" | |
4288 #endif | |
4289 DEFVAR_LISP ("system-configuration", &Vsystem_configuration /* | |
4290 String naming the configuration XEmacs was built for. | |
4291 */ ); | |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
4292 Vsystem_configuration = build_ascstring (EMACS_CONFIGURATION); |
428 | 4293 |
4294 #ifndef EMACS_CONFIG_OPTIONS | |
4295 # define EMACS_CONFIG_OPTIONS "UNKNOWN" | |
4296 #endif | |
4297 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options /* | |
4298 String containing the configuration options XEmacs was built with. | |
4299 */ ); | |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
4300 Vsystem_configuration_options = build_ascstring (EMACS_CONFIG_OPTIONS); |
428 | 4301 |
4302 DEFVAR_LISP ("emacs-major-version", &Vemacs_major_version /* | |
4303 Major version number of this version of Emacs, as an integer. | |
4304 Warning: this variable did not exist in Emacs versions earlier than: | |
4305 FSF Emacs: 19.23 | |
4306 XEmacs: 19.10 | |
4307 */ ); | |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
4308 Vemacs_major_version = make_fixnum (EMACS_MAJOR_VERSION); |
428 | 4309 |
4310 DEFVAR_LISP ("emacs-minor-version", &Vemacs_minor_version /* | |
4311 Minor version number of this version of Emacs, as an integer. | |
4312 Warning: this variable did not exist in Emacs versions earlier than: | |
4313 FSF Emacs: 19.23 | |
4314 XEmacs: 19.10 | |
4315 */ ); | |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
4316 Vemacs_minor_version = make_fixnum (EMACS_MINOR_VERSION); |
428 | 4317 |
4318 DEFVAR_LISP ("emacs-patch-level", &Vemacs_patch_level /* | |
4319 The patch level of this version of Emacs, as an integer. | |
4320 The value is non-nil if this version of XEmacs is part of a series of | |
4321 stable XEmacsen, but has bug fixes applied. | |
4322 Warning: this variable does not exist in FSF Emacs or in XEmacs versions | |
4323 earlier than 21.1.1 | |
4324 */ ); | |
4325 #ifdef EMACS_PATCH_LEVEL | |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
4326 Vemacs_patch_level = make_fixnum (EMACS_PATCH_LEVEL); |
428 | 4327 #else |
4328 Vemacs_patch_level = Qnil; | |
4329 #endif | |
4330 | |
4331 DEFVAR_LISP ("emacs-beta-version", &Vemacs_beta_version /* | |
4332 Beta number of this version of Emacs, as an integer. | |
4333 The value is nil if this is an officially released version of XEmacs. | |
4334 Warning: this variable does not exist in FSF Emacs or in XEmacs versions | |
4335 earlier than 20.3. | |
4336 */ ); | |
4337 #ifdef EMACS_BETA_VERSION | |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5560
diff
changeset
|
4338 Vemacs_beta_version = make_fixnum (EMACS_BETA_VERSION); |
428 | 4339 #else |
4340 Vemacs_beta_version = Qnil; | |
4341 #endif | |
4342 | |
4343 | |
4344 DEFVAR_LISP ("xemacs-codename", &Vxemacs_codename /* | |
4345 Codename of this version of Emacs (a string). | |
4346 */ ); | |
4347 #ifndef XEMACS_CODENAME | |
4348 #define XEMACS_CODENAME "Noname" | |
4349 #endif | |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
4350 Vxemacs_codename = build_ascstring (XEMACS_CODENAME); |
428 | 4351 |
975 | 4352 DEFVAR_LISP ("xemacs-extra-name", &Vxemacs_extra_name /* |
2602 | 4353 Arbitrary string to place in the version string after the codename. |
4354 | |
4355 Appropriate surrounding whitespace will be added, but typically looks best | |
4356 if enclosed in parentheses. | |
4357 | |
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4380
diff
changeset
|
4358 A standard use is to indicate the topmost hash id of the Mercurial |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4380
diff
changeset
|
4359 changeset from which XEmacs was compiled. Developers may also use it |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4380
diff
changeset
|
4360 to indicate particular branches, etc. |
975 | 4361 */ ); |
4362 #ifdef XEMACS_EXTRA_NAME | |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
4363 Vxemacs_extra_name = build_ascstring (XEMACS_EXTRA_NAME); |
975 | 4364 #endif |
4365 | |
2602 | 4366 DEFVAR_LISP ("xemacs-release-date", &Vxemacs_release_date /* |
4367 ISO 8601 format date string giving the date of latest release in series. | |
4368 | |
4369 The time may optionally be given. The time zone may not be given, and | |
4370 is (implicitly) UTC. Currently not included in the version string. | |
4371 */ ); | |
4372 #ifndef XEMACS_RELEASE_DATE | |
4373 #define XEMACS_RELEASE_DATE "2005-02-18 (defaulted in emacs.c)" | |
4374 #endif | |
4952
19a72041c5ed
Mule-izing, various fixes related to char * arguments
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
4375 Vxemacs_release_date = build_ascstring (XEMACS_RELEASE_DATE); |
2602 | 4376 |
442 | 4377 /* Lisp variables which contain command line flags. |
4378 | |
4379 The portable dumper stomps on these; they must be saved and restored | |
4380 if they are processed before the call to pdump_load() in main_1(). | |
4381 */ | |
428 | 4382 DEFVAR_BOOL ("noninteractive", &noninteractive1 /* |
4383 Non-nil means XEmacs is running without interactive terminal. | |
4384 */ ); | |
4385 | |
776 | 4386 DEFVAR_BOOL ("vanilla-inhibiting", &vanilla_inhibiting /* |
4387 Set to non-nil when the user-init and site-start files should not be loaded. | |
4388 */ ); | |
4389 | |
428 | 4390 DEFVAR_BOOL ("inhibit-early-packages", &inhibit_early_packages /* |
2602 | 4391 Set to non-nil when the early packages should be ignored at startup. |
4392 Early package directories will not be added to `load-path', nor set up as | |
4393 autoloads, nothing. | |
428 | 4394 */ ); |
4395 | |
776 | 4396 DEFVAR_BOOL ("inhibit-all-packages", &inhibit_all_packages /* |
2602 | 4397 Set to non-nil when all packages should be ignored at startup. |
4398 Package directories will not be added to `load-path', nor set up as | |
776 | 4399 autoloads, nothing. |
4400 */ ); | |
4401 | |
428 | 4402 DEFVAR_BOOL ("inhibit-autoloads", &inhibit_autoloads /* |
4403 Set to non-nil when autoloads should not be loaded at startup. | |
4404 */ ); | |
4405 | |
4406 DEFVAR_BOOL ("debug-paths", &debug_paths /* | |
4407 Set to non-nil when debug information about paths should be printed. | |
4408 */ ); | |
4409 | |
4410 DEFVAR_BOOL ("inhibit-site-lisp", &inhibit_site_lisp /* | |
4411 Set to non-nil when the site-lisp should not be searched at startup. | |
4412 */ ); | |
4413 #ifdef INHIBIT_SITE_LISP | |
4414 inhibit_site_lisp = 1; | |
4415 #endif | |
4416 | |
4417 DEFVAR_BOOL ("inhibit-site-modules", &inhibit_site_modules /* | |
4418 Set to non-nil when site-modules should not be searched at startup. | |
4419 */ ); | |
4420 #ifdef INHIBIT_SITE_MODULES | |
4421 inhibit_site_modules = 1; | |
4422 #endif | |
4423 | |
4424 DEFVAR_INT ("emacs-priority", &emacs_priority /* | |
4425 Priority for XEmacs to run at. | |
4426 This value is effective only if set before XEmacs is dumped, | |
4427 and only if the XEmacs executable is installed with setuid to permit | |
4428 it to change priority. (XEmacs sets its uid back to the real uid.) | |
4429 Currently, you need to define SET_EMACS_PRIORITY in `config.h' | |
4430 before you compile XEmacs, to enable the code for this feature. | |
4431 */ ); | |
4432 emacs_priority = 0; | |
4433 | |
4434 DEFVAR_CONST_LISP ("internal-error-checking", &Vinternal_error_checking /* | |
4435 Internal error checking built-in into this instance of XEmacs. | |
4436 This is a list of symbols, initialized at build-time. Legal symbols | |
4437 are: | |
4438 | |
4439 extents - check extents prior to each extent change; | |
800 | 4440 types - check types strictly; |
428 | 4441 malloc - check operation of malloc; |
4442 gc - check garbage collection; | |
800 | 4443 text - check text and buffer positions; |
4444 display - check redisplay structure consistency; | |
4445 glyphs - check glyph structure consistency; | |
4446 byte-code - check byte-code consistency;. | |
4447 structures - check other structure consistency. | |
442 | 4448 |
4449 quick-build - user has requested the "quick-build" configure option. | |
428 | 4450 */ ); |
4451 Vinternal_error_checking = Qnil; | |
4452 #ifdef ERROR_CHECK_EXTENTS | |
4453 Vinternal_error_checking = Fcons (intern ("extents"), | |
4454 Vinternal_error_checking); | |
4455 #endif | |
800 | 4456 #ifdef ERROR_CHECK_TYPES |
4457 Vinternal_error_checking = Fcons (intern ("types"), | |
428 | 4458 Vinternal_error_checking); |
4459 #endif | |
4460 #ifdef ERROR_CHECK_MALLOC | |
4461 Vinternal_error_checking = Fcons (intern ("malloc"), | |
4462 Vinternal_error_checking); | |
4463 #endif | |
4464 #ifdef ERROR_CHECK_GC | |
4465 Vinternal_error_checking = Fcons (intern ("gc"), | |
4466 Vinternal_error_checking); | |
4467 #endif | |
800 | 4468 #ifdef ERROR_CHECK_TEXT |
4469 Vinternal_error_checking = Fcons (intern ("text"), | |
4470 Vinternal_error_checking); | |
4471 #endif | |
4472 #ifdef ERROR_CHECK_DISPLAY | |
4473 Vinternal_error_checking = Fcons (intern ("display"), | |
4474 Vinternal_error_checking); | |
4475 #endif | |
4476 #ifdef ERROR_CHECK_GLYPHS | |
4477 Vinternal_error_checking = Fcons (intern ("glyphs"), | |
4478 Vinternal_error_checking); | |
4479 #endif | |
4480 #ifdef ERROR_CHECK_BYTE_CODE | |
4481 Vinternal_error_checking = Fcons (intern ("byte-code"), | |
4482 Vinternal_error_checking); | |
4483 #endif | |
4484 #ifdef ERROR_CHECK_STRUCTURES | |
4485 Vinternal_error_checking = Fcons (intern ("structures"), | |
428 | 4486 Vinternal_error_checking); |
4487 #endif | |
442 | 4488 #ifdef QUICK_BUILD |
4489 Vinternal_error_checking = Fcons (intern ("quick-build"), | |
4490 Vinternal_error_checking); | |
4491 #endif | |
428 | 4492 |
438 | 4493 DEFVAR_CONST_LISP ("mail-lock-methods", &Vmail_lock_methods /* |
4494 Mail spool locking methods supported by this instance of XEmacs. | |
4495 This is a list of symbols. Each of the symbols is one of the | |
4496 following: dot, lockf, flock, locking, mmdf. | |
4497 */ ); | |
4498 { | |
4499 Vmail_lock_methods = Qnil; | |
4500 Vmail_lock_methods = Fcons (intern ("dot"), Vmail_lock_methods); | |
4501 #ifdef HAVE_LOCKF | |
4502 Vmail_lock_methods = Fcons (intern ("lockf"), Vmail_lock_methods); | |
4503 #endif | |
4504 #ifdef HAVE_FLOCK | |
4505 Vmail_lock_methods = Fcons (intern ("flock"), Vmail_lock_methods); | |
4506 #endif | |
4507 #ifdef HAVE_MMDF | |
4508 Vmail_lock_methods = Fcons (intern ("mmdf"), Vmail_lock_methods); | |
4509 #endif | |
4510 #ifdef HAVE_LOCKING | |
4511 Vmail_lock_methods = Fcons (intern ("locking"), Vmail_lock_methods); | |
4512 #endif | |
4513 } | |
442 | 4514 |
438 | 4515 DEFVAR_CONST_LISP ("configure-mail-lock-method", &Vconfigure_mail_lock_method /* |
4516 Mail spool locking method suggested by configure. This is one | |
4517 of the symbols in MAIL-LOCK-METHODS. | |
4518 */ ); | |
4519 { | |
1303 | 4520 #if defined (MAIL_LOCK_FLOCK) && defined (HAVE_FLOCK) |
771 | 4521 Vconfigure_mail_lock_method = intern ("flock"); |
1303 | 4522 #elif defined (MAIL_LOCK_LOCKF) && defined (HAVE_LOCKF) |
771 | 4523 Vconfigure_mail_lock_method = intern ("lockf"); |
1303 | 4524 #elif defined (MAIL_LOCK_MMDF) && defined (HAVE_MMDF) |
771 | 4525 Vconfigure_mail_lock_method = intern ("mmdf"); |
1303 | 4526 #elif defined (MAIL_LOCK_LOCKING) && defined (HAVE_LOCKING) |
771 | 4527 Vconfigure_mail_lock_method = intern ("locking"); |
438 | 4528 #else |
771 | 4529 Vconfigure_mail_lock_method = intern ("dot"); |
438 | 4530 #endif |
4531 } | |
428 | 4532 } |
4533 | |
4534 void | |
4535 complex_vars_of_emacs (void) | |
4536 { | |
4537 /* This is all related to path searching. */ | |
4538 | |
4539 DEFVAR_LISP ("emacs-program-name", &Vemacs_program_name /* | |
4540 *Name of the Emacs variant. | |
4541 This is mainly meant for use in path searching. | |
4542 */ ); | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4543 Vemacs_program_name = build_extstring (PATH_PROGNAME, Qfile_name); |
428 | 4544 |
4545 DEFVAR_LISP ("emacs-program-version", &Vemacs_program_version /* | |
4546 *Version of the Emacs variant. | |
444 | 4547 This typically has the form NN.NN-bNN. |
428 | 4548 This is mainly meant for use in path searching. |
4549 */ ); | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4550 Vemacs_program_version = build_extstring (PATH_VERSION, Qfile_name); |
428 | 4551 |
4552 DEFVAR_LISP ("exec-path", &Vexec_path /* | |
4553 *List of directories to search programs to run in subprocesses. | |
4554 Each element is a string (directory name) or nil (try default directory). | |
4555 */ ); | |
4556 Vexec_path = Qnil; | |
4557 | |
4558 DEFVAR_LISP ("exec-directory", &Vexec_directory /* | |
4559 *Directory of architecture-dependent files that come with XEmacs, | |
4560 especially executable programs intended for XEmacs to invoke. | |
4561 */ ); | |
4562 Vexec_directory = Qnil; | |
4563 | |
4564 DEFVAR_LISP ("configure-exec-directory", &Vconfigure_exec_directory /* | |
4565 For internal use by the build procedure only. | |
444 | 4566 configure's idea of what `exec-directory' will be. |
428 | 4567 */ ); |
4568 #ifdef PATH_EXEC | |
4569 Vconfigure_exec_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4570 (build_extstring (PATH_EXEC, Qfile_name)); |
428 | 4571 #else |
4572 Vconfigure_exec_directory = Qnil; | |
4573 #endif | |
4574 | |
4575 DEFVAR_LISP ("lisp-directory", &Vlisp_directory /* | |
4576 *Directory of core Lisp files that come with XEmacs. | |
4577 */ ); | |
4578 Vlisp_directory = Qnil; | |
4579 | |
4580 DEFVAR_LISP ("configure-lisp-directory", &Vconfigure_lisp_directory /* | |
4581 For internal use by the build procedure only. | |
444 | 4582 configure's idea of what `lisp-directory' will be. |
428 | 4583 */ ); |
4584 #ifdef PATH_LOADSEARCH | |
4585 Vconfigure_lisp_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4586 (build_extstring (PATH_LOADSEARCH, Qfile_name)); |
428 | 4587 #else |
4588 Vconfigure_lisp_directory = Qnil; | |
4589 #endif | |
4590 | |
460 | 4591 DEFVAR_LISP ("mule-lisp-directory", &Vmule_lisp_directory /* |
4592 *Directory of Mule Lisp files that come with XEmacs. | |
4593 */ ); | |
4594 Vmule_lisp_directory = Qnil; | |
4595 | |
4596 DEFVAR_LISP ("configure-mule-lisp-directory", &Vconfigure_mule_lisp_directory /* | |
4597 For internal use by the build procedure only. | |
4598 configure's idea of what `mule-lisp-directory' will be. | |
4599 */ ); | |
4600 #ifdef PATH_MULELOADSEARCH | |
4601 Vconfigure_mule_lisp_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4602 (build_extstring (PATH_MULELOADSEARCH, Qfile_name); |
460 | 4603 #else |
4604 Vconfigure_mule_lisp_directory = Qnil; | |
4605 #endif | |
4606 | |
428 | 4607 DEFVAR_LISP ("module-directory", &Vmodule_directory /* |
4608 *Directory of core dynamic modules that come with XEmacs. | |
4609 */ ); | |
4610 Vmodule_directory = Qnil; | |
4611 | |
4612 DEFVAR_LISP ("configure-module-directory", &Vconfigure_module_directory /* | |
4613 For internal use by the build procedure only. | |
444 | 4614 configure's idea of what `module-directory' will be. |
428 | 4615 */ ); |
4616 #ifdef PATH_MODULESEARCH | |
4617 Vconfigure_module_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4618 (build_extstring (PATH_MODULESEARCH, Qfile_name)); |
428 | 4619 #else |
4620 Vconfigure_module_directory = Qnil; | |
4621 #endif | |
4622 | |
3179 | 4623 DEFVAR_LISP ("configure-early-package-directories", &Vconfigure_early_package_directories /* |
4624 For internal use by the build procedure only. | |
4625 configure's idea of what the early package directories will be. | |
4626 */ ); | |
4627 #ifdef PATH_EARLY_PACKAGE_DIRECTORIES | |
4628 Vconfigure_early_package_directories = split_external_path (PATH_EARLY_PACKAGE_DIRECTORIES); | |
4629 #else | |
4630 Vconfigure_early_package_directories = Qnil; | |
4631 #endif | |
4632 | |
4633 DEFVAR_LISP ("configure-late-package-directories", &Vconfigure_late_package_directories /* | |
4634 For internal use by the build procedure only. | |
4635 configure's idea of what the late package directories will be. | |
4636 */ ); | |
4637 #ifdef PATH_LATE_PACKAGE_DIRECTORIES | |
4638 Vconfigure_late_package_directories = split_external_path (PATH_LATE_PACKAGE_DIRECTORIES); | |
4639 #else | |
4640 Vconfigure_late_package_directories = Qnil; | |
4641 #endif | |
4642 | |
4643 DEFVAR_LISP ("configure-last-package-directories", &Vconfigure_last_package_directories /* | |
4644 For internal use by the build procedure only. | |
4645 configure's idea of what the last package directories will be. | |
4646 */ ); | |
4647 #ifdef PATH_LAST_PACKAGE_DIRECTORIES | |
4648 Vconfigure_last_package_directories = split_external_path (PATH_LAST_PACKAGE_DIRECTORIES); | |
4649 #else | |
4650 Vconfigure_last_package_directories = Qnil; | |
4651 #endif | |
4652 | |
428 | 4653 DEFVAR_LISP ("configure-package-path", &Vconfigure_package_path /* |
4654 For internal use by the build procedure only. | |
4655 configure's idea of what the package path will be. | |
4656 */ ); | |
4657 #ifdef PATH_PACKAGEPATH | |
771 | 4658 Vconfigure_package_path = split_external_path (PATH_PACKAGEPATH); |
428 | 4659 #else |
4660 Vconfigure_package_path = Qnil; | |
4661 #endif | |
4662 | |
4663 DEFVAR_LISP ("data-directory", &Vdata_directory /* | |
4664 *Directory of architecture-independent files that come with XEmacs, | |
4665 intended for XEmacs to use. | |
4666 Use of this variable in new code is almost never correct. See the | |
442 | 4667 functions `locate-data-file' and `locate-data-directory' and the variable |
4668 `data-directory-list'. | |
428 | 4669 */ ); |
4670 Vdata_directory = Qnil; | |
4671 | |
4672 DEFVAR_LISP ("configure-data-directory", &Vconfigure_data_directory /* | |
4673 For internal use by the build procedure only. | |
444 | 4674 configure's idea of what `data-directory' will be. |
428 | 4675 */ ); |
4676 #ifdef PATH_DATA | |
4677 Vconfigure_data_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4678 (build_extstring (PATH_DATA, Qfile_name)); |
428 | 4679 #else |
4680 Vconfigure_data_directory = Qnil; | |
4681 #endif | |
4682 | |
4683 DEFVAR_LISP ("data-directory-list", &Vdata_directory_list /* | |
4684 *List of directories of architecture-independent files that come with XEmacs | |
4685 or were installed as packages, and are intended for XEmacs to use. | |
4686 */ ); | |
4687 Vdata_directory_list = Qnil; | |
4688 | |
4689 DEFVAR_LISP ("site-directory", &Vsite_directory /* | |
4690 *Directory of site-specific Lisp files that come with XEmacs. | |
4691 */ ); | |
4692 Vsite_directory = Qnil; | |
4693 | |
4694 DEFVAR_LISP ("configure-site-directory", &Vconfigure_site_directory /* | |
4695 For internal use by the build procedure only. | |
444 | 4696 configure's idea of what `site-directory' will be. |
428 | 4697 */ ); |
4698 #ifdef PATH_SITE | |
4699 Vconfigure_site_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4700 (build_extstring (PATH_SITE, Qfile_name)); |
428 | 4701 #else |
4702 Vconfigure_site_directory = Qnil; | |
4703 #endif | |
4704 | |
4705 DEFVAR_LISP ("site-module-directory", &Vsite_module_directory /* | |
4706 *Directory of site-specific loadable modules that come with XEmacs. | |
4707 */ ); | |
4708 Vsite_module_directory = Qnil; | |
4709 | |
4710 DEFVAR_LISP ("configure-site-module-directory", &Vconfigure_site_module_directory /* | |
4711 For internal use by the build procedure only. | |
444 | 4712 configure's idea of what `site-directory' will be. |
428 | 4713 */ ); |
4714 #ifdef PATH_SITE_MODULES | |
4715 Vconfigure_site_module_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4716 (build_extstring (PATH_SITE_MODULES, Qfile_name)); |
428 | 4717 #else |
4718 Vconfigure_site_module_directory = Qnil; | |
4719 #endif | |
4720 | |
4721 DEFVAR_LISP ("doc-directory", &Vdoc_directory /* | |
4722 *Directory containing the DOC file that comes with XEmacs. | |
444 | 4723 This is usually the same as `exec-directory'. |
428 | 4724 */ ); |
4725 Vdoc_directory = Qnil; | |
4726 | |
4727 DEFVAR_LISP ("configure-doc-directory", &Vconfigure_doc_directory /* | |
4728 For internal use by the build procedure only. | |
444 | 4729 configure's idea of what `doc-directory' will be. |
428 | 4730 */ ); |
4731 #ifdef PATH_DOC | |
4732 Vconfigure_doc_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4733 (build_extstring (PATH_DOC, Qfile_name)); |
428 | 4734 #else |
4735 Vconfigure_doc_directory = Qnil; | |
4736 #endif | |
4737 | |
4738 DEFVAR_LISP ("configure-exec-prefix-directory", &Vconfigure_exec_prefix_directory /* | |
4739 For internal use by the build procedure only. | |
444 | 4740 configure's idea of what `exec-prefix-directory' will be. |
428 | 4741 */ ); |
4742 #ifdef PATH_EXEC_PREFIX | |
4743 Vconfigure_exec_prefix_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4744 (build_extstring (PATH_EXEC_PREFIX, Qfile_name)); |
428 | 4745 #else |
4746 Vconfigure_exec_prefix_directory = Qnil; | |
4747 #endif | |
4748 | |
4749 DEFVAR_LISP ("configure-prefix-directory", &Vconfigure_prefix_directory /* | |
4750 For internal use by the build procedure only. | |
444 | 4751 configure's idea of what `prefix-directory' will be. |
428 | 4752 */ ); |
4753 #ifdef PATH_PREFIX | |
4754 Vconfigure_prefix_directory = Ffile_name_as_directory | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4755 (build_extstring (PATH_PREFIX, Qfile_name)); |
428 | 4756 #else |
4757 Vconfigure_prefix_directory = Qnil; | |
4758 #endif | |
4759 | |
4760 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory /* | |
4761 For internal use by the build procedure only. | |
4762 This is the name of the directory in which the build procedure installed | |
4763 Emacs's info files; the default value for Info-default-directory-list | |
4764 includes this. | |
4765 */ ); | |
4766 #ifdef PATH_INFO | |
4767 Vconfigure_info_directory = | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4952
diff
changeset
|
4768 Ffile_name_as_directory (build_extstring (PATH_INFO, Qfile_name)); |
428 | 4769 #else |
4770 Vconfigure_info_directory = Qnil; | |
4771 #endif | |
4772 | |
4773 DEFVAR_LISP ("configure-info-path", &Vconfigure_info_path /* | |
4774 The configured initial path for info documentation. | |
4775 */ ); | |
4776 #ifdef PATH_INFOPATH | |
771 | 4777 Vconfigure_info_path = split_external_path (PATH_INFOPATH); |
428 | 4778 #else |
4779 Vconfigure_info_path = Qnil; | |
4780 #endif | |
4781 } | |
4782 | |
1303 | 4783 #if defined (__sgi) && !defined (PDUMP) |
428 | 4784 /* This is so tremendously ugly I'd puke. But then, it works. |
4785 * The target is to override the static constructor from the | |
442 | 4786 * libiflPNG.so library which is masquerading as libz, and |
428 | 4787 * cores on us when re-started from the dumped executable. |
4788 * This will have to go for 21.1 -- OG. | |
4789 */ | |
446 | 4790 void __sti__iflPNGFile_c___ (void); |
4791 void | |
4792 __sti__iflPNGFile_c___ (void) | |
428 | 4793 { |
4794 } | |
4795 | |
4796 #endif | |
771 | 4797 |
2210 | 4798 DOESNT_RETURN |
771 | 4799 really_abort (void) |
4800 { | |
4801 abort (); | |
4802 } |