(isearch-mode-map): Define
[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)
7e814940
RS
46(load "bindings.el") ;Don't get confused if someone compiled this by mistake.
47(garbage-collect)
48(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
0d20f9a0
JB
49(garbage-collect)
50(load "simple")
51(garbage-collect)
52(load "help")
53(garbage-collect)
54(load "files")
55(garbage-collect)
5b6988a0
BG
56(load "format")
57(garbage-collect)
0d20f9a0 58(load "indent")
79058860 59(garbage-collect)
6ac403a4
RS
60(load "isearch")
61(garbage-collect)
0d20f9a0 62(load "window")
fd727f4a
RS
63(garbage-collect)
64(load "frame")
7a701b9f
KH
65(if (fboundp 'frame-face-alist)
66 (progn
36974751 67 (garbage-collect)
95227eb2 68 (load "faces")
7a701b9f
KH
69 (load "facemenu")))
70(if (fboundp 'track-mouse)
71 (progn
72 (garbage-collect)
73 (load "mouse")
95227eb2 74 (garbage-collect)
36974751
RS
75 (load "scroll-bar")
76 (load "select")))
afcd9910 77(load "menu-bar")
79058860 78(garbage-collect)
0d20f9a0
JB
79(load "paths.el") ;Don't get confused if someone compiled paths by mistake.
80(garbage-collect)
81(load "startup")
79058860 82(garbage-collect)
0d20f9a0
JB
83(load "lisp")
84(garbage-collect)
85(load "page")
79058860 86(garbage-collect)
0d20f9a0
JB
87(load "register")
88(garbage-collect)
89(load "paragraphs")
79058860 90(garbage-collect)
0d20f9a0
JB
91(load "lisp-mode")
92(garbage-collect)
93(load "text-mode")
79058860 94(garbage-collect)
0d20f9a0
JB
95(load "fill")
96(garbage-collect)
0d20f9a0
JB
97(load "replace")
98(if (eq system-type 'vax-vms)
99 (progn
100 (garbage-collect)
101 (load "vmsproc")))
102(garbage-collect)
103(load "abbrev")
104(garbage-collect)
105(load "buff-menu")
106(if (eq system-type 'vax-vms)
107 (progn
108 (garbage-collect)
109 (load "vms-patch")))
b7521474
RS
110(if (eq system-type 'windows-nt)
111 (progn
112 (garbage-collect)
113 (load "ls-lisp")
dd3240b7 114 (garbage-collect)
234ae99a
RS
115 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
116 (garbage-collect)
489f9371 117 (load "dos-w32")
424aad23 118 (garbage-collect)
489f9371 119 (load "w32-fns")
fa7a4531 120 (garbage-collect)))
ed10e0ab
RS
121(if (eq system-type 'ms-dos)
122 (progn
123 (load "ls-lisp")
124 (garbage-collect)
489f9371 125 (load "dos-w32")
424aad23 126 (garbage-collect)
ed10e0ab
RS
127 (load "dos-fns")
128 (garbage-collect)
129 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
fa7a4531 130 (garbage-collect)))
0d20f9a0
JB
131(if (fboundp 'atan) ; preload some constants and
132 (progn ; floating pt. functions if
133 (garbage-collect) ; we have float support.
134 (load "float-sup")))
e4636528 135
637a8ae9
JB
136(garbage-collect)
137(load "vc-hooks")
a63926db 138(load "ediff-hook")
0d20f9a0
JB
139
140;If you want additional libraries to be preloaded and their
141;doc strings kept in the DOC file rather than in core,
142;you may load them with a "site-load.el" file.
143;But you must also cause them to be scanned when the DOC file
87855006 144;is generated. For VMS, you must edit ../vms/makedoc.com.
fd322fae 145;For other systems, you must edit ../src/Makefile.in.
0d20f9a0
JB
146(if (load "site-load" t)
147 (garbage-collect))
148
f5263a5c
RS
149(if (fboundp 'x-popup-menu)
150 (precompute-menubar-bindings))
151;; Turn on recording of which commands get rebound,
152;; for the sake of the next call to precompute-menubar-bindings.
153(setq define-key-rebound-commands nil)
154
de78a7ba
RS
155;; Determine which last version number to use
156;; based on the executables that now exist.
24cffc68
RS
157(if (and (or (equal (nth 3 command-line-args) "dump")
158 (equal (nth 4 command-line-args) "dump"))
159 (not (eq system-type 'ms-dos)))
0c39a403 160 (let* ((base (concat "emacs-" emacs-version "."))
de78a7ba
RS
161 (files (file-name-all-completions base default-directory))
162 (versions (mapcar (function (lambda (name)
9b04b1b7 163 (string-to-int (substring name (length base)))))
de78a7ba
RS
164 files)))
165 (setq emacs-version (format "%s.%d"
166 emacs-version
7120d5c8
RS
167 (if versions
168 (1+ (apply 'max versions))
169 1)))))
de78a7ba 170
0d20f9a0
JB
171;; Note: all compiled Lisp files loaded above this point
172;; must be among the ones parsed by make-docfile
173;; to construct DOC. Any that are not processed
174;; for DOC will not have doc strings in the dumped Emacs.
175
176(message "Finding pointers to doc strings...")
24cffc68
RS
177(if (or (equal (nth 3 command-line-args) "dump")
178 (equal (nth 4 command-line-args) "dump"))
0d20f9a0
JB
179 (let ((name emacs-version))
180 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
181 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
182 "-"
183 (substring name (match-end 0)))))
b7521474 184 (if (memq system-type '(ms-dos windows-nt))
87485d6f 185 (setq name (expand-file-name
753a134f 186 (if (fboundp 'x-create-frame) "DOC-X" "DOC") "../etc"))
ed10e0ab
RS
187 (setq name (concat (expand-file-name "../etc/DOC-") name))
188 (if (file-exists-p name)
189 (delete-file name))
190 (copy-file (expand-file-name "../etc/DOC") name t))
450a90e2 191 (Snarf-documentation (file-name-nondirectory name)))
ec558adc 192 (Snarf-documentation "DOC"))
0d20f9a0
JB
193(message "Finding pointers to doc strings...done")
194
195;Note: You can cause additional libraries to be preloaded
196;by writing a site-init.el that loads them.
197;See also "site-load" above.
198(load "site-init" t)
95227eb2 199(setq current-load-list nil)
0d20f9a0
JB
200(garbage-collect)
201
ffd56f97
JB
202;;; At this point, we're ready to resume undo recording for scratch.
203(buffer-enable-undo "*scratch*")
204
0d20f9a0
JB
205(if (or (equal (nth 3 command-line-args) "dump")
206 (equal (nth 4 command-line-args) "dump"))
207 (if (eq system-type 'vax-vms)
208 (progn
209 (message "Dumping data as file temacs.dump")
210 (dump-emacs "temacs.dump" "temacs")
211 (kill-emacs))
212 (let ((name (concat "emacs-" emacs-version)))
213 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
214 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
215 "-"
216 (substring name (match-end 0)))))
ed10e0ab
RS
217 (if (eq system-type 'ms-dos)
218 (message "Dumping under the name emacs")
219 (message "Dumping under names emacs and %s" name)))
0d20f9a0 220 (condition-case ()
59f3e9a2 221 (delete-file "emacs")
0d20f9a0 222 (file-error nil))
59f3e9a2
JB
223 ;; We used to dump under the name xemacs, but that occasionally
224 ;; confused people installing Emacs (they'd install the file
225 ;; under the name `xemacs'), and it's inconsistent with every
226 ;; other GNU product's build process.
227 (dump-emacs "emacs" "temacs")
4d337390 228 (message "%d pure bytes used" pure-bytes-used)
0d20f9a0 229 ;; Recompute NAME now, so that it isn't set when we dump.
ea3e2043 230 (if (not (memq system-type '(ms-dos windows-nt)))
ed10e0ab
RS
231 (let ((name (concat "emacs-" emacs-version)))
232 (while (string-match "[^-+_.a-zA-Z0-9]+" name)
233 (setq name (concat (downcase (substring name 0 (match-beginning 0)))
234 "-"
235 (substring name (match-end 0)))))
236 (add-name-to-file "emacs" name t)))
0d20f9a0
JB
237 (kill-emacs)))
238
239;; Avoid error if user loads some more libraries now.
240(setq purify-flag nil)
241
242;; For machines with CANNOT_DUMP defined in config.h,
243;; this file must be loaded each time Emacs is run.
244;; So run the startup code now.
245
0a4df539
RS
246(or (equal (nth 3 command-line-args) "dump")
247 (equal (nth 4 command-line-args) "dump")
248 (progn
249 ;; Avoid loading loadup.el a second time!
250 (setq command-line-args (cdr (cdr command-line-args)))
251 (eval top-level)))
6594deb0
ER
252
253;;; loadup.el ends here