finder-inf.el 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. ;;; finder-inf.el --- automatically extracted keyword-to-package mapping
  2. ;;
  3. ;;; Code:
  4. (setq package--builtins '(
  5. (5x5 . [nil nil "simple little puzzle game"])
  6. (ada-mode . [nil nil "major-mode for editing Ada sources"])
  7. (add-log . [nil nil "change log maintenance commands for Emacs"])
  8. (align . [nil nil "align text to a specific column, by regexp"])
  9. (allout . [(2 3) nil "extensive outline mode for use alone and with other modes"])
  10. (allout-widgets . [(1 0) nil "Visually highlight allout outline structure."])
  11. (ange-ftp . [nil nil "transparent FTP support for GNU Emacs"])
  12. (animate . [nil nil "make text dance"])
  13. (ansi-color . [(3 4 2) nil "translate ANSI escape sequences into faces"])
  14. (antlr-mode . [(2 2 3) nil "major mode for ANTLR grammar files"])
  15. (arc-mode . [nil nil "simple editing of archives"])
  16. (array . [nil nil "array editing commands for GNU Emacs"])
  17. (artist . [(1 2 6) nil "draw ascii graphics with your mouse"])
  18. (asm-mode . [nil nil "mode for editing assembler code"])
  19. (assoc . [nil nil "insert/delete functions on association lists"])
  20. (autoarg . [nil nil "make digit keys supply prefix args"])
  21. (autoconf . [nil nil "mode for editing Autoconf configure.in files"])
  22. (autoinsert . [nil nil "automatic mode-dependent insertion of text into new files"])
  23. (autorevert . [nil nil "revert buffers when files on disk change"])
  24. (avl-tree . [nil nil "balanced binary trees, AVL-trees"])
  25. (avoid . [nil nil "make mouse pointer stay out of the way of editing"])
  26. (battery . [nil nil "display battery status information"])
  27. (benchmark . [nil nil "support for benchmarking code"])
  28. (bib-mode . [nil nil "major mode for editing bib files"])
  29. (bibtex . [nil nil "BibTeX mode for GNU Emacs"])
  30. (bibtex-style . [nil nil "Major mode for BibTeX Style files"])
  31. (bindat . [nil nil "binary data structure packing and unpacking."])
  32. (binhex . [nil nil "decode BinHex-encoded text"])
  33. (blackbox . [nil nil "blackbox game in Emacs Lisp"])
  34. (bookmark . [nil nil "set bookmarks, maybe annotate them, jump to them later"])
  35. (browse-url . [nil nil "pass a URL to a WWW browser"])
  36. (bruce . [nil nil "bruce phrase utility for overloading the Communications"])
  37. (bs . [(1 17) nil "menu for selecting and displaying buffers"])
  38. (bubbles . [nil nil "Puzzle game for Emacs"])
  39. (bug-reference . [nil nil "buttonize bug references"])
  40. (calc . [nil nil "the GNU Emacs calculator"])
  41. (calculator . [nil nil "a [not so] simple calculator for Emacs"])
  42. (calendar . [nil nil "calendar functions"])
  43. (cap-words . [nil nil "minor mode for motion in CapitalizedWordIdentifiers"])
  44. (cc-guess . [nil nil "guess indentation values by scanning existing code"])
  45. (cc-mode . [nil nil "major mode for editing C and similar languages"])
  46. (cdl . [nil nil "Common Data Language (CDL) utility functions for GNU Emacs"])
  47. (cedet . [(1 0 -1 7) nil "Setup CEDET environment"])
  48. (cfengine . [(1 1) nil "mode for editing Cfengine files"])
  49. (chart . [(0 2) nil "Draw charts (bar charts, etc)"])
  50. (check-declare . [nil nil "Check declare-function statements"])
  51. (checkdoc . [(0 6 2) nil "check documentation strings for style requirements"])
  52. (chistory . [nil nil "list command history"])
  53. (cl . [(2 2) nil "Common Lisp extensions for Emacs"])
  54. (cmacexp . [nil nil "expand C macros in a region"])
  55. (cmuscheme . [nil nil "Scheme process in a buffer. Adapted from tea.el"])
  56. (color . [nil nil "Color manipulation library"])
  57. (compare-w . [nil nil "compare text between windows for Emacs"])
  58. (compile . [nil nil "run compiler as inferior of Emacs, parse error messages"])
  59. (completion . [nil nil "dynamic word-completion code"])
  60. (conf-mode . [nil nil "Simple major mode for editing conf/ini/properties files"])
  61. (cookie1 . [nil nil "retrieve random phrases from fortune cookie files"])
  62. (copyright . [nil nil "update the copyright notice in current buffer"])
  63. (cperl-mode . [nil nil "Perl code editing commands for Emacs"])
  64. (cpp . [nil nil "highlight or hide text according to cpp conditionals"])
  65. (crisp . [nil nil "CRiSP/Brief Emacs emulator"])
  66. (crm . [nil nil "read multiple strings with completion"])
  67. (css-mode . [nil nil "Major mode to edit CSS files"])
  68. (cua-base . [nil nil "emulate CUA key bindings"])
  69. (cust-print . [nil nil "handles print-level and print-circle"])
  70. (cvs-status . [nil nil "major mode for browsing `cvs status' output"])
  71. (cwarn . [(1 3 1) nil "highlight suspicious C and C++ constructions"])
  72. (dabbrev . [nil nil "dynamic abbreviation package"])
  73. (dbus . [nil nil "Elisp bindings for D-Bus."])
  74. (dcl-mode . [nil nil "major mode for editing DCL command files"])
  75. (debug . [nil nil "debuggers and related commands for Emacs"])
  76. (decipher . [nil nil "cryptanalyze monoalphabetic substitution ciphers"])
  77. (delim-col . [(2 1) nil "prettify all columns in a region or rectangle"])
  78. (delphi . [nil nil "major mode for editing Delphi source (Object Pascal) in Emacs"])
  79. (delsel . [nil nil "delete selection if you insert"])
  80. (descr-text . [nil nil "describe text mode"])
  81. (desktop . [nil nil "save partial status of Emacs when killed"])
  82. (dframe . [nil nil "dedicate frame support modes"])
  83. (diary-lib . [nil nil "diary functions"])
  84. (diff . [nil nil "run `diff'"])
  85. (diff-mode . [nil nil "a mode for viewing/editing context diffs"])
  86. (dig . [nil nil "Domain Name System dig interface"])
  87. (dirtrack . [nil nil "Directory Tracking by watching the prompt"])
  88. (disass . [nil nil "disassembler for compiled Emacs Lisp code"])
  89. (dissociate . [nil nil "scramble text amusingly for Emacs"])
  90. (dns . [nil nil "Domain Name Service lookups"])
  91. (dns-mode . [nil nil "a mode for viewing/editing Domain Name System master files"])
  92. (doc-view . [nil nil "View PDF/PostScript/DVI files in Emacs"])
  93. (doctor . [nil nil "psychological help for frustrated users"])
  94. (double . [nil nil "support for keyboard remapping with double clicking"])
  95. (dunnet . [(2 1) nil "text adventure for Emacs"])
  96. (ebnf2ps . [(4 4) nil "translate an EBNF to a syntactic chart on PostScript"])
  97. (ebrowse . [nil nil "Emacs C++ class browser & tags facility"])
  98. (ebuff-menu . [nil nil "electric-buffer-list mode"])
  99. (echistory . [nil nil "Electric Command History Mode"])
  100. (ede . [(1 0 -1 7) nil "Emacs Development Environment gloss"])
  101. (edebug . [nil nil "a source-level debugger for Emacs Lisp"])
  102. (ediff . [(2 81 4) nil "a comprehensive visual interface to diff & patch"])
  103. (edmacro . [(2 1) nil "keyboard macro editor"])
  104. (edt . [nil nil "enhanced EDT keypad mode emulation for GNU Emacs"])
  105. (ehelp . [nil nil "bindings for electric-help mode"])
  106. (eieio . [(1 3) nil "Enhanced Implementation of Emacs Interpreted Objects"])
  107. (eldoc . [nil nil "show function arglist or variable docstring in echo area"])
  108. (electric . [nil nil "window maker and Command loop for `electric' modes"])
  109. (elide-head . [nil nil "hide headers in files"])
  110. (elint . [nil nil "Lint Emacs Lisp"])
  111. (elp . [nil nil "Emacs Lisp Profiler"])
  112. (emacs . [nil nil "abbrev mode commands for Emacs"])
  113. (emacs-lock . [nil nil "protect buffers against killing or exiting"])
  114. (emerge . [nil nil "merge diffs under Emacs control"])
  115. (enriched . [nil nil "read and save files in text/enriched format"])
  116. (epa . [nil nil "the EasyPG Assistant"])
  117. (epg . [(1 0 0) nil "the EasyPG Library"])
  118. (erc . [(5 3) nil "An Emacs Internet Relay Chat client"])
  119. (ert . [nil nil "Emacs Lisp Regression Testing"])
  120. (ert-x . [nil nil "Staging area for experimental extensions to ERT"])
  121. (eshell . [(2 4 2) nil "the Emacs command shell"])
  122. (etags . [nil nil "etags facility for Emacs"])
  123. (eudc . [nil nil "Emacs Unified Directory Client"])
  124. (ewoc . [nil nil "utility to maintain a view of a list of objects in a buffer"])
  125. (executable . [nil nil "base functionality for executable interpreter scripts"])
  126. (expand . [nil nil "make abbreviations more usable"])
  127. (ezimage . [nil nil "Generalized Image management"])
  128. (f90 . [nil nil "Fortran-90 mode (free format)"])
  129. (face-remap . [nil nil "Functions for managing `face-remapping-alist'"])
  130. (feedmail . [(11) nil "assist other email packages to massage outgoing messages"])
  131. (ffap . [nil nil "find file (or url) at point"])
  132. (filecache . [nil nil "find files using a pre-loaded cache"])
  133. (filesets . [nil nil "handle group of files"])
  134. (find-cmd . [(0 6) nil "Build a valid find(1) command with sexps"])
  135. (find-dired . [nil nil "run a `find' command and dired the output"])
  136. (find-file . [nil nil "find a file corresponding to this one given a pattern"])
  137. (find-func . [nil nil "find the definition of the Emacs Lisp function near point"])
  138. (find-gc . [nil nil "detect functions that call the garbage collector"])
  139. (find-lisp . [nil nil "emulation of find in Emacs Lisp"])
  140. (finder . [(1 0) nil "topic & keyword-based code finder"])
  141. (flow-ctrl . [nil nil "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"])
  142. (flymake . [(0 3) nil "a universal on-the-fly syntax checker"])
  143. (flyspell . [nil nil "on-the-fly spell checker"])
  144. (foldout . [(1 10) nil "folding extensions for outline-mode and outline-minor-mode"])
  145. (follow . [nil nil "synchronize windows showing the same buffer"])
  146. (footnote . [(0 19) nil "footnote support for message mode"])
  147. (format-spec . [nil nil "functions for formatting arbitrary formatting strings"])
  148. (forms . [nil nil "Forms mode: edit a file as a form to fill in"])
  149. (forms-d2 . [nil nil "demo forms-mode"])
  150. (forms-pass . [nil nil "passwd file demo for forms-mode"])
  151. (fortran . [nil nil "Fortran mode for GNU Emacs"])
  152. (fortune . [nil nil "use fortune to create signatures"])
  153. (gamegrid . [(1 2) nil "library for implementing grid-based games on Emacs"])
  154. (gametree . [nil nil "manage game analysis trees in Emacs"])
  155. (gdb-mi . [nil nil "User Interface for running GDB"])
  156. (glasses . [nil nil "make cantReadThis readable"])
  157. (gnus . [(5 13) nil "a newsreader for GNU Emacs"])
  158. (gnutls . [nil nil "Support SSL/TLS connections through GnuTLS"])
  159. (gomoku . [nil nil "Gomoku game between you and Emacs"])
  160. (goto-addr . [nil nil "click to browse URL or to send to e-mail address"])
  161. (grep . [nil nil "run `grep' and display the results"])
  162. (gs . [nil nil "interface to Ghostscript"])
  163. (gud . [nil nil "Grand Unified Debugger mode for running GDB and other debuggers"])
  164. (gulp . [nil nil "ask for updates for Lisp packages"])
  165. (handwrite . [nil nil "turns your emacs buffer into a handwritten document"])
  166. (hanoi . [nil nil "towers of hanoi in Emacs"])
  167. (hashcash . [nil nil "Add hashcash payments to email"])
  168. (help-at-pt . [nil nil "local help through the keyboard"])
  169. (hex-util . [nil nil "Functions to encode/decode hexadecimal string."])
  170. (hexl . [nil nil "edit a file in a hex dump format using the hexl filter"])
  171. (hi-lock . [nil nil "minor mode for interactive automatic highlighting"])
  172. (hideif . [nil nil "hides selected code within ifdef"])
  173. (hideshow . [nil nil "minor mode cmds to selectively display code/comment blocks"])
  174. (hilit-chg . [nil nil "minor mode displaying buffer changes with special face"])
  175. (hippie-exp . [(1 6) nil "expand text trying various ways to find its expansion"])
  176. (hl-line . [nil nil "highlight the current line"])
  177. (hmac-def . [nil nil "A macro for defining HMAC functions."])
  178. (hmac-md5 . [nil nil "Compute HMAC-MD5."])
  179. (htmlfontify . [(0 21) nil "htmlize a buffer/source tree with optional hyperlinks"])
  180. (ibuffer . [nil nil "operate on buffers like dired"])
  181. (icalendar . [(0 19) nil "iCalendar implementation"])
  182. (icomplete . [nil nil "minibuffer completion incremental feedback"])
  183. (icon . [nil nil "mode for editing Icon code"])
  184. (idlwave . [(6 1 22) nil "IDL editing mode for GNU Emacs"])
  185. (ido . [nil nil "interactively do things with buffers and files"])
  186. (ielm . [nil nil "interaction mode for Emacs Lisp"])
  187. (iimage . [nil nil "Inline image minor mode."])
  188. (image-dired . [(0 4 11) nil "use dired to browse and manipulate your images"])
  189. (image-file . [nil nil "support for visiting image files"])
  190. (imap . [nil nil "imap library"])
  191. (imenu . [nil nil "framework for mode-specific buffer indexes"])
  192. (inf-lisp . [nil nil "an inferior-lisp mode"])
  193. (info . [nil nil "info package for Emacs"])
  194. (info-look . [nil nil "major-mode-sensitive Info index lookup facility"])
  195. (info-xref . [(3) nil "check external references in an Info document"])
  196. (informat . [nil nil "info support functions package for Emacs"])
  197. (inversion . [(0 2) nil "When you need something in version XX.XX"])
  198. (isearchb . [(1 5) nil "a marriage between iswitchb and isearch"])
  199. (ispell . [nil nil "interface to International Ispell Versions 3.1 and 3.2"])
  200. (iswitchb . [nil nil "switch between buffers using substrings"])
  201. (jka-compr . [nil nil "reading/writing/loading compressed files"])
  202. (js . [(9) nil "Major mode for editing JavaScript"])
  203. (json . [(1 3) nil "JavaScript Object Notation parser / generator"])
  204. (kermit . [nil nil "additions to shell mode for use with kermit"])
  205. (keypad . [nil nil "simplified keypad bindings"])
  206. (kmacro . [nil nil "enhanced keyboard macros"])
  207. (landmark . [nil nil "neural-network robot that learns landmarks"])
  208. (ld-script . [nil nil "GNU linker script editing mode for Emacs"])
  209. (ldap . [nil nil "client interface to LDAP for Emacs"])
  210. (ledit . [nil nil "Emacs side of ledit interface"])
  211. (life . [nil nil "John Horton Conway's `Life' game for GNU Emacs"])
  212. (linum . [(0 9 24) nil "display line numbers in the left margin"])
  213. (lisp-mnt . [nil nil "utility functions for Emacs Lisp maintainers"])
  214. (loadhist . [nil nil "lisp functions for working with feature groups"])
  215. (locate . [nil nil "interface to the locate command"])
  216. (log-edit . [nil nil "Major mode for editing CVS commit messages"])
  217. (log-view . [nil nil "Major mode for browsing RCS/CVS/SCCS log output"])
  218. (longlines . [nil nil "automatically wrap long lines"])
  219. (lpr . [nil nil "print Emacs buffer on line printer"])
  220. (m4-mode . [nil nil "m4 code editing commands for Emacs"])
  221. (macroexp . [nil nil "Additional macro-expansion support"])
  222. (mail-utils . [nil nil "utility functions used both by rmail and rnews"])
  223. (mailabbrev . [nil nil "abbrev-expansion of mail aliases"])
  224. (mailalias . [nil nil "expand and complete mailing address aliases"])
  225. (mailclient . [nil nil "mail sending via system's mail client."])
  226. (mailpost . [nil nil "RMAIL coupler to /usr/uci/post mailer"])
  227. (mairix . [nil nil "Mairix interface for Emacs"])
  228. (make-mode . [nil nil "makefile editing commands for Emacs"])
  229. (makeinfo . [nil nil "run makeinfo conveniently"])
  230. (makesum . [nil nil "generate key binding summary for Emacs"])
  231. (man . [nil nil "browse UNIX manual pages"])
  232. (mantemp . [nil nil "create manual template instantiations from g++ 2.7.2 output"])
  233. (master . [(1 0 2) nil "make a buffer the master over another buffer"])
  234. (mb-depth . [nil nil "Indicate minibuffer-depth in prompt"])
  235. (md4 . [(1 0) nil "MD4 Message Digest Algorithm."])
  236. (meese . [nil nil "protect the impressionable young minds of America"])
  237. (meta-mode . [(1 0) nil "major mode for editing Metafont or MetaPost sources"])
  238. (metamail . [nil nil "Metamail interface for GNU Emacs"])
  239. (mh-e . [(8 3 1) nil "GNU Emacs interface to the MH mail system"])
  240. (midnight . [nil nil "run something every midnight, e.g., kill old buffers"])
  241. (minibuf-eldef . [nil nil "Only show defaults in prompts when applicable"])
  242. (misearch . [nil nil "isearch extensions for multi-buffer search"])
  243. (mixal-mode . [(0 1) nil "Major mode for the mix asm language."])
  244. (mode-local . [nil nil "Support for mode local facilities"])
  245. (modula2 . [nil nil "Modula-2 editing support package"])
  246. (morse . [nil nil "convert text to morse code and back"])
  247. (mouse-copy . [nil nil "one-click text copy and move"])
  248. (mouse-drag . [nil nil "use mouse-2 to do a new style of scrolling"])
  249. (mouse-sel . [nil nil "multi-click selection support"])
  250. (mpc . [nil nil "A client for the Music Player Daemon"])
  251. (mpuz . [nil nil "multiplication puzzle for GNU Emacs"])
  252. (msb . [nil nil "customizable buffer-selection with multiple menus"])
  253. (mspools . [nil nil "show mail spools waiting to be read"])
  254. (net-utils . [nil nil "network functions"])
  255. (netrc . [nil nil ".netrc parsing functionality"])
  256. (network-stream . [nil nil "open network processes, possibly with encryption"])
  257. (newsticker . [(1 99) nil "A Newsticker for Emacs."])
  258. (notifications . [nil nil "Client interface to desktop notifications."])
  259. (novice . [nil nil "handling of disabled commands (\"novice mode\") for Emacs"])
  260. (nroff-mode . [nil nil "GNU Emacs major mode for editing nroff source"])
  261. (ntlm . [(1 0) nil "NTLM (NT LanManager) authentication support"])
  262. (nxml . [nil nil "XML encoding auto-detection"])
  263. (octave-mod . [nil nil "editing Octave source files under Emacs"])
  264. (org . [(7 8 11) nil "Outline-based notes management and organizer"])
  265. (outline . [nil nil "outline mode commands for Emacs"])
  266. (package . [(1 0) nil "Simple package system for Emacs"])
  267. (page-ext . [nil nil "extended page handling commands"])
  268. (paren . [nil nil "highlight matching paren"])
  269. (parse-time . [nil nil "parsing time strings"])
  270. (pascal . [nil nil "major mode for editing pascal source in Emacs"])
  271. (password-cache . [nil nil "Read passwords, possibly using a password cache."])
  272. (patcomp . [nil nil "used by patch files to update Emacs releases"])
  273. (pcase . [nil nil "ML-style pattern-matching macro for Elisp"])
  274. (pcomplete . [nil nil "programmable completion"])
  275. (pcvs . [nil nil "a front-end to CVS"])
  276. (perl-mode . [nil nil "Perl code editing commands for GNU Emacs"])
  277. (picture . [nil nil "\"Picture mode\" -- editing using quarter-plane screen model"])
  278. (po . [nil nil "basic support of PO translation files"])
  279. (pong . [nil nil "classical implementation of pong"])
  280. (pp . [nil nil "pretty printer for Emacs Lisp"])
  281. (printing . [(6 9 3) nil "printing utilities"])
  282. (proced . [nil nil "operate on system processes like dired"])
  283. (prolog . [nil nil "major mode for editing and running Prolog (and Mercury) code"])
  284. (ps-mode . [(1 1 8) nil "PostScript mode for GNU Emacs"])
  285. (ps-print . [(7 3 5) nil "print text from the buffer as PostScript"])
  286. (pulse . [(1 0) nil "Pulsing Overlays"])
  287. (python . [nil nil "silly walks for Python"])
  288. (quickurl . [nil nil "insert a URL based on text at point in buffer"])
  289. (rcirc . [nil nil "default, simple IRC client."])
  290. (rcompile . [nil nil "run a compilation on a remote machine"])
  291. (re-builder . [nil nil "building Regexps with visual feedback"])
  292. (recentf . [nil nil "setup a menu of recently opened files"])
  293. (refbib . [nil nil "convert refer-style references to ones usable by Latex bib"])
  294. (refer . [nil nil "look up references in bibliography files"])
  295. (refill . [nil nil "`auto-fill' by refilling paragraphs on changes"])
  296. (reftex . [(4 31) nil "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"])
  297. (regexp-opt . [nil nil "generate efficient regexps to match strings"])
  298. (regi . [(1 8) nil "REGular expression Interpreting engine"])
  299. (remember . [(2 0) nil "a mode for quickly jotting down things to remember"])
  300. (repeat . [(0 51) nil "convenient way to repeat the previous command"])
  301. (reporter . [nil nil "customizable bug reporting of lisp programs"])
  302. (reposition . [nil nil "center a Lisp function or comment on the screen"])
  303. (reveal . [nil nil "Automatically reveal hidden text at point"])
  304. (rfc2368 . [nil nil "support for rfc2368"])
  305. (rfc822 . [nil nil "hairy rfc822 parser for mail and news and suchlike"])
  306. (ring . [nil nil "handle rings of items"])
  307. (rlogin . [nil nil "remote login interface"])
  308. (rmail . [nil nil "main code of \"RMAIL\" mail reader for Emacs"])
  309. (rot13 . [nil nil "display a buffer in ROT13"])
  310. (rst . [nil nil "Mode for viewing and editing reStructuredText-documents."])
  311. (ruby-mode . [(1 0) nil "Major mode for editing Ruby files"])
  312. (ruler-mode . [(1 6) nil "display a ruler in the header line"])
  313. (rx . [nil nil "sexp notation for regular expressions"])
  314. (sasl . [nil nil "SASL client framework"])
  315. (savehist . [(24) nil "Save minibuffer history"])
  316. (saveplace . [nil nil "automatically save place in files"])
  317. (sb-image . [nil nil "Image management for speedbar"])
  318. (scheme . [nil nil "Scheme (and DSSSL) editing mode"])
  319. (scroll-all . [nil nil "scroll all buffers together minor mode"])
  320. (scroll-lock . [nil nil "Scroll lock scrolling."])
  321. (secrets . [nil nil "Client interface to gnome-keyring and kwallet."])
  322. (select . [nil nil "lisp portion of standard selection support"])
  323. (semantic . [(2 0) nil "Semantic buffer evaluator."])
  324. (sendmail . [nil nil "mail sending commands for Emacs"])
  325. (server . [nil nil "Lisp code for GNU Emacs running as server process"])
  326. (ses . [nil nil "Simple Emacs Spreadsheet"])
  327. (sgml-mode . [nil nil "SGML- and HTML-editing modes"])
  328. (sh-script . [(2 0 6) nil "shell-script editing commands for Emacs"])
  329. (shadow . [nil nil "locate Emacs Lisp file shadowings"])
  330. (shadowfile . [nil nil "automatic file copying"])
  331. (shell . [nil nil "specialized comint.el for running the shell"])
  332. (simula . [nil nil "SIMULA 87 code editing commands for Emacs"])
  333. (skeleton . [nil nil "Lisp language extension for writing statement skeletons"])
  334. (smerge-mode . [nil nil "Minor mode to resolve diff3 conflicts"])
  335. (smie . [nil nil "Simple Minded Indentation Engine"])
  336. (smtpmail . [nil nil "simple SMTP protocol (RFC 821) for sending mail"])
  337. (snake . [nil nil "implementation of Snake for Emacs"])
  338. (snmp-mode . [nil nil "SNMP & SNMPv2 MIB major mode"])
  339. (soap-client . [nil nil "Access SOAP web services from Emacs"])
  340. (socks . [nil nil "A Socks v5 Client for Emacs"])
  341. (solitaire . [nil nil "game of solitaire in Emacs Lisp"])
  342. (sort . [nil nil "commands to sort text in an Emacs buffer"])
  343. (soundex . [nil nil "implement Soundex algorithm"])
  344. (speedbar . [nil nil "quick access to files and tags in a frame"])
  345. (spook . [nil nil "spook phrase utility for overloading the NSA line eater"])
  346. (sql . [(3 0) nil "specialized comint.el for SQL interpreters"])
  347. (srecode . [(1 0 -1 7) nil "Semantic buffer evaluator."])
  348. (strokes . [nil nil "control Emacs through mouse strokes"])
  349. (studly . [nil nil "StudlyCaps (tm)(r)(c)(xxx)"])
  350. (subword . [nil nil "Handling capitalized subwords in a nomenclature"])
  351. (supercite . [nil nil "minor mode for citing mail and news replies"])
  352. (syntax . [nil nil "helper functions to find syntactic context"])
  353. (t-mouse . [nil nil "mouse support within the text terminal"])
  354. (table . [nil nil "create and edit WYSIWYG text based embedded tables"])
  355. (tabulated-list . [nil nil "generic major mode for tabulated lists"])
  356. (talk . [nil nil "allow several users to talk to each other through Emacs"])
  357. (tar-mode . [nil nil "simple editing of tar files from GNU Emacs"])
  358. (tcl . [nil nil "Tcl code editing commands for Emacs"])
  359. (telnet . [nil nil "run a telnet session from within an Emacs buffer"])
  360. (tempo . [nil nil "Flexible template insertion"])
  361. (term . [nil nil "general command interpreter in a window stuff"])
  362. (terminal . [nil nil "terminal emulator for GNU Emacs"])
  363. (testcover . [nil nil "Visual code-coverage tool"])
  364. (tetris . [(2 1) nil "implementation of Tetris for Emacs"])
  365. (tex-mode . [nil nil "TeX, LaTeX, and SliTeX mode commands"])
  366. (texinfmt . [nil nil "format Texinfo files into Info files"])
  367. (texinfo . [nil nil "major mode for editing Texinfo files"])
  368. (texnfo-upd . [nil nil "utilities for updating nodes and menus in Texinfo files"])
  369. (thingatpt . [nil nil "get the `thing' at point"])
  370. (thumbs . [nil nil "Thumbnails previewer for images files"])
  371. (tildify . [(4 5) nil "adding hard spaces into texts"])
  372. (time . [nil nil "display time, load and mail indicator in mode line of Emacs"])
  373. (time-date . [nil nil "Date and time handling functions"])
  374. (time-stamp . [nil nil "Maintain last change time stamps in files edited by Emacs"])
  375. (timeclock . [(2 6 1) nil "mode for keeping track of how much you work"])
  376. (timezone . [nil nil "time zone package for GNU Emacs"])
  377. (tls . [nil nil "TLS/SSL support via wrapper around GnuTLS"])
  378. (tmm . [nil nil "text mode access to menu-bar"])
  379. (todo-mode . [nil nil "major mode for editing TODO list files"])
  380. (tpu-edt . [(4 5) nil "Emacs emulating TPU emulating EDT"])
  381. (tq . [nil nil "utility to maintain a transaction queue"])
  382. (trace . [nil nil "tracing facility for Emacs Lisp functions"])
  383. (tramp . [nil nil "Transparent Remote Access, Multiple Protocol"])
  384. (tree-widget . [nil nil "Tree widget"])
  385. (two-column . [nil nil "minor mode for editing of two-column text"])
  386. (type-break . [nil nil "encourage rests from typing at appropriate intervals"])
  387. (uce . [nil nil "facilitate reply to unsolicited commercial email"])
  388. (underline . [nil nil "insert/remove underlining (done by overstriking) in Emacs"])
  389. (undigest . [nil nil "digest-cracking support for the RMAIL mail reader"])
  390. (unrmail . [nil nil "convert Rmail Babyl files to mailbox files"])
  391. (unsafep . [nil nil "Determine whether a Lisp form is safe to evaluate"])
  392. (url . [nil nil "Uniform Resource Locator retrieval tool"])
  393. (uudecode . [nil nil "elisp native uudecode"])
  394. (vc . [nil nil "drive a version-control system from within Emacs"])
  395. (vcursor . [nil nil "manipulate an alternative (\"virtual\") cursor"])
  396. (vera-mode . [(2 28) nil "major mode for editing Vera files"])
  397. (verilog-mode . [nil nil "major mode for editing verilog source in Emacs"])
  398. (vhdl-mode . [nil nil "major mode for editing VHDL code"])
  399. (vi . [nil nil "major mode for emulating \"vi\" editor under GNU Emacs"])
  400. (view . [nil nil "peruse file or buffer without editing"])
  401. (vip . [nil nil "a VI Package for GNU Emacs"])
  402. (viper . [(3 14 1) nil "A full-featured Vi emulator for Emacs and XEmacs,"])
  403. (vt-control . [nil nil "Common VTxxx control functions"])
  404. (vt100-led . [nil nil "functions for LED control on VT-100 terminals & clones"])
  405. (warnings . [nil nil "log and display warnings"])
  406. (wdired . [(2 0) nil "Rename files editing their names in dired buffers"])
  407. (webjump . [nil nil "programmable Web hotlist"])
  408. (which-func . [nil nil "print current function in mode line"])
  409. (whitespace . [(13 2 2) nil "minor mode to visualize TAB, (HARD) SPACE, NEWLINE"])
  410. (windmove . [nil nil "directional window-selection routines"])
  411. (winner . [nil nil "Restore old window configurations"])
  412. (woman . [(0 551) nil "browse UN*X manual pages `wo (without) man'"])
  413. (ws-mode . [(0 7) nil "WordStar emulation mode for GNU Emacs"])
  414. (xesam . [nil nil "Xesam interface to search engines."])
  415. (xml . [nil nil "XML parser"])
  416. (xscheme . [nil nil "run MIT Scheme under Emacs"])
  417. (xt-mouse . [nil nil "support the mouse when emacs run in an xterm"])
  418. (yow . [nil nil "quote random zippyisms"])
  419. (zeroconf . [nil nil "Service browser using Avahi."])
  420. (zone . [nil nil "idle display hacks"])
  421. ))
  422. (setq finder-keywords-hash
  423. #s(hash-table size 487 test eq rehash-size 1.5 rehash-threshold 0.8 data (abbrev (skeleton pcomplete emacs icomplete hippie-exp expand edmacro dabbrev completion autoarg) convenience (calc erc keypad cua-base diff-mode compare-w table picture emacs makeinfo flyspell winner windmove vcursor tmm ruler-mode repeat minibuf-eldef mb-depth longlines linum kmacro json iswitchb imenu ido ibuffer hippie-exp follow filesets filecache ffap ebuff-menu desktop delsel dabbrev completion chistory calculator bs autorevert autoinsert align) languages (erc smie emacs xscheme vhdl-mode verilog-mode vera-mode tcl sql simula sh-script scheme ruby-mode python ps-mode perl-mode pascal octave-mod modula2 mixal-mode meta-mode m4-mode ld-script js idlwave icon fortran flymake f90 executable delphi dcl-mode cwarn cperl-mode cfengine cc-mode cc-guess cap-words autoconf asm-mode antlr-mode ada-mode sgml-mode tempo skeleton paren ledit info-look allout align) lisp (inversion cedet unsafep trace testcover tabulated-list smie shadow re-builder pp emacs macroexp ewoc ert elp elint eieio edebug debug checkdoc check-declare benchmark xscheme scheme inf-lisp hideshow strokes isearchb ielm color cmuscheme align) outlines (org hideshow hideif reveal outline foldout elide-head allout allout-widgets) wp (org handwrite ebnf2ps underline two-column tildify emacs table sgml-mode refill picture page-ext nroff-mode ispell enriched whitespace ps-print printing longlines allout) pgp (gnus epg epa emacs allout) gnupg (gnus epg epa emacs allout) comm (erc url zeroconf webjump tramp tls telnet socks soap-client secrets rlogin rcirc net-utils ldap gnutls eudc dns dig dbus ange-ftp bindat sql sgml-mode dns-mode terminal talk shadowfile notifications master kermit ansi-color) processes (erc url tramp rcompile bindat sql inf-lisp idlwave grep compile eshell term shell server proced pcomplete emacs emacs-lock dirtrack cmuscheme ansi-color) terminals (tramp xt-mouse vt-control terminal ansi-color) services (ansi-color) help (emacs woman novice man makesum informat info info-look icomplete help-at-pt finder ehelp) files (url compare-w po wdired view emacs shadowfile recentf locate ffap doc-view arc-mode) archives (arc-mode) msdog (arc-mode) editing (hideshow dcl-mode arc-mode) major-mode (dcl-mode arc-mode) extensions (calc cookie1 gnus tq tabulated-list rx ring regi regexp-opt emacs ewoc eldoc cust-print cl benchmark avl-tree assoc type-break tree-widget thingatpt tempo strokes skeleton ido emacs-lock electric ehelp array) emulations (ws-mode viper vip vi tpu-edt edt cua-base crisp emacs hl-line delsel autoarg) mouse (goto-addr browse-url artist xt-mouse emacs thingatpt t-mouse strokes msb mouse-sel mouse-drag mouse-copy ffap avoid) hardware (zeroconf dbus vt100-led emacs flow-ctrl battery) internal (emacs warnings syntax smie disass select novice loadhist gs delim-col) bookmarks (saveplace bookmark) placeholders (saveplace bookmark) annotations (bookmark) tools (semantic reporter mail-utils xesam rcompile vc smerge-mode log-view emerge ediff diff cvs-status add-log trace re-builder package ert elp eieio edebug debug copyright emacs check-declare which-func make-mode hideshow gud grep glasses gdb-mi flymake etags ebrowse cpp compile bug-reference asm-mode time-stamp tempo speedbar skeleton sb-image imenu format-spec find-file ezimage elide-head dframe calculator) i18n (emacs gnus po double descr-text) data (org gnus url snmp-mode bindat timeclock remember page-ext xml whitespace jka-compr emacs hexl hex-util cdl) faces (gnus erc m4-mode ld-script cwarn cpp enriched emacs paren hl-line hilit-chg hi-lock face-remap descr-text color) color (color) hex (color) rgb (htmlfontify color) hsv (color) hsl (color) cie-lab (color) background (color) mule (emacs ps-print) multilingual (emacs descr-text) character\ composition (emacs) expand (dabbrev) completion (crm iswitchb dabbrev) unicode (emacs descr-text) file (dns-mode speedbar sb-image ezimage dframe) tags (semantic ebrowse speedbar sb-image ezimage dframe) dired (wdired emacs) window (emacs windmove follow) drag (emacs) drop (emacs) pdf (doc-view) ps (doc-view) dvi (doc-view) font (ps-print emacs) system-font (emacs) tool-bar-style (emacs) unix (telnet rlogin emerge ediff diff sh-script make-mode gud gdb-mi executable cc-mode ispell woman tar-mode sort proced emacs lpr locate find-lisp find-dired) mail (mh-e fortune gnus unrmail undigest uce supercite smtpmail sendmail rmail rfc822 rfc2368 reporter mspools metamail mailpost mail-utils mailclient mailalias mailabbrev hashcash footnote feedmail emacs mairix imap goto-addr time-date epa) message (gnus feedmail epa) face\ remapping (face-remap) display (hi-lock follow face-remap) user\ commands (face-remap) hypermedia (org url xesam soap-client quickurl browse-url sgml-mode css-mode emacs htmlfontify ffap) matching (regi re-builder thingatpt soundex misearch emacs hi-lock find-file ffap) filesets (filesets) c (hideshow hideif flymake cwarn cpp cmacexp cc-mode cc-guess emacs find-file) folding (foldout) minor-mode (hi-lock follow) frames (winner emacs talk hl-line) generic (emacs) comment (emacs) font-lock (emacs) colour (htmlfontify) html (gnus htmlfontify) markup (htmlfontify) etags (htmlfontify) buffer (msb ibuffer) multimedia (gnus metamail thumbs mpc emacs image-file image-dired iimage) docs (lisp-mnt checkdoc texnfo-upd texinfo texinfmt makeinfo info-xref) keyboard (keypad cua-base kmacro) md4 (md4) utilities (midnight) menu (erc msb) uncomment (emacs) desktop (notifications) notifications (notifications) password (secrets password-cache) cache (password-cache) passphrase (secrets password-cache) key (password-cache) print (handwrite ps-print printing) postscript (handwrite gnus ps-mode ebnf2ps ps-print printing) bdf (ps-print) multibyte (ps-print) vi (repeat) repeat (repeat) minibuffer (crm savehist emacs) scroll (scroll-all) crisp (crisp scroll-all) brief (crisp scroll-all) lock (scroll-all) spreadsheet (testcover ses) dijkstra (ses) gpm (t-mouse) linux (t-mouse) news (gnus uudecode supercite metamail mail-utils footnote binhex newsticker netrc time-date timezone) timers (type-break) virtual\ cursor (vcursor) environment (wdired) renaming (wdired) movement (windmove) xml (nxml xml) ccl (emacs) character\ set (emacs) coding-system (emacs) multibyte\ character (emacs) syntax (semantic mode-local emacs) category (emacs) fontset (emacs) isearch (emacs) tex (org meta-mode tildify texnfo-upd texinfo texinfmt tex-mode reftex refbib bibtex bibtex-style emacs) iso (emacs) latin (emacs) japanese (emacs) kinsoku (emacs) coding\ system (emacs) latex (bibtex emacs) charset (emacs) diagnosis (emacs) input\ method (emacs) quail (emacs) tit (emacs) cxterm (emacs) normalization (emacs) bib (refer refbib bib-mode) bibtex (bibtex) conf (conf-mode) ini (conf-mode) windows (conf-mode) java (hideshow conf-mode) dns (dig dns-mode) master (dns-mode) zone (dns-mode) soa (dns-mode) memory (remember) todo (todo-mode remember) pim (remember) maint (reporter emacs gulp edebug debug copyright checkdoc check-declare texnfo-upd texinfo texinfmt) text (tildify) sgml (tildify) ada (ada-mode) project\ file (ada-mode) xref (ada-mode) antlr (antlr-mode) code\ generator (antlr-mode) awk (cc-mode) cc-mode (cc-mode) oop (cc-guess) perl (cperl-mode) dcl (dcl-mode) ebnf (ebnf2ps) c++ (hideshow ebrowse) fortran (org fortran f90) f90 (f90) comments (hideshow) blocks (hideshow) hiding (hideshow) javascript (js) g++ (mantemp) templates (mantemp) metafont (meta-mode) metapost (meta-mode) knuth (mixal-mode) mix (mixal-mode) mixal (mixal-mode) asm (mixal-mode) mixvm (mixal-mode) the\ art\ of\ computer\ programming (mixal-mode) prolog (prolog) major (prolog) mode (prolog) sicstus (prolog) swi (prolog) mercury (prolog) ruby (ruby-mode) tcl (tcl) modes (tcl) vera (vera-mode) vhdl (vhdl-mode) mode-line (which-func) imenu (which-func) calendar (org gnus todo-mode timeclock calendar icalendar diary-lib) holidays (calendar) util (time-date parse-time) data\ structures (avl-tree) avl (avl-tree) tree (cvs-status avl-tree) oo (inversion cedet eieio chart) chart (chart) graph (chart) multiple\ elements (crm) debugging (elp) emacs-lisp (find-func) functions (find-func) variables (find-func) compiler (macroexp) macros (macroexp) strings (rx regexp-opt) regexps (rx regexp-opt) parsing (smie) indentation (smie) utility (unsafep testcover) safety (unsafep testcover) vc (ede url vc smerge-mode pcvs log-view log-edit emerge ediff diff diff-mode cvs-status compare-w add-log) pcl-cvs (pcvs log-edit cvs-status) cvs (smerge-mode pcvs log-view log-edit cvs-status) status (cvs-status) patch (diff-mode) diff (diff-mode) comparing (ediff) merging (ediff) patching (ediff) commit (log-edit) log (log-view log-edit) rcs (log-view) sccs (log-view) release\ management (pcvs) revision\ control (smerge-mode) merge (smerge-mode) diff3 (smerge-mode) conflict (smerge-mode) url (erc url vc) cua (cua-base) mark (cua-base) hypertext (browse-url) bind (dig) dig (gnus dig) network (gnus network-stream net-utils dns) tls (gnus tls gnutls) ssl (gnus tls gnutls) encryption (gnutls) mh-e (goto-addr) www (webjump goto-addr) hmac (gnus hmac-md5 hmac-def) rfc2104 (gnus hmac-md5 hmac-def) hmac-md5 (hmac-md5) md5 (hmac-md5) keyed-md5 (hmac-md5) cram-md5 (sasl hmac-md5) searching (gnus mairix) rss (gnus newsticker) atom (newsticker) ntlm (sasl ntlm) sasl (sasl ntlm) digest-md5 (sasl) soap (soap-client) web-services (soap-client) firewalls (socks) gnutls (gnus tls) relaxng (nxml) regexp (erc nxml) irc (org erc) chat (erc) client (erc) internet (erc) button (erc) logging (erc) timestamp (erc) binhex (gnus binhex) email (rmail feedmail) queue (feedmail) sendmail (feedmail) spray (feedmail) smtp (feedmail) draft (feedmail) hashcash (gnus hashcash) history (mail-utils) mime (gnus metamail) spam (mh-e gnus rmail) filter (rmail) rmail (rmail) uce (uce) unsolicited\ commercial\ email (uce) uudecode (gnus uudecode) cancel-lock (gnus) sha1 (gnus) web (gnus) xpm (gnus) annotation (gnus) glyph (gnus) registry (gnus) synchronization (gnus) nntp (gnus) nnrss (gnus) external-body (gnus) partial (gnus) shar (gnus) forward (gnus) gnatsweb (gnus) gnus (gnus) s/mime (gnus) mml (gnus) ir (gnus) hz (gnus) hz+ (gnus) smime (gnus) x\.509 (gnus) pem (gnus) openssl (gnus) gmane (gnus) report (gnus) bogofilter (gnus) bbdb (gnus) dspam (gnus) whitelist (gnus) blacklist (gnus) spamassassin (gnus) bsfilter (gnus) ifile (gnus) stat (gnus) crm114 (gnus) spamoracle (gnus) yenc (gnus) burma (emacs) cham (emacs) chinese (emacs) cyrillic (emacs) czech (emacs) ethiopic (emacs) european (emacs) greek (emacs) korean (emacs) hanja (emacs) hebrew (emacs) indian (emacs) devanagari (emacs) khmer (emacs) lao (emacs) romanian (emacs) sinhala (emacs) slovak (emacs) tai\ viet (emacs) thai (emacs) word\ break (emacs) emacs (emacs) tibetan (emacs) vietnamese (emacs) project (ede semantic) make (ede semantic) codegeneration (srecode) scheme (org ede) games (zone yow tetris studly spook solitaire snake pong mpuz morse meese life landmark hanoi gomoku gametree gamegrid fortune dunnet doctor dissociate decipher cookie1 bubbles bruce blackbox animate 5x5) puzzles (5x5) utils (fortune) cursive\ writing (handwrite) gomoku (landmark) neural\ network (landmark) adaptive\ search (landmark) chemotaxis (landmark) literate\ programming (org) reproducible\ research (org) r (org) statistics (org) comint (org) js (org) accounting (org) babel\ language (org) maxima (org) interactive\ shell (org) shen (org) org (org) task (org) remember (org) org-mode (org) docbook (org) erc (org) link (org) tables (org) plotting (org) emacsclient (org) taskjuggler (org) project\ planning (org))))
  424. (provide 'finder-inf)
  425. ;; Local Variables:
  426. ;; version-control: never
  427. ;; no-byte-compile: t
  428. ;; no-update-autoloads: t
  429. ;; coding: utf-8
  430. ;; End:
  431. ;;; finder-inf.el ends here