comparison lisp/finder-inf.el @ 37203:edd7ede4c4bc EMACS_PRETEST_21_0_101

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Apr 2001 10:44:22 +0000
parents 497c28f292c4
children 35040ab2df64
comparison
equal deleted inserted replaced
37202:9e69de8a5048 37203:edd7ede4c4bc
548 (internal)) 548 (internal))
549 ("server.el" 549 ("server.el"
550 "Lisp code for GNU Emacs running as server process." 550 "Lisp code for GNU Emacs running as server process."
551 (processes)) 551 (processes))
552 ("shadowfile.el" 552 ("shadowfile.el"
553 "automatic file copying for Emacs 19" 553 "automatic file copying"
554 (comm)) 554 (comm files))
555 ("shell.el" 555 ("shell.el"
556 "specialized comint.el for running the shell." 556 "specialized comint.el for running the shell."
557 (processes)) 557 (processes))
558 ("simple.el" 558 ("simple.el"
559 "basic editing commands for Emacs" 559 "basic editing commands for Emacs"
794 "mode for keeping track of how much you work" 794 "mode for keeping track of how much you work"
795 (calendar data)) 795 (calendar data))
796 ("todo-mode.el" 796 ("todo-mode.el"
797 "Major mode for editing TODO list files" 797 "Major mode for editing TODO list files"
798 (calendar todo)) 798 (calendar todo))
799 ("ange-ftp.el"
800 "transparent FTP support for GNU Emacs"
801 (comm))
802 ("browse-url.el"
803 "Pass a URL to a WWW browser"
804 (hypertext hypermedia mouse))
805 ("eudc-bob.el"
806 "Binary Objects Support for EUDC"
807 (help))
808 ("eudc-export.el"
809 "Functions to export EUDC qeuery results"
810 (help))
811 ("eudc-hotlist.el"
812 "Hotlist Management for EUDC"
813 (help))
814 ("eudc-vars.el"
815 "Emacs Unified Directory Client"
816 (help))
817 ("eudc.el"
818 "Emacs Unified Directory Client"
819 (help))
820 ("eudcb-bbdb.el"
821 "Emacs Unified Directory Client - BBDB Backend"
822 (help))
823 ("eudcb-ldap.el"
824 "Emacs Unified Directory Client - LDAP Backend"
825 (help))
826 ("eudcb-ph.el"
827 "Emacs Unified Directory Client - CCSO PH/QI Backend"
828 (help))
829 ("goto-addr.el"
830 "click to browse URL or to send to e-mail address"
831 (mh-e www mouse mail))
832 ("ldap.el"
833 "Client interface to LDAP for Emacs"
834 (comm))
835 ("net-utils.el"
836 "Network functions"
837 (network communications))
838 ("quickurl.el"
839 "Insert an URL based on text at point in buffer."
840 (hypermedia))
841 ("rcompile.el"
842 "run a compilation on a remote machine"
843 (tools processes))
844 ("rlogin.el"
845 "remote login interface"
846 (unix comm))
847 ("snmp-mode.el"
848 "SNMP & SNMPv2 MIB major mode."
849 (data))
850 ("telnet.el"
851 "run a telnet session from within an Emacs buffer"
852 nil)
853 ("webjump.el"
854 "programmable Web hotlist"
855 (comm www))
856 ("zone-mode.el"
857 "major mode for editing DNS zone files."
858 (dns languages))
799 ("advice.el" 859 ("advice.el"
800 "an overloading mechanism for Emacs Lisp functions" 860 "an overloading mechanism for Emacs Lisp functions"
801 (extensions lisp tools)) 861 (extensions lisp tools))
802 ("assoc.el" 862 ("assoc.el"
803 "insert/delete/sort functions on association lists" 863 "insert/delete/sort functions on association lists"
912 nil) 972 nil)
913 ("pp.el" 973 ("pp.el"
914 "pretty printer for Emacs Lisp" 974 "pretty printer for Emacs Lisp"
915 nil) 975 nil)
916 ("profile.el" 976 ("profile.el"
917 "generate run time measurements of Emacs Lisp functions" 977 "Emacs profiler (OBSOLETE; use elp.el instead)"
918 (lisp tools)) 978 (lisp tools))
919 ("re-builder.el" 979 ("re-builder.el"
920 "Building Regexps with visual feedback" 980 "Building Regexps with visual feedback"
921 (matching lisp tools)) 981 (matching lisp tools))
922 ("regexp-opt.el" 982 ("regexp-opt.el"
1007 "A full-featured Vi emulator for GNU Emacs and XEmacs," 1067 "A full-featured Vi emulator for GNU Emacs and XEmacs,"
1008 (emulations)) 1068 (emulations))
1009 ("ws-mode.el" 1069 ("ws-mode.el"
1010 "WordStar emulation mode for GNU Emacs" 1070 "WordStar emulation mode for GNU Emacs"
1011 (emulations)) 1071 (emulations))
1072 ("em-alias.el"
1073 "creation and management of command aliases"
1074 nil)
1075 ("em-banner.el"
1076 "sample module that displays a login banner"
1077 nil)
1078 ("em-basic.el"
1079 "basic shell builtin commands"
1080 nil)
1081 ("em-cmpl.el"
1082 "completion using the TAB key"
1083 nil)
1084 ("em-dirs.el"
1085 "directory navigation commands"
1086 nil)
1087 ("em-glob.el"
1088 "extended file name globbing"
1089 nil)
1090 ("em-hist.el"
1091 "history list management"
1092 nil)
1093 ("em-ls.el"
1094 "implementation of ls in Lisp"
1095 nil)
1096 ("em-pred.el"
1097 "argument predicates and modifiers (ala zsh)"
1098 nil)
1099 ("em-prompt.el"
1100 "command prompts"
1101 nil)
1102 ("em-rebind.el"
1103 "rebind keys when point is at current input"
1104 nil)
1105 ("em-script.el"
1106 "Eshell script files"
1107 nil)
1108 ("em-smart.el"
1109 "smart display of output"
1110 nil)
1111 ("em-term.el"
1112 "running visual commands"
1113 nil)
1114 ("em-unix.el"
1115 "UNIX command aliases"
1116 nil)
1117 ("em-xtra.el"
1118 "extra alias functions"
1119 nil)
1120 ("esh-arg.el"
1121 "argument processing"
1122 nil)
1123 ("esh-cmd.el"
1124 "command invocation"
1125 nil)
1126 ("esh-ext.el"
1127 "commands external to Eshell"
1128 nil)
1129 ("esh-groups.el"
1130 nil
1131 nil)
1132 ("esh-io.el"
1133 "I/O management"
1134 nil)
1135 ("esh-maint.el"
1136 "init code for building eshell"
1137 nil)
1138 ("esh-mode.el"
1139 "user interface"
1140 nil)
1141 ("esh-module.el"
1142 "Eshell modules"
1143 (processes))
1144 ("esh-opt.el"
1145 "command options processing"
1146 nil)
1147 ("esh-proc.el"
1148 "process management"
1149 nil)
1150 ("esh-test.el"
1151 "Eshell test suite"
1152 nil)
1153 ("esh-util.el"
1154 "general utilities"
1155 nil)
1156 ("esh-var.el"
1157 "handling of variables"
1158 nil)
1159 ("eshell.el"
1160 "the Emacs command shell"
1161 (processes))
1012 ("binhex.el" 1162 ("binhex.el"
1013 "elisp native binhex decode" 1163 "elisp native binhex decode"
1014 (binhex news)) 1164 (binhex news))
1015 ("earcon.el" 1165 ("earcon.el"
1016 "Sound effects for messages" 1166 "Sound effects for messages"
1308 (mail)) 1458 (mail))
1309 ("uudecode.el" 1459 ("uudecode.el"
1310 "elisp native uudecode" 1460 "elisp native uudecode"
1311 (uudecode news)) 1461 (uudecode news))
1312 ("webmail.el" 1462 ("webmail.el"
1313 "interfacing with web mail" 1463 "interface of web mail"
1314 (hotmail netaddress my-deja netscape)) 1464 (hotmail netaddress my-deja netscape))
1315 ("ccl.el" 1465 ("ccl.el"
1316 "CCL (Code Conversion Language) compiler" 1466 "CCL (Code Conversion Language) compiler"
1317 (ccl mule multilingual character set coding-system)) 1467 (ccl mule multilingual character set coding-system))
1318 ("characters.el" 1468 ("characters.el"
1411 ("titdic-cnv.el" 1561 ("titdic-cnv.el"
1412 "convert cxterm dictionary (TIT format) to Quail package" 1562 "convert cxterm dictionary (TIT format) to Quail package"
1413 (quail tit cxterm)) 1563 (quail tit cxterm))
1414 ("utf-8.el" 1564 ("utf-8.el"
1415 "Limited UTF-8 decoding/encoding support" 1565 "Limited UTF-8 decoding/encoding support"
1416 (multilingual unicode utf-8)) 1566 (multilingual unicode utf-8 i18n))
1417 ("china-util.el" 1567 ("china-util.el"
1418 "utilities for Chinese" 1568 "utilities for Chinese"
1419 (mule multilingual chinese)) 1569 (mule multilingual chinese))
1420 ("chinese.el" 1570 ("chinese.el"
1421 "Support for Chinese" 1571 "Support for Chinese"
1488 (mule multilingual thai)) 1638 (mule multilingual thai))
1489 ("thai.el" 1639 ("thai.el"
1490 "Support for Thai" 1640 "Support for Thai"
1491 (multilingual thai)) 1641 (multilingual thai))
1492 ("tibet-util.el" 1642 ("tibet-util.el"
1493 "Support for inputting Tibetan characters" 1643 "utilities for Tibetan"
1494 (multilingual tibetan)) 1644 (multilingual tibetan))
1495 ("tibetan.el" 1645 ("tibetan.el"
1496 "Support for Tibetan language" 1646 "Support for Tibetan language"
1497 (multilingual tibetan)) 1647 (multilingual tibetan))
1498 ("viet-util.el" 1648 ("viet-util.el"
1613 "convert Rmail files to mailbox files." 1763 "convert Rmail files to mailbox files."
1614 (mail)) 1764 (mail))
1615 ("vms-pmail.el" 1765 ("vms-pmail.el"
1616 "use Emacs as the editor within VMS mail." 1766 "use Emacs as the editor within VMS mail."
1617 (vms)) 1767 (vms))
1768 ("auto-show.el"
1769 "perform automatic horizontal scrolling as point moves"
1770 (scroll display convenience))
1771 ("c-mode.el"
1772 "C code editing commands for Emacs"
1773 (c))
1774 ("cplus-md.el"
1775 "old C++ code editing mode for Emacs"
1776 (c))
1777 ("hilit19.el"
1778 "customizable highlighting for Emacs19"
1779 (faces))
1780 ("hscroll.el"
1781 "automatically scroll truncated lines horizontally"
1782 (display))
1783 ("ooutline.el"
1784 "outline mode commands for Emacs"
1785 (outlines))
1786 ("rnews.el"
1787 "USENET news reader for gnu emacs"
1788 (news))
1789 ("rnewspost.el"
1790 "USENET news poster/mailer for GNU Emacs"
1791 (mail news))
1618 ("5x5.el" 1792 ("5x5.el"
1619 "Simple little puzzle game." 1793 "Simple little puzzle game."
1620 (games puzzles)) 1794 (games puzzles))
1621 ("blackbox.el" 1795 ("blackbox.el"
1622 "blackbox game in Emacs Lisp" 1796 "blackbox game in Emacs Lisp"
1721 "AWK code editing commands for Emacs" 1895 "AWK code editing commands for Emacs"
1722 (unix languages)) 1896 (unix languages))
1723 ("cc-align.el" 1897 ("cc-align.el"
1724 "custom indentation functions for CC Mode" 1898 "custom indentation functions for CC Mode"
1725 (c languages oop)) 1899 (c languages oop))
1900 ("cc-bytecomp.el"
1901 "Compile time setup for proper compilation"
1902 (c languages oop))
1726 ("cc-cmds.el" 1903 ("cc-cmds.el"
1727 "user level commands for CC Mode" 1904 "user level commands for CC Mode"
1728 (c languages oop)) 1905 (c languages oop))
1729 ("cc-compat.el" 1906 ("cc-compat.el"
1730 "cc-mode compatibility with c-mode.el confusion" 1907 "cc-mode compatibility with c-mode.el confusion"
1734 (c languages oop)) 1911 (c languages oop))
1735 ("cc-engine.el" 1912 ("cc-engine.el"
1736 "core syntax guessing engine for CC mode" 1913 "core syntax guessing engine for CC mode"
1737 (c languages oop)) 1914 (c languages oop))
1738 ("cc-langs.el" 1915 ("cc-langs.el"
1739 "specific language support for CC Mode" 1916 "language specific settings for CC Mode"
1740 (c languages oop)) 1917 (c languages oop))
1741 ("cc-menus.el" 1918 ("cc-menus.el"
1742 "imenu support for CC Mode" 1919 "imenu support for CC Mode"
1743 (c languages oop)) 1920 (c languages oop))
1744 ("cc-mode.el" 1921 ("cc-mode.el"
1757 "run compiler as inferior of Emacs, parse error messages." 1934 "run compiler as inferior of Emacs, parse error messages."
1758 (tools processes)) 1935 (tools processes))
1759 ("cperl-mode.el" 1936 ("cperl-mode.el"
1760 "Perl code editing commands for Emacs" 1937 "Perl code editing commands for Emacs"
1761 (languages perl)) 1938 (languages perl))
1762 ("cplus-md.el"
1763 "old C++ code editing mode for Emacs"
1764 (c))
1765 ("cpp.el" 1939 ("cpp.el"
1766 "Highlight or hide text according to cpp conditionals." 1940 "Highlight or hide text according to cpp conditionals."
1767 (c faces tools)) 1941 (c faces tools))
1768 ("cwarn.el" 1942 ("cwarn.el"
1769 "Highlight suspicious C and C++ constructions." 1943 "Highlight suspicious C and C++ constructions."
2093 "minor mode for editing of two-column text" 2267 "minor mode for editing of two-column text"
2094 nil) 2268 nil)
2095 ("underline.el" 2269 ("underline.el"
2096 "insert/remove underlining (done by overstriking) in Emacs." 2270 "insert/remove underlining (done by overstriking) in Emacs."
2097 (wp)) 2271 (wp))
2098 ("auto-show.el"
2099 "perform automatic horizontal scrolling as point moves"
2100 (scroll display convenience))
2101 ("c-mode.el"
2102 "C code editing commands for Emacs"
2103 (c))
2104 ("hilit19.el"
2105 "customizable highlighting for Emacs19"
2106 (faces))
2107 ("hscroll.el"
2108 "automatically scroll truncated lines horizontally"
2109 (display))
2110 ("ooutline.el"
2111 "outline mode commands for Emacs"
2112 (outlines))
2113 ("rnews.el"
2114 "USENET news reader for gnu emacs"
2115 (news))
2116 ("rnewspost.el"
2117 "USENET news poster/mailer for GNU Emacs"
2118 (mail news))
2119 ("tool-bar.el" 2272 ("tool-bar.el"
2120 "Setting up the tool bar" 2273 "Setting up the tool bar"
2121 (mouse frames)) 2274 (mouse frames))
2122 ("em-alias.el"
2123 "creation and management of command aliases"
2124 nil)
2125 ("em-banner.el"
2126 "sample module that displays a login banner"
2127 nil)
2128 ("em-basic.el"
2129 "basic shell builtin commands"
2130 nil)
2131 ("em-cmpl.el"
2132 "completion using the TAB key"
2133 nil)
2134 ("em-dirs.el"
2135 "directory navigation commands"
2136 nil)
2137 ("em-glob.el"
2138 "extended file name globbing"
2139 nil)
2140 ("em-hist.el"
2141 "history list management"
2142 nil)
2143 ("em-ls.el"
2144 "implementation of ls in Lisp"
2145 nil)
2146 ("em-pred.el"
2147 "argument predicates and modifiers (ala zsh)"
2148 nil)
2149 ("em-prompt.el"
2150 "command prompts"
2151 nil)
2152 ("em-rebind.el"
2153 "rebind keys when point is at current input"
2154 nil)
2155 ("em-script.el"
2156 "Eshell script files"
2157 nil)
2158 ("em-smart.el"
2159 "smart display of output"
2160 nil)
2161 ("em-term.el"
2162 "running visual commands"
2163 nil)
2164 ("em-unix.el"
2165 "UNIX command aliases"
2166 nil)
2167 ("em-xtra.el"
2168 "extra alias functions"
2169 nil)
2170 ("esh-arg.el"
2171 "argument processing"
2172 nil)
2173 ("esh-cmd.el"
2174 "command invocation"
2175 nil)
2176 ("esh-ext.el"
2177 "commands external to Eshell"
2178 nil)
2179 ("esh-groups.el"
2180 nil
2181 nil)
2182 ("esh-io.el"
2183 "I/O management"
2184 nil)
2185 ("esh-maint.el"
2186 "init code for building eshell"
2187 nil)
2188 ("esh-mode.el"
2189 "user interface"
2190 nil)
2191 ("esh-module.el"
2192 "Eshell modules"
2193 (processes))
2194 ("esh-opt.el"
2195 "command options processing"
2196 nil)
2197 ("esh-proc.el"
2198 "process management"
2199 nil)
2200 ("esh-test.el"
2201 "Eshell test suite"
2202 nil)
2203 ("esh-util.el"
2204 "general utilities"
2205 nil)
2206 ("esh-var.el"
2207 "handling of variables"
2208 nil)
2209 ("eshell.el"
2210 "the Emacs command shell"
2211 (processes))
2212 ("ange-ftp.el"
2213 "transparent FTP support for GNU Emacs"
2214 (comm))
2215 ("browse-url.el"
2216 "Pass a URL to a WWW browser"
2217 (hypertext hypermedia mouse))
2218 ("eudc-bob.el"
2219 "Binary Objects Support for EUDC"
2220 (help))
2221 ("eudc-export.el"
2222 "Functions to export EUDC qeuery results"
2223 (help))
2224 ("eudc-hotlist.el"
2225 "Hotlist Management for EUDC"
2226 (help))
2227 ("eudc-vars.el"
2228 "Emacs Unified Directory Client"
2229 (help))
2230 ("eudc.el"
2231 "Emacs Unified Directory Client"
2232 (help))
2233 ("eudcb-bbdb.el"
2234 "Emacs Unified Directory Client - BBDB Backend"
2235 (help))
2236 ("eudcb-ldap.el"
2237 "Emacs Unified Directory Client - LDAP Backend"
2238 (help))
2239 ("eudcb-ph.el"
2240 "Emacs Unified Directory Client - CCSO PH/QI Backend"
2241 (help))
2242 ("goto-addr.el"
2243 "click to browse URL or to send to e-mail address"
2244 (mh-e www mouse mail))
2245 ("ldap.el"
2246 "Client interface to LDAP for Emacs"
2247 (comm))
2248 ("net-utils.el"
2249 "Network functions"
2250 (network communications))
2251 ("quickurl.el"
2252 "Insert an URL based on text at point in buffer."
2253 (hypermedia))
2254 ("rcompile.el"
2255 "run a compilation on a remote machine"
2256 (tools processes))
2257 ("rlogin.el"
2258 "remote login interface"
2259 (unix comm))
2260 ("snmp-mode.el"
2261 "SNMP & SNMPv2 MIB major mode."
2262 (data))
2263 ("telnet.el"
2264 "run a telnet session from within an Emacs buffer"
2265 nil)
2266 ("webjump.el"
2267 "programmable Web hotlist"
2268 (comm www))
2269 ("zone-mode.el"
2270 "major mode for editing DNS zone files."
2271 (dns languages))
2272 )) 2275 ))
2273 2276
2274 (provide 'finder-inf) 2277 (provide 'finder-inf)
2275 2278
2279 ;;; Local Variables:
2280 ;;; version-control: never
2281 ;;; no-byte-compile: t
2282 ;;; no-update-autoloads: t
2283 ;;; End:
2276 ;;; finder-inf.el ends here 2284 ;;; finder-inf.el ends here