/[emacs]/emacs/lisp/finder-inf.el
ViewVC logotype

Diff of /emacs/lisp/finder-inf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by pj, Sun Jan 6 17:53:26 2002 UTC revision 1.11 by eliz, Sun Jan 13 17:19:00 2002 UTC
# Line 334  Line 334 
334      ("hl-line.el"      ("hl-line.el"
335          "highlight the current line"          "highlight the current line"
336          (faces  frames  emulation))          (faces  frames  emulation))
337        ("ibuf-ext.el"
338            "extended features for ibuffer"
339            (buffer  convenience))
340        ("ibuf-macs.el"
341            "macros for ibuffer"
342            (buffer  convenience))
343        ("ibuffer.el"
344            "operate on buffers like dired"
345            (buffer  convenience))
346      ("icomplete.el"      ("icomplete.el"
347          "minibuffer completion incremental feedback"          "minibuffer completion incremental feedback"
348          (help  abbrev))          (help  abbrev))
# Line 856  Line 865 
865      ("calcsel2.el"      ("calcsel2.el"
866          "selection functions for Calc"          "selection functions for Calc"
867          nil)          nil)
     ("tool-bar.el"  
         "setting up the tool bar"  
         (mouse frames))  
     ("artist.el"  
         "draw ascii graphics with your mouse"  
         (mouse))  
     ("bib-mode.el"  
         "major mode for editing bib files"  
         (bib))  
     ("bibtex.el"  
         "BibTeX mode for GNU Emacs"  
         (bibtex  latex  tex))  
     ("fill.el"  
         "fill commands for Emacs"  
         (wp))  
     ("flyspell.el"  
         "on-the-fly spell checker"  
         (convenience))  
     ("ispell.el"  
         "interface to International Ispell Versions 3.1 and 3.2"  
         (unix wp))  
     ("makeinfo.el"  
         "run makeinfo conveniently"  
         (docs convenience))  
     ("nroff-mode.el"  
         "GNU Emacs major mode for editing nroff source"  
         (wp))  
     ("outline.el"  
         "outline mode commands for Emacs"  
         (outlines))  
     ("page-ext.el"  
         "extended page handling commands"  
         (wp data))  
     ("page.el"  
         "page motion commands for Emacs"  
         (wp convenience))  
     ("paragraphs.el"  
         "paragraph and sentence parsing"  
         (wp))  
     ("picture.el"  
         "\"Picture mode\" -- editing using quarter-plane screen model"  
         (convenience wp))  
     ("refbib.el"  
         "convert refer-style references to ones usable by Latex bib"  
         (bib  tex))  
     ("refer.el"  
         "look up references in bibliography files"  
         (bib))  
     ("refill.el"  
         "`auto-fill' by refilling paragraphs on changes"  
         (wp))  
     ("reftex-auc.el"  
         "RefTeX's interface to AUC TeX"  
         nil)  
     ("reftex-cite.el"  
         "creating citations with RefTeX"  
         nil)  
     ("reftex-dcr.el"  
         "viewing cross references and citations with RefTeX"  
         nil)  
     ("reftex-global.el"  
         "operations on entire documents with RefTeX"  
         nil)  
     ("reftex-index.el"  
         "index support with RefTeX"  
         nil)  
     ("reftex-parse.el"  
         "parser functions for RefTeX"  
         nil)  
     ("reftex-ref.el"  
         "code to create labels and references with RefTeX"  
         nil)  
     ("reftex-sel.el"  
         "the selection modes for RefTeX"  
         nil)  
     ("reftex-toc.el"  
         "RefTeX's table of contents mode"  
         nil)  
     ("reftex-vars.el"  
         "configuration variables for RefTeX"  
         nil)  
     ("reftex.el"  
         "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"  
         (tex))  
     ("scribe.el"  
         "scribe mode, and its idiosyncratic commands"  
         (wp))  
     ("sgml-mode.el"  
         "SGML- and HTML-editing modes"  
         (wp  hypermedia  comm  languages))  
     ("spell.el"  
         "spelling correction interface for Emacs"  
         (wp  unix))  
     ("tex-mode.el"  
         "TeX, LaTeX, and SliTeX mode commands"  
         (tex))  
     ("texinfmt.el"  
         "format Texinfo files into Info files"  
         (maint  tex  docs))  
     ("texinfo.el"  
         "major mode for editing Texinfo files"  
         (maint  tex  docs))  
     ("texnfo-upd.el"  
         "utilities for updating nodes and menus in Texinfo files"  
         (maint  tex  docs))  
     ("text-mode.el"  
         "text mode, and its idiosyncratic commands"  
         (wp))  
     ("tildify.el"  
         "adding hard spaces into texts"  
         (text  tex  sgml  wp))  
     ("two-column.el"  
         "minor mode for editing of two-column text"  
         (wp))  
     ("underline.el"  
         "insert/remove underlining (done by overstriking) in Emacs"  
         (wp))  
     ("ada-mode.el"  
         "major-mode for editing Ada sources"  
         (languages ada))  
     ("ada-prj.el"  
         "easy editing of project files for the ada-mode"  
         (languages  ada  project file))  
     ("ada-stmt.el"  
         "an extension to Ada mode for inserting statement templates"  
         (languages  ada))  
     ("ada-xref.el"  
         "for lookup and completion in Ada mode"  
         (languages ada xref))  
     ("antlr-mode.el"  
         "major mode for ANTLR grammar files"  
         (languages))  
     ("asm-mode.el"  
         "mode for editing assembler code"  
         (tools  languages))  
     ("autoconf.el"  
         "mode for editing Autoconf configure.in files"  
         (languages))  
     ("awk-mode.el"  
         "AWK code editing commands for Emacs"  
         (unix  languages))  
     ("cc-align.el"  
         "custom indentation functions for CC Mode"  
         (c languages oop))  
     ("cc-bytecomp.el"  
         "compile time setup for proper compilation"  
         (c languages oop))  
     ("cc-cmds.el"  
         "user level commands for CC Mode"  
         (c languages oop))  
     ("cc-compat.el"  
         "cc-mode compatibility with c-mode.el confusion"  
         (c languages oop))  
     ("cc-defs.el"  
         "compile time definitions for CC Mode"  
         (c languages oop))  
     ("cc-engine.el"  
         "core syntax guessing engine for CC mode"  
         (c languages oop))  
     ("cc-langs.el"  
         "language specific settings for CC Mode"  
         (c languages oop))  
     ("cc-menus.el"  
         "imenu support for CC Mode"  
         (c languages oop))  
     ("cc-mode.el"  
         "major mode for editing C, C++, Objective-C, and Java code"  
         (c languages oop))  
     ("cc-styles.el"  
         "support for styles in CC Mode"  
         (c languages oop))  
     ("cc-vars.el"  
         "user customization variables for CC Mode"  
         (c languages oop))  
     ("cmacexp.el"  
         "expand C macros in a region"  
         (c))  
     ("compile.el"  
         "run compiler as inferior of Emacs, parse error messages"  
         (tools  processes))  
     ("cperl-mode.el"  
         "Perl code editing commands for Emacs"  
         (languages  perl))  
     ("cpp.el"  
         "highlight or hide text according to cpp conditionals"  
         (c  faces  tools))  
     ("cwarn.el"  
         "highlight suspicious C and C++ constructions"  
         (c  languages  faces))  
     ("dcl-mode.el"  
         "major mode for editing DCL command files"  
         (dcl editing major-mode languages))  
     ("delphi.el"  
         "major mode for editing Delphi source (Object Pascal) in Emacs"  
         (languages))  
     ("ebnf-bnf.el"  
         "parser for EBNF"  
         (wp  ebnf  postscript))  
     ("ebnf-iso.el"  
         "parser for ISO EBNF"  
         (wp  ebnf  postscript))  
     ("ebnf-otz.el"  
         "syntatic chart OpTimiZer"  
         (wp  ebnf  postscript))  
     ("ebnf-yac.el"  
         "parser for Yacc/Bison"  
         (wp  ebnf  postscript))  
     ("ebnf2ps.el"  
         "translate an EBNF to a syntatic chart on PostScript"  
         (wp  ebnf  postscript))  
     ("ebrowse.el"  
         "Emacs C++ class browser & tags facility"  
         (c++ tags tools))  
     ("etags.el"  
         "etags facility for Emacs"  
         (tools))  
     ("executable.el"  
         "base functionality for executable interpreter scripts"  
         (languages  unix))  
     ("f90.el"  
         "Fortran-90 mode (free format)"  
         (fortran  f90  languages))  
     ("fortran.el"  
         "Fortran mode for GNU Emacs"  
         (languages))  
     ("glasses.el"  
         "make cantReadThis readable"  
         (tools))  
     ("hideif.el"  
         "hides selected code within ifdef"  
         (c  outlines))  
     ("hideshow.el"  
         "minor mode cmds to selectively display code/comment blocks"  
         (c c++ java lisp tools editing comments blocks hiding outlines))  
     ("icon.el"  
         "mode for editing Icon code"  
         (languages))  
     ("idlw-rinfo.el"  
         "Routine Information for IDLWAVE"  
         (languages))  
     ("idlw-shell.el"  
         "run IDL or WAVE as an inferior process of Emacs"  
         (processes))  
     ("idlw-toolbar.el"  
         "a debugging toolbar for IDLWAVE"  
         (processes))  
     ("idlwave.el"  
         "IDL and WAVE CL editing mode for GNU Emacs"  
         (languages))  
     ("inf-lisp.el"  
         "an inferior-lisp mode"  
         (processes  lisp))  
     ("m4-mode.el"  
         "m4 code editing commands for Emacs"  
         (languages  faces))  
     ("make-mode.el"  
         "makefile editing commands for Emacs"  
         (unix  tools))  
     ("mantemp.el"  
         "create manual template instantiations from g++ 2.7.2 output"  
         (g++  templates))  
     ("meta-mode.el"  
         "major mode for editing Metafont or MetaPost sources"  
         (metafont  metapost  tex  languages))  
     ("modula2.el"  
         "Modula-2 editing support package"  
         (languages))  
     ("octave-hlp.el"  
         "getting help on Octave symbols using info"  
         (languages))  
     ("octave-inf.el"  
         "running Octave as an inferior Emacs process"  
         (languages))  
     ("octave-mod.el"  
         "editing Octave source files under Emacs"  
         (languages))  
     ("pascal.el"  
         "major mode for editing pascal source in Emacs"  
         (languages))  
     ("perl-mode.el"  
         "Perl code editing commands for GNU Emacs"  
         (languages))  
     ("prolog.el"  
         "major mode for editing and running Prolog under Emacs"  
         (languages))  
     ("ps-mode.el"  
         "PostScript mode for GNU Emacs"  
         (postscript  languages))  
     ("scheme.el"  
         "Scheme (and DSSSL) editing mode"  
         (languages  lisp))  
     ("sh-script.el"  
         "shell-script editing commands for Emacs"  
         (languages  unix))  
     ("simula.el"  
         "SIMULA 87 code editing commands for Emacs"  
         (languages))  
     ("sql.el"  
         "specialized comint.el for SQL interpreters"  
         (comm languages processes))  
     ("tcl.el"  
         "Tcl code editing commands for Emacs"  
         (languages tcl modes))  
     ("vhdl-mode.el"  
         "major mode for editing VHDL code"  
         (languages vhdl))  
     ("5x5.el"  
         "simple little puzzle game"  
         (games puzzles))  
     ("animate.el"  
         "make text dance"  
         (games))  
     ("blackbox.el"  
         "blackbox game in Emacs Lisp"  
         (games))  
     ("bruce.el"  
         "bruce phrase utility for overloading the Communications"  
         (games))  
     ("cookie1.el"  
         "retrieve random phrases from fortune cookie files"  
         (games  extensions))  
     ("decipher.el"  
         "cryptanalyze monoalphabetic substitution ciphers"  
         (games))  
     ("dissociate.el"  
         "scramble text amusingly for Emacs"  
         (games))  
     ("doctor.el"  
         "psychological help for frustrated users"  
         (games))  
     ("dunnet.el"  
         "text adventure for Emacs"  
         (games))  
     ("fortune.el"  
         "use fortune to create signatures"  
         (games utils mail))  
     ("gamegrid.el"  
         "library for implementing grid-based games on Emacs"  
         (games))  
     ("gametree.el"  
         "manage game analysis trees in Emacs"  
         (games))  
     ("gomoku.el"  
         "Gomoku game between you and Emacs"  
         (games))  
     ("handwrite.el"  
         "turns your emacs buffer into a handwritten document"  
         (wp  print  postscript  cursive writing))  
     ("hanoi.el"  
         "towers of hanoi in Emacs"  
         (games))  
     ("landmark.el"  
         "neural-network robot that learns landmarks"  
         (gomoku neural network adaptive search chemotaxis))  
     ("life.el"  
         "John Horton Conway's `Life' game for GNU Emacs"  
         (games))  
     ("meese.el"  
         "protect the impressionable young minds of America"  
         (games))  
     ("morse.el"  
         "convert text to morse code and back"  
         (games))  
     ("mpuz.el"  
         "multiplication puzzle for GNU Emacs"  
         (games))  
     ("pong.el"  
         "classical implementation of pong"  
         (games))  
     ("snake.el"  
         "implementation of Snake for Emacs"  
         (games))  
     ("solitaire.el"  
         "game of solitaire in Emacs Lisp"  
         (games))  
     ("spook.el"  
         "spook phrase utility for overloading the NSA line eater"  
         (games))  
     ("studly.el"  
         "StudlyCaps (tm)(r)(c)(xxx)"  
         (games))  
     ("tetris.el"  
         "implementation of Tetris for Emacs"  
         (games))  
     ("yow.el"  
         "quote random zippyisms"  
         (games))  
     ("zone.el"  
         "idle display hacks"  
         (games))  
     ("ange-ftp.el"  
         "transparent FTP support for GNU Emacs"  
         (comm))  
     ("browse-url.el"  
         "pass a URL to a WWW browser"  
         (hypertext  hypermedia  mouse))  
     ("eudc-bob.el"  
         "Binary Objects Support for EUDC"  
         (comm))  
     ("eudc-export.el"  
         "functions to export EUDC query results"  
         (comm))  
     ("eudc-hotlist.el"  
         "hotlist management for EUDC"  
         (comm))  
     ("eudc-vars.el"  
         "Emacs Unified Directory Client"  
         (comm))  
     ("eudc.el"  
         "Emacs Unified Directory Client"  
         (comm))  
     ("eudcb-bbdb.el"  
         "Emacs Unified Directory Client - BBDB Backend"  
         (comm))  
     ("eudcb-ldap.el"  
         "Emacs Unified Directory Client - LDAP Backend"  
         (comm))  
     ("eudcb-ph.el"  
         "Emacs Unified Directory Client - CCSO PH/QI Backend"  
         (comm))  
     ("goto-addr.el"  
         "click to browse URL or to send to e-mail address"  
         (mh-e  www  mouse  mail))  
     ("ldap.el"  
         "client interface to LDAP for Emacs"  
         (comm))  
     ("net-utils.el"  
         "network functions"  
         (network comm))  
     ("quickurl.el"  
         "insert an URL based on text at point in buffer"  
         (hypermedia))  
     ("rcompile.el"  
         "run a compilation on a remote machine"  
         (tools  processes))  
     ("rlogin.el"  
         "remote login interface"  
         (unix  comm))  
     ("snmp-mode.el"  
         "SNMP & SNMPv2 MIB major mode"  
         (data))  
     ("telnet.el"  
         "run a telnet session from within an Emacs buffer"  
         (unix  comm))  
     ("webjump.el"  
         "programmable Web hotlist"  
         (comm www))  
     ("zone-mode.el"  
         "major mode for editing DNS zone files"  
         (dns  languages))  
     ("blessmail.el"  
         "decide whether movemail needs special privileges"  
         (internal))  
     ("emacsbug.el"  
         "command to report Emacs bugs to appropriate mailing list"  
         (maint mail))  
     ("feedmail.el"  
         "assist other email packages to massage outgoing messages"  
         (email  queue  mail  sendmail  message  spray  smtp  draft))  
     ("footnote.el"  
         "footnote support for message mode"  
         (mail  news))  
     ("mail-extr.el"  
         "extract full name and address from RFC 822 mail header"  
         (mail))  
     ("mail-hist.el"  
         "headers and message body history for outgoing mail"  
         (mail  history))  
     ("mail-utils.el"  
         "utility functions used both by rmail and rnews"  
         (mail  news))  
     ("mailabbrev.el"  
         "abbrev-expansion of mail aliases"  
         (mail))  
     ("mailalias.el"  
         "expand and complete mailing address aliases"  
         (mail))  
     ("mailheader.el"  
         "mail header parsing, merging, formatting"  
         (tools  mail  news))  
     ("mailpost.el"  
         "RMAIL coupler to /usr/uci/post mailer"  
         (mail))  
     ("metamail.el"  
         "Metamail interface for GNU Emacs"  
         (mail  news  mime  multimedia))  
     ("mh-comp.el"  
         "mh-e functions for composing messages"  
         (mail))  
     ("mh-e.el"  
         "GNU Emacs interface to the MH mail system"  
         (mail))  
     ("mh-funcs.el"  
         "mh-e functions not everyone will use right away"  
         nil)  
     ("mh-mime.el"  
         "mh-e support for composing MIME messages"  
         nil)  
     ("mh-pick.el"  
         "make a search pattern and search for a message in mh-e"  
         nil)  
     ("mh-seq.el"  
         "mh-e sequences support"  
         nil)  
     ("mh-utils.el"  
         "mh-e code needed for both sending and reading"  
         nil)  
     ("mspools.el"  
         "show mail spools waiting to be read"  
         (mail))  
     ("reporter.el"  
         "customizable bug reporting of lisp programs"  
         (maint mail tools))  
     ("rfc2368.el"  
         "support for rfc2368"  
         (mail))  
     ("rfc822.el"  
         "hairy rfc822 parser for mail and news and suchlike"  
         (mail))  
     ("rmail.el"  
         "main code of \"RMAIL\" mail reader for Emacs"  
         (mail))  
     ("rmailedit.el"  
         "\"RMAIL edit mode\"  Edit the current message"  
         (mail))  
     ("rmailkwd.el"  
         "part of the \"RMAIL\" mail reader for Emacs"  
         (mail))  
     ("rmailmsc.el"  
         "miscellaneous support functions for the RMAIL mail reader"  
         (mail))  
     ("rmailout.el"  
         "\"RMAIL\" mail reader for Emacs: output message to a file"  
         (mail))  
     ("rmailsort.el"  
         "Rmail: sort messages"  
         (mail))  
     ("rmailsum.el"  
         "make summary buffers for the mail reader"  
         (mail))  
     ("sendmail.el"  
         "mail sending commands for Emacs."  
         (mail))  
     ("smtpmail.el"  
         "simple SMTP protocol (RFC 821) for sending mail"  
         (mail))  
     ("supercite.el"  
         "minor mode for citing mail and news replies"  
         (mail  news))  
     ("uce.el"  
         "facilitate reply to unsolicited commercial email"  
         (uce  unsolicited commercial email))  
     ("undigest.el"  
         "digest-cracking support for the RMAIL mail reader"  
         (mail))  
     ("unrmail.el"  
         "convert Rmail files to mailbox files"  
         (mail))  
     ("vms-pmail.el"  
         "use Emacs as the editor within VMS mail"  
         (vms))  
     ("china-util.el"  
         "utilities for Chinese"  
         (mule  multilingual  chinese))  
     ("chinese.el"  
         "support for Chinese"  
         (multilingual  chinese))  
     ("cyril-util.el"  
         "utilities for Cyrillic scripts"  
         (mule  multilingual  cyrillic))  
     ("cyrillic.el"  
         "support for Cyrillic"  
         (multilingual  cyrillic))  
     ("czech.el"  
         "support for Czech"  
         (multilingual  czech))  
     ("devan-util.el"  
         "Support for composing Devanagari characters"  
         (multilingual  devanagari))  
     ("devanagari.el"  
         "Support for Devanagari"  
         (multilingual  indian  devanagari))  
     ("english.el"  
         "support for English"  
         (multibyte character  character set  syntax  category))  
     ("ethio-util.el"  
         "utilities for Ethiopic"  
         (mule  multilingual  ethiopic))  
     ("ethiopic.el"  
         "support for Ethiopic"  
         (multilingual  ethiopic))  
     ("european.el"  
         "support for European languages"  
         (multilingual  european))  
     ("georgian.el"  
         "language support for Georgian"  
         (i18n))  
     ("greek.el"  
         "support for Greek"  
         (multilingual  greek))  
     ("hebrew.el"  
         "support for Hebrew"  
         (multilingual  hebrew))  
     ("ind-util.el"  
         "Transliteration and Misc. Tools for Indian Languages"  
         (multilingual  indian  devanagari))  
     ("indian.el"  
         "Indian languages support"  
         (multilingual  i18n  indian))  
     ("japan-util.el"  
         "utilities for Japanese"  
         (mule  multilingual  japanese))  
     ("japanese.el"  
         "support for Japanese"  
         (multilingual  japanese))  
     ("korea-util.el"  
         "utilities for Korean"  
         (mule  multilingual  korean))  
     ("korean.el"  
         "support for Korean"  
         (multilingual  korean))  
     ("lao-util.el"  
         "utilities for Lao"  
         (multilingual  lao))  
     ("lao.el"  
         "support for Lao"  
         (multilingual  lao))  
     ("misc-lang.el"  
         "support for miscellaneous languages (characters)"  
         (multilingual  character set  coding system))  
     ("romanian.el"  
         "support for Romanian"  
         (multilingual  romanian))  
     ("slovak.el"  
         "support for Slovak"  
         (multilingual  slovak))  
     ("thai-util.el"  
         "utilities for Thai"  
         (mule  multilingual  thai))  
     ("thai.el"  
         "support for Thai"  
         (multilingual  thai))  
     ("tibet-util.el"  
         "utilities for Tibetan"  
         (multilingual  tibetan))  
     ("tibetan.el"  
         "support for Tibetan language"  
         (multilingual  tibetan))  
     ("utf-8-lang.el"  
         "generic UTF-8 language environment"  
         (i18n))  
     ("viet-util.el"  
         "utilities for Vietnamese"  
         (mule  multilingual  vietnamese))  
     ("vietnamese.el"  
         "support for Vietnamese"  
         (multilingual  vietnamese))  
     ("ccl.el"  
         "CCL (Code Conversion Language) compiler"  
         (ccl  mule  multilingual  character set  coding-system))  
     ("characters.el"  
         "set syntax and category for multibyte characters"  
         (multibyte character  character set  syntax  category))  
     ("code-pages.el"  
         "coding systems for assorted codepages"  
         (i18n))  
     ("codepage.el"  
         "MS-DOS/MS-Windows specific coding systems"  
         (i18n ms-dos ms-windows codepage))  
     ("encoded-kb.el"  
         "handler to input multibyte characters encoded somehow"  
         nil)  
     ("fontset.el"  
         "commands for handling fontset"  
         (mule  multilingual  fontset))  
     ("isearch-x.el"  
         "extended isearch handling commands"  
         (multilingual  isearch))  
     ("iso-acc.el"  
         "minor mode providing electric accent keys"  
         (i18n))  
     ("iso-ascii.el"  
         "set up char tables for ISO 8859/1 on ASCII terminals"  
         (i18n))  
     ("iso-cvt.el"  
         "translate ISO 8859-1 from/to various encodings"  
         (tex  iso  latin  i18n))  
     ("iso-insert.el"  
         "insert functions for ISO 8859/1"  
         (i18n))  
     ("iso-swed.el"  
         "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"  
         (i18n))  
     ("iso-transl.el"  
         "keyboard input definitions for ISO 8859-1"  
         (i18n))  
     ("ja-dic-cnv.el"  
         "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"  
         (mule  multilingual  japanese))  
     ("ja-dic-utl.el"  
         "utilities for handling Japanese dictionary (SKK-JISYO.L)"  
         (mule  multilingual  japanese))  
     ("kinsoku.el"  
         "`Kinsoku' processing funcs"  
         (mule  kinsoku))  
     ("kkc.el"  
         "Kana Kanji converter"  
         (mule  multilingual  japanese))  
     ("latin-1.el"  
         "set up case-conversion and syntax tables for ISO Latin-1"  
         (i18n))  
     ("latin-2.el"  
         "set up case-conversion and syntax tables for ISO Latin-2"  
         (i18n))  
     ("latin-3.el"  
         "set up case-conversion and syntax tables for ISO Latin-3"  
         (i18n))  
     ("latin-4.el"  
         "set up case-conversion and syntax tables for ISO Latin-4"  
         (i18n))  
     ("latin-5.el"  
         "set up case-conversion and syntax tables for ISO latin-5"  
         (i18n))  
     ("latin-8.el"  
         "set up case-conversion and syntax tables for ISO Latin-8"  
         (i18n))  
     ("latin-9.el"  
         "set up case-conversion and syntax tables for ISO Latin-9"  
         (i18n))  
     ("latin1-disp.el"  
         "display tables for other ISO 8859 on Latin-1 terminals"  
         (i18n))  
     ("mule-cmds.el"  
         "commands for mulitilingual environment"  
         (mule  multilingual))  
     ("mule-conf.el"  
         "configure multilingual environment"  
         (mule  multilingual  character set  coding system))  
     ("mule-diag.el"  
         "show diagnosis of multilingual environment (Mule)"  
         (multilingual  charset  coding system  fontset  diagnosis  i18n))  
     ("mule-util.el"  
         "utility functions for mulitilingual environment (mule)"  
         (mule  multilingual))  
     ("mule.el"  
         "basic commands for mulitilingual environment"  
         (mule  multilingual  character set  coding system))  
     ("ogonek.el"  
         "change the encoding of Polish diacritics"  
         (i18n))  
     ("quail.el"  
         "provides simple input method for multilingual text"  
         (mule  multilingual  input method  i18n))  
     ("swedish.el"  
         "miscellaneous functions for dealing with Swedish"  
         (i18n))  
     ("titdic-cnv.el"  
         "convert cxterm dictionary (TIT format) to Quail package"  
         (quail  tit  cxterm))  
     ("ucs-tables.el"  
         "translation to, from and via Unicode"  
         (i18n))  
     ("utf-8-subst.el"  
         "translation of untranslatable utf-8 to CJK"  
         (i18n))  
     ("utf-8.el"  
         "Limited UTF-8 decoding/encoding support"  
         (multilingual  unicode  utf-8  i18n))  
     ("em-alias.el"  
         "creation and management of command aliases"  
         nil)  
     ("em-banner.el"  
         "sample module that displays a login banner"  
         nil)  
     ("em-basic.el"  
         "basic shell builtin commands"  
         nil)  
     ("em-cmpl.el"  
         "completion using the TAB key"  
         nil)  
     ("em-dirs.el"  
         "directory navigation commands"  
         nil)  
     ("em-glob.el"  
         "extended file name globbing"  
         nil)  
     ("em-hist.el"  
         "history list management"  
         nil)  
     ("em-ls.el"  
         "implementation of ls in Lisp"  
         nil)  
     ("em-pred.el"  
         "argument predicates and modifiers (ala zsh)"  
         nil)  
     ("em-prompt.el"  
         "command prompts"  
         nil)  
     ("em-rebind.el"  
         "rebind keys when point is at current input"  
         nil)  
     ("em-script.el"  
         "Eshell script files"  
         nil)  
     ("em-smart.el"  
         "smart display of output"  
         nil)  
     ("em-term.el"  
         "running visual commands"  
         nil)  
     ("em-unix.el"  
         "UNIX command aliases"  
         nil)  
     ("em-xtra.el"  
         "extra alias functions"  
         nil)  
     ("esh-arg.el"  
         "argument processing"  
         nil)  
     ("esh-cmd.el"  
         "command invocation"  
         nil)  
     ("esh-ext.el"  
         "commands external to Eshell"  
         nil)  
     ("esh-groups.el"  
         nil  
         nil)  
     ("esh-io.el"  
         "I/O management"  
         nil)  
     ("esh-maint.el"  
         "init code for building eshell"  
         nil)  
     ("esh-mode.el"  
         "user interface"  
         nil)  
     ("esh-module.el"  
         "Eshell modules"  
         (processes))  
     ("esh-opt.el"  
         "command options processing"  
         nil)  
     ("esh-proc.el"  
         "process management"  
         nil)  
     ("esh-test.el"  
         "Eshell test suite"  
         nil)  
     ("esh-util.el"  
         "general utilities"  
         nil)  
     ("esh-var.el"  
         "handling of variables"  
         nil)  
     ("eshell.el"  
         "the Emacs command shell"  
         (processes))  
     ("crisp.el"  
         "CRiSP/Brief Emacs emulator"  
         (emulations brief crisp))  
     ("edt-lk201.el"  
         "enhanced EDT keypad mode emulation for LK-201 keyboards"  
         (emulations))  
     ("edt-mapper.el"  
         "create an EDT LK-201 map file for X-Windows Emacs"  
         (emulations))  
     ("edt-pc.el"  
         "enhanced EDT keypad mode emulation for PC 101 keyboards"  
         (emulations))  
     ("edt-vt100.el"  
         "enhanced EDT keypad mode emulation for VT series terminals"  
         (emulations))  
     ("edt.el"  
         "enhanced EDT keypad mode emulation for GNU Emacs 19"  
         (emulations))  
     ("pc-mode.el"  
         "emulate certain key bindings used on PCs"  
         (emulations))  
     ("pc-select.el"  
         "emulate mark, cut, copy and paste from Motif"  
         (convenience emulation))  
     ("tpu-edt.el"  
         "Emacs emulating TPU emulating EDT"  
         (emulations))  
     ("tpu-extras.el"  
         "scroll margins and free cursor mode for TPU-edt"  
         (emulations))  
     ("tpu-mapper.el"  
         "create a TPU-edt X-windows keymap file"  
         (emulations))  
     ("vi.el"  
         "major mode for emulating \"vi\" editor under GNU Emacs"  
         (emulations))  
     ("vip.el"  
         "a VI Package for GNU Emacs"  
         (emulations))  
     ("viper-cmd.el"  
         "Vi command support for Viper"  
         nil)  
     ("viper-ex.el"  
         "functions implementing the Ex commands for Viper"  
         nil)  
     ("viper-init.el"  
         "some common definitions for Viper"  
         nil)  
     ("viper-keym.el"  
         "Viper keymaps"  
         nil)  
     ("viper-macs.el"  
         "functions implementing keyboard macros for Viper"  
         nil)  
     ("viper-mous.el"  
         "mouse support for Viper"  
         nil)  
     ("viper-util.el"  
         "Utilities used by viper.el"  
         nil)  
     ("viper.el"  
         "A full-featured Vi emulator for GNU Emacs and XEmacs,"  
         (emulations))  
     ("ws-mode.el"  
         "WordStar emulation mode for GNU Emacs"  
         (emulations))  
     ("advice.el"  
         "an overloading mechanism for Emacs Lisp functions"  
         (extensions  lisp  tools))  
     ("assoc.el"  
         "insert/delete/sort functions on association lists"  
         (extensions))  
     ("authors.el"  
         "utility for maintaining Emacs' AUTHORS file"  
         (maint))  
     ("autoload.el"  
         "maintain autoloads in loaddefs.el"  
         (maint))  
     ("backquote.el"  
         "implement the ` Lisp construct"  
         (extensions  internal))  
     ("byte-opt.el"  
         "the optimization passes of the emacs-lisp byte compiler"  
         (internal))  
     ("bytecomp.el"  
         "compilation of Lisp code into byte code"  
         (lisp))  
     ("checkdoc.el"  
         "check documentation strings for style requirements"  
         (docs  maint  lisp))  
     ("cl-compat.el"  
         "Common Lisp extensions for GNU Emacs Lisp (compatibility)"  
         (extensions))  
     ("cl-extra.el"  
         "Common Lisp features, part 2"  
         (extensions))  
     ("cl-indent.el"  
         "enhanced lisp-indent mode"  
         (lisp  tools))  
     ("cl-macs.el"  
         "Common Lisp macros"  
         (extensions))  
     ("cl-seq.el"  
         "Common Lisp features, part 3"  
         (extensions))  
     ("cl-specs.el"  
         "Edebug specs for cl.el"  
         (lisp  tools  maint))  
     ("cl.el"  
         "Common Lisp extensions for Emacs"  
         (extensions))  
     ("copyright.el"  
         "update the copyright notice in current buffer"  
         (maint  tools))  
     ("crm.el"  
         "read multiple strings with completion"  
         (completion  minibuffer  multiple elements))  
     ("cust-print.el"  
         "handles print-level and print-circle"  
         (extensions))  
     ("debug.el"  
         "debuggers and related commands for Emacs"  
         (lisp  tools  maint))  
     ("disass.el"  
         "disassembler for compiled Emacs Lisp code"  
         (internal))  
     ("easy-mmode.el"  
         "easy definition for major and minor modes"  
         (extensions lisp))  
     ("easymenu.el"  
         "support the easymenu interface for defining a menu"  
         (emulations))  
     ("edebug.el"  
         "a source-level debugger for Emacs Lisp"  
         (lisp  tools  maint))  
     ("eldoc.el"  
         "show function arglist or variable docstring in echo area"  
         (extensions))  
     ("elint.el"  
         "Lint Emacs Lisp"  
         (lisp))  
     ("elp.el"  
         "Emacs Lisp Profiler"  
         (debugging lisp tools))  
     ("ewoc.el"  
         "utility to maintain a view of a list of objects in a buffer"  
         (extensions  lisp))  
     ("find-func.el"  
         "find the definition of the Emacs Lisp function near point"  
         (emacs-lisp  functions  variables))  
     ("find-gc.el"  
         "detect functions that call the garbage collector"  
         nil)  
     ("float.el"  
         "obsolete floating point arithmetic package"  
         (extensions))  
     ("gulp.el"  
         "ask for updates for Lisp packages"  
         (maintenance))  
     ("helper.el"  
         "utility help package supporting help in electric modes"  
         (help))  
     ("levents.el"  
         "emulate the Lucid event data type and associated functions"  
         (emulations))  
     ("lisp-mnt.el"  
         "minor mode for Emacs Lisp maintainers"  
         (docs))  
     ("lisp-mode.el"  
         "Lisp mode, and its idiosyncratic commands"  
         (lisp  languages))  
     ("lisp.el"  
         "Lisp editing commands for Emacs"  
         (lisp  languages))  
     ("lmenu.el"  
         "emulate Lucid's menubar support"  
         (emulations obsolete))  
     ("lselect.el"  
         "Lucid interface to X Selections"  
         (emulations))  
     ("lucid.el"  
         "emulate some Lucid Emacs functions"  
         (emulations))  
     ("pp.el"  
         "pretty printer for Emacs Lisp"  
         (lisp))  
     ("re-builder.el"  
         "building Regexps with visual feedback"  
         (matching  lisp  tools))  
     ("regexp-opt.el"  
         "generate efficient regexps to match strings"  
         (strings  regexps  extensions))  
     ("ring.el"  
         "handle rings of items"  
         (extensions))  
     ("rx.el"  
         "sexp notation for regular expressions"  
         (strings  regexps  extensions))  
     ("shadow.el"  
         "locate Emacs Lisp file shadowings"  
         (lisp))  
     ("sregex.el"  
         "symbolic regular expressions"  
         (extensions))  
     ("syntax.el"  
         "Helper functions to find syntactic context"  
         nil)  
     ("tq.el"  
         "utility to maintain a transaction queue"  
         (extensions))  
     ("trace.el"  
         "tracing facility for Emacs Lisp functions"  
         (tools  lisp))  
