Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | 7039e6323819 |
children | 2923009caf47 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
53 "cus-file" | 53 "cus-file" |
54 "startup" ; For initialization of | 54 "startup" ; For initialization of |
55 ; `emacs-user-extension-dir' | 55 ; `emacs-user-extension-dir' |
56 "misc" | 56 "misc" |
57 ;; (pureload "profile") | 57 ;; (pureload "profile") |
58 (unless-feature mule "help-nomule") | |
59 "help" | 58 "help" |
60 ;; (pureload "hyper-apropos") Soon... | 59 ;; (pureload "hyper-apropos") Soon... |
61 (unless-feature file-coding "files-nomule") | |
62 "files" | 60 "files" |
63 "lib-complete" | 61 "lib-complete" |
64 "format" | 62 "format" |
65 "indent" | 63 "indent" |
66 "isearch-mode" | 64 "isearch-mode" |
112 (when-feature (and gutter) "gutter-items") | 110 (when-feature (and gutter) "gutter-items") |
113 (when-feature (and (not infodock) toolbar) "toolbar-items") | 111 (when-feature (and (not infodock) toolbar) "toolbar-items") |
114 (when-feature (and (not infodock) dialog) "dialog-items") | 112 (when-feature (and (not infodock) dialog) "dialog-items") |
115 | 113 |
116 ;;;;;;;;;;;;;;;;;; Coding-system support | 114 ;;;;;;;;;;;;;;;;;; Coding-system support |
117 (when-feature file-coding "coding") | 115 "coding" |
118 (when-feature file-coding "code-files") | 116 "code-files" |
119 ;; Handle process with encoding/decoding coding-system. | 117 ;; Handle process with encoding/decoding coding-system. |
120 (when-feature file-coding "code-process") | 118 "code-process" |
121 ;; Provide basic commands to set coding systems to user | 119 ;; Provide basic commands to set coding systems to user |
122 (when-feature file-coding "code-cmds") | 120 "code-cmds" |
121 "unicode" | |
123 ;;;;;;;;;;;;;;;;;; MULE support | 122 ;;;;;;;;;;;;;;;;;; MULE support |
124 (when-feature mule "mule-charset") | 123 (when-feature mule "mule-charset") |
124 (when-feature mule "mule-cmds") ; to sync with Emacs 20.1 | |
125 (when-feature mule "mule-coding") | 125 (when-feature mule "mule-coding") |
126 ;; may initialize coding systems | |
127 (when-feature (and mule x) "mule-x-init") | |
128 (when-feature (and mule tty) "mule-tty-init") | |
129 (when-feature (and mule mswindows) "mule-msw-init") | |
130 "code-init" ; set up defaults | |
126 ;; All files after this can have extended characters in them. | 131 ;; All files after this can have extended characters in them. |
127 (when-feature mule "mule-help") | |
128 (when-feature mule "mule-category") | 132 (when-feature mule "mule-category") |
129 (when-feature mule "mule-ccl") | 133 (when-feature mule "mule-ccl") |
130 (when-feature mule "mule-misc") | |
131 (when-feature mule "kinsoku") | 134 (when-feature mule "kinsoku") |
132 (when-feature (and mule x) "mule-x-init") | |
133 (when-feature (and mule tty) "mule-tty-init") | |
134 (when-feature mule "mule-cmds") ; to sync with Emacs 20.1 | |
135 | 135 |
136 ;; after this goes the specific lisp routines for a particular input system | 136 ;; after this goes the specific lisp routines for a particular input system |
137 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site | 137 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site |
138 ;; or user switching of input systems??? | 138 ;; or user switching of input systems??? |
139 ;(if (featurep 'wnn) | 139 ;(if (featurep 'wnn) |
174 ; (when-feature (and mule wnn) "egg-cwnn-leim") | 174 ; (when-feature (and mule wnn) "egg-cwnn-leim") |
175 ; (when-feature mule "egg-sj3-leim") | 175 ; (when-feature mule "egg-sj3-leim") |
176 ;; SKK is now a package | 176 ;; SKK is now a package |
177 ; (when-feature mule "skk-leim") | 177 ; (when-feature mule "skk-leim") |
178 | 178 |
179 ;; Set up the XEmacs environment for Mule. | |
180 ;; Assumes the existence of various stuff above. | |
181 (when-feature mule "mule-init") | |
182 | 179 |
183 ;; Enable Mule capability for Gnus, mail, etc... | 180 ;; Enable Mule capability for Gnus, mail, etc... |
184 ;; Moved to sunpro-load.el - the default only for Sun. | 181 ;; Moved to sunpro-load.el - the default only for Sun. |
185 ;;(pureload "mime-setup") | 182 ;;(pureload "mime-setup") |
186 ;;; mule-load.el ends here | 183 ;;; mule-load.el ends here |
229 ;; (when-feature tooltalk "tooltalk-init") | 226 ;; (when-feature tooltalk "tooltalk-init") |
230 ;; "vc-hooks" ; Packaged. Available in two versions. | 227 ;; "vc-hooks" ; Packaged. Available in two versions. |
231 ;; "ediff-hook" ; Packaged. | 228 ;; "ediff-hook" ; Packaged. |
232 "fontl-hooks" | 229 "fontl-hooks" |
233 "auto-show" | 230 "auto-show" |
231 "resize-minibuffer" | |
234 (when-feature ldap "ldap") | 232 (when-feature ldap "ldap") |
235 | 233 |
236 ;; (when-feature energize "energize/energize-load.el") | 234 ;; (when-feature energize "energize/energize-load.el") |
237 ;;; formerly in sunpro/sunpro-load.el | 235 ;;; formerly in sunpro/sunpro-load.el |
238 ;; (when-feature (and mule sparcworks) "mime-setup") | 236 ;; (when-feature (and mule sparcworks) "mime-setup") |