Add defgroup; use defcustom for user vars.
[bpt/emacs.git] / lisp / loadup.el
CommitLineData
6594deb0
ER
1;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
2
d733c5ec 3;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
eea8d4ef 4
e5167999 5;; Maintainer: FSF
fd7fa35a 6;; Keywords: internal
e5167999 7
0d20f9a0
JB
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
e5167999 12;; the Free Software Foundation; either version 2, or (at your option)
0d20f9a0
JB
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
b578f267
EN
21;; along with GNU Emacs; see the file COPYING. If not, write to the
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA.
0d20f9a0 24
eea8d4ef
ER
25;;; Commentary:
26
27;; This is loaded into a bare Emacs to make a dumpable one.
28
e5167999
ER
29;;; Code:
30
8c74709f 31(message "Using load-path %s" load-path)
8c74709f 32
ffd56f97
JB
33;;; We don't want to have any undo records in the dumped Emacs.
34(buffer-disable-undo "*scratch*")
0d20f9a0
JB
35
36(load "subr")
15897347
RS
37
38;; We specify .el in case someone compiled version.el by mistake.
39(load "version.el")
40
79058860 41(garbage-collect)
70e1dad8 42(load "byte-run")
7047ec77 43(garbage-collect)
d47099af 44(load "map-ynp")
0d20f9a0 45(garbage-collect)
d038ca1d
RS
46(load "widget")
47(garbage-collect)
48(load "custom")
49(garbage-collect)
7e814940
RS
50(load "bindings.el") ;Don't get confused if someone compiled this by mistake.
51(garbage-collect)
52(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
0d20f9a0
JB
53(garbage-collect)
54(load "simple")
55(garbage-collect)
56(load "help")
57(garbage-collect)
58(load "files")
59(garbage-collect)
5b6988a0
BG
60(load "format")
61(garbage-collect)
5e14f0f5
KH
62(load "mule")
63(garbage-collect)
64(load "mule-conf.el") ;Don't get confused if someone compiled this by mistake.
65(setq load-source-file-function 'load-with-code-conversion)
66;; Any Emacs Lisp source file (*.el) loaded here after can contain
67;; multilingual text.
68(garbage-collect)
69(load "mule-cmds")
70(garbage-collect)
71(load "characters")
72(garbage-collect)
73;; Load langauge specific files.
74(load "language/chinese")
75(garbage-collect)
76(load "language/cyrillic")
77(garbage-collect)
78(load "language/indian")
79(garbage-collect)
80(load "language/devanagari")
81(garbage-collect)
4366b45e
KH
82(load "language/english")
83(garbage-collect)
5e14f0f5
KH
84(load "language/ethiopic")
85(garbage-collect)
86(load "language/european")
87(garbage-collect)
88(load "language/greek")
89(garbage-collect)
90(load "language/hebrew")
91(garbage-collect)
92(load "language/japanese")
93(garbage-collect)
94(load "language/korean")
95(garbage-collect)
f35c859c
KH
96(load "language/lao")
97(garbage-collect)
5e14f0f5
KH
98(load "language/thai")
99(garbage-collect)
4366b45e
KH
100(load "language/tibetan")
101(garbage-collect)
5e14f0f5
KH
102(load "language/vietnamese")
103(garbage-collect)
104(load "language/misc-lang")
105(garbage-collect)
0d20f9a0 106(load "indent")
79058860 107(garbage-collect)
6ac403a4
RS
108(load "isearch")
109(garbage-collect)
0d20f9a0 110(load "window")
fd727f4a
RS
111(garbage-collect)
112(load "frame")
7a701b9f
KH
113(if (fboundp 'frame-face-alist)
114 (progn
36974751 115 (garbage-collect)
95227eb2 116 (load "faces")
7a701b9f
KH
117 (load "facemenu")))
118(if (fboundp 'track-mouse)
119 (progn
120 (garbage-collect)
121 (load "mouse")
95227eb2 122 (garbage-collect)
36974751
RS
123 (load "scroll-bar")
124 (load "select")))
afcd9910 125(load "menu-bar")
79058860 126(garbage-collect)
0d20f9a0
JB
127(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
128(garbage-collect)
129(load "startup")
79058860 130(garbage-collect)
0d20f9a0
JB
131(load "lisp")
132(garbage-collect)
133(load "page")
79058860 134(garbage-collect)
0d20f9a0
JB
135(load "register")
136(garbage-collect)
137(load "paragraphs")
79058860 138(garbage-collect)
0d20f9a0
JB
139(load "lisp-mode")
140(garbage-collect)
141(load "text-mode")
79058860 142(garbage-collect)
0d20f9a0
JB
143(load "fill")
144(garbage-collect)
0d20f9a0
JB
145(load "replace")
146(if (eq system-type 'vax-vms)
147 (progn
148 (garbage-collect)
149 (load "vmsproc")))
150(garbage-collect)
151(load "abbrev")
152(garbage-collect)
153(load "buff-menu")
154(if (eq system-type 'vax-vms)
155 (progn
156 (garbage-collect)
157 (load "vms-patch")))
b7521474
RS
158(if (eq system-type 'windows-nt)
159 (progn
160 (garbage-collect)
161 (load "ls-lisp")
dd3240b7 162 (garbage-collect)
234ae99a
RS
163 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
164 (garbage-collect)
489f9371 165 (load "dos-w32")
424aad23 166 (garbage-collect)
489f9371 167 (load "w32-fns")
fa7a4531 168 (garbage-collect)))
ed10e0ab
RS
169(if (eq system-type 'ms-dos)
170 (progn
171 (load "ls-lisp")
172 (garbage-collect)
489f9371 173 (load "dos-w32")
424aad23 174 (garbage-collect)
ed10e0ab
RS
175 (load "dos-fns")
176 (garbage-collect)
177 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
fa7a4531 178 (garbage-collect)))
0d20f9a0
JB
179(if (fboundp 'atan) ; preload some constants and
180 (progn ; floating pt. functions if
181 (garbage-collect) ; we have float support.
182 (load "float-sup")))
e4636528 183
637a8ae9
JB
184(garbage-collect)
185(load "vc-hooks")
a63926db 186(load "ediff-hook")
0d20f9a0
JB
187
188;If you want additional libraries to be preloaded and their
189;doc strings kept in the DOC file rather than in core,
190;you may load them with a "site-load.el" file.
191;But you must also cause them to be scanned when the DOC file
87855006 192;is generated. For VMS, you must edit ../vms/makedoc.com.
fd322fae 193;For other systems, you must edit ../src/Makefile.in.
0d20f9a0
JB
194(if (load "site-load" t)
195 (garbage-collect))
196
f5263a5c
RS
197(if (fboundp 'x-popup-menu)
198 (precompute-menubar-bindings))
199;; Turn on recording of which commands get rebound,
200;; for the sake of the next call to precompute-menubar-bindings.
201(setq define-key-rebound-commands nil)
202
de78a7ba
RS
203;; Determine which last version number to use
204;; based on the executables that now exist.
24cffc68
RS
205(if (and (or (equal (nth 3 command-line-args) "dump")
206 (equal (nth 4 command-line-args) "dump"))
207 (not (eq system-type 'ms-dos)))
0c39a403 208 (let* ((base (concat "emacs-" emacs-version "."))
de78a7ba
RS
209 (files (file-name-all-completions base default-directory))
210 (versions (mapcar (function (lambda (name)
9b04b1b7 211 (string-to-int (substring name (length base)))))
de78a7ba
RS
212 files)))
213 (setq emacs-version (format "%s.%d"
214 emacs-version
7120d5c8
RS
215 (if versions
216 (1+ (apply 'max versions))
217 1)))))
de78a7ba 218
0d20f9a0
JB
219;; Note: all compiled Lisp files loaded above this point
220;; must be among the ones parsed by make-docfile
221;; to construct DOC. Any that are not processed
222;; for DOC will not have doc strings in the dumped Emacs.
223
224(message "Finding pointers to doc strings...")
24cffc68
RS
225(if (or (equal (nth 3 command-line-args) "dump")
226 (equal (nth 4 command-line-args) "dump"))
0d20f9a0
JB
227 (let ((name emacs-version))
228 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
229 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
230 "-"
231 (substring name (match-end 0)))))
b7521474 232 (if (memq system-type '(ms-dos windows-nt))
87485d6f 233 (setq name (expand-file-name
753a134f 234 (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
ed10e0ab
RS
235 (setq name (concat (expand-file-name "../etc/DOC-") name))
236 (if (file-exists-p name)
237 (delete-file name))
238 (copy-file (expand-file-name "../etc/DOC") name t))
450a90e2 239 (Snarf-documentation (file-name-nondirectory name)))
ec558adc 240 (Snarf-documentation "DOC"))
0d20f9a0
JB
241(message "Finding pointers to doc strings...done")
242
243;Note: You can cause additional libraries to be preloaded
244;by writing a site-init.el that loads them.
245;See also "site-load" above.
246(load "site-init" t)
95227eb2 247(setq current-load-list nil)
0d20f9a0
JB
248(garbage-collect)
249
ffd56f97
JB
250;;; At this point, we're ready to resume undo recording for scratch.
251(buffer-enable-undo "*scratch*")
252
0d20f9a0
JB
253(if (or (equal (nth 3 command-line-args) "dump")
254 (equal (nth 4 command-line-args) "dump"))
255 (if (eq system-type 'vax-vms)
256 (progn
257 (message "Dumping data as file temacs.dump")
258 (dump-emacs "temacs.dump" "temacs")
259 (kill-emacs))
260 (let ((name (concat "emacs-" emacs-version)))
261 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
262 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
263 "-"
264 (substring name (match-end 0)))))
ed10e0ab
RS
265 (if (eq system-type 'ms-dos)
266 (message "Dumping under the name emacs")
267 (message "Dumping under names emacs and %s" name)))
0d20f9a0 268 (condition-case ()
59f3e9a2 269 (delete-file "emacs")
0d20f9a0 270 (file-error nil))
59f3e9a2
JB
271 ;; We used to dump under the name xemacs, but that occasionally
272 ;; confused people installing Emacs (they'd install the file
273 ;; under the name `xemacs'), and it's inconsistent with every
274 ;; other GNU product's build process.
275 (dump-emacs "emacs" "temacs")
4d337390 276 (message "%d pure bytes used" pure-bytes-used)
0d20f9a0 277 ;; Recompute NAME now, so that it isn't set when we dump.
ea3e2043 278 (if (not (memq system-type '(ms-dos windows-nt)))
ed10e0ab
RS
279 (let ((name (concat "emacs-" emacs-version)))
280 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
281 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
282 "-"
283 (substring name (match-end 0)))))
284 (add-name-to-file "emacs" name t)))
0d20f9a0
JB
285 (kill-emacs)))
286
287;; Avoid error if user loads some more libraries now.
288(setq purify-flag nil)
289
290;; For machines with CANNOT_DUMP defined in config.h,
291;; this file must be loaded each time Emacs is run.
292;; So run the startup code now.
293
0a4df539
RS
294(or (equal (nth 3 command-line-args) "dump")
295 (equal (nth 4 command-line-args) "dump")
296 (progn
297 ;; Avoid loading loadup.el a second time!
298 (setq command-line-args (cdr (cdr command-line-args)))
299 (eval top-level)))
6594deb0
ER
300
301;;; loadup.el ends here