Mercurial > hg > xemacs-beta
comparison lisp/utils/finder-inf.el @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 131b0175ea99 |
children | 1370575f1259 |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
8 (setq finder-package-info '( | 8 (setq finder-package-info '( |
9 ("paths.el" | 9 ("paths.el" |
10 "define pathnames for use by various Emacs commands." | 10 "define pathnames for use by various Emacs commands." |
11 (internal) | 11 (internal) |
12 "lisp/") | 12 "lisp/") |
13 ("site-load.el" | |
14 "Template file for site-wide XEmacs customization" | |
15 (internal) | |
16 "lisp/") | |
17 ("font-latex.el" | |
18 "LaTeX fontification for Font Lock mode." | |
19 (latex faces) | |
20 "lisp/auctex/") | |
21 ("latex.el" | |
22 "Support for LaTeX documents." | |
23 (wp) | |
24 "lisp/auctex/") | |
25 ("multi-prompt.el" | |
26 "completing read of multiple strings." | |
27 (extensions) | |
28 "lisp/auctex/") | |
29 ("tex.el" | |
30 "Support for TeX documents." | |
31 (wp) | |
32 "lisp/auctex/") | |
33 ("byte-optimize.el" | |
34 "the optimization passes of the emacs-lisp byte compiler." | |
35 (internal) | |
36 "lisp/bytecomp/") | |
37 ("bytecomp-runtime.el" | |
38 "byte-compiler support for inlining" | |
39 (internal) | |
40 "lisp/bytecomp/") | |
13 ("bytecomp.el" | 41 ("bytecomp.el" |
14 "compilation of Lisp code into byte code." | 42 "compilation of Lisp code into byte code." |
15 (internal) | 43 (internal) |
16 "lisp/bytecomp/") | 44 "lisp/bytecomp/") |
17 ("disass.el" | 45 ("disass.el" |
41 ("cal-xemacs.el" | 69 ("cal-xemacs.el" |
42 "calendar functions for menu bar and popup menu support" | 70 "calendar functions for menu bar and popup menu support" |
43 (calendar) | 71 (calendar) |
44 "lisp/calendar/") | 72 "lisp/calendar/") |
45 ("calendar.el" | 73 ("calendar.el" |
46 "Calendar functions." | 74 "Calendar functions. -*-byte-compile-dynamic: t;-*-" |
47 (calendar) | 75 (calendar) |
48 "lisp/calendar/") | 76 "lisp/calendar/") |
49 ("diary-ins.el" | 77 ("diary-ins.el" |
50 "calendar functions for adding diary entries." | 78 "calendar functions for adding diary entries." |
51 (diary calendar) | 79 (diary calendar) |
64 "lisp/calendar/") | 92 "lisp/calendar/") |
65 ("solar.el" | 93 ("solar.el" |
66 "calendar functions for solar events." | 94 "calendar functions for solar events." |
67 (calendar) | 95 (calendar) |
68 "lisp/calendar/") | 96 "lisp/calendar/") |
97 ("cl-autoload.el" | |
98 "Generate the autoload file cl-defs.el." | |
99 (extensions lisp) | |
100 "lisp/cl/") | |
101 ("cl-compat.el" | |
102 "Common Lisp extensions for GNU Emacs Lisp (compatibility)" | |
103 (extensions) | |
104 "lisp/cl/") | |
105 ("cl-extra.el" | |
106 "Common Lisp extensions for GNU Emacs Lisp (part two)" | |
107 (extensions) | |
108 "lisp/cl/") | |
109 ("cl-macs.el" | |
110 "Common Lisp extensions for GNU Emacs Lisp (part four)" | |
111 (extensions) | |
112 "lisp/cl/") | |
113 ("cl-seq.el" | |
114 "Common Lisp extensions for GNU Emacs Lisp (part three)" | |
115 (extensions) | |
116 "lisp/cl/") | |
117 ("cl.el" | |
118 "Common Lisp extensions for GNU Emacs Lisp" | |
119 (extensions lisp) | |
120 "lisp/cl/") | |
69 ("background.el" | 121 ("background.el" |
70 "fun with background jobs" | 122 "fun with background jobs" |
71 (processes) | 123 (processes) |
124 "lisp/comint/") | |
125 ("comint-xemacs.el" | |
126 "Face customizations for comint" | |
127 (help faces) | |
72 "lisp/comint/") | 128 "lisp/comint/") |
73 ("comint.el" | 129 ("comint.el" |
74 "general command interpreter in a window stuff" | 130 "general command interpreter in a window stuff" |
75 (processes) | 131 (processes) |
76 "lisp/comint/") | 132 "lisp/comint/") |
80 "lisp/comint/") | 136 "lisp/comint/") |
81 ("gdb.el" | 137 ("gdb.el" |
82 "run gdb under Emacs" | 138 "run gdb under Emacs" |
83 (c unix tools debugging) | 139 (c unix tools debugging) |
84 "lisp/comint/") | 140 "lisp/comint/") |
141 ("gdbsrc.el" | |
142 "Source-based (as opposed to comint-based) debugger" | |
143 (c unix tools debugging) | |
144 "lisp/comint/") | |
85 ("gud.el" | 145 ("gud.el" |
86 "Grand Unified Debugger mode for gdb, sdb, dbx, or xdb" | 146 "Grand Unified Debugger mode for gdb, sdb, dbx, or xdb" |
87 (c unix tools debugging) | 147 (c unix tools debugging) |
148 "lisp/comint/") | |
149 ("history.el" | |
150 "Generic history stuff" | |
151 nil | |
88 "lisp/comint/") | 152 "lisp/comint/") |
89 ("inf-lisp.el" | 153 ("inf-lisp.el" |
90 "an inferior-lisp mode" | 154 "an inferior-lisp mode" |
91 (processes lisp) | 155 (processes lisp) |
92 "lisp/comint/") | 156 "lisp/comint/") |
93 ("kermit.el" | 157 ("kermit.el" |
94 "additions to shell mode for use with kermit, etc." | 158 "additions to shell mode for use with kermit, etc." |
95 (comm processes) | 159 (comm) |
96 "lisp/comint/") | 160 "lisp/comint/") |
97 ("rlogin.el" | 161 ("rlogin.el" |
98 "remote login interface" | 162 "remote login interface" |
99 (unix comm) | 163 (unix comm) |
100 "lisp/comint/") | 164 "lisp/comint/") |
104 "lisp/comint/") | 168 "lisp/comint/") |
105 ("telnet.el" | 169 ("telnet.el" |
106 "run a telnet session from within an Emacs buffer" | 170 "run a telnet session from within an Emacs buffer" |
107 (comm unix) | 171 (comm unix) |
108 "lisp/comint/") | 172 "lisp/comint/") |
109 ("ange-ftp.el" | 173 ("cus-edit.el" |
110 "transparent FTP support for GNU Emacs" | 174 "Tools for customization Emacs." |
111 (comm) | 175 (help faces) |
112 "lisp/dired/") | 176 "lisp/custom/") |
113 ("dired-link.el" | 177 ("cus-face.el" |
114 "Properly resolves UNIX (and Apollo variant) links under dired." | 178 "XEmacs specific custom support." |
115 nil | 179 (help faces) |
116 "lisp/dired/") | 180 "lisp/custom/") |
117 ("dired-x.el" | 181 ("custom.el" |
118 "Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19" | 182 "Tools for declaring and initializing options." |
119 (dired extensions) | 183 (help faces) |
120 "lisp/dired/") | 184 "lisp/custom/") |
121 ("dired.el" | 185 ("wid-browse.el" |
122 "directory-browsing commands" | 186 "Functions for browsing widgets." |
123 (dired extensions) | 187 (extensions) |
124 "lisp/dired/") | 188 "lisp/custom/") |
189 ("wid-edit.el" | |
190 "Functions for creating and using widgets." | |
191 (extensions) | |
192 "lisp/custom/") | |
193 ("widget-example.el" | |
194 "example of using the widget library" | |
195 (help extensions faces hypermedia) | |
196 "lisp/custom/") | |
197 ("widget.el" | |
198 "a library of user interface components." | |
199 (help extensions faces hypermedia) | |
200 "lisp/custom/") | |
201 ("advise-eval-region.el" | |
202 "Wrap advice around eval-region" | |
203 (extensions lisp) | |
204 "lisp/edebug/") | |
125 ("cust-print.el" | 205 ("cust-print.el" |
126 "handles print-level and print-circle." | 206 "handles print-level and print-circle." |
127 (extensions) | 207 (extensions) |
128 "lisp/edebug/") | 208 "lisp/edebug/") |
209 ("edebug-cl-read.el" | |
210 "Edebug reader macros for use with cl-read." | |
211 (lisp tools maint) | |
212 "lisp/edebug/") | |
129 ("edebug.el" | 213 ("edebug.el" |
130 "a source-level debugger for Emacs Lisp" | 214 "a source-level debugger for Emacs Lisp" |
131 (lisp tools debugging) | 215 (lisp tools maint) |
216 "lisp/edebug/") | |
217 ("eval-reg.el" | |
218 "Redefine eval-region, and subrs that use it, in Lisp" | |
219 (lisp) | |
132 "lisp/edebug/") | 220 "lisp/edebug/") |
133 ("ediff-diff.el" | 221 ("ediff-diff.el" |
134 "diff-related utilities" | 222 "diff-related utilities" |
135 nil | 223 nil |
136 "lisp/ediff/") | 224 "lisp/ediff/") |
225 ("ediff-help.el" | |
226 "Code related to the contents of Ediff help buffers" | |
227 nil | |
228 "lisp/ediff/") | |
137 ("ediff-hook.el" | 229 ("ediff-hook.el" |
138 "setup for Ediff's menus and autoloads" | 230 "setup for Ediff's menus and autoloads" |
139 nil | 231 nil |
140 "lisp/ediff/") | 232 "lisp/ediff/") |
141 ("ediff-init.el" | 233 ("ediff-init.el" |
144 "lisp/ediff/") | 236 "lisp/ediff/") |
145 ("ediff-merg.el" | 237 ("ediff-merg.el" |
146 "merging utilities" | 238 "merging utilities" |
147 nil | 239 nil |
148 "lisp/ediff/") | 240 "lisp/ediff/") |
149 ("ediff-meta.el" | 241 ("ediff-mult.el" |
150 "support for multi-file/multi-buffer processing in Ediff" | 242 "support for multi-file/multi-buffer processing in Ediff" |
243 nil | |
244 "lisp/ediff/") | |
245 ("ediff-ptch.el" | |
246 "Ediff's patch support" | |
247 nil | |
248 "lisp/ediff/") | |
249 ("ediff-tbar.el" | |
250 "A toolbar for Ediff control buffer" | |
151 nil | 251 nil |
152 "lisp/ediff/") | 252 "lisp/ediff/") |
153 ("ediff-util.el" | 253 ("ediff-util.el" |
154 "the core commands and utilities of ediff" | 254 "the core commands and utilities of ediff" |
255 nil | |
256 "lisp/ediff/") | |
257 ("ediff-vers.el" | |
258 "version control interface to Ediff" | |
155 nil | 259 nil |
156 "lisp/ediff/") | 260 "lisp/ediff/") |
157 ("ediff-wind.el" | 261 ("ediff-wind.el" |
158 "window manipulation utilities" | 262 "window manipulation utilities" |
159 nil | 263 nil |
160 "lisp/ediff/") | 264 "lisp/ediff/") |
161 ("ediff.el" | 265 ("ediff.el" |
162 "a comprehensive visual interface to diff & patch" | 266 "a comprehensive visual interface to diff & patch" |
163 (comparing merging patching version control.) | 267 (comparing merging patching version control.) |
164 "lisp/ediff/") | 268 "lisp/ediff/") |
269 ("egg-wnn.el" | |
270 "a inputting method communicating with [jck]server" | |
271 (inputting method) | |
272 "lisp/egg/") | |
165 ("ebuff-menu.el" | 273 ("ebuff-menu.el" |
166 "electric-buffer-list mode" | 274 "electric-buffer-list mode" |
167 nil | 275 (frames) |
168 "lisp/electric/") | 276 "lisp/electric/") |
169 ("echistory.el" | 277 ("echistory.el" |
170 "Electric Command History Mode" | 278 "Electric Command History Mode" |
171 nil | 279 (extensions) |
172 "lisp/electric/") | 280 "lisp/electric/") |
173 ("ehelp.el" | 281 ("ehelp.el" |
174 "bindings for electric-help mode" | 282 "bindings for electric-help mode" |
175 (help extensions) | 283 (help extensions) |
176 "lisp/electric/") | 284 "lisp/electric/") |
180 "lisp/electric/") | 288 "lisp/electric/") |
181 ("helper.el" | 289 ("helper.el" |
182 "utility help package supporting help in electric modes" | 290 "utility help package supporting help in electric modes" |
183 (help) | 291 (help) |
184 "lisp/electric/") | 292 "lisp/electric/") |
185 ("edt.el" | 293 ("crisp.el" |
186 "EDT emulation in Emacs" | 294 "Crisp/Brief Emacs emulator" |
295 (emulations brief crisp) | |
296 "lisp/emulators/") | |
297 ("edt-lk201.el" | |
298 "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards" | |
187 (emulations) | 299 (emulations) |
188 "lisp/emulators/") | 300 "lisp/emulators/") |
189 ("gosmacs.el" | 301 ("edt-mapper.el" |
190 "rebindings to imitate Gosmacs." | 302 "Create an EDT LK-201 Map File for X-Windows Emacs" |
303 (emulations) | |
304 "lisp/emulators/") | |
305 ("edt-pc.el" | |
306 "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards" | |
307 (emulations) | |
308 "lisp/emulators/") | |
309 ("edt-vt100.el" | |
310 "Enhanced EDT Keypad Mode Emulation for VT Series Terminals" | |
311 (emulations) | |
312 "lisp/emulators/") | |
313 ("edt.el" | |
314 "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19" | |
191 (emulations) | 315 (emulations) |
192 "lisp/emulators/") | 316 "lisp/emulators/") |
193 ("mlconvert.el" | 317 ("mlconvert.el" |
194 "convert buffer of Mocklisp code to real lisp." | 318 "convert buffer of Mocklisp code to real lisp." |
195 (emulations) | 319 (emulations) |
196 "lisp/emulators/") | 320 "lisp/emulators/") |
197 ("mlsupport.el" | 321 ("mlsupport.el" |
198 "run-time support for mocklisp code." | 322 "run-time support for mocklisp code." |
199 (extensions) | 323 (extensions) |
200 "lisp/emulators/") | 324 "lisp/emulators/") |
325 ("scroll-lock.el" | |
326 "scroll-locking minor mode" | |
327 (scroll crisp brief lock) | |
328 "lisp/emulators/") | |
201 ("teco.el" | 329 ("teco.el" |
202 "Teco interpreter for Gnu Emacs, version 1." | 330 "Teco interpreter for Gnu Emacs, version 1." |
203 nil | 331 (emulators) |
204 "lisp/emulators/") | 332 "lisp/emulators/") |
205 ("tpu-doc.el" | 333 ("tpu-doc.el" |
206 "Documentation for TPU-edt" | 334 "Documentation for TPU-edt" |
207 (emulations) | 335 (emulations) |
208 "lisp/emulators/") | 336 "lisp/emulators/") |
212 "lisp/emulators/") | 340 "lisp/emulators/") |
213 ("tpu-extras.el" | 341 ("tpu-extras.el" |
214 "Scroll margins and free cursor mode for TPU-edt" | 342 "Scroll margins and free cursor mode for TPU-edt" |
215 (emulations) | 343 (emulations) |
216 "lisp/emulators/") | 344 "lisp/emulators/") |
345 ("tpu-mapper.el" | |
346 "Create a TPU-edt X-windows keymap file" | |
347 (emulations) | |
348 "lisp/emulators/") | |
217 ("ws-mode.el" | 349 ("ws-mode.el" |
218 "WordStar emulation mode for GNU Emacs" | 350 "WordStar emulation mode for GNU Emacs" |
219 nil | 351 (emulations) |
220 "lisp/emulators/") | 352 "lisp/emulators/") |
221 ("eos.el" | 353 ("eos.el" |
222 "Intereactively loads the XEmacs/SPARCworks interface" | 354 "Intereactively loads the XEmacs/SPARCworks interface" |
223 (sparcworks eos era on sparcworks load) | 355 (sparcworks eos era on sparcworks load) |
224 "lisp/eos/") | 356 "lisp/eos/") |
260 "lisp/eos/") | 392 "lisp/eos/") |
261 ("sun-eos.el" | 393 ("sun-eos.el" |
262 "Intereactively loads the XEmacs/SPARCworks interface" | 394 "Intereactively loads the XEmacs/SPARCworks interface" |
263 (sparcworks eos era on sparcworks load) | 395 (sparcworks eos era on sparcworks load) |
264 "lisp/eos/") | 396 "lisp/eos/") |
397 ("term.el" | |
398 "general command interpreter in a window stuff" | |
399 nil | |
400 "lisp/eterm/") | |
265 ("tshell.el" | 401 ("tshell.el" |
266 "specialized term.el for running the shell." | 402 "specialized term.el for running the shell." |
267 (processes) | 403 (processes) |
268 "lisp/eterm/") | 404 "lisp/eterm/") |
405 ("NeXTify.el" | |
406 "Character insertion variation" | |
407 (games) | |
408 "lisp/games/") | |
269 ("blackbox.el" | 409 ("blackbox.el" |
270 "blackbox game in Emacs Lisp" | 410 "blackbox game in Emacs Lisp" |
271 (games) | 411 (games) |
272 "lisp/games/") | 412 "lisp/games/") |
413 ("conx.el" | |
414 "Yet another dissociater" | |
415 (games) | |
416 "lisp/games/") | |
273 ("cookie1.el" | 417 ("cookie1.el" |
274 "retrieve random phrases from fortune cookie files" | 418 "retrieve random phrases from fortune cookie files" |
419 (games) | |
420 "lisp/games/") | |
421 ("decipher.el" | |
422 "Cryptanalyze monoalphabetic substitution ciphers" | |
275 (games) | 423 (games) |
276 "lisp/games/") | 424 "lisp/games/") |
277 ("dissociate.el" | 425 ("dissociate.el" |
278 "scramble text amusingly for Emacs." | 426 "scramble text amusingly for Emacs." |
279 (games) | 427 (games) |
284 "lisp/games/") | 432 "lisp/games/") |
285 ("dunnet.el" | 433 ("dunnet.el" |
286 "Text adventure for Emacs" | 434 "Text adventure for Emacs" |
287 (games) | 435 (games) |
288 "lisp/games/") | 436 "lisp/games/") |
437 ("flame.el" | |
438 "Automated insults" | |
439 (games) | |
440 "lisp/games/") | |
289 ("gomoku.el" | 441 ("gomoku.el" |
290 "Gomoku game between you and Emacs" | 442 "Gomoku game between you and Emacs" |
291 (games) | 443 (games) |
292 "lisp/games/") | 444 "lisp/games/") |
293 ("hanoi.el" | 445 ("hanoi.el" |
296 "lisp/games/") | 448 "lisp/games/") |
297 ("life.el" | 449 ("life.el" |
298 "John Horton Conway's `Life' game for GNU Emacs" | 450 "John Horton Conway's `Life' game for GNU Emacs" |
299 (games) | 451 (games) |
300 "lisp/games/") | 452 "lisp/games/") |
453 ("mine.el" | |
454 "Mine game for GNU Emacs" | |
455 (games) | |
456 "lisp/games/") | |
301 ("mpuz.el" | 457 ("mpuz.el" |
302 "multiplication puzzle for GNU Emacs" | 458 "multiplication puzzle for XEmacs" |
303 (games) | 459 (games) |
304 "lisp/games/") | 460 "lisp/games/") |
305 ("spook.el" | 461 ("spook.el" |
306 "spook phrase utility for overloading the NSA line eater" | 462 "spook phrase utility for overloading the NSA line eater" |
307 (games) | 463 (games) |
308 "lisp/games/") | 464 "lisp/games/") |
309 ("studly.el" | 465 ("studly.el" |
310 "StudlyCaps (tm)(r)(c)(xxx)" | 466 "StudlyCaps (tm)(r)(c)(xxx)" |
311 (games) | 467 (games) |
312 "lisp/games/") | 468 "lisp/games/") |
469 ("xmine.el" | |
470 "Mine game for XEmacs" | |
471 (games) | |
472 "lisp/games/") | |
313 ("yow.el" | 473 ("yow.el" |
314 "quote random zippyisms" | 474 "quote random zippyisms" |
315 (games) | 475 (games) |
316 "lisp/games/") | 476 "lisp/games/") |
317 ("chat.el" | 477 ("dgnushack.el" |
318 "a method for talking to asynchronous processes." | 478 "a hack to set the load path for byte-compiling" |
319 nil | 479 (news path) |
320 "lisp/gnus/") | 480 "lisp/gnus/") |
321 ("gnus-virt.el" | 481 ("earcon.el" |
322 "framework for \"virtual\" newsgroups" | 482 "Sound effects for messages" |
323 nil | 483 (news fun sound) |
324 "lisp/gnus/") | 484 "lisp/gnus/") |
325 ("gnusmail.el" | 485 ("gnus-art.el" |
326 "mail reply commands for GNUS newsreader" | 486 "article mode commands for Gnus" |
327 (news) | 487 (news) |
328 "lisp/gnus/") | 488 "lisp/gnus/") |
329 ("gnusmisc.el" | 489 ("gnus-async.el" |
330 "miscellaneous commands for GNUS newsreader" | 490 "asynchronous support for Gnus" |
331 (news) | 491 (news) |
332 "lisp/gnus/") | 492 "lisp/gnus/") |
333 ("gnuspost.el" | 493 ("gnus-audio.el" |
334 "post news commands for GNUS newsreader" | 494 "Sound effects for Gnus" |
335 (news) | 495 (news) |
336 "lisp/gnus/") | 496 "lisp/gnus/") |
337 ("mhspool.el" | 497 ("gnus-bcklg.el" |
338 "MH folder access using NNTP for GNU Emacs" | 498 "backlog functions for Gnus" |
499 (news) | |
500 "lisp/gnus/") | |
501 ("gnus-cache.el" | |
502 "cache interface for Gnus" | |
503 (news) | |
504 "lisp/gnus/") | |
505 ("gnus-cite.el" | |
506 "parse citations in articles for Gnus" | |
507 (news mail) | |
508 "lisp/gnus/") | |
509 ("gnus-cus.el" | |
510 "customization commands for Gnus" | |
511 (news) | |
512 "lisp/gnus/") | |
513 ("gnus-demon.el" | |
514 "daemonic Gnus behaviour" | |
515 (news) | |
516 "lisp/gnus/") | |
517 ("gnus-dup.el" | |
518 "suppression of duplicate articles in Gnus" | |
519 (news) | |
520 "lisp/gnus/") | |
521 ("gnus-eform.el" | |
522 "a mode for editing forms for Gnus" | |
523 (news) | |
524 "lisp/gnus/") | |
525 ("gnus-ems.el" | |
526 "functions for making Gnus work under different Emacsen" | |
527 (news) | |
528 "lisp/gnus/") | |
529 ("gnus-gl.el" | |
530 "an interface to GroupLens for Gnus" | |
531 (news score) | |
532 "lisp/gnus/") | |
533 ("gnus-group.el" | |
534 "group mode commands for Gnus" | |
535 (news) | |
536 "lisp/gnus/") | |
537 ("gnus-int.el" | |
538 "backend interface functions for Gnus" | |
539 (news) | |
540 "lisp/gnus/") | |
541 ("gnus-kill.el" | |
542 "kill commands for Gnus" | |
543 (news) | |
544 "lisp/gnus/") | |
545 ("gnus-load.el" | |
546 "automatically extracted custom dependencies" | |
547 nil | |
548 "lisp/gnus/") | |
549 ("gnus-logic.el" | |
550 "advanced scoring code for Gnus" | |
551 (news) | |
552 "lisp/gnus/") | |
553 ("gnus-mh.el" | |
554 "mh-e interface for Gnus" | |
555 (news) | |
556 "lisp/gnus/") | |
557 ("gnus-move.el" | |
558 "commands for moving Gnus from one server to another" | |
559 (news) | |
560 "lisp/gnus/") | |
561 ("gnus-msg.el" | |
562 "mail and post interface for Gnus" | |
563 (news) | |
564 "lisp/gnus/") | |
565 ("gnus-nocem.el" | |
566 "NoCeM pseudo-cancellation treatment" | |
567 (news) | |
568 "lisp/gnus/") | |
569 ("gnus-picon.el" | |
570 "displaying pretty icons in Gnus" | |
571 (news xpm annotation glyph faces) | |
572 "lisp/gnus/") | |
573 ("gnus-range.el" | |
574 "range and sequence functions for Gnus" | |
575 (news) | |
576 "lisp/gnus/") | |
577 ("gnus-salt.el" | |
578 "alternate summary mode interfaces for Gnus" | |
579 nil | |
580 "lisp/gnus/") | |
581 ("gnus-score.el" | |
582 "scoring code for Gnus" | |
583 (news) | |
584 "lisp/gnus/") | |
585 ("gnus-setup.el" | |
586 "Initialization & Setup for Gnus 5" | |
587 (news) | |
588 "lisp/gnus/") | |
589 ("gnus-soup.el" | |
590 "SOUP packet writing support for Gnus" | |
591 (news mail) | |
592 "lisp/gnus/") | |
593 ("gnus-spec.el" | |
594 "format spec functions for Gnus" | |
595 (news) | |
596 "lisp/gnus/") | |
597 ("gnus-srvr.el" | |
598 "virtual server support for Gnus" | |
599 (news) | |
600 "lisp/gnus/") | |
601 ("gnus-start.el" | |
602 "startup functions for Gnus" | |
603 (news) | |
604 "lisp/gnus/") | |
605 ("gnus-sum.el" | |
606 "summary mode commands for Gnus" | |
607 (news) | |
608 "lisp/gnus/") | |
609 ("gnus-topic.el" | |
610 "a folding minor mode for Gnus group buffers" | |
611 (news) | |
612 "lisp/gnus/") | |
613 ("gnus-undo.el" | |
614 "minor mode for undoing in Gnus" | |
615 (news) | |
616 "lisp/gnus/") | |
617 ("gnus-util.el" | |
618 "utility functions for Gnus" | |
619 (news) | |
620 "lisp/gnus/") | |
621 ("gnus-uu.el" | |
622 "extract (uu)encoded files in Gnus" | |
623 nil | |
624 "lisp/gnus/") | |
625 ("gnus-vm.el" | |
626 "vm interface for Gnus" | |
627 (news mail) | |
628 "lisp/gnus/") | |
629 ("gnus-win.el" | |
630 "window configuration functions for Gnus" | |
631 (news) | |
632 "lisp/gnus/") | |
633 ("gnus-xmas.el" | |
634 "Gnus functions for XEmacs" | |
635 (news) | |
636 "lisp/gnus/") | |
637 ("gnus.el" | |
638 "a newsreader for GNU Emacs" | |
639 (news mail) | |
640 "lisp/gnus/") | |
641 ("mailheader.el" | |
642 "Mail header parsing, merging, formatting" | |
643 (tools mail news) | |
644 "lisp/gnus/") | |
645 ("md5.el" | |
646 "MD5 Message Digest Algorithm" | |
647 nil | |
648 "lisp/gnus/") | |
649 ("message.el" | |
650 "composing mail and news messages" | |
339 (mail news) | 651 (mail news) |
340 "lisp/gnus/") | 652 "lisp/gnus/") |
653 ("messagexmas.el" | |
654 "XEmacs extensions to message" | |
655 (mail news) | |
656 "lisp/gnus/") | |
657 ("messcompat.el" | |
658 "making message mode compatible with mail mode" | |
659 (mail news) | |
660 "lisp/gnus/") | |
661 ("nnbabyl.el" | |
662 "rmail mbox access for Gnus" | |
663 (news mail) | |
664 "lisp/gnus/") | |
665 ("nndb.el" | |
666 "nndb access for Gnus" | |
667 (news) | |
668 "lisp/gnus/") | |
669 ("nndir.el" | |
670 "single directory newsgroup access for Gnus" | |
671 (news) | |
672 "lisp/gnus/") | |
673 ("nndoc.el" | |
674 "single file access for Gnus" | |
675 (news) | |
676 "lisp/gnus/") | |
677 ("nndraft.el" | |
678 "draft article access for Gnus" | |
679 (news) | |
680 "lisp/gnus/") | |
681 ("nneething.el" | |
682 "random file access for Gnus" | |
683 (news mail) | |
684 "lisp/gnus/") | |
685 ("nnfolder.el" | |
686 "mail folder access for Gnus" | |
687 (mail) | |
688 "lisp/gnus/") | |
689 ("nngateway.el" | |
690 "posting news via mail gateways" | |
691 (news mail) | |
692 "lisp/gnus/") | |
693 ("nnheader.el" | |
694 "header access macros for Gnus and its backends" | |
695 (news) | |
696 "lisp/gnus/") | |
697 ("nnheaderxm.el" | |
698 "making Gnus backends work under XEmacs" | |
699 (news) | |
700 "lisp/gnus/") | |
701 ("nnkiboze.el" | |
702 "select virtual news access for Gnus" | |
703 (news) | |
704 "lisp/gnus/") | |
705 ("nnmail.el" | |
706 "mail support functions for the Gnus mail backends" | |
707 (news mail) | |
708 "lisp/gnus/") | |
709 ("nnmbox.el" | |
710 "mail mbox access for Gnus" | |
711 (news mail) | |
712 "lisp/gnus/") | |
713 ("nnmh.el" | |
714 "mhspool access for Gnus" | |
715 (news mail) | |
716 "lisp/gnus/") | |
717 ("nnml.el" | |
718 "mail spool access for Gnus" | |
719 (news mail) | |
720 "lisp/gnus/") | |
721 ("nnoo.el" | |
722 "OO Gnus Backends" | |
723 (news) | |
724 "lisp/gnus/") | |
725 ("nnsoup.el" | |
726 "SOUP access for Gnus" | |
727 (news mail) | |
728 "lisp/gnus/") | |
341 ("nnspool.el" | 729 ("nnspool.el" |
342 "spool access using NNTP for GNU Emacs" | 730 "spool access for GNU Emacs" |
343 (news) | 731 (news) |
344 "lisp/gnus/") | 732 "lisp/gnus/") |
345 ("nntp.el" | 733 ("nntp.el" |
346 "GNUS interface to NNTP servers" | 734 "nntp access for Gnus" |
347 nil | 735 (news) |
348 "lisp/gnus/") | 736 "lisp/gnus/") |
349 ("old-nntp.el" | 737 ("nnvirtual.el" |
350 "NNTP (RFC977) Interface for GNU Emacs" | 738 "virtual newsgroups access for Gnus" |
351 (news) | 739 (news) |
352 "lisp/gnus/") | 740 "lisp/gnus/") |
353 ("html-mode.el" | 741 ("nnweb.el" |
354 "Major mode for editing HTML hypertext documents for the WWW" | 742 "retrieving articles via web search engines" |
743 (news) | |
744 "lisp/gnus/") | |
745 ("parse-time.el" | |
746 "Parsing time strings" | |
747 (util) | |
748 "lisp/gnus/") | |
749 ("pop3.el" | |
750 "Post Office Protocol (RFC 1460) interface" | |
751 (mail pop3) | |
752 "lisp/gnus/") | |
753 ("score-mode.el" | |
754 "mode for editing Gnus score files" | |
755 (news mail) | |
756 "lisp/gnus/") | |
757 ("smiley.el" | |
758 "displaying smiley faces" | |
759 (fun) | |
760 "lisp/gnus/") | |
761 ("hm--html-menu.el" | |
762 "A menu for the hm--html-mode." | |
763 nil | |
764 "lisp/hm--html-menus/") | |
765 ("hm--html-mode.el" | |
766 "Major mode for editing HTML documents for the WWW" | |
355 (hypermedia languages help docs wp) | 767 (hypermedia languages help docs wp) |
356 "lisp/hm--html-menus/") | 768 "lisp/hm--html-menus/") |
357 ("html-view.el" | 769 ("html-view.el" |
358 "routines for communicating with a NCSA Mosaic process" | 770 "routines for communicating with a NCSA Mosaic process" |
359 nil | 771 (comm unix wp help) |
360 "lisp/hm--html-menus/") | 772 "lisp/hm--html-menus/") |
361 ("tmpl-minor-mode.el" | 773 ("tmpl-minor-mode.el" |
362 "Template Minor Mode" | 774 "Template Minor Mode" |
363 nil | 775 (data tools) |
364 "lisp/hm--html-menus/") | 776 "lisp/hm--html-menus/") |
365 ("hact.el" | 777 ("iso-acc.el" |
366 "Hyperbole button action handling." | 778 "minor mode providing electric accent keys" |
367 (hypermedia) | 779 (i18n) |
368 "lisp/hyperbole/") | 780 "lisp/iso/") |
369 ("hactypes.el" | |
370 "Default action types for Hyperbole." | |
371 (extensions hypermedia) | |
372 "lisp/hyperbole/") | |
373 ("hargs.el" | |
374 "Obtains user input through Emacs for Hyperbole" | |
375 (extensions hypermedia) | |
376 "lisp/hyperbole/") | |
377 ("hbdata.el" | |
378 "Hyperbole button attribute accessor methods." | |
379 (hypermedia) | |
380 "lisp/hyperbole/") | |
381 ("hbmap.el" | |
382 "Hyperbole button map maintenance for queries and lookups." | |
383 (hypermedia matching) | |
384 "lisp/hyperbole/") | |
385 ("hbut.el" | |
386 "Hyperbole button constructs." | |
387 (extensions hypermedia) | |
388 "lisp/hyperbole/") | |
389 ("hgnus.el" | |
390 "Support Hyperbole buttons in news reader/poster: GNUS." | |
391 (hypermedia news) | |
392 "lisp/hyperbole/") | |
393 ("hhist.el" | |
394 "Maintains history of Hyperbole buttons selected." | |
395 (hypermedia) | |
396 "lisp/hyperbole/") | |
397 ("hib-doc-id.el" | |
398 "Implicit button type for document id index entries." | |
399 (docs extensions hypermedia) | |
400 "lisp/hyperbole/") | |
401 ("hib-kbd.el" | |
402 "Implicit button type for key sequences delimited with {}." | |
403 (extensions hypermedia) | |
404 "lisp/hyperbole/") | |
405 ("hibtypes.el" | |
406 "Hyperbole System Implicit Button Types." | |
407 (extensions hypermedia) | |
408 "lisp/hyperbole/") | |
409 ("hinit.el" | |
410 "Standard initializations for Hyperbole hypertext system." | |
411 (hypermedia) | |
412 "lisp/hyperbole/") | |
413 ("hlvar.el" | |
414 "Permits use of Hyperbole variables in local variable lists." | |
415 (extensions hypermedia) | |
416 "lisp/hyperbole/") | |
417 ("hmail.el" | |
418 "Support for Hyperbole buttons embedded in e-mail messages." | |
419 (hypermedia mail) | |
420 "lisp/hyperbole/") | |
421 ("hmh.el" | |
422 "Support for Hyperbole buttons in mail reader: Mh." | |
423 (hypermedia mail) | |
424 "lisp/hyperbole/") | |
425 ("hmoccur.el" | |
426 "Multi-buffer or multi-file regexp occurrence location." | |
427 (hypermedia matching) | |
428 "lisp/hyperbole/") | |
429 ("hmous-info.el" | |
430 "Walks through Info networks using one key." | |
431 (docs help hypermedia mouse) | |
432 "lisp/hyperbole/") | |
433 ("hmouse-drv.el" | |
434 "Smart Key/Mouse driver functions." | |
435 (hypermedia mouse) | |
436 "lisp/hyperbole/") | |
437 ("hmouse-key.el" | |
438 "Load \"hmouse-sh.el\" or \"hmouse-reg.el\" for Smart Key bindings." | |
439 (hypermedia mouse) | |
440 "lisp/hyperbole/") | |
441 ("hmouse-mod.el" | |
442 "Action Key acts as CONTROL modifier and Assist Key as META modifier." | |
443 (hypermedia mouse) | |
444 "lisp/hyperbole/") | |
445 ("hmouse-reg.el" | |
446 "System-dependent Smart Mouse Key bindings (no shift key)." | |
447 (hypermedia mouse) | |
448 "lisp/hyperbole/") | |
449 ("hmouse-sh.el" | |
450 "System-dependent Smart Mouse Key bindings (using shift key)." | |
451 (hypermedia mouse) | |
452 "lisp/hyperbole/") | |
453 ("hmouse-tag.el" | |
454 "Smart Key support of programming language tags location." | |
455 (c hypermedia mouse oop tools) | |
456 "lisp/hyperbole/") | |
457 ("hpath.el" | |
458 "Hyperbole support routines for handling UNIX paths. " | |
459 (comm hypermedia unix) | |
460 "lisp/hyperbole/") | |
461 ("hrmail.el" | |
462 "Support for Hyperbole buttons in mail reader: Rmail." | |
463 (hypermedia mail) | |
464 "lisp/hyperbole/") | |
465 ("hsite-ex.el" | |
466 "Site-specific setup for Hyperbole" | |
467 (hypermedia local) | |
468 "lisp/hyperbole/") | |
469 ("hsite.el" | |
470 "Site-specific setup for Hyperbole" | |
471 (hypermedia local) | |
472 "lisp/hyperbole/") | |
473 ("hsmail.el" | |
474 "Support for Hyperbole buttons in mail composer: mail and mh-letter." | |
475 (hypermedia mail) | |
476 "lisp/hyperbole/") | |
477 ("hsys-hbase.el" | |
478 "Hyperbole support for the Hyperbase system." | |
479 (comm hypermedia) | |
480 "lisp/hyperbole/") | |
481 ("hsys-w3.el" | |
482 "Hyperbole support for Emacs W3 World-Wide Web (WWW) browsing." | |
483 (comm help hypermedia) | |
484 "lisp/hyperbole/") | |
485 ("hsys-wais.el" | |
486 "Hyperbole support for WAIS browsing." | |
487 (comm help hypermedia) | |
488 "lisp/hyperbole/") | |
489 ("hsys-www.el" | |
490 "Hyperbole support for old CERN command line WWW browsing." | |
491 (comm help hypermedia) | |
492 "lisp/hyperbole/") | |
493 ("htz.el" | |
494 "Timezone-based time and date support for Hyperbole." | |
495 (calendar hypermedia) | |
496 "lisp/hyperbole/") | |
497 ("hui-em19-b.el" | |
498 "GNU Emacs V19 button highlighting and flashing support." | |
499 (faces hypermedia) | |
500 "lisp/hyperbole/") | |
501 ("hui-ep-but.el" | |
502 "Support for highlighting/flashing buttons under Epoch." | |
503 (faces hypermedia) | |
504 "lisp/hyperbole/") | |
505 ("hui-epV4-b.el" | |
506 "Support color and flashing of hyper-buttons under Epoch V4" | |
507 (faces hypermedia) | |
508 "lisp/hyperbole/") | |
509 ("hui-menu.el" | |
510 "InfoDock/Emacs menubar menu of Hyperbole commands." | |
511 (hypermedia mouse) | |
512 "lisp/hyperbole/") | |
513 ("hui-menus.el" | |
514 "One line command menus for Hyperbole" | |
515 (hypermedia mouse) | |
516 "lisp/hyperbole/") | |
517 ("hui-mouse.el" | |
518 "Use key or mouse key for many functions, e.g. Hypb menus." | |
519 (hypermedia mouse) | |
520 "lisp/hyperbole/") | |
521 ("hui-window.el" | |
522 "Smart Mouse Key window and modeline depress/release actions." | |
523 (hypermedia mouse) | |
524 "lisp/hyperbole/") | |
525 ("hui-xe-but.el" | |
526 "XEmacs button highlighting and flashing support." | |
527 (faces hypermedia) | |
528 "lisp/hyperbole/") | |
529 ("hui.el" | |
530 "GNU Emacs User Interface to Hyperbole" | |
531 (hypermedia) | |
532 "lisp/hyperbole/") | |
533 ("hvar.el" | |
534 "Variable manipulation routines for Hyperbole." | |
535 (extensions hypermedia) | |
536 "lisp/hyperbole/") | |
537 ("hversion.el" | |
538 "Hyperbole version, system and load path information." | |
539 (hypermedia) | |
540 "lisp/hyperbole/") | |
541 ("hvm.el" | |
542 "Support Hyperbole buttons in mail reader: Vm." | |
543 (hypermedia mail) | |
544 "lisp/hyperbole/") | |
545 ("hypb.el" | |
546 "Miscellaneous Hyperbole support features." | |
547 (extensions hypermedia) | |
548 "lisp/hyperbole/") | |
549 ("hyperbole.el" | |
550 "Sets up Hyperbole for autoloading and use." | |
551 (hypermedia) | |
552 "lisp/hyperbole/") | |
553 ("set.el" | |
554 "Provide general mathematical operators on unordered sets." | |
555 (extensions tools) | |
556 "lisp/hyperbole/") | |
557 ("wconfig.el" | |
558 "Saves and yanks from save ring of window configurations." | |
559 (frames hypermedia) | |
560 "lisp/hyperbole/") | |
561 ("wrolo-logic.el" | |
562 "Performs logical retrievals on rolodex files" | |
563 (hypermedia matching) | |
564 "lisp/hyperbole/") | |
565 ("wrolo-menu.el" | |
566 "Pulldown and popup menus of Hyperbole rolodex commands." | |
567 (hypermedia matching mouse) | |
568 "lisp/hyperbole/") | |
569 ("wrolo.el" | |
570 "Hierarchical, multi-file, easy to use rolodex system" | |
571 (hypermedia matching) | |
572 "lisp/hyperbole/") | |
573 ("kfile.el" | |
574 "Save and restore kotls from files." | |
575 (outlines wp) | |
576 "lisp/hyperbole/kotl/") | |
577 ("kfill.el" | |
578 "Fill and justify koutline cells (adapted from Kyle Jones' filladapt)." | |
579 (outlines wp) | |
580 "lisp/hyperbole/kotl/") | |
581 ("kimport.el" | |
582 "Convert and insert other outline file formats into koutlines." | |
583 (data outlines wp) | |
584 "lisp/hyperbole/kotl/") | |
585 ("klabel.el" | |
586 "Display label handling for koutlines." | |
587 (outlines wp) | |
588 "lisp/hyperbole/kotl/") | |
589 ("klink.el" | |
590 "Implicit reference to a kcell action type, for use in koutlines." | |
591 (extensions hypermedia outlines wp) | |
592 "lisp/hyperbole/kotl/") | |
593 ("kmenu.el" | |
594 "Pulldown and popup menus for kotl-mode, the Hyperbole Outliner." | |
595 (mouse outlines wp) | |
596 "lisp/hyperbole/kotl/") | |
597 ("knode.el" | |
598 "Generic nodes for use as elements in data structures." | |
599 (extensions hypermedia outlines) | |
600 "lisp/hyperbole/kotl/") | |
601 ("kotl-mode.el" | |
602 "Major mode for editing koutlines and associated commands." | |
603 (data hypermedia outlines wp) | |
604 "lisp/hyperbole/kotl/") | |
605 ("kotl.el" | |
606 "Internal representation of outline kcells used by kviews." | |
607 (outlines wp) | |
608 "lisp/hyperbole/kotl/") | |
609 ("kprop-em19.el" | |
610 "Koutline text property handling under Emacs 19." | |
611 (outlines wp) | |
612 "lisp/hyperbole/kotl/") | |
613 ("kprop-xe.el" | |
614 "Koutline text property handling under XEmacs." | |
615 (outlines wp) | |
616 "lisp/hyperbole/kotl/") | |
617 ("kproperty.el" | |
618 "Wrapper for koutline text property implementations." | |
619 (outlines wp) | |
620 "lisp/hyperbole/kotl/") | |
621 ("kview.el" | |
622 "Display handling of koutlines." | |
623 (outlines wp) | |
624 "lisp/hyperbole/kotl/") | |
625 ("iso-ascii.el" | 781 ("iso-ascii.el" |
626 "set up char tables for ISO 8859/1 on ASCII terminals." | 782 "set up char tables for ISO 8859/1 on ASCII terminals." |
627 (i18n) | 783 (i18n) |
784 "lisp/iso/") | |
785 ("iso-cvt.el" | |
786 "translate to ISO 8859-1 from/to net/TeX conventions" | |
787 (tex iso latin i18n) | |
628 "lisp/iso/") | 788 "lisp/iso/") |
629 ("iso-insert.el" | 789 ("iso-insert.el" |
630 "insert functions for ISO 8859/1." | 790 "insert functions for ISO 8859/1." |
631 (i18n) | 791 (i18n) |
632 "lisp/iso/") | 792 "lisp/iso/") |
640 "lisp/iso/") | 800 "lisp/iso/") |
641 ("swedish.el" | 801 ("swedish.el" |
642 "miscellaneous functions for dealing with Swedish." | 802 "miscellaneous functions for dealing with Swedish." |
643 (i18n) | 803 (i18n) |
644 "lisp/iso/") | 804 "lisp/iso/") |
805 ("mc-remail.el" | |
806 "Remailer support for Mailcrypt" | |
807 nil | |
808 "lisp/mailcrypt/") | |
645 ("mh-comp.el" | 809 ("mh-comp.el" |
646 "mh-e functions for composing messages" | 810 "mh-e functions for composing messages" |
647 nil | 811 nil |
648 "lisp/mh-e/") | 812 "lisp/mh-e/") |
649 ("mh-e.el" | 813 ("mh-e.el" |
670 "mh-e code needed for both sending and reading" | 834 "mh-e code needed for both sending and reading" |
671 nil | 835 nil |
672 "lisp/mh-e/") | 836 "lisp/mh-e/") |
673 ("abbrev.el" | 837 ("abbrev.el" |
674 "abbrev mode commands for Emacs" | 838 "abbrev mode commands for Emacs" |
675 (internal abbrev) | 839 (abbrev) |
676 "lisp/modes/") | 840 "lisp/modes/") |
677 ("ada.el" | 841 ("ada-mode.el" |
678 "Ada editing support package in GNUlisp. v1.0" | 842 "An Emacs major-mode for editing Ada source." |
679 (languages) | 843 nil |
680 "lisp/modes/") | 844 "lisp/modes/") |
681 ("arc-mode.el" | 845 ("arc-mode.el" |
682 "simple editing of archives" | 846 "simple editing of archives" |
683 (archives msdog editing major-mode) | 847 (archives msdog editing major-mode) |
684 "lisp/modes/") | 848 "lisp/modes/") |
685 ("asm-mode.el" | 849 ("asm-mode.el" |
686 "mode for editing assembler code" | 850 "mode for editing assembler code" |
687 (tools languages) | 851 (tools languages) |
688 "lisp/modes/") | 852 "lisp/modes/") |
853 ("auto-show.el" | |
854 "perform automatic horizontal scrolling as point moves" | |
855 (scroll display minor-mode) | |
856 "lisp/modes/") | |
689 ("awk-mode.el" | 857 ("awk-mode.el" |
690 "AWK code editing commands for Emacs" | 858 "AWK code editing commands for Emacs" |
691 (unix languages) | 859 (unix languages) |
692 "lisp/modes/") | 860 "lisp/modes/") |
693 ("bib-mode.el" | 861 ("bib-mode.el" |
694 "bib-mode, major mode for editing bib files." | 862 "bib-mode, major mode for editing bib files." |
695 (bib wp) | 863 (bib) |
696 "lisp/modes/") | 864 "lisp/modes/") |
697 ("bibtex.el" | 865 ("bibtex.el" |
698 "BibTeX mode for GNU Emacs" | 866 "BibTeX mode for GNU Emacs" |
699 (tex bib) | 867 (tex bib) |
700 "lisp/modes/") | 868 "lisp/modes/") |
701 ("c-comment.el" | 869 ("c-comment.el" |
702 "edit C comments" | 870 "edit C comments" |
703 (c) | 871 (c) |
704 "lisp/modes/") | 872 "lisp/modes/") |
873 ("c-style.el" | |
874 "sets c-style control variables." | |
875 nil | |
876 "lisp/modes/") | |
705 ("cc-compat.el" | 877 ("cc-compat.el" |
706 "cc-mode compatibility with c-mode.el confusion" | 878 "cc-mode compatibility with c-mode.el confusion" |
707 (c languages oop) | 879 (c languages oop) |
708 "lisp/modes/") | 880 "lisp/modes/") |
709 ("cc-guess.el" | 881 ("cc-guess.el" |
713 ("cc-lobotomy.el" | 885 ("cc-lobotomy.el" |
714 "excise portions of cc-mode's brain... for speed" | 886 "excise portions of cc-mode's brain... for speed" |
715 (c languages oop) | 887 (c languages oop) |
716 "lisp/modes/") | 888 "lisp/modes/") |
717 ("cc-mode.el" | 889 ("cc-mode.el" |
718 "major mode for editing C, C++, and Objective-C code" | 890 "major mode for editing C, C++, Objective-C, and Java code" |
719 (c languages oop) | 891 (c languages oop) |
892 "lisp/modes/") | |
893 ("cl-indent.el" | |
894 "enhanced lisp-indent mode" | |
895 (lisp tools) | |
720 "lisp/modes/") | 896 "lisp/modes/") |
721 ("cmacexp.el" | 897 ("cmacexp.el" |
722 "expand C macros in a region" | 898 "expand C macros in a region" |
723 (c) | 899 (c) |
724 "lisp/modes/") | 900 "lisp/modes/") |
901 ("enriched.el" | |
902 "read and save files in text/enriched format" | |
903 (wp faces) | |
904 "lisp/modes/") | |
905 ("executable.el" | |
906 "base functionality for executable interpreter scripts" | |
907 (languages unix) | |
908 "lisp/modes/") | |
909 ("f90.el" | |
910 "Fortran-90 mode (free format)" | |
911 (fortran f90 languages) | |
912 "lisp/modes/") | |
913 ("follow.el" | |
914 "Minor mode, Synchronize windows showing the same buffer." | |
915 (display window minor-mode) | |
916 "lisp/modes/") | |
725 ("fortran-misc.el" | 917 ("fortran-misc.el" |
726 "Routines than can be used with fortran mode." | 918 "Routines than can be used with fortran mode." |
727 (languages) | 919 (languages) |
728 "lisp/modes/") | 920 "lisp/modes/") |
729 ("fortran.el" | 921 ("fortran.el" |
730 "Fortran mode for GNU Emacs" | 922 "Fortran mode for GNU Emacs" |
731 (languages) | 923 (languages) |
732 "lisp/modes/") | 924 "lisp/modes/") |
733 ("hideif.el" | 925 ("hideif.el" |
734 "hides selected code within ifdef." | 926 "hides selected code within ifdef." |
735 (c) | 927 (c outlines) |
736 "lisp/modes/") | 928 "lisp/modes/") |
737 ("hideshow.el" | 929 ("hideshow.el" |
738 "minor mode cmds to selectively display blocks of code" | 930 "minor mode cmds to selectively display blocks of code" |
739 nil | 931 (c c++ lisp tools editing) |
740 "lisp/modes/") | 932 "lisp/modes/") |
741 ("icon.el" | 933 ("icon.el" |
742 "mode for editing Icon code" | 934 "mode for editing Icon code" |
743 (languages) | 935 (languages) |
744 "lisp/modes/") | 936 "lisp/modes/") |
937 ("imenu.el" | |
938 "Framework for mode-specific buffer indexes." | |
939 (tools) | |
940 "lisp/modes/") | |
941 ("ksh-mode.el" | |
942 "sh (ksh, bash) script editing mode for GNU Emacs." | |
943 (shell korn bourne sh ksh bash) | |
944 "lisp/modes/") | |
745 ("lisp-mnt.el" | 945 ("lisp-mnt.el" |
746 "minor mode for Emacs Lisp maintainers" | 946 "minor mode for Emacs Lisp maintainers" |
747 (docs) | 947 (docs) |
748 "lisp/modes/") | 948 "lisp/modes/") |
749 ("lisp-mode.el" | 949 ("lisp-mode.el" |
750 "Lisp mode, and its idiosyncratic commands." | 950 "Lisp mode, and its idiosyncratic commands." |
751 (lisp languages) | 951 (lisp languages) |
752 "lisp/modes/") | 952 "lisp/modes/") |
753 ("makefile.el" | 953 ("m4-mode.el" |
954 "m4 code editing commands for Emacs" | |
955 (languages faces) | |
956 "lisp/modes/") | |
957 ("make-mode.el" | |
754 "makefile editing commands for Emacs" | 958 "makefile editing commands for Emacs" |
755 (unix tools) | 959 (unix tools) |
756 "lisp/modes/") | |
757 ("mim-mode.el" | |
758 "Mim (MDL in MDL) mode." | |
759 (languages) | |
760 "lisp/modes/") | |
761 ("mim-syntax.el" | |
762 "syntax checker for Mim (MDL)." | |
763 (languages) | |
764 "lisp/modes/") | 960 "lisp/modes/") |
765 ("modula2.el" | 961 ("modula2.el" |
766 "Modula-2 editing support package" | 962 "Modula-2 editing support package" |
767 (languages) | 963 (languages) |
768 "lisp/modes/") | 964 "lisp/modes/") |
800 "lisp/modes/") | 996 "lisp/modes/") |
801 ("prolog.el" | 997 ("prolog.el" |
802 "major mode for editing and running Prolog under Emacs" | 998 "major mode for editing and running Prolog under Emacs" |
803 (languages) | 999 (languages) |
804 "lisp/modes/") | 1000 "lisp/modes/") |
1001 ("python-mode.el" | |
1002 "Major mode for editing Python programs" | |
1003 (python languages oop) | |
1004 "lisp/modes/") | |
805 ("rexx-mode.el" | 1005 ("rexx-mode.el" |
806 "major mode for editing REXX program files" | 1006 "major mode for editing REXX program files" |
807 (languages) | 1007 (languages) |
808 "lisp/modes/") | 1008 "lisp/modes/") |
809 ("rsz-minibuf.el" | 1009 ("rsz-minibuf.el" |
810 "dynamically resize minibuffer to display entire contents" | 1010 "dynamically resize minibuffer to display entire contents" |
811 nil | 1011 (minibuffer window frames display) |
812 "lisp/modes/") | 1012 "lisp/modes/") |
813 ("scheme.el" | 1013 ("scheme.el" |
814 "Scheme mode, and its idiosyncratic commands." | 1014 "Scheme mode, and its idiosyncratic commands." |
815 (languages lisp) | 1015 (languages lisp) |
816 "lisp/modes/") | 1016 "lisp/modes/") |
820 "lisp/modes/") | 1020 "lisp/modes/") |
821 ("sendmail.el" | 1021 ("sendmail.el" |
822 "mail sending commands for Emacs." | 1022 "mail sending commands for Emacs." |
823 (mail) | 1023 (mail) |
824 "lisp/modes/") | 1024 "lisp/modes/") |
825 ("sgml-mode.el" | 1025 ("sh-script.el" |
826 "SGML-editing mode" | 1026 "shell-script editing commands for Emacs" |
827 (wp) | 1027 (languages unix) |
828 "lisp/modes/") | 1028 "lisp/modes/") |
829 ("simula.el" | 1029 ("simula.el" |
830 "SIMULA 87 code editing commands for Emacs" | 1030 "SIMULA 87 code editing commands for Emacs" |
831 (languages) | 1031 (languages) |
832 "lisp/modes/") | 1032 "lisp/modes/") |
1033 ("tcl.el" | |
1034 "Tcl code editing commands for Emacs" | |
1035 (languages tcl modes) | |
1036 "lisp/modes/") | |
833 ("tex-mode.el" | 1037 ("tex-mode.el" |
834 "TeX, LaTeX, and SliTeX mode commands." | 1038 "TeX, LaTeX, and SliTeX mode commands." |
835 nil | 1039 nil |
836 "lisp/modes/") | 1040 "lisp/modes/") |
1041 ("texinfo.el" | |
1042 "major mode for editing Texinfo files" | |
1043 (tex wp) | |
1044 "lisp/modes/") | |
837 ("text-mode.el" | 1045 ("text-mode.el" |
838 "text mode, and its idiosyncratic commands." | 1046 "text mode, and its idiosyncratic commands." |
839 nil | 1047 nil |
840 "lisp/modes/") | 1048 "lisp/modes/") |
841 ("two-column.el" | 1049 ("two-column.el" |
842 "minor mode for editing of two-column text" | 1050 "minor mode for editing of two-column text" |
843 nil | 1051 nil |
844 "lisp/modes/") | 1052 "lisp/modes/") |
1053 ("verilog-mode.el" | |
1054 "major mode for editing verilog source in Emacs" | |
1055 (languages) | |
1056 "lisp/modes/") | |
1057 ("vhdl-mode.el" | |
1058 "major mode for editing VHDL code" | |
1059 (languages vhdl) | |
1060 "lisp/modes/") | |
845 ("view-less.el" | 1061 ("view-less.el" |
846 "Minor mode for browsing files with keybindings like `less'" | 1062 "Minor mode for browsing files with keybindings like `less'" |
847 nil | 1063 (wp unix) |
848 "lisp/modes/") | 1064 "lisp/modes/") |
849 ("view.el" | 1065 ("view.el" |
850 "peruse file or buffer without editing." | 1066 "peruse file or buffer without editing." |
851 (wp unix) | 1067 (wp unix) |
852 "lisp/modes/") | 1068 "lisp/modes/") |
853 ("br-c++-ft.el" | 1069 ("vrml-mode.el" |
854 "C++ OO-Browser class and member functions." | 1070 "major mode for editing VRML (.wrl) files" |
855 (c oop tools) | 1071 (languages vrml modes) |
856 "lisp/oobr/") | 1072 "lisp/modes/") |
857 ("br-c++.el" | 1073 ("whitespace-mode.el" |
858 "Support routines for C++ inheritance browsing." | 1074 "minor mode for making whitespace visible" |
859 (c oop tools) | 1075 (modes extensions) |
860 "lisp/oobr/") | 1076 "lisp/modes/") |
861 ("br-c-ft.el" | 1077 ("winmgr-mode.el" |
862 "OO-Browser C construct handling." | 1078 "generic window manager mode" |
863 (c tools) | 1079 (languages) |
864 "lisp/oobr/") | 1080 "lisp/modes/") |
865 ("br-clos-ft.el" | 1081 ("xpm-mode.el" |
866 "CLOS OO-Browser class and element functions." | 1082 "minor mode for editing XPM files" |
867 (lisp oop tools) | 1083 (data tools) |
868 "lisp/oobr/") | 1084 "lisp/modes/") |
869 ("br-clos.el" | 1085 ("xrdb-mode.el" |
870 "Support routines for CLOS inheritance browsing." | 1086 "mode for editing X resource database files" |
871 (lisp oop tools) | 1087 (data languages) |
872 "lisp/oobr/") | 1088 "lisp/modes/") |
873 ("br-compl.el" | 1089 ("latex-math-symbol.el" |
874 "Most functions for performing completion on OO constructs." | 1090 "LaTeX math symbol decoder" |
875 (matching oop tools) | 1091 (latex math mule) |
876 "lisp/oobr/") | 1092 "lisp/mu/") |
877 ("br-eif-ft.el" | 1093 ("mu-bbdb.el" |
878 "Eiffel OO-Browser class and feature functions." | 1094 "`attribution' function for mu-cite with BBDB." |
879 (oop tools) | 1095 nil |
880 "lisp/oobr/") | 1096 "lisp/mu/") |
881 ("br-eif.el" | 1097 ("mu-cite.el" |
882 "Support routines for Eiffel inheritance browsing and error parsing." | 1098 "yet another citation tool for GNU Emacs" |
883 (oop tools) | 1099 (mail news citation) |
884 "lisp/oobr/") | 1100 "lisp/mu/") |
885 ("br-env.el" | 1101 ("std11-parse.el" |
886 "OO-Browser Environment support functions." | 1102 "STD 11 parser for GNU Emacs" |
887 (oop tools) | 1103 (mail news rfc 822 std 11) |
888 "lisp/oobr/") | 1104 "lisp/mu/") |
889 ("br-ftr.el" | 1105 ("std11.el" |
890 "OO-Browser feature browsing support." | 1106 "STD 11 functions for GNU Emacs" |
891 (oop tools) | 1107 (mail news rfc 822 std 11) |
892 "lisp/oobr/") | 1108 "lisp/mu/") |
893 ("br-info.el" | 1109 ("arabic-hooks.el" |
894 "Support routines for Info file hierarchy browsing." | 1110 "pre-loaded support for Arabic." |
895 (docs help hypermedia) | 1111 nil |
896 "lisp/oobr/") | 1112 "lisp/mule/") |
897 ("br-init.el" | 1113 ("arabic.el" |
898 "OO-Browser per Emacs session initialization." | 1114 "minor mode for editing Arabic." |
899 (oop tools) | 1115 nil |
900 "lisp/oobr/") | 1116 "lisp/mule/") |
901 ("br-lib.el" | 1117 ("canna.el" |
902 "OO-Browser support functions." | 1118 "Interface to the Canna input method." |
903 (oop tools) | 1119 nil |
904 "lisp/oobr/") | 1120 "lisp/mule/") |
905 ("br-menu.el" | 1121 ("chinese-hooks.el" |
906 "Pulldown and popup menus for the OO-Browser." | 1122 "pre-loaded support for Chinese." |
907 (mouse oop tools) | 1123 nil |
908 "lisp/oobr/") | 1124 "lisp/mule/") |
909 ("br-objc-ft.el" | 1125 ("chinese.el" |
910 "Objective-C OO-Browser class and feature functions." | 1126 "Chinese specific setup for XEmacs/Mule (not pre-loaded)." |
911 (c oop tools) | 1127 nil |
912 "lisp/oobr/") | 1128 "lisp/mule/") |
913 ("br-objc.el" | 1129 ("cyrillic-hooks.el" |
914 "Support routines for Objective-C inheritance browsing." | 1130 "pre-loaded support for Cyrillic." |
915 (c oop tools) | 1131 nil |
916 "lisp/oobr/") | 1132 "lisp/mule/") |
917 ("br-site.el" | 1133 ("ethiopic-hooks.el" |
918 "Site OO-Browser per Emacs session initialization." | 1134 "pre-loaded support for Ethiopic." |
919 (local oop tools) | 1135 nil |
920 "lisp/oobr/") | 1136 "lisp/mule/") |
921 ("br-smt.el" | 1137 ("european-hooks.el" |
922 "Support routines for Smalltalk inheritance browsing and error parsing." | 1138 "pre-loaded support for European languages." |
923 (oop tools) | 1139 nil |
924 "lisp/oobr/") | 1140 "lisp/mule/") |
925 ("br-start.el" | 1141 ("greek-hooks.el" |
926 "Select language and invoke OO-Browser." | 1142 "pre-loaded support for Greek." |
927 (oop tools) | 1143 nil |
928 "lisp/oobr/") | 1144 "lisp/mule/") |
929 ("br-tree.el" | 1145 ("hebrew-hooks.el" |
930 "Interface between textual and graphical OO-Browsers." | 1146 "pre-loaded support for Hebrew." |
931 (mouse oop tools) | 1147 nil |
932 "lisp/oobr/") | 1148 "lisp/mule/") |
933 ("br-vers.el" | 1149 ("ipa-hooks.el" |
934 "OO-Browser revision number as 'br-version' variable." | 1150 "pre-loaded support for other languages." |
935 (oop tools) | 1151 nil |
936 "lisp/oobr/") | 1152 "lisp/mule/") |
937 ("br.el" | 1153 ("isearch-mule.el" |
938 "Browse object-oriented code." | 1154 "incremental search with front-end inputting method" |
939 (matching oop tools) | 1155 (search) |
940 "lisp/oobr/") | 1156 "lisp/mule/") |
941 ("c++-browse.el" | 1157 ("japanese-hooks.el" |
942 "C++ source code browser." | 1158 "pre-loaded support for Japanese." |
943 (c oop tools) | 1159 nil |
944 "lisp/oobr/") | 1160 "lisp/mule/") |
945 ("clos-brows.el" | 1161 ("kinsoku.el" |
946 "Common Lisp/CLOS source code browser." | 1162 "Kinsoku (line wrap) processing for XEmacs/Mule" |
947 (lisp oop tools) | 1163 nil |
948 "lisp/oobr/") | 1164 "lisp/mule/") |
949 ("eif-browse.el" | 1165 ("korean-hooks.el" |
950 "Eiffel source code browser." | 1166 "pre-loaded support for Korean." |
951 (oop tools) | 1167 nil |
952 "lisp/oobr/") | 1168 "lisp/mule/") |
953 ("eif-calls.el" | 1169 ("mule-category.el" |
954 "Produce first level static call tree for Eiffel class." | 1170 "category functions for XEmacs/Mule." |
955 (oop tools) | 1171 nil |
956 "lisp/oobr/") | 1172 "lisp/mule/") |
957 ("eif-ise-er.el" | 1173 ("mule-ccl.el" |
958 "Parses ISE's Eiffel error messages; compiles Eiffel classes." | 1174 "Code Conversion Language functions." |
959 (oop tools) | 1175 nil |
960 "lisp/oobr/") | 1176 "lisp/mule/") |
961 ("hash-test.el" | 1177 ("mule-charset.el" |
962 "Interactively test functions from hasht.el." | 1178 "Charset functions for Mule." |
963 (extensions maint tools) | 1179 nil |
964 "lisp/oobr/") | 1180 "lisp/mule/") |
965 ("hasht.el" | 1181 ("mule-cne.el" |
966 "Create hash tables from lists and operate on them." | 1182 "interface between input methods Canna and EGG." |
967 (extensions tools) | 1183 nil |
968 "lisp/oobr/") | 1184 "lisp/mule/") |
969 ("hmouse-br.el" | 1185 ("mule-coding.el" |
970 "Hyperbole Key control for the OO-Browser." | 1186 "Coding-system functions for Mule." |
971 (mouse oop tools) | 1187 nil |
972 "lisp/oobr/") | 1188 "lisp/mule/") |
973 ("info-brows.el" | 1189 ("mule-debug.el" |
974 "Support routines for Info inheritance browsing and error parsing." | 1190 "debugging functions for Mule." |
975 (docs help hypermedia) | 1191 nil |
976 "lisp/oobr/") | 1192 "lisp/mule/") |
977 ("objc-brows.el" | 1193 ("mule-files.el" |
978 "Objective-C source code browser." | 1194 "File I/O functions for XEmacs/Mule." |
979 (c oop tools) | 1195 nil |
980 "lisp/oobr/") | 1196 "lisp/mule/") |
981 ("smt-browse.el" | 1197 ("mule-keyboard.el" |
982 "Smalltalk source code browser." | 1198 "Direct input of multilingual chars from keyboard." |
983 (oop tools) | 1199 nil |
984 "lisp/oobr/") | 1200 "lisp/mule/") |
1201 ("mule-load.el" | |
1202 "Load up all pre-loaded Mule Lisp files." | |
1203 nil | |
1204 "lisp/mule/") | |
1205 ("mule-misc.el" | |
1206 "Miscellaneous Mule functions." | |
1207 nil | |
1208 "lisp/mule/") | |
1209 ("mule-process.el" | |
1210 "Process functions for XEmacs/Mule." | |
1211 nil | |
1212 "lisp/mule/") | |
1213 ("mule-x-init.el" | |
1214 "initialization code for X Windows under MULE" | |
1215 (mule x11) | |
1216 "lisp/mule/") | |
1217 ("thai-hooks.el" | |
1218 "pre-loaded support for Thai." | |
1219 nil | |
1220 "lisp/mule/") | |
1221 ("vietnamese-hooks-1.el" | |
1222 "pre-loaded support for Vietnamese, part 1." | |
1223 nil | |
1224 "lisp/mule/") | |
1225 ("vietnamese-hooks-2.el" | |
1226 "pre-loaded support for Vietnamese, part 2." | |
1227 nil | |
1228 "lisp/mule/") | |
1229 ("visual-mode.el" | |
1230 "cursor motion, insertion, deletion, etc. in visual order" | |
1231 nil | |
1232 "lisp/mule/") | |
985 ("add-log.el" | 1233 ("add-log.el" |
986 "change log maintenance commands for Emacs" | 1234 "change log maintenance commands for Emacs" |
987 (maint) | 1235 (maint) |
988 "lisp/packages/") | 1236 "lisp/packages/") |
989 ("apropos.el" | 1237 ("apropos.el" |
990 "faster apropos commands." | 1238 "apropos commands for users and programmers." |
991 (help) | 1239 (help) |
992 "lisp/packages/") | 1240 "lisp/packages/") |
993 ("array.el" | 1241 ("array.el" |
994 "array editing commands for XEmacs" | 1242 "array editing commands for XEmacs" |
995 (extensions) | 1243 (extensions) |
996 "lisp/packages/") | 1244 "lisp/packages/") |
997 ("auto-save.el" | |
998 "safer auto saving with support for ange-ftp and /tmp" | |
999 nil | |
1000 "lisp/packages/") | |
1001 ("autoinsert.el" | 1245 ("autoinsert.el" |
1002 "automatic mode-dependent insertion of text into new files" | 1246 "automatic mode-dependent insertion of text into new files" |
1003 nil | 1247 nil |
1004 "lisp/packages/") | 1248 "lisp/packages/") |
1005 ("avoid.el" | 1249 ("avoid.el" |
1006 "make mouse pointer stay out of the way of editing." | 1250 "make mouse pointer stay out of the way of editing" |
1007 (mouse) | 1251 (mouse) |
1252 "lisp/packages/") | |
1253 ("big-menubar.el" | |
1254 "an alternate menubar" | |
1255 (mouse menubar) | |
1256 "lisp/packages/") | |
1257 ("blink-cursor.el" | |
1258 "Blink the cursor on or off" | |
1259 (display) | |
1008 "lisp/packages/") | 1260 "lisp/packages/") |
1009 ("blink-paren.el" | 1261 ("blink-paren.el" |
1010 "blink the matching paren, just like Zmacs" | 1262 "blink the matching paren, just like Zmacs" |
1011 (faces) | 1263 (faces) |
1012 "lisp/packages/") | 1264 "lisp/packages/") |
1014 "set bookmarks, maybe annotate them, jump to them later." | 1266 "set bookmarks, maybe annotate them, jump to them later." |
1015 (bookmarks placeholders annotations) | 1267 (bookmarks placeholders annotations) |
1016 "lisp/packages/") | 1268 "lisp/packages/") |
1017 ("buff-menu.el" | 1269 ("buff-menu.el" |
1018 "buffer menu main function and support functions." | 1270 "buffer menu main function and support functions." |
1019 nil | 1271 (extensions) |
1020 "lisp/packages/") | 1272 "lisp/packages/") |
1021 ("chistory.el" | 1273 ("chistory.el" |
1022 "list command history" | 1274 "list command history" |
1023 nil | 1275 nil |
1024 "lisp/packages/") | 1276 "lisp/packages/") |
1025 ("cmuscheme.el" | 1277 ("cmuscheme.el" |
1026 "Scheme process in a buffer. Adapted from tea.el." | 1278 "Scheme process in a buffer. Adapted from tea.el." |
1027 (processes lisp) | 1279 (processes lisp) |
1028 "lisp/packages/") | 1280 "lisp/packages/") |
1029 ("column.el" | |
1030 "display line and column in the mode line" | |
1031 nil | |
1032 "lisp/packages/") | |
1033 ("compare-w.el" | 1281 ("compare-w.el" |
1034 "compare text between windows for Emacs." | 1282 "compare text between windows for Emacs." |
1035 nil | 1283 nil |
1036 "lisp/packages/") | 1284 "lisp/packages/") |
1037 ("compile.el" | 1285 ("compile.el" |
1044 "lisp/packages/") | 1292 "lisp/packages/") |
1045 ("crypt.el" | 1293 ("crypt.el" |
1046 "code for handling all sorts of compressed and encrypted files" | 1294 "code for handling all sorts of compressed and encrypted files" |
1047 (extensions) | 1295 (extensions) |
1048 "lisp/packages/") | 1296 "lisp/packages/") |
1297 ("cu-edit-faces.el" | |
1298 "interactive face editing mode" | |
1299 nil | |
1300 "lisp/packages/") | |
1049 ("dabbrev.el" | 1301 ("dabbrev.el" |
1050 "dynamic abbreviation package" | 1302 "dynamic abbreviation package" |
1051 (abbrev expand completion) | 1303 (abbrev expand completion) |
1052 "lisp/packages/") | 1304 "lisp/packages/") |
1053 ("desktop.el" | 1305 ("desktop.el" |
1056 "lisp/packages/") | 1308 "lisp/packages/") |
1057 ("detexinfo.el" | 1309 ("detexinfo.el" |
1058 "remove Texinfo commands from a Texinfo source file" | 1310 "remove Texinfo commands from a Texinfo source file" |
1059 (tex docs) | 1311 (tex docs) |
1060 "lisp/packages/") | 1312 "lisp/packages/") |
1061 ("diff.el" | |
1062 "Run `diff' in compilation-mode." | |
1063 (unix tools) | |
1064 "lisp/packages/") | |
1065 ("doctex.el" | 1313 ("doctex.el" |
1066 "grind GNU Emacs DOC file into LaTeX input" | 1314 "grind GNU Emacs DOC file into LaTeX input" |
1067 (tex docs) | 1315 (tex docs) |
1068 "lisp/packages/") | 1316 "lisp/packages/") |
1317 ("edit-faces.el" | |
1318 "interactive face editing mode" | |
1319 nil | |
1320 "lisp/packages/") | |
1069 ("emacsbug.el" | 1321 ("emacsbug.el" |
1070 "command to report Emacs bugs to appropriate mailing list." | 1322 "command to report Emacs bugs to appropriate mailing list." |
1071 (maint) | 1323 (maint) |
1072 "lisp/packages/") | 1324 "lisp/packages/") |
1073 ("emerge.el" | 1325 ("emerge.el" |
1088 "lisp/packages/") | 1340 "lisp/packages/") |
1089 ("file-part.el" | 1341 ("file-part.el" |
1090 "treat a section of a buffer as a separate file" | 1342 "treat a section of a buffer as a separate file" |
1091 (extensions tools) | 1343 (extensions tools) |
1092 "lisp/packages/") | 1344 "lisp/packages/") |
1093 ("filladapt.el" | |
1094 "adaptive fill; replacement for fill commands" | |
1095 (wp) | |
1096 "lisp/packages/") | |
1097 ("font-lock.el" | 1345 ("font-lock.el" |
1098 "decorating source files with fonts/colors based on syntax" | 1346 "decorating source files with fonts/colors based on syntax" |
1099 (languages faces) | 1347 (languages faces) |
1100 "lisp/packages/") | 1348 "lisp/packages/") |
1349 ("fontl-hooks.el" | |
1350 "pre-loaded stuff for font-lock." | |
1351 nil | |
1352 "lisp/packages/") | |
1353 ("func-menu.el" | |
1354 "Jump to a function within a buffer." | |
1355 (tools c lisp) | |
1356 "lisp/packages/") | |
1101 ("generic-sc.el" | 1357 ("generic-sc.el" |
1102 "generic interface to source control systems" | 1358 "generic interface to source control systems" |
1103 (tools unix) | 1359 (tools unix) |
1104 "lisp/packages/") | 1360 "lisp/packages/") |
1105 ("gopher.el" | 1361 ("gopher.el" |
1114 "Hypertext emacs lisp documentation interface." | 1370 "Hypertext emacs lisp documentation interface." |
1115 (lisp tools help docs matching) | 1371 (lisp tools help docs matching) |
1116 "lisp/packages/") | 1372 "lisp/packages/") |
1117 ("icomplete.el" | 1373 ("icomplete.el" |
1118 "minibuffer completion with incremental feedback" | 1374 "minibuffer completion with incremental feedback" |
1375 (help abbrev) | |
1376 "lisp/packages/") | |
1377 ("igrep.el" | |
1378 "An improved interface to `grep`." | |
1119 nil | 1379 nil |
1120 "lisp/packages/") | 1380 "lisp/packages/") |
1121 ("info.el" | 1381 ("info.el" |
1122 "info package for Emacs." | 1382 "info package for Emacs." |
1123 (help) | 1383 (help) |
1124 "lisp/packages/") | 1384 "lisp/packages/") |
1125 ("informat.el" | 1385 ("informat.el" |
1126 "info support functions package for Emacs" | 1386 "info support functions package for Emacs" |
1127 (help) | 1387 (help) |
1128 "lisp/packages/") | 1388 "lisp/packages/") |
1389 ("ispell.el" | |
1390 "spell checking using Ispell" | |
1391 nil | |
1392 "lisp/packages/") | |
1393 ("jka-compr.el" | |
1394 "reading/writing/loading compressed files" | |
1395 (data) | |
1396 "lisp/packages/") | |
1129 ("lazy-lock.el" | 1397 ("lazy-lock.el" |
1130 "Lazy demand-driven fontification for fast font-lock mode." | 1398 "Lazy demand-driven fontification for fast Font Lock mode." |
1131 (faces files) | 1399 (faces files) |
1132 "lisp/packages/") | 1400 "lisp/packages/") |
1133 ("ledit.el" | 1401 ("ledit.el" |
1134 "Emacs side of ledit interface" | 1402 "Emacs side of ledit interface" |
1135 nil | 1403 nil |
1140 "lisp/packages/") | 1408 "lisp/packages/") |
1141 ("lpr.el" | 1409 ("lpr.el" |
1142 "print Emacs buffer on line printer." | 1410 "print Emacs buffer on line printer." |
1143 (unix) | 1411 (unix) |
1144 "lisp/packages/") | 1412 "lisp/packages/") |
1413 ("makeinfo.el" | |
1414 "run makeinfo conveniently" | |
1415 nil | |
1416 "lisp/packages/") | |
1145 ("makesum.el" | 1417 ("makesum.el" |
1146 "generate key binding summary for Emacs" | 1418 "generate key binding summary for Emacs" |
1147 (help) | 1419 (help) |
1148 "lisp/packages/") | 1420 "lisp/packages/") |
1149 ("man.el" | 1421 ("man.el" |
1150 "browse UNIX manual pages" | 1422 "browse UNIX manual pages" |
1151 (help) | 1423 (help) |
1152 "lisp/packages/") | 1424 "lisp/packages/") |
1153 ("medit.el" | |
1154 "front-end to the MEDIT package for editing MDL" | |
1155 (languages) | |
1156 "lisp/packages/") | |
1157 ("metamail.el" | 1425 ("metamail.el" |
1158 "Metamail interface for GNU Emacs" | 1426 "Metamail interface for GNU Emacs" |
1159 (mail news mime multimedia) | 1427 (mail news mime multimedia) |
1160 "lisp/packages/") | 1428 "lisp/packages/") |
1429 ("mic-paren.el" | |
1430 "highlight matching parenthesises." | |
1431 (languages faces) | |
1432 "lisp/packages/") | |
1161 ("mime-compose.el" | 1433 ("mime-compose.el" |
1162 "mime-compose.el ---" | 1434 "mime-compose.el ---" |
1163 nil | 1435 nil |
1164 "lisp/packages/") | 1436 "lisp/packages/") |
1165 ("netunam.el" | 1437 ("netunam.el" |
1172 "lisp/packages/") | 1444 "lisp/packages/") |
1173 ("paren.el" | 1445 ("paren.el" |
1174 "highlight (un)matching parens and whole expressions" | 1446 "highlight (un)matching parens and whole expressions" |
1175 (languages faces) | 1447 (languages faces) |
1176 "lisp/packages/") | 1448 "lisp/packages/") |
1449 ("pending-del.el" | |
1450 "Making insertions replace any selected text." | |
1451 nil | |
1452 "lisp/packages/") | |
1177 ("ps-print.el" | 1453 ("ps-print.el" |
1178 "Jim's Pretty-Good PostScript Generator for Emacs 19." | 1454 "Jim's Pretty-Good PostScript Generator for Emacs 19." |
1179 (print postscript) | 1455 (print postscript) |
1180 "lisp/packages/") | 1456 "lisp/packages/") |
1457 ("rcompile.el" | |
1458 "run a compilation on a remote machine" | |
1459 (tools processes) | |
1460 "lisp/packages/") | |
1181 ("recent-files.el" | 1461 ("recent-files.el" |
1182 "Maintain menu of recently opened files." | 1462 "Maintain menu of recently opened files." |
1183 (menu file) | 1463 (menu file) |
1184 "lisp/packages/") | 1464 "lisp/packages/") |
1185 ("refbib.el" | 1465 ("refbib.el" |
1188 "lisp/packages/") | 1468 "lisp/packages/") |
1189 ("resume.el" | 1469 ("resume.el" |
1190 "process command line args from within a suspended Emacs job" | 1470 "process command line args from within a suspended Emacs job" |
1191 (processes) | 1471 (processes) |
1192 "lisp/packages/") | 1472 "lisp/packages/") |
1193 ("rnews.el" | |
1194 "USENET news reader for gnu emacs" | |
1195 (news) | |
1196 "lisp/packages/") | |
1197 ("rnewspost.el" | |
1198 "USENET news poster/mailer for GNU Emacs" | |
1199 (mail news) | |
1200 "lisp/packages/") | |
1201 ("saveplace.el" | 1473 ("saveplace.el" |
1202 "automatically save place in files." | 1474 "automatically save place in files." |
1203 (bookmarks placeholders) | 1475 (bookmarks placeholders) |
1204 "lisp/packages/") | 1476 "lisp/packages/") |
1477 ("sccs.el" | |
1478 "easy-to-use SCCS control from within Emacs" | |
1479 nil | |
1480 "lisp/packages/") | |
1205 ("server.el" | 1481 ("server.el" |
1206 "Lisp code for GNU Emacs running as server process." | 1482 "Lisp code for GNU Emacs running as server process." |
1207 (processes) | 1483 (processes) |
1208 "lisp/packages/") | 1484 "lisp/packages/") |
1209 ("spell.el" | 1485 ("spell.el" |
1220 "lisp/packages/") | 1496 "lisp/packages/") |
1221 ("terminal.el" | 1497 ("terminal.el" |
1222 "terminal emulator for GNU Emacs." | 1498 "terminal emulator for GNU Emacs." |
1223 (comm terminals) | 1499 (comm terminals) |
1224 "lisp/packages/") | 1500 "lisp/packages/") |
1501 ("texinfmt.el" | |
1502 "format Texinfo files into Info files." | |
1503 nil | |
1504 "lisp/packages/") | |
1505 ("texnfo-upd.el" | |
1506 "utilities for updating nodes and menus in Texinfo files" | |
1507 (maint tex docs) | |
1508 "lisp/packages/") | |
1225 ("time-stamp.el" | 1509 ("time-stamp.el" |
1226 "Maintain last change time stamps in files edited by Emacs" | 1510 "Maintain last change time stamps in files edited by Emacs" |
1227 (tools) | 1511 (tools) |
1228 "lisp/packages/") | 1512 "lisp/packages/") |
1229 ("time.el" | 1513 ("time.el" |
1230 "display time and load in mode line of Emacs." | 1514 "display time and load in mode line of Emacs." |
1231 (extensions) | 1515 nil |
1232 "lisp/packages/") | 1516 "lisp/packages/") |
1233 ("uncompress.el" | 1517 ("uncompress.el" |
1234 "auto-decompression hook for visiting .Z files" | 1518 "auto-decompression hook for visiting .Z files" |
1235 (unix extensions) | 1519 (unix extensions) |
1236 "lisp/packages/") | 1520 "lisp/packages/") |
1248 "lisp/packages/") | 1532 "lisp/packages/") |
1249 ("vc.el" | 1533 ("vc.el" |
1250 "drive a version-control system from within Emacs" | 1534 "drive a version-control system from within Emacs" |
1251 nil | 1535 nil |
1252 "lisp/packages/") | 1536 "lisp/packages/") |
1537 ("webjump.el" | |
1538 "programmable Web hotlist" | |
1539 (webjump web www browse-url) | |
1540 "lisp/packages/") | |
1541 ("webster-www.el" | |
1542 "Look up a word in WWW Merriam-Webster dictionary" | |
1543 (comm hypermedia) | |
1544 "lisp/packages/") | |
1253 ("xscheme.el" | 1545 ("xscheme.el" |
1254 "run Scheme under Emacs" | 1546 "run Scheme under Emacs" |
1255 (languages lisp) | 1547 (languages lisp) |
1256 "lisp/packages/") | 1548 "lisp/packages/") |
1549 ("dll-debug.el" | |
1550 "A slow implementation of dll for debugging." | |
1551 (extensions lisp) | |
1552 "lisp/pcl-cvs/") | |
1257 ("about.el" | 1553 ("about.el" |
1258 "the About The Authors page (shameless self promotion)." | 1554 "the About The Authors page (shameless self promotion)." |
1555 nil | |
1556 "lisp/prim/") | |
1557 ("advocacy.el" | |
1558 "blatant XEmacs self promotion" | |
1259 nil | 1559 nil |
1260 "lisp/prim/") | 1560 "lisp/prim/") |
1261 ("backquote.el" | 1561 ("backquote.el" |
1262 "Full backquote support for elisp. Reverse compatible too." | 1562 "Full backquote support for elisp. Reverse compatible too." |
1263 (extensions) | 1563 (extensions) |
1264 "lisp/prim/") | 1564 "lisp/prim/") |
1565 ("buffer.el" | |
1566 "buffer routines taken from C" | |
1567 nil | |
1568 "lisp/prim/") | |
1265 ("case-table.el" | 1569 ("case-table.el" |
1266 "code to extend the character set and support case tables." | 1570 "code to extend the character set and support case tables." |
1267 (i18n) | 1571 (i18n) |
1268 "lisp/prim/") | 1572 "lisp/prim/") |
1573 ("cleantree.el" | |
1574 "Remove out of date .elcs in lisp directories" | |
1575 (internal) | |
1576 "lisp/prim/") | |
1269 ("cmdloop.el" | 1577 ("cmdloop.el" |
1270 "support functions for the top-level command loop." | 1578 "support functions for the top-level command loop." |
1271 nil | 1579 nil |
1580 "lisp/prim/") | |
1581 ("console.el" | |
1582 "miscellaneous console functions not written in C" | |
1583 (internal) | |
1272 "lisp/prim/") | 1584 "lisp/prim/") |
1273 ("debug.el" | 1585 ("debug.el" |
1274 "debuggers and related commands for XEmacs" | 1586 "debuggers and related commands for XEmacs" |
1275 nil | 1587 nil |
1276 "lisp/prim/") | 1588 "lisp/prim/") |
1284 "lisp/prim/") | 1596 "lisp/prim/") |
1285 ("env.el" | 1597 ("env.el" |
1286 "functions to manipulate environment variables." | 1598 "functions to manipulate environment variables." |
1287 (processes unix) | 1599 (processes unix) |
1288 "lisp/prim/") | 1600 "lisp/prim/") |
1601 ("events.el" | |
1602 "event functions." | |
1603 (internal) | |
1604 "lisp/prim/") | |
1289 ("extents.el" | 1605 ("extents.el" |
1290 "miscellaneous extent functions not written in C" | 1606 "miscellaneous extent functions not written in C" |
1291 (internal) | 1607 (internal) |
1292 "lisp/prim/") | 1608 "lisp/prim/") |
1293 ("faces.el" | 1609 ("faces.el" |
1294 "Lisp interface to the C \"face\" structure" | 1610 "Lisp interface to the C \"face\" structure" |
1295 (faces internal) | 1611 (faces internal) |
1296 "lisp/prim/") | 1612 "lisp/prim/") |
1613 ("files-nomule.el" | |
1614 "file I/O stubs when not under Mule." | |
1615 nil | |
1616 "lisp/prim/") | |
1297 ("files.el" | 1617 ("files.el" |
1298 "file input and output commands for XEmacs." | 1618 "file input and output commands for XEmacs." |
1299 nil | 1619 nil |
1300 "lisp/prim/") | 1620 "lisp/prim/") |
1301 ("fill.el" | 1621 ("fill.el" |
1304 "lisp/prim/") | 1624 "lisp/prim/") |
1305 ("float-sup.el" | 1625 ("float-sup.el" |
1306 "detect absence of floating-point support in XEmacs runtime" | 1626 "detect absence of floating-point support in XEmacs runtime" |
1307 (internal) | 1627 (internal) |
1308 "lisp/prim/") | 1628 "lisp/prim/") |
1629 ("format.el" | |
1630 "read and save files in multiple formats" | |
1631 (extensions) | |
1632 "lisp/prim/") | |
1309 ("frame.el" | 1633 ("frame.el" |
1310 "multi-frame management independent of window systems." | 1634 "multi-frame management independent of window systems." |
1311 (internal) | 1635 (internal) |
1312 "lisp/prim/") | 1636 "lisp/prim/") |
1313 ("glyphs.el" | 1637 ("glyphs.el" |
1314 "Lisp interface to C glyphs" | 1638 "Lisp interface to C glyphs" |
1315 (glyphs internal) | 1639 (glyphs internal) |
1316 "lisp/prim/") | 1640 "lisp/prim/") |
1641 ("gui.el" | |
1642 "Basic GUI functions for XEmacs." | |
1643 nil | |
1644 "lisp/prim/") | |
1317 ("help.el" | 1645 ("help.el" |
1318 "help commands for XEmacs." | 1646 "help commands for XEmacs." |
1319 nil | 1647 (help internal) |
1320 "lisp/prim/") | 1648 "lisp/prim/") |
1321 ("inc-vers.el" | 1649 ("inc-vers.el" |
1322 "load this to increment the recorded XEmacs version number." | 1650 "load this to increment the recorded XEmacs version number." |
1323 (internal) | 1651 (internal) |
1324 "lisp/prim/") | 1652 "lisp/prim/") |
1325 ("indent.el" | 1653 ("indent.el" |
1326 "indentation commands for XEmacs" | 1654 "indentation commands for XEmacs" |
1327 (lisp languages tools) | 1655 (lisp languages tools) |
1328 "lisp/prim/") | 1656 "lisp/prim/") |
1657 ("itimer-autosave.el" | |
1658 "Autosave functions with itimers" | |
1659 nil | |
1660 "lisp/prim/") | |
1329 ("lisp.el" | 1661 ("lisp.el" |
1330 "Lisp editing commands for XEmacs" | 1662 "Lisp editing commands for XEmacs" |
1331 (lisp languages) | 1663 (lisp languages) |
1332 "lisp/prim/") | 1664 "lisp/prim/") |
1333 ("loaddefs.el" | 1665 ("loaddefs.el" |
1344 "lisp/prim/") | 1676 "lisp/prim/") |
1345 ("misc.el" | 1677 ("misc.el" |
1346 "miscellaneous functions for XEmacs" | 1678 "miscellaneous functions for XEmacs" |
1347 nil | 1679 nil |
1348 "lisp/prim/") | 1680 "lisp/prim/") |
1681 ("modeline.el" | |
1682 "modeline hackery." | |
1683 nil | |
1684 "lisp/prim/") | |
1349 ("mouse.el" | 1685 ("mouse.el" |
1350 "window system-independent mouse support." | 1686 "window system-independent mouse support." |
1351 (hardware) | 1687 (hardware) |
1352 "lisp/prim/") | 1688 "lisp/prim/") |
1353 ("novice.el" | 1689 ("novice.el" |
1364 "lisp/prim/") | 1700 "lisp/prim/") |
1365 ("options.el" | 1701 ("options.el" |
1366 "edit Options command for XEmacs." | 1702 "edit Options command for XEmacs." |
1367 nil | 1703 nil |
1368 "lisp/prim/") | 1704 "lisp/prim/") |
1705 ("overlay.el" | |
1706 "overlay support." | |
1707 (internal) | |
1708 "lisp/prim/") | |
1369 ("page.el" | 1709 ("page.el" |
1370 "page motion commands for emacs." | 1710 "page motion commands for emacs." |
1371 nil | 1711 nil |
1372 "lisp/prim/") | 1712 "lisp/prim/") |
1373 ("paragraphs.el" | 1713 ("paragraphs.el" |
1376 "lisp/prim/") | 1716 "lisp/prim/") |
1377 ("process.el" | 1717 ("process.el" |
1378 "commands for subprocesses; split out of simple.el" | 1718 "commands for subprocesses; split out of simple.el" |
1379 nil | 1719 nil |
1380 "lisp/prim/") | 1720 "lisp/prim/") |
1721 ("profile.el" | |
1722 "basic profiling commands for XEmacs" | |
1723 nil | |
1724 "lisp/prim/") | |
1381 ("rect.el" | 1725 ("rect.el" |
1382 "rectangle functions for XEmacs." | 1726 "rectangle functions for XEmacs." |
1383 (internal) | 1727 (internal) |
1384 "lisp/prim/") | 1728 "lisp/prim/") |
1385 ("register.el" | 1729 ("register.el" |
1416 "lisp/prim/") | 1760 "lisp/prim/") |
1417 ("subr.el" | 1761 ("subr.el" |
1418 "basic lisp subroutines for XEmacs" | 1762 "basic lisp subroutines for XEmacs" |
1419 nil | 1763 nil |
1420 "lisp/prim/") | 1764 "lisp/prim/") |
1765 ("symbols.el" | |
1766 "functions for working with symbols and symbol values" | |
1767 nil | |
1768 "lisp/prim/") | |
1421 ("tabify.el" | 1769 ("tabify.el" |
1422 "tab conversion commands for XEmacs" | 1770 "tab conversion commands for XEmacs" |
1423 nil | 1771 nil |
1772 "lisp/prim/") | |
1773 ("undo-stack.el" | |
1774 "An \"undoable stack\" object." | |
1775 (extensions) | |
1424 "lisp/prim/") | 1776 "lisp/prim/") |
1425 ("userlock.el" | 1777 ("userlock.el" |
1426 "handle file access contention between multiple users" | 1778 "handle file access contention between multiple users" |
1427 (internal) | 1779 (internal) |
1428 "lisp/prim/") | 1780 "lisp/prim/") |
1429 ("window.el" | 1781 ("window.el" |
1430 "XEmacs window commands aside from those written in C." | 1782 "XEmacs window commands aside from those written in C." |
1431 (extensions) | 1783 (extensions) |
1432 "lisp/prim/") | 1784 "lisp/prim/") |
1785 ("winnt.el" | |
1786 "Lisp routines for Windows NT." | |
1787 nil | |
1788 "lisp/prim/") | |
1789 ("iso-sgml.el" | |
1790 "display SGML entity references as ISO 8859-1 characters" | |
1791 (sgml html iso latin i18n) | |
1792 "lisp/psgml/") | |
1793 ("psgml-api.el" | |
1794 "Extra API functions for PSGML" | |
1795 nil | |
1796 "lisp/psgml/") | |
1797 ("psgml-dtd.el" | |
1798 "DTD parser for SGML-editing mode with parsing support" | |
1799 nil | |
1800 "lisp/psgml/") | |
1801 ("psgml-edit.el" | |
1802 "Editing commands for SGML-mode with parsing support" | |
1803 nil | |
1804 "lisp/psgml/") | |
1805 ("psgml-fs.el" | |
1806 "Format a SGML-file according to a style file" | |
1807 nil | |
1808 "lisp/psgml/") | |
1809 ("psgml-html.el" | |
1810 "HTML mode in conjunction with PSGML" | |
1811 nil | |
1812 "lisp/psgml/") | |
1813 ("psgml-other.el" | |
1814 "Part of SGML-editing mode with parsing support" | |
1815 nil | |
1816 "lisp/psgml/") | |
1817 ("psgml-parse.el" | |
1818 "Parser for SGML-editing mode with parsing support" | |
1819 nil | |
1820 "lisp/psgml/") | |
1821 ("psgml-xemacs.el" | |
1822 "Part of SGML-editing mode with parsing support" | |
1823 nil | |
1824 "lisp/psgml/") | |
1825 ("psgml.el" | |
1826 "SGML-editing mode with parsing support" | |
1827 (languages) | |
1828 "lisp/psgml/") | |
1829 ("tempo.el" | |
1830 "Flexible template insertion" | |
1831 (extensions languages tools) | |
1832 "lisp/psgml/") | |
1833 ("quail-hanja-ksc.el" | |
1834 "Quail-package for hanja (KSC5601) inputting" | |
1835 nil | |
1836 "lisp/quail/") | |
1837 ("quail-ltn.el" | |
1838 "European language input methods for quick typists" | |
1839 nil | |
1840 "lisp/quail/") | |
1841 ("quail.el" | |
1842 "Simple inputting method" | |
1843 nil | |
1844 "lisp/quail/") | |
1845 ("rmail-kill.el" | |
1846 "Mail filtering for rmail" | |
1847 (mail) | |
1848 "lisp/rmail/") | |
1849 ("rmail-xemacs.el" | |
1850 "Mouse and font support for RMAIL running on XEmacs" | |
1851 (mail) | |
1852 "lisp/rmail/") | |
1433 ("rmail.el" | 1853 ("rmail.el" |
1434 "main code of \"RMAIL\" mail reader for Emacs." | 1854 "main code of \"RMAIL\" mail reader for Emacs." |
1435 (mail) | 1855 (mail) |
1436 "lisp/rmail/") | 1856 "lisp/rmail/") |
1437 ("rmailedit.el" | 1857 ("rmailedit.el" |
1476 "lisp/sunpro/") | 1896 "lisp/sunpro/") |
1477 ("sunpro-sparcworks.el" | 1897 ("sunpro-sparcworks.el" |
1478 "support SPARCworks manager ToolTalk messages" | 1898 "support SPARCworks manager ToolTalk messages" |
1479 (sparcworks tooltalk messages) | 1899 (sparcworks tooltalk messages) |
1480 "lisp/sunpro/") | 1900 "lisp/sunpro/") |
1481 ("generic-win.el" | 1901 ("AT386.el" |
1482 "generic window function initializtion" | 1902 "terminal support package for IBM AT keyboards" |
1483 (terminals) | 1903 (terminals) |
1484 "lisp/term/") | 1904 "lisp/term/") |
1485 ("ns-win.el" | 1905 ("bg-mouse.el" |
1486 "runtime initialization for the NeXTstep window system" | 1906 "GNU Emacs code for BBN Bitgraph mouse." |
1907 (hardware) | |
1908 "lisp/term/") | |
1909 ("internal.el" | |
1910 "setup support for PC keyboards and screens, internal terminal" | |
1911 nil | |
1912 "lisp/term/") | |
1913 ("keyswap.el" | |
1914 "swap BS and DEL keys" | |
1487 (terminals) | 1915 (terminals) |
1488 "lisp/term/") | 1916 "lisp/term/") |
1489 ("post-tty-win.el" | 1917 ("linux.el" |
1490 "second phase of runtime initialization for tty's" | 1918 "define function key sequences for the Linux console" |
1491 nil | |
1492 "lisp/term/") | |
1493 ("post-x-win.el" | |
1494 "second phase of runtime initialization for X windows" | |
1495 (terminals) | 1919 (terminals) |
1496 "lisp/term/") | 1920 "lisp/term/") |
1497 ("pre-tty-win.el" | 1921 ("lk201.el" |
1498 "first phase of runtime initialization for tty's" | 1922 "basic editing commands for XEmacs" |
1499 nil | 1923 nil |
1500 "lisp/term/") | 1924 "lisp/term/") |
1501 ("pre-x-win.el" | 1925 ("news.el" |
1502 "first phase of runtime initialization for X windows" | 1926 "keypad and function key bindings for the Sony NEWS keyboard" |
1503 (terminals) | 1927 (terminals) |
1504 "lisp/term/") | 1928 "lisp/term/") |
1505 ("tty-win.el" | 1929 ("pc-win.el" |
1506 "runtime initialization for tty's if initial window system" | 1930 "setup support for `PC windows' (whatever that is)." |
1507 nil | 1931 nil |
1932 "lisp/term/") | |
1933 ("scoansi.el" | |
1934 "set up key names for SCO ansi console" | |
1935 nil | |
1936 "lisp/term/") | |
1937 ("sun-mouse.el" | |
1938 "mouse handling for Sun windows" | |
1939 (hardware) | |
1940 "lisp/term/") | |
1941 ("sun.el" | |
1942 "keybinding for standard default sunterm keys" | |
1943 (terminals) | |
1944 "lisp/term/") | |
1945 ("sup-mouse.el" | |
1946 "supdup mouse support for lisp machines" | |
1947 (hardware) | |
1948 "lisp/term/") | |
1949 ("tty-init.el" | |
1950 "initialization code for tty's" | |
1951 (terminals) | |
1952 "lisp/term/") | |
1953 ("tvi970.el" | |
1954 "terminal support for the Televideo 970" | |
1955 (terminals) | |
1508 "lisp/term/") | 1956 "lisp/term/") |
1509 ("vt-control.el" | 1957 ("vt-control.el" |
1510 "Common VTxxx control functions" | 1958 "Common VTxxx control functions" |
1511 (terminals) | 1959 (terminals) |
1512 "lisp/term/") | 1960 "lisp/term/") |
1513 ("vt100-led.el" | 1961 ("vt100-led.el" |
1514 "functions for LED control on VT-100 terminals & clones." | 1962 "functions for LED control on VT-100 terminals & clones." |
1515 (hardware) | 1963 (hardware) |
1516 "lisp/term/") | 1964 "lisp/term/") |
1517 ("x-win-sun.el" | 1965 ("vt100.el" |
1518 "runtime initialization for Sun X servers and keyboards" | 1966 "define VT100 function key sequences in function-key-map" |
1519 (terminals) | 1967 (terminals) |
1520 "lisp/term/") | 1968 "lisp/term/") |
1521 ("x-win-xfree86.el" | 1969 ("win32-win.el" |
1522 "runtime initialization for XFree86 servers" | 1970 "parse switches controlling interface with win32" |
1523 (terminals) | 1971 (terminals) |
1524 "lisp/term/") | 1972 "lisp/term/") |
1525 ("x-win.el" | 1973 ("wyse50.el" |
1526 "runtime initialization for X windows if initial window system" | 1974 "terminal support code for Wyse 50" |
1527 (terminals) | 1975 (terminals) |
1528 "lisp/term/") | 1976 "lisp/term/") |
1977 ("xterm.el" | |
1978 "define function key sequences for xterm" | |
1979 (terminals) | |
1980 "lisp/term/") | |
1981 ("char-table.el" | |
1982 "display table of charset" | |
1983 (character emacs/mule) | |
1984 "lisp/tl/") | |
1985 ("char-util.el" | |
1986 "character utility" | |
1987 (character emacs/mule) | |
1988 "lisp/tl/") | |
1989 ("cless.el" | |
1990 "Common lisp and Emacs Lisp source sharing" | |
1991 (common lisp) | |
1992 "lisp/tl/") | |
1993 ("emu-e19.el" | |
1994 "emu module for Emacs 19 and XEmacs 19" | |
1995 (emulation compatibility mule latin-1) | |
1996 "lisp/tl/") | |
1997 ("emu-x20.el" | |
1998 "emu API implementation for XEmacs 20 with mule" | |
1999 (emulation compatibility mule xemacs) | |
2000 "lisp/tl/") | |
2001 ("emu-xemacs.el" | |
2002 "emu API implementation for XEmacs" | |
2003 (emulation compatibility xemacs) | |
2004 "lisp/tl/") | |
2005 ("emu.el" | |
2006 "Emulation module for each Emacs variants" | |
2007 (emulation compatibility nemacs mule emacs/mule xemacs) | |
2008 "lisp/tl/") | |
2009 ("file-detect.el" | |
2010 "Emacs Lisp file detection utility" | |
2011 (install module) | |
2012 "lisp/tl/") | |
2013 ("filename.el" | |
2014 "file name filter" | |
2015 (string file name) | |
2016 "lisp/tl/") | |
2017 ("range.el" | |
2018 "range functions" | |
2019 (range) | |
2020 "lisp/tl/") | |
2021 ("richtext.el" | |
2022 "read and save files in text/richtext format" | |
2023 (wp faces mime multimedia) | |
2024 "lisp/tl/") | |
2025 ("texi-util.el" | |
2026 "Texinfo utility" | |
2027 (texinfo) | |
2028 "lisp/tl/") | |
2029 ("tl-atype.el" | |
2030 "atype functions" | |
2031 (atype) | |
2032 "lisp/tl/") | |
2033 ("tl-list.el" | |
2034 "utility functions about list" | |
2035 (list) | |
2036 "lisp/tl/") | |
2037 ("tl-misc.el" | |
2038 "miscellaneous utility of tl." | |
2039 (load-path module structure) | |
2040 "lisp/tl/") | |
2041 ("tl-seq.el" | |
2042 "sequence functions" | |
2043 (sequence) | |
2044 "lisp/tl/") | |
2045 ("tl-str.el" | |
2046 "Emacs Lisp Library module about string" | |
2047 (string) | |
2048 "lisp/tl/") | |
2049 ("tu-comment.el" | |
2050 "a comment out utility for Lisp programs." | |
2051 (comment lisp) | |
2052 "lisp/tl/") | |
2053 ("tu-replace.el" | |
2054 "a replacing utility for GNU Emacs" | |
2055 (replace) | |
2056 "lisp/tl/") | |
2057 ("gnus-art-mime.el" | |
2058 "MIME extension for article mode of Gnus" | |
2059 (news mime multimedia multilingual encoded-word) | |
2060 "lisp/tm/") | |
2061 ("gnus-charset.el" | |
2062 "MIME charset extension for Gnus" | |
2063 (news mime multimedia multilingual encoded-word) | |
2064 "lisp/tm/") | |
2065 ("gnus-mime-old.el" | |
2066 "MIME extensions for Gnus 5.[01] and 5.[23]" | |
2067 (news mime multimedia multilingual encoded-word) | |
2068 "lisp/tm/") | |
2069 ("gnus-mime.el" | |
2070 "MIME extensions for Gnus" | |
2071 (news mime multimedia multilingual encoded-word) | |
2072 "lisp/tm/") | |
2073 ("gnus-sum-mime.el" | |
2074 "MIME extension for summary mode of Gnus" | |
2075 (news mime multimedia multilingual encoded-word) | |
2076 "lisp/tm/") | |
2077 ("message-mime.el" | |
2078 "MIME extensions for message.el" | |
2079 (news mime multimedia multilingual encoded-word) | |
2080 "lisp/tm/") | |
2081 ("mime-setup.el" | |
2082 "setup file for tm viewer and composer." | |
2083 (mail news mime multimedia multilingual encoded-word) | |
2084 "lisp/tm/") | |
2085 ("signature.el" | |
2086 "a signature utility for GNU Emacs" | |
2087 (mail news signature) | |
2088 "lisp/tm/") | |
2089 ("tm-bbdb.el" | |
2090 "tm shared module for BBDB" | |
2091 (mail news mime multimedia multilingual bbdb) | |
2092 "lisp/tm/") | |
2093 ("tm-def.el" | |
2094 "definition module for tm" | |
2095 (mail news mime multimedia definition) | |
2096 "lisp/tm/") | |
2097 ("tm-edit-mc.el" | |
2098 "Mailcrypt interface for tm-edit" | |
2099 (mail news mime multimedia multilingual security pgp) | |
2100 "lisp/tm/") | |
2101 ("tm-edit.el" | |
2102 "Simple MIME Composer for GNU Emacs" | |
2103 (mail news mime multimedia multilingual) | |
2104 "lisp/tm/") | |
2105 ("tm-ew-d.el" | |
2106 "RFC 2047 based encoded-word decoder for GNU Emacs" | |
2107 (encoded-word mime multilingual header mail news) | |
2108 "lisp/tm/") | |
2109 ("tm-ew-e.el" | |
2110 "RFC 2047 based encoded-word encoder for GNU Emacs" | |
2111 (encoded-word mime multilingual header mail news) | |
2112 "lisp/tm/") | |
2113 ("tm-file.el" | |
2114 "tm-view internal method for file extraction" | |
2115 (mail news mime multimedia file extract) | |
2116 "lisp/tm/") | |
2117 ("tm-ftp.el" | |
2118 "tm-view internal method for anonymous ftp" | |
2119 (anonymous ftp mime multimedia mail news) | |
2120 "lisp/tm/") | |
2121 ("tm-image.el" | |
2122 "tm-view filter to display images in XEmacs or MULE buffers" | |
2123 (image picture x-face mime multimedia mail news) | |
2124 "lisp/tm/") | |
2125 ("tm-mail.el" | |
2126 "mail-mode extension." | |
2127 (mail mime multimedia) | |
2128 "lisp/tm/") | |
2129 ("tm-mh-e.el" | |
2130 "MIME extension for mh-e" | |
2131 (mail mh mime multimedia encoded-word multilingual) | |
2132 "lisp/tm/") | |
2133 ("tm-parse.el" | |
2134 "MIME message parser" | |
2135 (mail news mime multimedia) | |
2136 "lisp/tm/") | |
2137 ("tm-partial.el" | |
2138 "Grabbing all MIME \"message/partial\"s." | |
2139 (mail news mime multimedia message/partial) | |
2140 "lisp/tm/") | |
2141 ("tm-pgp.el" | |
2142 "tm-view internal methods for PGP." | |
2143 (mail news mime multimedia pgp security) | |
2144 "lisp/tm/") | |
2145 ("tm-play.el" | |
2146 "decoder for tm-view.el" | |
2147 (mail news mime multimedia) | |
2148 "lisp/tm/") | |
2149 ("tm-rmail.el" | |
2150 "MIME extension for RMAIL" | |
2151 (mail mime multimedia multilingual encoded-word) | |
2152 "lisp/tm/") | |
2153 ("tm-setup.el" | |
2154 "setup file for tm viewer." | |
2155 (mail news mime multimedia multilingual encoded-word) | |
2156 "lisp/tm/") | |
2157 ("tm-view.el" | |
2158 "interactive MIME viewer for GNU Emacs" | |
2159 (mail news mime multimedia) | |
2160 "lisp/tm/") | |
2161 ("tm-vm.el" | |
2162 "tm-MUA (MIME Extension module) for VM" | |
2163 (mail mime multimedia multilingual encoded-word) | |
2164 "lisp/tm/") | |
2165 ("tmh-comp.el" | |
2166 "tm-mh-e functions for composing messages" | |
2167 (mail mh mime multimedia encoded-word multilingual) | |
2168 "lisp/tm/") | |
1529 ("abbrevlist.el" | 2169 ("abbrevlist.el" |
1530 "list one abbrev table alphabetically ordered." | 2170 "list one abbrev table alphabetically ordered." |
1531 (abbrev) | 2171 (abbrev) |
1532 "lisp/utils/") | 2172 "lisp/utils/") |
1533 ("advice.el" | 2173 ("advice.el" |
1548 "lisp/utils/") | 2188 "lisp/utils/") |
1549 ("autoload.el" | 2189 ("autoload.el" |
1550 "maintain autoloads in loaddefs.el." | 2190 "maintain autoloads in loaddefs.el." |
1551 (maint) | 2191 (maint) |
1552 "lisp/utils/") | 2192 "lisp/utils/") |
2193 ("bench.el" | |
2194 "benchmarking utility for emacsen" | |
2195 (internal maint) | |
2196 "lisp/utils/") | |
1553 ("blessmail.el" | 2197 ("blessmail.el" |
1554 "Decide whether movemail needs special privileges." | 2198 "Decide whether movemail needs special privileges." |
1555 (internal) | 2199 (internal) |
1556 "lisp/utils/") | 2200 "lisp/utils/") |
1557 ("cl-compat.el" | 2201 ("browse-url.el" |
1558 "Common Lisp extensions for GNU Emacs Lisp (compatibility)" | 2202 "ask a WWW browser to load a URL" |
1559 (extensions) | 2203 (hypertext) |
1560 "lisp/utils/") | |
1561 ("cl-extra.el" | |
1562 "Common Lisp extensions for GNU Emacs Lisp (part two)" | |
1563 (extensions) | |
1564 "lisp/utils/") | |
1565 ("cl-macs.el" | |
1566 "Common Lisp extensions for GNU Emacs Lisp (part four)" | |
1567 (extensions) | |
1568 "lisp/utils/") | |
1569 ("cl-seq.el" | |
1570 "Common Lisp extensions for GNU Emacs Lisp (part three)" | |
1571 (extensions) | |
1572 "lisp/utils/") | |
1573 ("cl.el" | |
1574 "Common Lisp extensions for GNU Emacs Lisp" | |
1575 (extensions lisp) | |
1576 "lisp/utils/") | 2204 "lisp/utils/") |
1577 ("delbackspace.el" | 2205 ("delbackspace.el" |
1578 "rebind backspace and delete to be correct" | 2206 "rebind backspace and delete to be correct" |
1579 (terminals) | 2207 (terminals) |
1580 "lisp/utils/") | 2208 "lisp/utils/") |
1581 ("derived.el" | 2209 ("derived.el" |
1582 "allow inheritance of major modes." | 2210 "allow inheritance of major modes." |
2211 nil | |
2212 "lisp/utils/") | |
2213 ("detached-minibuf.el" | |
2214 "Support a detached minibuffer for XEmacs." | |
2215 (extensions) | |
2216 "lisp/utils/") | |
2217 ("docref.el" | |
2218 "Simple cross references for Elisp documentation strings" | |
2219 (docs help lisp) | |
2220 "lisp/utils/") | |
2221 ("edmacro.el" | |
2222 "keyboard macro editor" | |
2223 (abbrev) | |
2224 "lisp/utils/") | |
2225 ("eldoc.el" | |
2226 "show function arglist or variable docstring in echo area" | |
1583 (extensions) | 2227 (extensions) |
1584 "lisp/utils/") | 2228 "lisp/utils/") |
1585 ("elp.el" | 2229 ("elp.el" |
1586 "Emacs Lisp Profiler" | 2230 "Emacs Lisp Profiler" |
1587 (debugging lisp tools) | 2231 (debugging lisp tools) |
1588 "lisp/utils/") | 2232 "lisp/utils/") |
2233 ("facemenu.el" | |
2234 "create a face menu for interactively adding fonts to text" | |
2235 (faces) | |
2236 "lisp/utils/") | |
1589 ("find-gc.el" | 2237 ("find-gc.el" |
1590 "detect functions that call the garbage collector" | 2238 "detect functions that call the garbage collector" |
1591 (maint) | 2239 (maint) |
1592 "lisp/utils/") | 2240 "lisp/utils/") |
1593 ("finder-inf.el" | 2241 ("finder-inf.el" |
1596 "lisp/utils/") | 2244 "lisp/utils/") |
1597 ("finder.el" | 2245 ("finder.el" |
1598 "topic & keyword-based code finder" | 2246 "topic & keyword-based code finder" |
1599 (help) | 2247 (help) |
1600 "lisp/utils/") | 2248 "lisp/utils/") |
2249 ("floating-toolbar.el" | |
2250 "popup toolbar support for XEmacs." | |
2251 (lisp) | |
2252 "lisp/utils/") | |
1601 ("flow-ctrl.el" | 2253 ("flow-ctrl.el" |
1602 "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" | 2254 "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" |
1603 (hardware) | 2255 (hardware) |
1604 "lisp/utils/") | 2256 "lisp/utils/") |
1605 ("foldout.el" | 2257 ("foldout.el" |
1606 "Folding extensions for outline-mode and outline-minor-mode." | 2258 "Folding extensions for outline-mode and outline-minor-mode." |
1607 (outlining) | 2259 (folding outline) |
1608 "lisp/utils/") | 2260 "lisp/utils/") |
1609 ("forms-d2.el" | 2261 ("forms-d2.el" |
1610 "demo forms-mode" | 2262 "demo forms-mode" |
1611 (extensions) | 2263 nil |
1612 "lisp/utils/") | 2264 "lisp/utils/") |
1613 ("forms-pass.el" | 2265 ("forms-pass.el" |
1614 "demo for forms-mode" | 2266 "passwd file demo for forms-mode" |
1615 (extensions) | 2267 nil |
1616 "lisp/utils/") | 2268 "lisp/utils/") |
1617 ("forms.el" | 2269 ("forms.el" |
1618 "Forms mode: edit a file as a form to fill in." | 2270 "Forms mode: edit a file as a form to fill in" |
1619 (extensions) | 2271 (extensions) |
1620 "lisp/utils/") | 2272 "lisp/utils/") |
1621 ("highlight-headers.el" | 2273 ("highlight-headers.el" |
1622 "highlighting message headers." | 2274 "highlighting message headers." |
1623 (mail news) | 2275 (mail news) |
1624 "lisp/utils/") | 2276 "lisp/utils/") |
2277 ("live-icon.el" | |
2278 "make frame icons represent the current frame contents" | |
2279 nil | |
2280 "lisp/utils/") | |
1625 ("loadhist.el" | 2281 ("loadhist.el" |
1626 "lisp functions for working with feature groups" | 2282 "lisp functions for working with feature groups" |
1627 (internal) | 2283 (internal) |
1628 "lisp/utils/") | 2284 "lisp/utils/") |
1629 ("mail-extr.el" | 2285 ("mail-extr.el" |
1630 "extract full name and address from RFC 822 mail header." | 2286 "extract full name and address from RFC 822 mail header." |
1631 (mail) | 2287 (mail) |
1632 "lisp/utils/") | 2288 "lisp/utils/") |
1633 ("mail-utils.el" | 2289 ("mail-utils.el" |
1634 "Utility functions used both by rmail and rnews" | 2290 "utility functions used both by rmail and rnews" |
1635 (mail news internal) | 2291 (mail news) |
1636 "lisp/utils/") | 2292 "lisp/utils/") |
1637 ("mailpost.el" | 2293 ("mailpost.el" |
1638 "RMAIL coupler to /usr/uci/post mailer" | 2294 "RMAIL coupler to /usr/uci/post mailer" |
1639 (mail) | 2295 (mail) |
1640 "lisp/utils/") | 2296 "lisp/utils/") |
1641 ("map-ynp.el" | 2297 ("map-ynp.el" |
1642 "General-purpose boolean question-asker" | 2298 "General-purpose boolean question-asker" |
1643 (extensions) | 2299 (lisp extensions) |
1644 "lisp/utils/") | 2300 "lisp/utils/") |
1645 ("meese.el" | 2301 ("meese.el" |
1646 "protect the impressionable young minds of America" | 2302 "protect the impressionable young minds of America" |
1647 (games) | 2303 (games) |
1648 "lisp/utils/") | 2304 "lisp/utils/") |
1649 ("passwd.el" | 2305 ("passwd.el" |
1650 "Prompting for passwords semi-securely" | 2306 "Prompting for passwords semi-securely" |
1651 (comm extensions) | 2307 (comm extensions) |
1652 "lisp/utils/") | 2308 "lisp/utils/") |
2309 ("pp.el" | |
2310 "pretty printer for Emacs Lisp" | |
2311 (lisp tools language extensions) | |
2312 "lisp/utils/") | |
2313 ("redo.el" | |
2314 "Redo/undo system for XEmacs" | |
2315 (lisp extensions) | |
2316 "lisp/utils/") | |
1653 ("regi.el" | 2317 ("regi.el" |
1654 "REGular expression Interpreting engine" | 2318 "REGular expression Interpreting engine" |
1655 (extensions matching wp) | 2319 (extensions matching) |
1656 "lisp/utils/") | 2320 "lisp/utils/") |
1657 ("reporter.el" | 2321 ("reporter.el" |
1658 "customizable bug reporting of lisp programs" | 2322 "customizable bug reporting of lisp programs" |
1659 (mail lisp) | 2323 (maint mail tools) |
1660 "lisp/utils/") | 2324 "lisp/utils/") |
1661 ("rfc822.el" | 2325 ("rfc822.el" |
1662 "hairy rfc822 parser for mail and news and suchlike" | 2326 "hairy rfc822 parser for mail and news and suchlike" |
1663 (mail) | 2327 (mail) |
1664 "lisp/utils/") | 2328 "lisp/utils/") |
1665 ("ring.el" | 2329 ("ring.el" |
1666 "handle rings of items" | 2330 "handle rings of items" |
1667 (extensions) | 2331 (extensions) |
1668 "lisp/utils/") | 2332 "lisp/utils/") |
2333 ("shadowfile.el" | |
2334 "automatic file copying for Emacs 19" | |
2335 (comm) | |
2336 "lisp/utils/") | |
2337 ("skeleton.el" | |
2338 "Lisp language extension for writing statement skeletons" | |
2339 (extensions abbrev languages tools) | |
2340 "lisp/utils/") | |
2341 ("soundex.el" | |
2342 "implement Soundex algorithm" | |
2343 (matching) | |
2344 "lisp/utils/") | |
1669 ("symbol-syntax.el" | 2345 ("symbol-syntax.el" |
1670 "find chars with symbol syntax" | 2346 "find chars with symbol syntax" |
1671 (matching) | 2347 (matching) |
1672 "lisp/utils/") | 2348 "lisp/utils/") |
1673 ("sysdep.el" | 2349 ("sysdep.el" |
1681 ("thing.el" | 2357 ("thing.el" |
1682 "find language-specific contiguous pieces of text" | 2358 "find language-specific contiguous pieces of text" |
1683 (extensions languages) | 2359 (extensions languages) |
1684 "lisp/utils/") | 2360 "lisp/utils/") |
1685 ("timezone.el" | 2361 ("timezone.el" |
1686 "timezone package for GNU Emacs" | 2362 "time zone package for GNU Emacs" |
1687 (internal extensions news) | 2363 (news) |
1688 "lisp/utils/") | 2364 "lisp/utils/") |
1689 ("tq.el" | 2365 ("tq.el" |
1690 "utility to maintain a transaction queue" | 2366 "utility to maintain a transaction queue" |
1691 (extensions) | 2367 (extensions) |
1692 "lisp/utils/") | 2368 "lisp/utils/") |
1693 ("trace.el" | 2369 ("trace.el" |
1694 "tracing facility for Emacs Lisp functions" | 2370 "tracing facility for Emacs Lisp functions" |
1695 (lisp tools debugging) | 2371 (tools lisp) |
1696 "lisp/utils/") | 2372 "lisp/utils/") |
1697 ("with-timeout.el" | 2373 ("uniquify.el" |
1698 "timeout hackery" | 2374 "unique buffer names dependent on file name" |
1699 (extensions) | 2375 nil |
1700 "lisp/utils/") | 2376 "lisp/utils/") |
2377 ("viper-ex.el" | |
2378 "functions implementing the Ex commands for Viper" | |
2379 nil | |
2380 "lisp/viper/") | |
2381 ("viper-init.el" | |
2382 "some common definitions for Viper" | |
2383 nil | |
2384 "lisp/viper/") | |
2385 ("viper-keym.el" | |
2386 "Viper keymaps" | |
2387 nil | |
2388 "lisp/viper/") | |
2389 ("viper-macs.el" | |
2390 "functions implementing keyboard macros for Viper" | |
2391 nil | |
2392 "lisp/viper/") | |
2393 ("viper-mous.el" | |
2394 "mouse support for Viper" | |
2395 nil | |
2396 "lisp/viper/") | |
1701 ("viper-util.el" | 2397 ("viper-util.el" |
1702 "Utilities used by viper.el" | 2398 "Utilities used by viper.el" |
1703 nil | 2399 nil |
1704 "lisp/viper/") | 2400 "lisp/viper/") |
1705 ("viper.el" | 2401 ("viper.el" |
1706 "A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19," | 2402 "A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19," |
1707 nil | 2403 (emulations) |
1708 "lisp/viper/") | 2404 "lisp/viper/") |
1709 ("vm-easymenu.el" | 2405 ("vm-easymenu.el" |
1710 "support the easymenu interface for defining a menu." | 2406 "support the easymenu interface for defining a menu." |
1711 (emulations) | 2407 (emulations) |
1712 "lisp/vm/") | 2408 "lisp/vm/") |
1713 ("vms-patch.el" | |
1714 "override parts of files.el for VMS." | |
1715 (vms) | |
1716 "lisp/vms/") | |
1717 ("vmsproc.el" | |
1718 "run asynchronous VMS subprocesses under Emacs" | |
1719 (vms) | |
1720 "lisp/vms/") | |
1721 ("vmsx.el" | |
1722 "run asynchronous VMS subprocesses under Emacs" | |
1723 (vms) | |
1724 "lisp/vms/") | |
1725 ("base64.el" | 2409 ("base64.el" |
1726 "Base64 encoding functions" | 2410 "Base64 encoding functions" |
1727 (extensions) | 2411 (extensions) |
1728 "lisp/w3/") | 2412 "lisp/w3/") |
1729 ("md5.el" | 2413 ("css.el" |
1730 "MD5 functionality for emacsen without it builtin" | 2414 "Cascading Style Sheet parser" |
1731 (mail news tools hypermedia) | 2415 nil |
2416 "lisp/w3/") | |
2417 ("dsssl.el" | |
2418 "DSSSL parser" | |
2419 nil | |
2420 "lisp/w3/") | |
2421 ("font.el" | |
2422 "New font model" | |
2423 (faces) | |
2424 "lisp/w3/") | |
2425 ("images.el" | |
2426 "Automatic image converters" | |
2427 (images) | |
1732 "lisp/w3/") | 2428 "lisp/w3/") |
1733 ("mm.el" | 2429 ("mm.el" |
1734 "Mailcap parsing routines, and MIME handling" | 2430 "Mailcap parsing routines, and MIME handling" |
1735 (mail news hypermedia) | 2431 (mail news hypermedia) |
1736 "lisp/w3/") | 2432 "lisp/w3/") |
2433 ("mule-sysdp.el" | |
2434 "consolidate MULE-version dependencies in one file." | |
2435 (lisp tools) | |
2436 "lisp/w3/") | |
2437 ("socks.el" | |
2438 "A Socks v5 Client for Emacs" | |
2439 (comm firewalls) | |
2440 "lisp/w3/") | |
1737 ("ssl.el" | 2441 ("ssl.el" |
1738 "ssl functions for emacsen without them builtin" | 2442 "ssl functions for emacsen without them builtin" |
1739 (comm) | 2443 (comm) |
1740 "lisp/w3/") | 2444 "lisp/w3/") |
2445 ("url-auth.el" | |
2446 "Uniform Resource Locator authorization modules" | |
2447 (comm data processes hypermedia) | |
2448 "lisp/w3/") | |
2449 ("url-cache.el" | |
2450 "Uniform Resource Locator retrieval tool" | |
2451 (comm data processes hypermedia) | |
2452 "lisp/w3/") | |
2453 ("url-cookie.el" | |
2454 "Netscape Cookie support" | |
2455 (comm data processes hypermedia) | |
2456 "lisp/w3/") | |
2457 ("url-file.el" | |
2458 "File retrieval code" | |
2459 (comm data processes) | |
2460 "lisp/w3/") | |
2461 ("url-gopher.el" | |
2462 "Gopher Uniform Resource Locator retrieval code" | |
2463 (comm data processes) | |
2464 "lisp/w3/") | |
2465 ("url-gw.el" | |
2466 "Gateway munging for URL loading" | |
2467 (comm data processes) | |
2468 "lisp/w3/") | |
2469 ("url-http.el" | |
2470 "HTTP Uniform Resource Locator retrieval code" | |
2471 (comm data processes) | |
2472 "lisp/w3/") | |
2473 ("url-irc.el" | |
2474 "IRC URL interface" | |
2475 (comm data processes) | |
2476 "lisp/w3/") | |
2477 ("url-mail.el" | |
2478 "Mail Uniform Resource Locator retrieval code" | |
2479 (comm data processes) | |
2480 "lisp/w3/") | |
2481 ("url-misc.el" | |
2482 "Misc Uniform Resource Locator retrieval code" | |
2483 (comm data processes) | |
2484 "lisp/w3/") | |
2485 ("url-news.el" | |
2486 "News Uniform Resource Locator retrieval code" | |
2487 (comm data processes) | |
2488 "lisp/w3/") | |
2489 ("url-nfs.el" | |
2490 "NFS URL interface" | |
2491 (comm data processes) | |
2492 "lisp/w3/") | |
2493 ("url-ns.el" | |
2494 "Various netscape-ish functions for proxy definitions" | |
2495 (comm data processes hypermedia) | |
2496 "lisp/w3/") | |
2497 ("url-parse.el" | |
2498 "Uniform Resource Locator parser" | |
2499 (comm data processes) | |
2500 "lisp/w3/") | |
2501 ("url-vars.el" | |
2502 "Variables for Uniform Resource Locator tool" | |
2503 (comm data processes hypermedia) | |
2504 "lisp/w3/") | |
1741 ("url.el" | 2505 ("url.el" |
1742 "Uniform Resource Locator retrieval tool" | 2506 "Uniform Resource Locator retrieval tool" |
1743 (comm data processes hypermedia) | 2507 (comm data processes hypermedia) |
1744 "lisp/w3/") | 2508 "lisp/w3/") |
1745 ("urlauth.el" | |
1746 "Uniform Resource Locator authorization modules" | |
1747 (comm data processes hypermedia) | |
1748 "lisp/w3/") | |
1749 ("w3-10646.el" | |
1750 "ISO 10646 Entities for Emacs-w3" | |
1751 (i18n) | |
1752 "lisp/w3/") | |
1753 ("w3-about.el" | 2509 ("w3-about.el" |
1754 "About pages for emacs-w3" | 2510 "About pages for emacs-w3" |
1755 (hypermedia) | 2511 (hypermedia) |
1756 "lisp/w3/") | 2512 "lisp/w3/") |
1757 ("w3-beta.el" | 2513 ("w3-cus.el" |
1758 "Misc functions for emacs-w3's new display engine" | 2514 "Customization support for Emacs-W3" |
1759 (help hypermedia comm) | 2515 (comm help hypermedia) |
1760 "lisp/w3/") | 2516 "lisp/w3/") |
1761 ("w3-draw.el" | 2517 ("w3-display.el" |
1762 "Emacs-W3 drawing functions for new display engine" | 2518 "display engine v99999" |
1763 (faces help hypermedia) | 2519 (faces help hypermedia) |
1764 "lisp/w3/") | 2520 "lisp/w3/") |
1765 ("w3-e19.el" | 2521 ("w3-e19.el" |
1766 "Emacs 19.xx specific functions for emacs-w3" | 2522 "Emacs 19.xx specific functions for emacs-w3" |
1767 (faces help mouse hypermedia) | 2523 (faces help mouse hypermedia) |
1768 "lisp/w3/") | 2524 "lisp/w3/") |
1769 ("w3-emacs.el" | 2525 ("w3-elisp.el" |
1770 "Emacs 18.xx specific functions for emacs-w3" | 2526 "Scripting support for emacs-lisp" |
1771 (faces help mouse hypermedia) | 2527 (hypermedia scripting) |
1772 "lisp/w3/") | 2528 "lisp/w3/") |
1773 ("w3-epoch.el" | 2529 ("w3-emulate.el" |
1774 "Epoch 4.x specific functions for emacs-w3" | 2530 "All variable definitions for emacs-w3" |
1775 (faces help mouse hypermedia) | 2531 (comm help hypermedia) |
1776 "lisp/w3/") | 2532 "lisp/w3/") |
1777 ("w3-mac.el" | 2533 ("w3-forms.el" |
1778 "Macintosh specific functions for emacs-w3" | 2534 "Emacs-w3 forms parsing code for new display engine" |
1779 (faces help mouse hypermedia) | 2535 (faces help comm data languages) |
1780 "lisp/w3/") | 2536 "lisp/w3/") |
1781 ("w3-mule.el" | 2537 ("w3-hot.el" |
1782 "MULE 18/19 specific functions for emacs-w3" | 2538 "Main functions for emacs-w3 on all platforms/versions" |
1783 (faces help i18n mouse hypermedia) | 2539 (faces help comm news mail processes mouse hypermedia) |
1784 "lisp/w3/") | 2540 "lisp/w3/") |
1785 ("w3-next.el" | 2541 ("w3-imap.el" |
1786 "NeXTStep specific functions for emacs-w3" | 2542 "Imagemap functions" |
1787 (faces help mouse hypermedia) | 2543 (hypermedia) |
1788 "lisp/w3/") | 2544 "lisp/w3/") |
1789 ("w3-parse.el" | 2545 ("w3-jscript.el" |
1790 "Generalized html/sgml parsing support for emacs-w3" | 2546 "Scripting support for javascript" |
1791 (faces help hypermedia) | 2547 (hypermedia scripting) |
2548 "lisp/w3/") | |
2549 ("w3-keyword.el" | |
2550 "Emacs-W3 binding style sheet mechanism" | |
2551 (hypermedia) | |
2552 "lisp/w3/") | |
2553 ("w3-latex.el" | |
2554 "Emacs-W3 printing via LaTeX" | |
2555 (hypermedia printing typesetting) | |
2556 "lisp/w3/") | |
2557 ("w3-menu.el" | |
2558 "Menu functions for emacs-w3" | |
2559 (menu hypermedia) | |
2560 "lisp/w3/") | |
2561 ("w3-mouse.el" | |
2562 "Mouse specific functions for emacs-w3" | |
2563 (mouse hypermedia) | |
2564 "lisp/w3/") | |
2565 ("w3-prefs.el" | |
2566 "Preferences panels for Emacs-W3" | |
2567 (hypermedia preferences) | |
1792 "lisp/w3/") | 2568 "lisp/w3/") |
1793 ("w3-print.el" | 2569 ("w3-print.el" |
1794 "Printing support for emacs-w3" | 2570 "Printing support for emacs-w3" |
1795 (faces help printing hypermedia) | 2571 (faces help printing hypermedia) |
1796 "lisp/w3/") | 2572 "lisp/w3/") |
1797 ("w3-srch.el" | 2573 ("w3-script.el" |
1798 "Searching functions for emacs-w3" | 2574 "Scripting support" |
1799 (matching help comm hypermedia) | 2575 (hypermedia scripting) |
2576 "lisp/w3/") | |
2577 ("w3-speak.el" | |
2578 "Emacs-W3 speech interface" | |
2579 (hypermedia speech) | |
1800 "lisp/w3/") | 2580 "lisp/w3/") |
1801 ("w3-style.el" | 2581 ("w3-style.el" |
1802 "Emacs-W3 binding style sheet mechanism" | 2582 "Emacs-W3 binding style sheet mechanism" |
1803 (faces hypermedia) | 2583 (faces hypermedia) |
1804 "lisp/w3/") | 2584 "lisp/w3/") |
1805 ("w3-sysdp.el" | 2585 ("w3-sysdp.el" |
1806 "consolidate Emacs-version dependencies in one file." | 2586 "consolidate Emacs-version dependencies in one file." |
1807 (lisp tools) | 2587 (lisp tools) |
1808 "lisp/w3/") | 2588 "lisp/w3/") |
2589 ("w3-toolbar.el" | |
2590 "Toolbar functions for emacs-w3" | |
2591 (mouse toolbar) | |
2592 "lisp/w3/") | |
1809 ("w3-vars.el" | 2593 ("w3-vars.el" |
1810 "All variable definitions for emacs-w3" | 2594 "All variable definitions for emacs-w3" |
1811 (comm help hypermedia) | 2595 (comm help hypermedia) |
1812 "lisp/w3/") | 2596 "lisp/w3/") |
1813 ("w3-wemac.el" | 2597 ("w3-widget.el" |
1814 "WinEmacs specific functions for emacs-w3" | 2598 "An image widget" |
1815 (faces help hypermedia mouse) | 2599 (faces images) |
1816 "lisp/w3/") | 2600 "lisp/w3/") |
1817 ("w3-xemac.el" | 2601 ("w3-xemac.el" |
1818 "XEmacs specific functions for emacs-w3" | 2602 "XEmacs specific functions for emacs-w3" |
1819 (faces help mouse hypermedia) | 2603 (faces help mouse hypermedia) |
1820 "lisp/w3/") | 2604 "lisp/w3/") |
1821 ("w3.el" | 2605 ("w3.el" |
1822 "Main functions for emacs-w3 on all platforms/versions" | 2606 "Main functions for emacs-w3 on all platforms/versions" |
1823 (faces help comm news mail processes mouse hypermedia) | 2607 (faces help comm news mail processes mouse hypermedia) |
1824 "lisp/w3/") | 2608 "lisp/w3/") |
2609 ("x-overlay.el" | |
2610 "overlay support." | |
2611 (internal) | |
2612 "lisp/w3/") | |
1825 ("x-faces.el" | 2613 ("x-faces.el" |
1826 "X-specific face frobnication, aka black magic." | 2614 "X-specific face frobnication, aka black magic." |
1827 nil | 2615 nil |
2616 "lisp/x11/") | |
2617 ("x-font-menu.el" | |
2618 "Managing menus of X fonts." | |
2619 nil | |
2620 "lisp/x11/") | |
2621 ("x-init.el" | |
2622 "initialization code for X windows" | |
2623 (terminals) | |
1828 "lisp/x11/") | 2624 "lisp/x11/") |
1829 ("x-menubar.el" | 2625 ("x-menubar.el" |
1830 "Menubar and popup-menu support for X." | 2626 "Menubar and popup-menu support for X." |
1831 nil | 2627 nil |
1832 "lisp/x11/") | 2628 "lisp/x11/") |
1835 nil | 2631 nil |
1836 "lisp/x11/") | 2632 "lisp/x11/") |
1837 ("x-scrollbar.el" | 2633 ("x-scrollbar.el" |
1838 "scrollbar resourcing and such." | 2634 "scrollbar resourcing and such." |
1839 nil | 2635 nil |
2636 "lisp/x11/") | |
2637 ("x-select.el" | |
2638 "Elisp interface to X Selections." | |
2639 nil | |
2640 "lisp/x11/") | |
2641 ("x-win-sun.el" | |
2642 "runtime initialization for Sun X servers and keyboards" | |
2643 (terminals) | |
2644 "lisp/x11/") | |
2645 ("x-win-xfree86.el" | |
2646 "runtime initialization for XFree86 servers" | |
2647 (terminals) | |
1840 "lisp/x11/") | 2648 "lisp/x11/") |
1841 )) | 2649 )) |
1842 | 2650 |
1843 (provide 'finder-inf) | 2651 (provide 'finder-inf) |
1844 | 2652 |