Mercurial > emacs
annotate lisp/finder-inf.el @ 46865:971ae7795f13
Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
[!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
(WSTOPSIG, WTERMSIG): Define each one independently if not defined already.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Aug 2002 17:27:57 +0000 |
parents | 1eb106a10198 |
children | 198044ad4cb7 |
rev | line source |
---|---|
25891 | 1 ;;; finder-inf.el --- keyword-to-package mapping |
39050 | 2 ;; This file is part of GNU Emacs. |
25891 | 3 ;; Keywords: help |
4 ;;; Commentary: | |
5 ;; Don't edit this file. It's generated by finder.el | |
6 | |
7 ;;; Code: | |
8 | |
9 (setq finder-package-info '( | |
10 ("abbrev.el" | |
11 "abbrev mode commands for Emacs" | |
12 (abbrev convenience)) | |
13 ("abbrevlist.el" | |
39050 | 14 "list one abbrev table alphabetically ordered" |
25891 | 15 (abbrev)) |
16 ("add-log.el" | |
17 "change log maintenance commands for Emacs" | |
18 (tools)) | |
35196 | 19 ("align.el" |
20 "align text to a specific column, by regexp" | |
21 (convenience languages lisp)) | |
25891 | 22 ("allout.el" |
39050 | 23 "extensive outline mode for use alone and with other modes" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
24 (outlines mode wp languages)) |
25891 | 25 ("ansi-color.el" |
35668 | 26 "translate ANSI escape sequences into faces" |
27 (comm processes terminals services)) | |
25891 | 28 ("apropos.el" |
39050 | 29 "apropos commands for users and programmers" |
25891 | 30 (help)) |
31 ("arc-mode.el" | |
32 "simple editing of archives" | |
33 (archives msdog editing major-mode)) | |
34 ("array.el" | |
39050 | 35 "array editing commands for GNU Emacs" |
25891 | 36 (extensions)) |
35196 | 37 ("autoarg.el" |
38 "make digit keys supply prefix args" | |
39 (abbrev emulations)) | |
25891 | 40 ("autoinsert.el" |
41 "automatic mode-dependent insertion of text into new files" | |
42 (convenience)) | |
43 ("autorevert.el" | |
44 "revert buffers when files on disk change" | |
45 (convenience)) | |
46 ("avoid.el" | |
47 "make mouse pointer stay out of the way of editing" | |
48 (mouse)) | |
49 ("battery.el" | |
39050 | 50 "display battery status information" |
25891 | 51 (hardware)) |
52 ("bindings.el" | |
39050 | 53 "define standard key bindings and some variables" |
25891 | 54 (internal)) |
55 ("bookmark.el" | |
39050 | 56 "set bookmarks, maybe annotate them, jump to them later" |
25891 | 57 (bookmarks placeholders annotations)) |
35196 | 58 ("bs.el" |
59 "menu for selecting and displaying buffers" | |
60 (convenience)) | |
25891 | 61 ("buff-menu.el" |
39050 | 62 "buffer menu main function and support functions" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
63 (convenience)) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
64 ("button.el" |
42520 | 65 "clickable buttons" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
66 (extensions)) |
25891 | 67 ("byte-run.el" |
68 "byte-compiler support for inlining" | |
69 (internal)) | |
35196 | 70 ("calculator.el" |
39050 | 71 "a [not so] simple calculator for Emacs" |
35196 | 72 (tools convenience)) |
25891 | 73 ("case-table.el" |
39050 | 74 "code to extend the character set and support case tables" |
25891 | 75 (i18n)) |
76 ("cdl.el" | |
39050 | 77 "Common Data Language (CDL) utility functions for GNU Emacs" |
25891 | 78 (data)) |
79 ("chistory.el" | |
80 "list command history" | |
45172 | 81 (convenience)) |
25891 | 82 ("cmuscheme.el" |
39050 | 83 "Scheme process in a buffer. Adapted from tea.el" |
25891 | 84 (processes lisp)) |
85 ("comint.el" | |
86 "general command interpreter in a window stuff" | |
87 (processes)) | |
88 ("compare-w.el" | |
39050 | 89 "compare text between windows for Emacs" |
45172 | 90 (convenience files)) |
25891 | 91 ("complete.el" |
92 "partial completion mechanism plus other goodies" | |
93 (abbrev convenience)) | |
94 ("completion.el" | |
95 "dynamic word-completion code" | |
96 (abbrev convenience)) | |
35196 | 97 ("composite.el" |
39050 | 98 "support character composition" |
35196 | 99 (mule multilingual character composition)) |
25891 | 100 ("cus-dep.el" |
39050 | 101 "find customization dependencies" |
25891 | 102 (internal)) |
103 ("cus-edit.el" | |
39050 | 104 "tools for customizing Emacs and Lisp packages" |
25891 | 105 (help faces)) |
106 ("cus-face.el" | |
39050 | 107 "customization support for faces" |
25891 | 108 (help faces)) |
35744 | 109 ("cus-load.el" |
110 "automatically extracted custom dependencies" | |
111 nil) | |
25891 | 112 ("cus-start.el" |
39050 | 113 "define customization properties of builtins" |
25891 | 114 (internal)) |
115 ("custom.el" | |
39050 | 116 "tools for declaring and initializing options" |
25891 | 117 (help faces)) |
35196 | 118 ("cvs-status.el" |
42520 | 119 "major mode for browsing `cvs status' output" |
120 (pcl-cvs cvs status tree tools)) | |
25891 | 121 ("dabbrev.el" |
122 "dynamic abbreviation package" | |
123 (abbrev expand completion convenience)) | |
124 ("delim-col.el" | |
39050 | 125 "prettify all columns in a region or rectangle" |
25891 | 126 (internal)) |
127 ("delsel.el" | |
128 "delete selection if you insert" | |
35196 | 129 (convenience emulations)) |
25891 | 130 ("derived.el" |
39050 | 131 "allow inheritance of major modes" |
35196 | 132 (extensions)) |
45172 | 133 ("descr-text.el" |
134 "describe text mode" | |
135 (faces)) | |
25891 | 136 ("desktop.el" |
137 "save partial status of Emacs when killed" | |
35196 | 138 (convenience)) |
139 ("diff-mode.el" | |
42520 | 140 "a mode for viewing/editing context diffs" |
141 (convenience patch diff)) | |
25891 | 142 ("diff.el" |
39050 | 143 "run `diff' in compilation-mode" |
25891 | 144 (unix tools)) |
145 ("dired-aux.el" | |
146 "less commonly used parts of dired" | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
147 (files)) |
25891 | 148 ("dired-x.el" |
42520 | 149 "extra Dired functionality" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
150 (dired extensions files)) |
25891 | 151 ("dired.el" |
152 "directory-browsing commands" | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
153 (files)) |
25891 | 154 ("dirtrack.el" |
155 "Directory Tracking by watching the prompt" | |
156 (processes)) | |
157 ("disp-table.el" | |
39050 | 158 "functions for dealing with char tables" |
25891 | 159 (i18n)) |
160 ("dos-fns.el" | |
39050 | 161 "MS-Dos specific functions" |
25891 | 162 (internal)) |
163 ("dos-vars.el" | |
39050 | 164 "MS-Dos specific user options" |
25891 | 165 (internal)) |
166 ("dos-w32.el" | |
167 "Functions shared among MS-DOS and W32 (NT/95) platforms" | |
168 (internal)) | |
169 ("double.el" | |
39050 | 170 "support for keyboard remapping with double clicking" |
25891 | 171 (i18n)) |
172 ("ebuff-menu.el" | |
173 "electric-buffer-list mode" | |
35196 | 174 (convenience)) |
25891 | 175 ("echistory.el" |
176 "Electric Command History Mode" | |
177 nil) | |
178 ("ediff-diff.el" | |
179 "diff-related utilities" | |
180 nil) | |
181 ("ediff-help.el" | |
182 "Code related to the contents of Ediff help buffers" | |
183 nil) | |
184 ("ediff-hook.el" | |
185 "setup for Ediff's menus and autoloads" | |
186 nil) | |
187 ("ediff-init.el" | |
188 "Macros, variables, and defsubsts used by Ediff" | |
189 nil) | |
190 ("ediff-merg.el" | |
191 "merging utilities" | |
192 nil) | |
193 ("ediff-mult.el" | |
194 "support for multi-file/multi-buffer processing in Ediff" | |
195 nil) | |
196 ("ediff-ptch.el" | |
197 "Ediff's patch support" | |
198 nil) | |
199 ("ediff-util.el" | |
200 "the core commands and utilities of ediff" | |
201 nil) | |
202 ("ediff-vers.el" | |
203 "version control interface to Ediff" | |
204 nil) | |
205 ("ediff-wind.el" | |
206 "window manipulation utilities" | |
207 nil) | |
208 ("ediff.el" | |
209 "a comprehensive visual interface to diff & patch" | |
35196 | 210 (comparing merging patching tools unix)) |
25891 | 211 ("edmacro.el" |
212 "keyboard macro editor" | |
213 (abbrev)) | |
214 ("ehelp.el" | |
215 "bindings for electric-help mode" | |
216 (help extensions)) | |
217 ("electric.el" | |
39050 | 218 "window maker and Command loop for `electric' modes" |
25891 | 219 (extensions)) |
35196 | 220 ("elide-head.el" |
221 "hide headers in files" | |
222 (outlines tools)) | |
25891 | 223 ("emacs-lock.el" |
224 "prevents you from exiting emacs if a buffer is locked" | |
225 (extensions processes)) | |
226 ("emerge.el" | |
227 "merge diffs under Emacs control" | |
228 (unix tools)) | |
229 ("enriched.el" | |
230 "read and save files in text/enriched format" | |
231 (wp faces)) | |
232 ("env.el" | |
39050 | 233 "functions to manipulate environment variables" |
25891 | 234 (processes unix)) |
235 ("expand.el" | |
39050 | 236 "make abbreviations more usable" |
25891 | 237 (abbrev)) |
238 ("facemenu.el" | |
239 "create a face menu for interactively adding fonts to text" | |
240 (faces)) | |
241 ("faces.el" | |
242 "Lisp faces" | |
45172 | 243 (internal)) |
25891 | 244 ("fast-lock.el" |
39050 | 245 "automagic text properties caching for fast Font Lock mode" |
25891 | 246 (faces files)) |
247 ("ffap.el" | |
248 "find file (or url) at point" | |
249 (files hypermedia matching mouse convenience)) | |
250 ("filecache.el" | |
45172 | 251 "find files using a pre-loaded cache" |
25891 | 252 (convenience)) |
253 ("files.el" | |
254 "file input and output commands for Emacs" | |
255 nil) | |
45172 | 256 ("filesets.el" |
257 "handle group of files" | |
258 (filesets convenience)) | |
25891 | 259 ("find-dired.el" |
260 "run a `find' command and dired the output" | |
261 (unix)) | |
262 ("find-file.el" | |
263 "find a file corresponding to this one given a pattern" | |
264 (c matching tools)) | |
35196 | 265 ("find-lisp.el" |
39050 | 266 "emulation of find in Emacs Lisp" |
35196 | 267 (unix)) |
25891 | 268 ("finder-inf.el" |
269 "keyword-to-package mapping" | |
270 (help)) | |
271 ("finder.el" | |
272 "topic & keyword-based code finder" | |
273 (help)) | |
274 ("float-sup.el" | |
275 "detect absence of floating-point support in Emacs runtime" | |
45172 | 276 (internal)) |
25891 | 277 ("flow-ctrl.el" |
278 "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" | |
279 (hardware)) | |
280 ("foldout.el" | |
39050 | 281 "folding extensions for outline-mode and outline-minor-mode" |
25891 | 282 (folding outlines)) |
283 ("follow.el" | |
39050 | 284 "synchronize windows showing the same buffer" |
25891 | 285 (display window minor-mode convenience)) |
46357 | 286 ("font-core.el" |
287 "Core interface to font-lock" | |
288 (languages faces)) | |
25891 | 289 ("font-lock.el" |
290 "Electric font lock mode" | |
291 (languages faces)) | |
292 ("format.el" | |
293 "read and save files in multiple formats" | |
294 nil) | |
295 ("forms-d2.el" | |
296 "demo forms-mode" | |
297 nil) | |
298 ("forms-pass.el" | |
299 "passwd file demo for forms-mode" | |
300 nil) | |
301 ("forms.el" | |
302 "Forms mode: edit a file as a form to fill in" | |
303 nil) | |
304 ("frame.el" | |
39050 | 305 "multi-frame management independent of window systems" |
25891 | 306 (internal)) |
46357 | 307 ("fringe.el" |
308 "change fringes appearance in various ways" | |
309 (frames)) | |
25891 | 310 ("generic-x.el" |
311 "Extra Modes for generic-mode" | |
312 (generic comment font-lock)) | |
313 ("generic.el" | |
39050 | 314 "defining simple major modes with comment and font-lock" |
25891 | 315 (generic comment font-lock)) |
316 ("gs.el" | |
317 "interface to Ghostscript" | |
318 (internal)) | |
319 ("gud.el" | |
320 "Grand Unified Debugger mode for running GDB and other debuggers" | |
321 (unix tools)) | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
322 ("help-fns.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
323 "Complex help functions" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
324 (help internal)) |
25891 | 325 ("help-macro.el" |
39050 | 326 "makes command line help such as help-for-help" |
25891 | 327 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
328 ("help-mode.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
329 "`help-mode' used by *Help* buffers" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
330 (help internal)) |
25891 | 331 ("help.el" |
332 "help commands for Emacs" | |
333 (help internal)) | |
334 ("hexl.el" | |
39050 | 335 "edit a file in a hex dump format using the hexl filter" |
25891 | 336 (data)) |
35196 | 337 ("hi-lock.el" |
39050 | 338 "minor mode for interactive automatic highlighting" |
35196 | 339 (faces minor-mode matching display)) |
25891 | 340 ("hilit-chg.el" |
341 "minor mode displaying buffer changes with special face" | |
342 (faces)) | |
343 ("hippie-exp.el" | |
39050 | 344 "expand text trying various ways to find its expansion" |
25891 | 345 (abbrev convenience)) |
346 ("hl-line.el" | |
347 "highlight the current line" | |
35196 | 348 (faces frames emulation)) |
42730 | 349 ("ibuf-ext.el" |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
350 "extensions for ibuffer " |
42730 | 351 (buffer convenience)) |
352 ("ibuf-macs.el" | |
353 "macros for ibuffer" | |
354 (buffer convenience)) | |
355 ("ibuffer.el" | |
356 "operate on buffers like dired" | |
357 (buffer convenience)) | |
25891 | 358 ("icomplete.el" |
359 "minibuffer completion incremental feedback" | |
360 (help abbrev)) | |
46357 | 361 ("ido.el" |
362 "interactively do things with buffers and files." | |
363 (extensions convenience)) | |
25891 | 364 ("ielm.el" |
365 "interaction mode for Emacs Lisp" | |
366 (lisp)) | |
35196 | 367 ("image-file.el" |
42520 | 368 "support for visiting image files" |
35196 | 369 (multimedia)) |
25891 | 370 ("image.el" |
371 "image API" | |
372 (multimedia)) | |
373 ("imenu.el" | |
39050 | 374 "framework for mode-specific buffer indexes" |
25891 | 375 (tools convenience)) |
376 ("indent.el" | |
377 "indentation commands for Emacs" | |
378 nil) | |
379 ("info-look.el" | |
39050 | 380 "major-mode-sensitive Info index lookup facility" |
25891 | 381 (help languages)) |
382 ("info.el" | |
39050 | 383 "info package for Emacs" |
25891 | 384 (help)) |
385 ("informat.el" | |
386 "info support functions package for Emacs" | |
387 (help)) | |
388 ("isearch.el" | |
39050 | 389 "incremental search minor mode" |
25891 | 390 (matching)) |
391 ("iswitchb.el" | |
392 "switch between buffers using substrings" | |
35196 | 393 (completion convenience)) |
25891 | 394 ("jit-lock.el" |
39050 | 395 "just-in-time fontification" |
25891 | 396 (faces files)) |
397 ("jka-compr.el" | |
398 "reading/writing/loading compressed files" | |
399 (data)) | |
400 ("kermit.el" | |
39050 | 401 "additions to shell mode for use with kermit" |
25891 | 402 (comm)) |
46357 | 403 ("kmacro.el" |
404 "enhanced keyboard macros" | |
405 (keyboard convenience)) | |
25891 | 406 ("lazy-lock.el" |
39050 | 407 "lazy demand-driven fontification for fast Font Lock mode" |
25891 | 408 (faces files)) |
409 ("ledit.el" | |
410 "Emacs side of ledit interface" | |
39050 | 411 (languages)) |
25891 | 412 ("loaddefs.el" |
35196 | 413 "automatically extracted autoloads" |
414 nil) | |
25891 | 415 ("loadhist.el" |
416 "lisp functions for working with feature groups" | |
417 (internal)) | |
418 ("loadup.el" | |
39050 | 419 "load up standardly loaded Lisp files for Emacs" |
25891 | 420 (internal)) |
421 ("locate.el" | |
422 "interface to the locate command" | |
35196 | 423 (unix files)) |
424 ("log-edit.el" | |
425 "Major mode for editing CVS commit messages" | |
426 (pcl-cvs cvs commit log)) | |
427 ("log-view.el" | |
428 "Major mode for browsing RCS/CVS/SCCS log output" | |
429 (rcs sccs cvs log version-control)) | |
25891 | 430 ("lpr.el" |
39050 | 431 "print Emacs buffer on line printer" |
25891 | 432 (unix)) |
433 ("ls-lisp.el" | |
434 "emulate insert-directory completely in Emacs Lisp" | |
35668 | 435 (unix dired)) |
25891 | 436 ("macros.el" |
39050 | 437 "non-primitive commands for keyboard macros" |
25891 | 438 (abbrev)) |
439 ("makesum.el" | |
440 "generate key binding summary for Emacs" | |
441 (help)) | |
442 ("man.el" | |
443 "browse UNIX manual pages" | |
444 (help)) | |
445 ("map-ynp.el" | |
39050 | 446 "general-purpose boolean question-asker" |
25891 | 447 (lisp extensions)) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
448 ("master.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
449 "make a buffer the master over another buffer" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
450 (comm)) |
25891 | 451 ("menu-bar.el" |
39050 | 452 "define a default menu bar" |
35196 | 453 (internal mouse)) |
25891 | 454 ("midnight.el" |
39050 | 455 "run something every midnight, e.g., kill old buffers" |
25891 | 456 (utilities)) |
35196 | 457 ("minibuf-eldef.el" |
458 "Only show defaults in prompts when applicable" | |
459 (convenience)) | |
25891 | 460 ("misc.el" |
461 "some nonstandard basic editing commands for Emacs" | |
45172 | 462 (convenience)) |
25891 | 463 ("mouse-copy.el" |
464 "one-click text copy and move" | |
465 (mouse)) | |
466 ("mouse-drag.el" | |
467 "use mouse-2 to do a new style of scrolling" | |
468 (mouse)) | |
469 ("mouse-sel.el" | |
39050 | 470 "multi-click selection support for Emacs 19" |
25891 | 471 (mouse)) |
472 ("mouse.el" | |
473 "window system-independent mouse support" | |
35196 | 474 (hardware mouse)) |
25891 | 475 ("msb.el" |
39050 | 476 "customizable buffer-selection with multiple menus" |
25891 | 477 (mouse buffer menu)) |
35196 | 478 ("mwheel.el" |
479 "Mouse support for MS intelli-mouse type mice" | |
480 (mouse)) | |
481 ("newcomment.el" | |
482 "(un)comment regions of buffers" | |
483 (comment uncomment)) | |
25891 | 484 ("novice.el" |
39050 | 485 "handling of disabled commands (\"novice mode\") for Emacs" |
25891 | 486 (internal help)) |
487 ("options.el" | |
39050 | 488 "edit Options command for Emacs" |
25891 | 489 nil) |
490 ("paren.el" | |
39050 | 491 "highlight matching paren" |
25891 | 492 (languages faces)) |
493 ("patcomp.el" | |
494 "used by patch files to update Emacs releases" | |
495 nil) | |
496 ("paths.el" | |
39050 | 497 "define pathnames for use by various Emacs commands" |
25891 | 498 (internal)) |
35196 | 499 ("pcmpl-cvs.el" |
500 "functions for dealing with cvs completions" | |
501 nil) | |
502 ("pcmpl-gnu.el" | |
503 "completions for GNU project tools" | |
504 nil) | |
505 ("pcmpl-linux.el" | |
35668 | 506 "functions for dealing with GNU/Linux completions" |
35196 | 507 nil) |
508 ("pcmpl-rpm.el" | |
509 "functions for dealing with rpm completions" | |
510 nil) | |
511 ("pcmpl-unix.el" | |
512 "standard UNIX completions" | |
513 nil) | |
514 ("pcomplete.el" | |
515 "programmable completion" | |
516 (processes abbrev)) | |
517 ("pcvs-defs.el" | |
518 "variable definitions for PCL-CVS" | |
519 (pcl-cvs)) | |
520 ("pcvs-info.el" | |
39050 | 521 "internal representation of a fileinfo entry" |
35196 | 522 (pcl-cvs)) |
523 ("pcvs-parse.el" | |
39050 | 524 "the CVS output parser" |
35196 | 525 (pcl-cvs)) |
526 ("pcvs-util.el" | |
39050 | 527 "utility functions for PCL-CVS" |
35196 | 528 (pcl-cvs)) |
529 ("pcvs.el" | |
39050 | 530 "a front-end to CVS" |
35196 | 531 (cvs version control release management)) |
25891 | 532 ("ps-bdf.el" |
39050 | 533 "BDF font file handler for ps-print" |
35196 | 534 (wp bdf font postscript)) |
25891 | 535 ("ps-mule.el" |
39050 | 536 "provide multi-byte character facility to ps-print" |
35196 | 537 (wp print postscript multibyte mule)) |
25891 | 538 ("ps-print.el" |
39050 | 539 "print text from the buffer as PostScript" |
35196 | 540 (wp print postscript)) |
541 ("recentf.el" | |
542 "setup a menu of recently opened files" | |
543 (customization)) | |
25891 | 544 ("rect.el" |
39050 | 545 "rectangle functions for GNU Emacs" |
25891 | 546 (internal)) |
547 ("regi.el" | |
548 "REGular expression Interpreting engine" | |
549 (extensions matching)) | |
550 ("register.el" | |
39050 | 551 "register commands for Emacs" |
25891 | 552 (internal)) |
553 ("repeat.el" | |
554 "convenient way to repeat the previous command" | |
555 (convenience vi repeat)) | |
556 ("replace.el" | |
39050 | 557 "replace commands for Emacs" |
25891 | 558 nil) |
559 ("reposition.el" | |
560 "center a Lisp function or comment on the screen" | |
561 nil) | |
562 ("resume.el" | |
563 "process command line args from within a suspended Emacs job" | |
564 (processes)) | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
565 ("reveal.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
566 "Automatically reveal hidden text at point" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
567 (outlines)) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
568 ("rfn-eshadow.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
569 "Highlight `shadowed' part of read-file-name input text" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
570 (convenience)) |
25891 | 571 ("rot13.el" |
39050 | 572 "display a buffer in rot13" |
25891 | 573 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
574 ("ruler-mode.el" |
43051 | 575 "display a ruler in the header line" |
576 (environment convenience)) | |
25891 | 577 ("s-region.el" |
39050 | 578 "set region using shift key" |
25891 | 579 (terminals)) |
580 ("saveplace.el" | |
39050 | 581 "automatically save place in files" |
25891 | 582 (bookmarks placeholders)) |
583 ("scroll-all.el" | |
584 "scroll all buffers together minor mode" | |
585 (scroll crisp brief lock)) | |
586 ("scroll-bar.el" | |
39050 | 587 "window system-independent scroll bar support" |
25891 | 588 (hardware)) |
589 ("select.el" | |
39050 | 590 "lisp portion of standard selection support" |
25891 | 591 (internal)) |
592 ("server.el" | |
39050 | 593 "Lisp code for GNU Emacs running as server process" |
25891 | 594 (processes)) |
595 ("shadowfile.el" | |
37203 | 596 "automatic file copying" |
597 (comm files)) | |
25891 | 598 ("shell.el" |
39050 | 599 "specialized comint.el for running the shell" |
25891 | 600 (processes)) |
601 ("simple.el" | |
602 "basic editing commands for Emacs" | |
45172 | 603 (internal)) |
25891 | 604 ("skeleton.el" |
605 "Lisp language extension for writing statement skeletons" | |
606 (extensions abbrev languages tools)) | |
35196 | 607 ("smerge-mode.el" |
608 "Minor mode to resolve diff3 conflicts" | |
609 (merge diff3 cvs conflict)) | |
25891 | 610 ("sort.el" |
39050 | 611 "commands to sort text in an Emacs buffer" |
25891 | 612 (unix)) |
613 ("soundex.el" | |
614 "implement Soundex algorithm" | |
615 (matching)) | |
616 ("speedbar.el" | |
617 "quick access to files and tags in a frame" | |
618 (file tags tools)) | |
619 ("startup.el" | |
620 "process Emacs shell arguments" | |
621 (internal)) | |
622 ("strokes.el" | |
623 "control Emacs through mouse strokes" | |
624 (lisp mouse extensions)) | |
625 ("subdirs.el" | |
626 nil | |
627 nil) | |
628 ("subr.el" | |
629 "basic lisp subroutines for Emacs" | |
45172 | 630 (internal)) |
25891 | 631 ("tabify.el" |
632 "tab conversion commands for Emacs" | |
633 nil) | |
634 ("talk.el" | |
39050 | 635 "allow several users to talk to each other through Emacs" |
25891 | 636 (comm frames)) |
637 ("tar-mode.el" | |
638 "simple editing of tar files from GNU emacs" | |
639 (unix)) | |
640 ("tempo.el" | |
641 "Flexible template insertion" | |
642 (extensions languages tools)) | |
643 ("term.el" | |
644 "general command interpreter in a window stuff" | |
645 (processes)) | |
646 ("terminal.el" | |
39050 | 647 "terminal emulator for GNU Emacs" |
25891 | 648 (comm terminals)) |
649 ("thingatpt.el" | |
39050 | 650 "get the `thing' at point" |
25891 | 651 (extensions matching mouse)) |
652 ("time-stamp.el" | |
653 "Maintain last change time stamps in files edited by Emacs" | |
654 (tools)) | |
655 ("time.el" | |
39050 | 656 "display time, load and mail indicator in mode line of Emacs" |
25891 | 657 nil) |
658 ("timer.el" | |
39050 | 659 "run a function with args at some time in future" |
25891 | 660 nil) |
661 ("timezone.el" | |
662 "time zone package for GNU Emacs" | |
663 (news)) | |
664 ("tmm.el" | |
665 "text mode access to menu-bar" | |
43051 | 666 (convenience)) |
25891 | 667 ("tooltip.el" |
46357 | 668 "show tooltip windows" |
25891 | 669 (help c mouse tools)) |
670 ("type-break.el" | |
671 "encourage rests from typing at appropriate intervals" | |
672 (extensions timers)) | |
673 ("uniquify.el" | |
674 "unique buffer names dependent on file name" | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
675 (files)) |
25891 | 676 ("unused.el" |
39050 | 677 "editing commands in GNU Emacs that turned out not to be used" |
25891 | 678 (emulations)) |
679 ("userlock.el" | |
680 "handle file access contention between multiple users" | |
681 (internal)) | |
35196 | 682 ("vc-cvs.el" |
683 "non-resident support for CVS version-control" | |
684 nil) | |
25891 | 685 ("vc-hooks.el" |
686 "resident support for version-control" | |
687 nil) | |
35196 | 688 ("vc-rcs.el" |
689 "support for RCS version-control" | |
690 nil) | |
691 ("vc-sccs.el" | |
692 "support for SCCS version-control" | |
693 nil) | |
25891 | 694 ("vc.el" |
695 "drive a version-control system from within Emacs" | |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
696 (tools)) |
25891 | 697 ("vcursor.el" |
39050 | 698 "manipulate an alternative (\"virtual\") cursor" |
25891 | 699 (virtual cursor convenience)) |
700 ("version.el" | |
39050 | 701 "record version number of Emacs" |
25891 | 702 (internal)) |
703 ("view.el" | |
39050 | 704 "peruse file or buffer without editing" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
705 (files)) |
25891 | 706 ("vms-patch.el" |
39050 | 707 "override parts of files.el for VMS" |
25891 | 708 (vms)) |
709 ("vmsproc.el" | |
710 "run asynchronous VMS subprocesses under Emacs" | |
711 (vms)) | |
712 ("vt-control.el" | |
713 "Common VTxxx control functions" | |
714 (terminals)) | |
715 ("vt100-led.el" | |
39050 | 716 "functions for LED control on VT-100 terminals & clones" |
25891 | 717 (hardware)) |
718 ("w32-fns.el" | |
39050 | 719 "Lisp routines for Windows NT" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
720 (internal)) |
43051 | 721 ("w32-vars.el" |
722 "MS-Windows specific user options" | |
723 (internal)) | |
46610 | 724 ("warnings.el" |
725 "log and display warnings" | |
726 (internal)) | |
25891 | 727 ("which-func.el" |
39050 | 728 "print current function in mode line" |
25891 | 729 (mode-line imenu tools)) |
730 ("whitespace.el" | |
39050 | 731 "warn about and clean bogus whitespaces in the file" |
25891 | 732 (convenience)) |
733 ("wid-browse.el" | |
39050 | 734 "functions for browsing widgets" |
25891 | 735 (extensions)) |
736 ("wid-edit.el" | |
35196 | 737 "Functions for creating and using widgets" |
25891 | 738 (extensions)) |
739 ("widget.el" | |
39050 | 740 "a library of user interface components" |
25891 | 741 (help extensions faces hypermedia)) |
35196 | 742 ("windmove.el" |
39050 | 743 "directional window-selection routines" |
35196 | 744 (window movement convenience)) |
25891 | 745 ("window.el" |
39050 | 746 "GNU Emacs window commands aside from those written in C" |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
747 (internal)) |
25891 | 748 ("winner.el" |
749 "Restore old window configurations" | |
35196 | 750 (convenience frames)) |
751 ("woman.el" | |
752 "browse UN*X manual pages `wo (without) man'" | |
753 (help man un*x manual)) | |
754 ("xml.el" | |
755 "XML parser" | |
756 (xml)) | |
25891 | 757 ("xscheme.el" |
35196 | 758 "run MIT Scheme under Emacs" |
25891 | 759 (languages lisp)) |
760 ("xt-mouse.el" | |
39050 | 761 "support the mouse when emacs run in an xterm" |
25891 | 762 (mouse terminals)) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
763 ("calc-aent.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
764 "algebraic entry functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
765 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
766 ("calc-alg.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
767 "algebraic functions for Calc " |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
768 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
769 ("calc-arith.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
770 "arithmetic functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
771 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
772 ("calc-bin.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
773 "binary functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
774 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
775 ("calc-comb.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
776 "combinatoric functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
777 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
778 ("calc-cplx.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
779 "Complex number functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
780 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
781 ("calc-embed.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
782 "embed Calc in a buffer" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
783 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
784 ("calc-ext.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
785 "various extension functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
786 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
787 ("calc-fin.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
788 "financial functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
789 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
790 ("calc-forms.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
791 "data format conversion functions for Calc" |
39050 | 792 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
793 ("calc-frac.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
794 "fraction functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
795 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
796 ("calc-funcs.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
797 "well-known functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
798 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
799 ("calc-graph.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
800 "graph output functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
801 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
802 ("calc-help.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
803 "help display functions for Calc," |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
804 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
805 ("calc-incom.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
806 "complex data type input functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
807 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
808 ("calc-keypd.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
809 "mouse-capable keypad input for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
810 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
811 ("calc-lang.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
812 "calc language functions" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
813 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
814 ("calc-macs.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
815 "important macros for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
816 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
817 ("calc-maint.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
818 "maintenance routines for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
819 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
820 ("calc-map.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
821 "higher-order functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
822 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
823 ("calc-math.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
824 "mathematical functions for Calc" |
37203 | 825 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
826 ("calc-misc.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
827 "miscellaenous functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
828 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
829 ("calc-mode.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
830 "calculator modes for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
831 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
832 ("calc-mtx.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
833 "matrix functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
834 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
835 ("calc-poly.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
836 "polynomial functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
837 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
838 ("calc-prog.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
839 "user programmability functions for Calc" |
25891 | 840 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
841 ("calc-rewr.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
842 "rewriting functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
843 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
844 ("calc-rules.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
845 "rules for simplifying algebraic expressions in Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
846 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
847 ("calc-sel.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
848 "data selection functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
849 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
850 ("calc-stat.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
851 "statistical functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
852 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
853 ("calc-store.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
854 "value storage functions for Calc" |
25891 | 855 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
856 ("calc-stuff.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
857 "miscellaneous functions for Calc" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
858 nil) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
859 ("calc-trail.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
860 "functions for manipulating the Calc \"trail\"" |
25891 | 861 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
862 ("calc-undo.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
863 "undo functions for Calc" |
25891 | 864 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
865 ("calc-units.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
866 "unit conversion functions for Calc" |
25891 | 867 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
868 ("calc-vec.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
869 "vector functions for Calc" |
25891 | 870 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
871 ("calc-yank.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
872 "kill-ring functionality for Calc" |
37203 | 873 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
874 ("calc.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
875 "the GNU Emacs calculator" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
876 (convenience extensions)) |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
877 ("calcalg2.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
878 "more algebraic functions for Calc" |
37203 | 879 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
880 ("calcalg3.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
881 "more algebraic functions for Calc" |
37203 | 882 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
883 ("calccomp.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
884 "composition functions for Calc" |
37203 | 885 nil) |
42219
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
886 ("calcsel2.el" |
3465372c9239
loaddefs.el and finder-inf.el regenerated.
Eli Zaretskii <eliz@gnu.org>
parents:
39050
diff
changeset
|
887 "selection functions for Calc" |
37203 | 888 nil) |
46610 | 889 ("em-alias.el" |
890 "creation and management of command aliases" | |
891 nil) | |
892 ("em-banner.el" | |
893 "sample module that displays a login banner" | |
894 nil) | |
895 ("em-basic.el" | |
896 "basic shell builtin commands" | |
897 nil) | |
898 ("em-cmpl.el" | |
899 "completion using the TAB key" | |
900 nil) | |
901 ("em-dirs.el" | |
902 "directory navigation commands" | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
903 nil) |
46610 | 904 ("em-glob.el" |
905 "extended file name globbing" | |
906 nil) | |
907 ("em-hist.el" | |
908 "history list management" | |
909 nil) | |
910 ("em-ls.el" | |
911 "implementation of ls in Lisp" | |
912 nil) | |
913 ("em-pred.el" | |
914 "argument predicates and modifiers (ala zsh)" | |
915 nil) | |
916 ("em-prompt.el" | |
917 "command prompts" | |
918 nil) | |
919 ("em-rebind.el" | |
920 "rebind keys when point is at current input" | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
921 nil) |
46610 | 922 ("em-script.el" |
923 "Eshell script files" | |
924 nil) | |
925 ("em-smart.el" | |
926 "smart display of output" | |
927 nil) | |
928 ("em-term.el" | |
929 "running visual commands" | |
930 nil) | |
931 ("em-unix.el" | |
932 "UNIX command aliases" | |
933 nil) | |
934 ("em-xtra.el" | |
935 "extra alias functions" | |
936 nil) | |
937 ("esh-arg.el" | |
938 "argument processing" | |
939 nil) | |
940 ("esh-cmd.el" | |
941 "command invocation" | |
942 nil) | |
943 ("esh-ext.el" | |
944 "commands external to Eshell" | |
945 nil) | |
946 ("esh-groups.el" | |
947 nil | |
948 nil) | |
949 ("esh-io.el" | |
950 "I/O management" | |
951 nil) | |
952 ("esh-maint.el" | |
953 "init code for building eshell" | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
954 nil) |
46610 | 955 ("esh-mode.el" |
956 "user interface" | |
957 nil) | |
958 ("esh-module.el" | |
959 "Eshell modules" | |
960 (processes)) | |
961 ("esh-opt.el" | |
962 "command options processing" | |
963 nil) | |
964 ("esh-proc.el" | |
965 "process management" | |
966 nil) | |
967 ("esh-test.el" | |
968 "Eshell test suite" | |
969 nil) | |
970 ("esh-util.el" | |
971 "general utilities" | |
972 nil) | |
973 ("esh-var.el" | |
974 "handling of variables" | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
975 nil) |
46610 | 976 ("eshell.el" |
977 "the Emacs command shell" | |
978 (processes)) | |
979 ("ange-ftp.el" | |
980 "transparent FTP support for GNU Emacs" | |
981 (comm)) | |
982 ("browse-url.el" | |
983 "pass a URL to a WWW browser" | |
984 (hypertext hypermedia mouse)) | |
985 ("eudc-bob.el" | |
986 "Binary Objects Support for EUDC" | |
987 (comm)) | |
988 ("eudc-export.el" | |
989 "functions to export EUDC query results" | |
990 (comm)) | |
991 ("eudc-hotlist.el" | |
992 "hotlist management for EUDC" | |
993 (comm)) | |
994 ("eudc-vars.el" | |
995 "Emacs Unified Directory Client" | |
996 (comm)) | |
997 ("eudc.el" | |
998 "Emacs Unified Directory Client" | |
999 (comm)) | |
1000 ("eudcb-bbdb.el" | |
1001 "Emacs Unified Directory Client - BBDB Backend" | |
1002 (comm)) | |
1003 ("eudcb-ldap.el" | |
1004 "Emacs Unified Directory Client - LDAP Backend" | |
1005 (comm)) | |
1006 ("eudcb-ph.el" | |
1007 "Emacs Unified Directory Client - CCSO PH/QI Backend" | |
1008 (comm)) | |
1009 ("goto-addr.el" | |
1010 "click to browse URL or to send to e-mail address" | |
1011 (mh-e www mouse mail)) | |
1012 ("ldap.el" | |
1013 "client interface to LDAP for Emacs" | |
1014 (comm)) | |
1015 ("net-utils.el" | |
1016 "network functions" | |
1017 (network comm)) | |
1018 ("netrc.el" | |
1019 ".netrc parsing functionality" | |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
43928
diff
changeset
|
1020 (news)) |
46610 | 1021 ("quickurl.el" |
1022 "insert an URL based on text at point in buffer" | |
1023 (hypermedia)) | |
1024 ("rcompile.el" | |
1025 "run a compilation on a remote machine" | |
1026 (tools processes)) | |
1027 ("rlogin.el" | |
1028 "remote login interface" | |
1029 (unix comm)) | |
1030 ("snmp-mode.el" | |
1031 "SNMP & SNMPv2 MIB major mode" | |
1032 (data)) | |
1033 ("telnet.el" | |
1034 "run a telnet session from within an Emacs buffer" | |
1035 (unix comm)) | |
1036 ("tramp-vc.el" | |
1037 "Version control integration for TRAMP.el" | |
1038 (comm processes)) | |
1039 ("tramp.el" | |
1040 "Transparent Remote Access, Multiple Protocol" | |
1041 (comm processes)) | |
1042 ("webjump.el" | |
1043 "programmable Web hotlist" | |
1044 (comm www)) | |
1045 ("zone-mode.el" | |
1046 "major mode for editing DNS zone files" | |
1047 (dns languages)) | |
46357 | 1048 ("appt.el" |
1049 "appointment notification functions" | |
1050 (calendar)) | |
1051 ("cal-china.el" | |
1052 "calendar functions for the Chinese calendar" | |
1053 (calendar)) | |
1054 ("cal-coptic.el" | |
1055 "calendar functions for the Coptic/Ethiopic calendars" | |
1056 (calendar)) | |
1057 ("cal-dst.el" | |
1058 "calendar functions for daylight savings rules" | |
1059 (calendar)) | |
1060 ("cal-french.el" | |
1061 "calendar functions for the French Revolutionary calendar" | |
1062 (calendar)) | |
1063 ("cal-hebrew.el" | |
1064 "calendar functions for the Hebrew calendar" | |
1065 (calendar)) | |
1066 ("cal-islam.el" | |
1067 "calendar functions for the Islamic calendar" | |
1068 (calendar)) | |
1069 ("cal-iso.el" | |
1070 "calendar functions for the ISO calendar" | |
1071 (calendar)) | |
1072 ("cal-julian.el" | |
1073 "calendar functions for the Julian calendar" | |
1074 (calendar)) | |
1075 ("cal-mayan.el" | |
1076 "calendar functions for the Mayan calendars" | |
1077 (calendar)) | |
1078 ("cal-menu.el" | |
1079 "calendar functions for menu bar and popup menu support" | |
1080 (calendar)) | |
1081 ("cal-move.el" | |
1082 "calendar functions for movement in the calendar" | |
1083 (calendar)) | |
1084 ("cal-persia.el" | |
1085 "calendar functions for the Persian calendar" | |
1086 (calendar)) | |
1087 ("cal-tex.el" | |
1088 "calendar functions for printing calendars with LaTeX" | |
1089 (calendar)) | |
1090 ("cal-x.el" | |
1091 "calendar windows in dedicated frames in X" | |
1092 (calendar)) | |
1093 ("calendar.el" | |
1094 "calendar functions" | |
1095 (calendar)) | |
1096 ("diary-lib.el" | |
1097 "diary functions" | |
1098 (calendar)) | |
1099 ("holidays.el" | |
1100 "holiday functions for the calendar package" | |
1101 (holidays calendar)) | |
1102 ("lunar.el" | |
1103 "calendar functions for phases of the moon" | |
1104 (calendar)) | |
1105 ("parse-time.el" | |
1106 "parsing time strings" | |
1107 (util)) | |
1108 ("solar.el" | |
1109 "calendar functions for solar events" | |
1110 (calendar)) | |
1111 ("time-date.el" | |
1112 "date and time handling functions" | |
1113 (mail news util)) | |
1114 ("timeclock.el" | |
1115 "mode for keeping track of how much you work" | |
1116 (calendar data)) | |
1117 ("todo-mode.el" | |
1118 "major mode for editing TODO list files" | |
1119 (calendar todo)) | |
1120 ("advice.el" | |
1121 "an overloading mechanism for Emacs Lisp functions" | |
1122 (extensions lisp tools)) | |
1123 ("assoc.el" | |
1124 "insert/delete/sort functions on association lists" | |
1125 (extensions)) | |
1126 ("authors.el" | |
1127 "utility for maintaining Emacs' AUTHORS file" | |
1128 (maint)) | |
1129 ("autoload.el" | |
1130 "maintain autoloads in loaddefs.el" | |
1131 (maint)) | |
1132 ("backquote.el" | |
1133 "implement the ` Lisp construct" | |
1134 (extensions internal)) | |
1135 ("bindat.el" | |
1136 "binary data structure packing and unpacking." | |
1137 (comm data processes)) | |
1138 ("byte-opt.el" | |
1139 "the optimization passes of the emacs-lisp byte compiler" | |
1140 (internal)) | |
1141 ("bytecomp.el" | |
1142 "compilation of Lisp code into byte code" | |
1143 (lisp)) | |
1144 ("checkdoc.el" | |
1145 "check documentation strings for style requirements" | |
1146 (docs maint lisp)) | |
1147 ("cl-compat.el" | |
1148 "Common Lisp extensions for GNU Emacs Lisp (compatibility)" | |
1149 (extensions)) | |
1150 ("cl-extra.el" | |
1151 "Common Lisp features, part 2" | |
1152 (extensions)) | |
1153 ("cl-indent.el" | |
1154 "enhanced lisp-indent mode" | |
1155 (lisp tools)) | |
1156 ("cl-macs.el" | |
1157 "Common Lisp macros" | |
1158 (extensions)) | |
1159 ("cl-seq.el" | |
1160 "Common Lisp features, part 3" | |
1161 (extensions)) | |
1162 ("cl-specs.el" | |
1163 "Edebug specs for cl.el" | |
1164 (lisp tools maint)) | |
1165 ("cl.el" | |
1166 "Common Lisp extensions for Emacs" | |
1167 (extensions)) | |
1168 ("copyright.el" | |
1169 "update the copyright notice in current buffer" | |
1170 (maint tools)) | |
1171 ("crm.el" | |
1172 "read multiple strings with completion" | |
1173 (completion minibuffer multiple elements)) | |
1174 ("cust-print.el" | |
1175 "handles print-level and print-circle" | |
1176 (extensions)) | |
1177 ("debug.el" | |
1178 "debuggers and related commands for Emacs" | |
1179 (lisp tools maint)) | |
1180 ("disass.el" | |
1181 "disassembler for compiled Emacs Lisp code" | |
1182 (internal)) | |
1183 ("easy-mmode.el" | |
1184 "easy definition for major and minor modes" | |
1185 (extensions lisp)) | |
1186 ("easymenu.el" | |
1187 "support the easymenu interface for defining a menu" | |
1188 (emulations)) | |
1189 ("edebug.el" | |
1190 "a source-level debugger for Emacs Lisp" | |
1191 (lisp tools maint)) | |
1192 ("eldoc.el" | |
1193 "show function arglist or variable docstring in echo area" | |
1194 (extensions)) | |
1195 ("elint.el" | |
1196 "Lint Emacs Lisp" | |
1197 (lisp)) | |
1198 ("elp.el" | |
1199 "Emacs Lisp Profiler" | |
1200 (debugging lisp tools)) | |
1201 ("ewoc.el" | |
1202 "utility to maintain a view of a list of objects in a buffer" | |
1203 (extensions lisp)) | |
1204 ("find-func.el" | |
1205 "find the definition of the Emacs Lisp function near point" | |
1206 (emacs-lisp functions variables)) | |
1207 ("find-gc.el" | |
1208 "detect functions that call the garbage collector" | |
1209 nil) | |
1210 ("float.el" | |
1211 "obsolete floating point arithmetic package" | |
1212 (extensions)) | |
1213 ("gulp.el" | |
1214 "ask for updates for Lisp packages" | |
1215 (maintenance)) | |
1216 ("helper.el" | |
1217 "utility help package supporting help in electric modes" | |
1218 (help)) | |
1219 ("levents.el" | |
1220 "emulate the Lucid event data type and associated functions" | |
1221 (emulations)) | |
1222 ("lisp-mnt.el" | |
1223 "minor mode for Emacs Lisp maintainers" | |
1224 (docs)) | |
1225 ("lisp-mode.el" | |
1226 "Lisp mode, and its idiosyncratic commands" | |
1227 (lisp languages)) | |
1228 ("lisp.el" | |
1229 "Lisp editing commands for Emacs" | |
1230 (lisp languages)) | |
1231 ("lmenu.el" | |
1232 "emulate Lucid's menubar support" | |
1233 (emulations obsolete)) | |
1234 ("lselect.el" | |
1235 "Lucid interface to X Selections" | |
1236 (emulations)) | |
1237 ("lucid.el" | |
1238 "emulate some Lucid Emacs functions" | |
1239 (emulations)) | |
1240 ("pp.el" | |
1241 "pretty printer for Emacs Lisp" | |
1242 (lisp)) | |
1243 ("re-builder.el" | |
1244 "building Regexps with visual feedback" | |
1245 (matching lisp tools)) | |
1246 ("regexp-opt.el" | |
1247 "generate efficient regexps to match strings" | |
1248 (strings regexps extensions)) | |
1249 ("ring.el" | |
1250 "handle rings of items" | |
1251 (extensions)) | |
1252 ("rx.el" | |
1253 "sexp notation for regular expressions" | |
1254 (strings regexps extensions)) | |
1255 ("shadow.el" | |
1256 "locate Emacs Lisp file shadowings" | |
1257 (lisp)) | |
1258 ("sregex.el" | |
1259 "symbolic regular expressions" | |
1260 (extensions)) | |
1261 ("syntax.el" | |
1262 "helper functions to find syntactic context" | |
1263 (internal)) | |
1264 ("tq.el" | |
1265 "utility to maintain a transaction queue" | |
1266 (extensions)) | |
1267 ("trace.el" | |
1268 "tracing facility for Emacs Lisp functions" | |
1269 (tools lisp)) | |
1270 ("crisp.el" | |
1271 "CRiSP/Brief Emacs emulator" | |
1272 (emulations brief crisp)) | |
1273 ("cua-base.el" | |
1274 "emulate CUA key bindings" | |
1275 (keyboard emulation convenience cua)) | |
1276 ("cua-gmrk.el" | |
1277 "CUA unified global mark support" | |
1278 (keyboard emulations convenience cua mark)) | |
1279 ("cua-rect.el" | |
1280 "CUA unified rectangle support" | |
1281 (keyboard emulations convenience cua)) | |
1282 ("edt-lk201.el" | |
1283 "enhanced EDT keypad mode emulation for LK-201 keyboards" | |
1284 (emulations)) | |
1285 ("edt-mapper.el" | |
1286 "create an EDT LK-201 map file for X-Windows Emacs" | |
1287 (emulations)) | |
1288 ("edt-pc.el" | |
1289 "enhanced EDT keypad mode emulation for PC 101 keyboards" | |
1290 (emulations)) | |
1291 ("edt-vt100.el" | |
1292 "enhanced EDT keypad mode emulation for VT series terminals" | |
1293 (emulations)) | |
1294 ("edt.el" | |
1295 "enhanced EDT keypad mode emulation for GNU Emacs 19" | |
1296 (emulations)) | |
1297 ("keypad.el" | |
1298 "simplified keypad bindings" | |
1299 (keyboard convenience)) | |
1300 ("pc-mode.el" | |
1301 "emulate certain key bindings used on PCs" | |
1302 (emulations)) | |
1303 ("pc-select.el" | |
1304 "emulate mark, cut, copy and paste from Motif" | |
1305 (convenience emulation)) | |
1306 ("tpu-edt.el" | |
1307 "Emacs emulating TPU emulating EDT" | |
1308 (emulations)) | |
1309 ("tpu-extras.el" | |
1310 "scroll margins and free cursor mode for TPU-edt" | |
1311 (emulations)) | |
1312 ("tpu-mapper.el" | |
1313 "create a TPU-edt X-windows keymap file" | |
1314 (emulations)) | |
1315 ("vi.el" | |
1316 "major mode for emulating \"vi\" editor under GNU Emacs" | |
1317 (emulations)) | |
1318 ("vip.el" | |
1319 "a VI Package for GNU Emacs" | |
1320 (emulations)) | |
1321 ("viper-cmd.el" | |
1322 "Vi command support for Viper" | |
1323 nil) | |
1324 ("viper-ex.el" | |
1325 "functions implementing the Ex commands for Viper" | |
1326 nil) | |
1327 ("viper-init.el" | |
1328 "some common definitions for Viper" | |
1329 nil) | |
1330 ("viper-keym.el" | |
1331 "Viper keymaps" | |
1332 nil) | |
1333 ("viper-macs.el" | |
1334 "functions implementing keyboard macros for Viper" | |
1335 nil) | |
1336 ("viper-mous.el" | |
1337 "mouse support for Viper" | |
1338 nil) | |
1339 ("viper-util.el" | |
1340 "Utilities used by viper.el" | |
1341 nil) | |
1342 ("viper.el" | |
1343 "A full-featured Vi emulator for GNU Emacs and XEmacs," | |
1344 (emulations)) | |
1345 ("ws-mode.el" | |
1346 "WordStar emulation mode for GNU Emacs" | |
1347 (emulations)) | |
46610 | 1348 ("binhex.el" |
1349 "elisp native binhex decode" | |
1350 (binhex news)) | |
1351 ("earcon.el" | |
1352 "sound effects for messages" | |
46357 | 1353 nil) |
46610 | 1354 ("flow-fill.el" |
1355 "interprete RFC2646 \"flowed\" text" | |
1356 (mail)) | |
1357 ("format-spec.el" | |
1358 "functions for formatting arbitrary formatting strings" | |
1359 (tools)) | |
1360 ("gnus-agent.el" | |
1361 "unplugged support for Gnus" | |
46357 | 1362 nil) |
46610 | 1363 ("gnus-art.el" |
1364 "article mode commands for Gnus" | |
1365 (news)) | |
1366 ("gnus-async.el" | |
1367 "asynchronous support for Gnus" | |
1368 (news)) | |
1369 ("gnus-audio.el" | |
1370 "sound effects for Gnus" | |
1371 (news mail multimedia)) | |
1372 ("gnus-bcklg.el" | |
1373 "backlog functions for Gnus" | |
1374 (news)) | |
1375 ("gnus-cache.el" | |
1376 "cache interface for Gnus" | |
1377 (news)) | |
1378 ("gnus-cite.el" | |
1379 "parse citations in articles for Gnus" | |
46357 | 1380 nil) |
46610 | 1381 ("gnus-cus.el" |
1382 "customization commands for Gnus" | |
1383 (news)) | |
1384 ("gnus-demon.el" | |
1385 "daemonic Gnus behaviour" | |
1386 (news)) | |
1387 ("gnus-draft.el" | |
1388 "draft message support for Gnus" | |
1389 (news)) | |
1390 ("gnus-dup.el" | |
1391 "suppression of duplicate articles in Gnus" | |
1392 (news)) | |
1393 ("gnus-eform.el" | |
1394 "a mode for editing forms for Gnus" | |
1395 (news)) | |
1396 ("gnus-ems.el" | |
1397 "functions for making Gnus work under different Emacsen" | |
1398 (news)) | |
1399 ("gnus-gl.el" | |
1400 "an interface to GroupLens for Gnus" | |
1401 (news score)) | |
1402 ("gnus-group.el" | |
1403 "group mode commands for Gnus" | |
1404 (news)) | |
1405 ("gnus-int.el" | |
1406 "backend interface functions for Gnus" | |
1407 (news)) | |
1408 ("gnus-kill.el" | |
1409 "kill commands for Gnus" | |
1410 (news)) | |
1411 ("gnus-logic.el" | |
1412 "advanced scoring code for Gnus" | |
1413 (news)) | |
1414 ("gnus-mh.el" | |
1415 "mh-e interface for Gnus" | |
1416 (news)) | |
1417 ("gnus-ml.el" | |
1418 "mailing list minor mode for Gnus" | |
1419 (news)) | |
1420 ("gnus-mlspl.el" | |
1421 "a group params-based mail splitting mechanism" | |
1422 (news mail)) | |
1423 ("gnus-move.el" | |
1424 "commands for moving Gnus from one server to another" | |
1425 (news)) | |
1426 ("gnus-msg.el" | |
1427 "mail and post interface for Gnus" | |
1428 (news)) | |
1429 ("gnus-mule.el" | |
1430 "provide backward compatibility function to GNUS" | |
1431 (news i18n)) | |
1432 ("gnus-nocem.el" | |
1433 "NoCeM pseudo-cancellation treatment" | |
1434 (news)) | |
1435 ("gnus-range.el" | |
1436 "range and sequence functions for Gnus" | |
1437 (news)) | |
1438 ("gnus-salt.el" | |
1439 "alternate summary mode interfaces for Gnus" | |
1440 (news)) | |
1441 ("gnus-score.el" | |
1442 "scoring code for Gnus" | |
1443 (news)) | |
1444 ("gnus-setup.el" | |
1445 "initialization & setup for Gnus 5" | |
1446 (news)) | |
1447 ("gnus-soup.el" | |
1448 "SOUP packet writing support for Gnus" | |
1449 (news mail)) | |
1450 ("gnus-spec.el" | |
1451 "format spec functions for Gnus" | |
1452 (news)) | |
1453 ("gnus-srvr.el" | |
1454 "virtual server support for Gnus" | |
1455 (news)) | |
1456 ("gnus-start.el" | |
1457 "startup functions for Gnus" | |
1458 (news)) | |
1459 ("gnus-sum.el" | |
1460 "summary mode commands for Gnus" | |
1461 (news)) | |
1462 ("gnus-topic.el" | |
1463 "a folding minor mode for Gnus group buffers" | |
1464 (news)) | |
1465 ("gnus-undo.el" | |
1466 "minor mode for undoing in Gnus" | |
1467 (news)) | |
1468 ("gnus-util.el" | |
1469 "utility functions for Gnus" | |
1470 (news)) | |
1471 ("gnus-uu.el" | |
1472 "extract (uu)encoded files in Gnus" | |
46357 | 1473 nil) |
46610 | 1474 ("gnus-vm.el" |
1475 "vm interface for Gnus" | |
1476 (news mail)) | |
1477 ("gnus-win.el" | |
1478 "window configuration functions for Gnus" | |
1479 (news)) | |
1480 ("gnus.el" | |
1481 "a newsreader for GNU Emacs" | |
1482 (news mail)) | |
1483 ("ietf-drums.el" | |
1484 "functions for parsing RFC822bis headers" | |
46357 | 1485 nil) |
46610 | 1486 ("imap.el" |
1487 "imap library" | |
1488 (mail)) | |
1489 ("mail-parse.el" | |
1490 "interface functions for parsing mail" | |
46357 | 1491 nil) |
46610 | 1492 ("mail-prsvr.el" |
1493 "interface variables for parsing mail" | |
46357 | 1494 nil) |
46610 | 1495 ("mail-source.el" |
1496 "functions for fetching mail" | |
1497 (news mail)) | |
1498 ("mailcap.el" | |
1499 "MIME media types configuration" | |
1500 (news mail multimedia)) | |
1501 ("message.el" | |
1502 "composing mail and news messages" | |
1503 (mail news)) | |
1504 ("messcompat.el" | |
1505 "making message mode compatible with mail mode" | |
1506 (mail news)) | |
1507 ("mm-bodies.el" | |
1508 "functions for decoding MIME things" | |
46357 | 1509 nil) |
46610 | 1510 ("mm-decode.el" |
1511 "functions for decoding MIME things" | |
46357 | 1512 nil) |
46610 | 1513 ("mm-encode.el" |
1514 "functions for encoding MIME things " | |
46357 | 1515 nil) |
46610 | 1516 ("mm-partial.el" |
1517 "showing message/partial" | |
1518 (message partial)) | |
1519 ("mm-util.el" | |
1520 "Utility functions for Mule and low level things" | |
46357 | 1521 nil) |
46610 | 1522 ("mm-uu.el" |
1523 "return uu stuff as mm handles" | |
1524 (postscript uudecode binhex shar forward news)) | |
1525 ("mm-view.el" | |
1526 "functions for viewing MIME objects" | |
46357 | 1527 nil) |
46610 | 1528 ("mml.el" |
1529 "package for parsing and validating MML documents" | |
46357 | 1530 nil) |
46610 | 1531 ("nnagent.el" |
1532 "offline backend for Gnus" | |
1533 (news mail)) | |
1534 ("nnbabyl.el" | |
1535 "rmail mbox access for Gnus" | |
1536 (news mail)) | |
1537 ("nndir.el" | |
1538 "single directory newsgroup access for Gnus" | |
1539 (news)) | |
1540 ("nndoc.el" | |
1541 "single file access for Gnus" | |
1542 (news)) | |
1543 ("nndraft.el" | |
1544 "draft article access for Gnus" | |
1545 (news)) | |
1546 ("nneething.el" | |
1547 "arbitrary file access for Gnus" | |
1548 (news mail)) | |
1549 ("nnfolder.el" | |
1550 "mail folder access for Gnus" | |
1551 (mail)) | |
1552 ("nngateway.el" | |
1553 "posting news via mail gateways" | |
1554 (news mail)) | |
1555 ("nnheader.el" | |
1556 "header access macros for Gnus and its backends" | |
1557 (news)) | |
1558 ("nnimap.el" | |
1559 "imap backend for Gnus" | |
1560 (mail)) | |
1561 ("nnkiboze.el" | |
1562 "select virtual news access for Gnus" | |
1563 (news)) | |
1564 ("nnlistserv.el" | |
1565 "retrieving articles via web mailing list archives" | |
1566 (news mail)) | |
1567 ("nnmail.el" | |
1568 "mail support functions for the Gnus mail backends" | |
1569 (news mail)) | |
1570 ("nnmbox.el" | |
1571 "mail mbox access for Gnus" | |
1572 (news mail)) | |
1573 ("nnmh.el" | |
1574 "mhspool access for Gnus" | |
1575 (news mail)) | |
1576 ("nnml.el" | |
1577 "mail spool access for Gnus" | |
1578 (news mail)) | |
1579 ("nnoo.el" | |
1580 "OO Gnus Backends" | |
1581 (news)) | |
1582 ("nnslashdot.el" | |
1583 "interfacing with Slashdot" | |
1584 (news)) | |
1585 ("nnsoup.el" | |
1586 "SOUP access for Gnus" | |
1587 (news mail)) | |
1588 ("nnspool.el" | |
1589 "spool access for GNU Emacs" | |
1590 (news)) | |
1591 ("nntp.el" | |
1592 "nntp access for Gnus" | |
1593 (news)) | |
1594 ("nnultimate.el" | |
1595 "interfacing with the Ultimate Bulletin Board system" | |
1596 (news)) | |
1597 ("nnvirtual.el" | |
1598 "virtual newsgroups access for Gnus" | |
1599 (news)) | |
1600 ("nnwarchive.el" | |
1601 "interfacing with web archives" | |
1602 (news egroups mail-archive)) | |
1603 ("nnweb.el" | |
1604 "retrieving articles via web search engines" | |
1605 (news)) | |
1606 ("pop3.el" | |
1607 "Post Office Protocol (RFC 1460) interface" | |
1608 (mail)) | |
1609 ("qp.el" | |
1610 "Quoted-Printable functions" | |
1611 (mail extensions)) | |
1612 ("rfc1843.el" | |
1613 "HZ (rfc1843) decoding" | |
1614 (news hz hz+ mail i18n)) | |
1615 ("rfc2045.el" | |
1616 "functions for decoding rfc2045 headers" | |
46357 | 1617 nil) |
46610 | 1618 ("rfc2047.el" |
1619 "functions for encoding and decoding rfc2047 messages" | |
46357 | 1620 nil) |
46610 | 1621 ("rfc2104.el" |
1622 "RFC2104 Hashed Message Authentication Codes" | |
1623 (mail)) | |
1624 ("rfc2231.el" | |
1625 "functions for decoding rfc2231 headers" | |
46357 | 1626 nil) |
46610 | 1627 ("score-mode.el" |
1628 "mode for editing Gnus score files" | |
1629 (news mail)) | |
1630 ("smiley-ems.el" | |
1631 "displaying smiley faces" | |
1632 (news mail multimedia)) | |
1633 ("starttls.el" | |
1634 "STARTTLS functions" | |
1635 (tls ssl openssl mail news)) | |
1636 ("utf7.el" | |
1637 "UTF-7 encoding/decoding for Emacs" | |
1638 (mail)) | |
1639 ("uudecode.el" | |
1640 "elisp native uudecode" | |
1641 (uudecode news)) | |
1642 ("webmail.el" | |
1643 "interface of web mail" | |
1644 (hotmail netaddress my-deja netscape)) | |
42730 | 1645 ("ccl.el" |
1646 "CCL (Code Conversion Language) compiler" | |
1647 (ccl mule multilingual character set coding-system)) | |
1648 ("characters.el" | |
1649 "set syntax and category for multibyte characters" | |
1650 (multibyte character character set syntax category)) | |
1651 ("code-pages.el" | |
1652 "coding systems for assorted codepages" | |
1653 (i18n)) | |
1654 ("codepage.el" | |
1655 "MS-DOS/MS-Windows specific coding systems" | |
1656 (i18n ms-dos ms-windows codepage)) | |
1657 ("encoded-kb.el" | |
1658 "handler to input multibyte characters encoded somehow" | |
1659 nil) | |
1660 ("fontset.el" | |
1661 "commands for handling fontset" | |
1662 (mule multilingual fontset)) | |
1663 ("isearch-x.el" | |
1664 "extended isearch handling commands" | |
1665 (multilingual isearch)) | |
1666 ("iso-acc.el" | |
1667 "minor mode providing electric accent keys" | |
1668 (i18n)) | |
1669 ("iso-ascii.el" | |
1670 "set up char tables for ISO 8859/1 on ASCII terminals" | |
1671 (i18n)) | |
1672 ("iso-cvt.el" | |
1673 "translate ISO 8859-1 from/to various encodings" | |
1674 (tex iso latin i18n)) | |
1675 ("iso-insert.el" | |
1676 "insert functions for ISO 8859/1" | |
1677 (i18n)) | |
1678 ("iso-swed.el" | |
1679 "set up char tables for ISO 8859/1 for Swedish/Finnish ttys" | |
1680 (i18n)) | |
1681 ("iso-transl.el" | |
1682 "keyboard input definitions for ISO 8859-1" | |
1683 (i18n)) | |
1684 ("ja-dic-cnv.el" | |
1685 "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp" | |
1686 (mule multilingual japanese)) | |
1687 ("ja-dic-utl.el" | |
1688 "utilities for handling Japanese dictionary (SKK-JISYO.L)" | |
1689 (mule multilingual japanese)) | |
1690 ("kinsoku.el" | |
1691 "`Kinsoku' processing funcs" | |
1692 (mule kinsoku)) | |
1693 ("kkc.el" | |
1694 "Kana Kanji converter" | |
1695 (mule multilingual japanese)) | |
1696 ("latin-1.el" | |
1697 "set up case-conversion and syntax tables for ISO Latin-1" | |
1698 (i18n)) | |
1699 ("latin-2.el" | |
1700 "set up case-conversion and syntax tables for ISO Latin-2" | |
1701 (i18n)) | |
1702 ("latin-3.el" | |
1703 "set up case-conversion and syntax tables for ISO Latin-3" | |
1704 (i18n)) | |
1705 ("latin-4.el" | |
1706 "set up case-conversion and syntax tables for ISO Latin-4" | |
1707 (i18n)) | |
1708 ("latin-5.el" | |
1709 "set up case-conversion and syntax tables for ISO latin-5" | |
1710 (i18n)) | |
1711 ("latin-8.el" | |
1712 "set up case-conversion and syntax tables for ISO Latin-8" | |
1713 (i18n)) | |
1714 ("latin-9.el" | |
1715 "set up case-conversion and syntax tables for ISO Latin-9" | |
1716 (i18n)) | |
1717 ("latin1-disp.el" | |
1718 "display tables for other ISO 8859 on Latin-1 terminals" | |
1719 (i18n)) | |
1720 ("mule-cmds.el" | |
1721 "commands for mulitilingual environment" | |
1722 (mule multilingual)) | |
1723 ("mule-conf.el" | |
1724 "configure multilingual environment" | |
1725 (mule multilingual character set coding system)) | |
1726 ("mule-diag.el" | |
1727 "show diagnosis of multilingual environment (Mule)" | |
1728 (multilingual charset coding system fontset diagnosis i18n)) | |
1729 ("mule-util.el" | |
1730 "utility functions for mulitilingual environment (mule)" | |
1731 (mule multilingual)) | |
1732 ("mule.el" | |
1733 "basic commands for mulitilingual environment" | |
1734 (mule multilingual character set coding system)) | |
1735 ("ogonek.el" | |
1736 "change the encoding of Polish diacritics" | |
1737 (i18n)) | |
1738 ("quail.el" | |
1739 "provides simple input method for multilingual text" | |
1740 (mule multilingual input method i18n)) | |
1741 ("swedish.el" | |
1742 "miscellaneous functions for dealing with Swedish" | |
1743 (i18n)) | |
1744 ("titdic-cnv.el" | |
1745 "convert cxterm dictionary (TIT format) to Quail package" | |
1746 (quail tit cxterm)) | |
1747 ("ucs-tables.el" | |
1748 "translation to, from and via Unicode" | |
1749 (i18n)) | |
1750 ("utf-8-subst.el" | |
1751 "translation of untranslatable utf-8 to CJK" | |
1752 (i18n)) | |
1753 ("utf-8.el" | |
46610 | 1754 "UTF-8 decoding/encoding support" |
42730 | 1755 (multilingual unicode utf-8 i18n)) |
1756 ("china-util.el" | |
1757 "utilities for Chinese" | |
1758 (mule multilingual chinese)) | |
1759 ("chinese.el" | |
1760 "support for Chinese" | |
1761 (multilingual chinese)) | |
1762 ("cyril-util.el" | |
1763 "utilities for Cyrillic scripts" | |
1764 (mule multilingual cyrillic)) | |
1765 ("cyrillic.el" | |
1766 "support for Cyrillic" | |
46610 | 1767 (multilingual cyrillic i18n)) |
42730 | 1768 ("czech.el" |
1769 "support for Czech" | |
1770 (multilingual czech)) | |
1771 ("devan-util.el" | |
1772 "Support for composing Devanagari characters" | |
1773 (multilingual devanagari)) | |
1774 ("devanagari.el" | |
1775 "Support for Devanagari" | |
1776 (multilingual indian devanagari)) | |
1777 ("english.el" | |
1778 "support for English" | |
1779 (multibyte character character set syntax category)) | |
1780 ("ethio-util.el" | |
1781 "utilities for Ethiopic" | |
1782 (mule multilingual ethiopic)) | |
1783 ("ethiopic.el" | |
1784 "support for Ethiopic" | |
1785 (multilingual ethiopic)) | |
1786 ("european.el" | |
1787 "support for European languages" | |
1788 (multilingual european)) | |
1789 ("georgian.el" | |
1790 "language support for Georgian" | |
1791 (i18n)) | |
1792 ("greek.el" | |
1793 "support for Greek" | |
1794 (multilingual greek)) | |
1795 ("hebrew.el" | |
1796 "support for Hebrew" | |
1797 (multilingual hebrew)) | |
1798 ("ind-util.el" | |
1799 "Transliteration and Misc. Tools for Indian Languages" | |
1800 (multilingual indian devanagari)) | |
1801 ("indian.el" | |
1802 "Indian languages support" | |
1803 (multilingual i18n indian)) | |
1804 ("japan-util.el" | |
1805 "utilities for Japanese" | |
1806 (mule multilingual japanese)) | |
1807 ("japanese.el" | |
1808 "support for Japanese" | |
1809 (multilingual japanese)) | |
1810 ("korea-util.el" | |
1811 "utilities for Korean" | |
1812 (mule multilingual korean)) | |
1813 ("korean.el" | |
1814 "support for Korean" | |
1815 (multilingual korean)) | |
1816 ("lao-util.el" | |
1817 "utilities for Lao" | |
1818 (multilingual lao)) | |
1819 ("lao.el" | |
1820 "support for Lao" | |
1821 (multilingual lao)) | |
1822 ("misc-lang.el" | |
1823 "support for miscellaneous languages (characters)" | |
1824 (multilingual character set coding system)) | |
1825 ("romanian.el" | |
1826 "support for Romanian" | |
1827 (multilingual romanian)) | |
1828 ("slovak.el" | |
1829 "support for Slovak" | |
1830 (multilingual slovak)) | |
1831 ("thai-util.el" | |
1832 "utilities for Thai" | |
1833 (mule multilingual thai)) | |
1834 ("thai.el" | |
1835 "support for Thai" | |
1836 (multilingual thai)) | |
1837 ("tibet-util.el" | |
1838 "utilities for Tibetan" | |
1839 (multilingual tibetan)) | |
1840 ("tibetan.el" | |
1841 "support for Tibetan language" | |
1842 (multilingual tibetan)) | |
1843 ("utf-8-lang.el" | |
1844 "generic UTF-8 language environment" | |
1845 (i18n)) | |
1846 ("viet-util.el" | |
1847 "utilities for Vietnamese" | |
1848 (mule multilingual vietnamese)) | |
1849 ("vietnamese.el" | |
1850 "support for Vietnamese" | |
1851 (multilingual vietnamese)) | |
46610 | 1852 ("blessmail.el" |
1853 "decide whether movemail needs special privileges" | |
1854 (internal)) | |
1855 ("emacsbug.el" | |
1856 "command to report Emacs bugs to appropriate mailing list" | |
1857 (maint mail)) | |
1858 ("feedmail.el" | |
1859 "assist other email packages to massage outgoing messages" | |
1860 (email queue mail sendmail message spray smtp draft)) | |
1861 ("footnote.el" | |
1862 "footnote support for message mode" | |
1863 (mail news)) | |
1864 ("mail-extr.el" | |
1865 "extract full name and address from RFC 822 mail header" | |
1866 (mail)) | |
1867 ("mail-hist.el" | |
1868 "headers and message body history for outgoing mail" | |
1869 (mail history)) | |
1870 ("mail-utils.el" | |
1871 "utility functions used both by rmail and rnews" | |
1872 (mail news)) | |
1873 ("mailabbrev.el" | |
1874 "abbrev-expansion of mail aliases" | |
1875 (mail)) | |
1876 ("mailalias.el" | |
1877 "expand and complete mailing address aliases" | |
1878 (mail)) | |
1879 ("mailheader.el" | |
1880 "mail header parsing, merging, formatting" | |
1881 (tools mail news)) | |
1882 ("mailpost.el" | |
1883 "RMAIL coupler to /usr/uci/post mailer" | |
1884 (mail)) | |
1885 ("metamail.el" | |
1886 "Metamail interface for GNU Emacs" | |
1887 (mail news mime multimedia)) | |
1888 ("mh-comp.el" | |
1889 "mh-e functions for composing messages" | |
1890 (mail)) | |
1891 ("mh-e.el" | |
1892 "GNU Emacs interface to the MH mail system" | |
1893 (mail)) | |
1894 ("mh-funcs.el" | |
1895 "mh-e functions not everyone will use right away" | |
1896 nil) | |
1897 ("mh-mime.el" | |
1898 "mh-e support for composing MIME messages" | |
1899 nil) | |
1900 ("mh-pick.el" | |
1901 "make a search pattern and search for a message in mh-e" | |
1902 nil) | |
1903 ("mh-seq.el" | |
1904 "mh-e sequences support" | |
1905 nil) | |
1906 ("mh-utils.el" | |
1907 "mh-e code needed for both sending and reading" | |
1908 nil) | |
1909 ("mspools.el" | |
1910 "show mail spools waiting to be read" | |
1911 (mail)) | |
1912 ("reporter.el" | |
1913 "customizable bug reporting of lisp programs" | |
1914 (maint mail tools)) | |
1915 ("rfc2368.el" | |
1916 "support for rfc2368" | |
1917 (mail)) | |
1918 ("rfc822.el" | |
1919 "hairy rfc822 parser for mail and news and suchlike" | |
1920 (mail)) | |
1921 ("rmail.el" | |
1922 "main code of \"RMAIL\" mail reader for Emacs" | |
1923 (mail)) | |
1924 ("rmailedit.el" | |
1925 "\"RMAIL edit mode\" Edit the current message" | |
1926 (mail)) | |
1927 ("rmailkwd.el" | |
1928 "part of the \"RMAIL\" mail reader for Emacs" | |
1929 (mail)) | |
1930 ("rmailmsc.el" | |
1931 "miscellaneous support functions for the RMAIL mail reader" | |
1932 (mail)) | |
1933 ("rmailout.el" | |
1934 "\"RMAIL\" mail reader for Emacs: output message to a file" | |
1935 (mail)) | |
1936 ("rmailsort.el" | |
1937 "Rmail: sort messages" | |
1938 (mail)) | |
1939 ("rmailsum.el" | |
1940 "make summary buffers for the mail reader" | |
1941 (mail)) | |
1942 ("sendmail.el" | |
1943 "mail sending commands for Emacs." | |
1944 (mail)) | |
1945 ("smtpmail.el" | |
1946 "simple SMTP protocol (RFC 821) for sending mail" | |
1947 (mail)) | |
1948 ("supercite.el" | |
1949 "minor mode for citing mail and news replies" | |
1950 (mail news)) | |
1951 ("uce.el" | |
1952 "facilitate reply to unsolicited commercial email" | |
1953 (uce unsolicited commercial email)) | |
1954 ("undigest.el" | |
1955 "digest-cracking support for the RMAIL mail reader" | |
1956 (mail)) | |
1957 ("unrmail.el" | |
1958 "convert Rmail files to mailbox files" | |
1959 (mail)) | |
1960 ("vms-pmail.el" | |
1961 "use Emacs as the editor within VMS mail" | |
1962 (vms)) | |
42730 | 1963 ("5x5.el" |
1964 "simple little puzzle game" | |
1965 (games puzzles)) | |
1966 ("animate.el" | |
1967 "make text dance" | |
1968 (games)) | |
1969 ("blackbox.el" | |
1970 "blackbox game in Emacs Lisp" | |
1971 (games)) | |
1972 ("bruce.el" | |
1973 "bruce phrase utility for overloading the Communications" | |
1974 (games)) | |
1975 ("cookie1.el" | |
1976 "retrieve random phrases from fortune cookie files" | |
1977 (games extensions)) | |
1978 ("decipher.el" | |
1979 "cryptanalyze monoalphabetic substitution ciphers" | |
1980 (games)) | |
1981 ("dissociate.el" | |
1982 "scramble text amusingly for Emacs" | |
1983 (games)) | |
1984 ("doctor.el" | |
1985 "psychological help for frustrated users" | |
1986 (games)) | |
1987 ("dunnet.el" | |
1988 "text adventure for Emacs" | |
1989 (games)) | |
1990 ("fortune.el" | |
1991 "use fortune to create signatures" | |
1992 (games utils mail)) | |
1993 ("gamegrid.el" | |
1994 "library for implementing grid-based games on Emacs" | |
1995 (games)) | |
1996 ("gametree.el" | |
1997 "manage game analysis trees in Emacs" | |
1998 (games)) | |
1999 ("gomoku.el" | |
2000 "Gomoku game between you and Emacs" | |
2001 (games)) | |
2002 ("handwrite.el" | |
2003 "turns your emacs buffer into a handwritten document" | |
2004 (wp print postscript cursive writing)) | |
2005 ("hanoi.el" | |
2006 "towers of hanoi in Emacs" | |
2007 (games)) | |
2008 ("landmark.el" | |
2009 "neural-network robot that learns landmarks" | |
2010 (gomoku neural network adaptive search chemotaxis)) | |
2011 ("life.el" | |
2012 "John Horton Conway's `Life' game for GNU Emacs" | |
2013 (games)) | |
2014 ("meese.el" | |
2015 "protect the impressionable young minds of America" | |
2016 (games)) | |
2017 ("morse.el" | |
2018 "convert text to morse code and back" | |
2019 (games)) | |
2020 ("mpuz.el" | |
2021 "multiplication puzzle for GNU Emacs" | |
2022 (games)) | |
2023 ("pong.el" | |
2024 "classical implementation of pong" | |
2025 (games)) | |
2026 ("snake.el" | |
2027 "implementation of Snake for Emacs" | |
2028 (games)) | |
2029 ("solitaire.el" | |
2030 "game of solitaire in Emacs Lisp" | |
2031 (games)) | |
2032 ("spook.el" | |
2033 "spook phrase utility for overloading the NSA line eater" | |
2034 (games)) | |
2035 ("studly.el" | |
2036 "StudlyCaps (tm)(r)(c)(xxx)" | |
2037 (games)) | |
2038 ("tetris.el" | |
2039 "implementation of Tetris for Emacs" | |
2040 (games)) | |
2041 ("yow.el" | |
2042 "quote random zippyisms" | |
2043 (games)) | |
2044 ("zone.el" | |
2045 "idle display hacks" | |
2046 (games)) | |
2047 ("ada-mode.el" | |
2048 "major-mode for editing Ada sources" | |
2049 (languages ada)) | |
2050 ("ada-prj.el" | |
2051 "easy editing of project files for the ada-mode" | |
2052 (languages ada project file)) | |
2053 ("ada-stmt.el" | |
2054 "an extension to Ada mode for inserting statement templates" | |
2055 (languages ada)) | |
2056 ("ada-xref.el" | |
2057 "for lookup and completion in Ada mode" | |
2058 (languages ada xref)) | |
2059 ("antlr-mode.el" | |
2060 "major mode for ANTLR grammar files" | |
2061 (languages)) | |
2062 ("asm-mode.el" | |
2063 "mode for editing assembler code" | |
2064 (tools languages)) | |
2065 ("autoconf.el" | |
2066 "mode for editing Autoconf configure.in files" | |
2067 (languages)) | |
2068 ("awk-mode.el" | |
2069 "AWK code editing commands for Emacs" | |
2070 (unix languages)) | |
2071 ("cc-align.el" | |
2072 "custom indentation functions for CC Mode" | |
2073 (c languages oop)) | |
2074 ("cc-bytecomp.el" | |
2075 "compile time setup for proper compilation" | |
2076 (c languages oop)) | |
2077 ("cc-cmds.el" | |
2078 "user level commands for CC Mode" | |
2079 (c languages oop)) | |
2080 ("cc-compat.el" | |
2081 "cc-mode compatibility with c-mode.el confusion" | |
2082 (c languages oop)) | |
2083 ("cc-defs.el" | |
2084 "compile time definitions for CC Mode" | |
2085 (c languages oop)) | |
2086 ("cc-engine.el" | |
2087 "core syntax guessing engine for CC mode" | |
2088 (c languages oop)) | |
2089 ("cc-langs.el" | |
2090 "language specific settings for CC Mode" | |
2091 (c languages oop)) | |
2092 ("cc-menus.el" | |
2093 "imenu support for CC Mode" | |
2094 (c languages oop)) | |
2095 ("cc-mode.el" | |
2096 "major mode for editing C, C++, Objective-C, and Java code" | |
2097 (c languages oop)) | |
2098 ("cc-styles.el" | |
2099 "support for styles in CC Mode" | |
2100 (c languages oop)) | |
2101 ("cc-vars.el" | |
2102 "user customization variables for CC Mode" | |
2103 (c languages oop)) | |
2104 ("cmacexp.el" | |
2105 "expand C macros in a region" | |
2106 (c)) | |
2107 ("compile.el" | |
2108 "run compiler as inferior of Emacs, parse error messages" | |
2109 (tools processes)) | |
2110 ("cperl-mode.el" | |
2111 "Perl code editing commands for Emacs" | |
2112 (languages perl)) | |
2113 ("cpp.el" | |
2114 "highlight or hide text according to cpp conditionals" | |
2115 (c faces tools)) | |
2116 ("cwarn.el" | |
2117 "highlight suspicious C and C++ constructions" | |
2118 (c languages faces)) | |
2119 ("dcl-mode.el" | |
2120 "major mode for editing DCL command files" | |
2121 (dcl editing major-mode languages)) | |
2122 ("delphi.el" | |
2123 "major mode for editing Delphi source (Object Pascal) in Emacs" | |
2124 (languages)) | |
2125 ("ebnf-bnf.el" | |
2126 "parser for EBNF" | |
2127 (wp ebnf postscript)) | |
2128 ("ebnf-iso.el" | |
2129 "parser for ISO EBNF" | |
2130 (wp ebnf postscript)) | |
2131 ("ebnf-otz.el" | |
2132 "syntatic chart OpTimiZer" | |
2133 (wp ebnf postscript)) | |
2134 ("ebnf-yac.el" | |
2135 "parser for Yacc/Bison" | |
2136 (wp ebnf postscript)) | |
2137 ("ebnf2ps.el" | |
2138 "translate an EBNF to a syntatic chart on PostScript" | |
2139 (wp ebnf postscript)) | |
2140 ("ebrowse.el" | |
2141 "Emacs C++ class browser & tags facility" | |
2142 (c++ tags tools)) | |
2143 ("etags.el" | |
2144 "etags facility for Emacs" | |
2145 (tools)) | |
2146 ("executable.el" | |
2147 "base functionality for executable interpreter scripts" | |
2148 (languages unix)) | |
2149 ("f90.el" | |
2150 "Fortran-90 mode (free format)" | |
2151 (fortran f90 languages)) | |
2152 ("fortran.el" | |
2153 "Fortran mode for GNU Emacs" | |
2154 (languages)) | |
2155 ("glasses.el" | |
2156 "make cantReadThis readable" | |
2157 (tools)) | |
2158 ("hideif.el" | |
2159 "hides selected code within ifdef" | |
2160 (c outlines)) | |
2161 ("hideshow.el" | |
2162 "minor mode cmds to selectively display code/comment blocks" | |
2163 (c c++ java lisp tools editing comments blocks hiding outlines)) | |
2164 ("icon.el" | |
2165 "mode for editing Icon code" | |
2166 (languages)) | |
2167 ("idlw-rinfo.el" | |
2168 "Routine Information for IDLWAVE" | |
2169 (languages)) | |
2170 ("idlw-shell.el" | |
46610 | 2171 "run IDL as an inferior process of Emacs." |
42730 | 2172 (processes)) |
2173 ("idlw-toolbar.el" | |
2174 "a debugging toolbar for IDLWAVE" | |
2175 (processes)) | |
2176 ("idlwave.el" | |
2177 "IDL and WAVE CL editing mode for GNU Emacs" | |
2178 (languages)) | |
2179 ("inf-lisp.el" | |
2180 "an inferior-lisp mode" | |
2181 (processes lisp)) | |
2182 ("m4-mode.el" | |
2183 "m4 code editing commands for Emacs" | |
2184 (languages faces)) | |
2185 ("make-mode.el" | |
2186 "makefile editing commands for Emacs" | |
2187 (unix tools)) | |
2188 ("mantemp.el" | |
2189 "create manual template instantiations from g++ 2.7.2 output" | |
2190 (g++ templates)) | |
2191 ("meta-mode.el" | |
2192 "major mode for editing Metafont or MetaPost sources" | |
2193 (metafont metapost tex languages)) | |
2194 ("modula2.el" | |
2195 "Modula-2 editing support package" | |
2196 (languages)) | |
2197 ("octave-hlp.el" | |
2198 "getting help on Octave symbols using info" | |
2199 (languages)) | |
2200 ("octave-inf.el" | |
2201 "running Octave as an inferior Emacs process" | |
2202 (languages)) | |
2203 ("octave-mod.el" | |
2204 "editing Octave source files under Emacs" | |
2205 (languages)) | |
2206 ("pascal.el" | |
2207 "major mode for editing pascal source in Emacs" | |
2208 (languages)) | |
2209 ("perl-mode.el" | |
2210 "Perl code editing commands for GNU Emacs" | |
2211 (languages)) | |
2212 ("prolog.el" | |
2213 "major mode for editing and running Prolog under Emacs" | |
2214 (languages)) | |
2215 ("ps-mode.el" | |
2216 "PostScript mode for GNU Emacs" | |
2217 (postscript languages)) | |
2218 ("scheme.el" | |
2219 "Scheme (and DSSSL) editing mode" | |
2220 (languages lisp)) | |
2221 ("sh-script.el" | |
2222 "shell-script editing commands for Emacs" | |
2223 (languages unix)) | |
2224 ("simula.el" | |
2225 "SIMULA 87 code editing commands for Emacs" | |
2226 (languages)) | |
2227 ("sql.el" | |
2228 "specialized comint.el for SQL interpreters" | |
2229 (comm languages processes)) | |
2230 ("tcl.el" | |
2231 "Tcl code editing commands for Emacs" | |
2232 (languages tcl modes)) | |
2233 ("vhdl-mode.el" | |
2234 "major mode for editing VHDL code" | |
2235 (languages vhdl)) | |
2236 ("artist.el" | |
2237 "draw ascii graphics with your mouse" | |
2238 (mouse)) | |
2239 ("bib-mode.el" | |
2240 "major mode for editing bib files" | |
2241 (bib)) | |
2242 ("bibtex.el" | |
2243 "BibTeX mode for GNU Emacs" | |
2244 (bibtex latex tex)) | |
2245 ("fill.el" | |
2246 "fill commands for Emacs" | |
2247 (wp)) | |
2248 ("flyspell.el" | |
2249 "on-the-fly spell checker" | |
2250 (convenience)) | |
2251 ("ispell.el" | |
2252 "interface to International Ispell Versions 3.1 and 3.2" | |
2253 (unix wp)) | |
2254 ("makeinfo.el" | |
2255 "run makeinfo conveniently" | |
2256 (docs convenience)) | |
2257 ("nroff-mode.el" | |
2258 "GNU Emacs major mode for editing nroff source" | |
2259 (wp)) | |
2260 ("outline.el" | |
2261 "outline mode commands for Emacs" | |
2262 (outlines)) | |
2263 ("page-ext.el" | |
2264 "extended page handling commands" | |
2265 (wp data)) | |
2266 ("page.el" | |
2267 "page motion commands for Emacs" | |
2268 (wp convenience)) | |
2269 ("paragraphs.el" | |
2270 "paragraph and sentence parsing" | |
2271 (wp)) | |
2272 ("picture.el" | |
2273 "\"Picture mode\" -- editing using quarter-plane screen model" | |
2274 (convenience wp)) | |
43928 | 2275 ("po.el" |
2276 "basic support of PO translation files" | |
2277 (i18n files)) | |
42730 | 2278 ("refbib.el" |
2279 "convert refer-style references to ones usable by Latex bib" | |
2280 (bib tex)) | |
2281 ("refer.el" | |
2282 "look up references in bibliography files" | |
2283 (bib)) | |
2284 ("refill.el" | |
2285 "`auto-fill' by refilling paragraphs on changes" | |
2286 (wp)) | |
2287 ("reftex-auc.el" | |
2288 "RefTeX's interface to AUC TeX" | |
2289 nil) | |
2290 ("reftex-cite.el" | |
2291 "creating citations with RefTeX" | |
2292 nil) | |
2293 ("reftex-dcr.el" | |
2294 "viewing cross references and citations with RefTeX" | |
2295 nil) | |
2296 ("reftex-global.el" | |
2297 "operations on entire documents with RefTeX" | |
2298 nil) | |
2299 ("reftex-index.el" | |
2300 "index support with RefTeX" | |
2301 nil) | |
2302 ("reftex-parse.el" | |
2303 "parser functions for RefTeX" | |
2304 nil) | |
2305 ("reftex-ref.el" | |
2306 "code to create labels and references with RefTeX" | |
2307 nil) | |
2308 ("reftex-sel.el" | |
2309 "the selection modes for RefTeX" | |
2310 nil) | |
2311 ("reftex-toc.el" | |
2312 "RefTeX's table of contents mode" | |
2313 nil) | |
2314 ("reftex-vars.el" | |
2315 "configuration variables for RefTeX" | |
2316 nil) | |
2317 ("reftex.el" | |
2318 "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX" | |
2319 (tex)) | |
2320 ("scribe.el" | |
2321 "scribe mode, and its idiosyncratic commands" | |
2322 (wp)) | |
2323 ("sgml-mode.el" | |
2324 "SGML- and HTML-editing modes" | |
2325 (wp hypermedia comm languages)) | |
2326 ("spell.el" | |
2327 "spelling correction interface for Emacs" | |
2328 (wp unix)) | |
2329 ("tex-mode.el" | |
2330 "TeX, LaTeX, and SliTeX mode commands" | |
2331 (tex)) | |
2332 ("texinfmt.el" | |
2333 "format Texinfo files into Info files" | |
2334 (maint tex docs)) | |
2335 ("texinfo.el" | |
2336 "major mode for editing Texinfo files" | |
2337 (maint tex docs)) | |
2338 ("texnfo-upd.el" | |
2339 "utilities for updating nodes and menus in Texinfo files" | |
2340 (maint tex docs)) | |
2341 ("text-mode.el" | |
2342 "text mode, and its idiosyncratic commands" | |
2343 (wp)) | |
2344 ("tildify.el" | |
2345 "adding hard spaces into texts" | |
2346 (text tex sgml wp)) | |
2347 ("two-column.el" | |
2348 "minor mode for editing of two-column text" | |
2349 (wp)) | |
2350 ("underline.el" | |
2351 "insert/remove underlining (done by overstriking) in Emacs" | |
2352 (wp)) | |
2353 ("tool-bar.el" | |
2354 "setting up the tool bar" | |
2355 (mouse frames)) | |
25891 | 2356 )) |
2357 | |
2358 (provide 'finder-inf) | |
2359 | |
37203 | 2360 ;;; Local Variables: |
2361 ;;; version-control: never | |
2362 ;;; no-byte-compile: t | |
2363 ;;; no-update-autoloads: t | |
2364 ;;; End: | |
25891 | 2365 ;;; finder-inf.el ends here |