Mercurial > hg > xemacs-beta
annotate lisp/dumped-lisp.el @ 4953:304aebb79cd3
function renamings to track names of char typedefs
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* internals/internals.texi (lrecords):
* internals/internals.texi (The DFC API):
* internals/internals.texi (Conversion to and from External Data):
* internals/internals.texi (Mule-izing Code):
* internals/internals.texi (Pervasive changes throughout XEmacs sources):
* internals/internals.texi (Ben's README):
* internals/internals.texi (Future Work -- Localized Text/Messages):
* emodules.texi (Defining Variables):
Rename:
write_c_string -> write_cistring
build_intstring -> build_istring
build_string -> build_cistring
build_ext_string -> build_extstring
make_ext_string -> make_extstring
buffer_insert_c_string -> buffer_insert_ascstring
intern_int -> intern_istring
See comment in src/ChangeLog about this.
modules/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* postgresql/postgresql.c (print_pgconn):
* postgresql/postgresql.c (print_pgresult):
* postgresql/postgresql.c (Fpq_conn_defaults):
* postgresql/postgresql.c (Fpq_pgconn):
* postgresql/postgresql.c (Fpq_res_status):
* postgresql/postgresql.c (Fpq_result_error_message):
* postgresql/postgresql.c (Fpq_fname):
* postgresql/postgresql.c (Fpq_get_value):
* postgresql/postgresql.c (Fpq_cmd_status):
* postgresql/postgresql.c (Fpq_cmd_tuples):
* postgresql/postgresql.c (Fpq_notifies):
* postgresql/postgresql.c (Fpq_get_line):
* postgresql/postgresql.c (Fpq_get_line_async):
* postgresql/postgresql.c (FROB):
* postgresql/postgresql.c (init_postgresql_from_environment):
* ldap/eldap.c:
* ldap/eldap.c (Fldap_open):
* ldap/eldap.c (Fldap_search_basic):
* canna/canna_api.c:
* canna/canna_api.c (make_euc_string):
Rename:
write_c_string -> write_cistring
build_intstring -> build_istring
build_string -> build_cistring
build_ext_string -> build_extstring
make_ext_string -> make_extstring
buffer_insert_c_string -> buffer_insert_ascstring
intern_int -> intern_istring
See comment in src/ChangeLog about this.
src/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* .gdbinit.in.in:
* README:
* abbrev.c (write_abbrev):
* abbrev.c (describe_abbrev):
* alloc.c (make_extstring):
* alloc.c (build_istring):
* alloc.c (build_cistring):
* alloc.c (build_ascstring):
* alloc.c (build_extstring):
* alloc.c (build_msg_istring):
* alloc.c (build_defer_istring):
* buffer.c (Fgenerate_new_buffer_name):
* buffer.c (init_buffer_2):
* console-tty.c (tty_init_console):
* console-x.c (get_display_arg_connection):
* console-x.c (x_perhaps_init_unseen_key_defaults):
* database.c (dbm_map):
* database.c (dbm_get):
* database.c (berkdb_get):
* database.c (berkdb_map):
* device-gtk.c (FROB_PIXMAP):
* device-gtk.c (Fgtk_style_info):
* device-msw.c (msprinter_default_printer):
* device-msw.c (sync_printer_with_devmode):
* device-x.c (coding_system_of_xrm_database):
* device-x.c (x_init_device):
* device-x.c (signal_if_x_error):
* device-x.c (Fx_get_resource):
* device-x.c (Fx_server_vendor):
* device-x.c (Fx_get_font_path):
* dialog-x.c (maybe_run_dbox_text_callback):
* doc.c (extract_object_file_name):
* doc.c (unparesseuxify_doc_string):
* doc.c (get_doc_string):
* doc.c (get_object_file_name):
* doc.c (Fdocumentation):
* doc.c (Fsnarf_documentation):
* doc.c (Fsubstitute_command_keys):
* editfns.c (init_editfns):
* editfns.c (Ftemp_directory):
* editfns.c (Fuser_login_name):
* editfns.c (Fuser_real_login_name):
* editfns.c (Fuser_home_directory):
* editfns.c (Fformat_time_string):
* editfns.c (Fcurrent_time_string):
* editfns.c (Fcurrent_time_zone):
* emacs.c:
* emacs.c (main_1):
* emodules.c (Flist_modules):
* emodules.c (emodules_load):
* emodules.c (emodules_doc_sym):
* emodules.c (vars_of_module):
* event-Xt.c (x_has_keysym):
* event-gtk.c (emacs_gtk_format_magic_event):
* event-gtk.c (dragndrop_data_received):
* event-gtk.c (gtk_reset_key_mapping):
* event-msw.c (mswindows_dde_callback):
* event-msw.c (mswindows_wnd_proc):
* faces.c (complex_vars_of_faces):
* file-coding.c (find_coding_system):
* file-coding.c (setup_eol_coding_systems):
* file-coding.c (make_coding_system_1):
* file-coding.c (snarf_coding_system):
* fileio.c:
* fileio.c (lisp_strerror):
* fileio.c (Ffile_name_directory):
* fileio.c (Ffile_name_as_directory):
* fileio.c (Fdirectory_file_name):
* fileio.c (if):
* fileio.c (Ffile_symlink_p):
* fileio.c (Fencrypt_string):
* fileio.c (Fdecrypt_string):
* filelock.c (lock_file):
* filelock.c (Ffile_locked_p):
* floatfns.c (matherr):
* font-mgr.c (build_fcapi_string):
* font-mgr.c (make_xlfd_font_regexp):
* frame-msw.c (mswindows_window_id):
* frame-msw.c (mswindows_frame_property):
* frame-x.c:
* frame-x.c (color_to_string):
* frame-x.c (maybe_set_frame_title_format):
* frame-x.c (x_cde_transfer_callback):
* frame-x.c (Fx_window_id):
* glade.c (connector):
* glade.c (Fglade_xml_textdomain):
* glade.c (syms_of_glade):
* glyphs-eimage.c (jpeg_instantiate):
* glyphs-eimage.c (png_instantiate):
* glyphs-eimage.c (tiff_instantiate):
* glyphs-gtk.c (font_instantiate):
* glyphs-gtk.c (BUILD_GLYPH_INST):
* glyphs-x.c (x_locate_pixmap_file):
* glyphs-x.c (font_instantiate):
* glyphs-x.c (x_widget_property):
* glyphs-x.c (BUILD_GLYPH_INST):
* glyphs.c (print_image_instance):
* glyphs.c (bitmap_to_lisp_data):
* glyphs.c (pixmap_to_lisp_data):
* gpmevent.c (turn_off_gpm):
* gpmevent.c (Fgpm_enabled_p):
* gpmevent.c (Fgpm_enable):
* gtk-glue.c (__make_string_mapper):
* gtk-glue.c (xemacs_gtklist_to_list):
* gtk-xemacs.c (FROB_FACE):
* gtk-xemacs.c (xemacs_gtk_convert_color):
* hpplay.c (player_error_internal):
* hpplay.c (myHandler):
* insdel.c (buffer_insert_ascstring_1):
* insdel.h:
* insdel.h (buffer_insert_ascstring):
* intl.c (Fcurrent_locale):
* intl.c (Fset_current_locale):
* keymap.c (make_key_description):
* keymap.c (Ftext_char_description):
* keymap.c (describe_command):
* keymap.c (describe_map):
* lisp.h:
* lread.c:
* lread.c (locate_file_in_directory_mapper):
* lread.c (locate_file_construct_suffixed_files_mapper):
* mule-charset.c (Fmake_charset):
* nt.c (Fmswindows_short_file_name):
* nt.c (Fmswindows_long_file_name):
* objects-gtk.c (__get_gtk_font_truename):
* objects-gtk.c (__gtk_font_list_internal):
* objects-msw.c (font_enum_callback_2):
* objects-msw.c (create_hfont_from_font_spec):
* objects-msw.c (mswindows_font_list):
* objects-msw.c (mswindows_font_spec_matches_charset_stage_2):
* objects-tty.c (tty_initialize_font_instance):
* objects-x.c (x_font_truename):
* objects-x.c (x_font_instance_truename):
* objects-x.c (x_font_instance_properties):
* objects-x.c (x_font_list):
* print.c (write_cistring):
* print.c (print_vector_internal):
* print.c (print_cons):
* process-nt.c (nt_canonicalize_host_name):
* process-unix.c (unix_create_process):
* process-unix.c (unix_canonicalize_host_name):
* process.c (status_message):
* process.c (status_notify):
* process.c (init_xemacs_process):
* process.c (syms_of_process):
* redisplay-tty.c (term_get_fkeys_1):
* redisplay-tty.c (CONDITIONAL_REASSIGN):
* search.c (compile_pattern_1):
* select-common.h (selection_data_to_lisp_data):
* select-gtk.c (atom_to_symbol):
* select-gtk.c (PROCESSING_GTK_CODE):
* select-msw.c (mswindows_get_foreign_selection):
* select-x.c (x_atom_to_symbol):
* select-x.c (Fx_get_cutbuffer_internal):
* symbols.c (intern_istring):
* symbols.c (intern):
* symbols.c (intern_converting_underscores_to_dashes):
* symbols.c (Fintern):
* sysdep.c (init_system_name):
* sysdll.c (dll_error):
* sysdll.c (dll_open):
* syswindows.h:
* syswindows.h (build_tstr_string):
* tests.c (DFC_CHECK_LENGTH):
* tests.c (DFC_CHECK_CONTENT):
* tests.c (DFC_RESULT_PASS):
* tests.c (Ftest_data_format_conversion):
* text.c:
* text.c (new_dfc_convert_now_damn_it):
* text.h:
* text.h (build_wext_string):
* tooltalk.c (tt_build_c_string):
* tooltalk.c (Ftooltalk_default_procid):
* tooltalk.c (Ftooltalk_default_session):
* tooltalk.c (init_tooltalk):
* ui-byhand.c (Fgtk_clist_get_text):
* ui-byhand.c (Fgtk_clist_get_pixtext):
* ui-byhand.c (Fgtk_label_get):
* ui-byhand.c (Fgtk_notebook_query_tab_label_packing):
* ui-gtk.c (emacs_gtk_object_printer):
* ui-gtk.c (emacs_gtk_boxed_printer):
* ui-gtk.c (gtk_type_to_lisp):
* ui-gtk.c (symbol_to_enum):
* ui-gtk.c (enum_to_symbol):
* unexaix.c (report_error):
* unexaix.c (ERROR0):
* unexec.c (report_error):
* unexec.c (ERROR0):
* unicode.c (unicode_to_ichar):
* win32.c (tstr_to_local_file_format):
* win32.c (Fmswindows_cygwin_to_win32_path):
* win32.c (struct read_link_hash):
* xemacs.def.in.in:
Rename:
write_c_string -> write_cistring
build_intstring -> build_istring
build_string -> build_cistring
build_ext_string -> build_extstring
make_ext_string -> make_extstring
buffer_insert_c_string -> buffer_insert_ascstring
intern_int -> intern_istring
These functions have been renamed so that the naming harmonizes
with the typedefs for strings: `cistring' along with CIbyte *,
`istring' along with Ibyte *, `extstring' along with Extbyte *,
`ascstring' along with Ascbyte *.
Also make buffer_insert_ascstring take Ascbyte * and assert
that its argument is ASCII.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 27 Jan 2010 00:35:36 -0600 |
parents | bd28481bb0e1 |
children | c673987f5f3d 8b2f75cecb89 |
rev | line source |
---|---|
1330 | 1 (defvar packages-hardcoded-lisp |
2 '( | |
3 ;; Nothing at this time | |
4 ) | |
5 "Lisp packages that are always dumped with XEmacs. | |
6 This includes every package that is loaded directly by a package listed | |
7 in dumped-lisp.el and is not itself listed.") | |
8 | |
2367 | 9 |
10 ;; WARNING WARNING WARNING: None of the files below, until where it says | |
11 ;; "All files after this can have extended characters in them", can have | |
12 ;; extended (non-ASCII characters) of any sort in them! Unfortunately, you | |
13 ;; will not get any error at load-time; however, you may get a later very | |
14 ;; cryptic error "Invalid opcode"! This is caused by the byte-code data | |
15 ;; being encoded as escape-quoted, when we can't handle that yet. | |
16 ;; | |
17 ;; #### We should resurrect the check for the coding-system magic cookie in | |
18 ;; fileio.c and put in an abort if we are not able to handle it yet. | |
19 | |
428 | 20 (setq preloaded-file-list |
1315 | 21 (list |
1333 | 22 ;; do not defcustom any variables in these files |
23 | |
1315 | 24 "backquote" ; needed for defsubst etc. |
25 "bytecomp-runtime" ; define defsubst | |
26 "find-paths" | |
27 "packages" ; Bootstrap run-time lisp environment | |
28 "setup-paths" | |
1333 | 29 |
30 ;; use custom-declare-variable-early, not defcustom, in these files | |
31 | |
1315 | 32 "subr" ; load the most basic Lisp functions |
33 "post-gc" | |
34 "replace" ; match-string used in version.el. | |
35 | |
4246 | 36 "version" |
1315 | 37 |
38 "cl" | |
39 "cl-extra" | |
40 "cl-seq" | |
41 "widget" | |
42 "custom" ; Before the world so everything can be | |
43 ; customized | |
44 "cus-start" ; for customization of builtin variables | |
1333 | 45 |
46 ;; OK, you can use defcustom from here on | |
47 | |
1315 | 48 "cmdloop" |
49 "keymap" | |
50 "syntax" | |
51 "device" | |
52 "console" | |
53 "obsolete" | |
54 "specifier" | |
55 "frame" ; needed by faces | |
3094 | 56 ;; #### this should be (featurep 'xft) |
3354 | 57 (when (featurep 'xft-fonts) "fontconfig") ; needed by x-faces |
1315 | 58 (when (featurep 'x) "x-faces") ; needed by faces |
59 (when (featurep 'gtk) "gtk-faces") | |
60 (when (valid-console-type-p 'mswindows) "msw-faces") | |
61 "faces" ; must be loaded before any make-face call | |
62 ;;(pureload "facemenu") #### not yet ported | |
63 "glyphs" | |
64 "objects" | |
65 "extents" | |
66 "events" | |
67 "hash-table" | |
68 "text-props" | |
69 "process" ;; This is bad. network-streams may not be defined. | |
70 (when (featurep 'multicast) "multicast") ; #+network-streams implicitly true | |
71 "map-ynp" | |
72 "undo-stack" | |
73 "window" ; simple needs `save-window-excursion' | |
74 "window-xemacs" | |
3932 | 75 "resize-minibuffer" ; simple needs `resize-minibuffer-mode' |
1315 | 76 "simple" |
1333 | 77 "newcomment" |
1315 | 78 "keydefs" ; Before loaddefs so that keymap vars exist. |
79 "abbrev" | |
80 "derived" | |
81 "minibuf" | |
82 "list-mode" | |
83 "modeline" ; needs simple.el to be loaded first | |
428 | 84 ;; If SparcWorks support is included some additional packages are |
85 ;; dumped which would normally have autoloads. To avoid | |
86 ;; duplicate doc string warnings, SparcWorks uses a separate | |
87 ;; autoloads file with the dumped packages removed. | |
88 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! | |
89 ;; So just make loaddefs-eos go away... | |
90 ;;(pureload (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) | |
1315 | 91 "cus-file" |
92 "startup" ; For initialization of | |
428 | 93 ; `emacs-user-extension-dir' |
1315 | 94 "misc" |
95 ;; (pureload "profile") | |
3368 | 96 "loadhist" ; Must be dumped before loaddefs is loaded |
97 ; Used by help. | |
1315 | 98 ;; (pureload "hyper-apropos") Soon... |
99 "files" | |
100 "lib-complete" | |
101 "format" | |
102 "indent" | |
103 "isearch-mode" | |
104 "buffer" | |
105 "buff-menu" | |
4372
ebb35ddea76a
Byte-compile menu lambdas; make the menu of available tutorials more readable.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4246
diff
changeset
|
106 "paths" |
1315 | 107 "lisp" |
108 "page" | |
109 "register" | |
110 "iso8859-1" ; This must be before any modes | |
111 ; (sets standard syntax table.) | |
4506
bd28481bb0e1
Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4372
diff
changeset
|
112 "easy-mmode" ; Added for 21.5. Used by help. |
bd28481bb0e1
Port #'window-buffer-height, #'fit-window-to-buffer, & window, buf, functions.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4372
diff
changeset
|
113 "help" |
1315 | 114 "easymenu" ; Added for 20.3. |
115 "lisp-mode" | |
116 "text-mode" | |
117 "fill" | |
118 "auto-save" ; Added for 20.4 | |
119 "movemail" ; Added for 21.2 | |
120 (when (eq system-type 'windows-nt) "win32-native") | |
121 (when (featurep 'lisp-float-type) "float-sup") | |
122 "itimer" ; for vars auto-save-timeout and | |
428 | 123 ; auto-gc-threshold |
1315 | 124 "itimer-autosave" |
125 "printer" | |
126 "behavior" | |
127 "behavior-defs" | |
128 "diagnose" | |
129 | |
442 | 130 ;;;;;;;;;;;;;;;;;; GUI support |
1315 | 131 (when (featurep 'window-system) |
132 '("gui" | |
133 "mouse" | |
134 "mode-motion" | |
135 )) | |
136 (when (featurep 'toolbar) "toolbar") | |
137 (when (featurep 'scrollbar) "scrollbar") | |
138 (when (featurep 'menubar) "menubar") | |
139 (when (featurep 'dialog) "dialog") | |
140 (when (featurep 'gutter) "gutter") | |
141 (when (featurep 'dragdrop-api) "dragdrop") | |
142 "select" | |
143 | |
442 | 144 ;;;;;;;;;;;;;;;;;; Content for GUI's |
1315 | 145 ;; There used to be window-system inserted in the when-feature, |
146 ;; but IMHO your configure script should turn off the menubar, | |
147 ;; toolbar, etc. features when there is no window system. We | |
148 ;; should just be able to assume that, if (featurep 'menubar), | |
149 ;; the menubar should work and if items are added, they can be | |
150 ;; seen clearly and usefully. | |
151 (when (featurep '(and (not infodock) menubar)) "menubar-items") | |
152 (when (featurep '(and gutter)) "gutter-items") | |
153 (when (featurep '(and (not infodock) toolbar)) "toolbar-items") | |
154 (when (featurep '(and (not infodock) dialog)) "dialog-items") | |
442 | 155 |
156 ;;;;;;;;;;;;;;;;;; Coding-system support | |
1315 | 157 "coding" |
158 "code-files" | |
159 ;; Handle process with encoding/decoding coding-system. | |
160 "code-process" | |
161 ;; Provide basic commands to set coding systems to user | |
162 "code-cmds" | |
163 "unicode" | |
442 | 164 ;;;;;;;;;;;;;;;;;; MULE support |
1315 | 165 (when (featurep 'mule) |
2465 | 166 '("mule/mule-charset" |
167 "mule/mule-cmds" ; to sync with Emacs 20.1 | |
168 "mule/mule-coding" | |
169 "mule/mule-composite-stub" | |
170 "mule/mule-composite" | |
1315 | 171 )) |
172 ;; may initialize coding systems | |
2465 | 173 (when (featurep '(and mule x)) "mule/mule-x-init") |
174 (when (featurep '(and mule tty)) "mule/mule-tty-init") | |
1315 | 175 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) |
2474 | 176 "mule/mule-win32-init") |
1315 | 177 "code-init" ; set up defaults |
178 ;; All files after this can have extended characters in them. | |
179 (when (featurep 'mule) | |
2465 | 180 '("mule/mule-category" |
181 "mule/kinsoku" | |
1315 | 182 )) |
428 | 183 |
184 ;; after this goes the specific lisp routines for a particular input system | |
185 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site | |
186 ;; or user switching of input systems??? | |
187 ;(if (featurep 'wnn) | |
188 ; (progn | |
189 ; (pureload "egg") | |
190 ; (pureload "egg-wnn") | |
191 ; (setq egg-default-startup-file "eggrc-wnn"))) | |
192 | |
193 ;; (if (and (boundp 'CANNA) CANNA) | |
194 ;; (pureload "canna") | |
195 ;; ) | |
196 | |
780 | 197 ;; Now load files to set up all the different languages/environments that |
198 ;; Mule knows about. Formerly we had to worry about files shadowed by | |
199 ;; those of the same name in leim/quail.el, but no longer, since we now | |
200 ;; compile with -no-packages. | |
428 | 201 |
1315 | 202 (when (featurep 'mule) |
2465 | 203 '("mule/arabic" |
204 "mule/chinese" | |
205 "mule/cyrillic" | |
206 "mule/english" | |
207 "mule/ethiopic" | |
208 "mule/greek" | |
209 "mule/hebrew" | |
210 "mule/indian" | |
211 "mule/devanagari" ; must be loaded after indian.el | |
212 "mule/japanese" | |
213 "mule/korean" | |
4072 | 214 "mule/lao" ; sucks. |
2465 | 215 "mule/latin" |
216 "mule/misc-lang" | |
1315 | 217 ;; "thai" #### merge thai and thai-xtis!!! |
4072 | 218 ;; #### Even better; take out thai-xtis! It's not even a |
219 ;; standard, and no-one uses it. | |
2465 | 220 "mule/thai-xtis" |
221 "mule/tibetan" | |
222 "mule/vietnamese" | |
1315 | 223 )) |
224 | |
428 | 225 ;; Specialized language support |
2973 | 226 (when (featurep 'mule) "mule/canna-leim") |
780 | 227 ;; needs access to the charsets created by the above |
228 ;; language-specific files. | |
1315 | 229 (when (and (featurep 'mule) (valid-console-type-p 'mswindows)) |
2465 | 230 "mule/mule-msw-init-late") |
780 | 231 |
3707 | 232 (when (featurep 'mule) |
233 "mule/general-late") | |
234 | |
428 | 235 ;;; mule-load.el ends here |
442 | 236 |
237 ;; preload InfoDock stuff. should almost certainly not be here if | |
238 ;; id-menus is not here. infodock needs to figure out a clever way to | |
239 ;; advise this stuff or we need to export a clean way for infodock or | |
240 ;; others to control this programmatically. | |
1315 | 241 (when (featurep '(and infodock (or x mswindows gtk) menubar)) |
242 "id-menus") | |
442 | 243 ;; preload the X code. |
1315 | 244 (when (featurep '(and x scrollbar)) "x-scrollbar") |
245 (when (featurep 'x) | |
2828 | 246 '("x-mouse" |
1315 | 247 "x-select" |
248 "x-misc" | |
249 "x-init" | |
250 "x-win-xfree86" | |
251 "x-win-sun")) | |
252 ;; preload the GTK code | |
253 (when (featurep 'gtk) | |
254 '("gtk-ffi" | |
255 "gtk-widgets" | |
256 "gdk" | |
257 "gtk-init" | |
258 "gtk-select" | |
259 "gtk-mouse" | |
260 "gtk-glyphs" | |
261 "widgets-gtk")) | |
262 (when (featurep '(and gtk dialog)) "dialog-gtk") | |
263 (when (featurep 'glade) "glade") | |
462 | 264 |
428 | 265 ;; preload the mswindows code. |
1315 | 266 (when (valid-console-type-p 'mswindows) |
267 '("msw-glyphs" | |
268 "msw-mouse" | |
269 "msw-init" | |
270 "msw-select")) | |
428 | 271 ;; preload the TTY init code. |
1315 | 272 (when (featurep 'tty) "tty-init") |
428 | 273 ;;; Formerly in tooltalk/tooltalk-load.el |
274 ;; Moved to tooltalk package | |
1315 | 275 ;; (when (featurep 'tooltalk) |
276 ;; '("tooltalk-macros" "tooltalk-util" "tooltalk-init")) | |
428 | 277 ;; "vc-hooks" ; Packaged. Available in two versions. |
278 ;; "ediff-hook" ; Packaged. | |
1315 | 279 "fontl-hooks" |
280 "auto-show" | |
2579 | 281 "paragraphs" ; needs easy-mmode, coding |
1315 | 282 (when (featurep 'ldap) "ldap") |
428 | 283 |
1315 | 284 ;; (when (featurep 'energize) "energize/energize-load.el") |
428 | 285 ;;; formerly in sunpro/sunpro-load.el |
1315 | 286 ;; (when (featurep '(and mule sparcworks)) "mime-setup") |
428 | 287 |
288 ;; Moved to Sun package | |
1315 | 289 ;; (when (featurep 'sparcworks) |
290 ;; '("cc-mode" ; Requires cc-mode package | |
291 ;; "sunpro-init" | |
292 ;; "ring" | |
293 ;; "comint" ; Requires comint package | |
294 ;; "annotations")) | |
428 | 295 |
296 ;;; formerly in eos/sun-eos-load.el | |
1315 | 297 ;; (when (featurep 'sparcworks) |
298 ;; '("sun-eos-init" | |
299 ;; "sun-eos-common" | |
300 ;; "sun-eos-editor" | |
301 ;; "sun-eos-browser" | |
302 ;; "sun-eos-debugger" | |
303 ;; "sun-eos-debugger-extra" | |
304 ;; "sun-eos-menubar")) | |
305 "loaddefs" ; <=== autoloads get loaded here | |
306 )) | |
307 | |
308 (setq preloaded-file-list | |
309 (apply #'nconc | |
310 (mapcar #'(lambda (x) | |
311 (if (listp x) x (list x))) | |
312 preloaded-file-list))) |