comparison lisp/finder-inf.el @ 35196:eb8cfdc5cabf EMACS_PRETEST_21_0_95

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Jan 2001 12:50:09 +0000
parents 3e0786d70dab
children 255153b4edca
comparison
equal deleted inserted replaced
35195:2ed799be6e5b 35196:eb8cfdc5cabf
13 "list one abbrev table alphabetically ordered." 13 "list one abbrev table alphabetically ordered."
14 (abbrev)) 14 (abbrev))
15 ("add-log.el" 15 ("add-log.el"
16 "change log maintenance commands for Emacs" 16 "change log maintenance commands for Emacs"
17 (tools)) 17 (tools))
18 ("align.el"
19 "align text to a specific column, by regexp"
20 (convenience languages lisp))
18 ("allout.el" 21 ("allout.el"
19 "Extensive outline mode for use alone and with other modes." 22 nil
20 (outlines)) 23 (outline mode wp languages))
21 ("ange-ftp.el"
22 "transparent FTP support for GNU Emacs"
23 (comm))
24 ("ansi-color.el" 24 ("ansi-color.el"
25 "translate ANSI into text-properties" 25 "translate ANSI into text-properties"
26 (comm processes)) 26 (comm processes))
27 ("apropos.el" 27 ("apropos.el"
28 "apropos commands for users and programmers." 28 "apropos commands for users and programmers."
31 "simple editing of archives" 31 "simple editing of archives"
32 (archives msdog editing major-mode)) 32 (archives msdog editing major-mode))
33 ("array.el" 33 ("array.el"
34 "array editing commands for Gnu Emacs" 34 "array editing commands for Gnu Emacs"
35 (extensions)) 35 (extensions))
36 ("auto-show.el" 36 ("autoarg.el"
37 "perform automatic horizontal scrolling as point moves" 37 "make digit keys supply prefix args"
38 (scroll display convenience)) 38 (abbrev emulations))
39 ("autoinsert.el" 39 ("autoinsert.el"
40 "automatic mode-dependent insertion of text into new files" 40 "automatic mode-dependent insertion of text into new files"
41 (convenience)) 41 (convenience))
42 ("autorevert.el" 42 ("autorevert.el"
43 "revert buffers when files on disk change" 43 "revert buffers when files on disk change"
52 "define standard key bindings and some variables." 52 "define standard key bindings and some variables."
53 (internal)) 53 (internal))
54 ("bookmark.el" 54 ("bookmark.el"
55 "set bookmarks, maybe annotate them, jump to them later." 55 "set bookmarks, maybe annotate them, jump to them later."
56 (bookmarks placeholders annotations)) 56 (bookmarks placeholders annotations))
57 ("browse-url.el" 57 ("bs.el"
58 "Pass a URL to a WWW browser" 58 "menu for selecting and displaying buffers"
59 (hypertext hypermedia mouse)) 59 (convenience))
60 ("buff-menu.el" 60 ("buff-menu.el"
61 "buffer menu main function and support functions." 61 "buffer menu main function and support functions."
62 nil) 62 nil)
63 ("byte-run.el" 63 ("byte-run.el"
64 "byte-compiler support for inlining" 64 "byte-compiler support for inlining"
65 (internal)) 65 (internal))
66 ("calculator.el"
67 "A [not so] simple calculator for Emacs."
68 (tools convenience))
66 ("case-table.el" 69 ("case-table.el"
67 "code to extend the character set and support case tables." 70 "code to extend the character set and support case tables."
68 (i18n)) 71 (i18n))
69 ("cdl.el" 72 ("cdl.el"
70 "Common Data Language (CDL) utility functions for Gnu Emacs" 73 "Common Data Language (CDL) utility functions for Gnu Emacs"
85 "partial completion mechanism plus other goodies" 88 "partial completion mechanism plus other goodies"
86 (abbrev convenience)) 89 (abbrev convenience))
87 ("completion.el" 90 ("completion.el"
88 "dynamic word-completion code" 91 "dynamic word-completion code"
89 (abbrev convenience)) 92 (abbrev convenience))
93 ("composite.el"
94 "Support character composition."
95 (mule multilingual character composition))
90 ("cus-dep.el" 96 ("cus-dep.el"
91 "Find customization dependencies." 97 "Find customization dependencies."
92 (internal)) 98 (internal))
93 ("cus-edit.el" 99 ("cus-edit.el"
94 "Tools for customizating Emacs and Lisp packages." 100 "Tools for customizing Emacs and Lisp packages."
95 (help faces)) 101 (help faces))
96 ("cus-face.el" 102 ("cus-face.el"
97 "customization support for faces." 103 "customization support for faces."
98 (help faces)) 104 (help faces))
99 ("cus-load.el" 105 ("cus-load.el"
103 "define customization properties of builtins." 109 "define customization properties of builtins."
104 (internal)) 110 (internal))
105 ("custom.el" 111 ("custom.el"
106 "Tools for declaring and initializing options." 112 "Tools for declaring and initializing options."
107 (help faces)) 113 (help faces))
114 ("cvs-status.el"
115 "Major mode for browsing `cvs status' output"
116 (pcl-cvs cvs status tree))
108 ("dabbrev.el" 117 ("dabbrev.el"
109 "dynamic abbreviation package" 118 "dynamic abbreviation package"
110 (abbrev expand completion convenience)) 119 (abbrev expand completion convenience))
111 ("delim-col.el" 120 ("delim-col.el"
112 "Prettify all columns in a region or rectangle." 121 "Prettify all columns in a region or rectangle."
113 (internal)) 122 (internal))
114 ("delsel.el" 123 ("delsel.el"
115 "delete selection if you insert" 124 "delete selection if you insert"
116 nil) 125 (convenience emulations))
117 ("derived.el" 126 ("derived.el"
118 "allow inheritance of major modes." 127 "allow inheritance of major modes."
119 nil) 128 (extensions))
120 ("desktop.el" 129 ("desktop.el"
121 "save partial status of Emacs when killed" 130 "save partial status of Emacs when killed"
122 (customization)) 131 (convenience))
132 ("diff-mode.el"
133 "A mode for viewing/editing context diffs"
134 (patch diff))
123 ("diff.el" 135 ("diff.el"
124 "Run `diff' in compilation-mode." 136 "Run `diff' in compilation-mode."
125 (unix tools)) 137 (unix tools))
126 ("dired-aux.el" 138 ("dired-aux.el"
127 "less commonly used parts of dired" 139 "less commonly used parts of dired"
150 ("double.el" 162 ("double.el"
151 "Support for keyboard remapping with double clicking" 163 "Support for keyboard remapping with double clicking"
152 (i18n)) 164 (i18n))
153 ("ebuff-menu.el" 165 ("ebuff-menu.el"
154 "electric-buffer-list mode" 166 "electric-buffer-list mode"
155 nil) 167 (convenience))
156 ("echistory.el" 168 ("echistory.el"
157 "Electric Command History Mode" 169 "Electric Command History Mode"
158 nil) 170 nil)
159 ("ediff-diff.el" 171 ("ediff-diff.el"
160 "diff-related utilities" 172 "diff-related utilities"
186 ("ediff-wind.el" 198 ("ediff-wind.el"
187 "window manipulation utilities" 199 "window manipulation utilities"
188 nil) 200 nil)
189 ("ediff.el" 201 ("ediff.el"
190 "a comprehensive visual interface to diff & patch" 202 "a comprehensive visual interface to diff & patch"
191 (comparing merging patching version control.)) 203 (comparing merging patching tools unix))
192 ("edmacro.el" 204 ("edmacro.el"
193 "keyboard macro editor" 205 "keyboard macro editor"
194 (abbrev)) 206 (abbrev))
195 ("ehelp.el" 207 ("ehelp.el"
196 "bindings for electric-help mode" 208 "bindings for electric-help mode"
197 (help extensions)) 209 (help extensions))
198 ("electric.el" 210 ("electric.el"
199 "window maker and Command loop for `electric' modes." 211 "window maker and Command loop for `electric' modes."
200 (extensions)) 212 (extensions))
213 ("elide-head.el"
214 "hide headers in files"
215 (outlines tools))
201 ("emacs-lock.el" 216 ("emacs-lock.el"
202 "prevents you from exiting emacs if a buffer is locked" 217 "prevents you from exiting emacs if a buffer is locked"
203 (extensions processes)) 218 (extensions processes))
204 ("emerge.el" 219 ("emerge.el"
205 "merge diffs under Emacs control" 220 "merge diffs under Emacs control"
208 "read and save files in text/enriched format" 223 "read and save files in text/enriched format"
209 (wp faces)) 224 (wp faces))
210 ("env.el" 225 ("env.el"
211 "functions to manipulate environment variables." 226 "functions to manipulate environment variables."
212 (processes unix)) 227 (processes unix))
213 ("eudc-bck-bbdb.el"
214 "Emacs Unified Directory Client - BBDB Backend"
215 (help))
216 ("eudc-bck-ldap.el"
217 "Emacs Unified Directory Client - LDAP Backend"
218 (help))
219 ("eudc-bck-ph.el"
220 "Emacs Unified Directory Client - CCSO PH/QI Backend"
221 (help))
222 ("eudc-bob.el"
223 "Binary Objects Support for EUDC"
224 (help))
225 ("eudc-custom-vars.el"
226 "Emacs Unified Directory Client"
227 (help))
228 ("eudc-export.el"
229 "Functions to export EUDC qeuery results"
230 (help))
231 ("eudc-hotlist.el"
232 "Hotlist Management for EUDC"
233 (help))
234 ("eudc.el"
235 "Emacs Unified Directory Client"
236 (help))
237 ("expand.el" 228 ("expand.el"
238 "make abbreviations more usable." 229 "make abbreviations more usable."
239 (abbrev)) 230 (abbrev))
240 ("facemenu.el" 231 ("facemenu.el"
241 "create a face menu for interactively adding fonts to text" 232 "create a face menu for interactively adding fonts to text"
262 "find a file corresponding to this one given a pattern" 253 "find a file corresponding to this one given a pattern"
263 (c matching tools)) 254 (c matching tools))
264 ("find-gc.el" 255 ("find-gc.el"
265 "detect functions that call the garbage collector" 256 "detect functions that call the garbage collector"
266 nil) 257 nil)
258 ("find-lisp.el"
259 "Emulation of find in Emacs Lisp"
260 (unix))
267 ("finder-inf.el" 261 ("finder-inf.el"
268 "keyword-to-package mapping" 262 "keyword-to-package mapping"
269 (help)) 263 (help))
270 ("finder.el" 264 ("finder.el"
271 "topic & keyword-based code finder" 265 "topic & keyword-based code finder"
304 "Extra Modes for generic-mode" 298 "Extra Modes for generic-mode"
305 (generic comment font-lock)) 299 (generic comment font-lock))
306 ("generic.el" 300 ("generic.el"
307 "Defining simple major modes with comment and font-lock." 301 "Defining simple major modes with comment and font-lock."
308 (generic comment font-lock)) 302 (generic comment font-lock))
309 ("goto-addr.el"
310 "click to browse URL or to send to e-mail address"
311 (mh-e www mouse mail))
312 ("gs.el" 303 ("gs.el"
313 "interface to Ghostscript" 304 "interface to Ghostscript"
314 (internal)) 305 (internal))
315 ("gud.el" 306 ("gud.el"
316 "Grand Unified Debugger mode for running GDB and other debuggers" 307 "Grand Unified Debugger mode for running GDB and other debuggers"
322 "help commands for Emacs" 313 "help commands for Emacs"
323 (help internal)) 314 (help internal))
324 ("hexl.el" 315 ("hexl.el"
325 "edit a file in a hex dump format using the hexl filter." 316 "edit a file in a hex dump format using the hexl filter."
326 (data)) 317 (data))
318 ("hi-lock.el"
319 "Minor mode for interactive automatic highlighting."
320 (faces minor-mode matching display))
327 ("hilit-chg.el" 321 ("hilit-chg.el"
328 "minor mode displaying buffer changes with special face" 322 "minor mode displaying buffer changes with special face"
329 (faces)) 323 (faces))
330 ("hilit19.el" 324 ("hilit19.el"
331 "customizable highlighting for Emacs19" 325 "customizable highlighting for Emacs19"
333 ("hippie-exp.el" 327 ("hippie-exp.el"
334 "expand text trying various ways to find its expansion." 328 "expand text trying various ways to find its expansion."
335 (abbrev convenience)) 329 (abbrev convenience))
336 ("hl-line.el" 330 ("hl-line.el"
337 "highlight the current line" 331 "highlight the current line"
338 (faces frames)) 332 (faces frames emulation))
339 ("hscroll.el"
340 nil
341 (display))
342 ("icomplete.el" 333 ("icomplete.el"
343 "minibuffer completion incremental feedback" 334 "minibuffer completion incremental feedback"
344 (help abbrev)) 335 (help abbrev))
345 ("ielm.el" 336 ("ielm.el"
346 "interaction mode for Emacs Lisp" 337 "interaction mode for Emacs Lisp"
347 (lisp)) 338 (lisp))
339 ("image-file.el"
340 "Support for visiting image files"
341 (multimedia))
348 ("image.el" 342 ("image.el"
349 "image API" 343 "image API"
350 (multimedia)) 344 (multimedia))
351 ("imenu.el" 345 ("imenu.el"
352 "Framework for mode-specific buffer indexes." 346 "Framework for mode-specific buffer indexes."
366 ("isearch.el" 360 ("isearch.el"
367 "incremental search minor mode." 361 "incremental search minor mode."
368 (matching)) 362 (matching))
369 ("iswitchb.el" 363 ("iswitchb.el"
370 "switch between buffers using substrings" 364 "switch between buffers using substrings"
371 (extensions convenience)) 365 (completion convenience))
372 ("jit-lock.el" 366 ("jit-lock.el"
373 "just-in-time fontification." 367 "just-in-time fontification."
374 (faces files)) 368 (faces files))
375 ("jka-compr.el" 369 ("jka-compr.el"
376 "reading/writing/loading compressed files" 370 "reading/writing/loading compressed files"
379 "additions to shell mode for use with kermit, etc." 373 "additions to shell mode for use with kermit, etc."
380 (comm)) 374 (comm))
381 ("lazy-lock.el" 375 ("lazy-lock.el"
382 "Lazy demand-driven fontification for fast Font Lock mode." 376 "Lazy demand-driven fontification for fast Font Lock mode."
383 (faces files)) 377 (faces files))
384 ("ldap.el"
385 "Client interface to LDAP for Emacs"
386 (comm))
387 ("ledit.el" 378 ("ledit.el"
388 "Emacs side of ledit interface" 379 "Emacs side of ledit interface"
389 nil) 380 nil)
390 ("loaddefs.el" 381 ("loaddefs.el"
391 "define autoloads from other files" 382 "automatically extracted autoloads"
392 (internal)) 383 nil)
393 ("loadhist.el" 384 ("loadhist.el"
394 "lisp functions for working with feature groups" 385 "lisp functions for working with feature groups"
395 (internal)) 386 (internal))
396 ("loadup.el" 387 ("loadup.el"
397 "load up standardly loaded Lisp files for Emacs." 388 "load up standardly loaded Lisp files for Emacs."
398 (internal)) 389 (internal))
399 ("locate.el" 390 ("locate.el"
400 "interface to the locate command" 391 "interface to the locate command"
401 nil) 392 (unix files))
393 ("log-edit.el"
394 "Major mode for editing CVS commit messages"
395 (pcl-cvs cvs commit log))
396 ("log-view.el"
397 "Major mode for browsing RCS/CVS/SCCS log output"
398 (rcs sccs cvs log version-control))
402 ("lpr.el" 399 ("lpr.el"
403 "print Emacs buffer on line printer." 400 "print Emacs buffer on line printer."
404 (unix)) 401 (unix))
405 ("ls-lisp.el" 402 ("ls-lisp.el"
406 "emulate insert-directory completely in Emacs Lisp" 403 "emulate insert-directory completely in Emacs Lisp"
417 ("map-ynp.el" 414 ("map-ynp.el"
418 "General-purpose boolean question-asker." 415 "General-purpose boolean question-asker."
419 (lisp extensions)) 416 (lisp extensions))
420 ("menu-bar.el" 417 ("menu-bar.el"
421 "define a default menu bar." 418 "define a default menu bar."
422 (internal)) 419 (internal mouse))
423 ("midnight.el" 420 ("midnight.el"
424 "run something every midnight, e.g., kill old buffers." 421 "run something every midnight, e.g., kill old buffers."
425 (utilities)) 422 (utilities))
423 ("minibuf-eldef.el"
424 "Only show defaults in prompts when applicable"
425 (convenience))
426 ("misc.el" 426 ("misc.el"
427 "some nonstandard basic editing commands for Emacs" 427 "some nonstandard basic editing commands for Emacs"
428 nil) 428 nil)
429 ("mouse-copy.el" 429 ("mouse-copy.el"
430 "one-click text copy and move" 430 "one-click text copy and move"
435 ("mouse-sel.el" 435 ("mouse-sel.el"
436 "Multi-click selection support for Emacs 19" 436 "Multi-click selection support for Emacs 19"
437 (mouse)) 437 (mouse))
438 ("mouse.el" 438 ("mouse.el"
439 "window system-independent mouse support" 439 "window system-independent mouse support"
440 (hardware)) 440 (hardware mouse))
441 ("msb.el" 441 ("msb.el"
442 "Customizable buffer-selection with multiple menus." 442 "Customizable buffer-selection with multiple menus."
443 (mouse buffer menu)) 443 (mouse buffer menu))
444 ("net-utils.el" 444 ("mwheel.el"
445 "Network functions" 445 "Mouse support for MS intelli-mouse type mice"
446 (network communications)) 446 (mouse))
447 ("newcomment.el"
448 "(un)comment regions of buffers"
449 (comment uncomment))
447 ("novice.el" 450 ("novice.el"
448 "handling of disabled commands (\"novice mode\") for Emacs." 451 "handling of disabled commands (\"novice mode\") for Emacs."
449 (internal help)) 452 (internal help))
450 ("options.el" 453 ("options.el"
451 "edit Options command for Emacs." 454 "edit Options command for Emacs."
457 "used by patch files to update Emacs releases" 460 "used by patch files to update Emacs releases"
458 nil) 461 nil)
459 ("paths.el" 462 ("paths.el"
460 "define pathnames for use by various Emacs commands." 463 "define pathnames for use by various Emacs commands."
461 (internal)) 464 (internal))
462 ("ph.el" 465 ("pcmpl-cvs.el"
463 "Client for the CCSO directory system (aka PH/QI)" 466 "functions for dealing with cvs completions"
464 (help)) 467 nil)
468 ("pcmpl-gnu.el"
469 "completions for GNU project tools"
470 nil)
471 ("pcmpl-linux.el"
472 "functions for dealing with cvs completions"
473 nil)
474 ("pcmpl-rpm.el"
475 "functions for dealing with rpm completions"
476 nil)
477 ("pcmpl-unix.el"
478 "standard UNIX completions"
479 nil)
480 ("pcomplete.el"
481 "programmable completion"
482 (processes abbrev))
483 ("pcvs-defs.el"
484 "variable definitions for PCL-CVS"
485 (pcl-cvs))
486 ("pcvs-info.el"
487 "Internal representation of a fileinfo entry"
488 (pcl-cvs))
489 ("pcvs-parse.el"
490 "The CVS output parser"
491 (pcl-cvs))
492 ("pcvs-util.el"
493 "Utitlity functions for pcl-cvs"
494 (pcl-cvs))
495 ("pcvs.el"
496 "A Front-end to CVS."
497 (cvs version control release management))
465 ("ps-bdf.el" 498 ("ps-bdf.el"
466 "BDF font file handler for ps-print." 499 "BDF font file handler for ps-print."
467 (bdf font postscript)) 500 (wp bdf font postscript))
468 ("ps-mule.el" 501 ("ps-mule.el"
469 "Provide multi-byte character facility to ps-print." 502 "Provide multi-byte character facility to ps-print."
470 (print postscript multibyte mule)) 503 (wp print postscript multibyte mule))
471 ("ps-print.el" 504 ("ps-print.el"
472 "Print text from the buffer as PostScript" 505 "Print text from the buffer as PostScript"
473 (print postscript)) 506 (wp print postscript))
474 ("quickurl.el" 507 ("recentf.el"
475 "Insert an URL based on text at point in buffer." 508 "setup a menu of recently opened files"
476 (hypermedia)) 509 (customization))
477 ("rcompile.el"
478 "run a compilation on a remote machine"
479 (tools processes))
480 ("rect.el" 510 ("rect.el"
481 "rectangle functions for GNU Emacs." 511 "rectangle functions for GNU Emacs."
482 (internal)) 512 (internal))
483 ("regi.el" 513 ("regi.el"
484 "REGular expression Interpreting engine" 514 "REGular expression Interpreting engine"
496 "center a Lisp function or comment on the screen" 526 "center a Lisp function or comment on the screen"
497 nil) 527 nil)
498 ("resume.el" 528 ("resume.el"
499 "process command line args from within a suspended Emacs job" 529 "process command line args from within a suspended Emacs job"
500 (processes)) 530 (processes))
501 ("rlogin.el"
502 "remote login interface"
503 (unix comm))
504 ("rot13.el" 531 ("rot13.el"
505 "display a buffer in rot13." 532 "display a buffer in rot13."
506 nil) 533 nil)
507 ("rsz-mini.el" 534 ("rsz-mini.el"
508 "dynamically resize minibuffer to display entire contents" 535 "dynamically resize minibuffer to display entire contents"
535 "basic editing commands for Emacs" 562 "basic editing commands for Emacs"
536 nil) 563 nil)
537 ("skeleton.el" 564 ("skeleton.el"
538 "Lisp language extension for writing statement skeletons" 565 "Lisp language extension for writing statement skeletons"
539 (extensions abbrev languages tools)) 566 (extensions abbrev languages tools))
540 ("snmp-mode.el" 567 ("smerge-mode.el"
541 "SNMP & SNMPv2 MIB major mode." 568 "Minor mode to resolve diff3 conflicts"
542 (data)) 569 (merge diff3 cvs conflict))
543 ("sort.el" 570 ("sort.el"
544 "commands to sort text in an Emacs buffer." 571 "commands to sort text in an Emacs buffer."
545 (unix)) 572 (unix))
546 ("soundex.el" 573 ("soundex.el"
547 "implement Soundex algorithm" 574 "implement Soundex algorithm"
577 "simple editing of tar files from GNU emacs" 604 "simple editing of tar files from GNU emacs"
578 (unix)) 605 (unix))
579 ("tcp.el" 606 ("tcp.el"
580 "TCP/IP stream emulation for GNU Emacs" 607 "TCP/IP stream emulation for GNU Emacs"
581 nil) 608 nil)
582 ("telnet.el"
583 "run a telnet session from within an Emacs buffer"
584 nil)
585 ("tempo.el" 609 ("tempo.el"
586 "Flexible template insertion" 610 "Flexible template insertion"
587 (extensions languages tools)) 611 (extensions languages tools))
588 ("term.el" 612 ("term.el"
589 "general command interpreter in a window stuff" 613 "general command interpreter in a window stuff"
596 (extensions matching mouse)) 620 (extensions matching mouse))
597 ("time-stamp.el" 621 ("time-stamp.el"
598 "Maintain last change time stamps in files edited by Emacs" 622 "Maintain last change time stamps in files edited by Emacs"
599 (tools)) 623 (tools))
600 ("time.el" 624 ("time.el"
601 "display time and load in mode line of Emacs." 625 "display time, load and mail indicator in mode line of Emacs.
626 "
602 nil) 627 nil)
603 ("timer.el" 628 ("timer.el"
604 "run a function with args at some time in future." 629 "run a function with args at some time in future."
605 nil) 630 nil)
606 ("timezone.el" 631 ("timezone.el"
625 "editing commands in GNU Emacs that turned out not to be used." 650 "editing commands in GNU Emacs that turned out not to be used."
626 (emulations)) 651 (emulations))
627 ("userlock.el" 652 ("userlock.el"
628 "handle file access contention between multiple users" 653 "handle file access contention between multiple users"
629 (internal)) 654 (internal))
655 ("vc-cvs.el"
656 "non-resident support for CVS version-control"
657 nil)
630 ("vc-hooks.el" 658 ("vc-hooks.el"
631 "resident support for version-control" 659 "resident support for version-control"
660 nil)
661 ("vc-rcs.el"
662 "support for RCS version-control"
663 nil)
664 ("vc-sccs.el"
665 "support for SCCS version-control"
632 nil) 666 nil)
633 ("vc.el" 667 ("vc.el"
634 "drive a version-control system from within Emacs" 668 "drive a version-control system from within Emacs"
635 nil) 669 nil)
636 ("vcursor.el" 670 ("vcursor.el"
655 "functions for LED control on VT-100 terminals & clones." 689 "functions for LED control on VT-100 terminals & clones."
656 (hardware)) 690 (hardware))
657 ("w32-fns.el" 691 ("w32-fns.el"
658 "Lisp routines for Windows NT." 692 "Lisp routines for Windows NT."
659 nil) 693 nil)
660 ("webjump.el"
661 "programmable Web hotlist"
662 (comm www))
663 ("which-func.el" 694 ("which-func.el"
664 "Print current function in mode line" 695 "Print current function in mode line"
665 (mode-line imenu tools)) 696 (mode-line imenu tools))
666 ("whitespace.el" 697 ("whitespace.el"
667 "Warn about and clean bogus whitespaces in the file." 698 "Warn about and clean bogus whitespaces in the file."
668 (convenience)) 699 (convenience))
669 ("wid-browse.el" 700 ("wid-browse.el"
670 "Functions for browsing widgets." 701 "Functions for browsing widgets."
671 (extensions)) 702 (extensions))
672 ("wid-edit.el" 703 ("wid-edit.el"
673 "Functions for creating and using widgets." 704 "Functions for creating and using widgets"
674 (extensions)) 705 (extensions))
675 ("widget.el" 706 ("widget.el"
676 "a library of user interface components." 707 "a library of user interface components."
677 (help extensions faces hypermedia)) 708 (help extensions faces hypermedia))
709 ("windmove.el"
710 "directional window-selection routines."
711 (window movement convenience))
678 ("window.el" 712 ("window.el"
679 "GNU Emacs window commands aside from those written in C." 713 "GNU Emacs window commands aside from those written in C."
680 nil) 714 nil)
681 ("winner.el" 715 ("winner.el"
682 "Restore old window configurations" 716 "Restore old window configurations"
683 (windows)) 717 (convenience frames))
718 ("woman.el"
719 "browse UN*X manual pages `wo (without) man'"
720 (help man un*x manual))
684 ("x-apollo.el" 721 ("x-apollo.el"
685 "Apollo support functions" 722 "Apollo support functions"
686 nil) 723 nil)
687 ("x-menu.el" 724 ("x-menu.el"
688 "menu support for X " 725 "menu support for X "
689 nil) 726 nil)
727 ("xml.el"
728 "XML parser"
729 (xml))
690 ("xscheme.el" 730 ("xscheme.el"
691 "run Scheme under Emacs" 731 "run MIT Scheme under Emacs"
692 (languages lisp)) 732 (languages lisp))
693 ("xt-mouse.el" 733 ("xt-mouse.el"
694 "Support the mouse when emacs run in an xterm." 734 "Support the mouse when emacs run in an xterm."
695 (mouse terminals)) 735 (mouse terminals))
696 ("zone-mode.el"
697 "major mode for editing DNS zone files."
698 (dns languages))
699 ("appt.el" 736 ("appt.el"
700 "appointment notification functions." 737 "appointment notification functions."
701 (calendar)) 738 (calendar))
702 ("cal-china.el" 739 ("cal-china.el"
703 "calendar functions for the Chinese calendar." 740 "calendar functions for the Chinese calendar."
754 "calendar functions for phases of the moon." 791 "calendar functions for phases of the moon."
755 (calendar)) 792 (calendar))
756 ("solar.el" 793 ("solar.el"
757 "calendar functions for solar events." 794 "calendar functions for solar events."
758 (calendar)) 795 (calendar))
759 ("bib-mode.el" 796 ("timeclock.el"
760 "bib-mode, major mode for editing bib files." 797 "mode for keeping track of how much you work"
761 (bib)) 798 (calendar data))
762 ("bibtex.el" 799 ("todo-mode.el"
763 "BibTeX mode for GNU Emacs" 800 "Major mode for editing TODO list files"
764 (bibtex latex tex)) 801 (calendar todo))
765 ("fill.el" 802 ("advice.el"
766 "fill commands for Emacs" 803 "an overloading mechanism for Emacs Lisp functions"
767 (wp)) 804 (extensions lisp tools))
768 ("flyspell.el" 805 ("assoc.el"
769 "On-the-fly spell checker" 806 "insert/delete/sort functions on association lists"
770 (convenience)) 807 (extensions))
771 ("ispell.el" 808 ("authors.el"
772 "Interface to International Ispell Version 3.1" 809 "utility for maintaining Emacs' AUTHORS file"
773 nil) 810 (maint))
774 ("makeinfo.el" 811 ("autoload.el"
775 "run makeinfo conveniently" 812 "maintain autoloads in loaddefs.el."
776 nil) 813 (maint))
777 ("nroff-mode.el" 814 ("backquote.el"
778 "GNU Emacs major mode for editing nroff source" 815 "implement the ` Lisp construct"
779 (wp)) 816 (extensions internal))
780 ("ooutline.el" 817 ("byte-opt.el"
781 "outline mode commands for Emacs" 818 "the optimization passes of the emacs-lisp byte compiler."
782 (outlines)) 819 (internal))
783 ("outline.el" 820 ("bytecomp.el"
784 "outline mode commands for Emacs" 821 "compilation of Lisp code into byte code."
785 (outlines)) 822 (lisp))
786 ("page-ext.el" 823 ("checkdoc.el"
787 "extended page handling commands" 824 "Check documentation strings for style requirements"
788 nil) 825 (docs maint lisp))
789 ("page.el" 826 ("cl-compat.el"
790 "page motion commands for emacs." 827 "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
791 nil) 828 (extensions))
792 ("paragraphs.el" 829 ("cl-extra.el"
793 "paragraph and sentence parsing." 830 "Common Lisp features, part 2"
794 (wp)) 831 (extensions))
795 ("picture.el" 832 ("cl-indent.el"
796 "\"Picture mode\" -- editing using quarter-plane screen model." 833 "enhanced lisp-indent mode"
797 nil) 834 (lisp tools))
798 ("refbib.el" 835 ("cl-macs.el"
799 "convert refer-style references to ones usable by Latex bib" 836 "Common Lisp macros"
800 (bib tex)) 837 (extensions))
801 ("refer.el" 838 ("cl-seq.el"
802 "look up references in bibliography files." 839 "Common Lisp features, part 3"
803 (bib)) 840 (extensions))
804 ("reftex-auc.el" 841 ("cl-specs.el"
805 nil 842 "Edebug specs for cl.el"
806 nil) 843 (lisp tools maint))
807 ("reftex-cite.el" 844 ("cl.el"
808 nil 845 "Common Lisp extensions for Emacs"
809 nil) 846 (extensions))
810 ("reftex-global.el" 847 ("copyright.el"
811 nil 848 "update the copyright notice in current buffer"
812 nil) 849 (maint tools))
813 ("reftex-index.el" 850 ("crm.el"
814 nil 851 "read multiple strings with completion"
815 nil) 852 (completion minibuffer multiple elements))
816 ("reftex-parse.el" 853 ("cust-print.el"
817 nil 854 "handles print-level and print-circle."
818 nil) 855 (extensions))
819 ("reftex-ref.el" 856 ("debug.el"
820 nil 857 "debuggers and related commands for Emacs"
821 nil) 858 (lisp tools maint))
822 ("reftex-sel.el" 859 ("disass.el"
823 nil 860 "disassembler for compiled Emacs Lisp code"
824 nil) 861 (internal))
825 ("reftex-toc.el" 862 ("easy-mmode.el"
826 nil 863 "easy definition for major and minor modes."
827 nil) 864 nil)
828 ("reftex-vars.el" 865 ("easymenu.el"
829 nil 866 "support the easymenu interface for defining a menu."
830 nil) 867 (emulations))
831 ("reftex-vcr.el" 868 ("edebug.el"
832 nil 869 "a source-level debugger for Emacs Lisp"
833 nil) 870 (lisp tools maint))
834 ("reftex.el" 871 ("eldoc.el"
835 "Minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX" 872 "show function arglist or variable docstring in echo area"
836 (tex)) 873 (extensions))
837 ("scribe.el" 874 ("elint.el"
838 "scribe mode, and its idiosyncratic commands." 875 "Lint Emacs Lisp"
839 (wp)) 876 (lisp))
840 ("sgml-mode.el" 877 ("elp.el"
841 "SGML- and HTML-editing modes" 878 "Emacs Lisp Profiler"
842 (wp hypermedia comm languages)) 879 (debugging lisp tools))
843 ("spell.el" 880 ("ewoc.el"
844 "spelling correction interface for Emacs." 881 "Utility to maintain a view of a list of objects in a buffer"
845 (wp unix)) 882 (extensions lisp))
846 ("tex-mode.el" 883 ("find-func.el"
847 "TeX, LaTeX, and SliTeX mode commands." 884 "find the definition of the Emacs Lisp function near point"
848 (tex)) 885 (emacs-lisp functions variables))
849 ("texinfmt.el" 886 ("float.el"
850 "format Texinfo files into Info files." 887 "obsolete floating point arithmetic package."
851 (maint tex docs)) 888 (extensions))
852 ("texinfo.el" 889 ("gulp.el"
853 "major mode for editing Texinfo files" 890 "Ask for updates for Lisp packages"
854 (maint tex docs)) 891 (maintenance))
855 ("texnfo-upd.el" 892 ("helper.el"
856 "utilities for updating nodes and menus in Texinfo files" 893 "utility help package supporting help in electric modes"
857 (maint tex docs)) 894 (help))
858 ("text-mode.el" 895 ("levents.el"
859 "text mode, and its idiosyncratic commands." 896 "emulate the Lucid event data type and associated functions."
860 nil) 897 nil)
861 ("two-column.el" 898 ("lisp-mnt.el"
862 "minor mode for editing of two-column text" 899 "minor mode for Emacs Lisp maintainers"
863 nil) 900 (docs))
864 ("underline.el" 901 ("lisp-mode.el"
865 "insert/remove underlining (done by overstriking) in Emacs." 902 "Lisp mode, and its idiosyncratic commands."
866 (wp)) 903 (lisp languages))
867 ("AT386.el" 904 ("lisp.el"
868 "terminal support package for IBM AT keyboards" 905 "Lisp editing commands for Emacs"
869 (terminals)) 906 (lisp languages))
870 ("apollo.el" 907 ("lmenu.el"
871 nil 908 "emulate Lucid's menubar support"
872 nil) 909 (emulations obsolete))
873 ("bg-mouse.el" 910 ("lselect.el"
874 "GNU Emacs code for BBN Bitgraph mouse." 911 "Lucid interface to X Selections"
875 (hardware)) 912 (emulations))
876 ("bobcat.el" 913 ("lucid.el"
877 nil 914 "Emulate some Lucid Emacs functions."
878 nil) 915 nil)
879 ("internal.el" 916 ("pp.el"
880 "support for PC internal terminal" 917 "pretty printer for Emacs Lisp"
881 nil) 918 nil)
882 ("iris-ansi.el" 919 ("profile.el"
883 "configure Emacs for SGI xwsh and winterm apps" 920 "generate run time measurements of Emacs Lisp functions"
884 nil) 921 (lisp tools))
885 ("keyswap.el" 922 ("re-builder.el"
886 "swap BS and DEL keys" 923 "Building Regexps with visual feedback"
887 (terminals)) 924 (matching lisp tools))
888 ("linux.el" 925 ("regexp-opt.el"
889 nil 926 "generate efficient regexps to match strings."
890 nil) 927 (strings regexps extensions))
891 ("lk201.el" 928 ("ring.el"
892 nil 929 "handle rings of items"
893 nil) 930 (extensions))
894 ("news.el" 931 ("shadow.el"
895 "keypad and function key bindings for the Sony NEWS keyboard" 932 "Locate Emacs Lisp file shadowings."
896 (terminals)) 933 (lisp))
897 ("pc-win.el" 934 ("sregex.el"
898 "setup support for `PC windows' (whatever that is)." 935 "symbolic regular expressions"
899 nil) 936 (extensions))
900 ("sun-mouse.el" 937 ("tq.el"
901 "mouse handling for Sun windows" 938 "utility to maintain a transaction queue"
902 (hardware)) 939 (extensions))
903 ("sun.el" 940 ("trace.el"
904 "keybinding for standard default sunterm keys" 941 "tracing facility for Emacs Lisp functions"
905 (terminals)) 942 (tools lisp))
906 ("sup-mouse.el" 943 ("crisp.el"
907 "supdup mouse support for lisp machines" 944 "CRiSP/Brief Emacs emulator"
908 (hardware)) 945 (emulations brief crisp))
909 ("tvi970.el" 946 ("edt-lk201.el"
910 "terminal support for the Televideo 970" 947 "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards"
911 (terminals)) 948 (emulations))
912 ("vt100.el" 949 ("edt-mapper.el"
913 "define VT100 function key sequences in function-key-map" 950 "Create an EDT LK-201 Map File for X-Windows Emacs"
914 (terminals)) 951 (emulations))
915 ("vt102.el" 952 ("edt-pc.el"
916 nil 953 "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards"
917 nil) 954 (emulations))
918 ("vt125.el" 955 ("edt-vt100.el"
919 nil 956 "Enhanced EDT Keypad Mode Emulation for VT Series Terminals"
920 nil) 957 (emulations))
921 ("vt200.el" 958 ("edt.el"
922 nil 959 "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19"
923 nil) 960 (emulations))
924 ("vt201.el" 961 ("mlconvert.el"
925 nil 962 "convert buffer of Mocklisp code to real lisp."
926 nil) 963 (emulations))
927 ("vt220.el" 964 ("mlsupport.el"
928 nil 965 "run-time support for mocklisp code."
929 nil) 966 (extensions))
930 ("vt240.el" 967 ("pc-mode.el"
931 nil 968 "emulate certain key bindings used on PCs."
932 nil) 969 (emulations))
933 ("vt300.el" 970 ("pc-select.el"
934 nil 971 "emulate mark, cut, copy and paste from Motif"
935 nil) 972 (convenience emulation))
936 ("vt320.el" 973 ("tpu-edt.el"
937 nil 974 "Emacs emulating TPU emulating EDT"
938 nil) 975 (emulations))
939 ("vt400.el" 976 ("tpu-extras.el"
940 nil 977 "Scroll margins and free cursor mode for TPU-edt"
941 nil) 978 (emulations))
942 ("vt420.el" 979 ("tpu-mapper.el"
943 nil 980 "Create a TPU-edt X-windows keymap file"
944 nil) 981 (emulations))
945 ("w32-win.el" 982 ("vi.el"
946 "parse switches controlling interface with W32 window system." 983 "major mode for emulating \"vi\" editor under GNU Emacs."
947 (terminals)) 984 (emulations))
948 ("wyse50.el" 985 ("vip.el"
949 "terminal support code for Wyse 50" 986 "a VI Package for GNU Emacs"
950 (terminals)) 987 (emulations))
951 ("x-win.el" 988 ("viper-cmd.el"
952 "parse switches controlling interface with X window system" 989 "Vi command support for Viper"
953 (terminals)) 990 nil)
954 ("xterm.el" 991 ("viper-ex.el"
955 "define function key sequences for xterm" 992 "functions implementing the Ex commands for Viper"
956 (terminals)) 993 nil)
957 ("ada-mode.el" 994 ("viper-init.el"
958 "An Emacs major-mode for editing Ada source." 995 "some common definitions for Viper"
959 (languages oop ada)) 996 nil)
960 ("ada-stmt.el" 997 ("viper-keym.el"
961 nil 998 "Viper keymaps"
962 (languages ada)) 999 nil)
963 ("asm-mode.el" 1000 ("viper-macs.el"
964 "mode for editing assembler code" 1001 "functions implementing keyboard macros for Viper"
965 (tools languages)) 1002 nil)
966 ("awk-mode.el" 1003 ("viper-mous.el"
967 "AWK code editing commands for Emacs" 1004 "mouse support for Viper"
968 (unix languages)) 1005 nil)
969 ("c-mode.el" 1006 ("viper-util.el"
970 "C code editing commands for Emacs" 1007 "Utilities used by viper.el"
971 (c)) 1008 nil)
972 ("cc-align.el" 1009 ("viper.el"
973 "custom indentation functions for CC Mode" 1010 "A full-featured Vi emulator for GNU Emacs and XEmacs,"
974 (c languages oop)) 1011 (emulations))
975 ("cc-cmds.el" 1012 ("ws-mode.el"
976 "user level commands for CC Mode" 1013 "WordStar emulation mode for GNU Emacs"
977 (c languages oop)) 1014 (emulations))
978 ("cc-compat.el" 1015 ("binhex.el"
979 "cc-mode compatibility with c-mode.el confusion" 1016 "elisp native binhex decode"
980 (c languages oop)) 1017 (binhex news))
981 ("cc-defs.el" 1018 ("earcon.el"
982 "compile time definitions for CC Mode" 1019 "Sound effects for messages"
983 (c languages oop)) 1020 nil)
984 ("cc-engine.el" 1021 ("flow-fill.el"
985 "core syntax guessing engine for CC mode" 1022 "interprete RFC2646 \"flowed\" text"
986 (c languages oop)) 1023 (mail))
987 ("cc-langs.el" 1024 ("format-spec.el"
988 "specific language support for CC Mode" 1025 "functions for formatting arbitrary formatting strings"
989 (c languages oop))
990 ("cc-make.el"
991 "Simplifies compilation."
992 (c languages oop))
993 ("cc-menus.el"
994 "imenu support for CC Mode"
995 (c languages oop))
996 ("cc-mode.el"
997 "major mode for editing C, C++, Objective-C, and Java code"
998 (c languages oop))
999 ("cc-styles.el"
1000 "support for styles in CC Mode"
1001 (c languages oop))
1002 ("cc-vars.el"
1003 "user customization variables for CC Mode"
1004 (c languages oop))
1005 ("cmacexp.el"
1006 "expand C macros in a region"
1007 (c))
1008 ("compile.el"
1009 "run compiler as inferior of Emacs, parse error messages."
1010 (tools processes))
1011 ("cperl-mode.el"
1012 "Perl code editing commands for Emacs"
1013 (languages perl))
1014 ("cplus-md.el"
1015 "old C++ code editing mode for Emacs"
1016 (c))
1017 ("cpp.el"
1018 "Highlight or hide text according to cpp conditionals."
1019 (c faces tools))
1020 ("dcl-mode.el"
1021 "major mode for editing DCL command files"
1022 (dcl editing major-mode languages))
1023 ("delphi.el"
1024 "Major mode for editing Delphi source (Object Pascal) in Emacs"
1025 (languages))
1026 ("etags.el"
1027 "etags facility for Emacs"
1028 (tools)) 1026 (tools))
1029 ("executable.el" 1027 ("gnus-agent.el"
1030 "base functionality for executable interpreter scripts" 1028 "unplugged support for Gnus"
1031 (languages unix)) 1029 nil)
1032 ("f90.el" 1030 ("gnus-art.el"
1033 "Fortran-90 mode (free format)" 1031 "article mode commands for Gnus"
1034 (fortran f90 languages)) 1032 (news))
1035 ("fortran.el" 1033 ("gnus-async.el"
1036 "Fortran mode for GNU Emacs" 1034 "asynchronous support for Gnus"
1037 (languages)) 1035 (news))
1038 ("hideif.el" 1036 ("gnus-audio.el"
1039 "hides selected code within ifdef." 1037 "Sound effects for Gnus"
1040 (c outlines)) 1038 (news mail multimedia))
1041 ("hideshow.el" 1039 ("gnus-bcklg.el"
1042 "minor mode cmds to selectively display blocks of code" 1040 "backlog functions for Gnus"
1043 (c c++ java lisp tools editing comments blocks hiding outlines)) 1041 (news))
1044 ("icon.el" 1042 ("gnus-cache.el"
1045 "mode for editing Icon code" 1043 "cache interface for Gnus"
1046 (languages)) 1044 (news))
1047 ("inf-lisp.el" 1045 ("gnus-cite.el"
1048 "an inferior-lisp mode" 1046 "parse citations in articles for Gnus"
1049 (processes lisp)) 1047 nil)
1050 ("m4-mode.el" 1048 ("gnus-cus.el"
1051 "m4 code editing commands for Emacs" 1049 "customization commands for Gnus"
1052 (languages faces)) 1050 (news))
1053 ("make-mode.el" 1051 ("gnus-demon.el"
1054 "makefile editing commands for Emacs" 1052 "daemonic Gnus behaviour"
1055 (unix tools)) 1053 (news))
1056 ("mantemp.el" 1054 ("gnus-draft.el"
1057 "Create manual template instantiations from g++ 2.7.2 output." 1055 "draft message support for Gnus"
1058 (g++ templates)) 1056 (news))
1059 ("meta-mode.el" 1057 ("gnus-dup.el"
1060 "major mode for editing Metafont or MetaPost sources." 1058 "suppression of duplicate articles in Gnus"
1061 (metafont metapost tex languages)) 1059 (news))
1062 ("modula2.el" 1060 ("gnus-eform.el"
1063 "Modula-2 editing support package" 1061 "a mode for editing forms for Gnus"
1064 (languages)) 1062 (news))
1065 ("octave-hlp.el" 1063 ("gnus-ems.el"
1066 "getting help on Octave symbols using info" 1064 "functions for making Gnus work under different Emacsen"
1067 (languages)) 1065 (news))
1068 ("octave-inf.el" 1066 ("gnus-gl.el"
1069 "running Octave as an inferior Emacs process" 1067 "an interface to GroupLens for Gnus"
1070 (languages)) 1068 (news score))
1071 ("octave-mod.el" 1069 ("gnus-group.el"
1072 "editing Octave source files under Emacs" 1070 "group mode commands for Gnus"
1073 (languages)) 1071 (news))
1074 ("pascal.el" 1072 ("gnus-int.el"
1075 "major mode for editing pascal source in Emacs" 1073 "backend interface functions for Gnus"
1076 (languages)) 1074 (news))
1077 ("perl-mode.el" 1075 ("gnus-kill.el"
1078 "Perl code editing commands for GNU Emacs" 1076 "kill commands for Gnus"
1079 (languages)) 1077 (news))
1080 ("prolog.el" 1078 ("gnus-logic.el"
1081 "major mode for editing and running Prolog under Emacs" 1079 "advanced scoring code for Gnus"
1082 (languages)) 1080 (news))
1083 ("scheme.el" 1081 ("gnus-mh.el"
1084 "Scheme (and DSSSL) editing mode." 1082 "mh-e interface for Gnus"
1085 (languages lisp)) 1083 (news))
1086 ("sh-script.el" 1084 ("gnus-ml.el"
1087 "shell-script editing commands for Emacs" 1085 "Mailing list minor mode for Gnus"
1088 (languages unix)) 1086 (news))
1089 ("simula.el" 1087 ("gnus-mlspl.el"
1090 "SIMULA 87 code editing commands for Emacs" 1088 "a group params-based mail splitting mechanism"
1091 (languages)) 1089 (news mail))
1092 ("sql.el" 1090 ("gnus-move.el"
1093 "specialized comint.el for SQL interpreters" 1091 "commands for moving Gnus from one server to another"
1094 (comm languages processes)) 1092 (news))
1095 ("tcl.el" 1093 ("gnus-msg.el"
1096 "Tcl code editing commands for Emacs" 1094 "mail and post interface for Gnus"
1097 (languages tcl modes)) 1095 (news))
1098 ("vhdl-mode.el" 1096 ("gnus-mule.el"
1099 "major mode for editing VHDL code" 1097 "Provide backward compatibility function to GNUS"
1100 (languages vhdl)) 1098 (news i18n))
1101 ("5x5.el" 1099 ("gnus-nocem.el"
1102 "Simple little puzzle game." 1100 "NoCeM pseudo-cancellation treatment"
1103 (games puzzles)) 1101 (news))
1104 ("blackbox.el" 1102 ("gnus-range.el"
1105 "blackbox game in Emacs Lisp" 1103 "range and sequence functions for Gnus"
1106 (games)) 1104 (news))
1107 ("bruce.el" 1105 ("gnus-salt.el"
1108 "bruce phrase utility for overloading the Communications" 1106 "alternate summary mode interfaces for Gnus"
1109 (games)) 1107 (news))
1110 ("cookie1.el" 1108 ("gnus-score.el"
1111 "retrieve random phrases from fortune cookie files" 1109 "scoring code for Gnus"
1112 (games)) 1110 (news))
1113 ("decipher.el" 1111 ("gnus-setup.el"
1114 "Cryptanalyze monoalphabetic substitution ciphers" 1112 "Initialization & Setup for Gnus 5"
1115 (games)) 1113 (news))
1116 ("dissociate.el" 1114 ("gnus-soup.el"
1117 "scramble text amusingly for Emacs." 1115 "SOUP packet writing support for Gnus"
1118 (games)) 1116 (news mail))
1119 ("doctor.el" 1117 ("gnus-spec.el"
1120 "psychological help for frustrated users." 1118 "format spec functions for Gnus"
1121 (games)) 1119 (news))
1122 ("dunnet.el" 1120 ("gnus-srvr.el"
1123 "Text adventure for Emacs" 1121 "virtual server support for Gnus"
1124 (games)) 1122 (news))
1125 ("fortune.el" 1123 ("gnus-start.el"
1126 "Use fortune to create signatures" 1124 "startup functions for Gnus"
1127 (games utils mail)) 1125 (news))
1128 ("gamegrid.el" 1126 ("gnus-sum.el"
1129 "Library for implementing grid-based games on Emacs" 1127 "summary mode commands for Gnus"
1130 (games)) 1128 (news))
1131 ("gametree.el" 1129 ("gnus-topic.el"
1132 "manage game analysis trees in Emacs" 1130 "a folding minor mode for Gnus group buffers"
1133 (games)) 1131 (news))
1134 ("gomoku.el" 1132 ("gnus-undo.el"
1135 "Gomoku game between you and Emacs" 1133 "minor mode for undoing in Gnus"
1136 (games)) 1134 (news))
1137 ("handwrite.el" 1135 ("gnus-util.el"
1138 "turns your emacs buffer into a handwritten document" 1136 "utility functions for Gnus"
1139 (cursive writing)) 1137 (news))
1140 ("hanoi.el" 1138 ("gnus-uu.el"
1141 "towers of hanoi in Emacs" 1139 "extract (uu)encoded files in Gnus"
1142 (games)) 1140 nil)
1143 ("landmark.el" 1141 ("gnus-vm.el"
1144 "neural-network robot that learns landmarks" 1142 "vm interface for Gnus"
1145 (gomoku neural network adaptive search chemotaxis)) 1143 (news mail))
1146 ("life.el" 1144 ("gnus-win.el"
1147 "John Horton Conway's `Life' game for GNU Emacs" 1145 "window configuration functions for Gnus"
1148 (games)) 1146 (news))
1149 ("meese.el" 1147 ("gnus.el"
1150 "protect the impressionable young minds of America" 1148 nil
1151 (games)) 1149 (news mail))
1152 ("morse.el" 1150 ("ietf-drums.el"
1153 "Convert text to morse code and back." 1151 "Functions for parsing RFC822bis headers"
1154 nil) 1152 nil)
1155 ("mpuz.el" 1153 ("imap.el"
1156 "multiplication puzzle for GNU Emacs" 1154 "imap library"
1157 (games)) 1155 (mail))
1158 ("snake.el" 1156 ("mail-parse.el"
1159 "Implementation of Snake for Emacs" 1157 "Interface functions for parsing mail"
1160 (games)) 1158 nil)
1161 ("solitaire.el" 1159 ("mail-prsvr.el"
1162 "game of solitaire in Emacs Lisp" 1160 "Interface variables for parsing mail"
1163 (games)) 1161 nil)
1164 ("spook.el" 1162 ("mail-source.el"
1165 "spook phrase utility for overloading the NSA line eater" 1163 "functions for fetching mail"
1166 (games)) 1164 (news mail))
1167 ("studly.el" 1165 ("mailcap.el"
1168 "StudlyCaps (tm)(r)(c)(xxx)" 1166 "MIME media types configuration"
1169 (games)) 1167 (news mail multimedia))
1170 ("tetris.el" 1168 ("message.el"
1171 "Implementation of Tetris for Emacs" 1169 "composing mail and news messages"
1172 (games))
1173 ("yow.el"
1174 "quote random zippyisms"
1175 (games))
1176 ("blessmail.el"
1177 "Decide whether movemail needs special privileges."
1178 (internal))
1179 ("emacsbug.el"
1180 "command to report Emacs bugs to appropriate mailing list."
1181 (maint mail))
1182 ("feedmail.el"
1183 "assist other email packages to massage outgoing messages"
1184 (email queue mail sendmail message spray smtp draft))
1185 ("mail-extr.el"
1186 "extract full name and address from RFC 822 mail header."
1187 (mail))
1188 ("mail-hist.el"
1189 "Headers and message body history for outgoing mail."
1190 (mail history))
1191 ("mail-utils.el"
1192 "utility functions used both by rmail and rnews"
1193 (mail news)) 1170 (mail news))
1194 ("mailabbrev.el" 1171 ("messcompat.el"
1195 "abbrev-expansion of mail aliases." 1172 "making message mode compatible with mail mode"
1196 (mail))
1197 ("mailalias.el"
1198 "expand and complete mailing address aliases"
1199 (mail))
1200 ("mailheader.el"
1201 "Mail header parsing, merging, formatting"
1202 (tools mail news))
1203 ("mailpost.el"
1204 "RMAIL coupler to /usr/uci/post mailer"
1205 (mail))
1206 ("metamail.el"
1207 "Metamail interface for GNU Emacs"
1208 (mail news mime multimedia))
1209 ("mh-comp.el"
1210 "mh-e functions for composing messages"
1211 nil)
1212 ("mh-e.el"
1213 "GNU Emacs interface to the MH mail system"
1214 (mail))
1215 ("mh-funcs.el"
1216 "mh-e functions not everyone will use right away"
1217 nil)
1218 ("mh-mime.el"
1219 "mh-e support for composing MIME messages"
1220 nil)
1221 ("mh-pick.el"
1222 "make a search pattern and search for a message in mh-e"
1223 nil)
1224 ("mh-seq.el"
1225 "mh-e sequences support"
1226 nil)
1227 ("mh-utils.el"
1228 "mh-e code needed for both sending and reading"
1229 nil)
1230 ("mspools.el"
1231 "show mail spools waiting to be read."
1232 (mail))
1233 ("reporter.el"
1234 "customizable bug reporting of lisp programs"
1235 (maint mail tools))
1236 ("rfc822.el"
1237 "hairy rfc822 parser for mail and news and suchlike"
1238 (mail))
1239 ("rmail.el"
1240 "main code of \"RMAIL\" mail reader for Emacs."
1241 (mail))
1242 ("rmailedit.el"
1243 "\"RMAIL edit mode\" Edit the current message."
1244 (mail))
1245 ("rmailkwd.el"
1246 "part of the \"RMAIL\" mail reader for Emacs."
1247 (mail))
1248 ("rmailmsc.el"
1249 "miscellaneous support functions for the RMAIL mail reader"
1250 (mail))
1251 ("rmailout.el"
1252 "\"RMAIL\" mail reader for Emacs: output message to a file."
1253 (mail))
1254 ("rmailsort.el"
1255 "Rmail: sort messages."
1256 (mail))
1257 ("rmailsum.el"
1258 "make summary buffers for the mail reader"
1259 (mail))
1260 ("rnews.el"
1261 "USENET news reader for gnu emacs"
1262 (news))
1263 ("rnewspost.el"
1264 "USENET news poster/mailer for GNU Emacs"
1265 (mail news)) 1173 (mail news))
1266 ("sc.el" 1174 ("mm-bodies.el"
1267 "old name for supercite" 1175 "Functions for decoding MIME things"
1268 nil) 1176 nil)
1269 ("sendmail.el" 1177 ("mm-decode.el"
1270 "mail sending commands for Emacs." 1178 "Functions for decoding MIME things"
1271 (mail)) 1179 nil)
1272 ("smtpmail.el" 1180 ("mm-encode.el"
1273 "simple SMTP protocol (RFC 821) for sending mail" 1181 "Functions for encoding MIME things "
1274 (mail)) 1182 nil)
1275 ("supercite.el" 1183 ("mm-partial.el"
1276 "minor mode for citing mail and news replies" 1184 "showing message/partial"
1277 (mail news)) 1185 (message partial))
1278 ("uce.el" 1186 ("mm-util.el"
1279 "facilitate reply to unsolicited commercial email" 1187 "Utility functions for MIME things"
1280 (uce unsolicited commercial email)) 1188 nil)
1281 ("undigest.el" 1189 ("mm-uu.el"
1282 "digest-cracking support for the RMAIL mail reader" 1190 "Return uu stuff as mm handles"
1283 (mail)) 1191 (postscript uudecode binhex shar forward news))
1284 ("unrmail.el" 1192 ("mm-view.el"
1285 "convert Rmail files to mailbox files." 1193 "Functions for viewing MIME objects"
1286 (mail)) 1194 nil)
1287 ("vms-pmail.el" 1195 ("mml.el"
1288 "use Emacs as the editor within VMS mail." 1196 "A package for parsing and validating MML documents"
1289 (vms)) 1197 nil)
1198 ("nnagent.el"
1199 "offline backend for Gnus"
1200 (news mail))
1201 ("nnbabyl.el"
1202 "rmail mbox access for Gnus"
1203 (news mail))
1204 ("nndir.el"
1205 "single directory newsgroup access for Gnus"
1206 (news))
1207 ("nndoc.el"
1208 "single file access for Gnus"
1209 (news))
1210 ("nndraft.el"
1211 "draft article access for Gnus"
1212 (news))
1213 ("nneething.el"
1214 "arbitrary file access for Gnus"
1215 (news mail))
1216 ("nnfolder.el"
1217 "mail folder access for Gnus"
1218 (mail))
1219 ("nngateway.el"
1220 "posting news via mail gateways"
1221 (news mail))
1222 ("nnheader.el"
1223 "header access macros for Gnus and its backends"
1224 (news))
1225 ("nnimap.el"
1226 "imap backend for Gnus"
1227 (mail))
1228 ("nnkiboze.el"
1229 "select virtual news access for Gnus"
1230 (news))
1231 ("nnlistserv.el"
1232 "retrieving articles via web mailing list archives"
1233 (news mail))
1234 ("nnmail.el"
1235 "mail support functions for the Gnus mail backends"
1236 (news mail))
1237 ("nnmbox.el"
1238 "mail mbox access for Gnus"
1239 (news mail))
1240 ("nnmh.el"
1241 "mhspool access for Gnus"
1242 (news mail))
1243 ("nnml.el"
1244 "mail spool access for Gnus"
1245 (news mail))
1246 ("nnoo.el"
1247 "OO Gnus Backends"
1248 (news))
1249 ("nnslashdot.el"
1250 "interfacing with Slashdot"
1251 (news))
1252 ("nnsoup.el"
1253 "SOUP access for Gnus"
1254 (news mail))
1255 ("nnspool.el"
1256 "spool access for GNU Emacs"
1257 (news))
1258 ("nntp.el"
1259 "nntp access for Gnus"
1260 (news))
1261 ("nnultimate.el"
1262 "interfacing with the Ultimate Bulletin Board system"
1263 (news))
1264 ("nnvirtual.el"
1265 "virtual newsgroups access for Gnus"
1266 (news))
1267 ("nnwarchive.el"
1268 "interfacing with web archives"
1269 (news egroups mail-archive))
1270 ("nnweb.el"
1271 "retrieving articles via web search engines"
1272 (news))
1273 ("parse-time.el"
1274 "Parsing time strings"
1275 (util))
1276 ("pop3.el"
1277 "Post Office Protocol (RFC 1460) interface"
1278 (mail))
1279 ("qp.el"
1280 "Quoted-Printable functions"
1281 (mail extensions))
1282 ("rfc1843.el"
1283 "HZ (rfc1843) decoding"
1284 (news hz hz+ mail i18n))
1285 ("rfc2045.el"
1286 "Functions for decoding rfc2045 headers"
1287 nil)
1288 ("rfc2047.el"
1289 "Functions for encoding and decoding rfc2047 messages"
1290 nil)
1291 ("rfc2104.el"
1292 "RFC2104 Hashed Message Authentication Codes"
1293 (mail))
1294 ("rfc2231.el"
1295 "Functions for decoding rfc2231 headers"
1296 nil)
1297 ("score-mode.el"
1298 "mode for editing Gnus score files"
1299 (news mail))
1300 ("smiley-ems.el"
1301 "displaying smiley faces"
1302 (news mail multimedia))
1303 ("starttls.el"
1304 "STARTTLS functions"
1305 (tls ssl openssl mail news))
1306 ("time-date.el"
1307 "Date and time handling functions"
1308 (mail news util))
1309 ("utf7.el"
1310 "UTF-7 encoding/decoding for Emacs"
1311 (mail))
1312 ("uudecode.el"
1313 "elisp native uudecode"
1314 (uudecode news))
1315 ("webmail.el"
1316 "interfacing with web mail"
1317 (hotmail netaddress my-deja netscape))
1318 ("ccl.el"
1319 "CCL (Code Conversion Language) compiler"
1320 (ccl mule multilingual character set coding-system))
1321 ("characters.el"
1322 "set syntax and category for multibyte characters"
1323 (multibyte character character set syntax category))
1324 ("codepage.el"
1325 "MS-DOS/MS-Windows specific coding systems."
1326 (i18n ms-dos ms-windows codepage))
1327 ("encoded-kb.el"
1328 "Handler to input multibyte characters encoded somehow"
1329 nil)
1330 ("fontset.el"
1331 "Commands for handling fontset."
1332 (mule multilingual fontset))
1333 ("isearch-x.el"
1334 "extended isearch handling commands"
1335 (multilingual isearch))
1336 ("iso-acc.el"
1337 "minor mode providing electric accent keys"
1338 (i18n))
1339 ("iso-ascii.el"
1340 "set up char tables for ISO 8859/1 on ASCII terminals."
1341 (i18n))
1342 ("iso-cvt.el"
1343 "translate ISO 8859-1 from/to various encodings"
1344 (tex iso latin i18n))
1345 ("iso-insert.el"
1346 "insert functions for ISO 8859/1."
1347 (i18n))
1348 ("iso-swed.el"
1349 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1350 (i18n))
1351 ("iso-transl.el"
1352 "keyboard input definitions for ISO 8859/1."
1353 (i18n))
1354 ("ja-dic-cnv.el"
1355 "Convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
1356 (mule multilingual japanese))
1357 ("ja-dic-utl.el"
1358 "Utilities for handling Japanese dictionary (SKK-JISYO.L)"
1359 (mule multilingual japanese))
1360 ("kinsoku.el"
1361 "`Kinsoku' processing funcs."
1362 (mule kinsoku))
1363 ("kkc.el"
1364 "Kana Kanji converter"
1365 (mule multilingual japanese))
1366 ("latin-1.el"
1367 "set up case-conversion and syntax tables for ISO Latin-1"
1368 (i18n))
1369 ("latin-2.el"
1370 "set up case-conversion and syntax tables for ISO Latin-2"
1371 (i18n))
1372 ("latin-3.el"
1373 "set up case-conversion and syntax tables for ISO Latin-3"
1374 (i18n))
1375 ("latin-4.el"
1376 "set up case-conversion and syntax tables for ISO Latin-4"
1377 (i18n))
1378 ("latin-5.el"
1379 "set up case-conversion and syntax tables for ISO latin-5"
1380 (i18n))
1381 ("latin-8.el"
1382 "set up case-conversion and syntax tables for ISO Latin-8"
1383 (i18n))
1384 ("latin-9.el"
1385 "set up case-conversion and syntax tables for ISO Latin-9"
1386 (i18n))
1387 ("latin1-disp.el"
1388 "display tables for other ISO 8859 on Latin-1 terminals"
1389 (i18n))
1390 ("mule-cmds.el"
1391 "Commands for mulitilingual environment"
1392 (mule multilingual))
1393 ("mule-conf.el"
1394 "configure multilingual environment"
1395 (mule multilingual character set coding system))
1396 ("mule-diag.el"
1397 "Show diagnosis of multilingual environment (Mule)"
1398 (multilingual charset coding system fontset diagnosis i18n))
1399 ("mule-util.el"
1400 "Utility functions for mulitilingual environment (mule)"
1401 (mule multilingual))
1402 ("mule.el"
1403 "basic commands for mulitilingual environment"
1404 (mule multilingual character set coding system))
1405 ("ogonek.el"
1406 "change the encoding of Polish diacritics"
1407 (i18n))
1408 ("quail.el"
1409 "Provides simple input method for multilingual text"
1410 (mule multilingual input method))
1411 ("swedish.el"
1412 "miscellaneous functions for dealing with Swedish."
1413 (i18n))
1414 ("titdic-cnv.el"
1415 "convert cxterm dictionary (TIT format) to Quail package"
1416 (quail tit cxterm))
1290 ("china-util.el" 1417 ("china-util.el"
1291 "utilities for Chinese" 1418 "utilities for Chinese"
1292 (mule multilingual chinese)) 1419 (mule multilingual chinese))
1293 ("chinese.el" 1420 ("chinese.el"
1294 "Support for Chinese" 1421 "Support for Chinese"
1372 "utilities for Vietnamese" 1499 "utilities for Vietnamese"
1373 (mule multilingual vietnamese)) 1500 (mule multilingual vietnamese))
1374 ("vietnamese.el" 1501 ("vietnamese.el"
1375 "Support for Vietnamese" 1502 "Support for Vietnamese"
1376 (multilingual vietnamese)) 1503 (multilingual vietnamese))
1377 ("ccl.el" 1504 ("blessmail.el"
1378 "CCL (Code Conversion Language) compiler" 1505 "Decide whether movemail needs special privileges."
1379 (ccl mule multilingual character set coding-system)) 1506 (internal))
1380 ("characters.el" 1507 ("emacsbug.el"
1381 "set syntax and category for multibyte characters" 1508 "command to report Emacs bugs to appropriate mailing list."
1382 (multibyte character character set syntax category)) 1509 (maint mail))
1383 ("codepage.el" 1510 ("feedmail.el"
1384 "MS-DOS specific coding systems." 1511 "assist other email packages to massage outgoing messages"
1385 (i18n ms-dos codepage)) 1512 (email queue mail sendmail message spray smtp draft))
1386 ("encoded-kb.el" 1513 ("footnote.el"
1387 "Handler to input multibyte characters encoded somehow" 1514 "Footnote support for message mode"
1388 nil)
1389 ("fontset.el"
1390 "Commands for handling fontset."
1391 (mule multilingual fontset))
1392 ("isearch-x.el"
1393 "extended isearch handling commands"
1394 (multilingual isearch))
1395 ("iso-acc.el"
1396 "minor mode providing electric accent keys"
1397 (i18n))
1398 ("iso-ascii.el"
1399 "set up char tables for ISO 8859/1 on ASCII terminals."
1400 (i18n))
1401 ("iso-cvt.el"
1402 "translate ISO 8859-1 from/to various encodings"
1403 (tex iso latin i18n))
1404 ("iso-insert.el"
1405 "insert functions for ISO 8859/1."
1406 (i18n))
1407 ("iso-swed.el"
1408 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1409 (i18n))
1410 ("iso-transl.el"
1411 "keyboard input definitions for ISO 8859/1."
1412 (i18n))
1413 ("kinsoku.el"
1414 "`Kinsoku' processing funcs."
1415 (mule kinsoku))
1416 ("kkc.el"
1417 "Kana Kanji converter"
1418 (mule multilingual japanese skk))
1419 ("latin-1.el"
1420 "set up case-conversion and syntax tables for ISO Latin-1"
1421 (i18n))
1422 ("latin-2.el"
1423 "set up case-conversion and syntax tables for ISO Latin-2"
1424 (i18n))
1425 ("latin-3.el"
1426 "set up case-conversion and syntax tables for ISO Latin-3"
1427 (i18n))
1428 ("latin-4.el"
1429 "set up case-conversion and syntax tables for ISO Latin-4"
1430 (i18n))
1431 ("latin-5.el"
1432 "set up case-conversion and syntax tables for ISO latin-5"
1433 (i18n))
1434 ("latin-8.el"
1435 "set up case-conversion and syntax tables for ISO Latin-8"
1436 (i18n))
1437 ("latin-9.el"
1438 "set up case-conversion and syntax tables for ISO Latin-9"
1439 (i18n))
1440 ("mule-cmds.el"
1441 "Commands for mulitilingual environment"
1442 (mule multilingual))
1443 ("mule-conf.el"
1444 "configure multilingual environment"
1445 (mule multilingual character set coding system))
1446 ("mule-diag.el"
1447 "Show diagnosis of multilingual environment (Mule)"
1448 (multilingual charset coding system fontset diagnosis))
1449 ("mule-util.el"
1450 "Utility functions for mulitilingual environment (mule)"
1451 (mule multilingual))
1452 ("mule.el"
1453 "basic commands for mulitilingual environment"
1454 (mule multilingual character set coding system))
1455 ("ogonek.el"
1456 "change the encoding of Polish diacritics"
1457 (i18n))
1458 ("quail.el"
1459 "Provides simple input method for multilingual text"
1460 (mule multilingual input method))
1461 ("skkdic-cnv.el"
1462 "Convert a SKK dictionary for `skkdic-utl'"
1463 (mule multilingual japanese skk))
1464 ("skkdic-utl.el"
1465 "Utility functions for handling SKK dictionary"
1466 (mule multilingual japanese skk))
1467 ("swedish.el"
1468 "miscellaneous functions for dealing with Swedish."
1469 (i18n))
1470 ("titdic-cnv.el"
1471 "convert cxterm dictionary (TIT format) to Quail package"
1472 (quail tit cxterm))
1473 ("earcon.el"
1474 "Sound effects for messages"
1475 nil)
1476 ("gnus-agent.el"
1477 "unplugged support for Gnus"
1478 nil)
1479 ("gnus-art.el"
1480 "article mode commands for Gnus"
1481 (news))
1482 ("gnus-async.el"
1483 "asynchronous support for Gnus"
1484 (news))
1485 ("gnus-audio.el"
1486 "Sound effects for Gnus"
1487 nil)
1488 ("gnus-bcklg.el"
1489 "backlog functions for Gnus"
1490 (news))
1491 ("gnus-cache.el"
1492 "cache interface for Gnus"
1493 (news))
1494 ("gnus-cite.el"
1495 "parse citations in articles for Gnus"
1496 nil)
1497 ("gnus-cus.el"
1498 "customization commands for Gnus"
1499 (news))
1500 ("gnus-demon.el"
1501 "daemonic Gnus behaviour"
1502 (news))
1503 ("gnus-draft.el"
1504 "draft message support for Gnus"
1505 (news))
1506 ("gnus-dup.el"
1507 "suppression of duplicate articles in Gnus"
1508 (news))
1509 ("gnus-eform.el"
1510 "a mode for editing forms for Gnus"
1511 (news))
1512 ("gnus-ems.el"
1513 "functions for making Gnus work under different Emacsen"
1514 (news))
1515 ("gnus-gl.el"
1516 "an interface to GroupLens for Gnus"
1517 (news score))
1518 ("gnus-group.el"
1519 "group mode commands for Gnus"
1520 (news))
1521 ("gnus-int.el"
1522 "backend interface functions for Gnus"
1523 (news))
1524 ("gnus-kill.el"
1525 "kill commands for Gnus"
1526 (news))
1527 ("gnus-load.el"
1528 "automatically extracted custom dependencies"
1529 nil)
1530 ("gnus-logic.el"
1531 "advanced scoring code for Gnus"
1532 (news))
1533 ("gnus-mh.el"
1534 "mh-e interface for Gnus"
1535 (news))
1536 ("gnus-move.el"
1537 "commands for moving Gnus from one server to another"
1538 (news))
1539 ("gnus-msg.el"
1540 "mail and post interface for Gnus"
1541 (news))
1542 ("gnus-mule.el"
1543 "Provide multilingual environment to GNUS"
1544 (gnus mule))
1545 ("gnus-nocem.el"
1546 "NoCeM pseudo-cancellation treatment"
1547 (news))
1548 ("gnus-range.el"
1549 "range and sequence functions for Gnus"
1550 (news))
1551 ("gnus-salt.el"
1552 "alternate summary mode interfaces for Gnus"
1553 (news))
1554 ("gnus-score.el"
1555 "scoring code for Gnus"
1556 (news))
1557 ("gnus-setup.el"
1558 "Initialization & Setup for Gnus 5"
1559 (news))
1560 ("gnus-soup.el"
1561 "SOUP packet writing support for Gnus"
1562 (news mail))
1563 ("gnus-spec.el"
1564 "format spec functions for Gnus"
1565 (news))
1566 ("gnus-srvr.el"
1567 "virtual server support for Gnus"
1568 (news))
1569 ("gnus-start.el"
1570 "startup functions for Gnus"
1571 (news))
1572 ("gnus-sum.el"
1573 "summary mode commands for Gnus"
1574 (news))
1575 ("gnus-topic.el"
1576 "a folding minor mode for Gnus group buffers"
1577 (news))
1578 ("gnus-undo.el"
1579 "minor mode for undoing in Gnus"
1580 (news))
1581 ("gnus-util.el"
1582 "utility functions for Gnus"
1583 (news))
1584 ("gnus-uu.el"
1585 "extract (uu)encoded files in Gnus"
1586 nil)
1587 ("gnus-vm.el"
1588 "vm interface for Gnus"
1589 (news mail))
1590 ("gnus-win.el"
1591 "window configuration functions for Gnus"
1592 (news))
1593 ("gnus.el"
1594 "a newsreader for GNU Emacs"
1595 (news mail))
1596 ("message.el"
1597 "composing mail and news messages"
1598 (mail news)) 1515 (mail news))
1599 ("messcompat.el" 1516 ("mail-extr.el"
1600 "making message mode compatible with mail mode" 1517 "extract full name and address from RFC 822 mail header."
1518 (mail))
1519 ("mail-hist.el"
1520 "Headers and message body history for outgoing mail."
1521 (mail history))
1522 ("mail-utils.el"
1523 "utility functions used both by rmail and rnews"
1601 (mail news)) 1524 (mail news))
1602 ("nnagent.el" 1525 ("mailabbrev.el"
1603 "offline backend for Gnus" 1526 "abbrev-expansion of mail aliases."
1604 (news mail)) 1527 (mail))
1605 ("nnbabyl.el" 1528 ("mailalias.el"
1606 "rmail mbox access for Gnus" 1529 "expand and complete mailing address aliases"
1607 (news mail)) 1530 (mail))
1608 ("nndir.el" 1531 ("mailheader.el"
1609 "single directory newsgroup access for Gnus" 1532 "Mail header parsing, merging, formatting"
1610 (news)) 1533 (tools mail news))
1611 ("nndoc.el" 1534 ("mailpost.el"
1612 "single file access for Gnus" 1535 "RMAIL coupler to /usr/uci/post mailer"
1613 (news)) 1536 (mail))
1614 ("nndraft.el" 1537 ("metamail.el"
1615 "draft article access for Gnus" 1538 "Metamail interface for GNU Emacs"
1616 (news)) 1539 (mail news mime multimedia))
1617 ("nneething.el" 1540 ("mh-comp.el"
1618 "arbitrary file access for Gnus" 1541 "mh-e functions for composing messages"
1619 (news mail)) 1542 (mail))
1620 ("nnfolder.el" 1543 ("mh-e.el"
1621 "mail folder access for Gnus" 1544 "GNU Emacs interface to the MH mail system"
1622 (mail)) 1545 (mail))
1623 ("nngateway.el" 1546 ("mh-funcs.el"
1624 "posting news via mail gateways" 1547 "mh-e functions not everyone will use right away"
1625 (news mail)) 1548 nil)
1626 ("nnheader.el" 1549 ("mh-mime.el"
1627 "header access macros for Gnus and its backends" 1550 "mh-e support for composing MIME messages"
1628 (news)) 1551 nil)
1629 ("nnkiboze.el" 1552 ("mh-pick.el"
1630 "select virtual news access for Gnus" 1553 "make a search pattern and search for a message in mh-e"
1631 (news)) 1554 nil)
1632 ("nnlistserv.el" 1555 ("mh-seq.el"
1633 "retrieving articles via web mailing list archives" 1556 "mh-e sequences support"
1634 (news mail)) 1557 nil)
1635 ("nnmail.el" 1558 ("mh-utils.el"
1636 "mail support functions for the Gnus mail backends" 1559 "mh-e code needed for both sending and reading"
1637 (news mail)) 1560 nil)
1638 ("nnmbox.el" 1561 ("mspools.el"
1639 "mail mbox access for Gnus" 1562 "show mail spools waiting to be read."
1640 (news mail)) 1563 (mail))
1641 ("nnmh.el" 1564 ("reporter.el"
1642 "mhspool access for Gnus" 1565 "customizable bug reporting of lisp programs"
1643 (news mail)) 1566 (maint mail tools))
1644 ("nnml.el" 1567 ("rfc2368.el"
1645 "mail spool access for Gnus" 1568 "support for rfc2368"
1646 (news mail)) 1569 (mail))
1647 ("nnoo.el" 1570 ("rfc822.el"
1648 "OO Gnus Backends" 1571 "hairy rfc822 parser for mail and news and suchlike"
1649 (news)) 1572 (mail))
1650 ("nnsoup.el" 1573 ("rmail.el"
1651 "SOUP access for Gnus" 1574 "main code of \"RMAIL\" mail reader for Emacs."
1652 (news mail)) 1575 (mail))
1653 ("nnspool.el" 1576 ("rmailedit.el"
1654 "spool access for GNU Emacs" 1577 "\"RMAIL edit mode\" Edit the current message."
1655 (news)) 1578 (mail))
1656 ("nntp.el" 1579 ("rmailkwd.el"
1657 "nntp access for Gnus Copyright (C) 1987-90,92-97 Free" 1580 "part of the \"RMAIL\" mail reader for Emacs."
1658 (news)) 1581 (mail))
1659 ("nnvirtual.el" 1582 ("rmailmsc.el"
1660 "virtual newsgroups access for Gnus" 1583 "miscellaneous support functions for the RMAIL mail reader"
1661 (news)) 1584 (mail))
1662 ("nnweb.el" 1585 ("rmailout.el"
1663 "retrieving articles via web search engines" 1586 "\"RMAIL\" mail reader for Emacs: output message to a file."
1664 (news)) 1587 (mail))
1665 ("parse-time.el" 1588 ("rmailsort.el"
1666 "Parsing time strings" 1589 "Rmail: sort messages."
1667 (util)) 1590 (mail))
1668 ("pop3.el" 1591 ("rmailsum.el"
1669 "Post Office Protocol (RFC 1460) interface" 1592 "make summary buffers for the mail reader"
1670 (mail)) 1593 (mail))
1671 ("score-mode.el" 1594 ("rnews.el"
1672 "mode for editing Gnus score files" 1595 "USENET news reader for gnu emacs"
1673 (news mail)) 1596 (news))
1674 ("crisp.el" 1597 ("rnewspost.el"
1675 "CRiSP/Brief Emacs emulator" 1598 "USENET news poster/mailer for GNU Emacs"
1676 (emulations brief crisp)) 1599 (mail news))
1677 ("edt-lk201.el" 1600 ("sc.el"
1678 "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards" 1601 "old name for supercite"
1679 (emulations)) 1602 nil)
1680 ("edt-mapper.el" 1603 ("sendmail.el"
1681 "Create an EDT LK-201 Map File for X-Windows Emacs" 1604 "mail sending commands for Emacs."
1682 (emulations)) 1605 (mail))
1683 ("edt-pc.el" 1606 ("smtpmail.el"
1684 "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards" 1607 "simple SMTP protocol (RFC 821) for sending mail"
1685 (emulations)) 1608 (mail))
1686 ("edt-vt100.el" 1609 ("supercite.el"
1687 "Enhanced EDT Keypad Mode Emulation for VT Series Terminals" 1610 "minor mode for citing mail and news replies"
1688 (emulations)) 1611 (mail news))
1689 ("edt.el" 1612 ("uce.el"
1690 "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19" 1613 "facilitate reply to unsolicited commercial email"
1691 (emulations)) 1614 (uce unsolicited commercial email))
1692 ("mlconvert.el" 1615 ("undigest.el"
1693 "convert buffer of Mocklisp code to real lisp." 1616 "digest-cracking support for the RMAIL mail reader"
1694 (emulations)) 1617 (mail))
1695 ("mlsupport.el" 1618 ("unrmail.el"
1696 "run-time support for mocklisp code." 1619 "convert Rmail files to mailbox files."
1697 (extensions)) 1620 (mail))
1698 ("pc-mode.el" 1621 ("vms-pmail.el"
1699 "emulate certain key bindings used on PCs." 1622 "use Emacs as the editor within VMS mail."
1700 (emulations)) 1623 (vms))
1701 ("pc-select.el" 1624 ("5x5.el"
1702 "emulate mark, cut, copy and paste from Motif" 1625 "Simple little puzzle game."
1703 (convenience )) 1626 (games puzzles))
1704 ("tpu-edt.el" 1627 ("blackbox.el"
1705 "Emacs emulating TPU emulating EDT" 1628 "blackbox game in Emacs Lisp"
1706 (emulations)) 1629 (games))
1707 ("tpu-extras.el" 1630 ("bruce.el"
1708 "Scroll margins and free cursor mode for TPU-edt" 1631 "bruce phrase utility for overloading the Communications"
1709 (emulations)) 1632 (games))
1710 ("tpu-mapper.el" 1633 ("cookie1.el"
1711 "Create a TPU-edt X-windows keymap file" 1634 "retrieve random phrases from fortune cookie files"
1712 (emulations)) 1635 (games extensions))
1713 ("vi.el" 1636 ("decipher.el"
1714 "major mode for emulating \"vi\" editor under GNU Emacs." 1637 "Cryptanalyze monoalphabetic substitution ciphers"
1715 (emulations)) 1638 (games))
1716 ("vip.el" 1639 ("dissociate.el"
1717 "a VI Package for GNU Emacs" 1640 "scramble text amusingly for Emacs."
1718 (emulations)) 1641 (games))
1719 ("viper-cmd.el" 1642 ("doctor.el"
1720 "Vi command support for Viper" 1643 "psychological help for frustrated users."
1721 nil) 1644 (games))
1722 ("viper-ex.el" 1645 ("dunnet.el"
1723 "functions implementing the Ex commands for Viper" 1646 "Text adventure for Emacs"
1724 nil) 1647 (games))
1725 ("viper-init.el" 1648 ("fortune.el"
1726 "some common definitions for Viper" 1649 "Use fortune to create signatures"
1727 nil) 1650 (games utils mail))
1728 ("viper-keym.el" 1651 ("gamegrid.el"
1729 "Viper keymaps" 1652 "Library for implementing grid-based games on Emacs"
1730 nil) 1653 (games))
1731 ("viper-macs.el" 1654 ("gametree.el"
1732 "functions implementing keyboard macros for Viper" 1655 "manage game analysis trees in Emacs"
1733 nil) 1656 (games))
1734 ("viper-mous.el" 1657 ("gomoku.el"
1735 "mouse support for Viper" 1658 "Gomoku game between you and Emacs"
1736 nil) 1659 (games))
1737 ("viper-util.el" 1660 ("handwrite.el"
1738 "Utilities used by viper.el" 1661 "turns your emacs buffer into a handwritten document"
1739 nil) 1662 (wp print postscript cursive writing))
1740 ("viper.el" 1663 ("hanoi.el"
1741 "A full-featured Vi emulator for Emacs." 1664 "towers of hanoi in Emacs"
1742 (emulations)) 1665 (games))
1743 ("ws-mode.el" 1666 ("landmark.el"
1744 "WordStar emulation mode for GNU Emacs" 1667 "neural-network robot that learns landmarks"
1745 (emulations)) 1668 (gomoku neural network adaptive search chemotaxis))
1746 ("advice.el" 1669 ("life.el"
1747 "an overloading mechanism for Emacs Lisp functions" 1670 "John Horton Conway's `Life' game for GNU Emacs"
1748 (extensions lisp tools)) 1671 (games))
1749 ("assoc.el" 1672 ("meese.el"
1750 "insert/delete/sort functions on association lists" 1673 "protect the impressionable young minds of America"
1751 (extensions)) 1674 (games))
1752 ("autoload.el" 1675 ("morse.el"
1753 "maintain autoloads in loaddefs.el." 1676 "Convert text to morse code and back."
1754 (maint)) 1677 (games))
1755 ("backquote.el" 1678 ("mpuz.el"
1756 "implement the ` Lisp construct" 1679 "multiplication puzzle for GNU Emacs"
1757 (extensions internal)) 1680 (games))
1758 ("byte-opt.el" 1681 ("pong.el"
1759 "the optimization passes of the emacs-lisp byte compiler." 1682 nil
1760 (internal)) 1683 (games))
1761 ("bytecomp.el" 1684 ("snake.el"
1762 "compilation of Lisp code into byte code." 1685 "Implementation of Snake for Emacs"
1763 (lisp)) 1686 (games))
1764 ("checkdoc.el" 1687 ("solitaire.el"
1765 "Check documentation strings for style requirements" 1688 "game of solitaire in Emacs Lisp"
1766 (docs maint lisp)) 1689 (games))
1767 ("cl-compat.el" 1690 ("spook.el"
1768 "Common Lisp extensions for GNU Emacs Lisp (compatibility)" 1691 "spook phrase utility for overloading the NSA line eater"
1769 (extensions)) 1692 (games))
1770 ("cl-extra.el" 1693 ("studly.el"
1771 "Common Lisp features, part 2" 1694 "StudlyCaps (tm)(r)(c)(xxx)"
1772 (extensions)) 1695 (games))
1773 ("cl-indent.el" 1696 ("tetris.el"
1774 "enhanced lisp-indent mode" 1697 "Implementation of Tetris for Emacs"
1775 (lisp tools)) 1698 (games))
1776 ("cl-macs.el" 1699 ("yow.el"
1777 "Common Lisp macros" 1700 "quote random zippyisms"
1778 (extensions)) 1701 (games))
1779 ("cl-seq.el" 1702 ("zone.el"
1780 "Common Lisp features, part 3" 1703 "idle display hacks"
1781 (extensions)) 1704 (games))
1782 ("cl-specs.el" 1705 ("ada-mode.el"
1783 "Edebug specs for cl.el" 1706 "major-mode for editing Ada source."
1784 (lisp tools maint)) 1707 (languages ada))
1785 ("cl.el" 1708 ("ada-prj.el"
1786 "Common Lisp extensions for Emacs" 1709 "Easy editing of project files for the ada-mode"
1787 (extensions)) 1710 (languages ada project file))
1788 ("copyright.el" 1711 ("ada-stmt.el"
1789 "update the copyright notice in current buffer" 1712 "An extension to Ada mode for inserting statement templates."
1790 (maint tools)) 1713 (languages ada))
1791 ("cust-print.el" 1714 ("ada-xref.el"
1792 "handles print-level and print-circle." 1715 "for lookup and completion in Ada mode"
1793 (extensions)) 1716 (languages ada xref))
1794 ("debug.el" 1717 ("antlr-mode.el"
1795 "debuggers and related commands for Emacs" 1718 "Major mode for ANTLR grammar files"
1796 (lisp tools maint)) 1719 nil)
1797 ("disass.el" 1720 ("asm-mode.el"
1798 "disassembler for compiled Emacs Lisp code" 1721 "mode for editing assembler code"
1799 (internal)) 1722 (tools languages))
1800 ("easy-mmode.el" 1723 ("autoconf.el"
1801 "easy definition of minor modes." 1724 "Mode for editing Autoconf configure.in files."
1802 nil) 1725 (languages))
1803 ("easymenu.el" 1726 ("awk-mode.el"
1804 "support the easymenu interface for defining a menu." 1727 "AWK code editing commands for Emacs"
1805 (emulations)) 1728 (unix languages))
1806 ("edebug.el" 1729 ("cc-align.el"
1807 "a source-level debugger for Emacs Lisp" 1730 "custom indentation functions for CC Mode"
1808 (lisp tools maint)) 1731 (c languages oop))
1809 ("eldoc.el" 1732 ("cc-cmds.el"
1810 "show function arglist or variable docstring in echo area" 1733 "user level commands for CC Mode"
1811 (extensions)) 1734 (c languages oop))
1812 ("elint.el" 1735 ("cc-compat.el"
1813 "Lint Emacs Lisp" 1736 "cc-mode compatibility with c-mode.el confusion"
1814 (lisp)) 1737 (c languages oop))
1815 ("elp.el" 1738 ("cc-defs.el"
1816 "Emacs Lisp Profiler" 1739 "compile time definitions for CC Mode"
1817 (debugging lisp tools)) 1740 (c languages oop))
1818 ("eval-reg.el" 1741 ("cc-engine.el"
1819 "Redefine eval-region, and subrs that use it, in Lisp" 1742 "core syntax guessing engine for CC mode"
1820 (lisp)) 1743 (c languages oop))
1821 ("find-func.el" 1744 ("cc-langs.el"
1822 "find the definition of the Emacs Lisp function near point" 1745 "specific language support for CC Mode"
1823 (emacs-lisp functions variables)) 1746 (c languages oop))
1824 ("float.el" 1747 ("cc-menus.el"
1825 "obsolete floating point arithmetic package." 1748 "imenu support for CC Mode"
1826 (extensions)) 1749 (c languages oop))
1827 ("gulp.el" 1750 ("cc-mode.el"
1828 "Ask for updates for Lisp packages" 1751 "major mode for editing C, C++, Objective-C, and Java code"
1829 (maintenance)) 1752 (c languages oop))
1830 ("helper.el" 1753 ("cc-styles.el"
1831 "utility help package supporting help in electric modes" 1754 "support for styles in CC Mode"
1755 (c languages oop))
1756 ("cc-vars.el"
1757 "user customization variables for CC Mode"
1758 (c languages oop))
1759 ("cmacexp.el"
1760 "expand C macros in a region"
1761 (c))
1762 ("compile.el"
1763 "run compiler as inferior of Emacs, parse error messages."
1764 (tools processes))
1765 ("cperl-mode.el"
1766 "Perl code editing commands for Emacs"
1767 (languages perl))
1768 ("cplus-md.el"
1769 "old C++ code editing mode for Emacs"
1770 (c))
1771 ("cpp.el"
1772 "Highlight or hide text according to cpp conditionals."
1773 (c faces tools))
1774 ("cwarn.el"
1775 "Highlight suspicious C and C++ constructions."
1776 (c languages faces))
1777 ("dcl-mode.el"
1778 "major mode for editing DCL command files"
1779 (dcl editing major-mode languages))
1780 ("delphi.el"
1781 "Major mode for editing Delphi source (Object Pascal) in Emacs"
1782 (languages))
1783 ("ebnf-bnf.el"
1784 "Parser for EBNF"
1785 (wp ebnf postscript))
1786 ("ebnf-iso.el"
1787 "Parser for ISO EBNF"
1788 (wp ebnf postscript))
1789 ("ebnf-otz.el"
1790 "Syntatic chart OpTimiZer"
1791 (wp ebnf postscript))
1792 ("ebnf-yac.el"
1793 "Parser for Yacc/Bison"
1794 (wp ebnf postscript))
1795 ("ebnf2ps.el"
1796 "Translate an EBNF to a syntatic chart on PostScript"
1797 (wp ebnf postscript))
1798 ("ebrowse.el"
1799 "Emacs C++ class browser & tags facility"
1800 (c++ tags tools))
1801 ("etags.el"
1802 "etags facility for Emacs"
1803 (tools))
1804 ("executable.el"
1805 "base functionality for executable interpreter scripts"
1806 (languages unix))
1807 ("f90.el"
1808 "Fortran-90 mode (free format)"
1809 (fortran f90 languages))
1810 ("fortran.el"
1811 "Fortran mode for GNU Emacs"
1812 (languages))
1813 ("glasses.el"
1814 "make cantReadThis readable"
1815 (tools))
1816 ("hideif.el"
1817 "hides selected code within ifdef."
1818 (c outlines))
1819 ("hideshow.el"
1820 "minor mode cmds to selectively display blocks of code"
1821 (c c++ java lisp tools editing comments blocks hiding outlines))
1822 ("icon.el"
1823 "mode for editing Icon code"
1824 (languages))
1825 ("idlw-rinfo.el"
1826 "Routine Information for IDLWAVE"
1827 (languages))
1828 ("idlw-shell.el"
1829 "Run IDL or WAVE as an inferior process of Emacs."
1830 (processes))
1831 ("idlw-toolbar.el"
1832 "A debugging toolbar for IDLWAVE"
1833 (processes))
1834 ("idlwave.el"
1835 "IDL and WAVE CL editing mode for GNU Emacs"
1836 (languages))
1837 ("inf-lisp.el"
1838 "an inferior-lisp mode"
1839 (processes lisp))
1840 ("m4-mode.el"
1841 "m4 code editing commands for Emacs"
1842 (languages faces))
1843 ("make-mode.el"
1844 "makefile editing commands for Emacs"
1845 (unix tools))
1846 ("mantemp.el"
1847 "Create manual template instantiations from g++ 2.7.2 output."
1848 (g++ templates))
1849 ("meta-mode.el"
1850 "major mode for editing Metafont or MetaPost sources."
1851 (metafont metapost tex languages))
1852 ("modula2.el"
1853 "Modula-2 editing support package"
1854 (languages))
1855 ("octave-hlp.el"
1856 "getting help on Octave symbols using info"
1857 (languages))
1858 ("octave-inf.el"
1859 "running Octave as an inferior Emacs process"
1860 (languages))
1861 ("octave-mod.el"
1862 "editing Octave source files under Emacs"
1863 (languages))
1864 ("pascal.el"
1865 "major mode for editing pascal source in Emacs"
1866 (languages))
1867 ("perl-mode.el"
1868 "Perl code editing commands for GNU Emacs"
1869 (languages))
1870 ("prolog.el"
1871 "major mode for editing and running Prolog under Emacs"
1872 (languages))
1873 ("ps-mode.el"
1874 "PostScript mode for GNU Emacs."
1875 (postscript languages))
1876 ("scheme.el"
1877 "Scheme (and DSSSL) editing mode."
1878 (languages lisp))
1879 ("sh-script.el"
1880 "shell-script editing commands for Emacs"
1881 (languages unix))
1882 ("simula.el"
1883 "SIMULA 87 code editing commands for Emacs"
1884 (languages))
1885 ("sql.el"
1886 "specialized comint.el for SQL interpreters"
1887 (comm languages processes))
1888 ("tcl.el"
1889 "Tcl code editing commands for Emacs"
1890 (languages tcl modes))
1891 ("vhdl-mode.el"
1892 "major mode for editing VHDL code"
1893 (languages vhdl))
1894 ("AT386.el"
1895 "terminal support package for IBM AT keyboards"
1896 (terminals))
1897 ("apollo.el"
1898 nil
1899 nil)
1900 ("bg-mouse.el"
1901 "GNU Emacs code for BBN Bitgraph mouse."
1902 (hardware))
1903 ("bobcat.el"
1904 nil
1905 nil)
1906 ("internal.el"
1907 "support for PC internal terminal"
1908 nil)
1909 ("iris-ansi.el"
1910 "configure Emacs for SGI xwsh and winterm apps"
1911 nil)
1912 ("keyswap.el"
1913 "swap BS and DEL keys"
1914 (terminals))
1915 ("linux.el"
1916 nil
1917 nil)
1918 ("lk201.el"
1919 nil
1920 nil)
1921 ("mac-win.el"
1922 "support for \"Macintosh windows\"."
1923 nil)
1924 ("news.el"
1925 "keypad and function key bindings for the Sony NEWS keyboard"
1926 (terminals))
1927 ("pc-win.el"
1928 "setup support for `PC windows' (whatever that is)."
1929 nil)
1930 ("sun-mouse.el"
1931 "mouse handling for Sun windows"
1932 (hardware))
1933 ("sun.el"
1934 "keybinding for standard default sunterm keys"
1935 (terminals))
1936 ("sup-mouse.el"
1937 "supdup mouse support for lisp machines"
1938 (hardware))
1939 ("tty-colors.el"
1940 "color support for character terminals"
1941 (terminals faces))
1942 ("tvi970.el"
1943 "terminal support for the Televideo 970"
1944 (terminals))
1945 ("vt100.el"
1946 "define VT100 function key sequences in function-key-map"
1947 (terminals))
1948 ("vt102.el"
1949 nil
1950 nil)
1951 ("vt125.el"
1952 nil
1953 nil)
1954 ("vt200.el"
1955 nil
1956 nil)
1957 ("vt201.el"
1958 nil
1959 nil)
1960 ("vt220.el"
1961 nil
1962 nil)
1963 ("vt240.el"
1964 nil
1965 nil)
1966 ("vt300.el"
1967 nil
1968 nil)
1969 ("vt320.el"
1970 nil
1971 nil)
1972 ("vt400.el"
1973 nil
1974 nil)
1975 ("vt420.el"
1976 nil
1977 nil)
1978 ("w32-win.el"
1979 "parse switches controlling interface with W32 window system."
1980 (terminals))
1981 ("wyse50.el"
1982 "terminal support code for Wyse 50"
1983 (terminals))
1984 ("x-win.el"
1985 "parse switches controlling interface with X window system"
1986 (terminals))
1987 ("xterm.el"
1988 "define function key sequences for xterm"
1989 (terminals))
1990 ("artist.el"
1991 "draw ascii graphics with your mouse"
1992 (mouse))
1993 ("bib-mode.el"
1994 "bib-mode, major mode for editing bib files."
1995 (bib))
1996 ("bibtex.el"
1997 "BibTeX mode for GNU Emacs"
1998 (bibtex latex tex))
1999 ("fill.el"
2000 "fill commands for Emacs"
2001 (wp))
2002 ("flyspell.el"
2003 "On-the-fly spell checker"
2004 (convenience))
2005 ("ispell.el"
2006 "Interface to International Ispell Versions 3.1 and 3.2"
2007 (unix wp))
2008 ("makeinfo.el"
2009 "run makeinfo conveniently"
2010 nil)
2011 ("nroff-mode.el"
2012 "GNU Emacs major mode for editing nroff source"
2013 (wp))
2014 ("outline.el"
2015 "outline mode commands for Emacs"
2016 (outlines))
2017 ("page-ext.el"
2018 "extended page handling commands"
2019 nil)
2020 ("page.el"
2021 "page motion commands for emacs."
2022 nil)
2023 ("paragraphs.el"
2024 "paragraph and sentence parsing."
2025 (wp))
2026 ("picture.el"
2027 "\"Picture mode\" -- editing using quarter-plane screen model."
2028 (convenience wp))
2029 ("refbib.el"
2030 "convert refer-style references to ones usable by Latex bib"
2031 (bib tex))
2032 ("refer.el"
2033 "look up references in bibliography files."
2034 (bib))
2035 ("refill.el"
2036 "`auto-fill' by refilling paragraphs on changes"
2037 (wp))
2038 ("reftex-auc.el"
2039 nil
2040 nil)
2041 ("reftex-cite.el"
2042 nil
2043 nil)
2044 ("reftex-dcr.el"
2045 nil
2046 nil)
2047 ("reftex-global.el"
2048 nil
2049 nil)
2050 ("reftex-index.el"
2051 nil
2052 nil)
2053 ("reftex-parse.el"
2054 nil
2055 nil)
2056 ("reftex-ref.el"
2057 nil
2058 nil)
2059 ("reftex-sel.el"
2060 nil
2061 nil)
2062 ("reftex-toc.el"
2063 nil
2064 nil)
2065 ("reftex-vars.el"
2066 nil
2067 nil)
2068 ("reftex.el"
2069 "Minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
2070 (tex))
2071 ("scribe.el"
2072 "scribe mode, and its idiosyncratic commands."
2073 (wp))
2074 ("sgml-mode.el"
2075 "SGML- and HTML-editing modes"
2076 (wp hypermedia comm languages))
2077 ("spell.el"
2078 "spelling correction interface for Emacs."
2079 (wp unix))
2080 ("tex-mode.el"
2081 "TeX, LaTeX, and SliTeX mode commands."
2082 (tex))
2083 ("texinfmt.el"
2084 "format Texinfo files into Info files."
2085 (maint tex docs))
2086 ("texinfo.el"
2087 "major mode for editing Texinfo files"
2088 (maint tex docs))
2089 ("texnfo-upd.el"
2090 "utilities for updating nodes and menus in Texinfo files"
2091 (maint tex docs))
2092 ("text-mode.el"
2093 "text mode, and its idiosyncratic commands."
2094 nil)
2095 ("tildify.el"
2096 "adding hard spaces into texts"
2097 (text tex sgml wp))
2098 ("two-column.el"
2099 "minor mode for editing of two-column text"
2100 nil)
2101 ("underline.el"
2102 "insert/remove underlining (done by overstriking) in Emacs."
2103 (wp))
2104 ("auto-show.el"
2105 "perform automatic horizontal scrolling as point moves"
2106 (scroll display convenience))
2107 ("c-mode.el"
2108 "C code editing commands for Emacs"
2109 (c))
2110 ("hscroll.el"
2111 "automatically scroll truncated lines horizontally"
2112 (display))
2113 ("ooutline.el"
2114 "outline mode commands for Emacs"
2115 (outlines))
2116 ("tool-bar.el"
2117 "Setting up the tool bar"
2118 (mouse frames))
2119 ("em-alias.el"
2120 "creation and management of command aliases"
2121 nil)
2122 ("em-banner.el"
2123 "sample module that displays a login banner"
2124 nil)
2125 ("em-basic.el"
2126 "basic shell builtin commands"
2127 nil)
2128 ("em-cmpl.el"
2129 "completion using the TAB key"
2130 nil)
2131 ("em-dirs.el"
2132 "directory navigation commands"
2133 nil)
2134 ("em-glob.el"
2135 "extended file name globbing"
2136 nil)
2137 ("em-hist.el"
2138 "history list management"
2139 nil)
2140 ("em-ls.el"
2141 "implementation of ls in Lisp"
2142 nil)
2143 ("em-pred.el"
2144 "argument predicates and modifiers (ala zsh)"
2145 nil)
2146 ("em-prompt.el"
2147 "command prompts"
2148 nil)
2149 ("em-rebind.el"
2150 "rebind keys when point is at current input"
2151 nil)
2152 ("em-script.el"
2153 "Eshell script files"
2154 nil)
2155 ("em-smart.el"
2156 "smart display of output"
2157 nil)
2158 ("em-term.el"
2159 "running visual commands"
2160 nil)
2161 ("em-unix.el"
2162 "UNIX command aliases"
2163 nil)
2164 ("em-xtra.el"
2165 "extra alias functions"
2166 nil)
2167 ("esh-arg.el"
2168 "argument processing"
2169 nil)
2170 ("esh-cmd.el"
2171 "command invocation"
2172 nil)
2173 ("esh-ext.el"
2174 "commands external to Eshell"
2175 nil)
2176 ("esh-groups.el"
2177 nil
2178 nil)
2179 ("esh-io.el"
2180 "I/O management"
2181 nil)
2182 ("esh-maint.el"
2183 "init code for building eshell"
2184 nil)
2185 ("esh-mode.el"
2186 "user interface"
2187 nil)
2188 ("esh-module.el"
2189 "Eshell modules"
2190 (processes))
2191 ("esh-opt.el"
2192 "command options processing"
2193 nil)
2194 ("esh-proc.el"
2195 "process management"
2196 nil)
2197 ("esh-test.el"
2198 "Eshell test suite"
2199 nil)
2200 ("esh-util.el"
2201 "general utilities"
2202 nil)
2203 ("esh-var.el"
2204 "handling of variables"
2205 nil)
2206 ("eshell.el"
2207 "the Emacs command shell"
2208 (processes))
2209 ("ange-ftp.el"
2210 "transparent FTP support for GNU Emacs"
2211 (comm))
2212 ("browse-url.el"
2213 "Pass a URL to a WWW browser"
2214 (hypertext hypermedia mouse))
2215 ("eudc-bob.el"
2216 "Binary Objects Support for EUDC"
1832 (help)) 2217 (help))
1833 ("levents.el" 2218 ("eudc-export.el"
1834 "emulate the Lucid event data type and associated functions." 2219 "Functions to export EUDC qeuery results"
1835 nil) 2220 (help))
1836 ("lisp-mnt.el" 2221 ("eudc-hotlist.el"
1837 "minor mode for Emacs Lisp maintainers" 2222 "Hotlist Management for EUDC"
1838 (docs)) 2223 (help))
1839 ("lisp-mode.el" 2224 ("eudc-vars.el"
1840 "Lisp mode, and its idiosyncratic commands." 2225 "Emacs Unified Directory Client"
1841 (lisp languages)) 2226 (help))
1842 ("lisp.el" 2227 ("eudc.el"
1843 "Lisp editing commands for Emacs" 2228 "Emacs Unified Directory Client"
1844 (lisp languages)) 2229 (help))
1845 ("lmenu.el" 2230 ("eudcb-bbdb.el"
1846 "emulate Lucid's menubar support" 2231 "Emacs Unified Directory Client - BBDB Backend"
1847 (emulations)) 2232 (help))
1848 ("lselect.el" 2233 ("eudcb-ldap.el"
1849 "Lucid interface to X Selections" 2234 "Emacs Unified Directory Client - LDAP Backend"
1850 (emulations)) 2235 (help))
1851 ("lucid.el" 2236 ("eudcb-ph.el"
1852 "Emulate some Lucid Emacs functions." 2237 "Emacs Unified Directory Client - CCSO PH/QI Backend"
1853 nil) 2238 (help))
1854 ("pp.el" 2239 ("goto-addr.el"
1855 "pretty printer for Emacs Lisp" 2240 "click to browse URL or to send to e-mail address"
1856 nil) 2241 (mh-e www mouse mail))
1857 ("profile.el" 2242 ("ldap.el"
1858 "generate run time measurements of Emacs Lisp functions" 2243 "Client interface to LDAP for Emacs"
1859 (lisp tools)) 2244 (comm))
1860 ("regexp-opt.el" 2245 ("net-utils.el"
1861 "generate efficient regexps to match strings." 2246 "Network functions"
1862 (strings regexps)) 2247 (network communications))
1863 ("ring.el" 2248 ("quickurl.el"
1864 "handle rings of items" 2249 "Insert an URL based on text at point in buffer."
1865 (extensions)) 2250 (hypermedia))
1866 ("shadow.el" 2251 ("rcompile.el"
1867 "Locate Emacs Lisp file shadowings." 2252 "run a compilation on a remote machine"
1868 (lisp)) 2253 (tools processes))
1869 ("sregex.el" 2254 ("rlogin.el"
1870 "symbolic regular expressions" 2255 "remote login interface"
1871 nil) 2256 (unix comm))
1872 ("tq.el" 2257 ("snmp-mode.el"
1873 "utility to maintain a transaction queue" 2258 "SNMP & SNMPv2 MIB major mode."
1874 (extensions)) 2259 (data))
1875 ("trace.el" 2260 ("telnet.el"
1876 "tracing facility for Emacs Lisp functions" 2261 "run a telnet session from within an Emacs buffer"
1877 (tools lisp)) 2262 nil)
2263 ("webjump.el"
2264 "programmable Web hotlist"
2265 (comm www))
2266 ("zone-mode.el"
2267 "major mode for editing DNS zone files."
2268 (dns languages))
1878 )) 2269 ))
1879 2270
1880 (provide 'finder-inf) 2271 (provide 'finder-inf)
1881 2272
2273 ;;; Local Variables:
2274 ;;; version-control: never
2275 ;;; no-byte-compile: t
2276 ;;; no-update-autoloads: t
2277 ;;; End:
1882 ;;; finder-inf.el ends here 2278 ;;; finder-inf.el ends here