X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fdumped-lisp.el;h=73dea3642f7d30ba42b2836575218caf5bb850d5;hb=8b6a943578dd26817b7514ccb0c19119c314ec60;hp=42b0d0bf5dd6b4438a13db7e9d9ea7564846c5a9;hpb=400e00d15724974abcedd3f991b692e9553b7b85;p=chise%2Fxemacs-chise.git- diff --git a/lisp/dumped-lisp.el b/lisp/dumped-lisp.el index 42b0d0b..73dea36 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,12 +81,13 @@ "text-mode" "fill" "auto-save" ; Added for 20.4 - + "movemail" ; Added for 21.2 (when-feature windows-nt "winnt") (when-feature lisp-float-type "float-sup") "itimer" ; for vars auto-save-timeout and ; auto-gc-threshold "itimer-autosave" + "printer" (when-feature toolbar "toolbar") (when-feature scrollbar "scrollbar") (when-feature menubar "menubar") @@ -377,7 +380,18 @@ (when-feature utf-2000 "Ideograph-R212-Dragon") (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 "u0AC00-Hangul-Syllables") + (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") + (when-feature utf-2000 "u0FE30-CJK-Compatibility-Forms") + (when-feature utf-2000 "u0FE50-Small-Form-Variants") + (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 "ccs-tcvn5712.el") (when-feature mule "mule-charset") (when-feature file-coding "coding") (when-feature mule "mule-coding") @@ -425,7 +439,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") @@ -445,16 +460,17 @@ ;; Moved to sunpro-load.el - the default only for Sun. ;;(pureload "mime-setup") ;;; mule-load.el ends here + (when-feature (and gutter window-system) "gutter") (when-feature window-system "gui") (when-feature window-system "mode-motion") (when-feature window-system "mouse") - (when-feature window-system "select") + "select" (when-feature dragdrop-api "dragdrop") ;; preload the X code, for faster startup. (when-feature (and (not infodock) (or x mswindows) menubar) "menubar-items") (when-feature (and infodock (or x mswindows) menubar) "id-menus") - (when-feature (and gutter menubar window-system) "gutter-items") + (when-feature (and gutter window-system) "gutter-items") (when-feature x "x-faces") (when-feature x "x-iso8859-1") (when-feature x "x-mouse")