(command-line): Don't register default colors for
[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 35
8f89dc56 36(load "byte-run")
0d20f9a0 37(load "subr")
15897347
RS
38
39;; We specify .el in case someone compiled version.el by mistake.
40(load "version.el")
41
d47099af 42(load "map-ynp")
d038ca1d 43(load "widget")
d038ca1d 44(load "custom")
4d100a01 45(load "cus-start")
5dcd1261 46(load "international/mule")
5dcd1261 47(load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
8f89dc56 48(load "format")
9b73022f
RS
49(load "bindings")
50(setq load-source-file-function 'load-with-code-conversion)
0d20f9a0 51(load "simple")
0d20f9a0 52(load "help")
0d20f9a0 53(load "files")
5e14f0f5
KH
54;; Any Emacs Lisp source file (*.el) loaded here after can contain
55;; multilingual text.
5dcd1261 56(load "international/mule-cmds")
939f6e3f 57(load "case-table")
74994b1f 58(load "international/characters")
838d57f6 59
6f76277f
RS
60(message "Lists of integers (garbage collection statistics) are normal output")
61(message "while building Emacs; they do not indicate a problem.")
838d57f6
RS
62(message "%s" (garbage-collect))
63(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
64(message "%s" (garbage-collect))
65
939f6e3f 66(let ((set-case-syntax-set-multibyte t))
5dcd1261
RS
67 (load "international/latin-1")
68 (load "international/latin-2")
69 (load "international/latin-3")
70 (load "international/latin-4")
71 (load "international/latin-5"))
8f89dc56 72;; Load language-specific files.
5e14f0f5 73(load "language/chinese")
5e14f0f5 74(load "language/cyrillic")
5e14f0f5 75(load "language/indian")
ba114d2f 76(load "language/devanagari") ; This should be loaded after indian.
4366b45e 77(load "language/english")
5e14f0f5 78(load "language/ethiopic")
5e14f0f5 79(load "language/european")
c90c0be0
RS
80(load "language/czech")
81(load "language/slovak")
23e7714e 82(load "language/romanian")
5e14f0f5 83(load "language/greek")
5e14f0f5 84(load "language/hebrew")
5e14f0f5 85(load "language/japanese")
5e14f0f5 86(load "language/korean")
f35c859c 87(load "language/lao")
5e14f0f5 88(load "language/thai")
4366b45e 89(load "language/tibetan")
5e14f0f5 90(load "language/vietnamese")
5e14f0f5 91(load "language/misc-lang")
4298d95e 92(update-coding-systems-internal)
838d57f6 93
0d20f9a0 94(load "indent")
6ac403a4 95(load "isearch")
0d20f9a0 96(load "window")
fd727f4a 97(load "frame")
06b296ce 98(load "faces")
7a701b9f
KH
99(if (fboundp 'frame-face-alist)
100 (progn
7a701b9f
KH
101 (load "facemenu")))
102(if (fboundp 'track-mouse)
103 (progn
7a701b9f 104 (load "mouse")
36974751
RS
105 (load "scroll-bar")
106 (load "select")))
838d57f6
RS
107
108(message "%s" (garbage-collect))
afcd9910 109(load "menu-bar")
0d20f9a0 110(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
0d20f9a0 111(load "startup")
5dcd1261 112(load "emacs-lisp/lisp")
5dcd1261 113(load "textmodes/page")
0d20f9a0 114(load "register")
5dcd1261 115(load "textmodes/paragraphs")
5dcd1261 116(load "emacs-lisp/lisp-mode")
5dcd1261 117(load "textmodes/text-mode")
5dcd1261 118(load "textmodes/fill")
838d57f6
RS
119(message "%s" (garbage-collect))
120
0d20f9a0
JB
121(load "replace")
122(if (eq system-type 'vax-vms)
123 (progn
0d20f9a0 124 (load "vmsproc")))
0d20f9a0 125(load "abbrev")
0d20f9a0
JB
126(load "buff-menu")
127(if (eq system-type 'vax-vms)
128 (progn
0d20f9a0 129 (load "vms-patch")))
b7521474
RS
130(if (eq system-type 'windows-nt)
131 (progn
b7521474 132 (load "ls-lisp")
234ae99a 133 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
489f9371 134 (load "dos-w32")
63abf612 135 (load "w32-fns")))
ed10e0ab
RS
136(if (eq system-type 'ms-dos)
137 (progn
138 (load "ls-lisp")
489f9371 139 (load "dos-w32")
ed10e0ab 140 (load "dos-fns")
7298263a 141 (load "dos-vars")
aea543b4
EZ
142 (load "international/ccl") ; for cpNNN coding systems in codepage.el
143 (load "international/codepage") ; internal.el uses cpNNN coding systems
63abf612 144 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
0d20f9a0 145(if (fboundp 'atan) ; preload some constants and
63abf612 146 (progn ; floating pt. functions if we have float support.
0d20f9a0 147 (load "float-sup")))
838d57f6 148(message "%s" (garbage-collect))
e4636528 149
637a8ae9 150(load "vc-hooks")
a63926db 151(load "ediff-hook")
838d57f6 152(message "%s" (garbage-collect))
0d20f9a0
JB
153
154;If you want additional libraries to be preloaded and their
155;doc strings kept in the DOC file rather than in core,
156;you may load them with a "site-load.el" file.
157;But you must also cause them to be scanned when the DOC file
87855006 158;is generated. For VMS, you must edit ../vms/makedoc.com.
fd322fae 159;For other systems, you must edit ../src/Makefile.in.
0d20f9a0
JB
160(if (load "site-load" t)
161 (garbage-collect))
162
f5263a5c
RS
163(if (fboundp 'x-popup-menu)
164 (precompute-menubar-bindings))
165;; Turn on recording of which commands get rebound,
166;; for the sake of the next call to precompute-menubar-bindings.
167(setq define-key-rebound-commands nil)
168
de78a7ba
RS
169;; Determine which last version number to use
170;; based on the executables that now exist.
24cffc68
RS
171(if (and (or (equal (nth 3 command-line-args) "dump")
172 (equal (nth 4 command-line-args) "dump"))
173 (not (eq system-type 'ms-dos)))
0c39a403 174 (let* ((base (concat "emacs-" emacs-version "."))
de78a7ba
RS
175 (files (file-name-all-completions base default-directory))
176 (versions (mapcar (function (lambda (name)
9b04b1b7 177 (string-to-int (substring name (length base)))))
de78a7ba
RS
178 files)))
179 (setq emacs-version (format "%s.%d"
180 emacs-version
7120d5c8
RS
181 (if versions
182 (1+ (apply 'max versions))
183 1)))))
de78a7ba 184
0d20f9a0
JB
185;; Note: all compiled Lisp files loaded above this point
186;; must be among the ones parsed by make-docfile
187;; to construct DOC. Any that are not processed
188;; for DOC will not have doc strings in the dumped Emacs.
189
190(message "Finding pointers to doc strings...")
24cffc68
RS
191(if (or (equal (nth 3 command-line-args) "dump")
192 (equal (nth 4 command-line-args) "dump"))
0d20f9a0
JB
193 (let ((name emacs-version))
194 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
195 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
196 "-"
197 (substring name (match-end 0)))))
b7521474 198 (if (memq system-type '(ms-dos windows-nt))
87485d6f 199 (setq name (expand-file-name
753a134f 200 (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
ed10e0ab
RS
201 (setq name (concat (expand-file-name "../etc/DOC-") name))
202 (if (file-exists-p name)
203 (delete-file name))
204 (copy-file (expand-file-name "../etc/DOC") name t))
450a90e2 205 (Snarf-documentation (file-name-nondirectory name)))
ec558adc 206 (Snarf-documentation "DOC"))
0d20f9a0
JB
207(message "Finding pointers to doc strings...done")
208
0f4b266c
KH
209;;;Note: You can cause additional libraries to be preloaded
210;;;by writing a site-init.el that loads them.
211;;;See also "site-load" above.
0d20f9a0 212(load "site-init" t)
95227eb2 213(setq current-load-list nil)
c2509060 214
b7b75652
AS
215;; Write the value of load-history into fns-VERSION.el,
216;; then clear out load-history.
684c38fc
RS
217(if (or (equal (nth 3 command-line-args) "dump")
218 (equal (nth 4 command-line-args) "dump"))
219 (let ((buffer-undo-list t))
220 (princ "(setq load-history\n" (current-buffer))
221 (princ " (nconc load-history\n" (current-buffer))
222 (princ " '(" (current-buffer))
223 (let ((tem load-history))
224 (while tem
225 (prin1 (car tem) (current-buffer))
226 (terpri (current-buffer))
227 (if (cdr tem)
228 (princ " " (current-buffer)))
229 (setq tem (cdr tem))))
230 (princ ")))\n" (current-buffer))
231 (write-region (point-min) (point-max)
232 (expand-file-name
233 (cond
234 ((eq system-type 'ms-dos)
235 "../lib-src/fns.el")
236 ((eq system-type 'windows-nt)
237 (format "../../../lib-src/fns-%s.el" emacs-version))
238 (t
239 (format "../lib-src/fns-%s.el" emacs-version)))
240 invocation-directory))
241 (erase-buffer)
242 (setq load-history nil))
243 (setq symbol-file-load-history-loaded t))
b7b75652 244(set-buffer-modified-p nil)
c2509060 245
0d20f9a0
JB
246(garbage-collect)
247
ffd56f97
JB
248;;; At this point, we're ready to resume undo recording for scratch.
249(buffer-enable-undo "*scratch*")
250
0d20f9a0
JB
251(if (or (equal (nth 3 command-line-args) "dump")
252 (equal (nth 4 command-line-args) "dump"))
253 (if (eq system-type 'vax-vms)
254 (progn
255 (message "Dumping data as file temacs.dump")
256 (dump-emacs "temacs.dump" "temacs")
257 (kill-emacs))
258 (let ((name (concat "emacs-" emacs-version)))
259 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
260 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
261 "-"
262 (substring name (match-end 0)))))
ed10e0ab
RS
263 (if (eq system-type 'ms-dos)
264 (message "Dumping under the name emacs")
265 (message "Dumping under names emacs and %s" name)))
0d20f9a0 266 (condition-case ()
59f3e9a2 267 (delete-file "emacs")
0d20f9a0 268 (file-error nil))
59f3e9a2
JB
269 ;; We used to dump under the name xemacs, but that occasionally
270 ;; confused people installing Emacs (they'd install the file
271 ;; under the name `xemacs'), and it's inconsistent with every
0f4b266c 272 ;; other GNU program's build process.
59f3e9a2 273 (dump-emacs "emacs" "temacs")
4d337390 274 (message "%d pure bytes used" pure-bytes-used)
0d20f9a0 275 ;; Recompute NAME now, so that it isn't set when we dump.
ea3e2043 276 (if (not (memq system-type '(ms-dos windows-nt)))
ed10e0ab
RS
277 (let ((name (concat "emacs-" emacs-version)))
278 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
279 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
280 "-"
281 (substring name (match-end 0)))))
282 (add-name-to-file "emacs" name t)))
0d20f9a0
JB
283 (kill-emacs)))
284
285;; Avoid error if user loads some more libraries now.
286(setq purify-flag nil)
287
288;; For machines with CANNOT_DUMP defined in config.h,
289;; this file must be loaded each time Emacs is run.
7fa26c0a 290;; So run the startup code now. First, remove `-l loadup' from args.
0d20f9a0 291
7fa26c0a
KH
292(if (and (equal (nth 1 command-line-args) "-l")
293 (equal (nth 2 command-line-args) "loadup"))
294 (setcdr command-line-args (nthcdr 3 command-line-args)))
295
296(eval top-level)
6594deb0
ER
297
298;;; loadup.el ends here