1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
3 ;; Copyright (C) 1985, 1986, 1992, 1994, 2001 Free Software Foundation, Inc.
8 ;; This file is part of GNU Emacs.
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)
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.
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.
27 ;; This is loaded into a bare Emacs to make a dumpable one.
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 ((path (car load-path
)))
38 ;; We'll probably overflow the pure space.
39 (setq purify-flag nil
)
40 (setq load-path
(list path
41 (expand-file-name "emacs-lisp" path
)
42 (expand-file-name "language" path
)
43 (expand-file-name "international" path
)))))
45 (message "Using load-path %s" load-path
)
47 ;; We don't want to have any undo records in the dumped Emacs.
48 (buffer-disable-undo "*scratch*")
51 (load "emacs-lisp/backquote")
54 ;; We specify .el in case someone compiled version.el by mistake.
62 (load "international/mule")
63 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
66 (setq load-source-file-function
'load-with-code-conversion
)
70 (load "faces") ; after here, `defface' may be used.
72 (message "Lists of integers (garbage collection statistics) are normal output")
73 (message "while building Emacs; they do not indicate a problem.")
74 (message "%s" (garbage-collect))
75 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
76 (message "%s" (garbage-collect))
81 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
83 (load "international/mule-cmds")
85 (load "international/utf-8")
86 (load "international/utf-16")
87 (load "international/characters")
89 (let ((set-case-syntax-set-multibyte t
))
90 (load "international/latin-1")
91 (load "international/latin-2")
92 (load "international/latin-3")
93 (load "international/latin-4")
94 (load "international/latin-5")
95 (load "international/latin-8")
96 (load "international/latin-9"))
97 ;; Load language-specific files.
98 (load "language/chinese")
99 (load "language/cyrillic")
100 (load "language/indian")
101 (load "language/devanagari") ; This should be loaded after indian.
102 (load "language/english")
103 (load "language/ethiopic")
104 (load "language/european")
105 (load "language/czech")
106 (load "language/slovak")
107 (load "language/romanian")
108 (load "language/greek")
109 (load "language/hebrew")
110 (load "language/japanese")
111 (load "language/korean")
112 (load "language/lao")
113 (load "language/thai")
114 (load "language/tibetan")
115 (load "language/vietnamese")
116 (load "language/misc-lang")
117 (load "language/utf-8-lang")
118 (load "language/georgian")
120 (load "international/ucs-tables")
122 (update-coding-systems-internal)
127 (load "term/tty-colors")
130 (if (fboundp 'frame-face-alist
)
133 (if (fboundp 'track-mouse
)
136 (and (boundp 'x-toolkit-scroll-bars
)
142 (message "%s" (garbage-collect))
144 (load "paths.el") ;Don't get confused if someone compiled paths by mistake.
146 (load "emacs-lisp/lisp")
147 (load "textmodes/page")
149 (load "textmodes/paragraphs")
150 (load "emacs-lisp/lisp-mode")
151 (load "textmodes/text-mode")
152 (load "textmodes/fill")
153 (message "%s" (garbage-collect))
156 (if (eq system-type
'vax-vms
)
161 (if (eq system-type
'vax-vms
)
164 (if (eq system-type
'windows-nt
)
167 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
171 (if (eq system-type
'ms-dos
)
177 (load "international/ccl") ; codepage.el uses CCL en/decoder
178 (load "international/codepage") ; internal.el uses cpNNN coding systems
179 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
180 (if (eq system-type
'macos
)
183 (if (fboundp 'atan
) ; preload some constants and
184 (progn ; floating pt. functions if we have float support.
186 (message "%s" (garbage-collect))
190 (message "%s" (garbage-collect))
192 ;If you want additional libraries to be preloaded and their
193 ;doc strings kept in the DOC file rather than in core,
194 ;you may load them with a "site-load.el" file.
195 ;But you must also cause them to be scanned when the DOC file
196 ;is generated. For VMS, you must edit ../vms/makedoc.com.
197 ;For other systems, you must edit ../src/Makefile.in.
198 (if (load "site-load" t
)
201 (if (fboundp 'x-popup-menu
)
202 (precompute-menubar-bindings))
203 ;; Turn on recording of which commands get rebound,
204 ;; for the sake of the next call to precompute-menubar-bindings.
205 (setq define-key-rebound-commands nil
)
207 ;; Determine which last version number to use
208 ;; based on the executables that now exist.
209 (if (and (or (equal (nth 3 command-line-args
) "dump")
210 (equal (nth 4 command-line-args
) "dump"))
211 (not (eq system-type
'ms-dos
)))
212 (let* ((base (concat "emacs-" emacs-version
"."))
213 (files (file-name-all-completions base default-directory
))
214 (versions (mapcar (function (lambda (name)
215 (string-to-int (substring name
(length base
)))))
217 ;; `emacs-version' is a constant, so we shouldn't change it with `setq'.
218 (defconst emacs-version
220 emacs-version
(if versions
(1+ (apply 'max versions
)) 1)))))
222 ;; Note: all compiled Lisp files loaded above this point
223 ;; must be among the ones parsed by make-docfile
224 ;; to construct DOC. Any that are not processed
225 ;; for DOC will not have doc strings in the dumped Emacs.
227 (message "Finding pointers to doc strings...")
228 (if (or (equal (nth 3 command-line-args
) "dump")
229 (equal (nth 4 command-line-args
) "dump"))
230 (let ((name emacs-version
))
231 (while (string-match "[^-+_.a-zA-Z0-9]+" name
)
232 (setq name
(concat (downcase (substring name
0 (match-beginning 0)))
234 (substring name
(match-end 0)))))
235 (if (memq system-type
'(ms-dos windows-nt
))
236 (setq name
(expand-file-name
237 (if (fboundp 'x-create-frame
) "DOC-X" "DOC") "../etc"))
238 (setq name
(concat (expand-file-name "../etc/DOC-") name
))
239 (if (file-exists-p name
)
241 (copy-file (expand-file-name "../etc/DOC") name t
))
242 (Snarf-documentation (file-name-nondirectory name
)))
244 (Snarf-documentation "DOC")
246 (message "Finding pointers to doc strings...done")
248 ;;;Note: You can cause additional libraries to be preloaded
249 ;;;by writing a site-init.el that loads them.
250 ;;;See also "site-load" above.
252 (setq current-load-list nil
)
254 ;; Write the value of load-history into fns-VERSION.el,
255 ;; then clear out load-history.
256 ;; (if (or (equal (nth 3 command-line-args) "dump")
257 ;; (equal (nth 4 command-line-args) "dump"))
258 ;; (let ((buffer-undo-list t))
259 ;; (princ "(setq load-history\n" (current-buffer))
260 ;; (princ " (nconc load-history\n" (current-buffer))
261 ;; (princ " '(" (current-buffer))
262 ;; (let ((tem load-history))
264 ;; (prin1 (car tem) (current-buffer))
265 ;; (terpri (current-buffer))
267 ;; (princ " " (current-buffer)))
268 ;; (setq tem (cdr tem))))
269 ;; (princ ")))\n" (current-buffer))
270 ;; (write-region (point-min) (point-max)
273 ;; ((eq system-type 'ms-dos)
274 ;; "../lib-src/fns.el")
275 ;; ((eq system-type 'windows-nt)
276 ;; (format "../../../lib-src/fns-%s.el" emacs-version))
278 ;; (format "../lib-src/fns-%s.el" emacs-version)))
279 ;; invocation-directory))
281 ;; (setq load-history nil))
282 ;; (setq symbol-file-load-history-loaded t))
283 ;; We don't use this fns-*.el file. Instead we keep the data in PURE space.
284 ;; Make sure that the spine of the list is not in pure space because it can
285 ;; be destructively mutated in lread.c:build_load_history.
286 (setq load-history
(mapcar 'purecopy load-history
))
287 (setq symbol-file-load-history-loaded t
)
289 (set-buffer-modified-p nil
)
291 ;; reset the load-path. See lread.c:init_lread why.
292 (if (or (equal (nth 3 command-line-args
) "bootstrap")
293 (equal (nth 4 command-line-args
) "bootstrap"))
294 (setcdr load-path nil
))
298 ;;; At this point, we're ready to resume undo recording for scratch.
299 (buffer-enable-undo "*scratch*")
301 (if (or (member (nth 3 command-line-args
) '("dump" "bootstrap"))
302 (member (nth 4 command-line-args
) '("dump" "bootstrap")))
303 (if (eq system-type
'vax-vms
)
305 (message "Dumping data as file temacs.dump")
306 (dump-emacs "temacs.dump" "temacs")
308 (let ((name (concat "emacs-" emacs-version
)))
309 (while (string-match "[^-+_.a-zA-Z0-9]+" name
)
310 (setq name
(concat (downcase (substring name
0 (match-beginning 0)))
312 (substring name
(match-end 0)))))
313 (if (eq system-type
'ms-dos
)
314 (message "Dumping under the name emacs")
315 (message "Dumping under names emacs and %s" name
)))
317 (delete-file "emacs")
319 ;; We used to dump under the name xemacs, but that occasionally
320 ;; confused people installing Emacs (they'd install the file
321 ;; under the name `xemacs'), and it's inconsistent with every
322 ;; other GNU program's build process.
323 (dump-emacs "emacs" "temacs")
324 (message "%d pure bytes used" pure-bytes-used
)
325 ;; Recompute NAME now, so that it isn't set when we dump.
326 (if (not (memq system-type
'(ms-dos windows-nt
)))
327 (let ((name (concat "emacs-" emacs-version
)))
328 (while (string-match "[^-+_.a-zA-Z0-9]+" name
)
329 (setq name
(concat (downcase (substring name
0 (match-beginning 0)))
331 (substring name
(match-end 0)))))
332 (add-name-to-file "emacs" name t
)))
335 ;; Avoid error if user loads some more libraries now.
336 (setq purify-flag nil
)
338 ;; For machines with CANNOT_DUMP defined in config.h,
339 ;; this file must be loaded each time Emacs is run.
340 ;; So run the startup code now. First, remove `-l loadup' from args.
342 (if (and (equal (nth 1 command-line-args
) "-l")
343 (equal (nth 2 command-line-args
) "loadup"))
344 (setcdr command-line-args
(nthcdr 3 command-line-args
)))
350 ;;; no-byte-compile: t
351 ;;; no-update-autoloads: t
353 ;;; loadup.el ends here