Sync to HEAD
[bpt/emacs.git] / lisp / loadup.el
1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
2
3 ;; Copyright (C) 1985, 1986, 1992, 1994, 2001 Free Software Foundation, Inc.
4
5 ;; Maintainer: FSF
6 ;; Keywords: internal
7
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
12 ;; the Free Software Foundation; either version 2, or (at your option)
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 the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;; This is loaded into a bare Emacs to make a dumpable one.
28
29 ;;; Code:
30
31 ;; add subdirectories to the load-path for files that might
32 ;; get autoloaded when bootstrapping
33 (if (or (equal (nth 3 command-line-args) "bootstrap")
34 (equal (nth 4 command-line-args) "bootstrap")
35 ;; in case CANNOT_DUMP
36 (equal (nth 0 command-line-args) "../src/bootstrap-emacs"))
37 (let ((dir (car load-path)))
38 ;; We'll probably overflow the pure space.
39 (setq purify-flag nil)
40 (setq load-path (list dir
41 (expand-file-name "emacs-lisp" dir)
42 (expand-file-name "language" dir)
43 (expand-file-name "international" dir)
44 (expand-file-name "textmodes" dir)))))
45
46 (message "Using load-path %s" load-path)
47
48 ;; We don't want to have any undo records in the dumped Emacs.
49 (buffer-disable-undo "*scratch*")
50
51 (load "emacs-lisp/byte-run")
52 (load "emacs-lisp/backquote")
53 (load "subr")
54
55 ;; We specify .el in case someone compiled version.el by mistake.
56 (load "version.el")
57
58 (load "widget")
59 (load "custom")
60 (load "emacs-lisp/map-ynp")
61 (load "env")
62 (load "cus-start")
63 (load "international/mule")
64 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
65 (load "format")
66 (load "bindings")
67 (setq load-source-file-function 'load-with-code-conversion)
68 (load "files")
69
70 (load "cus-face")
71 (load "faces") ; after here, `defface' may be used.
72
73 (message "Lists of integers (garbage collection statistics) are normal output")
74 (message "while building Emacs; they do not indicate a problem.")
75 (message "%s" (garbage-collect))
76 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
77 (message "%s" (garbage-collect))
78 (load "simple")
79
80 (load "help")
81
82 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
83 ;; multilingual text.
84 (load "international/mule-cmds")
85 (load "case-table")
86 (load "composite")
87 (load "international/characters")
88
89 ;; Load language-specific files.
90 (load "language/chinese")
91 (load "language/cyrillic")
92 (load "language/indian")
93 (load "language/devanagari") ; This should be loaded after indian.
94 (load "language/malayalam") ; This should be loaded after indian.
95 (load "language/tamil") ; This should be loaded after indian.
96 (load "language/kannada") ; This should be loaded after indian.
97 (load "language/english")
98 (load "language/ethiopic")
99 (load "language/european")
100 (load "language/czech")
101 (load "language/slovak")
102 (load "language/romanian")
103 (load "language/greek")
104 (load "language/hebrew")
105 (load "language/japanese")
106 (load "language/korean")
107 (load "language/lao")
108 (load "language/thai")
109 (load "language/tibetan")
110 (load "language/vietnamese")
111 (load "language/misc-lang")
112 (load "language/utf-8-lang")
113 (load "language/georgian")
114
115 (load "indent")
116 (load "window")
117 (load "frame")
118 (load "term/tty-colors")
119 (load "font-core")
120
121 (if (fboundp 'frame-face-alist)
122 (progn
123 (load "facemenu")))
124 (if (fboundp 'track-mouse)
125 (progn
126 (load "mouse")
127 (and (boundp 'x-toolkit-scroll-bars)
128 (load "scroll-bar"))
129 (load "select")))
130 (load "emacs-lisp/timer")
131 (load "isearch")
132
133 (message "%s" (garbage-collect))
134 (load "menu-bar")
135 (load "paths.el") ;Don't get confused if someone compiled paths by mistake.
136 (load "startup")
137 (load "emacs-lisp/lisp")
138 (load "textmodes/page")
139 (load "register")
140 (load "textmodes/paragraphs")
141 (load "emacs-lisp/lisp-mode")
142 (load "textmodes/text-mode")
143 (load "textmodes/fill")
144 (message "%s" (garbage-collect))
145
146 (load "replace")
147 (if (eq system-type 'vax-vms)
148 (progn
149 (load "vmsproc")))
150 (load "abbrev")
151 (load "buff-menu")
152 (if (eq system-type 'vax-vms)
153 (progn
154 (load "vms-patch")))
155 (if (eq system-type 'windows-nt)
156 (progn
157 (load "ls-lisp")
158 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
159 (load "dos-w32")
160 (load "w32-vars")
161 (load "w32-fns")))
162 (if (eq system-type 'ms-dos)
163 (progn
164 (load "ls-lisp")
165 (load "dos-w32")
166 (load "dos-fns")
167 (load "dos-vars")
168 (load "international/ccl") ; codepage.el uses CCL en/decoder
169 (load "international/codepage") ; internal.el uses cpNNN coding systems
170 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
171 (if (eq system-type 'macos)
172 (progn
173 (load "ls-lisp")))
174 (if (fboundp 'atan) ; preload some constants and
175 (progn ; floating pt. functions if we have float support.
176 (load "emacs-lisp/float-sup")))
177 (message "%s" (garbage-collect))
178
179 (load "vc-hooks")
180 (load "ediff-hook")
181 (message "%s" (garbage-collect))
182
183 ;If you want additional libraries to be preloaded and their
184 ;doc strings kept in the DOC file rather than in core,
185 ;you may load them with a "site-load.el" file.
186 ;But you must also cause them to be scanned when the DOC file
187 ;is generated. For VMS, you must edit ../vms/makedoc.com.
188 ;For other systems, you must edit ../src/Makefile.in.
189 (if (load "site-load" t)
190 (garbage-collect))
191
192 (if (fboundp 'x-popup-menu)
193 (precompute-menubar-bindings))
194 ;; Turn on recording of which commands get rebound,
195 ;; for the sake of the next call to precompute-menubar-bindings.
196 (setq define-key-rebound-commands nil)
197
198 ;; Determine which last version number to use
199 ;; based on the executables that now exist.
200 (if (and (or (equal (nth 3 command-line-args) "dump")
201 (equal (nth 4 command-line-args) "dump"))
202 (not (eq system-type 'ms-dos)))
203 (let* ((base (concat "emacs-" emacs-version "."))
204 (files (file-name-all-completions base default-directory))
205 (versions (mapcar (function (lambda (name)
206 (string-to-int (substring name (length base)))))
207 files)))
208 ;; `emacs-version' is a constant, so we shouldn't change it with `setq'.
209 (defconst emacs-version
210 (format "%s.%d"
211 emacs-version (if versions (1+ (apply 'max versions)) 1)))))
212
213 ;; Note: all compiled Lisp files loaded above this point
214 ;; must be among the ones parsed by make-docfile
215 ;; to construct DOC. Any that are not processed
216 ;; for DOC will not have doc strings in the dumped Emacs.
217
218 (message "Finding pointers to doc strings...")
219 (if (or (equal (nth 3 command-line-args) "dump")
220 (equal (nth 4 command-line-args) "dump"))
221 (let ((name emacs-version))
222 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
223 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
224 "-"
225 (substring name (match-end 0)))))
226 (if (memq system-type '(ms-dos windows-nt))
227 (setq name (expand-file-name
228 (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
229 (setq name (concat (expand-file-name "../etc/DOC-") name))
230 (if (file-exists-p name)
231 (delete-file name))
232 (copy-file (expand-file-name "../etc/DOC") name t))
233 (Snarf-documentation (file-name-nondirectory name)))
234 (condition-case nil
235 (Snarf-documentation "DOC")
236 (error nil)))
237 (message "Finding pointers to doc strings...done")
238
239 ;;;Note: You can cause additional libraries to be preloaded
240 ;;;by writing a site-init.el that loads them.
241 ;;;See also "site-load" above.
242 (load "site-init" t)
243 (setq current-load-list nil)
244
245 ;; Write the value of load-history into fns-VERSION.el,
246 ;; then clear out load-history.
247 ;; (if (or (equal (nth 3 command-line-args) "dump")
248 ;; (equal (nth 4 command-line-args) "dump"))
249 ;; (let ((buffer-undo-list t))
250 ;; (princ "(setq load-history\n" (current-buffer))
251 ;; (princ " (nconc load-history\n" (current-buffer))
252 ;; (princ " '(" (current-buffer))
253 ;; (let ((tem load-history))
254 ;; (while tem
255 ;; (prin1 (car tem) (current-buffer))
256 ;; (terpri (current-buffer))
257 ;; (if (cdr tem)
258 ;; (princ " " (current-buffer)))
259 ;; (setq tem (cdr tem))))
260 ;; (princ ")))\n" (current-buffer))
261 ;; (write-region (point-min) (point-max)
262 ;; (expand-file-name
263 ;; (cond
264 ;; ((eq system-type 'ms-dos)
265 ;; "../lib-src/fns.el")
266 ;; ((eq system-type 'windows-nt)
267 ;; (format "../../../lib-src/fns-%s.el" emacs-version))
268 ;; (t
269 ;; (format "../lib-src/fns-%s.el" emacs-version)))
270 ;; invocation-directory))
271 ;; (erase-buffer)
272 ;; (setq load-history nil))
273 ;; (setq symbol-file-load-history-loaded t))
274 ;; We don't use this fns-*.el file. Instead we keep the data in PURE space.
275 ;; Make sure that the spine of the list is not in pure space because it can
276 ;; be destructively mutated in lread.c:build_load_history.
277 (setq load-history (mapcar 'purecopy load-history))
278 (setq symbol-file-load-history-loaded t)
279
280 (set-buffer-modified-p nil)
281
282 ;; reset the load-path. See lread.c:init_lread why.
283 (if (or (equal (nth 3 command-line-args) "bootstrap")
284 (equal (nth 4 command-line-args) "bootstrap"))
285 (setcdr load-path nil))
286
287 (clear-charset-maps)
288 (garbage-collect)
289
290 ;;; At this point, we're ready to resume undo recording for scratch.
291 (buffer-enable-undo "*scratch*")
292
293 (if (null (garbage-collect))
294 (setq pure-space-overflow t))
295
296 (if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
297 (member (nth 4 command-line-args) '("dump" "bootstrap")))
298 (if (eq system-type 'vax-vms)
299 (progn
300 (message "Dumping data as file temacs.dump")
301 (dump-emacs "temacs.dump" "temacs")
302 (kill-emacs))
303 (let ((name (concat "emacs-" emacs-version)))
304 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
305 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
306 "-"
307 (substring name (match-end 0)))))
308 (if (eq system-type 'ms-dos)
309 (message "Dumping under the name emacs")
310 (message "Dumping under names emacs and %s" name)))
311 (condition-case ()
312 (delete-file "emacs")
313 (file-error nil))
314 ;; We used to dump under the name xemacs, but that occasionally
315 ;; confused people installing Emacs (they'd install the file
316 ;; under the name `xemacs'), and it's inconsistent with every
317 ;; other GNU program's build process.
318 (dump-emacs "emacs" "temacs")
319 (message "%d pure bytes used" pure-bytes-used)
320 ;; Recompute NAME now, so that it isn't set when we dump.
321 (if (not (memq system-type '(ms-dos windows-nt cygwin)))
322 (let ((name (concat "emacs-" emacs-version)))
323 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
324 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
325 "-"
326 (substring name (match-end 0)))))
327 (add-name-to-file "emacs" name t)))
328 (kill-emacs)))
329
330 ;; Avoid error if user loads some more libraries now.
331 (setq purify-flag nil)
332
333 ;; For machines with CANNOT_DUMP defined in config.h,
334 ;; this file must be loaded each time Emacs is run.
335 ;; So run the startup code now. First, remove `-l loadup' from args.
336
337 (if (and (equal (nth 1 command-line-args) "-l")
338 (equal (nth 2 command-line-args) "loadup"))
339 (setcdr command-line-args (nthcdr 3 command-line-args)))
340
341 (eval top-level)
342
343 \f
344 ;;; Local Variables:
345 ;;; no-byte-compile: t
346 ;;; no-update-autoloads: t
347 ;;; End:
348
349 ;;; arch-tag: 121e1dd4-36e1-45ac-860e-239f577a6335
350 ;;; loadup.el ends here