comparison lisp/finder.el @ 11454:d9ec5322d181

(finder-known-keywords): Add frames, hypermedia, outlines, oop.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Apr 1995 23:16:06 +0000
parents e48652e64736
children 2958364d4d99
comparison
equal deleted inserted replaced
11453:5ed0795c4155 11454:d9ec5322d181
54 (data . "support editing files of data") 54 (data . "support editing files of data")
55 (docs . "support for Emacs documentation") 55 (docs . "support for Emacs documentation")
56 (emulations . "emulations of other editors") 56 (emulations . "emulations of other editors")
57 (extensions . "Emacs Lisp language extensions") 57 (extensions . "Emacs Lisp language extensions")
58 (faces . "support for multiple fonts") 58 (faces . "support for multiple fonts")
59 (frames . "support for Emacs frames and window systems")
59 (games . "games, jokes and amusements") 60 (games . "games, jokes and amusements")
60 (hardware . "support for interfacing with exotic hardware") 61 (hardware . "support for interfacing with exotic hardware")
61 (help . "support for on-line help systems") 62 (help . "support for on-line help systems")
63 (hypermedia . "support for links between text or other media types")
62 (i18n . "internationalization and alternate character-set support") 64 (i18n . "internationalization and alternate character-set support")
63 (internal . "code for Emacs internals, build process, defaults") 65 (internal . "code for Emacs internals, build process, defaults")
64 (languages . "specialized modes for editing programming languages") 66 (languages . "specialized modes for editing programming languages")
65 (lisp . "Lisp support, including Emacs Lisp") 67 (lisp . "Lisp support, including Emacs Lisp")
66 (local . "code local to your site") 68 (local . "code local to your site")
67 (maint . "maintenance aids for the Emacs development group") 69 (maint . "maintenance aids for the Emacs development group")
68 (mail . "modes for electronic-mail handling") 70 (mail . "modes for electronic-mail handling")
69 (matching . "various sorts of searching and matching") 71 (matching . "various sorts of searching and matching")
70 (mouse . "mouse support") 72 (mouse . "mouse support")
71 (news . "support for netnews reading and posting") 73 (news . "support for netnews reading and posting")
74 (oop . "support for object-oriented programming")
75 (outlines . "support for hierarchical outlining")
72 (processes . "process, subshell, compilation, and job control support") 76 (processes . "process, subshell, compilation, and job control support")
73 (terminals . "support for terminal types") 77 (terminals . "support for terminal types")
74 (tex . "code related to the TeX formatter") 78 (tex . "code related to the TeX formatter")
75 (tools . "programming tools") 79 (tools . "programming tools")
76 (unix . "front-ends/assistants for, or emulators of, UNIX features") 80 (unix . "front-ends/assistants for, or emulators of, UNIX features")