(preloaded-file-list): Add "u0A000-Yi-Syllables",
[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 "u00000-C0")
94         (when-feature utf-2000 "u00020-Basic-Latin")
95         (when-feature utf-2000 "u00080-C1")
96         (when-feature utf-2000 "u000A0-Latin-1-Supplement")
97         (when-feature utf-2000 "u00100-Latin-Extended-A")
98         (when-feature utf-2000 "u00180-Latin-Extended-B")
99         (when-feature utf-2000 "u00250-IPA-Extensions")
100         (when-feature utf-2000 "u002B0-Spacing-Modifier-Letters")
101         (when-feature utf-2000 "u00300-Combining-Diacritical-Marks")
102         (when-feature utf-2000 "u00370-Greek")
103         (when-feature utf-2000 "u00400-Cyrillic")
104         (when-feature utf-2000 "u00530-Armenian")
105         (when-feature utf-2000 "u00590-Hebrew")
106         (when-feature utf-2000 "u00600-Arabic")
107         (when-feature utf-2000 "u00700-Syriac")
108         (when-feature utf-2000 "u00780-Thaana")
109         (when-feature utf-2000 "u00900-Devanagari")
110         (when-feature utf-2000 "u00980-Bengali")
111         (when-feature utf-2000 "u00A00-Gurmukhi")
112         (when-feature utf-2000 "u00A80-Gujarati")
113         (when-feature utf-2000 "u00B00-Oriya")
114         (when-feature utf-2000 "u00B80-Tamil")
115         (when-feature utf-2000 "u00C00-Telugu")
116         (when-feature utf-2000 "u00C80-Kannada")
117         (when-feature utf-2000 "u00D00-Malayalam")
118         (when-feature utf-2000 "u00D80-Sinhala")
119         (when-feature utf-2000 "u00E00-Thai")
120         (when-feature utf-2000 "u00E80-Lao")
121         (when-feature utf-2000 "u00F00-Tibetan")
122         (when-feature utf-2000 "u01000-Myanmar")
123         (when-feature utf-2000 "u010A0-Georgian")
124         (when-feature utf-2000 "u01100-Hangul-Jamo")
125         (when-feature utf-2000 "u01200-Ethiopic")
126         (when-feature utf-2000 "u013A0-Cherokee")
127         (when-feature utf-2000 "u01400-Canadian")
128         (when-feature utf-2000 "u01680-Ogham")
129         (when-feature utf-2000 "u016A0-Runic")
130         (when-feature utf-2000 "u01780-Khmer")
131         (when-feature utf-2000 "u01800-Mongolian")
132         (when-feature utf-2000 "u01E00-Latin-Extended-Additional")
133         (when-feature utf-2000 "u01F00-Greek-Extended")
134         (when-feature utf-2000 "u02000-General-Punctuation")
135         (when-feature utf-2000 "u02070-Superscripts")
136         (when-feature utf-2000 "u02080-Subscripts")
137         (when-feature utf-2000 "u020A0-Currency-Symbols")
138         (when-feature utf-2000
139                       "u020D0-Combining-Diacritical-Marks-for-Symbols")
140         (when-feature utf-2000 "u02100-Letterlike-Symbols")
141         (when-feature utf-2000 "u02150-Number-Forms")
142         (when-feature utf-2000 "u02190-Arrows")
143         (when-feature utf-2000 "u02200-Mathematical-Operators")
144         (when-feature utf-2000 "u02300-Miscellaneous-Technical")
145         (when-feature utf-2000 "u02400-Control-Pictures")
146         (when-feature utf-2000 "u02440-OCR")
147         (when-feature utf-2000 "u02460-Enclosed-Alphanumerics")
148         (when-feature utf-2000 "u02500-Box-Drawing")
149         (when-feature utf-2000 "u02580-Block-Elements")
150         (when-feature utf-2000 "u025A0-Geometric-Shapes")
151         (when-feature utf-2000 "u02600-Miscellaneous-Symbols")
152         (when-feature utf-2000 "u02700-Dingbats")
153         (when-feature utf-2000 "u02800-Braille-Patterns")
154         (when-feature utf-2000 "u02E00-CJK-Radical-Supplement")
155         (when-feature utf-2000 "u02F00-Kangxi-Radicals")
156         (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters")
157         (when-feature utf-2000 "u03000-CJK-Symbols-and-Punctuation")
158         (when-feature utf-2000 "u03040-Hiragana")
159         (when-feature utf-2000 "u030A0-Katakana")
160         (when-feature utf-2000 "u03100-Bopomofo")
161         (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo")
162         (when-feature utf-2000 "u03190-Kanbun")
163         (when-feature utf-2000 "u031A0-Extended-Bopomofo")
164         (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months")
165         (when-feature utf-2000 "u03300-CJK-Compatibility")
166         (when-feature utf-2000 "Ideograph-R001-One")
167         (when-feature utf-2000 "Ideograph-R002-Line")
168         (when-feature utf-2000 "Ideograph-R003-Dot")
169         (when-feature utf-2000 "Ideograph-R004-Slash")
170         (when-feature utf-2000 "Ideograph-R005-Second")
171         (when-feature utf-2000 "Ideograph-R006-Hook")
172         (when-feature utf-2000 "Ideograph-R007-Two")
173         (when-feature utf-2000 "Ideograph-R008-Lid")
174         (when-feature utf-2000 "Ideograph-R009-Man")
175         (when-feature utf-2000 "Ideograph-R010-Legs")
176         (when-feature utf-2000 "Ideograph-R011-Enter")
177         (when-feature utf-2000 "Ideograph-R012-Eight")
178         (when-feature utf-2000 "Ideograph-R013-Down-Box")
179         (when-feature utf-2000 "Ideograph-R014-Cover")
180         (when-feature utf-2000 "Ideograph-R015-Ice")
181         (when-feature utf-2000 "Ideograph-R016-Table")
182         (when-feature utf-2000 "Ideograph-R017-Open-Box")
183         (when-feature utf-2000 "Ideograph-R018-Knife")
184         (when-feature utf-2000 "Ideograph-R019-Power")
185         (when-feature utf-2000 "Ideograph-R020-Wrap")
186         (when-feature utf-2000 "Ideograph-R021-Spoon")
187         (when-feature utf-2000 "Ideograph-R022-Right-Open-Box")
188         (when-feature utf-2000 "Ideograph-R023-Hiding-Enclosure")
189         (when-feature utf-2000 "Ideograph-R024-Ten")
190         (when-feature utf-2000 "Ideograph-R025-Divination")
191         (when-feature utf-2000 "Ideograph-R026-Seal")
192         (when-feature utf-2000 "Ideograph-R027-Cliff")
193         (when-feature utf-2000 "Ideograph-R028-Private")
194         (when-feature utf-2000 "Ideograph-R029-Again")
195         (when-feature utf-2000 "Ideograph-R030-Mouth")
196         (when-feature utf-2000 "Ideograph-R031-Enclosure")
197         (when-feature utf-2000 "Ideograph-R032-Earth")
198         (when-feature utf-2000 "Ideograph-R033-Scholar")
199         (when-feature utf-2000 "Ideograph-R034-Go")
200         (when-feature utf-2000 "Ideograph-R035-Go-Slowly")
201         (when-feature utf-2000 "Ideograph-R036-Evening")
202         (when-feature utf-2000 "Ideograph-R037-Big")
203         (when-feature utf-2000 "Ideograph-R038-Woman")
204         (when-feature utf-2000 "Ideograph-R039-Child")
205         (when-feature utf-2000 "Ideograph-R040-Roof")
206         (when-feature utf-2000 "Ideograph-R041-Inch")
207         (when-feature utf-2000 "Ideograph-R042-Small")
208         (when-feature utf-2000 "Ideograph-R043-Lame")
209         (when-feature utf-2000 "Ideograph-R044-Corpse")
210         (when-feature utf-2000 "Ideograph-R045-Sprout")
211         (when-feature utf-2000 "Ideograph-R046-Mountain")
212         (when-feature utf-2000 "Ideograph-R047-River")
213         (when-feature utf-2000 "Ideograph-R048-Work")
214         (when-feature utf-2000 "Ideograph-R049-Oneself")
215         (when-feature utf-2000 "Ideograph-R050-Turban")
216         (when-feature utf-2000 "Ideograph-R051-Dry")
217         (when-feature utf-2000 "Ideograph-R052-Short-Thread")
218         (when-feature utf-2000 "Ideograph-R053-Dotted-Cliff")
219         (when-feature utf-2000 "Ideograph-R054-Long-Stride")
220         (when-feature utf-2000 "Ideograph-R055-Two-Hands")
221         (when-feature utf-2000 "Ideograph-R056-Shoot")
222         (when-feature utf-2000 "Ideograph-R057-Bow")
223         (when-feature utf-2000 "Ideograph-R058-Snout")
224         (when-feature utf-2000 "Ideograph-R059-Bristle")
225         (when-feature utf-2000 "Ideograph-R060-Step")
226         (when-feature utf-2000 "Ideograph-R061-Heart")
227         (when-feature utf-2000 "Ideograph-R062-Halberd")
228         (when-feature utf-2000 "Ideograph-R063-Door")
229         (when-feature utf-2000 "Ideograph-R064-Hand")
230         (when-feature utf-2000 "Ideograph-R065-Branch")
231         (when-feature utf-2000 "Ideograph-R066-Rap")
232         (when-feature utf-2000 "Ideograph-R067-Script")
233         (when-feature utf-2000 "Ideograph-R068-Dipper")
234         (when-feature utf-2000 "Ideograph-R069-Axe")
235         (when-feature utf-2000 "Ideograph-R070-Square")
236         (when-feature utf-2000 "Ideograph-R071-Not")
237         (when-feature utf-2000 "Ideograph-R072-Sun")
238         (when-feature utf-2000 "Ideograph-R073-Say")
239         (when-feature utf-2000 "Ideograph-R074-Moon")
240         (when-feature utf-2000 "Ideograph-R075-Tree")
241         (when-feature utf-2000 "Ideograph-R076-Lack")
242         (when-feature utf-2000 "Ideograph-R077-Stop")
243         (when-feature utf-2000 "Ideograph-R078-Death")
244         (when-feature utf-2000 "Ideograph-R079-Weapon")
245         (when-feature utf-2000 "Ideograph-R080-Do-Not")
246         (when-feature utf-2000 "Ideograph-R081-Compare")
247         (when-feature utf-2000 "Ideograph-R082-Fur")
248         (when-feature utf-2000 "Ideograph-R083-Clan")
249         (when-feature utf-2000 "Ideograph-R084-Steam")
250         (when-feature utf-2000 "Ideograph-R085-Water")
251         (when-feature utf-2000 "Ideograph-R086-Fire")
252         (when-feature utf-2000 "Ideograph-R087-Claw")
253         (when-feature utf-2000 "Ideograph-R088-Father")
254         (when-feature utf-2000 "Ideograph-R089-Double-X")
255         (when-feature utf-2000 "Ideograph-R090-Half-Tree-Trunk")
256         (when-feature utf-2000 "Ideograph-R091-Slice")
257         (when-feature utf-2000 "Ideograph-R092-Fang")
258         (when-feature utf-2000 "Ideograph-R093-Cow")
259         (when-feature utf-2000 "Ideograph-R094-Dog")
260         (when-feature utf-2000 "Ideograph-R095-Profound")
261         (when-feature utf-2000 "Ideograph-R096-Jade")
262         (when-feature utf-2000 "Ideograph-R097-Melon")
263         (when-feature utf-2000 "Ideograph-R098-Tile")
264         (when-feature utf-2000 "Ideograph-R099-Sweet")
265         (when-feature utf-2000 "Ideograph-R100-Life")
266         (when-feature utf-2000 "Ideograph-R101-Use")
267         (when-feature utf-2000 "Ideograph-R102-Field")
268         (when-feature utf-2000 "Ideograph-R103-Bolt-Of-Cloth")
269         (when-feature utf-2000 "Ideograph-R104-Sickness")
270         (when-feature utf-2000 "Ideograph-R105-Dotted-Tent")
271         (when-feature utf-2000 "Ideograph-R106-White")
272         (when-feature utf-2000 "Ideograph-R107-Skin")
273         (when-feature utf-2000 "Ideograph-R108-Dish")
274         (when-feature utf-2000 "Ideograph-R109-Eye")
275         (when-feature utf-2000 "Ideograph-R110-Spear")
276         (when-feature utf-2000 "Ideograph-R111-Arrow")
277         (when-feature utf-2000 "Ideograph-R112-Stone")
278         (when-feature utf-2000 "Ideograph-R113-Spirit")
279         (when-feature utf-2000 "Ideograph-R114-Track")
280         (when-feature utf-2000 "Ideograph-R115-Grain")
281         (when-feature utf-2000 "Ideograph-R116-Cave")
282         (when-feature utf-2000 "Ideograph-R117-Stand")
283         (when-feature utf-2000 "Ideograph-R118-Bamboo")
284         (when-feature utf-2000 "Ideograph-R119-Rice")
285         (when-feature utf-2000 "Ideograph-R120-Silk")
286         (when-feature utf-2000 "Ideograph-R121-Jar")
287         (when-feature utf-2000 "Ideograph-R122-Net")
288         (when-feature utf-2000 "Ideograph-R123-Sheep")
289         (when-feature utf-2000 "Ideograph-R124-Feather")
290         (when-feature utf-2000 "Ideograph-R125-Old")
291         (when-feature utf-2000 "Ideograph-R126-And")
292         (when-feature utf-2000 "Ideograph-R127-Plow")
293         (when-feature utf-2000 "Ideograph-R128-Ear")
294         (when-feature utf-2000 "Ideograph-R129-Brush")
295         (when-feature utf-2000 "Ideograph-R130-Meat")
296         (when-feature utf-2000 "Ideograph-R131-Minister")
297         (when-feature utf-2000 "Ideograph-R132-Self")
298         (when-feature utf-2000 "Ideograph-R133-Arrive")
299         (when-feature utf-2000 "Ideograph-R134-Mortar")
300         (when-feature utf-2000 "Ideograph-R135-Tongue")
301         (when-feature utf-2000 "Ideograph-R136-Oppose")
302         (when-feature utf-2000 "Ideograph-R137-Boat")
303         (when-feature utf-2000 "Ideograph-R138-Stopping")
304         (when-feature utf-2000 "Ideograph-R139-Color")
305         (when-feature utf-2000 "Ideograph-R140-Grass")
306         (when-feature utf-2000 "Ideograph-R141-Tiger")
307         (when-feature utf-2000 "Ideograph-R142-Insect")
308         (when-feature utf-2000 "Ideograph-R143-Blood")
309         (when-feature utf-2000 "Ideograph-R144-Walk-Enclosure")
310         (when-feature utf-2000 "Ideograph-R145-Clothes")
311         (when-feature utf-2000 "Ideograph-R146-West")
312         (when-feature utf-2000 "Ideograph-R147-See")
313         (when-feature utf-2000 "Ideograph-R148-Horn")
314         (when-feature utf-2000 "Ideograph-R149-Speech")
315         (when-feature utf-2000 "Ideograph-R150-Valley")
316         (when-feature utf-2000 "Ideograph-R151-Bean")
317         (when-feature utf-2000 "Ideograph-R152-Pig")
318         (when-feature utf-2000 "Ideograph-R153-Badger")
319         (when-feature utf-2000 "Ideograph-R154-Shell")
320         (when-feature utf-2000 "Ideograph-R155-Red")
321         (when-feature utf-2000 "Ideograph-R156-Run")
322         (when-feature utf-2000 "Ideograph-R157-Foot")
323         (when-feature utf-2000 "Ideograph-R158-Body")
324         (when-feature utf-2000 "Ideograph-R159-Cart")
325         (when-feature utf-2000 "Ideograph-R160-Bitter")
326         (when-feature utf-2000 "Ideograph-R161-Morning")
327         (when-feature utf-2000 "Ideograph-R162-Walk")
328         (when-feature utf-2000 "Ideograph-R163-City")
329         (when-feature utf-2000 "Ideograph-R164-Wine")
330         (when-feature utf-2000 "Ideograph-R165-Distinguish")
331         (when-feature utf-2000 "Ideograph-R166-Village")
332         (when-feature utf-2000 "Ideograph-R167-Gold")
333         (when-feature utf-2000 "Ideograph-R168-Long")
334         (when-feature utf-2000 "Ideograph-R169-Gate")
335         (when-feature utf-2000 "Ideograph-R170-Mound")
336         (when-feature utf-2000 "Ideograph-R171-Slave")
337         (when-feature utf-2000 "Ideograph-R172-Short-Tailed-Bird")
338         (when-feature utf-2000 "Ideograph-R173-Rain")
339         (when-feature utf-2000 "Ideograph-R174-Blue")
340         (when-feature utf-2000 "Ideograph-R175-Wrong")
341         (when-feature utf-2000 "Ideograph-R176-Face")
342         (when-feature utf-2000 "Ideograph-R177-Leather")
343         (when-feature utf-2000 "Ideograph-R178-Tanned-Leather")
344         (when-feature utf-2000 "Ideograph-R179-Leek")
345         (when-feature utf-2000 "Ideograph-R180-Sound")
346         (when-feature utf-2000 "Ideograph-R181-Leaf")
347         (when-feature utf-2000 "Ideograph-R182-Wind")
348         (when-feature utf-2000 "Ideograph-R183-Fly")
349         (when-feature utf-2000 "Ideograph-R184-Eat")
350         (when-feature utf-2000 "Ideograph-R185-Head")
351         (when-feature utf-2000 "Ideograph-R186-Fragrant")
352         (when-feature utf-2000 "Ideograph-R187-Horse")
353         (when-feature utf-2000 "Ideograph-R188-Bone")
354         (when-feature utf-2000 "Ideograph-R189-Tall")
355         (when-feature utf-2000 "Ideograph-R190-Hair")
356         (when-feature utf-2000 "Ideograph-R191-Fight")
357         (when-feature utf-2000 "Ideograph-R192-Sacrificial-Wine")
358         (when-feature utf-2000 "Ideograph-R193-Cauldron")
359         (when-feature utf-2000 "Ideograph-R194-Ghost")
360         (when-feature utf-2000 "Ideograph-R195-Fish")
361         (when-feature utf-2000 "Ideograph-R196-Bird")
362         (when-feature utf-2000 "Ideograph-R197-Salt")
363         (when-feature utf-2000 "Ideograph-R198-Deer")
364         (when-feature utf-2000 "Ideograph-R199-Wheat")
365         (when-feature utf-2000 "Ideograph-R200-Hemp")
366         (when-feature utf-2000 "Ideograph-R201-Yellow")
367         (when-feature utf-2000 "Ideograph-R202-Millet")
368         (when-feature utf-2000 "Ideograph-R203-Black")
369         (when-feature utf-2000 "Ideograph-R204-Embroidery")
370         (when-feature utf-2000 "Ideograph-R205-Frog")
371         (when-feature utf-2000 "Ideograph-R206-Tripod")
372         (when-feature utf-2000 "Ideograph-R207-Drum")
373         (when-feature utf-2000 "Ideograph-R208-Rat")
374         (when-feature utf-2000 "Ideograph-R209-Nose")
375         (when-feature utf-2000 "Ideograph-R210-Even")
376         (when-feature utf-2000 "Ideograph-R211-Tooth")
377         (when-feature utf-2000 "Ideograph-R212-Dragon")
378         (when-feature utf-2000 "Ideograph-R213-Turtle")
379         (when-feature utf-2000 "Ideograph-R214-Flute")
380         (when-feature utf-2000 "u0A000-Yi-Syllables")
381         (when-feature utf-2000 "u0AC00-Hangul-Syllables")
382         (when-feature utf-2000 "u0FB00-Alphabetic-Presentation-Forms")
383         (when-feature utf-2000 "u0FB50-Arabic-Presentation-Forms-A")
384         (when-feature utf-2000 "u0FE20-Combining-Half-Marks")
385         (when-feature utf-2000 "u0FE30-CJK-Compatibility-Forms")
386         (when-feature utf-2000 "u0FE50-Small-Form-Variants")
387         (when-feature utf-2000 "u0FE70-Arabic-Presentation-Forms-B")
388         (when-feature utf-2000 "u0FF00-Halfwidth-and-Fullwidth-Forms")
389         (when-feature utf-2000 "u0FFF0-Specials")
390
391         (when-feature mule "mule-charset")
392         (when-feature file-coding "coding")
393         (when-feature mule "mule-coding")
394 ;; Handle I/O of files with extended characters.
395         (when-feature file-coding "code-files")
396 ;; Handle process with encoding/decoding non-ascii coding-system.
397         (when-feature file-coding "code-process")
398         (when-feature mule "mule-help")
399 ;; Load the remaining basic files.
400         (when-feature mule "mule-category")
401         (when-feature mule "mule-ccl")
402         (when-feature mule "mule-misc")
403         (when-feature mule "kinsoku")
404         (when-feature (and mule x) "mule-x-init")
405         (when-feature (and mule tty) "mule-tty-init")
406         (when-feature mule "mule-cmds") ; to sync with Emacs 20.1
407
408 ;; after this goes the specific lisp routines for a particular input system
409 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site
410 ;; or user switching of input systems???
411 ;(if (featurep 'wnn)
412 ;    (progn
413 ;      (pureload "egg")
414 ;      (pureload "egg-wnn")
415 ;      (setq egg-default-startup-file "eggrc-wnn")))
416
417 ;; (if (and (boundp 'CANNA) CANNA)
418 ;;     (pureload "canna")
419 ;;   )
420
421 ;; Now load files to set up all the different languages/environments
422 ;; that Mule knows about.
423
424         (when-feature mule "arabic")
425         (when-feature mule "chinese")
426         (when-feature mule "mule/cyrillic") ; overloaded in leim/quail
427         (when-feature mule "english")
428         (when-feature mule "ethiopic")
429         (when-feature mule "european")
430         (when-feature mule "mule/greek") ; overloaded in leim/quail
431         (when-feature mule "hebrew")
432         (when-feature mule "japanese")
433         (when-feature mule "korean")
434         (when-feature mule "misc-lang")
435         (when-feature mule "thai-xtis-chars")
436         (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail
437         (when-feature mule "viet-chars")
438         (when-feature (and mule (not utf-2000)) "vietnamese")
439
440         ;; Specialized language support
441         (when-feature (and mule CANNA) "canna-leim")
442 ;; Egg/Its is now a package
443 ;       (when-feature (and mule wnn) "egg-leim")
444 ;       (when-feature (and mule wnn) "egg-kwnn-leim")
445 ;       (when-feature (and mule wnn) "egg-cwnn-leim")
446 ;       (when-feature mule "egg-sj3-leim")
447 ;; SKK is now a package
448 ;       (when-feature mule "skk-leim")
449
450 ;; Set up the XEmacs environment for Mule.
451 ;; Assumes the existence of various stuff above.
452         (when-feature mule "mule-init")
453
454 ;; Enable Mule capability for Gnus, mail, etc...
455 ;; Moved to sunpro-load.el - the default only for Sun.
456 ;;(pureload "mime-setup")
457 ;;; mule-load.el ends here
458         (when-feature window-system "gui")
459         (when-feature window-system "mode-motion")
460         (when-feature window-system "mouse")
461         (when-feature window-system "select")
462         (when-feature dragdrop-api "dragdrop")
463 ;; preload the X code, for faster startup.
464         (when-feature (and (not infodock)
465                            (or x mswindows) menubar) "menubar-items")
466         (when-feature (and infodock (or x mswindows) menubar) "id-menus")
467         (when-feature (and gutter menubar window-system) "gutter-items")
468         (when-feature x "x-faces")
469         (when-feature x "x-iso8859-1")
470         (when-feature x "x-mouse")
471         (when-feature x "x-select")
472         (when-feature (and x scrollbar) "x-scrollbar")
473         (when-feature x "x-misc")
474         (when-feature x "x-init")
475         (when-feature (and (not infodock)
476                            window-system toolbar) "toolbar-items")
477         (when-feature x "x-win-xfree86")
478         (when-feature x "x-win-sun")
479 ;; preload the mswindows code.
480         (when-feature mswindows "msw-glyphs")
481         (when-feature mswindows "msw-faces")
482         (when-feature mswindows "msw-mouse")
483         (when-feature mswindows "msw-init")
484         (when-feature mswindows "msw-select")
485 ;; preload the TTY init code.
486         (when-feature tty "tty-init")
487 ;;; Formerly in tooltalk/tooltalk-load.el
488         ;; Moved to tooltalk package
489         ;; (when-feature tooltalk "tooltalk-macros")
490         ;; (when-feature tooltalk "tooltalk-util")
491         ;; (when-feature tooltalk "tooltalk-init")
492         ;; "vc-hooks"           ; Packaged.  Available in two versions.
493         ;; "ediff-hook"         ; Packaged.
494         "fontl-hooks"
495         "auto-show"
496         (when-feature ldap "ldap")
497
498 ;; (when-feature energize "energize/energize-load.el")
499 ;;; formerly in sunpro/sunpro-load.el
500 ;;      (when-feature (and mule sparcworks) "mime-setup")
501
502         ;; Moved to Sun package
503         ;; (when-feature sparcworks "cc-mode") ; Requires cc-mode package
504         ;; (when-feature sparcworks "sunpro-init")
505         ;; (when-feature sparcworks "ring")
506         ;; (when-feature sparcworks "comint") ; Requires comint package
507         ;; (when-feature sparcworks "annotations")
508
509 ;;; formerly in eos/sun-eos-load.el
510 ;;      (when-feature sparcworks "sun-eos-init")
511 ;;      (when-feature sparcworks "sun-eos-common")
512 ;;      (when-feature sparcworks "sun-eos-editor")
513 ;;      (when-feature sparcworks "sun-eos-browser")
514 ;;      (when-feature sparcworks "sun-eos-debugger")
515 ;;      (when-feature sparcworks "sun-eos-debugger-extra")
516 ;;      (when-feature sparcworks "sun-eos-menubar")
517         "loadhist"              ; Must be dumped before loaddefs is loaded
518         "loaddefs"              ; <=== autoloads get loaded here
519 ))