Mercurial > emacs
annotate lisp/loadup.el @ 14117:50df7ee940e8
(makefile-space-face): Don't work on
facemenu-unlisted-faces if it isn't bound.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 09 Jan 1996 23:19:17 +0000 |
parents | aeffe5a33e51 |
children | 83f275dcd93a |
rev | line source |
---|---|
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
648
diff
changeset
|
1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs. |
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
648
diff
changeset
|
2 |
7298 | 3 ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. |
840
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
5 ;; Maintainer: FSF |
811
e694e0879463
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
6 ;; Keywords: internal |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
7 |
35 | 8 ;; This file is part of GNU Emacs. |
9 | |
10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
11 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
35 | 13 ;; any later version. |
14 | |
15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 ;; GNU General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
23 | |
840
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
24 ;;; Commentary: |
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
25 |
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
26 ;; This is loaded into a bare Emacs to make a dumpable one. |
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
27 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
28 ;;; Code: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
779
diff
changeset
|
29 |
1692
9befcd596286
Display load-path at start.
Richard M. Stallman <rms@gnu.org>
parents:
1113
diff
changeset
|
30 (message "Using load-path %s" load-path) |
9befcd596286
Display load-path at start.
Richard M. Stallman <rms@gnu.org>
parents:
1113
diff
changeset
|
31 |
648 | 32 ;;; We don't want to have any undo records in the dumped Emacs. |
33 (buffer-disable-undo "*scratch*") | |
35 | 34 |
35 (load "subr") | |
10806
9e59d5bdaab8
Load version.el early on.
Richard M. Stallman <rms@gnu.org>
parents:
9906
diff
changeset
|
36 |
9e59d5bdaab8
Load version.el early on.
Richard M. Stallman <rms@gnu.org>
parents:
9906
diff
changeset
|
37 ;; We specify .el in case someone compiled version.el by mistake. |
9e59d5bdaab8
Load version.el early on.
Richard M. Stallman <rms@gnu.org>
parents:
9906
diff
changeset
|
38 (load "version.el") |
9e59d5bdaab8
Load version.el early on.
Richard M. Stallman <rms@gnu.org>
parents:
9906
diff
changeset
|
39 |
755 | 40 (garbage-collect) |
767
02bfc9709961
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
758
diff
changeset
|
41 (load "byte-run") |
758 | 42 (garbage-collect) |
408
66f3891c43fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
393
diff
changeset
|
43 (load "map-ynp") |
35 | 44 (garbage-collect) |
45 (load "loaddefs.el") ;Don't get confused if someone compiled loaddefs by mistake. | |
46 (garbage-collect) | |
47 (load "simple") | |
48 (garbage-collect) | |
49 (load "help") | |
50 (garbage-collect) | |
51 (load "files") | |
52 (garbage-collect) | |
11050 | 53 (load "format") |
54 (garbage-collect) | |
35 | 55 (load "indent") |
755 | 56 (garbage-collect) |
12426
abf6a9c6e139
Put isearch before menu-bar.
Richard M. Stallman <rms@gnu.org>
parents:
12299
diff
changeset
|
57 (load "isearch") |
abf6a9c6e139
Put isearch before menu-bar.
Richard M. Stallman <rms@gnu.org>
parents:
12299
diff
changeset
|
58 (garbage-collect) |
35 | 59 (load "window") |
779 | 60 (if (fboundp 'delete-frame) |
2806
fc90a9d80b5f
Preload mouse, scroll-bar and select if have multi-frames.
Richard M. Stallman <rms@gnu.org>
parents:
1703
diff
changeset
|
61 (progn |
11040
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
62 (garbage-collect) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
63 (load "frame"))) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
64 (if (fboundp 'frame-face-alist) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
65 (progn |
2806
fc90a9d80b5f
Preload mouse, scroll-bar and select if have multi-frames.
Richard M. Stallman <rms@gnu.org>
parents:
1703
diff
changeset
|
66 (garbage-collect) |
8184
8ccef13ebe58
(current-load-list): Set it to nil.
Richard M. Stallman <rms@gnu.org>
parents:
7372
diff
changeset
|
67 (load "faces") |
11040
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
68 (load "facemenu"))) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
69 (if (fboundp 'track-mouse) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
70 (progn |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
71 (garbage-collect) |
2ea19d4d0b4b
Use appropriate `fboundp' tests to decide what to load.
Karl Heuer <kwzh@gnu.org>
parents:
10806
diff
changeset
|
72 (load "mouse") |
8184
8ccef13ebe58
(current-load-list): Set it to nil.
Richard M. Stallman <rms@gnu.org>
parents:
7372
diff
changeset
|
73 (garbage-collect) |
2806
fc90a9d80b5f
Preload mouse, scroll-bar and select if have multi-frames.
Richard M. Stallman <rms@gnu.org>
parents:
1703
diff
changeset
|
74 (load "scroll-bar") |
fc90a9d80b5f
Preload mouse, scroll-bar and select if have multi-frames.
Richard M. Stallman <rms@gnu.org>
parents:
1703
diff
changeset
|
75 (load "select"))) |
13375 | 76 (load "menu-bar") |
755 | 77 (garbage-collect) |
35 | 78 (load "paths.el") ;Don't get confused if someone compiled paths by mistake. |
79 (garbage-collect) | |
80 (load "startup") | |
755 | 81 (garbage-collect) |
35 | 82 (load "lisp") |
83 (garbage-collect) | |
84 (load "page") | |
755 | 85 (garbage-collect) |
35 | 86 (load "register") |
87 (garbage-collect) | |
88 (load "paragraphs") | |
755 | 89 (garbage-collect) |
35 | 90 (load "lisp-mode") |
91 (garbage-collect) | |
92 (load "text-mode") | |
755 | 93 (garbage-collect) |
35 | 94 (load "fill") |
95 (garbage-collect) | |
96 (load "replace") | |
97 (if (eq system-type 'vax-vms) | |
98 (progn | |
99 (garbage-collect) | |
100 (load "vmsproc"))) | |
101 (garbage-collect) | |
102 (load "abbrev") | |
103 (garbage-collect) | |
104 (load "buff-menu") | |
105 (if (eq system-type 'vax-vms) | |
106 (progn | |
107 (garbage-collect) | |
108 (load "vms-patch"))) | |
9783
7d8fc4b4f60d
On windows-nt, load ls-lisp and winnt.
Richard M. Stallman <rms@gnu.org>
parents:
9752
diff
changeset
|
109 (if (eq system-type 'windows-nt) |
7d8fc4b4f60d
On windows-nt, load ls-lisp and winnt.
Richard M. Stallman <rms@gnu.org>
parents:
9752
diff
changeset
|
110 (progn |
7d8fc4b4f60d
On windows-nt, load ls-lisp and winnt.
Richard M. Stallman <rms@gnu.org>
parents:
9752
diff
changeset
|
111 (garbage-collect) |
7d8fc4b4f60d
On windows-nt, load ls-lisp and winnt.
Richard M. Stallman <rms@gnu.org>
parents:
9752
diff
changeset
|
112 (load "ls-lisp") |
9906
c062f5bc946a
For windows-nt, load mouse.
Richard M. Stallman <rms@gnu.org>
parents:
9783
diff
changeset
|
113 (garbage-collect) |
c062f5bc946a
For windows-nt, load mouse.
Richard M. Stallman <rms@gnu.org>
parents:
9783
diff
changeset
|
114 (load "winnt") |
11107
5358a0febe7a
Don't load mouse and face files in system-specific
Karl Heuer <kwzh@gnu.org>
parents:
11050
diff
changeset
|
115 (garbage-collect))) |
5459
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
116 (if (eq system-type 'ms-dos) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
117 (progn |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
118 (load "ls-lisp") |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
119 (garbage-collect) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
120 (load "dos-fns") |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
121 (garbage-collect) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
122 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el |
11107
5358a0febe7a
Don't load mouse and face files in system-specific
Karl Heuer <kwzh@gnu.org>
parents:
11050
diff
changeset
|
123 (garbage-collect))) |
35 | 124 (if (fboundp 'atan) ; preload some constants and |
125 (progn ; floating pt. functions if | |
126 (garbage-collect) ; we have float support. | |
127 (load "float-sup"))) | |
9442
973eafd9f349
Write the subdirs.el file.
Richard M. Stallman <rms@gnu.org>
parents:
8184
diff
changeset
|
128 |
927 | 129 (garbage-collect) |
130 (load "vc-hooks") | |
13134
a880e9199b57
Added (load "ediff-hook") after loading vc-hook.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
12426
diff
changeset
|
131 (load "ediff-hook") |
35 | 132 |
133 ;If you want additional libraries to be preloaded and their | |
134 ;doc strings kept in the DOC file rather than in core, | |
135 ;you may load them with a "site-load.el" file. | |
136 ;But you must also cause them to be scanned when the DOC file | |
445 | 137 ;is generated. For VMS, you must edit ../vms/makedoc.com. |
13316 | 138 ;For other systems, you must edit ../src/Makefile.in. |
35 | 139 (if (load "site-load" t) |
140 (garbage-collect)) | |
141 | |
12299
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
142 (if (fboundp 'x-popup-menu) |
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
143 (precompute-menubar-bindings)) |
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
144 ;; Turn on recording of which commands get rebound, |
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
145 ;; for the sake of the next call to precompute-menubar-bindings. |
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
146 (setq define-key-rebound-commands nil) |
d4e2494f12cb
Call precompute-menubar-bindings.
Richard M. Stallman <rms@gnu.org>
parents:
11398
diff
changeset
|
147 |
5489
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
148 ;; Determine which last version number to use |
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
149 ;; based on the executables that now exist. |
6540
fd0c4b42a63b
Don't test for presence of dump-emacs.
Richard M. Stallman <rms@gnu.org>
parents:
6318
diff
changeset
|
150 (if (and (or (equal (nth 3 command-line-args) "dump") |
fd0c4b42a63b
Don't test for presence of dump-emacs.
Richard M. Stallman <rms@gnu.org>
parents:
6318
diff
changeset
|
151 (equal (nth 4 command-line-args) "dump")) |
fd0c4b42a63b
Don't test for presence of dump-emacs.
Richard M. Stallman <rms@gnu.org>
parents:
6318
diff
changeset
|
152 (not (eq system-type 'ms-dos))) |
13342
f68eab5a63d2
(finding existing executable versions): Add a period to the end of BASE.
Richard M. Stallman <rms@gnu.org>
parents:
13316
diff
changeset
|
153 (let* ((base (concat "emacs-" emacs-version ".")) |
5489
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
154 (files (file-name-all-completions base default-directory)) |
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
155 (versions (mapcar (function (lambda (name) |
13366 | 156 (string-to-int (substring name (length base))))) |
5489
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
157 files))) |
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
158 (setq emacs-version (format "%s.%d" |
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
159 emacs-version |
5509
5d907d4216ce
If there are no subversions yet, use 1.
Richard M. Stallman <rms@gnu.org>
parents:
5505
diff
changeset
|
160 (if versions |
5d907d4216ce
If there are no subversions yet, use 1.
Richard M. Stallman <rms@gnu.org>
parents:
5505
diff
changeset
|
161 (1+ (apply 'max versions)) |
5d907d4216ce
If there are no subversions yet, use 1.
Richard M. Stallman <rms@gnu.org>
parents:
5505
diff
changeset
|
162 1))))) |
5489
3f6777439468
Extend emacs-version based on which executable files exist.
Richard M. Stallman <rms@gnu.org>
parents:
5459
diff
changeset
|
163 |
35 | 164 ;; Note: all compiled Lisp files loaded above this point |
165 ;; must be among the ones parsed by make-docfile | |
166 ;; to construct DOC. Any that are not processed | |
167 ;; for DOC will not have doc strings in the dumped Emacs. | |
168 | |
169 (message "Finding pointers to doc strings...") | |
6540
fd0c4b42a63b
Don't test for presence of dump-emacs.
Richard M. Stallman <rms@gnu.org>
parents:
6318
diff
changeset
|
170 (if (or (equal (nth 3 command-line-args) "dump") |
fd0c4b42a63b
Don't test for presence of dump-emacs.
Richard M. Stallman <rms@gnu.org>
parents:
6318
diff
changeset
|
171 (equal (nth 4 command-line-args) "dump")) |
35 | 172 (let ((name emacs-version)) |
173 (while (string-match "[^-+_.a-zA-Z0-9]+" name) | |
174 (setq name (concat (downcase (substring name 0 (match-beginning 0))) | |
175 "-" | |
176 (substring name (match-end 0))))) | |
9783
7d8fc4b4f60d
On windows-nt, load ls-lisp and winnt.
Richard M. Stallman <rms@gnu.org>
parents:
9752
diff
changeset
|
177 (if (memq system-type '(ms-dos windows-nt)) |
9572 | 178 (setq name (expand-file-name |
179 (if (fboundp 'make-frame) "DOC-X" "DOC") "../etc")) | |
5459
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
180 (setq name (concat (expand-file-name "../etc/DOC-") name)) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
181 (if (file-exists-p name) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
182 (delete-file name)) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
183 (copy-file (expand-file-name "../etc/DOC") name t)) |
1065 | 184 (Snarf-documentation (file-name-nondirectory name))) |
1113 | 185 (Snarf-documentation "DOC")) |
35 | 186 (message "Finding pointers to doc strings...done") |
187 | |
188 ;Note: You can cause additional libraries to be preloaded | |
189 ;by writing a site-init.el that loads them. | |
190 ;See also "site-load" above. | |
191 (load "site-init" t) | |
8184
8ccef13ebe58
(current-load-list): Set it to nil.
Richard M. Stallman <rms@gnu.org>
parents:
7372
diff
changeset
|
192 (setq current-load-list nil) |
35 | 193 (garbage-collect) |
194 | |
648 | 195 ;;; At this point, we're ready to resume undo recording for scratch. |
196 (buffer-enable-undo "*scratch*") | |
197 | |
35 | 198 (if (or (equal (nth 3 command-line-args) "dump") |
199 (equal (nth 4 command-line-args) "dump")) | |
200 (if (eq system-type 'vax-vms) | |
201 (progn | |
202 (message "Dumping data as file temacs.dump") | |
203 (dump-emacs "temacs.dump" "temacs") | |
204 (kill-emacs)) | |
205 (let ((name (concat "emacs-" emacs-version))) | |
206 (while (string-match "[^-+_.a-zA-Z0-9]+" name) | |
207 (setq name (concat (downcase (substring name 0 (match-beginning 0))) | |
208 "-" | |
209 (substring name (match-end 0))))) | |
5459
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
210 (if (eq system-type 'ms-dos) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
211 (message "Dumping under the name emacs") |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
212 (message "Dumping under names emacs and %s" name))) |
35 | 213 (condition-case () |
1703
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
214 (delete-file "emacs") |
35 | 215 (file-error nil)) |
1703
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
216 ;; We used to dump under the name xemacs, but that occasionally |
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
217 ;; confused people installing Emacs (they'd install the file |
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
218 ;; under the name `xemacs'), and it's inconsistent with every |
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
219 ;; other GNU product's build process. |
b5fbc3880aa3
* loadup.el: Dump under the name `emacs', not `xemacs'.
Jim Blandy <jimb@redhat.com>
parents:
1692
diff
changeset
|
220 (dump-emacs "emacs" "temacs") |
9752
113f20118cc3
Load facemenu if have X.
Richard M. Stallman <rms@gnu.org>
parents:
9572
diff
changeset
|
221 (message "%d pure bytes used" pure-bytes-used) |
35 | 222 ;; Recompute NAME now, so that it isn't set when we dump. |
11398 | 223 (if (not (memq system-type '(ms-dos windows-nt))) |
5459
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
224 (let ((name (concat "emacs-" emacs-version))) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
225 (while (string-match "[^-+_.a-zA-Z0-9]+" name) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
226 (setq name (concat (downcase (substring name 0 (match-beginning 0))) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
227 "-" |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
228 (substring name (match-end 0))))) |
ff128e39003b
[ms-dos]: Preload mouse.el, dos-fns.el,
Richard M. Stallman <rms@gnu.org>
parents:
2806
diff
changeset
|
229 (add-name-to-file "emacs" name t))) |
35 | 230 (kill-emacs))) |
231 | |
232 ;; Avoid error if user loads some more libraries now. | |
233 (setq purify-flag nil) | |
234 | |
235 ;; For machines with CANNOT_DUMP defined in config.h, | |
236 ;; this file must be loaded each time Emacs is run. | |
237 ;; So run the startup code now. | |
238 | |
9515
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
239 (or (equal (nth 3 command-line-args) "dump") |
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
240 (equal (nth 4 command-line-args) "dump") |
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
241 (progn |
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
242 ;; Avoid loading loadup.el a second time! |
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
243 (setq command-line-args (cdr (cdr command-line-args))) |
64a4d29fb831
(Evaluating top-level): Don't load loadup.el again.
Richard M. Stallman <rms@gnu.org>
parents:
9512
diff
changeset
|
244 (eval top-level))) |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
648
diff
changeset
|
245 |
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
648
diff
changeset
|
246 ;;; loadup.el ends here |