Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 8efd647ea9ca |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
1 (setq preloaded-file-list | 1 (setq preloaded-file-list |
2 '("backquote" ; needed for defsubst etc. | 2 '("backquote" ; needed for defsubst etc. |
3 "bytecomp-runtime" ; define defsubst | 3 "bytecomp-runtime" ; define defsubst |
4 ;; "setup-paths" ; We're not ready for this | 4 #-infodock "Installation.el" |
5 "find-paths" | |
5 "packages" ; Bootstrap run-time lisp environment | 6 "packages" ; Bootstrap run-time lisp environment |
7 "setup-paths" | |
8 "dump-paths" | |
6 "subr" ; load the most basic Lisp functions | 9 "subr" ; load the most basic Lisp functions |
7 "replace" ; match-string used in version.el. | 10 "replace" ; match-string used in version.el. |
8 ; Ignore compiled-by-mistake version.elc | 11 ; Ignore compiled-by-mistake version.elc |
9 "version.el" | 12 "version.el" |
10 #-infodock "Installation.el" | |
11 "cl" | 13 "cl" |
12 "cl-extra" | 14 "cl-extra" |
13 "cl-seq" | 15 "cl-seq" |
14 "widget" | 16 "widget" |
15 "custom" ; Before the world so everything can be | 17 "custom" ; Before the world so everything can be |
21 "device" | 23 "device" |
22 "console" | 24 "console" |
23 "obsolete" | 25 "obsolete" |
24 "specifier" | 26 "specifier" |
25 "faces" ; must be loaded before any make-face call | 27 "faces" ; must be loaded before any make-face call |
26 ;;(load-gc "facemenu") #### not yet ported | 28 ;;(pureload "facemenu") #### not yet ported |
27 "glyphs" | 29 "glyphs" |
28 "objects" | 30 "objects" |
29 "extents" | 31 "extents" |
30 "events" | 32 "events" |
31 "text-props" | 33 "text-props" |
44 ;; dumped which would normally have autoloads. To avoid | 46 ;; dumped which would normally have autoloads. To avoid |
45 ;; duplicate doc string warnings, SparcWorks uses a separate | 47 ;; duplicate doc string warnings, SparcWorks uses a separate |
46 ;; autoloads file with the dumped packages removed. | 48 ;; autoloads file with the dumped packages removed. |
47 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! | 49 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! |
48 ;; So just make loaddefs-eos go away... | 50 ;; So just make loaddefs-eos go away... |
49 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) | 51 ;;(pureload (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) |
50 "startup" ; For initialization of | 52 "startup" ; For initialization of |
51 ; `emacs-user-extension-dir' | 53 ; `emacs-user-extension-dir' |
52 "misc" | 54 "misc" |
53 ;; (load-gc "profile") | 55 ;; (pureload "profile") |
54 #-mule "help-nomule" | 56 #-mule "help-nomule" |
55 "help" | 57 "help" |
56 ;; (load-gc "hyper-apropos") Soon... | 58 ;; (pureload "hyper-apropos") Soon... |
57 #-file-coding "files-nomule" | 59 #-file-coding "files-nomule" |
58 "files" | 60 "files" |
59 #-infodock "lib-complete" ; InfoDock uses an older version | 61 #-infodock "lib-complete" ; InfoDock uses an older version |
60 "format" | 62 "format" |
61 "indent" | 63 "indent" |
108 ;; after this goes the specific lisp routines for a particular input system | 110 ;; after this goes the specific lisp routines for a particular input system |
109 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site | 111 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site |
110 ;; or user switching of input systems??? | 112 ;; or user switching of input systems??? |
111 ;(if (featurep 'wnn) | 113 ;(if (featurep 'wnn) |
112 ; (progn | 114 ; (progn |
113 ; (load-gc "egg") | 115 ; (pureload "egg") |
114 ; (load-gc "egg-wnn") | 116 ; (pureload "egg-wnn") |
115 ; (setq egg-default-startup-file "eggrc-wnn"))) | 117 ; (setq egg-default-startup-file "eggrc-wnn"))) |
116 | 118 |
117 ;; (if (and (boundp 'CANNA) CANNA) | 119 ;; (if (and (boundp 'CANNA) CANNA) |
118 ;; (load-gc "canna") | 120 ;; (pureload "canna") |
119 ;; ) | 121 ;; ) |
120 | 122 |
121 ;; Now load files to set up all the different languages/environments | 123 ;; Now load files to set up all the different languages/environments |
122 ;; that Mule knows about. | 124 ;; that Mule knows about. |
123 | 125 |
124 #+mule "arabic" | 126 #+mule "arabic" |
125 #+mule "chinese" | 127 #+mule "chinese" |
126 #+mule "cyrillic" | 128 #+mule "mule-base/cyrillic" ; overloaded in leim/quail |
127 #+mule "english" | 129 #+mule "english" |
128 ;; #+mule "ethiopic" | 130 ;; #+mule "ethiopic" |
129 #+mule "european" | 131 #+mule "european" |
130 #+mule "greek" | 132 #+mule "mule-base/greek" ; overloaded in leim/quail |
131 #+mule "hebrew" | 133 #+mule "hebrew" |
132 #+mule "japanese" | 134 #+mule "japanese" |
133 #+mule "korean" | 135 #+mule "korean" |
134 #+mule "misc-lang" | 136 #+mule "misc-lang" |
135 ;; #+mule "thai" | 137 ;; #+mule "thai" |
150 ;; Assumes the existence of various stuff above. | 152 ;; Assumes the existence of various stuff above. |
151 #+mule "mule-init" | 153 #+mule "mule-init" |
152 | 154 |
153 ;; Enable Mule capability for Gnus, mail, etc... | 155 ;; Enable Mule capability for Gnus, mail, etc... |
154 ;; Moved to sunpro-load.el - the default only for Sun. | 156 ;; Moved to sunpro-load.el - the default only for Sun. |
155 ;;(load-gc "mime-setup") | 157 ;;(pureload "mime-setup") |
156 ;;; mule-load.el ends here | 158 ;;; mule-load.el ends here |
157 #+window-system "gui" | 159 #+window-system "gui" |
158 #+window-system "mode-motion" | 160 #+window-system "mode-motion" |
159 #+window-system "mouse" | 161 #+window-system "mouse" |
160 ;; preload the X code, for faster startup. | 162 ;; preload the X code, for faster startup. |