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