]> code.delx.au - gnu-emacs/blob - lisp/loadup.el
Add language/utf-8-lang, language/georgian.
[gnu-emacs] / 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 ((path (car load-path)))
38 (setq load-path (list path
39 (expand-file-name "emacs-lisp" path)
40 (expand-file-name "international" path)))))
41
42 (message "Using load-path %s" load-path)
43
44 ;;; We don't want to have any undo records in the dumped Emacs.
45 (buffer-disable-undo "*scratch*")
46
47 (load "byte-run")
48 (load "subr")
49
50 ;; We specify .el in case someone compiled version.el by mistake.
51 (load "version.el")
52
53 (load "widget")
54 (load "custom")
55 (load "emacs-lisp/backquote")
56 (load "map-ynp")
57 (load "env")
58 (load "cus-start")
59 (load "international/mule")
60 (load "international/mule-conf.el") ;Don't get confused if someone compiled this by mistake.
61 (load "format")
62 (load "bindings")
63 (setq load-source-file-function 'load-with-code-conversion)
64 (load "simple")
65 (load "files")
66
67 (load "faces") ; after here, `defface' may be used.
68
69 (message "Lists of integers (garbage collection statistics) are normal output")
70 (message "while building Emacs; they do not indicate a problem.")
71 (message "%s" (garbage-collect))
72 (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
73 (message "%s" (garbage-collect))
74
75 (load "help")
76
77 ;; Any Emacs Lisp source file (*.el) loaded here after can contain
78 ;; multilingual text.
79 (load "international/mule-cmds")
80 (load "case-table")
81 (load "international/characters")
82 (load "international/utf-8")
83
84 (let ((set-case-syntax-set-multibyte t))
85 (load "international/latin-1")
86 (load "international/latin-2")
87 (load "international/latin-3")
88 (load "international/latin-4")
89 (load "international/latin-5")
90 (load "international/latin-8")
91 (load "international/latin-9"))
92 ;; Load language-specific files.
93 (load "language/chinese")
94 (load "language/cyrillic")
95 (load "language/indian")
96 (load "language/devanagari") ; 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 (update-coding-systems-internal)
115
116 (load "indent")
117 (load "window")
118 (load "frame")
119 (load "term/tty-colors")
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 "isearch")
131
132 (message "%s" (garbage-collect))
133 (load "menu-bar")
134 (load "paths.el") ;Don't get confused if someone compiled paths by mistake.
135 (load "startup")
136 (load "emacs-lisp/lisp")
137 (load "textmodes/page")
138 (load "register")
139 (load "textmodes/paragraphs")
140 (load "emacs-lisp/lisp-mode")
141 (load "textmodes/text-mode")
142 (load "textmodes/fill")
143 (message "%s" (garbage-collect))
144
145 (load "replace")
146 (if (eq system-type 'vax-vms)
147 (progn
148 (load "vmsproc")))
149 (load "abbrev")
150 (load "buff-menu")
151 (if (eq system-type 'vax-vms)
152 (progn
153 (load "vms-patch")))
154 (if (eq system-type 'windows-nt)
155 (progn
156 (load "ls-lisp")
157 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
158 (load "dos-w32")
159 (load "w32-fns")))
160 (if (eq system-type 'ms-dos)
161 (progn
162 (load "ls-lisp")
163 (load "dos-w32")
164 (load "dos-fns")
165 (load "dos-vars")
166 (load "international/ccl") ; codepage.el uses CCL en/decoder
167 (load "international/codepage") ; internal.el uses cpNNN coding systems
168 (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
169 (if (eq system-type 'macos)
170 (progn
171 (load "ls-lisp")))
172 (if (fboundp 'atan) ; preload some constants and
173 (progn ; floating pt. functions if we have float support.
174 (load "float-sup")))
175 (message "%s" (garbage-collect))
176
177 (load "vc-hooks")
178 (load "ediff-hook")
179 (message "%s" (garbage-collect))
180
181 ;If you want additional libraries to be preloaded and their
182 ;doc strings kept in the DOC file rather than in core,
183 ;you may load them with a "site-load.el" file.
184 ;But you must also cause them to be scanned when the DOC file
185 ;is generated. For VMS, you must edit ../vms/makedoc.com.
186 ;For other systems, you must edit ../src/Makefile.in.
187 (if (load "site-load" t)
188 (garbage-collect))
189
190 (if (fboundp 'x-popup-menu)
191 (precompute-menubar-bindings))
192 ;; Turn on recording of which commands get rebound,
193 ;; for the sake of the next call to precompute-menubar-bindings.
194 (setq define-key-rebound-commands nil)
195
196 ;; Determine which last version number to use
197 ;; based on the executables that now exist.
198 (if (and (or (equal (nth 3 command-line-args) "dump")
199 (equal (nth 4 command-line-args) "dump"))
200 (not (eq system-type 'ms-dos)))
201 (let* ((base (concat "emacs-" emacs-version "."))
202 (files (file-name-all-completions base default-directory))
203 (versions (mapcar (function (lambda (name)
204 (string-to-int (substring name (length base)))))
205 files)))
206 (setq emacs-version (format "%s.%d"
207 emacs-version
208 (if versions
209 (1+ (apply 'max versions))
210 1)))))
211
212 ;; Note: all compiled Lisp files loaded above this point
213 ;; must be among the ones parsed by make-docfile
214 ;; to construct DOC. Any that are not processed
215 ;; for DOC will not have doc strings in the dumped Emacs.
216
217 (message "Finding pointers to doc strings...")
218 (if (or (equal (nth 3 command-line-args) "dump")
219 (equal (nth 4 command-line-args) "dump"))
220 (let ((name emacs-version))
221 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
222 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
223 "-"
224 (substring name (match-end 0)))))
225 (if (memq system-type '(ms-dos windows-nt))
226 (setq name (expand-file-name
227 (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
228 (setq name (concat (expand-file-name "../etc/DOC-") name))
229 (if (file-exists-p name)
230 (delete-file name))
231 (copy-file (expand-file-name "../etc/DOC") name t))
232 (Snarf-documentation (file-name-nondirectory name)))
233 (condition-case nil
234 (Snarf-documentation "DOC")
235 (error nil)))
236 (message "Finding pointers to doc strings...done")
237
238 ;;;Note: You can cause additional libraries to be preloaded
239 ;;;by writing a site-init.el that loads them.
240 ;;;See also "site-load" above.
241 (load "site-init" t)
242 (setq current-load-list nil)
243
244 ;; Write the value of load-history into fns-VERSION.el,
245 ;; then clear out load-history.
246 (if (or (equal (nth 3 command-line-args) "dump")
247 (equal (nth 4 command-line-args) "dump"))
248 (let ((buffer-undo-list t))
249 (princ "(setq load-history\n" (current-buffer))
250 (princ " (nconc load-history\n" (current-buffer))
251 (princ " '(" (current-buffer))
252 (let ((tem load-history))
253 (while tem
254 (prin1 (car tem) (current-buffer))
255 (terpri (current-buffer))
256 (if (cdr tem)
257 (princ " " (current-buffer)))
258 (setq tem (cdr tem))))
259 (princ ")))\n" (current-buffer))
260 (write-region (point-min) (point-max)
261 (expand-file-name
262 (cond
263 ((eq system-type 'ms-dos)
264 "../lib-src/fns.el")
265 ((eq system-type 'windows-nt)
266 (format "../../../lib-src/fns-%s.el" emacs-version))
267 (t
268 (format "../lib-src/fns-%s.el" emacs-version)))
269 invocation-directory))
270 (erase-buffer)
271 (setq load-history nil))
272 (setq symbol-file-load-history-loaded t))
273 (set-buffer-modified-p nil)
274
275 ;; reset the load-path. See lread.c:init_lread why.
276 (if (or (equal (nth 3 command-line-args) "bootstrap")
277 (equal (nth 4 command-line-args) "bootstrap"))
278 (setcdr load-path nil))
279
280 (garbage-collect)
281
282 ;;; At this point, we're ready to resume undo recording for scratch.
283 (buffer-enable-undo "*scratch*")
284
285 (if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
286 (member (nth 4 command-line-args) '("dump" "bootstrap")))
287 (if (eq system-type 'vax-vms)
288 (progn
289 (message "Dumping data as file temacs.dump")
290 (dump-emacs "temacs.dump" "temacs")
291 (kill-emacs))
292 (let ((name (concat "emacs-" emacs-version)))
293 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
294 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
295 "-"
296 (substring name (match-end 0)))))
297 (if (eq system-type 'ms-dos)
298 (message "Dumping under the name emacs")
299 (message "Dumping under names emacs and %s" name)))
300 (condition-case ()
301 (delete-file "emacs")
302 (file-error nil))
303 ;; We used to dump under the name xemacs, but that occasionally
304 ;; confused people installing Emacs (they'd install the file
305 ;; under the name `xemacs'), and it's inconsistent with every
306 ;; other GNU program's build process.
307 (dump-emacs "emacs" "temacs")
308 (message "%d pure bytes used" pure-bytes-used)
309 ;; Recompute NAME now, so that it isn't set when we dump.
310 (if (not (memq system-type '(ms-dos windows-nt)))
311 (let ((name (concat "emacs-" emacs-version)))
312 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
313 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
314 "-"
315 (substring name (match-end 0)))))
316 (add-name-to-file "emacs" name t)))
317 (kill-emacs)))
318
319 ;; Avoid error if user loads some more libraries now.
320 (setq purify-flag nil)
321
322 ;; For machines with CANNOT_DUMP defined in config.h,
323 ;; this file must be loaded each time Emacs is run.
324 ;; So run the startup code now. First, remove `-l loadup' from args.
325
326 (if (and (equal (nth 1 command-line-args) "-l")
327 (equal (nth 2 command-line-args) "loadup"))
328 (setcdr command-line-args (nthcdr 3 command-line-args)))
329
330 (eval top-level)
331
332 ;;; loadup.el ends here