X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=61aac8041773596895f2f42259243d50117b20a3;hb=f1e18ede53975db3370f9ee659c0728e9f902686;hp=9c4a59a22f3be20ce4ad3008a0ca72617ed1a3e3;hpb=ec0450e9c2cd531eff686e3f6c5020b9fda32d28;p=chise%2Fxemacs-chise.git diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 9c4a59a..61aac80 100644 --- a/lisp/dumped-lisp.el +++ b/lisp/dumped-lisp.el @@ -1,3 +1,4 @@ + (setq preloaded-file-list (assemble-list "backquote" ; needed for defsubst etc. @@ -32,7 +33,7 @@ "events" "text-props" "process" ;; This is bad. network-streams may not be defined. - (when-feature multicast "multicast") ; #+network-streams implicitely true + (when-feature multicast "multicast") ; #+network-streams implicitly true "frame" ; move up here cause some stuff needs it here "map-ynp" "simple" @@ -49,6 +50,7 @@ ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! ;; So just make loaddefs-eos go away... ;;(pureload (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) + "cus-file" "startup" ; For initialization of ; `emacs-user-extension-dir' "misc" @@ -79,17 +81,50 @@ "text-mode" "fill" "auto-save" ; Added for 20.4 - - (when-feature windows-nt "winnt") + "movemail" ; Added for 21.2 + (when-feature windows-nt "win32-native") (when-feature lisp-float-type "float-sup") "itimer" ; for vars auto-save-timeout and ; auto-gc-threshold "itimer-autosave" + "printer" + + ;;;;;;;;;;;;;;;;;; GUI support + (when-feature window-system "gui") + (when-feature window-system "mouse") + (when-feature window-system "mode-motion") (when-feature toolbar "toolbar") (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") (when-feature dialog "dialog") + (when-feature gutter "gutter") + (when-feature dragdrop-api "dragdrop") + "select" + + ;;;;;;;;;;;;;;;;;; Content for GUI's + ;; There used to be window-system inserted in the when-feature, + ;; but IMHO your configure script should turn off the menubar, + ;; toolbar, etc. features when there is no window system. We + ;; should just be able to assume that, if (featurep 'menubar), + ;; the menubar should work and if items are added, they can be + ;; seen clearly and usefully. + (when-feature (and (not infodock) menubar) "menubar-items") + (when-feature (and gutter) "gutter-items") + (when-feature (and (not infodock) toolbar) "toolbar-items") + (when-feature (and (not infodock) dialog) "dialog-items") + + ;;;;;;;;;;;;;;;;;; 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") @@ -151,6 +186,8 @@ (when-feature utf-2000 "u02600-Miscellaneous-Symbols") (when-feature utf-2000 "u02700-Dingbats") (when-feature utf-2000 "u02800-Braille-Patterns") + (when-feature utf-2000 "u02980-Miscellaneous-Mathematical-Symbols-B") + (when-feature utf-2000 "u02900-Supplemental-Arrows-B") (when-feature utf-2000 "u02E00-CJK-Radical-Supplement") (when-feature utf-2000 "u02F00-Kangxi-Radicals") (when-feature utf-2000 "u02FF0-Ideographic-Description-Characters") @@ -160,7 +197,8 @@ (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 "u031F0-Katakana-Phonetic-Extensions") (when-feature utf-2000 "u03200-Enclosed-CJK-Letters-and-Months") (when-feature utf-2000 "u03300-CJK-Compatibility") (when-feature utf-2000 "Ideograph-R001-One") @@ -378,7 +416,9 @@ (when-feature utf-2000 "Ideograph-R213-Turtle") (when-feature utf-2000 "Ideograph-R214-Flute") (when-feature utf-2000 "u0A000-Yi-Syllables") + (when-feature utf-2000 "u0A490-Yi-Radicals") (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") @@ -387,16 +427,13 @@ (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 "ad-hoc-cdp") + (when-feature utf-2000 "ccs-tcvn5712.el") (when-feature mule "mule-charset") - (when-feature file-coding "coding") + (when-feature utf-2000 "mojikyo-conf") (when-feature mule "mule-coding") -;; Handle I/O of files with extended characters. - (when-feature file-coding "code-files") -;; Handle process with encoding/decoding non-ascii coding-system. - (when-feature file-coding "code-process") + ;; All files after this can have extended characters in them. (when-feature mule "mule-help") -;; Load the remaining basic files. (when-feature mule "mule-category") (when-feature mule "mule-ccl") (when-feature mule "mule-misc") @@ -421,7 +458,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") @@ -435,7 +471,8 @@ (when-feature mule "thai-xtis-chars") (when-feature mule "mule/thai-xtis") ; overloaded in leim/quail (when-feature mule "viet-chars") - (when-feature (and mule (not utf-2000)) "vietnamese") + (when-feature (and mule (not utf-2000)) "viet-ccl") + (when-feature mule "vietnamese") ;; Specialized language support (when-feature (and mule CANNA) "canna-leim") @@ -455,16 +492,13 @@ ;; Moved to sunpro-load.el - the default only for Sun. ;;(pureload "mime-setup") ;;; mule-load.el ends here - (when-feature window-system "gui") - (when-feature window-system "mode-motion") - (when-feature window-system "mouse") - (when-feature window-system "select") - (when-feature dragdrop-api "dragdrop") -;; preload the X code, for faster startup. - (when-feature (and (not infodock) - (or x mswindows) menubar) "menubar-items") + +;; preload InfoDock stuff. should almost certainly not be here if +;; id-menus is not here. infodock needs to figure out a clever way to +;; advise this stuff or we need to export a clean way for infodock or +;; others to control this programmatically. (when-feature (and infodock (or x mswindows) menubar) "id-menus") - (when-feature (and gutter menubar window-system) "gutter-items") +;; preload the X code. (when-feature x "x-faces") (when-feature x "x-iso8859-1") (when-feature x "x-mouse") @@ -472,8 +506,6 @@ (when-feature (and x scrollbar) "x-scrollbar") (when-feature x "x-misc") (when-feature x "x-init") - (when-feature (and (not infodock) - window-system toolbar) "toolbar-items") (when-feature x "x-win-xfree86") (when-feature x "x-win-sun") ;; preload the mswindows code.