Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 4072:aa28d959af41
[xemacs-hg @ 2007-07-22 22:03:29 by aidan]
Add support for non-ISO2022 8 bit fixed-width coding-systems
author | aidan |
---|---|
date | Sun, 22 Jul 2007 22:04:14 +0000 |
parents | c585f0c06591 |
children | 9fec7fedbf1b |
comparison
equal
deleted
inserted
replaced
4071:d607d13fca67 | 4072:aa28d959af41 |
---|---|
176 "mule/mule-win32-init") | 176 "mule/mule-win32-init") |
177 "code-init" ; set up defaults | 177 "code-init" ; set up defaults |
178 ;; All files after this can have extended characters in them. | 178 ;; All files after this can have extended characters in them. |
179 (when (featurep 'mule) | 179 (when (featurep 'mule) |
180 '("mule/mule-category" | 180 '("mule/mule-category" |
181 "mule/mule-ccl" | |
182 "mule/kinsoku" | 181 "mule/kinsoku" |
183 )) | 182 )) |
184 | 183 |
185 ;; after this goes the specific lisp routines for a particular input system | 184 ;; 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 | 185 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site |
210 "mule/hebrew" | 209 "mule/hebrew" |
211 "mule/indian" | 210 "mule/indian" |
212 "mule/devanagari" ; must be loaded after indian.el | 211 "mule/devanagari" ; must be loaded after indian.el |
213 "mule/japanese" | 212 "mule/japanese" |
214 "mule/korean" | 213 "mule/korean" |
215 "mule/lao" | 214 "mule/lao" ; sucks. |
216 "mule/latin" | 215 "mule/latin" |
217 "mule/misc-lang" | 216 "mule/misc-lang" |
218 ;; "thai" #### merge thai and thai-xtis!!! | 217 ;; "thai" #### merge thai and thai-xtis!!! |
218 ;; #### Even better; take out thai-xtis! It's not even a | |
219 ;; standard, and no-one uses it. | |
219 "mule/thai-xtis" | 220 "mule/thai-xtis" |
220 "mule/tibetan" | 221 "mule/tibetan" |
221 "mule/vietnamese" | 222 "mule/vietnamese" |
222 )) | 223 )) |
223 | 224 |
224 ;; Specialized language support | 225 ;; Specialized language support |
225 (when (featurep 'mule) "mule/canna-leim") | 226 (when (featurep 'mule) "mule/canna-leim") |
226 ;; Egg/Its is now a package | |
227 ; (when (featurep '(and mule wnn)) | |
228 ; '("egg-leim" "egg-kwnn-leim" "egg-cwnn-leim")) | |
229 ; (when (featurep 'mule) "mule/egg-sj3-leim") | |
230 ;; SKK is now a package | |
231 ; (when (featurep 'mule) "mule/skk-leim") | |
232 | |
233 ;; Enable Mule capability for Gnus, mail, etc... | |
234 ;; Moved to sunpro-load.el - the default only for Sun. | |
235 ;;(pureload "mime-setup") | |
236 | |
237 ;; needs access to the charsets created by the above | 227 ;; needs access to the charsets created by the above |
238 ;; language-specific files. | 228 ;; language-specific files. |
239 (when (and (featurep 'mule) (valid-console-type-p 'mswindows)) | 229 (when (and (featurep 'mule) (valid-console-type-p 'mswindows)) |
240 "mule/mule-msw-init-late") | 230 "mule/mule-msw-init-late") |
241 | 231 |