868      ("binhex.el"      ("binhex.el"
869          "elisp native binhex decode"          "elisp native binhex decode"
870          (binhex news))          (binhex news))
# Line 2296  Line 1234 
1234      ("todo-mode.el"      ("todo-mode.el"
1235          "major mode for editing TODO list files"          "major mode for editing TODO list files"
1236          (calendar  todo))          (calendar  todo))
1237        ("advice.el"
1238            "an overloading mechanism for Emacs Lisp functions"
1239            (extensions  lisp  tools))
1240        ("assoc.el"
1241            "insert/delete/sort functions on association lists"
1242            (extensions))
1243        ("authors.el"
1244            "utility for maintaining Emacs' AUTHORS file"
1245            (maint))
1246        ("autoload.el"
1247            "maintain autoloads in loaddefs.el"
1248            (maint))
1249        ("backquote.el"
1250            "implement the ` Lisp construct"
1251            (extensions  internal))
1252        ("byte-opt.el"
1253            "the optimization passes of the emacs-lisp byte compiler"
1254            (internal))
1255        ("bytecomp.el"
1256            "compilation of Lisp code into byte code"
1257            (lisp))
1258        ("checkdoc.el"
1259            "check documentation strings for style requirements"
1260            (docs  maint  lisp))
1261        ("cl-compat.el"
1262            "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
1263            (extensions))
1264        ("cl-extra.el"
1265            "Common Lisp features, part 2"
1266            (extensions))
1267        ("cl-indent.el"
1268            "enhanced lisp-indent mode"
1269            (lisp  tools))
1270        ("cl-macs.el"
1271            "Common Lisp macros"
1272            (extensions))
1273        ("cl-seq.el"
1274            "Common Lisp features, part 3"
1275            (extensions))
1276        ("cl-specs.el"
1277            "Edebug specs for cl.el"
1278            (lisp  tools  maint))
1279        ("cl.el"
1280            "Common Lisp extensions for Emacs"
1281            (extensions))
1282        ("copyright.el"
1283            "update the copyright notice in current buffer"
1284            (maint  tools))
1285        ("crm.el"
1286            "read multiple strings with completion"
1287            (completion  minibuffer  multiple elements))
1288        ("cust-print.el"
1289            "handles print-level and print-circle"
1290            (extensions))
1291        ("debug.el"
1292            "debuggers and related commands for Emacs"
1293            (lisp  tools  maint))
1294        ("disass.el"
1295            "disassembler for compiled Emacs Lisp code"
1296            (internal))
1297        ("easy-mmode.el"
1298            "easy definition for major and minor modes"
1299            (extensions lisp))
1300        ("easymenu.el"
1301            "support the easymenu interface for defining a menu"
1302            (emulations))
1303        ("edebug.el"
1304            "a source-level debugger for Emacs Lisp"
1305            (lisp  tools  maint))
1306        ("eldoc.el"
1307            "show function arglist or variable docstring in echo area"
1308            (extensions))
1309        ("elint.el"
1310            "Lint Emacs Lisp"
1311            (lisp))
1312        ("elp.el"
1313            "Emacs Lisp Profiler"
1314            (debugging lisp tools))
1315        ("ewoc.el"
1316            "utility to maintain a view of a list of objects in a buffer"
1317            (extensions  lisp))
1318        ("find-func.el"
1319            "find the definition of the Emacs Lisp function near point"
1320            (emacs-lisp  functions  variables))
1321        ("find-gc.el"
1322            "detect functions that call the garbage collector"
1323            nil)
1324        ("float.el"
1325            "obsolete floating point arithmetic package"
1326            (extensions))
1327        ("gulp.el"
1328            "ask for updates for Lisp packages"
1329            (maintenance))
1330        ("helper.el"
1331            "utility help package supporting help in electric modes"
1332            (help))
1333        ("levents.el"
1334            "emulate the Lucid event data type and associated functions"
1335            (emulations))
1336        ("lisp-mnt.el"
1337            "minor mode for Emacs Lisp maintainers"
1338            (docs))
1339        ("lisp-mode.el"
1340            "Lisp mode, and its idiosyncratic commands"
1341            (lisp  languages))
1342        ("lisp.el"
1343            "Lisp editing commands for Emacs"
1344            (lisp  languages))
1345        ("lmenu.el"
1346            "emulate Lucid's menubar support"
1347            (emulations obsolete))
1348        ("lselect.el"
1349            "Lucid interface to X Selections"
1350            (emulations))
1351        ("lucid.el"
1352            "emulate some Lucid Emacs functions"
1353            (emulations))
1354        ("pp.el"
1355            "pretty printer for Emacs Lisp"
1356            (lisp))
1357        ("re-builder.el"
1358            "building Regexps with visual feedback"
1359            (matching  lisp  tools))
1360        ("regexp-opt.el"
1361            "generate efficient regexps to match strings"
1362            (strings  regexps  extensions))
1363        ("ring.el"
1364            "handle rings of items"
1365            (extensions))
1366        ("rx.el"
1367            "sexp notation for regular expressions"
1368            (strings  regexps  extensions))
1369        ("shadow.el"
1370            "locate Emacs Lisp file shadowings"
1371            (lisp))
1372        ("sregex.el"
1373            "symbolic regular expressions"
1374            (extensions))
1375        ("syntax.el"
1376            "Helper functions to find syntactic context"
1377            nil)
1378        ("tq.el"
1379            "utility to maintain a transaction queue"
1380            (extensions))
1381        ("trace.el"
1382            "tracing facility for Emacs Lisp functions"
1383            (tools  lisp))
1384        ("crisp.el"
1385            "CRiSP/Brief Emacs emulator"
1386            (emulations brief crisp))
1387        ("edt-lk201.el"
1388            "enhanced EDT keypad mode emulation for LK-201 keyboards"
1389            (emulations))
1390        ("edt-mapper.el"
1391            "create an EDT LK-201 map file for X-Windows Emacs"
1392            (emulations))
1393        ("edt-pc.el"
1394            "enhanced EDT keypad mode emulation for PC 101 keyboards"
1395            (emulations))
1396        ("edt-vt100.el"
1397            "enhanced EDT keypad mode emulation for VT series terminals"
1398            (emulations))
1399        ("edt.el"
1400            "enhanced EDT keypad mode emulation for GNU Emacs 19"
1401            (emulations))
1402        ("pc-mode.el"
1403            "emulate certain key bindings used on PCs"
1404            (emulations))
1405        ("pc-select.el"
1406            "emulate mark, cut, copy and paste from Motif"
1407            (convenience emulation))
1408        ("tpu-edt.el"
1409            "Emacs emulating TPU emulating EDT"
1410            (emulations))
1411        ("tpu-extras.el"
1412            "scroll margins and free cursor mode for TPU-edt"
1413            (emulations))
1414        ("tpu-mapper.el"
1415            "create a TPU-edt X-windows keymap file"
1416            (emulations))
1417        ("vi.el"
1418            "major mode for emulating \"vi\" editor under GNU Emacs"
1419            (emulations))
1420        ("vip.el"
1421            "a VI Package for GNU Emacs"
1422            (emulations))
1423        ("viper-cmd.el"
1424            "Vi command support for Viper"
1425            nil)
1426        ("viper-ex.el"
1427            "functions implementing the Ex commands for Viper"
1428            nil)
1429        ("viper-init.el"
1430            "some common definitions for Viper"
1431            nil)
1432        ("viper-keym.el"
1433            "Viper keymaps"
1434            nil)
1435        ("viper-macs.el"
1436            "functions implementing keyboard macros for Viper"
1437            nil)
1438        ("viper-mous.el"
1439            "mouse support for Viper"
1440            nil)
1441        ("viper-util.el"
1442            "Utilities used by viper.el"
1443            nil)
1444        ("viper.el"
1445            "A full-featured Vi emulator for GNU Emacs and XEmacs,"
1446            (emulations))
1447        ("ws-mode.el"
1448            "WordStar emulation mode for GNU Emacs"
1449            (emulations))
1450        ("em-alias.el"
1451            "creation and management of command aliases"
1452            nil)
1453        ("em-banner.el"
1454            "sample module that displays a login banner"
1455            nil)
1456        ("em-basic.el"
1457            "basic shell builtin commands"
1458            nil)
1459        ("em-cmpl.el"
1460            "completion using the TAB key"
1461            nil)
1462        ("em-dirs.el"
1463            "directory navigation commands"
1464            nil)
1465        ("em-glob.el"
1466            "extended file name globbing"
1467            nil)
1468        ("em-hist.el"
1469            "history list management"
1470            nil)
1471        ("em-ls.el"
1472            "implementation of ls in Lisp"
1473            nil)
1474        ("em-pred.el"
1475            "argument predicates and modifiers (ala zsh)"
1476            nil)
1477        ("em-prompt.el"
1478            "command prompts"
1479            nil)
1480        ("em-rebind.el"
1481            "rebind keys when point is at current input"
1482            nil)
1483        ("em-script.el"
1484            "Eshell script files"
1485            nil)
1486        ("em-smart.el"
1487            "smart display of output"
1488            nil)
1489        ("em-term.el"
1490            "running visual commands"
1491            nil)
1492        ("em-unix.el"
1493            "UNIX command aliases"
1494            nil)
1495        ("em-xtra.el"
1496            "extra alias functions"
1497            nil)
1498        ("esh-arg.el"
1499            "argument processing"
1500            nil)
1501        ("esh-cmd.el"
1502            "command invocation"
1503            nil)
1504        ("esh-ext.el"
1505            "commands external to Eshell"
1506            nil)
1507        ("esh-groups.el"
1508            nil
1509            nil)
1510        ("esh-io.el"
1511            "I/O management"
1512            nil)
1513        ("esh-maint.el"
1514            "init code for building eshell"
1515            nil)
1516        ("esh-mode.el"
1517            "user interface"
1518            nil)
1519        ("esh-module.el"
1520            "Eshell modules"
1521            (processes))
1522        ("esh-opt.el"
1523            "command options processing"
1524            nil)
1525        ("esh-proc.el"
1526            "process management"
1527            nil)
1528        ("esh-test.el"
1529            "Eshell test suite"
1530            nil)
1531        ("esh-util.el"
1532            "general utilities"
1533            nil)
1534        ("esh-var.el"
1535            "handling of variables"
1536            nil)
1537        ("eshell.el"
1538            "the Emacs command shell"
1539            (processes))
1540        ("ccl.el"
1541            "CCL (Code Conversion Language) compiler"
1542            (ccl  mule  multilingual  character set  coding-system))
1543        ("characters.el"
1544            "set syntax and category for multibyte characters"
1545            (multibyte character  character set  syntax  category))
1546        ("code-pages.el"
1547            "coding systems for assorted codepages"
1548            (i18n))
1549        ("codepage.el"
1550            "MS-DOS/MS-Windows specific coding systems"
1551            (i18n ms-dos ms-windows codepage))
1552        ("encoded-kb.el"
1553            "handler to input multibyte characters encoded somehow"
1554            nil)
1555        ("fontset.el"
1556            "commands for handling fontset"
1557            (mule  multilingual  fontset))
1558        ("isearch-x.el"
1559            "extended isearch handling commands"
1560            (multilingual  isearch))
1561        ("iso-acc.el"
1562            "minor mode providing electric accent keys"
1563            (i18n))
1564        ("iso-ascii.el"
1565            "set up char tables for ISO 8859/1 on ASCII terminals"
1566            (i18n))
1567        ("iso-cvt.el"
1568            "translate ISO 8859-1 from/to various encodings"
1569            (tex  iso  latin  i18n))
1570        ("iso-insert.el"
1571            "insert functions for ISO 8859/1"
1572            (i18n))
1573        ("iso-swed.el"
1574            "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1575            (i18n))
1576        ("iso-transl.el"
1577            "keyboard input definitions for ISO 8859-1"
1578            (i18n))
1579        ("ja-dic-cnv.el"
1580            "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
1581            (mule  multilingual  japanese))
1582        ("ja-dic-utl.el"
1583            "utilities for handling Japanese dictionary (SKK-JISYO.L)"
1584            (mule  multilingual  japanese))
1585        ("kinsoku.el"
1586            "`Kinsoku' processing funcs"
1587            (mule  kinsoku))
1588        ("kkc.el"
1589            "Kana Kanji converter"
1590            (mule  multilingual  japanese))
1591        ("latin-1.el"
1592            "set up case-conversion and syntax tables for ISO Latin-1"
1593            (i18n))
1594        ("latin-2.el"
1595            "set up case-conversion and syntax tables for ISO Latin-2"
1596            (i18n))
1597        ("latin-3.el"
1598            "set up case-conversion and syntax tables for ISO Latin-3"
1599            (i18n))
1600        ("latin-4.el"
1601            "set up case-conversion and syntax tables for ISO Latin-4"
1602            (i18n))
1603        ("latin-5.el"
1604            "set up case-conversion and syntax tables for ISO latin-5"
1605            (i18n))
1606        ("latin-8.el"
1607            "set up case-conversion and syntax tables for ISO Latin-8"
1608            (i18n))
1609        ("latin-9.el"
1610            "set up case-conversion and syntax tables for ISO Latin-9"
1611            (i18n))
1612        ("latin1-disp.el"
1613            "display tables for other ISO 8859 on Latin-1 terminals"
1614            (i18n))
1615        ("mule-cmds.el"
1616            "commands for mulitilingual environment"
1617            (mule  multilingual))
1618        ("mule-conf.el"
1619            "configure multilingual environment"
1620            (mule  multilingual  character set  coding system))
1621        ("mule-diag.el"
1622            "show diagnosis of multilingual environment (Mule)"
1623            (multilingual  charset  coding system  fontset  diagnosis  i18n))
1624        ("mule-util.el"
1625            "utility functions for mulitilingual environment (mule)"
1626            (mule  multilingual))
1627        ("mule.el"
1628            "basic commands for mulitilingual environment"
1629            (mule  multilingual  character set  coding system))
1630        ("ogonek.el"
1631            "change the encoding of Polish diacritics"
1632            (i18n))
1633        ("quail.el"
1634            "provides simple input method for multilingual text"
1635            (mule  multilingual  input method  i18n))
1636        ("swedish.el"
1637            "miscellaneous functions for dealing with Swedish"
1638            (i18n))
1639        ("titdic-cnv.el"
1640            "convert cxterm dictionary (TIT format) to Quail package"
1641            (quail  tit  cxterm))
1642        ("ucs-tables.el"
1643            "translation to, from and via Unicode"
1644            (i18n))
1645        ("utf-8-subst.el"
1646            "translation of untranslatable utf-8 to CJK"
1647            (i18n))
1648        ("utf-8.el"
1649            "Limited UTF-8 decoding/encoding support"
1650            (multilingual  unicode  utf-8  i18n))
1651        ("china-util.el"
1652            "utilities for Chinese"
1653            (mule  multilingual  chinese))
1654        ("chinese.el"
1655            "support for Chinese"
1656            (multilingual  chinese))
1657        ("cyril-util.el"
1658            "utilities for Cyrillic scripts"
1659            (mule  multilingual  cyrillic))
1660        ("cyrillic.el"
1661            "support for Cyrillic"
1662            (multilingual  cyrillic))
1663        ("czech.el"
1664            "support for Czech"
1665            (multilingual  czech))
1666        ("devan-util.el"
1667            "Support for composing Devanagari characters"
1668            (multilingual  devanagari))
1669        ("devanagari.el"
1670            "Support for Devanagari"
1671            (multilingual  indian  devanagari))
1672        ("english.el"
1673            "support for English"
1674            (multibyte character  character set  syntax  category))
1675        ("ethio-util.el"
1676            "utilities for Ethiopic"
1677            (mule  multilingual  ethiopic))
1678        ("ethiopic.el"
1679            "support for Ethiopic"
1680            (multilingual  ethiopic))
1681        ("european.el"
1682            "support for European languages"
1683            (multilingual  european))
1684        ("georgian.el"
1685            "language support for Georgian"
1686            (i18n))
1687        ("greek.el"
1688            "support for Greek"
1689            (multilingual  greek))
1690        ("hebrew.el"
1691            "support for Hebrew"
1692            (multilingual  hebrew))
1693        ("ind-util.el"
1694            "Transliteration and Misc. Tools for Indian Languages"
1695            (multilingual  indian  devanagari))
1696        ("indian.el"
1697            "Indian languages support"
1698            (multilingual  i18n  indian))
1699        ("japan-util.el"
1700            "utilities for Japanese"
1701            (mule  multilingual  japanese))
1702        ("japanese.el"
1703            "support for Japanese"
1704            (multilingual  japanese))
1705        ("korea-util.el"
1706            "utilities for Korean"
1707            (mule  multilingual  korean))
1708        ("korean.el"
1709            "support for Korean"
1710            (multilingual  korean))
1711        ("lao-util.el"
1712            "utilities for Lao"
1713            (multilingual  lao))
1714        ("lao.el"
1715            "support for Lao"
1716            (multilingual  lao))
1717        ("misc-lang.el"
1718            "support for miscellaneous languages (characters)"
1719            (multilingual  character set  coding system))
1720        ("romanian.el"
1721            "support for Romanian"
1722            (multilingual  romanian))
1723        ("slovak.el"
1724            "support for Slovak"
1725            (multilingual  slovak))
1726        ("thai-util.el"
1727            "utilities for Thai"
1728            (mule  multilingual  thai))
1729        ("thai.el"
1730            "support for Thai"
1731            (multilingual  thai))
1732        ("tibet-util.el"
1733            "utilities for Tibetan"
1734            (multilingual  tibetan))
1735        ("tibetan.el"
1736            "support for Tibetan language"
1737            (multilingual  tibetan))
1738        ("utf-8-lang.el"
1739            "generic UTF-8 language environment"
1740            (i18n))
1741        ("viet-util.el"
1742            "utilities for Vietnamese"
1743            (mule  multilingual  vietnamese))
1744        ("vietnamese.el"
1745            "support for Vietnamese"
1746            (multilingual  vietnamese))
1747        ("blessmail.el"
1748            "decide whether movemail needs special privileges"
1749            (internal))
1750        ("emacsbug.el"
1751            "command to report Emacs bugs to appropriate mailing list"
1752            (maint mail))
1753        ("feedmail.el"
1754            "assist other email packages to massage outgoing messages"
1755            (email  queue  mail  sendmail  message  spray  smtp  draft))
1756        ("footnote.el"
1757            "footnote support for message mode"
1758            (mail  news))
1759        ("mail-extr.el"
1760            "extract full name and address from RFC 822 mail header"
1761            (mail))
1762        ("mail-hist.el"
1763            "headers and message body history for outgoing mail"
1764            (mail  history))
1765        ("mail-utils.el"
1766            "utility functions used both by rmail and rnews"
1767            (mail  news))
1768        ("mailabbrev.el"
1769            "abbrev-expansion of mail aliases"
1770            (mail))
1771        ("mailalias.el"
1772            "expand and complete mailing address aliases"
1773            (mail))
1774        ("mailheader.el"
1775            "mail header parsing, merging, formatting"
1776            (tools  mail  news))
1777        ("mailpost.el"
1778            "RMAIL coupler to /usr/uci/post mailer"
1779            (mail))
1780        ("metamail.el"
1781            "Metamail interface for GNU Emacs"
1782            (mail  news  mime  multimedia))
1783        ("mh-comp.el"
1784            "mh-e functions for composing messages"
1785            (mail))
1786        ("mh-e.el"
1787            "GNU Emacs interface to the MH mail system"
1788            (mail))
1789        ("mh-funcs.el"
1790            "mh-e functions not everyone will use right away"
1791            nil)
1792        ("mh-mime.el"
1793            "mh-e support for composing MIME messages"
1794            nil)
1795        ("mh-pick.el"
1796            "make a search pattern and search for a message in mh-e"
1797            nil)
1798        ("mh-seq.el"
1799            "mh-e sequences support"
1800            nil)
1801        ("mh-utils.el"
1802            "mh-e code needed for both sending and reading"
1803            nil)
1804        ("mspools.el"
1805            "show mail spools waiting to be read"
1806            (mail))
1807        ("reporter.el"
1808            "customizable bug reporting of lisp programs"
1809            (maint mail tools))
1810        ("rfc2368.el"
1811            "support for rfc2368"
1812            (mail))
1813        ("rfc822.el"
1814            "hairy rfc822 parser for mail and news and suchlike"
1815            (mail))
1816        ("rmail.el"
1817            "main code of \"RMAIL\" mail reader for Emacs"
1818            (mail))
1819        ("rmailedit.el"
1820            "\"RMAIL edit mode\"  Edit the current message"
1821            (mail))
1822        ("rmailkwd.el"
1823            "part of the \"RMAIL\" mail reader for Emacs"
1824            (mail))
1825        ("rmailmsc.el"
1826            "miscellaneous support functions for the RMAIL mail reader"
1827            (mail))
1828        ("rmailout.el"
1829            "\"RMAIL\" mail reader for Emacs: output message to a file"
1830            (mail))
1831        ("rmailsort.el"
1832            "Rmail: sort messages"
1833            (mail))
1834        ("rmailsum.el"
1835            "make summary buffers for the mail reader"
1836            (mail))
1837        ("sendmail.el"
1838            "mail sending commands for Emacs."
1839            (mail))
1840        ("smtpmail.el"
1841            "simple SMTP protocol (RFC 821) for sending mail"
1842            (mail))
1843        ("supercite.el"
1844            "minor mode for citing mail and news replies"
1845            (mail  news))
1846        ("uce.el"
1847            "facilitate reply to unsolicited commercial email"
1848            (uce  unsolicited commercial email))
1849        ("undigest.el"
1850            "digest-cracking support for the RMAIL mail reader"
1851            (mail))
1852        ("unrmail.el"
1853            "convert Rmail files to mailbox files"
1854            (mail))
1855        ("vms-pmail.el"
1856            "use Emacs as the editor within VMS mail"
1857            (vms))
1858        ("ange-ftp.el"
1859            "transparent FTP support for GNU Emacs"
1860            (comm))
1861        ("browse-url.el"
1862            "pass a URL to a WWW browser"
1863            (hypertext  hypermedia  mouse))
1864        ("eudc-bob.el"
1865            "Binary Objects Support for EUDC"
1866            (comm))
1867        ("eudc-export.el"
1868            "functions to export EUDC query results"
1869            (comm))
1870        ("eudc-hotlist.el"
1871            "hotlist management for EUDC"
1872            (comm))
1873        ("eudc-vars.el"
1874            "Emacs Unified Directory Client"
1875            (comm))
1876        ("eudc.el"
1877            "Emacs Unified Directory Client"
1878            (comm))
1879        ("eudcb-bbdb.el"
1880            "Emacs Unified Directory Client - BBDB Backend"
1881            (comm))
1882        ("eudcb-ldap.el"
1883            "Emacs Unified Directory Client - LDAP Backend"
1884            (comm))
1885        ("eudcb-ph.el"
1886            "Emacs Unified Directory Client - CCSO PH/QI Backend"
1887            (comm))
1888        ("goto-addr.el"
1889            "click to browse URL or to send to e-mail address"
1890            (mh-e  www  mouse  mail))
1891        ("ldap.el"
1892            "client interface to LDAP for Emacs"
1893            (comm))
1894        ("net-utils.el"
1895            "network functions"
1896            (network comm))
1897        ("quickurl.el"
1898            "insert an URL based on text at point in buffer"
1899            (hypermedia))
1900        ("rcompile.el"
1901            "run a compilation on a remote machine"
1902            (tools  processes))
1903        ("rlogin.el"
1904            "remote login interface"
1905            (unix  comm))
1906        ("snmp-mode.el"
1907            "SNMP & SNMPv2 MIB major mode"
1908            (data))
1909        ("telnet.el"
1910            "run a telnet session from within an Emacs buffer"
1911            (unix  comm))
1912        ("webjump.el"
1913            "programmable Web hotlist"
1914            (comm www))
1915        ("zone-mode.el"
1916            "major mode for editing DNS zone files"
1917            (dns  languages))
1918        ("5x5.el"
1919            "simple little puzzle game"
1920            (games puzzles))
1921        ("animate.el"
1922            "make text dance"
1923            (games))
1924        ("blackbox.el"
1925            "blackbox game in Emacs Lisp"
1926            (games))
1927        ("bruce.el"
1928            "bruce phrase utility for overloading the Communications"
1929            (games))
1930        ("cookie1.el"
1931            "retrieve random phrases from fortune cookie files"
1932            (games  extensions))
1933        ("decipher.el"
1934            "cryptanalyze monoalphabetic substitution ciphers"
1935            (games))
1936        ("dissociate.el"
1937            "scramble text amusingly for Emacs"
1938            (games))
1939        ("doctor.el"
1940            "psychological help for frustrated users"
1941            (games))
1942        ("dunnet.el"
1943            "text adventure for Emacs"
1944            (games))
1945        ("fortune.el"
1946            "use fortune to create signatures"
1947            (games utils mail))
1948        ("gamegrid.el"
1949            "library for implementing grid-based games on Emacs"
1950            (games))
1951        ("gametree.el"
1952            "manage game analysis trees in Emacs"
1953            (games))
1954        ("gomoku.el"
1955            "Gomoku game between you and Emacs"
1956            (games))
1957        ("handwrite.el"
1958            "turns your emacs buffer into a handwritten document"
1959            (wp  print  postscript  cursive writing))
1960        ("hanoi.el"
1961            "towers of hanoi in Emacs"
1962            (games))
1963        ("landmark.el"
1964            "neural-network robot that learns landmarks"
1965            (gomoku neural network adaptive search chemotaxis))
1966        ("life.el"
1967            "John Horton Conway's `Life' game for GNU Emacs"
1968            (games))
1969        ("meese.el"
1970            "protect the impressionable young minds of America"
1971            (games))
1972        ("morse.el"
1973            "convert text to morse code and back"
1974            (games))
1975        ("mpuz.el"
1976            "multiplication puzzle for GNU Emacs"
1977            (games))
1978        ("pong.el"
1979            "classical implementation of pong"
1980            (games))
1981        ("snake.el"
1982            "implementation of Snake for Emacs"
1983            (games))
1984        ("solitaire.el"
1985            "game of solitaire in Emacs Lisp"
1986            (games))
1987        ("spook.el"
1988            "spook phrase utility for overloading the NSA line eater"
1989            (games))
1990        ("studly.el"
1991            "StudlyCaps (tm)(r)(c)(xxx)"
1992            (games))
1993        ("tetris.el"
1994            "implementation of Tetris for Emacs"
1995            (games))
1996        ("yow.el"
1997            "quote random zippyisms"
1998            (games))
1999        ("zone.el"
2000            "idle display hacks"
2001            (games))
2002        ("ada-mode.el"
2003            "major-mode for editing Ada sources"
2004            (languages ada))
2005        ("ada-prj.el"
2006            "easy editing of project files for the ada-mode"
2007            (languages  ada  project file))
2008        ("ada-stmt.el"
2009            "an extension to Ada mode for inserting statement templates"
2010            (languages  ada))
2011        ("ada-xref.el"
2012            "for lookup and completion in Ada mode"
2013            (languages ada xref))
2014        ("antlr-mode.el"
2015            "major mode for ANTLR grammar files"
2016            (languages))
2017        ("asm-mode.el"
2018            "mode for editing assembler code"
2019            (tools  languages))
2020        ("autoconf.el"
2021            "mode for editing Autoconf configure.in files"
2022            (languages))
2023        ("awk-mode.el"
2024            "AWK code editing commands for Emacs"
2025            (unix  languages))
2026        ("cc-align.el"
2027            "custom indentation functions for CC Mode"
2028            (c languages oop))
2029        ("cc-bytecomp.el"
2030            "compile time setup for proper compilation"
2031            (c languages oop))
2032        ("cc-cmds.el"
2033            "user level commands for CC Mode"
2034            (c languages oop))
2035        ("cc-compat.el"
2036            "cc-mode compatibility with c-mode.el confusion"
2037            (c languages oop))
2038        ("cc-defs.el"
2039            "compile time definitions for CC Mode"
2040            (c languages oop))
2041        ("cc-engine.el"
2042            "core syntax guessing engine for CC mode"
2043            (c languages oop))
2044        ("cc-langs.el"
2045            "language specific settings for CC Mode"
2046            (c languages oop))
2047        ("cc-menus.el"
2048            "imenu support for CC Mode"
2049            (c languages oop))
2050        ("cc-mode.el"
2051            "major mode for editing C, C++, Objective-C, and Java code"
2052            (c languages oop))
2053        ("cc-styles.el"
2054            "support for styles in CC Mode"
2055            (c languages oop))
2056        ("cc-vars.el"
2057            "user customization variables for CC Mode"
2058            (c languages oop))
2059        ("cmacexp.el"
2060            "expand C macros in a region"
2061            (c))
2062        ("compile.el"
2063            "run compiler as inferior of Emacs, parse error messages"
2064            (tools  processes))
2065        ("cperl-mode.el"
2066            "Perl code editing commands for Emacs"
2067            (languages  perl))
2068        ("cpp.el"
2069            "highlight or hide text according to cpp conditionals"
2070            (c  faces  tools))
2071        ("cwarn.el"
2072            "highlight suspicious C and C++ constructions"
2073            (c  languages  faces))
2074        ("dcl-mode.el"
2075            "major mode for editing DCL command files"
2076            (dcl editing major-mode languages))
2077        ("delphi.el"
2078            "major mode for editing Delphi source (Object Pascal) in Emacs"
2079            (languages))
2080        ("ebnf-bnf.el"
2081            "parser for EBNF"
2082            (wp  ebnf  postscript))
2083        ("ebnf-iso.el"
2084            "parser for ISO EBNF"
2085            (wp  ebnf  postscript))
2086        ("ebnf-otz.el"
2087            "syntatic chart OpTimiZer"
2088            (wp  ebnf  postscript))
2089        ("ebnf-yac.el"
2090            "parser for Yacc/Bison"
2091            (wp  ebnf  postscript))
2092        ("ebnf2ps.el"
2093            "translate an EBNF to a syntatic chart on PostScript"
2094            (wp  ebnf  postscript))
2095        ("ebrowse.el"
2096            "Emacs C++ class browser & tags facility"
2097            (c++ tags tools))
2098        ("etags.el"
2099            "etags facility for Emacs"
2100            (tools))
2101        ("executable.el"
2102            "base functionality for executable interpreter scripts"
2103            (languages  unix))
2104        ("f90.el"
2105            "Fortran-90 mode (free format)"
2106            (fortran  f90  languages))
2107        ("fortran.el"
2108            "Fortran mode for GNU Emacs"
2109            (languages))
2110        ("glasses.el"
2111            "make cantReadThis readable"
2112            (tools))
2113        ("hideif.el"
2114            "hides selected code within ifdef"
2115            (c  outlines))
2116        ("hideshow.el"
2117            "minor mode cmds to selectively display code/comment blocks"
2118            (c c++ java lisp tools editing comments blocks hiding outlines))
2119        ("icon.el"
2120            "mode for editing Icon code"
2121            (languages))
2122        ("idlw-rinfo.el"
2123            "Routine Information for IDLWAVE"
2124            (languages))
2125        ("idlw-shell.el"
2126            "run IDL or WAVE as an inferior process of Emacs"
2127            (processes))
2128        ("idlw-toolbar.el"
2129            "a debugging toolbar for IDLWAVE"
2130            (processes))
2131        ("idlwave.el"
2132            "IDL and WAVE CL editing mode for GNU Emacs"
2133            (languages))
2134        ("inf-lisp.el"
2135            "an inferior-lisp mode"
2136            (processes  lisp))
2137        ("m4-mode.el"
2138            "m4 code editing commands for Emacs"
2139            (languages  faces))
2140        ("make-mode.el"
2141            "makefile editing commands for Emacs"
2142            (unix  tools))
2143        ("mantemp.el"
2144            "create manual template instantiations from g++ 2.7.2 output"
2145            (g++  templates))
2146        ("meta-mode.el"
2147            "major mode for editing Metafont or MetaPost sources"
2148            (metafont  metapost  tex  languages))
2149        ("modula2.el"
2150            "Modula-2 editing support package"
2151            (languages))
2152        ("octave-hlp.el"
2153            "getting help on Octave symbols using info"
2154            (languages))
2155        ("octave-inf.el"
2156            "running Octave as an inferior Emacs process"
2157            (languages))
2158        ("octave-mod.el"
2159            "editing Octave source files under Emacs"
2160            (languages))
2161        ("pascal.el"
2162            "major mode for editing pascal source in Emacs"
2163            (languages))
2164        ("perl-mode.el"
2165            "Perl code editing commands for GNU Emacs"
2166            (languages))
2167        ("prolog.el"
2168            "major mode for editing and running Prolog under Emacs"
2169            (languages))
2170        ("ps-mode.el"
2171            "PostScript mode for GNU Emacs"
2172            (postscript  languages))
2173        ("scheme.el"
2174            "Scheme (and DSSSL) editing mode"
2175            (languages  lisp))
2176        ("sh-script.el"
2177            "shell-script editing commands for Emacs"
2178            (languages  unix))
2179        ("simula.el"
2180            "SIMULA 87 code editing commands for Emacs"
2181            (languages))
2182        ("sql.el"
2183            "specialized comint.el for SQL interpreters"
2184            (comm languages processes))
2185        ("tcl.el"
2186            "Tcl code editing commands for Emacs"
2187            (languages tcl modes))
2188        ("vhdl-mode.el"
2189            "major mode for editing VHDL code"
2190            (languages vhdl))
2191        ("artist.el"
2192            "draw ascii graphics with your mouse"
2193            (mouse))
2194        ("bib-mode.el"
2195            "major mode for editing bib files"
2196            (bib))
2197        ("bibtex.el"
2198            "BibTeX mode for GNU Emacs"
2199            (bibtex  latex  tex))
2200        ("fill.el"
2201            "fill commands for Emacs"
2202            (wp))
2203        ("flyspell.el"
2204            "on-the-fly spell checker"
2205            (convenience))
2206        ("ispell.el"
2207            "interface to International Ispell Versions 3.1 and 3.2"
2208            (unix wp))
2209        ("makeinfo.el"
2210            "run makeinfo conveniently"
2211            (docs convenience))
2212        ("nroff-mode.el"
2213            "GNU Emacs major mode for editing nroff source"
2214            (wp))
2215        ("outline.el"
2216            "outline mode commands for Emacs"
2217            (outlines))
2218        ("page-ext.el"
2219            "extended page handling commands"
2220            (wp data))
2221        ("page.el"
2222            "page motion commands for Emacs"
2223            (wp convenience))
2224        ("paragraphs.el"
2225            "paragraph and sentence parsing"
2226            (wp))
2227        ("picture.el"
2228            "\"Picture mode\" -- editing using quarter-plane screen model"
2229            (convenience wp))
2230        ("refbib.el"
2231            "convert refer-style references to ones usable by Latex bib"
2232            (bib  tex))
2233        ("refer.el"
2234            "look up references in bibliography files"
2235            (bib))
2236        ("refill.el"
2237            "`auto-fill' by refilling paragraphs on changes"
2238            (wp))
2239        ("reftex-auc.el"
2240            "RefTeX's interface to AUC TeX"
2241            nil)
2242        ("reftex-cite.el"
2243            "creating citations with RefTeX"
2244            nil)
2245        ("reftex-dcr.el"
2246            "viewing cross references and citations with RefTeX"
2247            nil)
2248        ("reftex-global.el"
2249            "operations on entire documents with RefTeX"
2250            nil)
2251        ("reftex-index.el"
2252            "index support with RefTeX"
2253            nil)
2254        ("reftex-parse.el"
2255            "parser functions for RefTeX"
2256            nil)
2257        ("reftex-ref.el"
2258            "code to create labels and references with RefTeX"
2259            nil)
2260        ("reftex-sel.el"
2261            "the selection modes for RefTeX"
2262            nil)
2263        ("reftex-toc.el"
2264            "RefTeX's table of contents mode"
2265            nil)
2266        ("reftex-vars.el"
2267            "configuration variables for RefTeX"
2268            nil)
2269        ("reftex.el"
2270            "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
2271            (tex))
2272        ("scribe.el"
2273            "scribe mode, and its idiosyncratic commands"
2274            (wp))
2275        ("sgml-mode.el"
2276            "SGML- and HTML-editing modes"
2277            (wp  hypermedia  comm  languages))
2278        ("spell.el"
2279            "spelling correction interface for Emacs"
2280            (wp  unix))
2281        ("tex-mode.el"
2282            "TeX, LaTeX, and SliTeX mode commands"
2283            (tex))
2284        ("texinfmt.el"
2285            "format Texinfo files into Info files"
2286            (maint  tex  docs))
2287        ("texinfo.el"
2288            "major mode for editing Texinfo files"
2289            (maint  tex  docs))
2290        ("texnfo-upd.el"
2291            "utilities for updating nodes and menus in Texinfo files"
2292            (maint  tex  docs))
2293        ("text-mode.el"
2294            "text mode, and its idiosyncratic commands"
2295            (wp))
2296        ("tildify.el"
2297            "adding hard spaces into texts"
2298            (text  tex  sgml  wp))
2299        ("two-column.el"
2300            "minor mode for editing of two-column text"
2301            (wp))
2302        ("underline.el"
2303            "insert/remove underlining (done by overstriking) in Emacs"
2304            (wp))
2305        ("tool-bar.el"
2306            "setting up the tool bar"
2307            (mouse frames))
2308  ))  ))
2309    
2310  (provide 'finder-inf)  (provide 'finder-inf)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26