(preloaded-file-list): Add "Ideograph-R001-One" in UTF-2000.
[chise/xemacs-chise.git-] / lisp / dumped-lisp.el
1 (setq preloaded-file-list
2       (assemble-list
3         "backquote"             ; needed for defsubst etc.
4         "bytecomp-runtime"      ; define defsubst
5         "find-paths"
6         "packages"              ; Bootstrap run-time lisp environment
7         "setup-paths"
8         "dump-paths"
9         "subr"                  ; load the most basic Lisp functions
10         "replace"               ; match-string used in version.el.
11         ; Ignore compiled-by-mistake version.elc
12         "version.el"
13         "cl"
14         "cl-extra"
15         "cl-seq"
16         "widget"
17         "custom"                ; Before the world so everything can be
18                                 ; customized
19         "cus-start"             ; for customization of builtin variables
20         "cmdloop"
21         "keymap"
22         "syntax"
23         "device"
24         "console"
25         "obsolete"
26         "specifier"
27         "faces"                 ; must be loaded before any make-face call
28 ;;(pureload "facemenu") #### not yet ported
29         "glyphs"
30         "objects"
31         "extents"
32         "events"
33         "text-props"
34         "process" ;; This is bad. network-streams may not be defined.
35         (when-feature multicast "multicast") ; #+network-streams implicitely true
36         "frame"                 ; move up here cause some stuff needs it here
37         "map-ynp"
38         "simple"
39         "keydefs"               ; Before loaddefs so that keymap vars exist.
40         "abbrev"
41         "derived"
42         "minibuf"
43         "list-mode"
44         "modeline"              ; needs simple.el to be loaded first
45 ;; If SparcWorks support is included some additional packages are
46 ;; dumped which would normally have autoloads.  To avoid
47 ;; duplicate doc string warnings, SparcWorks uses a separate
48 ;; autoloads file with the dumped packages removed.
49 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!!
50 ;; So just make loaddefs-eos go away...
51 ;;(pureload (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs"))
52         "startup"               ; For initialization of
53                                 ;  `emacs-user-extension-dir'
54         "misc"
55         ;; (pureload "profile")
56         (unless-feature mule "help-nomule")
57         "help"
58         ;; (pureload "hyper-apropos")  Soon...
59         (unless-feature file-coding "files-nomule")
60         "files"
61         "lib-complete"
62         "format"
63         "indent"
64         "isearch-mode"
65         "buffer"
66         "buff-menu"
67         "undo-stack"
68         "window"
69         "window-xemacs"
70         "paths.el"              ; don't get confused if paths compiled.
71         "lisp"
72         "page"
73         "register"
74         "iso8859-1"             ; This must be before any modes
75                                         ; (sets standard syntax table.)
76         "paragraphs"
77         "easymenu"              ; Added for 20.3.
78         "lisp-mode"
79         "text-mode"
80         "fill"
81         "auto-save"             ; Added for 20.4
82
83         (when-feature windows-nt "winnt")
84         (when-feature lisp-float-type "float-sup")
85         "itimer"                ; for vars auto-save-timeout and
86                                 ; auto-gc-threshold
87         "itimer-autosave"
88         (when-feature toolbar "toolbar")
89         (when-feature scrollbar "scrollbar")
90         (when-feature menubar "menubar")
91         (when-feature dialog "dialog")
92         (when-feature mule "mule-conf")
93         (when-feature utf-2000 "ccs-jisx0208-1983.el")
94         (when-feature utf-2000 "u00000-C0")
95         (when-feature utf-2000 "u00020-Basic-Latin")
96         (when-feature utf-2000 "u00080-C1")
97         (when-feature utf-2000 "u000A0-Latin-1-Supplement")
98         (when-feature utf-2000 "u00100-Latin-Extended-A")
99         (when-feature utf-2000 "u00180-Latin-Extended-B")
100         (when-feature utf-2000 "u00250-IPA-Extensions")
101         (when-feature utf-2000 "u002B0-Spacing-Modifier-Letters")
102         (when-feature utf-2000 "u00300-Combining-Diacritical-Marks")
103         (when-feature utf-2000 "u00370-Greek")
104         (when-feature utf-2000 "u00400-Cyrillic")
105         (when-feature utf-2000 "u00530-Armenian")
106         (when-feature utf-2000 "u00590-Hebrew")
107         (when-feature utf-2000 "u00600-Arabic")
108         (when-feature utf-2000 "u00700-Syriac")
109         (when-feature utf-2000 "u00780-Thaana")
110         (when-feature utf-2000 "u00900-Devanagari")
111         (when-feature utf-2000 "u00980-Bengali")
112         (when-feature utf-2000 "u00A00-Gurmukhi")
113         (when-feature utf-2000 "u00A80-Gujarati")
114         (when-feature utf-2000 "u00B00-Oriya")
115         (when-feature utf-2000 "u00B80-Tamil")
116         (when-feature utf-2000 "u00C00-Telugu")
117         (when-feature utf-2000 "u00C80-Kannada")
118         (when-feature utf-2000 "u00D00-Malayalam")
119         (when-feature utf-2000 "u00D80-Sinhala")
120         (when-feature utf-2000 "u00E00-Thai")
121         (when-feature utf-2000 "u00E80-Lao")
122         (when-feature utf-2000 "u00F00-Tibetan")
123         (when-feature utf-2000 "u01000-Myanmar")
124         (when-feature utf-2000 "u010A0-Georgian")
125         (when-feature utf-2000 "u01100-Hangul-Jamo")
126         (when-feature utf-2000 "u01200-Ethiopic")
127         (when-feature utf-2000 "u013A0-Cherokee")
128         (when-feature utf-2000 "u01400-Canadian")
129         (when-feature utf-2000 "u01680-Ogham")
130         (when-feature utf-2000 "u016A0-Runic")
131         (when-feature utf-2000 "u01780-Khmer")
132         (when-feature utf-2000 "u01800-Mongolian")
133         (when-feature utf-2000 "u01E00-Latin-Extended-Additional")
134         (when-feature utf-2000 "u01F00-Greek-Extended")
135         (when-feature utf-2000 "u02000-General-Punctuation")
136         (when-feature utf-2000 "u02070-Superscripts")
137         (when-feature utf-2000 "u02080-Subscripts")
138         (when-feature utf-2000 "u020A0-Currency-Symbols")
139         (when-feature utf-2000
140                       "u020D0-Combining-Diacritical-Marks-for-Symbols")
141         (when-feature utf-2000 "u02100-Letterlike-Symbols")
142         (when-feature utf-2000 "u02150-Number-Forms")
143         (when-feature utf-2000 "u02190-Arrows")
144         (when-feature utf-2000 "u02200-Mathematical-Operators")
145         (when-feature utf-2000 "u02300-Miscellaneous-Technical")
146         (when-feature utf-2000 "u02400-Control-Pictures")
147         (when-feature utf-2000 "u02440-OCR")
148         (when-feature utf-2000 "u02460-Enclosed-Alphanumerics")
149         (when-feature utf-2000 "u02500-Box-Drawing")
150         (when-feature utf-2000 "u02580-Block-Elements")
151         (when-feature utf-2000 "u025A0-Geometric-Shapes")
152         (when-feature utf-2000 "u02600-Miscellaneous-Symbols")
153         (when-feature utf-2000 "u02700-Dingbats")
154         (when-feature utf-2000 "u02800-Braille-Patterns")
155         (when-feature utf-2000 "u02E00-CJK-Radical-Supplement")
156         (when-feature utf-2000 "u02F00-Kangxi-Radicals")
157         (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters")
158         (when-feature utf-2000 "u03000-CJK-Symbols-and-Punctuation")
159         (when-feature utf-2000 "u03040-Hiragana")
160         (when-feature utf-2000 "u030A0-Katakana")
161         (when-feature utf-2000 "u03100-Bopomofo")
162         (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo")
163         (when-feature utf-2000 "u03190-Kanbun")
164         (when-feature utf-2000 "u031A0-Extended-Bopomofo")
165         (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months")
166         (when-feature utf-2000 "u03300-CJK-Compatibility")
167         (when-feature utf-2000 "Ideograph-R001-One")
168         (when-feature mule "mule-charset")
169         (when-feature file-coding "coding")
170         (when-feature mule "mule-coding")
171 ;; Handle I/O of files with extended characters.
172         (when-feature file-coding "code-files")
173 ;; Handle process with encoding/decoding non-ascii coding-system.
174         (when-feature file-coding "code-process")
175         (when-feature mule "mule-help")
176 ;; Load the remaining basic files.
177         (when-feature mule "mule-category")
178         (when-feature mule "mule-ccl")
179         (when-feature mule "mule-misc")
180         (when-feature mule "kinsoku")
181         (when-feature (and mule x) "mule-x-init")
182         (when-feature (and mule tty) "mule-tty-init")
183         (when-feature mule "mule-cmds") ; to sync with Emacs 20.1
184
185 ;; after this goes the specific lisp routines for a particular input system
186 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site
187 ;; or user switching of input systems???
188 ;(if (featurep 'wnn)
189 ;    (progn
190 ;      (pureload "egg")
191 ;      (pureload "egg-wnn")
192 ;      (setq egg-default-startup-file "eggrc-wnn")))
193
194 ;; (if (and (boundp 'CANNA) CANNA)
195 ;;     (pureload "canna")
196 ;;   )
197
198 ;; Now load files to set up all the different languages/environments
199 ;; that Mule knows about.
200
201         (when-feature mule "arabic")
202         (when-feature mule "chinese")
203         (when-feature mule "mule/cyrillic") ; overloaded in leim/quail
204         (when-feature mule "english")
205         (when-feature mule "ethiopic")
206         (when-feature mule "european")
207         (when-feature mule "mule/greek") ; overloaded in leim/quail
208         (when-feature mule "hebrew")
209         (when-feature mule "japanese")
210         (when-feature mule "korean")
211         (when-feature mule "misc-lang")
212         (when-feature mule "thai-xtis-chars")
213         (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail
214         (when-feature mule "viet-chars")
215         (when-feature (and mule (not utf-2000)) "vietnamese")
216
217         ;; Specialized language support
218         (when-feature (and mule CANNA) "canna-leim")
219 ;; Egg/Its is now a package
220 ;       (when-feature (and mule wnn) "egg-leim")
221 ;       (when-feature (and mule wnn) "egg-kwnn-leim")
222 ;       (when-feature (and mule wnn) "egg-cwnn-leim")
223 ;       (when-feature mule "egg-sj3-leim")
224 ;; SKK is now a package
225 ;       (when-feature mule "skk-leim")
226
227 ;; Set up the XEmacs environment for Mule.
228 ;; Assumes the existence of various stuff above.
229         (when-feature mule "mule-init")
230
231 ;; Enable Mule capability for Gnus, mail, etc...
232 ;; Moved to sunpro-load.el - the default only for Sun.
233 ;;(pureload "mime-setup")
234 ;;; mule-load.el ends here
235         (when-feature window-system "gui")
236         (when-feature window-system "mode-motion")
237         (when-feature window-system "mouse")
238         (when-feature window-system "select")
239         (when-feature dragdrop-api "dragdrop")
240 ;; preload the X code, for faster startup.
241         (when-feature (and (not infodock)
242                            (or x mswindows) menubar) "menubar-items")
243         (when-feature (and infodock (or x mswindows) menubar) "id-menus")
244         (when-feature (and gutter menubar window-system) "gutter-items")
245         (when-feature x "x-faces")
246         (when-feature x "x-iso8859-1")
247         (when-feature x "x-mouse")
248         (when-feature x "x-select")
249         (when-feature (and x scrollbar) "x-scrollbar")
250         (when-feature x "x-misc")
251         (when-feature x "x-init")
252         (when-feature (and (not infodock)
253                            window-system toolbar) "toolbar-items")
254         (when-feature x "x-win-xfree86")
255         (when-feature x "x-win-sun")
256 ;; preload the mswindows code.
257         (when-feature mswindows "msw-glyphs")
258         (when-feature mswindows "msw-faces")
259         (when-feature mswindows "msw-mouse")
260         (when-feature mswindows "msw-init")
261         (when-feature mswindows "msw-select")
262 ;; preload the TTY init code.
263         (when-feature tty "tty-init")
264 ;;; Formerly in tooltalk/tooltalk-load.el
265         ;; Moved to tooltalk package
266         ;; (when-feature tooltalk "tooltalk-macros")
267         ;; (when-feature tooltalk "tooltalk-util")
268         ;; (when-feature tooltalk "tooltalk-init")
269         ;; "vc-hooks"           ; Packaged.  Available in two versions.
270         ;; "ediff-hook"         ; Packaged.
271         "fontl-hooks"
272         "auto-show"
273         (when-feature ldap "ldap")
274
275 ;; (when-feature energize "energize/energize-load.el")
276 ;;; formerly in sunpro/sunpro-load.el
277 ;;      (when-feature (and mule sparcworks) "mime-setup")
278
279         ;; Moved to Sun package
280         ;; (when-feature sparcworks "cc-mode") ; Requires cc-mode package
281         ;; (when-feature sparcworks "sunpro-init")
282         ;; (when-feature sparcworks "ring")
283         ;; (when-feature sparcworks "comint") ; Requires comint package
284         ;; (when-feature sparcworks "annotations")
285
286 ;;; formerly in eos/sun-eos-load.el
287 ;;      (when-feature sparcworks "sun-eos-init")
288 ;;      (when-feature sparcworks "sun-eos-common")
289 ;;      (when-feature sparcworks "sun-eos-editor")
290 ;;      (when-feature sparcworks "sun-eos-browser")
291 ;;      (when-feature sparcworks "sun-eos-debugger")
292 ;;      (when-feature sparcworks "sun-eos-debugger-extra")
293 ;;      (when-feature sparcworks "sun-eos-menubar")
294         "loadhist"              ; Must be dumped before loaddefs is loaded
295         "loaddefs"              ; <=== autoloads get loaded here
296 ))