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