annotate lisp/utils/finder-inf.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children 7d55a9ba150c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; finder-inf.el --- keyword-to-package mapping
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 ;; Keywords: help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;;; Commentary:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 ;; Don't edit this file. It's generated by finder.el
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;;; Code:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 (setq finder-package-info '(
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ("paths.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 "define pathnames for use by various Emacs commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 "lisp/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ("bytecomp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 "compilation of Lisp code into byte code."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 "lisp/bytecomp/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ("disass.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 "disassembler for compiled Emacs Lisp code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 "lisp/bytecomp/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 ("appt.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 "appointment notification functions."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 ("cal-dst.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 "calendar functions for daylight savings rules."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 ("cal-french.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 "calendar functions for the French Revolutionary calendar."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 ("cal-mayan.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 "calendar functions for the Mayan calendars."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 ("cal-x.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 "calendar windows in dedicated frames in x-windows"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 ("cal-xemacs.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 "calendar functions for menu bar and popup menu support"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 ("calendar.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
46 "Calendar functions."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 ("diary-ins.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 "calendar functions for adding diary entries."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 (diary calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 ("diary-lib.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 "diary functions."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 ("holidays.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 "holiday functions for the calendar package"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 (holidays calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 ("lunar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 "calendar functions for phases of the moon."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 ("solar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 "calendar functions for solar events."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 (calendar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 "lisp/calendar/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 ("background.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 "fun with background jobs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 ("comint.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 "general command interpreter in a window stuff"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 ("dbx.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 "run dbx under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 (c unix tools debugging)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 ("gdb.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 "run gdb under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 (c unix tools debugging)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 ("gud.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 "Grand Unified Debugger mode for gdb, sdb, dbx, or xdb"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 (c unix tools debugging)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 ("inf-lisp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 "an inferior-lisp mode"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 (processes lisp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 ("kermit.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 "additions to shell mode for use with kermit, etc."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
95 (comm processes)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 ("rlogin.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 "remote login interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 (unix comm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 ("shell.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 "specialized comint.el for running the shell."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 "lisp/comint/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 ("telnet.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 "run a telnet session from within an Emacs buffer"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 (comm unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 "lisp/comint/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
109 ("ange-ftp.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
110 "transparent FTP support for GNU Emacs"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
111 (comm)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
112 "lisp/dired/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
113 ("dired-link.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
114 "Properly resolves UNIX (and Apollo variant) links under dired."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
115 nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
116 "lisp/dired/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
117 ("dired-x.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
118 "Sebastian Kremer's Extra DIRED hacked up for GNU Emacs19"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
119 (dired extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
120 "lisp/dired/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
121 ("dired.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
122 "directory-browsing commands"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
123 (dired extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
124 "lisp/dired/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 ("cust-print.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 "handles print-level and print-circle."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 "lisp/edebug/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 ("edebug.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 "a source-level debugger for Emacs Lisp"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
131 (lisp tools debugging)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 "lisp/edebug/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 ("ediff-diff.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 "diff-related utilities"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 ("ediff-hook.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 "setup for Ediff's menus and autoloads"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 ("ediff-init.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 "Macros, variables, and defsubsts used by Ediff"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 ("ediff-merg.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 "merging utilities"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 "lisp/ediff/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
149 ("ediff-meta.el"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 "support for multi-file/multi-buffer processing in Ediff"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 ("ediff-util.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 "the core commands and utilities of ediff"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 ("ediff-wind.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 "window manipulation utilities"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 ("ediff.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 "a comprehensive visual interface to diff & patch"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 (comparing merging patching version control.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 "lisp/ediff/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 ("ebuff-menu.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 "electric-buffer-list mode"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
167 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 "lisp/electric/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 ("echistory.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 "Electric Command History Mode"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
171 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 "lisp/electric/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 ("ehelp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 "bindings for electric-help mode"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 (help extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 "lisp/electric/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 ("electric.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 "window maker and Command loop for `electric' modes."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 "lisp/electric/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 ("helper.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 "utility help package supporting help in electric modes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 "lisp/electric/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
185 ("edt.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
186 "EDT emulation in Emacs"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 "lisp/emulators/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
189 ("gosmacs.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
190 "rebindings to imitate Gosmacs."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 ("mlconvert.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 "convert buffer of Mocklisp code to real lisp."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 ("mlsupport.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 "run-time support for mocklisp code."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 ("teco.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 "Teco interpreter for Gnu Emacs, version 1."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
203 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 ("tpu-doc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 "Documentation for TPU-edt"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 ("tpu-edt.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 "Emacs emulating TPU emulating EDT"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 ("tpu-extras.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 "Scroll margins and free cursor mode for TPU-edt"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 ("ws-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 "WordStar emulation mode for GNU Emacs"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
219 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 "lisp/emulators/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 ("eos.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 "Intereactively loads the XEmacs/SPARCworks interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 (sparcworks eos era on sparcworks load)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 ("loaddefs-eos.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 "define standard autoloads of other files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 ("sun-eos-browser.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 "Implements the XEmacs/SPARCworks SourceBrowser interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 (sparcworks eos era on sparcworks sbrowser source browser)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 ("sun-eos-debugger-extra.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 "Implements the XEmacs/SPARCworks Debugger interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 (sparcworks eos era on sparcworks debugger dbx)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 ("sun-eos-debugger.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 "Implements the XEmacs/SPARCworks interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 (sparcworks eos era on sparcworks debugger dbx)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 ("sun-eos-editor.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 "Implements the XEmacs/SPARCworks editor protocol"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 (sparcworks eos era on sparcworks editor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 ("sun-eos-init.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 "Initializes the XEmacs/SPARCworks interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 (sparcworks eos era on sparcworks initialize)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 ("sun-eos-load.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 "Loads the XEmacs/SPARCworks interface code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 (sparcworks eos era on sparcworks debugger dbx)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 ("sun-eos-menubar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 "Implements the XEmacs/SPARCworks menubar"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 (sparcworks eos era on sparcworks menubar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 ("sun-eos-toolbar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 "Implements the EOS toolbar interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 (sparcworks eos era on sparcworks toolbar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 ("sun-eos.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 "Intereactively loads the XEmacs/SPARCworks interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 (sparcworks eos era on sparcworks load)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 "lisp/eos/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 ("tshell.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 "specialized term.el for running the shell."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 "lisp/eterm/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 ("blackbox.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 "blackbox game in Emacs Lisp"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 ("cookie1.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 "retrieve random phrases from fortune cookie files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 ("dissociate.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 "scramble text amusingly for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 ("doctor.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 "psychological help for frustrated users."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 ("dunnet.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 "Text adventure for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 ("gomoku.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 "Gomoku game between you and Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 ("hanoi.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 "towers of hanoi in GNUmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 ("life.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 "John Horton Conway's `Life' game for GNU Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 ("mpuz.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
302 "multiplication puzzle for GNU Emacs"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 ("spook.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 "spook phrase utility for overloading the NSA line eater"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 ("studly.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 "StudlyCaps (tm)(r)(c)(xxx)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 "lisp/games/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 ("yow.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 "quote random zippyisms"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 "lisp/games/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
317 ("chat.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
318 "a method for talking to asynchronous processes."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
321 ("gnus-virt.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
322 "framework for \"virtual\" newsgroups"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
325 ("gnusmail.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
326 "mail reply commands for GNUS newsreader"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 (news)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
329 ("gnusmisc.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
330 "miscellaneous commands for GNUS newsreader"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
331 (news)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
332 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
333 ("gnuspost.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
334 "post news commands for GNUS newsreader"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 (news)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
337 ("mhspool.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
338 "MH folder access using NNTP for GNU Emacs"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
339 (mail news)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
340 "lisp/gnus/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 ("nnspool.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
342 "spool access using NNTP for GNU Emacs"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 (news)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 "lisp/gnus/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 ("nntp.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
346 "GNUS interface to NNTP servers"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
347 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
349 ("old-nntp.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
350 "NNTP (RFC977) Interface for GNU Emacs"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 (news)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 "lisp/gnus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
353 ("html-mode.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
354 "Major mode for editing HTML hypertext documents for the WWW"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 (hypermedia languages help docs wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 "lisp/hm--html-menus/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 ("html-view.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 "routines for communicating with a NCSA Mosaic process"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
359 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 "lisp/hm--html-menus/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 ("tmpl-minor-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 "Template Minor Mode"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
363 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 "lisp/hm--html-menus/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
365 ("hact.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
366 "Hyperbole button action handling."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
367 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
368 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
369 ("hactypes.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
370 "Default action types for Hyperbole."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
371 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
372 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
373 ("hargs.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
374 "Obtains user input through Emacs for Hyperbole"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
375 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
376 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
377 ("hbdata.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
378 "Hyperbole button attribute accessor methods."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
379 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
380 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
381 ("hbmap.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
382 "Hyperbole button map maintenance for queries and lookups."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
383 (hypermedia matching)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
384 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
385 ("hbut.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
386 "Hyperbole button constructs."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
387 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
388 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
389 ("hgnus.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
390 "Support Hyperbole buttons in news reader/poster: GNUS."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
391 (hypermedia news)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
392 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
393 ("hhist.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
394 "Maintains history of Hyperbole buttons selected."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
395 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
396 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
397 ("hib-doc-id.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
398 "Implicit button type for document id index entries."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
399 (docs extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
400 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
401 ("hib-kbd.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
402 "Implicit button type for key sequences delimited with {}."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
403 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
404 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
405 ("hibtypes.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
406 "Hyperbole System Implicit Button Types."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
407 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
408 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
409 ("hinit.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
410 "Standard initializations for Hyperbole hypertext system."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
411 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
412 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
413 ("hlvar.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
414 "Permits use of Hyperbole variables in local variable lists."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
415 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
416 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
417 ("hmail.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
418 "Support for Hyperbole buttons embedded in e-mail messages."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
419 (hypermedia mail)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
420 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
421 ("hmh.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
422 "Support for Hyperbole buttons in mail reader: Mh."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
423 (hypermedia mail)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
424 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
425 ("hmoccur.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
426 "Multi-buffer or multi-file regexp occurrence location."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
427 (hypermedia matching)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
428 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
429 ("hmous-info.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
430 "Walks through Info networks using one key."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
431 (docs help hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
432 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
433 ("hmouse-drv.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
434 "Smart Key/Mouse driver functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
435 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
436 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
437 ("hmouse-key.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
438 "Load \"hmouse-sh.el\" or \"hmouse-reg.el\" for Smart Key bindings."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
439 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
440 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
441 ("hmouse-mod.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
442 "Action Key acts as CONTROL modifier and Assist Key as META modifier."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
443 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
444 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
445 ("hmouse-reg.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
446 "System-dependent Smart Mouse Key bindings (no shift key)."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
447 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
448 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
449 ("hmouse-sh.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
450 "System-dependent Smart Mouse Key bindings (using shift key)."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
451 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
452 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
453 ("hmouse-tag.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
454 "Smart Key support of programming language tags location."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
455 (c hypermedia mouse oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
456 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
457 ("hpath.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
458 "Hyperbole support routines for handling UNIX paths. "
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
459 (comm hypermedia unix)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
460 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
461 ("hrmail.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
462 "Support for Hyperbole buttons in mail reader: Rmail."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
463 (hypermedia mail)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
464 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
465 ("hsite-ex.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
466 "Site-specific setup for Hyperbole"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
467 (hypermedia local)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
468 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
469 ("hsite.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
470 "Site-specific setup for Hyperbole"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
471 (hypermedia local)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
472 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
473 ("hsmail.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
474 "Support for Hyperbole buttons in mail composer: mail and mh-letter."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
475 (hypermedia mail)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
476 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
477 ("hsys-hbase.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
478 "Hyperbole support for the Hyperbase system."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
479 (comm hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
480 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
481 ("hsys-w3.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
482 "Hyperbole support for Emacs W3 World-Wide Web (WWW) browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
483 (comm help hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
484 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
485 ("hsys-wais.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
486 "Hyperbole support for WAIS browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
487 (comm help hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
488 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
489 ("hsys-www.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
490 "Hyperbole support for old CERN command line WWW browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
491 (comm help hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
492 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
493 ("htz.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
494 "Timezone-based time and date support for Hyperbole."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
495 (calendar hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
496 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
497 ("hui-em19-b.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
498 "GNU Emacs V19 button highlighting and flashing support."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
499 (faces hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
500 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
501 ("hui-ep-but.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
502 "Support for highlighting/flashing buttons under Epoch."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
503 (faces hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
504 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
505 ("hui-epV4-b.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
506 "Support color and flashing of hyper-buttons under Epoch V4"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
507 (faces hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
508 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
509 ("hui-menu.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
510 "InfoDock/Emacs menubar menu of Hyperbole commands."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
511 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
512 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
513 ("hui-menus.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
514 "One line command menus for Hyperbole"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
515 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
516 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
517 ("hui-mouse.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
518 "Use key or mouse key for many functions, e.g. Hypb menus."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
519 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
520 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
521 ("hui-window.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
522 "Smart Mouse Key window and modeline depress/release actions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
523 (hypermedia mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
524 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
525 ("hui-xe-but.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
526 "XEmacs button highlighting and flashing support."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
527 (faces hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
528 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
529 ("hui.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
530 "GNU Emacs User Interface to Hyperbole"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
531 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
532 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
533 ("hvar.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
534 "Variable manipulation routines for Hyperbole."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
535 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
536 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
537 ("hversion.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
538 "Hyperbole version, system and load path information."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
539 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
540 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
541 ("hvm.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
542 "Support Hyperbole buttons in mail reader: Vm."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
543 (hypermedia mail)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
544 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
545 ("hypb.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
546 "Miscellaneous Hyperbole support features."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
547 (extensions hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
548 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
549 ("hyperbole.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
550 "Sets up Hyperbole for autoloading and use."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
551 (hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
552 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
553 ("set.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
554 "Provide general mathematical operators on unordered sets."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
555 (extensions tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
556 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
557 ("wconfig.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
558 "Saves and yanks from save ring of window configurations."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
559 (frames hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
560 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
561 ("wrolo-logic.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
562 "Performs logical retrievals on rolodex files"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
563 (hypermedia matching)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
564 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
565 ("wrolo-menu.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
566 "Pulldown and popup menus of Hyperbole rolodex commands."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
567 (hypermedia matching mouse)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
568 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
569 ("wrolo.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
570 "Hierarchical, multi-file, easy to use rolodex system"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
571 (hypermedia matching)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
572 "lisp/hyperbole/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
573 ("kfile.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
574 "Save and restore kotls from files."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
575 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
576 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
577 ("kfill.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
578 "Fill and justify koutline cells (adapted from Kyle Jones' filladapt)."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
579 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
580 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
581 ("kimport.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
582 "Convert and insert other outline file formats into koutlines."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
583 (data outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
584 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
585 ("klabel.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
586 "Display label handling for koutlines."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
587 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
588 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
589 ("klink.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
590 "Implicit reference to a kcell action type, for use in koutlines."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
591 (extensions hypermedia outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
592 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
593 ("kmenu.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
594 "Pulldown and popup menus for kotl-mode, the Hyperbole Outliner."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
595 (mouse outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
596 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
597 ("knode.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
598 "Generic nodes for use as elements in data structures."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
599 (extensions hypermedia outlines)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
600 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
601 ("kotl-mode.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
602 "Major mode for editing koutlines and associated commands."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
603 (data hypermedia outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
604 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
605 ("kotl.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
606 "Internal representation of outline kcells used by kviews."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
607 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
608 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
609 ("kprop-em19.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
610 "Koutline text property handling under Emacs 19."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
611 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
612 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
613 ("kprop-xe.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
614 "Koutline text property handling under XEmacs."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
615 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
616 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
617 ("kproperty.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
618 "Wrapper for koutline text property implementations."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
619 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
620 "lisp/hyperbole/kotl/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
621 ("kview.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
622 "Display handling of koutlines."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
623 (outlines wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
624 "lisp/hyperbole/kotl/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 ("iso-ascii.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 "set up char tables for ISO 8859/1 on ASCII terminals."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 "lisp/iso/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 ("iso-insert.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 "insert functions for ISO 8859/1."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 "lisp/iso/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 ("iso-swed.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 "lisp/iso/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 ("iso-syntax.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 "set up case-conversion and syntax tables for ISO 8859/1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 "lisp/iso/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 ("swedish.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 "miscellaneous functions for dealing with Swedish."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 "lisp/iso/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 ("mh-comp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 "mh-e functions for composing messages"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 ("mh-e.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 "GNU Emacs interface to the MH mail system"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 ("mh-funcs.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 "mh-e functions not everyone will use right away"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 ("mh-mime.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 "mh-e support for composing MIME messages"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 ("mh-pick.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 "make a search pattern and search for a message in mh-e"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 ("mh-seq.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 "mh-e sequences support"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 ("mh-utils.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 "mh-e code needed for both sending and reading"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 "lisp/mh-e/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 ("abbrev.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 "abbrev mode commands for Emacs"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
675 (internal abbrev)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 "lisp/modes/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
677 ("ada.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
678 "Ada editing support package in GNUlisp. v1.0"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
679 (languages)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 ("arc-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 "simple editing of archives"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 (archives msdog editing major-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 ("asm-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 "mode for editing assembler code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 (tools languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 ("awk-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 "AWK code editing commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 (unix languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 ("bib-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 "bib-mode, major mode for editing bib files."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
695 (bib wp)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 ("bibtex.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 "BibTeX mode for GNU Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 (tex bib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 ("c-comment.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 "edit C comments"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 (c)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 ("cc-compat.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 "cc-mode compatibility with c-mode.el confusion"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 (c languages oop)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 ("cc-guess.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 "guess indentation values by scanning existing code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 (c languages oop)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 ("cc-lobotomy.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 "excise portions of cc-mode's brain... for speed"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (c languages oop)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 ("cc-mode.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
718 "major mode for editing C, C++, and Objective-C code"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 (c languages oop)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 ("cmacexp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 "expand C macros in a region"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 (c)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 ("fortran-misc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 "Routines than can be used with fortran mode."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 ("fortran.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 "Fortran mode for GNU Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 ("hideif.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 "hides selected code within ifdef."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
735 (c)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 ("hideshow.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 "minor mode cmds to selectively display blocks of code"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
739 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 ("icon.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 "mode for editing Icon code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 ("lisp-mnt.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 "minor mode for Emacs Lisp maintainers"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 (docs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 ("lisp-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 "Lisp mode, and its idiosyncratic commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 (lisp languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 "lisp/modes/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
753 ("makefile.el"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 "makefile editing commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 (unix tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 "lisp/modes/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
757 ("mim-mode.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
758 "Mim (MDL in MDL) mode."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
759 (languages)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
760 "lisp/modes/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
761 ("mim-syntax.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
762 "syntax checker for Mim (MDL)."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
763 (languages)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
764 "lisp/modes/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 ("modula2.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 "Modula-2 editing support package"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 ("nroff-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 "GNU Emacs major mode for editing nroff source"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 (wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 ("old-c++-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 "major mode for editing C++ (and C) code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 (c)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 ("old-c-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 "C code editing commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 (c)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 ("outl-mouse.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 "outline mode mouse commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 (outlines mouse)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 ("outline.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 "outline mode commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 (outlines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 ("perl-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 "Perl code editing commands for GNU Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 ("picture.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 "\"Picture mode\" -- editing using quarter-plane screen model."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 ("postscript.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 "major mode for editing PostScript programs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 (langauges)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 ("prolog.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 "major mode for editing and running Prolog under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 ("rexx-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 "major mode for editing REXX program files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 ("rsz-minibuf.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 "dynamically resize minibuffer to display entire contents"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
811 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 ("scheme.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 "Scheme mode, and its idiosyncratic commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 (languages lisp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 ("scribe.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 "scribe mode, and its idiosyncratic commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 (wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 ("sendmail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 "mail sending commands for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 "lisp/modes/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
825 ("sgml-mode.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
826 "SGML-editing mode"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
827 (wp)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 ("simula.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 "SIMULA 87 code editing commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 (languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 ("tex-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 "TeX, LaTeX, and SliTeX mode commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 ("text-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 "text mode, and its idiosyncratic commands."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 ("two-column.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 "minor mode for editing of two-column text"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 ("view-less.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 "Minor mode for browsing files with keybindings like `less'"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
847 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 "lisp/modes/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 ("view.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 "peruse file or buffer without editing."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 (wp unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 "lisp/modes/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
853 ("br-c++-ft.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
854 "C++ OO-Browser class and member functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
855 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
856 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
857 ("br-c++.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
858 "Support routines for C++ inheritance browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
859 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
860 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
861 ("br-c-ft.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
862 "OO-Browser C construct handling."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
863 (c tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
864 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
865 ("br-clos-ft.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
866 "CLOS OO-Browser class and element functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
867 (lisp oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
868 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
869 ("br-clos.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
870 "Support routines for CLOS inheritance browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
871 (lisp oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
872 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
873 ("br-compl.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
874 "Most functions for performing completion on OO constructs."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
875 (matching oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
876 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
877 ("br-eif-ft.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
878 "Eiffel OO-Browser class and feature functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
879 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
880 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
881 ("br-eif.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
882 "Support routines for Eiffel inheritance browsing and error parsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
883 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
884 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
885 ("br-env.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
886 "OO-Browser Environment support functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
887 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
888 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
889 ("br-ftr.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
890 "OO-Browser feature browsing support."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
891 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
892 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
893 ("br-info.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
894 "Support routines for Info file hierarchy browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
895 (docs help hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
896 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
897 ("br-init.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
898 "OO-Browser per Emacs session initialization."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
899 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
900 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
901 ("br-lib.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
902 "OO-Browser support functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
903 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
904 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
905 ("br-menu.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
906 "Pulldown and popup menus for the OO-Browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
907 (mouse oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
908 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
909 ("br-objc-ft.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
910 "Objective-C OO-Browser class and feature functions."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
911 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
912 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
913 ("br-objc.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
914 "Support routines for Objective-C inheritance browsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
915 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
916 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
917 ("br-site.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
918 "Site OO-Browser per Emacs session initialization."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
919 (local oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
920 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
921 ("br-smt.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
922 "Support routines for Smalltalk inheritance browsing and error parsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
923 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
924 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
925 ("br-start.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
926 "Select language and invoke OO-Browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
927 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
928 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
929 ("br-tree.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
930 "Interface between textual and graphical OO-Browsers."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
931 (mouse oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
932 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
933 ("br-vers.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
934 "OO-Browser revision number as 'br-version' variable."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
935 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
936 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
937 ("br.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
938 "Browse object-oriented code."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
939 (matching oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
940 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
941 ("c++-browse.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
942 "C++ source code browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
943 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
944 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
945 ("clos-brows.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
946 "Common Lisp/CLOS source code browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
947 (lisp oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
948 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
949 ("eif-browse.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
950 "Eiffel source code browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
951 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
952 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
953 ("eif-calls.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
954 "Produce first level static call tree for Eiffel class."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
955 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
956 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
957 ("eif-ise-er.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
958 "Parses ISE's Eiffel error messages; compiles Eiffel classes."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
959 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
960 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
961 ("hash-test.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
962 "Interactively test functions from hasht.el."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
963 (extensions maint tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
964 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
965 ("hasht.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
966 "Create hash tables from lists and operate on them."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
967 (extensions tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
968 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
969 ("hmouse-br.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
970 "Hyperbole Key control for the OO-Browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
971 (mouse oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
972 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
973 ("info-brows.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
974 "Support routines for Info inheritance browsing and error parsing."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
975 (docs help hypermedia)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
976 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
977 ("objc-brows.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
978 "Objective-C source code browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
979 (c oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
980 "lisp/oobr/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
981 ("smt-browse.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
982 "Smalltalk source code browser."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
983 (oop tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
984 "lisp/oobr/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 ("add-log.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 "change log maintenance commands for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 (maint)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 ("apropos.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
990 "faster apropos commands."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 ("array.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 "array editing commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
997 ("auto-save.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
998 "safer auto saving with support for ange-ftp and /tmp"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
999 nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1000 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 ("autoinsert.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 "automatic mode-dependent insertion of text into new files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 ("avoid.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1006 "make mouse pointer stay out of the way of editing."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 (mouse)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 ("blink-paren.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 "blink the matching paren, just like Zmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 (faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 ("bookmark.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 "set bookmarks, maybe annotate them, jump to them later."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 (bookmarks placeholders annotations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 ("buff-menu.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 "buffer menu main function and support functions."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1019 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 ("chistory.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 "list command history"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 ("cmuscheme.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 "Scheme process in a buffer. Adapted from tea.el."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 (processes lisp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1029 ("column.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1030 "display line and column in the mode line"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1031 nil
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1032 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 ("compare-w.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 "compare text between windows for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 ("compile.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 "run compiler as inferior of Emacs, parse error messages."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 (tools processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 ("completion.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 "dynamic word-completion code"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 (abbrev)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 ("crypt.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 "code for handling all sorts of compressed and encrypted files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 ("dabbrev.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 "dynamic abbreviation package"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051 (abbrev expand completion)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 ("desktop.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 "save partial status of Emacs when killed"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 (customization)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 ("detexinfo.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058 "remove Texinfo commands from a Texinfo source file"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 (tex docs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1061 ("diff.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1062 "Run `diff' in compilation-mode."
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1063 (unix tools)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1064 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 ("doctex.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 "grind GNU Emacs DOC file into LaTeX input"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 (tex docs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 ("emacsbug.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 "command to report Emacs bugs to appropriate mailing list."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 (maint)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 ("emerge.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 "merge diffs under Emacs control"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 (unix tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 ("etags.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 "etags facility for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 (tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 ("fast-lock.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 "Automagic text properties caching for fast Font Lock mode."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 (faces files)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 ("feedmail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 "outbound mail handling"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 ("file-part.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 "treat a section of a buffer as a separate file"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 (extensions tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1093 ("filladapt.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1094 "adaptive fill; replacement for fill commands"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1095 (wp)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1096 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 ("font-lock.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 "decorating source files with fonts/colors based on syntax"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 (languages faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 ("generic-sc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 "generic interface to source control systems"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 (tools unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 ("gopher.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 "an emacs gopher client"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 (gopher comm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 ("hexl.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 "edit a file in a hex dump format using the hexl filter."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 (data)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 ("hyper-apropos.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 "Hypertext emacs lisp documentation interface."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 (lisp tools help docs matching)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 ("icomplete.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 "minibuffer completion with incremental feedback"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 ("info.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 "info package for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 ("informat.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 "info support functions package for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 ("lazy-lock.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1130 "Lazy demand-driven fontification for fast font-lock mode."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 (faces files)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 ("ledit.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 "Emacs side of ledit interface"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 ("lispm-fonts.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 "quick hack to parse LISPM-style font-shift codes"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 (faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 ("lpr.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 "print Emacs buffer on line printer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 (unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 ("makesum.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 "generate key binding summary for Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 ("man.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 "browse UNIX manual pages"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1153 ("medit.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1154 "front-end to the MEDIT package for editing MDL"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1155 (languages)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1156 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 ("metamail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 "Metamail interface for GNU Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 (mail news mime multimedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 ("mime-compose.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 "mime-compose.el ---"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 ("netunam.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 "HP-UX RFA Commands"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 (comm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 ("page-ext.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 "extended page handling commands"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 ("paren.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174 "highlight (un)matching parens and whole expressions"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 (languages faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 ("ps-print.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 "Jim's Pretty-Good PostScript Generator for Emacs 19."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 (print postscript)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 ("recent-files.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 "Maintain menu of recently opened files."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 (menu file)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185 ("refbib.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 "convert refer-style references to ones usable by Latex bib"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 (bib tex)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 ("resume.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 "process command line args from within a suspended Emacs job"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 "lisp/packages/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1193 ("rnews.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1194 "USENET news reader for gnu emacs"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1195 (news)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1196 "lisp/packages/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1197 ("rnewspost.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1198 "USENET news poster/mailer for GNU Emacs"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1199 (mail news)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1200 "lisp/packages/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 ("saveplace.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 "automatically save place in files."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 (bookmarks placeholders)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 ("server.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 "Lisp code for GNU Emacs running as server process."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 (processes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 ("spell.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 "spelling correction interface for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 (wp unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 ("supercite.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 "minor mode for citing mail and news replies"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 (citation attribution mail news article reply followup)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 ("tar-mode.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 "simple editing of tar files from GNU emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 (unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 ("terminal.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 "terminal emulator for GNU Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 (comm terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 ("time-stamp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 "Maintain last change time stamps in files edited by Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 (tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 ("time.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 "display time and load in mode line of Emacs."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1231 (extensions)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 ("uncompress.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 "auto-decompression hook for visiting .Z files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 (unix extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 ("underline.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 "insert/remove underlining (done by overstriking) in Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 (wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 ("upd-copyr.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 "update the copyright notice in a GNU Emacs Lisp file"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 (maint)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 ("vc-hooks.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 "resident support for version-control"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249 ("vc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 "drive a version-control system from within Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 ("xscheme.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 "run Scheme under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 (languages lisp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 "lisp/packages/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 ("about.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 "the About The Authors page (shameless self promotion)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 ("backquote.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 "Full backquote support for elisp. Reverse compatible too."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 ("case-table.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 "code to extend the character set and support case tables."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 ("cmdloop.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 "support functions for the top-level command loop."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 ("debug.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 "debuggers and related commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 ("device.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 "miscellaneous device functions not written in C"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 ("disp-table.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 "functions for dealing with char tables."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 (i18n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 ("env.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 "functions to manipulate environment variables."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 (processes unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 ("extents.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 "miscellaneous extent functions not written in C"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 ("faces.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 "Lisp interface to the C \"face\" structure"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 (faces internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 ("files.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 "file input and output commands for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 ("fill.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 "fill commands for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 (wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 ("float-sup.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 "detect absence of floating-point support in XEmacs runtime"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 ("frame.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 "multi-frame management independent of window systems."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 ("glyphs.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 "Lisp interface to C glyphs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 (glyphs internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 ("help.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 "help commands for XEmacs."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1319 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 ("inc-vers.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 "load this to increment the recorded XEmacs version number."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 ("indent.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 "indentation commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 (lisp languages tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 ("lisp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 "Lisp editing commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 (lisp languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 ("loaddefs.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 "define standard autoloads of other files"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 ("loadup.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 "load up standardly loaded Lisp files for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 ("macros.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 "non-primitive commands for keyboard macros."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 (abbrev)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 ("misc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 "miscellaneous functions for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 ("mouse.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 "window system-independent mouse support."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 (hardware)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 ("novice.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 "handling of disabled commands (\"novice mode\") for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 (internal help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 ("objects.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 "Lisp interface to C window-system objects"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 (faces internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 ("obsolete.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 "obsoleteness support."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 ("options.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 "edit Options command for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 ("page.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 "page motion commands for emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 ("paragraphs.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 "paragraph and sentence parsing."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 (wp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 ("process.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 "commands for subprocesses; split out of simple.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 ("rect.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 "rectangle functions for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 ("register.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 "register commands for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389 ("replace.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 "search and replace commands for XEmacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 ("reposition.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 "center a Lisp function or comment on the screen"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 ("simple.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 "basic editing commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 ("sort.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 "commands to sort text in an XEmacs buffer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403 (unix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 ("sound.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 "Loading sound files in XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409 ("specifier.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 "Lisp interface to specifiers"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 ("startup.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414 "process XEmacs shell arguments"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 ("subr.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 "basic lisp subroutines for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 ("tabify.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 "tab conversion commands for XEmacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 ("userlock.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 "handle file access contention between multiple users"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 ("window.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 "XEmacs window commands aside from those written in C."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432 "lisp/prim/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 ("rmail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 "main code of \"RMAIL\" mail reader for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 ("rmailedit.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 "\"RMAIL edit mode\" Edit the current message."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 ("rmailkwd.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 "part of the \"RMAIL\" mail reader for Emacs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445 ("rmailmsc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 "miscellaneous support functions for the RMAIL mail reader"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 ("rmailout.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 "\"RMAIL\" mail reader for Emacs: output message to a file."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 ("rmailsort.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454 "Rmail: sort messages."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 ("rmailsum.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 "make summary buffers for the mail reader"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 ("undigest.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 "digest-cracking support for the RMAIL mail reader"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 ("unrmail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 "convert Rmail files to mailbox files."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 "lisp/rmail/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 ("sunpro-keys.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470 "SunPro-specific key bindings"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 "lisp/sunpro/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 ("sunpro-menubar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 "Initialize the SunPro menubar"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 (sunpro menubar initialization)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 "lisp/sunpro/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 ("sunpro-sparcworks.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 "support SPARCworks manager ToolTalk messages"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 (sparcworks tooltalk messages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 "lisp/sunpro/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1481 ("generic-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1482 "generic window function initializtion"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 (terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1485 ("ns-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1486 "runtime initialization for the NeXTstep window system"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1487 (terminals)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1488 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1489 ("post-tty-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1490 "second phase of runtime initialization for tty's"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1493 ("post-x-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1494 "second phase of runtime initialization for X windows"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 (terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1497 ("pre-tty-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1498 "first phase of runtime initialization for tty's"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1499 nil
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1500 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1501 ("pre-x-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1502 "first phase of runtime initialization for X windows"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1503 (terminals)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1504 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1505 ("tty-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1506 "runtime initialization for tty's if initial window system"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1507 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 "lisp/term/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 ("vt-control.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 "Common VTxxx control functions"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511 (terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 "lisp/term/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 ("vt100-led.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 "functions for LED control on VT-100 terminals & clones."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 (hardware)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1517 ("x-win-sun.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1518 "runtime initialization for Sun X servers and keyboards"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 (terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 "lisp/term/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1521 ("x-win-xfree86.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1522 "runtime initialization for XFree86 servers"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1523 (terminals)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1524 "lisp/term/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1525 ("x-win.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1526 "runtime initialization for X windows if initial window system"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1527 (terminals)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1528 "lisp/term/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 ("abbrevlist.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 "list one abbrev table alphabetically ordered."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 (abbrev)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 ("advice.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 "an overloading mechanism for Emacs Lisp functions"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 (extensions lisp tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 ("annotations.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 "interface to marginal annotations"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 (extensions hypermedia outlining)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 ("assoc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 "insert/delete/sort functions on association lists"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 ("atomic-extents.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546 "treat regions of text as a single object"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 ("autoload.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 "maintain autoloads in loaddefs.el."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 (maint)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 ("blessmail.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 "Decide whether movemail needs special privileges."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 "lisp/utils/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1557 ("cl-compat.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1558 "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1559 (extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1560 "lisp/utils/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1561 ("cl-extra.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1562 "Common Lisp extensions for GNU Emacs Lisp (part two)"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1563 (extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1564 "lisp/utils/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1565 ("cl-macs.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1566 "Common Lisp extensions for GNU Emacs Lisp (part four)"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1567 (extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1568 "lisp/utils/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1569 ("cl-seq.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1570 "Common Lisp extensions for GNU Emacs Lisp (part three)"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1571 (extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1572 "lisp/utils/")
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1573 ("cl.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1574 "Common Lisp extensions for GNU Emacs Lisp"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1575 (extensions lisp)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 ("delbackspace.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 "rebind backspace and delete to be correct"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 (terminals)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 ("derived.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 "allow inheritance of major modes."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585 ("elp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 "Emacs Lisp Profiler"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 (debugging lisp tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 ("find-gc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 "detect functions that call the garbage collector"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 (maint)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 ("finder-inf.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 "keyword-to-package mapping"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 ("finder.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 "topic & keyword-based code finder"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 (help)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 ("flow-ctrl.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 (hardware)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 ("foldout.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 "Folding extensions for outline-mode and outline-minor-mode."
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1607 (outlining)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 ("forms-d2.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 "demo forms-mode"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1611 (extensions)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 ("forms-pass.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1614 "demo for forms-mode"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1615 (extensions)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 ("forms.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1618 "Forms mode: edit a file as a form to fill in."
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621 ("highlight-headers.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622 "highlighting message headers."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 (mail news)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 ("loadhist.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 "lisp functions for working with feature groups"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 (internal)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 ("mail-extr.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 "extract full name and address from RFC 822 mail header."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 ("mail-utils.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1634 "Utility functions used both by rmail and rnews"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1635 (mail news internal)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 ("mailpost.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 "RMAIL coupler to /usr/uci/post mailer"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 ("map-ynp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 "General-purpose boolean question-asker"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1643 (extensions)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 ("meese.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 "protect the impressionable young minds of America"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 (games)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 ("passwd.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 "Prompting for passwords semi-securely"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 (comm extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 ("regi.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 "REGular expression Interpreting engine"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1655 (extensions matching wp)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 ("reporter.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 "customizable bug reporting of lisp programs"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1659 (mail lisp)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 ("rfc822.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 "hairy rfc822 parser for mail and news and suchlike"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 (mail)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 ("ring.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 "handle rings of items"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 ("symbol-syntax.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670 "find chars with symbol syntax"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 (matching)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 ("sysdep.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 "consolidate Emacs-version dependencies in one file."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 (lisp tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 ("text-props.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 "implements properties of characters"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 (extensions wp faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 ("thing.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 "find language-specific contiguous pieces of text"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 (extensions languages)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 ("timezone.el"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1686 "timezone package for GNU Emacs"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1687 (internal extensions news)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689 ("tq.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 "utility to maintain a transaction queue"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 "lisp/utils/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 ("trace.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 "tracing facility for Emacs Lisp functions"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1695 (lisp tools debugging)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 "lisp/utils/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1697 ("with-timeout.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1698 "timeout hackery"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1699 (extensions)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1700 "lisp/utils/")
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 ("viper-util.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 "Utilities used by viper.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 "lisp/viper/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705 ("viper.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 "A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19,"
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1707 nil
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 "lisp/viper/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 ("vm-easymenu.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 "support the easymenu interface for defining a menu."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 (emulations)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 "lisp/vm/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 ("vms-patch.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 "override parts of files.el for VMS."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 (vms)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 "lisp/vms/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 ("vmsproc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 "run asynchronous VMS subprocesses under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 (vms)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 "lisp/vms/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 ("vmsx.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 "run asynchronous VMS subprocesses under Emacs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 (vms)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 "lisp/vms/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 ("base64.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 "Base64 encoding functions"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 (extensions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1729 ("md5.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1730 "MD5 functionality for emacsen without it builtin"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1731 (mail news tools hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 ("mm.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 "Mailcap parsing routines, and MIME handling"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 (mail news hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 ("ssl.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 "ssl functions for emacsen without them builtin"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 (comm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1741 ("url.el"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1742 "Uniform Resource Locator retrieval tool"
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1743 (comm data processes hypermedia)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1744 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1745 ("urlauth.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1746 "Uniform Resource Locator authorization modules"
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1747 (comm data processes hypermedia)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 0
diff changeset
1748 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1749 ("w3-10646.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1750 "ISO 10646 Entities for Emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1751 (i18n)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 ("w3-about.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 "About pages for emacs-w3"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 (hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1757 ("w3-beta.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1758 "Misc functions for emacs-w3's new display engine"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1759 (help hypermedia comm)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1761 ("w3-draw.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1762 "Emacs-W3 drawing functions for new display engine"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 (faces help hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 ("w3-e19.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 "Emacs 19.xx specific functions for emacs-w3"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 (faces help mouse hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1769 ("w3-emacs.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1770 "Emacs 18.xx specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1771 (faces help mouse hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1773 ("w3-epoch.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1774 "Epoch 4.x specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1775 (faces help mouse hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1777 ("w3-mac.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1778 "Macintosh specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1779 (faces help mouse hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1781 ("w3-mule.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1782 "MULE 18/19 specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1783 (faces help i18n mouse hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1785 ("w3-next.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1786 "NeXTStep specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1787 (faces help mouse hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1789 ("w3-parse.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1790 "Generalized html/sgml parsing support for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1791 (faces help hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 ("w3-print.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 "Printing support for emacs-w3"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 (faces help printing hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1797 ("w3-srch.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1798 "Searching functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1799 (matching help comm hypermedia)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 ("w3-style.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 "Emacs-W3 binding style sheet mechanism"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 (faces hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 ("w3-sysdp.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 "consolidate Emacs-version dependencies in one file."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 (lisp tools)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 ("w3-vars.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 "All variable definitions for emacs-w3"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 (comm help hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 "lisp/w3/")
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1813 ("w3-wemac.el"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1814 "WinEmacs specific functions for emacs-w3"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
1815 (faces help hypermedia mouse)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 ("w3-xemac.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 "XEmacs specific functions for emacs-w3"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 (faces help mouse hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 ("w3.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 "Main functions for emacs-w3 on all platforms/versions"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 (faces help comm news mail processes mouse hypermedia)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 "lisp/w3/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 ("x-faces.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 "X-specific face frobnication, aka black magic."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 "lisp/x11/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 ("x-menubar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 "Menubar and popup-menu support for X."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 "lisp/x11/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 ("x-misc.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 "miscellaneous X functions."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 "lisp/x11/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 ("x-scrollbar.el"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 "scrollbar resourcing and such."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 "lisp/x11/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 (provide 'finder-inf)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 ;;; finder-inf.el ends here