X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=8b3a8b68940c9730e0c6354b64de1b50d3a0298b;hb=e8ee37c6a90f22d3d54833d7f6e89434e8094286;hp=b7568b85080f10473461b800304e8a86612fd83c;hpb=d8bd7eee3147c839d3c74d1823c139cd54867a75;p=chise%2Fxemacs-chise.git- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index b7568b8..8b3a8b6 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -116,10 +116,15 @@ ;;;;;;;;;;;;;;;;;; Coding-system support (when-feature file-coding "coding") (when-feature file-coding "code-files") + ;; Handle process with encoding/decoding coding-system. (when-feature file-coding "code-process") - + ;; Provide basic commands to set coding systems to user + (when-feature file-coding "code-cmds") ;;;;;;;;;;;;;;;;;; MULE support (when-feature mule "mule-conf") + (when-feature mule "arabic") + (when-feature utf-2000 "mojikyo-ccs") + (when-feature utf-2000 "isolated-char") (when-feature utf-2000 "u00000-C0") (when-feature utf-2000 "u00020-Basic-Latin") (when-feature utf-2000 "u00080-C1") @@ -190,7 +195,7 @@ (when-feature utf-2000 "u03100-Bopomofo") (when-feature utf-2000 "u03130-Hangul-Compatibility-Jamo") (when-feature utf-2000 "u03190-Kanbun") - (when-feature utf-2000 "u031A0-Extended-Bopomofo") + (when-feature utf-2000 "u031A0-Bopomofo-Extended") (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature utf-2000 "Ideograph-R001-One") @@ -409,6 +414,7 @@ (when-feature utf-2000 "Ideograph-R214-Flute") (when-feature utf-2000 "u0A000-Yi-Syllables") (when-feature utf-2000 "u0AC00-Hangul-Syllables") + (when-feature utf-2000 "u0E000-Private-Use") (when-feature utf-2000 "u0FB00-Alphabetic-Presentation-Forms") (when-feature utf-2000 "u0FB50-Arabic-Presentation-Forms-A") (when-feature utf-2000 "u0FE20-Combining-Half-Marks") @@ -417,9 +423,10 @@ (when-feature utf-2000 "u0FE70-Arabic-Presentation-Forms-B") (when-feature utf-2000 "u0FF00-Halfwidth-and-Fullwidth-Forms") (when-feature utf-2000 "u0FFF0-Specials") - ;; (when-feature utf-2000 "mojikyo") + (when-feature utf-2000 "ad-hoc-cdp") (when-feature utf-2000 "ccs-tcvn5712.el") (when-feature mule "mule-charset") + (when-feature utf-2000 "mojikyo-conf") (when-feature mule "mule-coding") ;; All files after this can have extended characters in them. (when-feature mule "mule-help") @@ -447,7 +454,6 @@ ;; Now load files to set up all the different languages/environments ;; that Mule knows about. - (when-feature mule "arabic") (when-feature mule "chinese") (when-feature mule "mule/cyrillic") ; overloaded in leim/quail (when-feature mule "english")