diff options
| author | Gerd Moellmann | 2001-08-31 10:02:59 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-31 10:02:59 +0000 |
| commit | a67b854e6195dc10e1946d1bb682c035526cefa1 (patch) | |
| tree | 20873e9de237cbb0764da5cc2c66dd4c61078493 | |
| parent | b2408b0fa7ef87edb770f47248b380480cc86533 (diff) | |
| download | emacs-a67b854e6195dc10e1946d1bb682c035526cefa1.tar.gz emacs-a67b854e6195dc10e1946d1bb682c035526cefa1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/finder-inf.el | 940 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 305 |
2 files changed, 614 insertions, 631 deletions
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el index 7db9a5f091d..4c823352746 100644 --- a/lisp/finder-inf.el +++ b/lisp/finder-inf.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; finder-inf.el --- keyword-to-package mapping | 1 | ;;; finder-inf.el --- keyword-to-package mapping |
| 2 | ;; This file is part of GNU Emacs. | ||
| 2 | ;; Keywords: help | 3 | ;; Keywords: help |
| 3 | ;;; Commentary: | 4 | ;;; Commentary: |
| 4 | ;; Don't edit this file. It's generated by finder.el | 5 | ;; Don't edit this file. It's generated by finder.el |
| @@ -10,7 +11,7 @@ | |||
| 10 | "abbrev mode commands for Emacs" | 11 | "abbrev mode commands for Emacs" |
| 11 | (abbrev convenience)) | 12 | (abbrev convenience)) |
| 12 | ("abbrevlist.el" | 13 | ("abbrevlist.el" |
| 13 | "list one abbrev table alphabetically ordered." | 14 | "list one abbrev table alphabetically ordered" |
| 14 | (abbrev)) | 15 | (abbrev)) |
| 15 | ("add-log.el" | 16 | ("add-log.el" |
| 16 | "change log maintenance commands for Emacs" | 17 | "change log maintenance commands for Emacs" |
| @@ -19,19 +20,19 @@ | |||
| 19 | "align text to a specific column, by regexp" | 20 | "align text to a specific column, by regexp" |
| 20 | (convenience languages lisp)) | 21 | (convenience languages lisp)) |
| 21 | ("allout.el" | 22 | ("allout.el" |
| 22 | nil | 23 | "extensive outline mode for use alone and with other modes" |
| 23 | (outline mode wp languages)) | 24 | (outline mode wp languages)) |
| 24 | ("ansi-color.el" | 25 | ("ansi-color.el" |
| 25 | "translate ANSI escape sequences into faces" | 26 | "translate ANSI escape sequences into faces" |
| 26 | (comm processes terminals services)) | 27 | (comm processes terminals services)) |
| 27 | ("apropos.el" | 28 | ("apropos.el" |
| 28 | "apropos commands for users and programmers." | 29 | "apropos commands for users and programmers" |
| 29 | (help)) | 30 | (help)) |
| 30 | ("arc-mode.el" | 31 | ("arc-mode.el" |
| 31 | "simple editing of archives" | 32 | "simple editing of archives" |
| 32 | (archives msdog editing major-mode)) | 33 | (archives msdog editing major-mode)) |
| 33 | ("array.el" | 34 | ("array.el" |
| 34 | "array editing commands for Gnu Emacs" | 35 | "array editing commands for GNU Emacs" |
| 35 | (extensions)) | 36 | (extensions)) |
| 36 | ("autoarg.el" | 37 | ("autoarg.el" |
| 37 | "make digit keys supply prefix args" | 38 | "make digit keys supply prefix args" |
| @@ -46,43 +47,43 @@ | |||
| 46 | "make mouse pointer stay out of the way of editing" | 47 | "make mouse pointer stay out of the way of editing" |
| 47 | (mouse)) | 48 | (mouse)) |
| 48 | ("battery.el" | 49 | ("battery.el" |
| 49 | "display battery status information." | 50 | "display battery status information" |
| 50 | (hardware)) | 51 | (hardware)) |
| 51 | ("bindings.el" | 52 | ("bindings.el" |
| 52 | "define standard key bindings and some variables." | 53 | "define standard key bindings and some variables" |
| 53 | (internal)) | 54 | (internal)) |
| 54 | ("bookmark.el" | 55 | ("bookmark.el" |
| 55 | "set bookmarks, maybe annotate them, jump to them later." | 56 | "set bookmarks, maybe annotate them, jump to them later" |
| 56 | (bookmarks placeholders annotations)) | 57 | (bookmarks placeholders annotations)) |
| 57 | ("bs.el" | 58 | ("bs.el" |
| 58 | "menu for selecting and displaying buffers" | 59 | "menu for selecting and displaying buffers" |
| 59 | (convenience)) | 60 | (convenience)) |
| 60 | ("buff-menu.el" | 61 | ("buff-menu.el" |
| 61 | "buffer menu main function and support functions." | 62 | "buffer menu main function and support functions" |
| 62 | nil) | 63 | nil) |
| 63 | ("byte-run.el" | 64 | ("byte-run.el" |
| 64 | "byte-compiler support for inlining" | 65 | "byte-compiler support for inlining" |
| 65 | (internal)) | 66 | (internal)) |
| 66 | ("calculator.el" | 67 | ("calculator.el" |
| 67 | "A [not so] simple calculator for Emacs." | 68 | "a [not so] simple calculator for Emacs" |
| 68 | (tools convenience)) | 69 | (tools convenience)) |
| 69 | ("case-table.el" | 70 | ("case-table.el" |
| 70 | "code to extend the character set and support case tables." | 71 | "code to extend the character set and support case tables" |
| 71 | (i18n)) | 72 | (i18n)) |
| 72 | ("cdl.el" | 73 | ("cdl.el" |
| 73 | "Common Data Language (CDL) utility functions for Gnu Emacs" | 74 | "Common Data Language (CDL) utility functions for GNU Emacs" |
| 74 | (data)) | 75 | (data)) |
| 75 | ("chistory.el" | 76 | ("chistory.el" |
| 76 | "list command history" | 77 | "list command history" |
| 77 | nil) | 78 | nil) |
| 78 | ("cmuscheme.el" | 79 | ("cmuscheme.el" |
| 79 | "Scheme process in a buffer. Adapted from tea.el." | 80 | "Scheme process in a buffer. Adapted from tea.el" |
| 80 | (processes lisp)) | 81 | (processes lisp)) |
| 81 | ("comint.el" | 82 | ("comint.el" |
| 82 | "general command interpreter in a window stuff" | 83 | "general command interpreter in a window stuff" |
| 83 | (processes)) | 84 | (processes)) |
| 84 | ("compare-w.el" | 85 | ("compare-w.el" |
| 85 | "compare text between windows for Emacs." | 86 | "compare text between windows for Emacs" |
| 86 | nil) | 87 | nil) |
| 87 | ("complete.el" | 88 | ("complete.el" |
| 88 | "partial completion mechanism plus other goodies" | 89 | "partial completion mechanism plus other goodies" |
| @@ -91,25 +92,25 @@ | |||
| 91 | "dynamic word-completion code" | 92 | "dynamic word-completion code" |
| 92 | (abbrev convenience)) | 93 | (abbrev convenience)) |
| 93 | ("composite.el" | 94 | ("composite.el" |
| 94 | "Support character composition." | 95 | "support character composition" |
| 95 | (mule multilingual character composition)) | 96 | (mule multilingual character composition)) |
| 96 | ("cus-dep.el" | 97 | ("cus-dep.el" |
| 97 | "Find customization dependencies." | 98 | "find customization dependencies" |
| 98 | (internal)) | 99 | (internal)) |
| 99 | ("cus-edit.el" | 100 | ("cus-edit.el" |
| 100 | "Tools for customizing Emacs and Lisp packages." | 101 | "tools for customizing Emacs and Lisp packages" |
| 101 | (help faces)) | 102 | (help faces)) |
| 102 | ("cus-face.el" | 103 | ("cus-face.el" |
| 103 | "customization support for faces." | 104 | "customization support for faces" |
| 104 | (help faces)) | 105 | (help faces)) |
| 105 | ("cus-load.el" | 106 | ("cus-load.el" |
| 106 | "automatically extracted custom dependencies" | 107 | "automatically extracted custom dependencies" |
| 107 | nil) | 108 | nil) |
| 108 | ("cus-start.el" | 109 | ("cus-start.el" |
| 109 | "define customization properties of builtins." | 110 | "define customization properties of builtins" |
| 110 | (internal)) | 111 | (internal)) |
| 111 | ("custom.el" | 112 | ("custom.el" |
| 112 | "Tools for declaring and initializing options." | 113 | "tools for declaring and initializing options" |
| 113 | (help faces)) | 114 | (help faces)) |
| 114 | ("cvs-status.el" | 115 | ("cvs-status.el" |
| 115 | "Major mode for browsing `cvs status' output" | 116 | "Major mode for browsing `cvs status' output" |
| @@ -118,13 +119,13 @@ | |||
| 118 | "dynamic abbreviation package" | 119 | "dynamic abbreviation package" |
| 119 | (abbrev expand completion convenience)) | 120 | (abbrev expand completion convenience)) |
| 120 | ("delim-col.el" | 121 | ("delim-col.el" |
| 121 | "Prettify all columns in a region or rectangle." | 122 | "prettify all columns in a region or rectangle" |
| 122 | (internal)) | 123 | (internal)) |
| 123 | ("delsel.el" | 124 | ("delsel.el" |
| 124 | "delete selection if you insert" | 125 | "delete selection if you insert" |
| 125 | (convenience emulations)) | 126 | (convenience emulations)) |
| 126 | ("derived.el" | 127 | ("derived.el" |
| 127 | "allow inheritance of major modes." | 128 | "allow inheritance of major modes" |
| 128 | (extensions)) | 129 | (extensions)) |
| 129 | ("desktop.el" | 130 | ("desktop.el" |
| 130 | "save partial status of Emacs when killed" | 131 | "save partial status of Emacs when killed" |
| @@ -133,7 +134,7 @@ | |||
| 133 | "A mode for viewing/editing context diffs" | 134 | "A mode for viewing/editing context diffs" |
| 134 | (patch diff)) | 135 | (patch diff)) |
| 135 | ("diff.el" | 136 | ("diff.el" |
| 136 | "Run `diff' in compilation-mode." | 137 | "run `diff' in compilation-mode" |
| 137 | (unix tools)) | 138 | (unix tools)) |
| 138 | ("dired-aux.el" | 139 | ("dired-aux.el" |
| 139 | "less commonly used parts of dired" | 140 | "less commonly used parts of dired" |
| @@ -148,19 +149,19 @@ | |||
| 148 | "Directory Tracking by watching the prompt" | 149 | "Directory Tracking by watching the prompt" |
| 149 | (processes)) | 150 | (processes)) |
| 150 | ("disp-table.el" | 151 | ("disp-table.el" |
| 151 | "functions for dealing with char tables." | 152 | "functions for dealing with char tables" |
| 152 | (i18n)) | 153 | (i18n)) |
| 153 | ("dos-fns.el" | 154 | ("dos-fns.el" |
| 154 | "MS-Dos specific functions." | 155 | "MS-Dos specific functions" |
| 155 | (internal)) | 156 | (internal)) |
| 156 | ("dos-vars.el" | 157 | ("dos-vars.el" |
| 157 | "MS-Dos specific user options." | 158 | "MS-Dos specific user options" |
| 158 | (internal)) | 159 | (internal)) |
| 159 | ("dos-w32.el" | 160 | ("dos-w32.el" |
| 160 | "Functions shared among MS-DOS and W32 (NT/95) platforms" | 161 | "Functions shared among MS-DOS and W32 (NT/95) platforms" |
| 161 | (internal)) | 162 | (internal)) |
| 162 | ("double.el" | 163 | ("double.el" |
| 163 | "Support for keyboard remapping with double clicking" | 164 | "support for keyboard remapping with double clicking" |
| 164 | (i18n)) | 165 | (i18n)) |
| 165 | ("ebuff-menu.el" | 166 | ("ebuff-menu.el" |
| 166 | "electric-buffer-list mode" | 167 | "electric-buffer-list mode" |
| @@ -208,7 +209,7 @@ | |||
| 208 | "bindings for electric-help mode" | 209 | "bindings for electric-help mode" |
| 209 | (help extensions)) | 210 | (help extensions)) |
| 210 | ("electric.el" | 211 | ("electric.el" |
| 211 | "window maker and Command loop for `electric' modes." | 212 | "window maker and Command loop for `electric' modes" |
| 212 | (extensions)) | 213 | (extensions)) |
| 213 | ("elide-head.el" | 214 | ("elide-head.el" |
| 214 | "hide headers in files" | 215 | "hide headers in files" |
| @@ -223,10 +224,10 @@ | |||
| 223 | "read and save files in text/enriched format" | 224 | "read and save files in text/enriched format" |
| 224 | (wp faces)) | 225 | (wp faces)) |
| 225 | ("env.el" | 226 | ("env.el" |
| 226 | "functions to manipulate environment variables." | 227 | "functions to manipulate environment variables" |
| 227 | (processes unix)) | 228 | (processes unix)) |
| 228 | ("expand.el" | 229 | ("expand.el" |
| 229 | "make abbreviations more usable." | 230 | "make abbreviations more usable" |
| 230 | (abbrev)) | 231 | (abbrev)) |
| 231 | ("facemenu.el" | 232 | ("facemenu.el" |
| 232 | "create a face menu for interactively adding fonts to text" | 233 | "create a face menu for interactively adding fonts to text" |
| @@ -235,7 +236,7 @@ | |||
| 235 | "Lisp faces" | 236 | "Lisp faces" |
| 236 | nil) | 237 | nil) |
| 237 | ("fast-lock.el" | 238 | ("fast-lock.el" |
| 238 | "Automagic text properties caching for fast Font Lock mode." | 239 | "automagic text properties caching for fast Font Lock mode" |
| 239 | (faces files)) | 240 | (faces files)) |
| 240 | ("ffap.el" | 241 | ("ffap.el" |
| 241 | "find file (or url) at point" | 242 | "find file (or url) at point" |
| @@ -256,7 +257,7 @@ | |||
| 256 | "detect functions that call the garbage collector" | 257 | "detect functions that call the garbage collector" |
| 257 | nil) | 258 | nil) |
| 258 | ("find-lisp.el" | 259 | ("find-lisp.el" |
| 259 | "Emulation of find in Emacs Lisp" | 260 | "emulation of find in Emacs Lisp" |
| 260 | (unix)) | 261 | (unix)) |
| 261 | ("finder-inf.el" | 262 | ("finder-inf.el" |
| 262 | "keyword-to-package mapping" | 263 | "keyword-to-package mapping" |
| @@ -271,10 +272,10 @@ | |||
| 271 | "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" | 272 | "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control" |
| 272 | (hardware)) | 273 | (hardware)) |
| 273 | ("foldout.el" | 274 | ("foldout.el" |
| 274 | "Folding extensions for outline-mode and outline-minor-mode." | 275 | "folding extensions for outline-mode and outline-minor-mode" |
| 275 | (folding outlines)) | 276 | (folding outlines)) |
| 276 | ("follow.el" | 277 | ("follow.el" |
| 277 | "Minor mode, Synchronize windows showing the same buffer." | 278 | "synchronize windows showing the same buffer" |
| 278 | (display window minor-mode convenience)) | 279 | (display window minor-mode convenience)) |
| 279 | ("font-lock.el" | 280 | ("font-lock.el" |
| 280 | "Electric font lock mode" | 281 | "Electric font lock mode" |
| @@ -292,13 +293,13 @@ | |||
| 292 | "Forms mode: edit a file as a form to fill in" | 293 | "Forms mode: edit a file as a form to fill in" |
| 293 | nil) | 294 | nil) |
| 294 | ("frame.el" | 295 | ("frame.el" |
| 295 | "multi-frame management independent of window systems." | 296 | "multi-frame management independent of window systems" |
| 296 | (internal)) | 297 | (internal)) |
| 297 | ("generic-x.el" | 298 | ("generic-x.el" |
| 298 | "Extra Modes for generic-mode" | 299 | "Extra Modes for generic-mode" |
| 299 | (generic comment font-lock)) | 300 | (generic comment font-lock)) |
| 300 | ("generic.el" | 301 | ("generic.el" |
| 301 | "Defining simple major modes with comment and font-lock." | 302 | "defining simple major modes with comment and font-lock" |
| 302 | (generic comment font-lock)) | 303 | (generic comment font-lock)) |
| 303 | ("gs.el" | 304 | ("gs.el" |
| 304 | "interface to Ghostscript" | 305 | "interface to Ghostscript" |
| @@ -307,22 +308,22 @@ | |||
| 307 | "Grand Unified Debugger mode for running GDB and other debuggers" | 308 | "Grand Unified Debugger mode for running GDB and other debuggers" |
| 308 | (unix tools)) | 309 | (unix tools)) |
| 309 | ("help-macro.el" | 310 | ("help-macro.el" |
| 310 | "Makes command line help such as help-for-help" | 311 | "makes command line help such as help-for-help" |
| 311 | nil) | 312 | nil) |
| 312 | ("help.el" | 313 | ("help.el" |
| 313 | "help commands for Emacs" | 314 | "help commands for Emacs" |
| 314 | (help internal)) | 315 | (help internal)) |
| 315 | ("hexl.el" | 316 | ("hexl.el" |
| 316 | "edit a file in a hex dump format using the hexl filter." | 317 | "edit a file in a hex dump format using the hexl filter" |
| 317 | (data)) | 318 | (data)) |
| 318 | ("hi-lock.el" | 319 | ("hi-lock.el" |
| 319 | "Minor mode for interactive automatic highlighting." | 320 | "minor mode for interactive automatic highlighting" |
| 320 | (faces minor-mode matching display)) | 321 | (faces minor-mode matching display)) |
| 321 | ("hilit-chg.el" | 322 | ("hilit-chg.el" |
| 322 | "minor mode displaying buffer changes with special face" | 323 | "minor mode displaying buffer changes with special face" |
| 323 | (faces)) | 324 | (faces)) |
| 324 | ("hippie-exp.el" | 325 | ("hippie-exp.el" |
| 325 | "expand text trying various ways to find its expansion." | 326 | "expand text trying various ways to find its expansion" |
| 326 | (abbrev convenience)) | 327 | (abbrev convenience)) |
| 327 | ("hl-line.el" | 328 | ("hl-line.el" |
| 328 | "highlight the current line" | 329 | "highlight the current line" |
| @@ -340,41 +341,41 @@ | |||
| 340 | "image API" | 341 | "image API" |
| 341 | (multimedia)) | 342 | (multimedia)) |
| 342 | ("imenu.el" | 343 | ("imenu.el" |
| 343 | "Framework for mode-specific buffer indexes." | 344 | "framework for mode-specific buffer indexes" |
| 344 | (tools convenience)) | 345 | (tools convenience)) |
| 345 | ("indent.el" | 346 | ("indent.el" |
| 346 | "indentation commands for Emacs" | 347 | "indentation commands for Emacs" |
| 347 | nil) | 348 | nil) |
| 348 | ("info-look.el" | 349 | ("info-look.el" |
| 349 | "major-mode-sensitive Info index lookup facility." | 350 | "major-mode-sensitive Info index lookup facility" |
| 350 | (help languages)) | 351 | (help languages)) |
| 351 | ("info.el" | 352 | ("info.el" |
| 352 | "info package for Emacs." | 353 | "info package for Emacs" |
| 353 | (help)) | 354 | (help)) |
| 354 | ("informat.el" | 355 | ("informat.el" |
| 355 | "info support functions package for Emacs" | 356 | "info support functions package for Emacs" |
| 356 | (help)) | 357 | (help)) |
| 357 | ("isearch.el" | 358 | ("isearch.el" |
| 358 | "incremental search minor mode." | 359 | "incremental search minor mode" |
| 359 | (matching)) | 360 | (matching)) |
| 360 | ("iswitchb.el" | 361 | ("iswitchb.el" |
| 361 | "switch between buffers using substrings" | 362 | "switch between buffers using substrings" |
| 362 | (completion convenience)) | 363 | (completion convenience)) |
| 363 | ("jit-lock.el" | 364 | ("jit-lock.el" |
| 364 | "just-in-time fontification." | 365 | "just-in-time fontification" |
| 365 | (faces files)) | 366 | (faces files)) |
| 366 | ("jka-compr.el" | 367 | ("jka-compr.el" |
| 367 | "reading/writing/loading compressed files" | 368 | "reading/writing/loading compressed files" |
| 368 | (data)) | 369 | (data)) |
| 369 | ("kermit.el" | 370 | ("kermit.el" |
| 370 | "additions to shell mode for use with kermit, etc." | 371 | "additions to shell mode for use with kermit" |
| 371 | (comm)) | 372 | (comm)) |
| 372 | ("lazy-lock.el" | 373 | ("lazy-lock.el" |
| 373 | "Lazy demand-driven fontification for fast Font Lock mode." | 374 | "lazy demand-driven fontification for fast Font Lock mode" |
| 374 | (faces files)) | 375 | (faces files)) |
| 375 | ("ledit.el" | 376 | ("ledit.el" |
| 376 | "Emacs side of ledit interface" | 377 | "Emacs side of ledit interface" |
| 377 | nil) | 378 | (languages)) |
| 378 | ("loaddefs.el" | 379 | ("loaddefs.el" |
| 379 | "automatically extracted autoloads" | 380 | "automatically extracted autoloads" |
| 380 | nil) | 381 | nil) |
| @@ -382,7 +383,7 @@ | |||
| 382 | "lisp functions for working with feature groups" | 383 | "lisp functions for working with feature groups" |
| 383 | (internal)) | 384 | (internal)) |
| 384 | ("loadup.el" | 385 | ("loadup.el" |
| 385 | "load up standardly loaded Lisp files for Emacs." | 386 | "load up standardly loaded Lisp files for Emacs" |
| 386 | (internal)) | 387 | (internal)) |
| 387 | ("locate.el" | 388 | ("locate.el" |
| 388 | "interface to the locate command" | 389 | "interface to the locate command" |
| @@ -394,13 +395,13 @@ | |||
| 394 | "Major mode for browsing RCS/CVS/SCCS log output" | 395 | "Major mode for browsing RCS/CVS/SCCS log output" |
| 395 | (rcs sccs cvs log version-control)) | 396 | (rcs sccs cvs log version-control)) |
| 396 | ("lpr.el" | 397 | ("lpr.el" |
| 397 | "print Emacs buffer on line printer." | 398 | "print Emacs buffer on line printer" |
| 398 | (unix)) | 399 | (unix)) |
| 399 | ("ls-lisp.el" | 400 | ("ls-lisp.el" |
| 400 | "emulate insert-directory completely in Emacs Lisp" | 401 | "emulate insert-directory completely in Emacs Lisp" |
| 401 | (unix dired)) | 402 | (unix dired)) |
| 402 | ("macros.el" | 403 | ("macros.el" |
| 403 | "non-primitive commands for keyboard macros." | 404 | "non-primitive commands for keyboard macros" |
| 404 | (abbrev)) | 405 | (abbrev)) |
| 405 | ("makesum.el" | 406 | ("makesum.el" |
| 406 | "generate key binding summary for Emacs" | 407 | "generate key binding summary for Emacs" |
| @@ -409,13 +410,13 @@ | |||
| 409 | "browse UNIX manual pages" | 410 | "browse UNIX manual pages" |
| 410 | (help)) | 411 | (help)) |
| 411 | ("map-ynp.el" | 412 | ("map-ynp.el" |
| 412 | "General-purpose boolean question-asker." | 413 | "general-purpose boolean question-asker" |
| 413 | (lisp extensions)) | 414 | (lisp extensions)) |
| 414 | ("menu-bar.el" | 415 | ("menu-bar.el" |
| 415 | "define a default menu bar." | 416 | "define a default menu bar" |
| 416 | (internal mouse)) | 417 | (internal mouse)) |
| 417 | ("midnight.el" | 418 | ("midnight.el" |
| 418 | "run something every midnight, e.g., kill old buffers." | 419 | "run something every midnight, e.g., kill old buffers" |
| 419 | (utilities)) | 420 | (utilities)) |
| 420 | ("minibuf-eldef.el" | 421 | ("minibuf-eldef.el" |
| 421 | "Only show defaults in prompts when applicable" | 422 | "Only show defaults in prompts when applicable" |
| @@ -430,13 +431,13 @@ | |||
| 430 | "use mouse-2 to do a new style of scrolling" | 431 | "use mouse-2 to do a new style of scrolling" |
| 431 | (mouse)) | 432 | (mouse)) |
| 432 | ("mouse-sel.el" | 433 | ("mouse-sel.el" |
| 433 | "Multi-click selection support for Emacs 19" | 434 | "multi-click selection support for Emacs 19" |
| 434 | (mouse)) | 435 | (mouse)) |
| 435 | ("mouse.el" | 436 | ("mouse.el" |
| 436 | "window system-independent mouse support" | 437 | "window system-independent mouse support" |
| 437 | (hardware mouse)) | 438 | (hardware mouse)) |
| 438 | ("msb.el" | 439 | ("msb.el" |
| 439 | "Customizable buffer-selection with multiple menus." | 440 | "customizable buffer-selection with multiple menus" |
| 440 | (mouse buffer menu)) | 441 | (mouse buffer menu)) |
| 441 | ("mwheel.el" | 442 | ("mwheel.el" |
| 442 | "Mouse support for MS intelli-mouse type mice" | 443 | "Mouse support for MS intelli-mouse type mice" |
| @@ -445,19 +446,19 @@ | |||
| 445 | "(un)comment regions of buffers" | 446 | "(un)comment regions of buffers" |
| 446 | (comment uncomment)) | 447 | (comment uncomment)) |
| 447 | ("novice.el" | 448 | ("novice.el" |
| 448 | "handling of disabled commands (\"novice mode\") for Emacs." | 449 | "handling of disabled commands (\"novice mode\") for Emacs" |
| 449 | (internal help)) | 450 | (internal help)) |
| 450 | ("options.el" | 451 | ("options.el" |
| 451 | "edit Options command for Emacs." | 452 | "edit Options command for Emacs" |
| 452 | nil) | 453 | nil) |
| 453 | ("paren.el" | 454 | ("paren.el" |
| 454 | "highlight matching paren." | 455 | "highlight matching paren" |
| 455 | (languages faces)) | 456 | (languages faces)) |
| 456 | ("patcomp.el" | 457 | ("patcomp.el" |
| 457 | "used by patch files to update Emacs releases" | 458 | "used by patch files to update Emacs releases" |
| 458 | nil) | 459 | nil) |
| 459 | ("paths.el" | 460 | ("paths.el" |
| 460 | "define pathnames for use by various Emacs commands." | 461 | "define pathnames for use by various Emacs commands" |
| 461 | (internal)) | 462 | (internal)) |
| 462 | ("pcmpl-cvs.el" | 463 | ("pcmpl-cvs.el" |
| 463 | "functions for dealing with cvs completions" | 464 | "functions for dealing with cvs completions" |
| @@ -481,43 +482,43 @@ | |||
| 481 | "variable definitions for PCL-CVS" | 482 | "variable definitions for PCL-CVS" |
| 482 | (pcl-cvs)) | 483 | (pcl-cvs)) |
| 483 | ("pcvs-info.el" | 484 | ("pcvs-info.el" |
| 484 | "Internal representation of a fileinfo entry" | 485 | "internal representation of a fileinfo entry" |
| 485 | (pcl-cvs)) | 486 | (pcl-cvs)) |
| 486 | ("pcvs-parse.el" | 487 | ("pcvs-parse.el" |
| 487 | "The CVS output parser" | 488 | "the CVS output parser" |
| 488 | (pcl-cvs)) | 489 | (pcl-cvs)) |
| 489 | ("pcvs-util.el" | 490 | ("pcvs-util.el" |
| 490 | "Utility functions for PCL-CVS" | 491 | "utility functions for PCL-CVS" |
| 491 | (pcl-cvs)) | 492 | (pcl-cvs)) |
| 492 | ("pcvs.el" | 493 | ("pcvs.el" |
| 493 | "A Front-end to CVS." | 494 | "a front-end to CVS" |
| 494 | (cvs version control release management)) | 495 | (cvs version control release management)) |
| 495 | ("ps-bdf.el" | 496 | ("ps-bdf.el" |
| 496 | "BDF font file handler for ps-print." | 497 | "BDF font file handler for ps-print" |
| 497 | (wp bdf font postscript)) | 498 | (wp bdf font postscript)) |
| 498 | ("ps-mule.el" | 499 | ("ps-mule.el" |
| 499 | "Provide multi-byte character facility to ps-print." | 500 | "provide multi-byte character facility to ps-print" |
| 500 | (wp print postscript multibyte mule)) | 501 | (wp print postscript multibyte mule)) |
| 501 | ("ps-print.el" | 502 | ("ps-print.el" |
| 502 | "Print text from the buffer as PostScript" | 503 | "print text from the buffer as PostScript" |
| 503 | (wp print postscript)) | 504 | (wp print postscript)) |
| 504 | ("recentf.el" | 505 | ("recentf.el" |
| 505 | "setup a menu of recently opened files" | 506 | "setup a menu of recently opened files" |
| 506 | (customization)) | 507 | (customization)) |
| 507 | ("rect.el" | 508 | ("rect.el" |
| 508 | "rectangle functions for GNU Emacs." | 509 | "rectangle functions for GNU Emacs" |
| 509 | (internal)) | 510 | (internal)) |
| 510 | ("regi.el" | 511 | ("regi.el" |
| 511 | "REGular expression Interpreting engine" | 512 | "REGular expression Interpreting engine" |
| 512 | (extensions matching)) | 513 | (extensions matching)) |
| 513 | ("register.el" | 514 | ("register.el" |
| 514 | "register commands for Emacs." | 515 | "register commands for Emacs" |
| 515 | (internal)) | 516 | (internal)) |
| 516 | ("repeat.el" | 517 | ("repeat.el" |
| 517 | "convenient way to repeat the previous command" | 518 | "convenient way to repeat the previous command" |
| 518 | (convenience vi repeat)) | 519 | (convenience vi repeat)) |
| 519 | ("replace.el" | 520 | ("replace.el" |
| 520 | "replace commands for Emacs." | 521 | "replace commands for Emacs" |
| 521 | nil) | 522 | nil) |
| 522 | ("reposition.el" | 523 | ("reposition.el" |
| 523 | "center a Lisp function or comment on the screen" | 524 | "center a Lisp function or comment on the screen" |
| @@ -526,34 +527,34 @@ | |||
| 526 | "process command line args from within a suspended Emacs job" | 527 | "process command line args from within a suspended Emacs job" |
| 527 | (processes)) | 528 | (processes)) |
| 528 | ("rot13.el" | 529 | ("rot13.el" |
| 529 | "display a buffer in rot13." | 530 | "display a buffer in rot13" |
| 530 | nil) | 531 | nil) |
| 531 | ("rsz-mini.el" | 532 | ("rsz-mini.el" |
| 532 | "dynamically resize minibuffer to display entire contents" | 533 | "dynamically resize minibuffer to display entire contents" |
| 533 | (minibuffer window frame display)) | 534 | (minibuffer window frame display)) |
| 534 | ("s-region.el" | 535 | ("s-region.el" |
| 535 | "set region using shift key." | 536 | "set region using shift key" |
| 536 | (terminals)) | 537 | (terminals)) |
| 537 | ("saveplace.el" | 538 | ("saveplace.el" |
| 538 | "automatically save place in files." | 539 | "automatically save place in files" |
| 539 | (bookmarks placeholders)) | 540 | (bookmarks placeholders)) |
| 540 | ("scroll-all.el" | 541 | ("scroll-all.el" |
| 541 | "scroll all buffers together minor mode" | 542 | "scroll all buffers together minor mode" |
| 542 | (scroll crisp brief lock)) | 543 | (scroll crisp brief lock)) |
| 543 | ("scroll-bar.el" | 544 | ("scroll-bar.el" |
| 544 | "window system-independent scroll bar support." | 545 | "window system-independent scroll bar support" |
| 545 | (hardware)) | 546 | (hardware)) |
| 546 | ("select.el" | 547 | ("select.el" |
| 547 | "lisp portion of standard selection support." | 548 | "lisp portion of standard selection support" |
| 548 | (internal)) | 549 | (internal)) |
| 549 | ("server.el" | 550 | ("server.el" |
| 550 | "Lisp code for GNU Emacs running as server process." | 551 | "Lisp code for GNU Emacs running as server process" |
| 551 | (processes)) | 552 | (processes)) |
| 552 | ("shadowfile.el" | 553 | ("shadowfile.el" |
| 553 | "automatic file copying" | 554 | "automatic file copying" |
| 554 | (comm files)) | 555 | (comm files)) |
| 555 | ("shell.el" | 556 | ("shell.el" |
| 556 | "specialized comint.el for running the shell." | 557 | "specialized comint.el for running the shell" |
| 557 | (processes)) | 558 | (processes)) |
| 558 | ("simple.el" | 559 | ("simple.el" |
| 559 | "basic editing commands for Emacs" | 560 | "basic editing commands for Emacs" |
| @@ -565,7 +566,7 @@ | |||
| 565 | "Minor mode to resolve diff3 conflicts" | 566 | "Minor mode to resolve diff3 conflicts" |
| 566 | (merge diff3 cvs conflict)) | 567 | (merge diff3 cvs conflict)) |
| 567 | ("sort.el" | 568 | ("sort.el" |
| 568 | "commands to sort text in an Emacs buffer." | 569 | "commands to sort text in an Emacs buffer" |
| 569 | (unix)) | 570 | (unix)) |
| 570 | ("soundex.el" | 571 | ("soundex.el" |
| 571 | "implement Soundex algorithm" | 572 | "implement Soundex algorithm" |
| @@ -595,7 +596,7 @@ | |||
| 595 | "tab conversion commands for Emacs" | 596 | "tab conversion commands for Emacs" |
| 596 | nil) | 597 | nil) |
| 597 | ("talk.el" | 598 | ("talk.el" |
| 598 | "Allow several users to talk to each other through Emacs." | 599 | "allow several users to talk to each other through Emacs" |
| 599 | (comm frames)) | 600 | (comm frames)) |
| 600 | ("tar-mode.el" | 601 | ("tar-mode.el" |
| 601 | "simple editing of tar files from GNU emacs" | 602 | "simple editing of tar files from GNU emacs" |
| @@ -610,19 +611,19 @@ | |||
| 610 | "general command interpreter in a window stuff" | 611 | "general command interpreter in a window stuff" |
| 611 | (processes)) | 612 | (processes)) |
| 612 | ("terminal.el" | 613 | ("terminal.el" |
| 613 | "terminal emulator for GNU Emacs." | 614 | "terminal emulator for GNU Emacs" |
| 614 | (comm terminals)) | 615 | (comm terminals)) |
| 615 | ("thingatpt.el" | 616 | ("thingatpt.el" |
| 616 | "Get the `thing' at point" | 617 | "get the `thing' at point" |
| 617 | (extensions matching mouse)) | 618 | (extensions matching mouse)) |
| 618 | ("time-stamp.el" | 619 | ("time-stamp.el" |
| 619 | "Maintain last change time stamps in files edited by Emacs" | 620 | "Maintain last change time stamps in files edited by Emacs" |
| 620 | (tools)) | 621 | (tools)) |
| 621 | ("time.el" | 622 | ("time.el" |
| 622 | "display time, load and mail indicator in mode line of Emacs." | 623 | "display time, load and mail indicator in mode line of Emacs" |
| 623 | nil) | 624 | nil) |
| 624 | ("timer.el" | 625 | ("timer.el" |
| 625 | "run a function with args at some time in future." | 626 | "run a function with args at some time in future" |
| 626 | nil) | 627 | nil) |
| 627 | ("timezone.el" | 628 | ("timezone.el" |
| 628 | "time zone package for GNU Emacs" | 629 | "time zone package for GNU Emacs" |
| @@ -643,7 +644,7 @@ | |||
| 643 | "unique buffer names dependent on file name" | 644 | "unique buffer names dependent on file name" |
| 644 | nil) | 645 | nil) |
| 645 | ("unused.el" | 646 | ("unused.el" |
| 646 | "editing commands in GNU Emacs that turned out not to be used." | 647 | "editing commands in GNU Emacs that turned out not to be used" |
| 647 | (emulations)) | 648 | (emulations)) |
| 648 | ("userlock.el" | 649 | ("userlock.el" |
| 649 | "handle file access contention between multiple users" | 650 | "handle file access contention between multiple users" |
| @@ -664,16 +665,16 @@ | |||
| 664 | "drive a version-control system from within Emacs" | 665 | "drive a version-control system from within Emacs" |
| 665 | nil) | 666 | nil) |
| 666 | ("vcursor.el" | 667 | ("vcursor.el" |
| 667 | "manipulate an alternative (\"virtual\") cursor." | 668 | "manipulate an alternative (\"virtual\") cursor" |
| 668 | (virtual cursor convenience)) | 669 | (virtual cursor convenience)) |
| 669 | ("version.el" | 670 | ("version.el" |
| 670 | "record version number of Emacs." | 671 | "record version number of Emacs" |
| 671 | (internal)) | 672 | (internal)) |
| 672 | ("view.el" | 673 | ("view.el" |
| 673 | "peruse file or buffer without editing." | 674 | "peruse file or buffer without editing" |
| 674 | nil) | 675 | nil) |
| 675 | ("vms-patch.el" | 676 | ("vms-patch.el" |
| 676 | "override parts of files.el for VMS." | 677 | "override parts of files.el for VMS" |
| 677 | (vms)) | 678 | (vms)) |
| 678 | ("vmsproc.el" | 679 | ("vmsproc.el" |
| 679 | "run asynchronous VMS subprocesses under Emacs" | 680 | "run asynchronous VMS subprocesses under Emacs" |
| @@ -682,31 +683,31 @@ | |||
| 682 | "Common VTxxx control functions" | 683 | "Common VTxxx control functions" |
| 683 | (terminals)) | 684 | (terminals)) |
| 684 | ("vt100-led.el" | 685 | ("vt100-led.el" |
| 685 | "functions for LED control on VT-100 terminals & clones." | 686 | "functions for LED control on VT-100 terminals & clones" |
| 686 | (hardware)) | 687 | (hardware)) |
| 687 | ("w32-fns.el" | 688 | ("w32-fns.el" |
| 688 | "Lisp routines for Windows NT." | 689 | "Lisp routines for Windows NT" |
| 689 | nil) | 690 | nil) |
| 690 | ("which-func.el" | 691 | ("which-func.el" |
| 691 | "Print current function in mode line" | 692 | "print current function in mode line" |
| 692 | (mode-line imenu tools)) | 693 | (mode-line imenu tools)) |
| 693 | ("whitespace.el" | 694 | ("whitespace.el" |
| 694 | "Warn about and clean bogus whitespaces in the file." | 695 | "warn about and clean bogus whitespaces in the file" |
| 695 | (convenience)) | 696 | (convenience)) |
| 696 | ("wid-browse.el" | 697 | ("wid-browse.el" |
| 697 | "Functions for browsing widgets." | 698 | "functions for browsing widgets" |
| 698 | (extensions)) | 699 | (extensions)) |
| 699 | ("wid-edit.el" | 700 | ("wid-edit.el" |
| 700 | "Functions for creating and using widgets" | 701 | "Functions for creating and using widgets" |
| 701 | (extensions)) | 702 | (extensions)) |
| 702 | ("widget.el" | 703 | ("widget.el" |
| 703 | "a library of user interface components." | 704 | "a library of user interface components" |
| 704 | (help extensions faces hypermedia)) | 705 | (help extensions faces hypermedia)) |
| 705 | ("windmove.el" | 706 | ("windmove.el" |
| 706 | "directional window-selection routines." | 707 | "directional window-selection routines" |
| 707 | (window movement convenience)) | 708 | (window movement convenience)) |
| 708 | ("window.el" | 709 | ("window.el" |
| 709 | "GNU Emacs window commands aside from those written in C." | 710 | "GNU Emacs window commands aside from those written in C" |
| 710 | nil) | 711 | nil) |
| 711 | ("winner.el" | 712 | ("winner.el" |
| 712 | "Restore old window configurations" | 713 | "Restore old window configurations" |
| @@ -718,7 +719,7 @@ | |||
| 718 | "Apollo support functions" | 719 | "Apollo support functions" |
| 719 | nil) | 720 | nil) |
| 720 | ("x-menu.el" | 721 | ("x-menu.el" |
| 721 | "menu support for X " | 722 | "menu support for X" |
| 722 | nil) | 723 | nil) |
| 723 | ("xml.el" | 724 | ("xml.el" |
| 724 | "XML parser" | 725 | "XML parser" |
| @@ -727,88 +728,124 @@ | |||
| 727 | "run MIT Scheme under Emacs" | 728 | "run MIT Scheme under Emacs" |
| 728 | (languages lisp)) | 729 | (languages lisp)) |
| 729 | ("xt-mouse.el" | 730 | ("xt-mouse.el" |
| 730 | "Support the mouse when emacs run in an xterm." | 731 | "support the mouse when emacs run in an xterm" |
| 731 | (mouse terminals)) | 732 | (mouse terminals)) |
| 732 | ("appt.el" | 733 | ("ccl.el" |
| 733 | "appointment notification functions." | 734 | "CCL (Code Conversion Language) compiler" |
| 734 | (calendar)) | 735 | (ccl mule multilingual character set coding-system)) |
| 735 | ("cal-china.el" | 736 | ("characters.el" |
| 736 | "calendar functions for the Chinese calendar." | 737 | "set syntax and category for multibyte characters" |
| 737 | (calendar)) | 738 | (multibyte character character set syntax category)) |
| 738 | ("cal-coptic.el" | 739 | ("codepage.el" |
| 739 | "calendar functions for the Coptic/Ethiopic calendars." | 740 | "MS-DOS/MS-Windows specific coding systems" |
| 740 | (calendar)) | 741 | (i18n ms-dos ms-windows codepage)) |
| 741 | ("cal-dst.el" | 742 | ("encoded-kb.el" |
| 742 | "calendar functions for daylight savings rules." | 743 | "handler to input multibyte characters encoded somehow" |
| 743 | (calendar)) | 744 | nil) |
| 744 | ("cal-french.el" | 745 | ("fontset.el" |
| 745 | "calendar functions for the French Revolutionary calendar." | 746 | "commands for handling fontset" |
| 746 | (calendar)) | 747 | (mule multilingual fontset)) |
| 747 | ("cal-hebrew.el" | 748 | ("isearch-x.el" |
| 748 | "calendar functions for the Hebrew calendar." | 749 | "extended isearch handling commands" |
| 749 | (calendar)) | 750 | (multilingual isearch)) |
| 750 | ("cal-islam.el" | 751 | ("iso-acc.el" |
| 751 | "calendar functions for the Islamic calendar." | 752 | "minor mode providing electric accent keys" |
| 752 | (calendar)) | 753 | (i18n)) |
| 753 | ("cal-iso.el" | 754 | ("iso-ascii.el" |
| 754 | "calendar functions for the ISO calendar." | 755 | "set up char tables for ISO 8859/1 on ASCII terminals" |
| 755 | (calendar)) | 756 | (i18n)) |
| 756 | ("cal-julian.el" | 757 | ("iso-cvt.el" |
| 757 | "calendar functions for the Julian calendar." | 758 | "translate ISO 8859-1 from/to various encodings" |
| 758 | (calendar)) | 759 | (tex iso latin i18n)) |
| 759 | ("cal-mayan.el" | 760 | ("iso-insert.el" |
| 760 | "calendar functions for the Mayan calendars." | 761 | "insert functions for ISO 8859/1" |
| 761 | (calendar)) | 762 | (i18n)) |
| 762 | ("cal-menu.el" | 763 | ("iso-swed.el" |
| 763 | "calendar functions for menu bar and popup menu support" | 764 | "set up char tables for ISO 8859/1 for Swedish/Finnish ttys" |
| 764 | (calendar)) | 765 | (i18n)) |
| 765 | ("cal-move.el" | 766 | ("iso-transl.el" |
| 766 | "calendar functions for movement in the calendar" | 767 | "keyboard input definitions for ISO 8859-1" |
| 767 | (calendar)) | 768 | (i18n)) |
| 768 | ("cal-persia.el" | 769 | ("ja-dic-cnv.el" |
| 769 | "calendar functions for the Persian calendar." | 770 | "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp" |
| 770 | (calendar)) | 771 | (mule multilingual japanese)) |
| 771 | ("cal-tex.el" | 772 | ("ja-dic-utl.el" |
| 772 | "calendar functions for printing calendars with LaTeX." | 773 | "utilities for handling Japanese dictionary (SKK-JISYO.L)" |
| 773 | (calendar)) | 774 | (mule multilingual japanese)) |
| 774 | ("cal-x.el" | 775 | ("kinsoku.el" |
| 775 | "calendar windows in dedicated frames in X" | 776 | "`Kinsoku' processing funcs" |
| 776 | (calendar)) | 777 | (mule kinsoku)) |
| 777 | ("calendar.el" | 778 | ("kkc.el" |
| 778 | "Calendar functions." | 779 | "Kana Kanji converter" |
| 779 | (calendar)) | 780 | (mule multilingual japanese)) |
| 780 | ("diary-lib.el" | 781 | ("latin-1.el" |
| 781 | "diary functions." | 782 | "set up case-conversion and syntax tables for ISO Latin-1" |
| 782 | (calendar)) | 783 | (i18n)) |
| 783 | ("holidays.el" | 784 | ("latin-2.el" |
| 784 | "holiday functions for the calendar package" | 785 | "set up case-conversion and syntax tables for ISO Latin-2" |
| 785 | (holidays calendar)) | 786 | (i18n)) |
| 786 | ("lunar.el" | 787 | ("latin-3.el" |
| 787 | "calendar functions for phases of the moon." | 788 | "set up case-conversion and syntax tables for ISO Latin-3" |
| 788 | (calendar)) | 789 | (i18n)) |
| 789 | ("solar.el" | 790 | ("latin-4.el" |
| 790 | "calendar functions for solar events." | 791 | "set up case-conversion and syntax tables for ISO Latin-4" |
| 791 | (calendar)) | 792 | (i18n)) |
| 792 | ("timeclock.el" | 793 | ("latin-5.el" |
| 793 | "mode for keeping track of how much you work" | 794 | "set up case-conversion and syntax tables for ISO latin-5" |
| 794 | (calendar data)) | 795 | (i18n)) |
| 795 | ("todo-mode.el" | 796 | ("latin-8.el" |
| 796 | "Major mode for editing TODO list files" | 797 | "set up case-conversion and syntax tables for ISO Latin-8" |
| 797 | (calendar todo)) | 798 | (i18n)) |
| 799 | ("latin-9.el" | ||
| 800 | "set up case-conversion and syntax tables for ISO Latin-9" | ||
| 801 | (i18n)) | ||
| 802 | ("latin1-disp.el" | ||
| 803 | "display tables for other ISO 8859 on Latin-1 terminals" | ||
| 804 | (i18n)) | ||
| 805 | ("mule-cmds.el" | ||
| 806 | "commands for mulitilingual environment" | ||
| 807 | (mule multilingual)) | ||
| 808 | ("mule-conf.el" | ||
| 809 | "configure multilingual environment" | ||
| 810 | (mule multilingual character set coding system)) | ||
| 811 | ("mule-diag.el" | ||
| 812 | "show diagnosis of multilingual environment (Mule)" | ||
| 813 | (multilingual charset coding system fontset diagnosis i18n)) | ||
| 814 | ("mule-util.el" | ||
| 815 | "utility functions for mulitilingual environment (mule)" | ||
| 816 | (mule multilingual)) | ||
| 817 | ("mule.el" | ||
| 818 | "basic commands for mulitilingual environment" | ||
| 819 | (mule multilingual character set coding system)) | ||
| 820 | ("ogonek.el" | ||
| 821 | "change the encoding of Polish diacritics" | ||
| 822 | (i18n)) | ||
| 823 | ("quail.el" | ||
| 824 | "provides simple input method for multilingual text" | ||
| 825 | (mule multilingual input method)) | ||
| 826 | ("swedish.el" | ||
| 827 | "miscellaneous functions for dealing with Swedish" | ||
| 828 | (i18n)) | ||
| 829 | ("titdic-cnv.el" | ||
| 830 | "convert cxterm dictionary (TIT format) to Quail package" | ||
| 831 | (quail tit cxterm)) | ||
| 832 | ("utf-8.el" | ||
| 833 | "limited UTF-8 decoding/encoding support" | ||
| 834 | (multilingual unicode utf-8 i18n)) | ||
| 798 | ("ange-ftp.el" | 835 | ("ange-ftp.el" |
| 799 | "transparent FTP support for GNU Emacs" | 836 | "transparent FTP support for GNU Emacs" |
| 800 | (comm)) | 837 | (comm)) |
| 801 | ("browse-url.el" | 838 | ("browse-url.el" |
| 802 | "Pass a URL to a WWW browser" | 839 | "pass a URL to a WWW browser" |
| 803 | (hypertext hypermedia mouse)) | 840 | (hypertext hypermedia mouse)) |
| 804 | ("eudc-bob.el" | 841 | ("eudc-bob.el" |
| 805 | "Binary Objects Support for EUDC" | 842 | "Binary Objects Support for EUDC" |
| 806 | (help)) | 843 | (help)) |
| 807 | ("eudc-export.el" | 844 | ("eudc-export.el" |
| 808 | "Functions to export EUDC qeuery results" | 845 | "functions to export EUDC query results" |
| 809 | (help)) | 846 | (help)) |
| 810 | ("eudc-hotlist.el" | 847 | ("eudc-hotlist.el" |
| 811 | "Hotlist Management for EUDC" | 848 | "hotlist management for EUDC" |
| 812 | (help)) | 849 | (help)) |
| 813 | ("eudc-vars.el" | 850 | ("eudc-vars.el" |
| 814 | "Emacs Unified Directory Client" | 851 | "Emacs Unified Directory Client" |
| @@ -829,13 +866,13 @@ | |||
| 829 | "click to browse URL or to send to e-mail address" | 866 | "click to browse URL or to send to e-mail address" |
| 830 | (mh-e www mouse mail)) | 867 | (mh-e www mouse mail)) |
| 831 | ("ldap.el" | 868 | ("ldap.el" |
| 832 | "Client interface to LDAP for Emacs" | 869 | "client interface to LDAP for Emacs" |
| 833 | (comm)) | 870 | (comm)) |
| 834 | ("net-utils.el" | 871 | ("net-utils.el" |
| 835 | "Network functions" | 872 | "network functions" |
| 836 | (network communications)) | 873 | (network communications)) |
| 837 | ("quickurl.el" | 874 | ("quickurl.el" |
| 838 | "Insert an URL based on text at point in buffer." | 875 | "insert an URL based on text at point in buffer" |
| 839 | (hypermedia)) | 876 | (hypermedia)) |
| 840 | ("rcompile.el" | 877 | ("rcompile.el" |
| 841 | "run a compilation on a remote machine" | 878 | "run a compilation on a remote machine" |
| @@ -844,7 +881,7 @@ | |||
| 844 | "remote login interface" | 881 | "remote login interface" |
| 845 | (unix comm)) | 882 | (unix comm)) |
| 846 | ("snmp-mode.el" | 883 | ("snmp-mode.el" |
| 847 | "SNMP & SNMPv2 MIB major mode." | 884 | "SNMP & SNMPv2 MIB major mode" |
| 848 | (data)) | 885 | (data)) |
| 849 | ("telnet.el" | 886 | ("telnet.el" |
| 850 | "run a telnet session from within an Emacs buffer" | 887 | "run a telnet session from within an Emacs buffer" |
| @@ -853,8 +890,74 @@ | |||
| 853 | "programmable Web hotlist" | 890 | "programmable Web hotlist" |
| 854 | (comm www)) | 891 | (comm www)) |
| 855 | ("zone-mode.el" | 892 | ("zone-mode.el" |
| 856 | "major mode for editing DNS zone files." | 893 | "major mode for editing DNS zone files" |
| 857 | (dns languages)) | 894 | (dns languages)) |
| 895 | ("appt.el" | ||
| 896 | "appointment notification functions" | ||
| 897 | (calendar)) | ||
| 898 | ("cal-china.el" | ||
| 899 | "calendar functions for the Chinese calendar" | ||
| 900 | (calendar)) | ||
| 901 | ("cal-coptic.el" | ||
| 902 | "calendar functions for the Coptic/Ethiopic calendars" | ||
| 903 | (calendar)) | ||
| 904 | ("cal-dst.el" | ||
| 905 | "calendar functions for daylight savings rules" | ||
| 906 | (calendar)) | ||
| 907 | ("cal-french.el" | ||
| 908 | "calendar functions for the French Revolutionary calendar" | ||
| 909 | (calendar)) | ||
| 910 | ("cal-hebrew.el" | ||
| 911 | "calendar functions for the Hebrew calendar" | ||
| 912 | (calendar)) | ||
| 913 | ("cal-islam.el" | ||
| 914 | "calendar functions for the Islamic calendar" | ||
| 915 | (calendar)) | ||
| 916 | ("cal-iso.el" | ||
| 917 | "calendar functions for the ISO calendar" | ||
| 918 | (calendar)) | ||
| 919 | ("cal-julian.el" | ||
| 920 | "calendar functions for the Julian calendar" | ||
| 921 | (calendar)) | ||
| 922 | ("cal-mayan.el" | ||
| 923 | "calendar functions for the Mayan calendars" | ||
| 924 | (calendar)) | ||
| 925 | ("cal-menu.el" | ||
| 926 | "calendar functions for menu bar and popup menu support" | ||
| 927 | (calendar)) | ||
| 928 | ("cal-move.el" | ||
| 929 | "calendar functions for movement in the calendar" | ||
| 930 | (calendar)) | ||
| 931 | ("cal-persia.el" | ||
| 932 | "calendar functions for the Persian calendar" | ||
| 933 | (calendar)) | ||
| 934 | ("cal-tex.el" | ||
| 935 | "calendar functions for printing calendars with LaTeX" | ||
| 936 | (calendar)) | ||
| 937 | ("cal-x.el" | ||
| 938 | "calendar windows in dedicated frames in X" | ||
| 939 | (calendar)) | ||
| 940 | ("calendar.el" | ||
| 941 | "calendar functions" | ||
| 942 | (calendar)) | ||
| 943 | ("diary-lib.el" | ||
| 944 | "diary functions" | ||
| 945 | (calendar)) | ||
| 946 | ("holidays.el" | ||
| 947 | "holiday functions for the calendar package" | ||
| 948 | (holidays calendar)) | ||
| 949 | ("lunar.el" | ||
| 950 | "calendar functions for phases of the moon" | ||
| 951 | (calendar)) | ||
| 952 | ("solar.el" | ||
| 953 | "calendar functions for solar events" | ||
| 954 | (calendar)) | ||
| 955 | ("timeclock.el" | ||
| 956 | "mode for keeping track of how much you work" | ||
| 957 | (calendar data)) | ||
| 958 | ("todo-mode.el" | ||
| 959 | "major mode for editing TODO list files" | ||
| 960 | (calendar todo)) | ||
| 858 | ("advice.el" | 961 | ("advice.el" |
| 859 | "an overloading mechanism for Emacs Lisp functions" | 962 | "an overloading mechanism for Emacs Lisp functions" |
| 860 | (extensions lisp tools)) | 963 | (extensions lisp tools)) |
| @@ -865,19 +968,19 @@ | |||
| 865 | "utility for maintaining Emacs' AUTHORS file" | 968 | "utility for maintaining Emacs' AUTHORS file" |
| 866 | (maint)) | 969 | (maint)) |
| 867 | ("autoload.el" | 970 | ("autoload.el" |
| 868 | "maintain autoloads in loaddefs.el." | 971 | "maintain autoloads in loaddefs.el" |
| 869 | (maint)) | 972 | (maint)) |
| 870 | ("backquote.el" | 973 | ("backquote.el" |
| 871 | "implement the ` Lisp construct" | 974 | "implement the ` Lisp construct" |
| 872 | (extensions internal)) | 975 | (extensions internal)) |
| 873 | ("byte-opt.el" | 976 | ("byte-opt.el" |
| 874 | "the optimization passes of the emacs-lisp byte compiler." | 977 | "the optimization passes of the emacs-lisp byte compiler" |
| 875 | (internal)) | 978 | (internal)) |
| 876 | ("bytecomp.el" | 979 | ("bytecomp.el" |
| 877 | "compilation of Lisp code into byte code." | 980 | "compilation of Lisp code into byte code" |
| 878 | (lisp)) | 981 | (lisp)) |
| 879 | ("checkdoc.el" | 982 | ("checkdoc.el" |
| 880 | "Check documentation strings for style requirements" | 983 | "check documentation strings for style requirements" |
| 881 | (docs maint lisp)) | 984 | (docs maint lisp)) |
| 882 | ("cl-compat.el" | 985 | ("cl-compat.el" |
| 883 | "Common Lisp extensions for GNU Emacs Lisp (compatibility)" | 986 | "Common Lisp extensions for GNU Emacs Lisp (compatibility)" |
| @@ -907,7 +1010,7 @@ | |||
| 907 | "read multiple strings with completion" | 1010 | "read multiple strings with completion" |
| 908 | (completion minibuffer multiple elements)) | 1011 | (completion minibuffer multiple elements)) |
| 909 | ("cust-print.el" | 1012 | ("cust-print.el" |
| 910 | "handles print-level and print-circle." | 1013 | "handles print-level and print-circle" |
| 911 | (extensions)) | 1014 | (extensions)) |
| 912 | ("debug.el" | 1015 | ("debug.el" |
| 913 | "debuggers and related commands for Emacs" | 1016 | "debuggers and related commands for Emacs" |
| @@ -916,10 +1019,10 @@ | |||
| 916 | "disassembler for compiled Emacs Lisp code" | 1019 | "disassembler for compiled Emacs Lisp code" |
| 917 | (internal)) | 1020 | (internal)) |
| 918 | ("easy-mmode.el" | 1021 | ("easy-mmode.el" |
| 919 | "easy definition for major and minor modes." | 1022 | "easy definition for major and minor modes" |
| 920 | nil) | 1023 | (extensions lisp)) |
| 921 | ("easymenu.el" | 1024 | ("easymenu.el" |
| 922 | "support the easymenu interface for defining a menu." | 1025 | "support the easymenu interface for defining a menu" |
| 923 | (emulations)) | 1026 | (emulations)) |
| 924 | ("edebug.el" | 1027 | ("edebug.el" |
| 925 | "a source-level debugger for Emacs Lisp" | 1028 | "a source-level debugger for Emacs Lisp" |
| @@ -934,28 +1037,28 @@ | |||
| 934 | "Emacs Lisp Profiler" | 1037 | "Emacs Lisp Profiler" |
| 935 | (debugging lisp tools)) | 1038 | (debugging lisp tools)) |
| 936 | ("ewoc.el" | 1039 | ("ewoc.el" |
| 937 | "Utility to maintain a view of a list of objects in a buffer" | 1040 | "utility to maintain a view of a list of objects in a buffer" |
| 938 | (extensions lisp)) | 1041 | (extensions lisp)) |
| 939 | ("find-func.el" | 1042 | ("find-func.el" |
| 940 | "find the definition of the Emacs Lisp function near point" | 1043 | "find the definition of the Emacs Lisp function near point" |
| 941 | (emacs-lisp functions variables)) | 1044 | (emacs-lisp functions variables)) |
| 942 | ("float.el" | 1045 | ("float.el" |
| 943 | "obsolete floating point arithmetic package." | 1046 | "obsolete floating point arithmetic package" |
| 944 | (extensions)) | 1047 | (extensions)) |
| 945 | ("gulp.el" | 1048 | ("gulp.el" |
| 946 | "Ask for updates for Lisp packages" | 1049 | "ask for updates for Lisp packages" |
| 947 | (maintenance)) | 1050 | (maintenance)) |
| 948 | ("helper.el" | 1051 | ("helper.el" |
| 949 | "utility help package supporting help in electric modes" | 1052 | "utility help package supporting help in electric modes" |
| 950 | (help)) | 1053 | (help)) |
| 951 | ("levents.el" | 1054 | ("levents.el" |
| 952 | "emulate the Lucid event data type and associated functions." | 1055 | "emulate the Lucid event data type and associated functions" |
| 953 | nil) | 1056 | nil) |
| 954 | ("lisp-mnt.el" | 1057 | ("lisp-mnt.el" |
| 955 | "minor mode for Emacs Lisp maintainers" | 1058 | "minor mode for Emacs Lisp maintainers" |
| 956 | (docs)) | 1059 | (docs)) |
| 957 | ("lisp-mode.el" | 1060 | ("lisp-mode.el" |
| 958 | "Lisp mode, and its idiosyncratic commands." | 1061 | "Lisp mode, and its idiosyncratic commands" |
| 959 | (lisp languages)) | 1062 | (lisp languages)) |
| 960 | ("lisp.el" | 1063 | ("lisp.el" |
| 961 | "Lisp editing commands for Emacs" | 1064 | "Lisp editing commands for Emacs" |
| @@ -967,22 +1070,22 @@ | |||
| 967 | "Lucid interface to X Selections" | 1070 | "Lucid interface to X Selections" |
| 968 | (emulations)) | 1071 | (emulations)) |
| 969 | ("lucid.el" | 1072 | ("lucid.el" |
| 970 | "Emulate some Lucid Emacs functions." | 1073 | "emulate some Lucid Emacs functions" |
| 971 | nil) | 1074 | nil) |
| 972 | ("pp.el" | 1075 | ("pp.el" |
| 973 | "pretty printer for Emacs Lisp" | 1076 | "pretty printer for Emacs Lisp" |
| 974 | nil) | 1077 | nil) |
| 975 | ("re-builder.el" | 1078 | ("re-builder.el" |
| 976 | "Building Regexps with visual feedback" | 1079 | "building Regexps with visual feedback" |
| 977 | (matching lisp tools)) | 1080 | (matching lisp tools)) |
| 978 | ("regexp-opt.el" | 1081 | ("regexp-opt.el" |
| 979 | "generate efficient regexps to match strings." | 1082 | "generate efficient regexps to match strings" |
| 980 | (strings regexps extensions)) | 1083 | (strings regexps extensions)) |
| 981 | ("ring.el" | 1084 | ("ring.el" |
| 982 | "handle rings of items" | 1085 | "handle rings of items" |
| 983 | (extensions)) | 1086 | (extensions)) |
| 984 | ("shadow.el" | 1087 | ("shadow.el" |
| 985 | "Locate Emacs Lisp file shadowings." | 1088 | "locate Emacs Lisp file shadowings" |
| 986 | (lisp)) | 1089 | (lisp)) |
| 987 | ("sregex.el" | 1090 | ("sregex.el" |
| 988 | "symbolic regular expressions" | 1091 | "symbolic regular expressions" |
| @@ -997,28 +1100,28 @@ | |||
| 997 | "CRiSP/Brief Emacs emulator" | 1100 | "CRiSP/Brief Emacs emulator" |
| 998 | (emulations brief crisp)) | 1101 | (emulations brief crisp)) |
| 999 | ("edt-lk201.el" | 1102 | ("edt-lk201.el" |
| 1000 | "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards" | 1103 | "enhanced EDT keypad mode emulation for LK-201 keyboards" |
| 1001 | (emulations)) | 1104 | (emulations)) |
| 1002 | ("edt-mapper.el" | 1105 | ("edt-mapper.el" |
| 1003 | "Create an EDT LK-201 Map File for X-Windows Emacs" | 1106 | "create an EDT LK-201 map file for X-Windows Emacs" |
| 1004 | (emulations)) | 1107 | (emulations)) |
| 1005 | ("edt-pc.el" | 1108 | ("edt-pc.el" |
| 1006 | "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards" | 1109 | "enhanced EDT keypad mode emulation for PC 101 keyboards" |
| 1007 | (emulations)) | 1110 | (emulations)) |
| 1008 | ("edt-vt100.el" | 1111 | ("edt-vt100.el" |
| 1009 | "Enhanced EDT Keypad Mode Emulation for VT Series Terminals" | 1112 | "enhanced EDT keypad mode emulation for VT series terminals" |
| 1010 | (emulations)) | 1113 | (emulations)) |
| 1011 | ("edt.el" | 1114 | ("edt.el" |
| 1012 | "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19" | 1115 | "enhanced EDT keypad mode emulation for GNU Emacs 19" |
| 1013 | (emulations)) | 1116 | (emulations)) |
| 1014 | ("mlconvert.el" | 1117 | ("mlconvert.el" |
| 1015 | "convert buffer of Mocklisp code to real lisp." | 1118 | "convert buffer of Mocklisp code to real lisp" |
| 1016 | (emulations)) | 1119 | (emulations)) |
| 1017 | ("mlsupport.el" | 1120 | ("mlsupport.el" |
| 1018 | "run-time support for mocklisp code." | 1121 | "run-time support for mocklisp code" |
| 1019 | (extensions)) | 1122 | (extensions)) |
| 1020 | ("pc-mode.el" | 1123 | ("pc-mode.el" |
| 1021 | "emulate certain key bindings used on PCs." | 1124 | "emulate certain key bindings used on PCs" |
| 1022 | (emulations)) | 1125 | (emulations)) |
| 1023 | ("pc-select.el" | 1126 | ("pc-select.el" |
| 1024 | "emulate mark, cut, copy and paste from Motif" | 1127 | "emulate mark, cut, copy and paste from Motif" |
| @@ -1027,13 +1130,13 @@ | |||
| 1027 | "Emacs emulating TPU emulating EDT" | 1130 | "Emacs emulating TPU emulating EDT" |
| 1028 | (emulations)) | 1131 | (emulations)) |
| 1029 | ("tpu-extras.el" | 1132 | ("tpu-extras.el" |
| 1030 | "Scroll margins and free cursor mode for TPU-edt" | 1133 | "scroll margins and free cursor mode for TPU-edt" |
| 1031 | (emulations)) | 1134 | (emulations)) |
| 1032 | ("tpu-mapper.el" | 1135 | ("tpu-mapper.el" |
| 1033 | "Create a TPU-edt X-windows keymap file" | 1136 | "create a TPU-edt X-windows keymap file" |
| 1034 | (emulations)) | 1137 | (emulations)) |
| 1035 | ("vi.el" | 1138 | ("vi.el" |
| 1036 | "major mode for emulating \"vi\" editor under GNU Emacs." | 1139 | "major mode for emulating \"vi\" editor under GNU Emacs" |
| 1037 | (emulations)) | 1140 | (emulations)) |
| 1038 | ("vip.el" | 1141 | ("vip.el" |
| 1039 | "a VI Package for GNU Emacs" | 1142 | "a VI Package for GNU Emacs" |
| @@ -1159,7 +1262,7 @@ | |||
| 1159 | "elisp native binhex decode" | 1262 | "elisp native binhex decode" |
| 1160 | (binhex news)) | 1263 | (binhex news)) |
| 1161 | ("earcon.el" | 1264 | ("earcon.el" |
| 1162 | "Sound effects for messages" | 1265 | "sound effects for messages" |
| 1163 | nil) | 1266 | nil) |
| 1164 | ("flow-fill.el" | 1267 | ("flow-fill.el" |
| 1165 | "interprete RFC2646 \"flowed\" text" | 1268 | "interprete RFC2646 \"flowed\" text" |
| @@ -1177,7 +1280,7 @@ | |||
| 1177 | "asynchronous support for Gnus" | 1280 | "asynchronous support for Gnus" |
| 1178 | (news)) | 1281 | (news)) |
| 1179 | ("gnus-audio.el" | 1282 | ("gnus-audio.el" |
| 1180 | "Sound effects for Gnus" | 1283 | "sound effects for Gnus" |
| 1181 | (news mail multimedia)) | 1284 | (news mail multimedia)) |
| 1182 | ("gnus-bcklg.el" | 1285 | ("gnus-bcklg.el" |
| 1183 | "backlog functions for Gnus" | 1286 | "backlog functions for Gnus" |
| @@ -1225,7 +1328,7 @@ | |||
| 1225 | "mh-e interface for Gnus" | 1328 | "mh-e interface for Gnus" |
| 1226 | (news)) | 1329 | (news)) |
| 1227 | ("gnus-ml.el" | 1330 | ("gnus-ml.el" |
| 1228 | "Mailing list minor mode for Gnus" | 1331 | "mailing list minor mode for Gnus" |
| 1229 | (news)) | 1332 | (news)) |
| 1230 | ("gnus-mlspl.el" | 1333 | ("gnus-mlspl.el" |
| 1231 | "a group params-based mail splitting mechanism" | 1334 | "a group params-based mail splitting mechanism" |
| @@ -1237,7 +1340,7 @@ | |||
| 1237 | "mail and post interface for Gnus" | 1340 | "mail and post interface for Gnus" |
| 1238 | (news)) | 1341 | (news)) |
| 1239 | ("gnus-mule.el" | 1342 | ("gnus-mule.el" |
| 1240 | "Provide backward compatibility function to GNUS" | 1343 | "provide backward compatibility function to GNUS" |
| 1241 | (news i18n)) | 1344 | (news i18n)) |
| 1242 | ("gnus-nocem.el" | 1345 | ("gnus-nocem.el" |
| 1243 | "NoCeM pseudo-cancellation treatment" | 1346 | "NoCeM pseudo-cancellation treatment" |
| @@ -1252,7 +1355,7 @@ | |||
| 1252 | "scoring code for Gnus" | 1355 | "scoring code for Gnus" |
| 1253 | (news)) | 1356 | (news)) |
| 1254 | ("gnus-setup.el" | 1357 | ("gnus-setup.el" |
| 1255 | "Initialization & Setup for Gnus 5" | 1358 | "initialization & setup for Gnus 5" |
| 1256 | (news)) | 1359 | (news)) |
| 1257 | ("gnus-soup.el" | 1360 | ("gnus-soup.el" |
| 1258 | "SOUP packet writing support for Gnus" | 1361 | "SOUP packet writing support for Gnus" |
| @@ -1288,19 +1391,19 @@ | |||
| 1288 | "window configuration functions for Gnus" | 1391 | "window configuration functions for Gnus" |
| 1289 | (news)) | 1392 | (news)) |
| 1290 | ("gnus.el" | 1393 | ("gnus.el" |
| 1291 | nil | 1394 | "a newsreader for GNU Emacs" |
| 1292 | (news mail)) | 1395 | (news mail)) |
| 1293 | ("ietf-drums.el" | 1396 | ("ietf-drums.el" |
| 1294 | "Functions for parsing RFC822bis headers" | 1397 | "functions for parsing RFC822bis headers" |
| 1295 | nil) | 1398 | nil) |
| 1296 | ("imap.el" | 1399 | ("imap.el" |
| 1297 | "imap library" | 1400 | "imap library" |
| 1298 | (mail)) | 1401 | (mail)) |
| 1299 | ("mail-parse.el" | 1402 | ("mail-parse.el" |
| 1300 | "Interface functions for parsing mail" | 1403 | "interface functions for parsing mail" |
| 1301 | nil) | 1404 | nil) |
| 1302 | ("mail-prsvr.el" | 1405 | ("mail-prsvr.el" |
| 1303 | "Interface variables for parsing mail" | 1406 | "interface variables for parsing mail" |
| 1304 | nil) | 1407 | nil) |
| 1305 | ("mail-source.el" | 1408 | ("mail-source.el" |
| 1306 | "functions for fetching mail" | 1409 | "functions for fetching mail" |
| @@ -1315,28 +1418,28 @@ | |||
| 1315 | "making message mode compatible with mail mode" | 1418 | "making message mode compatible with mail mode" |
| 1316 | (mail news)) | 1419 | (mail news)) |
| 1317 | ("mm-bodies.el" | 1420 | ("mm-bodies.el" |
| 1318 | "Functions for decoding MIME things" | 1421 | "functions for decoding MIME things" |
| 1319 | nil) | 1422 | nil) |
| 1320 | ("mm-decode.el" | 1423 | ("mm-decode.el" |
| 1321 | "Functions for decoding MIME things" | 1424 | "functions for decoding MIME things" |
| 1322 | nil) | 1425 | nil) |
| 1323 | ("mm-encode.el" | 1426 | ("mm-encode.el" |
| 1324 | "Functions for encoding MIME things " | 1427 | "functions for encoding MIME things " |
| 1325 | nil) | 1428 | nil) |
| 1326 | ("mm-partial.el" | 1429 | ("mm-partial.el" |
| 1327 | "showing message/partial" | 1430 | "showing message/partial" |
| 1328 | (message partial)) | 1431 | (message partial)) |
| 1329 | ("mm-util.el" | 1432 | ("mm-util.el" |
| 1330 | "Utility functions for MIME things" | 1433 | "utility functions for MIME things" |
| 1331 | nil) | 1434 | nil) |
| 1332 | ("mm-uu.el" | 1435 | ("mm-uu.el" |
| 1333 | "Return uu stuff as mm handles" | 1436 | "return uu stuff as mm handles" |
| 1334 | (postscript uudecode binhex shar forward news)) | 1437 | (postscript uudecode binhex shar forward news)) |
| 1335 | ("mm-view.el" | 1438 | ("mm-view.el" |
| 1336 | "Functions for viewing MIME objects" | 1439 | "functions for viewing MIME objects" |
| 1337 | nil) | 1440 | nil) |
| 1338 | ("mml.el" | 1441 | ("mml.el" |
| 1339 | "A package for parsing and validating MML documents" | 1442 | "package for parsing and validating MML documents" |
| 1340 | nil) | 1443 | nil) |
| 1341 | ("nnagent.el" | 1444 | ("nnagent.el" |
| 1342 | "offline backend for Gnus" | 1445 | "offline backend for Gnus" |
| @@ -1414,7 +1517,7 @@ | |||
| 1414 | "retrieving articles via web search engines" | 1517 | "retrieving articles via web search engines" |
| 1415 | (news)) | 1518 | (news)) |
| 1416 | ("parse-time.el" | 1519 | ("parse-time.el" |
| 1417 | "Parsing time strings" | 1520 | "parsing time strings" |
| 1418 | (util)) | 1521 | (util)) |
| 1419 | ("pop3.el" | 1522 | ("pop3.el" |
| 1420 | "Post Office Protocol (RFC 1460) interface" | 1523 | "Post Office Protocol (RFC 1460) interface" |
| @@ -1426,16 +1529,16 @@ | |||
| 1426 | "HZ (rfc1843) decoding" | 1529 | "HZ (rfc1843) decoding" |
| 1427 | (news hz hz+ mail i18n)) | 1530 | (news hz hz+ mail i18n)) |
| 1428 | ("rfc2045.el" | 1531 | ("rfc2045.el" |
| 1429 | "Functions for decoding rfc2045 headers" | 1532 | "functions for decoding rfc2045 headers" |
| 1430 | nil) | 1533 | nil) |
| 1431 | ("rfc2047.el" | 1534 | ("rfc2047.el" |
| 1432 | "Functions for encoding and decoding rfc2047 messages" | 1535 | "functions for encoding and decoding rfc2047 messages" |
| 1433 | nil) | 1536 | nil) |
| 1434 | ("rfc2104.el" | 1537 | ("rfc2104.el" |
| 1435 | "RFC2104 Hashed Message Authentication Codes" | 1538 | "RFC2104 Hashed Message Authentication Codes" |
| 1436 | (mail)) | 1539 | (mail)) |
| 1437 | ("rfc2231.el" | 1540 | ("rfc2231.el" |
| 1438 | "Functions for decoding rfc2231 headers" | 1541 | "functions for decoding rfc2231 headers" |
| 1439 | nil) | 1542 | nil) |
| 1440 | ("score-mode.el" | 1543 | ("score-mode.el" |
| 1441 | "mode for editing Gnus score files" | 1544 | "mode for editing Gnus score files" |
| @@ -1447,7 +1550,7 @@ | |||
| 1447 | "STARTTLS functions" | 1550 | "STARTTLS functions" |
| 1448 | (tls ssl openssl mail news)) | 1551 | (tls ssl openssl mail news)) |
| 1449 | ("time-date.el" | 1552 | ("time-date.el" |
| 1450 | "Date and time handling functions" | 1553 | "date and time handling functions" |
| 1451 | (mail news util)) | 1554 | (mail news util)) |
| 1452 | ("utf7.el" | 1555 | ("utf7.el" |
| 1453 | "UTF-7 encoding/decoding for Emacs" | 1556 | "UTF-7 encoding/decoding for Emacs" |
| @@ -1458,224 +1561,125 @@ | |||
| 1458 | ("webmail.el" | 1561 | ("webmail.el" |
| 1459 | "interface of web mail" | 1562 | "interface of web mail" |
| 1460 | (hotmail netaddress my-deja netscape)) | 1563 | (hotmail netaddress my-deja netscape)) |
| 1461 | ("ccl.el" | 1564 | ("tool-bar.el" |
| 1462 | "CCL (Code Conversion Language) compiler" | 1565 | "setting up the tool bar" |
| 1463 | (ccl mule multilingual character set coding-system)) | 1566 | (mouse frames)) |
| 1464 | ("characters.el" | ||
| 1465 | "set syntax and category for multibyte characters" | ||
| 1466 | (multibyte character character set syntax category)) | ||
| 1467 | ("codepage.el" | ||
| 1468 | "MS-DOS/MS-Windows specific coding systems." | ||
| 1469 | (i18n ms-dos ms-windows codepage)) | ||
| 1470 | ("encoded-kb.el" | ||
| 1471 | "Handler to input multibyte characters encoded somehow" | ||
| 1472 | nil) | ||
| 1473 | ("fontset.el" | ||
| 1474 | "Commands for handling fontset." | ||
| 1475 | (mule multilingual fontset)) | ||
| 1476 | ("isearch-x.el" | ||
| 1477 | "extended isearch handling commands" | ||
| 1478 | (multilingual isearch)) | ||
| 1479 | ("iso-acc.el" | ||
| 1480 | "minor mode providing electric accent keys" | ||
| 1481 | (i18n)) | ||
| 1482 | ("iso-ascii.el" | ||
| 1483 | "set up char tables for ISO 8859/1 on ASCII terminals." | ||
| 1484 | (i18n)) | ||
| 1485 | ("iso-cvt.el" | ||
| 1486 | "translate ISO 8859-1 from/to various encodings" | ||
| 1487 | (tex iso latin i18n)) | ||
| 1488 | ("iso-insert.el" | ||
| 1489 | "insert functions for ISO 8859/1." | ||
| 1490 | (i18n)) | ||
| 1491 | ("iso-swed.el" | ||
| 1492 | "set up char tables for ISO 8859/1 for Swedish/Finnish ttys" | ||
| 1493 | (i18n)) | ||
| 1494 | ("iso-transl.el" | ||
| 1495 | "keyboard input definitions for ISO 8859/1." | ||
| 1496 | (i18n)) | ||
| 1497 | ("ja-dic-cnv.el" | ||
| 1498 | "Convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp" | ||
| 1499 | (mule multilingual japanese)) | ||
| 1500 | ("ja-dic-utl.el" | ||
| 1501 | "Utilities for handling Japanese dictionary (SKK-JISYO.L)" | ||
| 1502 | (mule multilingual japanese)) | ||
| 1503 | ("kinsoku.el" | ||
| 1504 | "`Kinsoku' processing funcs." | ||
| 1505 | (mule kinsoku)) | ||
| 1506 | ("kkc.el" | ||
| 1507 | "Kana Kanji converter" | ||
| 1508 | (mule multilingual japanese)) | ||
| 1509 | ("latin-1.el" | ||
| 1510 | "set up case-conversion and syntax tables for ISO Latin-1" | ||
| 1511 | (i18n)) | ||
| 1512 | ("latin-2.el" | ||
| 1513 | "set up case-conversion and syntax tables for ISO Latin-2" | ||
| 1514 | (i18n)) | ||
| 1515 | ("latin-3.el" | ||
| 1516 | "set up case-conversion and syntax tables for ISO Latin-3" | ||
| 1517 | (i18n)) | ||
| 1518 | ("latin-4.el" | ||
| 1519 | "set up case-conversion and syntax tables for ISO Latin-4" | ||
| 1520 | (i18n)) | ||
| 1521 | ("latin-5.el" | ||
| 1522 | "set up case-conversion and syntax tables for ISO latin-5" | ||
| 1523 | (i18n)) | ||
| 1524 | ("latin-8.el" | ||
| 1525 | "set up case-conversion and syntax tables for ISO Latin-8" | ||
| 1526 | (i18n)) | ||
| 1527 | ("latin-9.el" | ||
| 1528 | "set up case-conversion and syntax tables for ISO Latin-9" | ||
| 1529 | (i18n)) | ||
| 1530 | ("latin1-disp.el" | ||
| 1531 | "display tables for other ISO 8859 on Latin-1 terminals" | ||
| 1532 | (i18n)) | ||
| 1533 | ("mule-cmds.el" | ||
| 1534 | "Commands for mulitilingual environment" | ||
| 1535 | (mule multilingual)) | ||
| 1536 | ("mule-conf.el" | ||
| 1537 | "configure multilingual environment" | ||
| 1538 | (mule multilingual character set coding system)) | ||
| 1539 | ("mule-diag.el" | ||
| 1540 | "Show diagnosis of multilingual environment (Mule)" | ||
| 1541 | (multilingual charset coding system fontset diagnosis i18n)) | ||
| 1542 | ("mule-util.el" | ||
| 1543 | "Utility functions for mulitilingual environment (mule)" | ||
| 1544 | (mule multilingual)) | ||
| 1545 | ("mule.el" | ||
| 1546 | "basic commands for mulitilingual environment" | ||
| 1547 | (mule multilingual character set coding system)) | ||
| 1548 | ("ogonek.el" | ||
| 1549 | "change the encoding of Polish diacritics" | ||
| 1550 | (i18n)) | ||
| 1551 | ("quail.el" | ||
| 1552 | "Provides simple input method for multilingual text" | ||
| 1553 | (mule multilingual input method)) | ||
| 1554 | ("swedish.el" | ||
| 1555 | "miscellaneous functions for dealing with Swedish." | ||
| 1556 | (i18n)) | ||
| 1557 | ("titdic-cnv.el" | ||
| 1558 | "convert cxterm dictionary (TIT format) to Quail package" | ||
| 1559 | (quail tit cxterm)) | ||
| 1560 | ("utf-8.el" | ||
| 1561 | "Limited UTF-8 decoding/encoding support" | ||
| 1562 | (multilingual unicode utf-8 i18n)) | ||
| 1563 | ("china-util.el" | 1567 | ("china-util.el" |
| 1564 | "utilities for Chinese" | 1568 | "utilities for Chinese" |
| 1565 | (mule multilingual chinese)) | 1569 | (mule multilingual chinese)) |
| 1566 | ("chinese.el" | 1570 | ("chinese.el" |
| 1567 | "Support for Chinese" | 1571 | "support for Chinese" |
| 1568 | (multilingual chinese)) | 1572 | (multilingual chinese)) |
| 1569 | ("cyril-util.el" | 1573 | ("cyril-util.el" |
| 1570 | "utilities for Cyrillic scripts" | 1574 | "utilities for Cyrillic scripts" |
| 1571 | (mule multilingual cyrillic)) | 1575 | (mule multilingual cyrillic)) |
| 1572 | ("cyrillic.el" | 1576 | ("cyrillic.el" |
| 1573 | "Support for Cyrillic" | 1577 | "support for Cyrillic" |
| 1574 | (multilingual cyrillic)) | 1578 | (multilingual cyrillic)) |
| 1575 | ("czech.el" | 1579 | ("czech.el" |
| 1576 | "support for Czech" | 1580 | "support for Czech" |
| 1577 | (multilingual czech)) | 1581 | (multilingual czech)) |
| 1578 | ("devan-util.el" | 1582 | ("devan-util.el" |
| 1579 | "Support for Devanagari Script Composition" | 1583 | "support for Devanagari Script Composition" |
| 1580 | (multilingual indian devanagari)) | 1584 | (multilingual indian devanagari)) |
| 1581 | ("devanagari.el" | 1585 | ("devanagari.el" |
| 1582 | "Support for Devanagari" | 1586 | "support for Devanagari" |
| 1583 | (multilingual indian devanagari)) | 1587 | (multilingual indian devanagari)) |
| 1584 | ("english.el" | 1588 | ("english.el" |
| 1585 | "English support" | 1589 | "support for English" |
| 1586 | (multibyte character character set syntax category)) | 1590 | (multibyte character character set syntax category)) |
| 1587 | ("ethio-util.el" | 1591 | ("ethio-util.el" |
| 1588 | "utilities for Ethiopic" | 1592 | "utilities for Ethiopic" |
| 1589 | (mule multilingual ethiopic)) | 1593 | (mule multilingual ethiopic)) |
| 1590 | ("ethiopic.el" | 1594 | ("ethiopic.el" |
| 1591 | "Support for Ethiopic" | 1595 | "support for Ethiopic" |
| 1592 | (multilingual ethiopic)) | 1596 | (multilingual ethiopic)) |
| 1593 | ("european.el" | 1597 | ("european.el" |
| 1594 | "European languages" | 1598 | "support for European languages" |
| 1595 | (multilingual european)) | 1599 | (multilingual european)) |
| 1596 | ("greek.el" | 1600 | ("greek.el" |
| 1597 | "Support for Greek" | 1601 | "support for Greek" |
| 1598 | (multilingual greek)) | 1602 | (multilingual greek)) |
| 1599 | ("hebrew.el" | 1603 | ("hebrew.el" |
| 1600 | "Support for Hebrew" | 1604 | "support for Hebrew" |
| 1601 | (multilingual hebrew)) | 1605 | (multilingual hebrew)) |
| 1602 | ("indian.el" | 1606 | ("indian.el" |
| 1603 | "Support for Indian Languages" | 1607 | "support for Indian Languages" |
| 1604 | (multilingual indian)) | 1608 | (multilingual indian)) |
| 1605 | ("japan-util.el" | 1609 | ("japan-util.el" |
| 1606 | "utilities for Japanese" | 1610 | "utilities for Japanese" |
| 1607 | (mule multilingual japanese)) | 1611 | (mule multilingual japanese)) |
| 1608 | ("japanese.el" | 1612 | ("japanese.el" |
| 1609 | "Japanese support" | 1613 | "support for Japanese" |
| 1610 | (multilingual japanese)) | 1614 | (multilingual japanese)) |
| 1611 | ("korea-util.el" | 1615 | ("korea-util.el" |
| 1612 | "utilities for Korean" | 1616 | "utilities for Korean" |
| 1613 | (mule multilingual korean)) | 1617 | (mule multilingual korean)) |
| 1614 | ("korean.el" | 1618 | ("korean.el" |
| 1615 | "Support for Korean" | 1619 | "support for Korean" |
| 1616 | (multilingual korean)) | 1620 | (multilingual korean)) |
| 1617 | ("lao-util.el" | 1621 | ("lao-util.el" |
| 1618 | "utilities for Lao" | 1622 | "utilities for Lao" |
| 1619 | (multilingual lao)) | 1623 | (multilingual lao)) |
| 1620 | ("lao.el" | 1624 | ("lao.el" |
| 1621 | "Support for Lao" | 1625 | "support for Lao" |
| 1622 | (multilingual lao)) | 1626 | (multilingual lao)) |
| 1623 | ("misc-lang.el" | 1627 | ("misc-lang.el" |
| 1624 | "support for miscellaneous languages (characters)" | 1628 | "support for miscellaneous languages (characters)" |
| 1625 | (multilingual character set coding system)) | 1629 | (multilingual character set coding system)) |
| 1626 | ("romanian.el" | 1630 | ("romanian.el" |
| 1627 | "Support for Romanian" | 1631 | "support for Romanian" |
| 1628 | (multilingual romanian)) | 1632 | (multilingual romanian)) |
| 1629 | ("slovak.el" | 1633 | ("slovak.el" |
| 1630 | "Support for Slovak" | 1634 | "support for Slovak" |
| 1631 | (multilingual slovak)) | 1635 | (multilingual slovak)) |
| 1632 | ("thai-util.el" | 1636 | ("thai-util.el" |
| 1633 | "utilities for Thai" | 1637 | "utilities for Thai" |
| 1634 | (mule multilingual thai)) | 1638 | (mule multilingual thai)) |
| 1635 | ("thai.el" | 1639 | ("thai.el" |
| 1636 | "Support for Thai" | 1640 | "support for Thai" |
| 1637 | (multilingual thai)) | 1641 | (multilingual thai)) |
| 1638 | ("tibet-util.el" | 1642 | ("tibet-util.el" |
| 1639 | "utilities for Tibetan" | 1643 | "utilities for Tibetan" |
| 1640 | (multilingual tibetan)) | 1644 | (multilingual tibetan)) |
| 1641 | ("tibetan.el" | 1645 | ("tibetan.el" |
| 1642 | "Support for Tibetan language" | 1646 | "support for Tibetan language" |
| 1643 | (multilingual tibetan)) | 1647 | (multilingual tibetan)) |
| 1644 | ("viet-util.el" | 1648 | ("viet-util.el" |
| 1645 | "utilities for Vietnamese" | 1649 | "utilities for Vietnamese" |
| 1646 | (mule multilingual vietnamese)) | 1650 | (mule multilingual vietnamese)) |
| 1647 | ("vietnamese.el" | 1651 | ("vietnamese.el" |
| 1648 | "Support for Vietnamese" | 1652 | "support for Vietnamese" |
| 1649 | (multilingual vietnamese)) | 1653 | (multilingual vietnamese)) |
| 1650 | ("blessmail.el" | 1654 | ("blessmail.el" |
| 1651 | "Decide whether movemail needs special privileges." | 1655 | "decide whether movemail needs special privileges" |
| 1652 | (internal)) | 1656 | (internal)) |
| 1653 | ("emacsbug.el" | 1657 | ("emacsbug.el" |
| 1654 | "command to report Emacs bugs to appropriate mailing list." | 1658 | "command to report Emacs bugs to appropriate mailing list" |
| 1655 | (maint mail)) | 1659 | (maint mail)) |
| 1656 | ("feedmail.el" | 1660 | ("feedmail.el" |
| 1657 | "assist other email packages to massage outgoing messages" | 1661 | "assist other email packages to massage outgoing messages" |
| 1658 | (email queue mail sendmail message spray smtp draft)) | 1662 | (email queue mail sendmail message spray smtp draft)) |
| 1659 | ("footnote.el" | 1663 | ("footnote.el" |
| 1660 | "Footnote support for message mode" | 1664 | "footnote support for message mode" |
| 1661 | (mail news)) | 1665 | (mail news)) |
| 1662 | ("mail-extr.el" | 1666 | ("mail-extr.el" |
| 1663 | "extract full name and address from RFC 822 mail header." | 1667 | "extract full name and address from RFC 822 mail header" |
| 1664 | (mail)) | 1668 | (mail)) |
| 1665 | ("mail-hist.el" | 1669 | ("mail-hist.el" |
| 1666 | "Headers and message body history for outgoing mail." | 1670 | "headers and message body history for outgoing mail" |
| 1667 | (mail history)) | 1671 | (mail history)) |
| 1668 | ("mail-utils.el" | 1672 | ("mail-utils.el" |
| 1669 | "utility functions used both by rmail and rnews" | 1673 | "utility functions used both by rmail and rnews" |
| 1670 | (mail news)) | 1674 | (mail news)) |
| 1671 | ("mailabbrev.el" | 1675 | ("mailabbrev.el" |
| 1672 | "abbrev-expansion of mail aliases." | 1676 | "abbrev-expansion of mail aliases" |
| 1673 | (mail)) | 1677 | (mail)) |
| 1674 | ("mailalias.el" | 1678 | ("mailalias.el" |
| 1675 | "expand and complete mailing address aliases" | 1679 | "expand and complete mailing address aliases" |
| 1676 | (mail)) | 1680 | (mail)) |
| 1677 | ("mailheader.el" | 1681 | ("mailheader.el" |
| 1678 | "Mail header parsing, merging, formatting" | 1682 | "mail header parsing, merging, formatting" |
| 1679 | (tools mail news)) | 1683 | (tools mail news)) |
| 1680 | ("mailpost.el" | 1684 | ("mailpost.el" |
| 1681 | "RMAIL coupler to /usr/uci/post mailer" | 1685 | "RMAIL coupler to /usr/uci/post mailer" |
| @@ -1705,7 +1709,7 @@ | |||
| 1705 | "mh-e code needed for both sending and reading" | 1709 | "mh-e code needed for both sending and reading" |
| 1706 | nil) | 1710 | nil) |
| 1707 | ("mspools.el" | 1711 | ("mspools.el" |
| 1708 | "show mail spools waiting to be read." | 1712 | "show mail spools waiting to be read" |
| 1709 | (mail)) | 1713 | (mail)) |
| 1710 | ("reporter.el" | 1714 | ("reporter.el" |
| 1711 | "customizable bug reporting of lisp programs" | 1715 | "customizable bug reporting of lisp programs" |
| @@ -1717,22 +1721,22 @@ | |||
| 1717 | "hairy rfc822 parser for mail and news and suchlike" | 1721 | "hairy rfc822 parser for mail and news and suchlike" |
| 1718 | (mail)) | 1722 | (mail)) |
| 1719 | ("rmail.el" | 1723 | ("rmail.el" |
| 1720 | "main code of \"RMAIL\" mail reader for Emacs." | 1724 | "main code of \"RMAIL\" mail reader for Emacs" |
| 1721 | (mail)) | 1725 | (mail)) |
| 1722 | ("rmailedit.el" | 1726 | ("rmailedit.el" |
| 1723 | "\"RMAIL edit mode\" Edit the current message." | 1727 | "\"RMAIL edit mode\" Edit the current message" |
| 1724 | (mail)) | 1728 | (mail)) |
| 1725 | ("rmailkwd.el" | 1729 | ("rmailkwd.el" |
| 1726 | "part of the \"RMAIL\" mail reader for Emacs." | 1730 | "part of the \"RMAIL\" mail reader for Emacs" |
| 1727 | (mail)) | 1731 | (mail)) |
| 1728 | ("rmailmsc.el" | 1732 | ("rmailmsc.el" |
| 1729 | "miscellaneous support functions for the RMAIL mail reader" | 1733 | "miscellaneous support functions for the RMAIL mail reader" |
| 1730 | (mail)) | 1734 | (mail)) |
| 1731 | ("rmailout.el" | 1735 | ("rmailout.el" |
| 1732 | "\"RMAIL\" mail reader for Emacs: output message to a file." | 1736 | "\"RMAIL\" mail reader for Emacs: output message to a file" |
| 1733 | (mail)) | 1737 | (mail)) |
| 1734 | ("rmailsort.el" | 1738 | ("rmailsort.el" |
| 1735 | "Rmail: sort messages." | 1739 | "Rmail: sort messages" |
| 1736 | (mail)) | 1740 | (mail)) |
| 1737 | ("rmailsum.el" | 1741 | ("rmailsum.el" |
| 1738 | "make summary buffers for the mail reader" | 1742 | "make summary buffers for the mail reader" |
| @@ -1756,14 +1760,17 @@ | |||
| 1756 | "digest-cracking support for the RMAIL mail reader" | 1760 | "digest-cracking support for the RMAIL mail reader" |
| 1757 | (mail)) | 1761 | (mail)) |
| 1758 | ("unrmail.el" | 1762 | ("unrmail.el" |
| 1759 | "convert Rmail files to mailbox files." | 1763 | "convert Rmail files to mailbox files" |
| 1760 | (mail)) | 1764 | (mail)) |
| 1761 | ("vms-pmail.el" | 1765 | ("vms-pmail.el" |
| 1762 | "use Emacs as the editor within VMS mail." | 1766 | "use Emacs as the editor within VMS mail" |
| 1763 | (vms)) | 1767 | (vms)) |
| 1764 | ("5x5.el" | 1768 | ("5x5.el" |
| 1765 | "Simple little puzzle game." | 1769 | "simple little puzzle game" |
| 1766 | (games puzzles)) | 1770 | (games puzzles)) |
| 1771 | ("animate.el" | ||
| 1772 | "make text dance" | ||
| 1773 | (games)) | ||
| 1767 | ("blackbox.el" | 1774 | ("blackbox.el" |
| 1768 | "blackbox game in Emacs Lisp" | 1775 | "blackbox game in Emacs Lisp" |
| 1769 | (games)) | 1776 | (games)) |
| @@ -1774,22 +1781,22 @@ | |||
| 1774 | "retrieve random phrases from fortune cookie files" | 1781 | "retrieve random phrases from fortune cookie files" |
| 1775 | (games extensions)) | 1782 | (games extensions)) |
| 1776 | ("decipher.el" | 1783 | ("decipher.el" |
| 1777 | "Cryptanalyze monoalphabetic substitution ciphers" | 1784 | "cryptanalyze monoalphabetic substitution ciphers" |
| 1778 | (games)) | 1785 | (games)) |
| 1779 | ("dissociate.el" | 1786 | ("dissociate.el" |
| 1780 | "scramble text amusingly for Emacs." | 1787 | "scramble text amusingly for Emacs" |
| 1781 | (games)) | 1788 | (games)) |
| 1782 | ("doctor.el" | 1789 | ("doctor.el" |
| 1783 | "psychological help for frustrated users." | 1790 | "psychological help for frustrated users" |
| 1784 | (games)) | 1791 | (games)) |
| 1785 | ("dunnet.el" | 1792 | ("dunnet.el" |
| 1786 | "Text adventure for Emacs" | 1793 | "text adventure for Emacs" |
| 1787 | (games)) | 1794 | (games)) |
| 1788 | ("fortune.el" | 1795 | ("fortune.el" |
| 1789 | "Use fortune to create signatures" | 1796 | "use fortune to create signatures" |
| 1790 | (games utils mail)) | 1797 | (games utils mail)) |
| 1791 | ("gamegrid.el" | 1798 | ("gamegrid.el" |
| 1792 | "Library for implementing grid-based games on Emacs" | 1799 | "library for implementing grid-based games on Emacs" |
| 1793 | (games)) | 1800 | (games)) |
| 1794 | ("gametree.el" | 1801 | ("gametree.el" |
| 1795 | "manage game analysis trees in Emacs" | 1802 | "manage game analysis trees in Emacs" |
| @@ -1813,16 +1820,16 @@ | |||
| 1813 | "protect the impressionable young minds of America" | 1820 | "protect the impressionable young minds of America" |
| 1814 | (games)) | 1821 | (games)) |
| 1815 | ("morse.el" | 1822 | ("morse.el" |
| 1816 | "Convert text to morse code and back." | 1823 | "convert text to morse code and back" |
| 1817 | (games)) | 1824 | (games)) |
| 1818 | ("mpuz.el" | 1825 | ("mpuz.el" |
| 1819 | "multiplication puzzle for GNU Emacs" | 1826 | "multiplication puzzle for GNU Emacs" |
| 1820 | (games)) | 1827 | (games)) |
| 1821 | ("pong.el" | 1828 | ("pong.el" |
| 1822 | nil | 1829 | "classical implementation of pong" |
| 1823 | (games)) | 1830 | (games)) |
| 1824 | ("snake.el" | 1831 | ("snake.el" |
| 1825 | "Implementation of Snake for Emacs" | 1832 | "implementation of Snake for Emacs" |
| 1826 | (games)) | 1833 | (games)) |
| 1827 | ("solitaire.el" | 1834 | ("solitaire.el" |
| 1828 | "game of solitaire in Emacs Lisp" | 1835 | "game of solitaire in Emacs Lisp" |
| @@ -1834,7 +1841,7 @@ | |||
| 1834 | "StudlyCaps (tm)(r)(c)(xxx)" | 1841 | "StudlyCaps (tm)(r)(c)(xxx)" |
| 1835 | (games)) | 1842 | (games)) |
| 1836 | ("tetris.el" | 1843 | ("tetris.el" |
| 1837 | "Implementation of Tetris for Emacs" | 1844 | "implementation of Tetris for Emacs" |
| 1838 | (games)) | 1845 | (games)) |
| 1839 | ("yow.el" | 1846 | ("yow.el" |
| 1840 | "quote random zippyisms" | 1847 | "quote random zippyisms" |
| @@ -1843,25 +1850,25 @@ | |||
| 1843 | "idle display hacks" | 1850 | "idle display hacks" |
| 1844 | (games)) | 1851 | (games)) |
| 1845 | ("ada-mode.el" | 1852 | ("ada-mode.el" |
| 1846 | "major-mode for editing Ada source." | 1853 | "major-mode for editing Ada sources" |
| 1847 | (languages ada)) | 1854 | (languages ada)) |
| 1848 | ("ada-prj.el" | 1855 | ("ada-prj.el" |
| 1849 | "Easy editing of project files for the ada-mode" | 1856 | "easy editing of project files for the ada-mode" |
| 1850 | (languages ada project file)) | 1857 | (languages ada project file)) |
| 1851 | ("ada-stmt.el" | 1858 | ("ada-stmt.el" |
| 1852 | "An extension to Ada mode for inserting statement templates." | 1859 | "an extension to Ada mode for inserting statement templates" |
| 1853 | (languages ada)) | 1860 | (languages ada)) |
| 1854 | ("ada-xref.el" | 1861 | ("ada-xref.el" |
| 1855 | "for lookup and completion in Ada mode" | 1862 | "for lookup and completion in Ada mode" |
| 1856 | (languages ada xref)) | 1863 | (languages ada xref)) |
| 1857 | ("antlr-mode.el" | 1864 | ("antlr-mode.el" |
| 1858 | "Major mode for ANTLR grammar files" | 1865 | "major mode for ANTLR grammar files" |
| 1859 | nil) | 1866 | nil) |
| 1860 | ("asm-mode.el" | 1867 | ("asm-mode.el" |
| 1861 | "mode for editing assembler code" | 1868 | "mode for editing assembler code" |
| 1862 | (tools languages)) | 1869 | (tools languages)) |
| 1863 | ("autoconf.el" | 1870 | ("autoconf.el" |
| 1864 | "Mode for editing Autoconf configure.in files." | 1871 | "mode for editing Autoconf configure.in files" |
| 1865 | (languages)) | 1872 | (languages)) |
| 1866 | ("awk-mode.el" | 1873 | ("awk-mode.el" |
| 1867 | "AWK code editing commands for Emacs" | 1874 | "AWK code editing commands for Emacs" |
| @@ -1870,7 +1877,7 @@ | |||
| 1870 | "custom indentation functions for CC Mode" | 1877 | "custom indentation functions for CC Mode" |
| 1871 | (c languages oop)) | 1878 | (c languages oop)) |
| 1872 | ("cc-bytecomp.el" | 1879 | ("cc-bytecomp.el" |
| 1873 | "Compile time setup for proper compilation" | 1880 | "compile time setup for proper compilation" |
| 1874 | (c languages oop)) | 1881 | (c languages oop)) |
| 1875 | ("cc-cmds.el" | 1882 | ("cc-cmds.el" |
| 1876 | "user level commands for CC Mode" | 1883 | "user level commands for CC Mode" |
| @@ -1903,37 +1910,37 @@ | |||
| 1903 | "expand C macros in a region" | 1910 | "expand C macros in a region" |
| 1904 | (c)) | 1911 | (c)) |
| 1905 | ("compile.el" | 1912 | ("compile.el" |
| 1906 | "run compiler as inferior of Emacs, parse error messages." | 1913 | "run compiler as inferior of Emacs, parse error messages" |
| 1907 | (tools processes)) | 1914 | (tools processes)) |
| 1908 | ("cperl-mode.el" | 1915 | ("cperl-mode.el" |
| 1909 | "Perl code editing commands for Emacs" | 1916 | "Perl code editing commands for Emacs" |
| 1910 | (languages perl)) | 1917 | (languages perl)) |
| 1911 | ("cpp.el" | 1918 | ("cpp.el" |
| 1912 | "Highlight or hide text according to cpp conditionals." | 1919 | "highlight or hide text according to cpp conditionals" |
| 1913 | (c faces tools)) | 1920 | (c faces tools)) |
| 1914 | ("cwarn.el" | 1921 | ("cwarn.el" |
| 1915 | "Highlight suspicious C and C++ constructions." | 1922 | "highlight suspicious C and C++ constructions" |
| 1916 | (c languages faces)) | 1923 | (c languages faces)) |
| 1917 | ("dcl-mode.el" | 1924 | ("dcl-mode.el" |
| 1918 | "major mode for editing DCL command files" | 1925 | "major mode for editing DCL command files" |
| 1919 | (dcl editing major-mode languages)) | 1926 | (dcl editing major-mode languages)) |
| 1920 | ("delphi.el" | 1927 | ("delphi.el" |
| 1921 | "Major mode for editing Delphi source (Object Pascal) in Emacs" | 1928 | "major mode for editing Delphi source (Object Pascal) in Emacs" |
| 1922 | (languages)) | 1929 | (languages)) |
| 1923 | ("ebnf-bnf.el" | 1930 | ("ebnf-bnf.el" |
| 1924 | "Parser for EBNF" | 1931 | "parser for EBNF" |
| 1925 | (wp ebnf postscript)) | 1932 | (wp ebnf postscript)) |
| 1926 | ("ebnf-iso.el" | 1933 | ("ebnf-iso.el" |
| 1927 | "Parser for ISO EBNF" | 1934 | "parser for ISO EBNF" |
| 1928 | (wp ebnf postscript)) | 1935 | (wp ebnf postscript)) |
| 1929 | ("ebnf-otz.el" | 1936 | ("ebnf-otz.el" |
| 1930 | "Syntatic chart OpTimiZer" | 1937 | "syntatic chart OpTimiZer" |
| 1931 | (wp ebnf postscript)) | 1938 | (wp ebnf postscript)) |
| 1932 | ("ebnf-yac.el" | 1939 | ("ebnf-yac.el" |
| 1933 | "Parser for Yacc/Bison" | 1940 | "parser for Yacc/Bison" |
| 1934 | (wp ebnf postscript)) | 1941 | (wp ebnf postscript)) |
| 1935 | ("ebnf2ps.el" | 1942 | ("ebnf2ps.el" |
| 1936 | "Translate an EBNF to a syntatic chart on PostScript" | 1943 | "translate an EBNF to a syntatic chart on PostScript" |
| 1937 | (wp ebnf postscript)) | 1944 | (wp ebnf postscript)) |
| 1938 | ("ebrowse.el" | 1945 | ("ebrowse.el" |
| 1939 | "Emacs C++ class browser & tags facility" | 1946 | "Emacs C++ class browser & tags facility" |
| @@ -1954,7 +1961,7 @@ | |||
| 1954 | "make cantReadThis readable" | 1961 | "make cantReadThis readable" |
| 1955 | (tools)) | 1962 | (tools)) |
| 1956 | ("hideif.el" | 1963 | ("hideif.el" |
| 1957 | "hides selected code within ifdef." | 1964 | "hides selected code within ifdef" |
| 1958 | (c outlines)) | 1965 | (c outlines)) |
| 1959 | ("hideshow.el" | 1966 | ("hideshow.el" |
| 1960 | "minor mode cmds to selectively display blocks of code" | 1967 | "minor mode cmds to selectively display blocks of code" |
| @@ -1966,10 +1973,10 @@ | |||
| 1966 | "Routine Information for IDLWAVE" | 1973 | "Routine Information for IDLWAVE" |
| 1967 | (languages)) | 1974 | (languages)) |
| 1968 | ("idlw-shell.el" | 1975 | ("idlw-shell.el" |
| 1969 | "Run IDL or WAVE as an inferior process of Emacs." | 1976 | "run IDL or WAVE as an inferior process of Emacs" |
| 1970 | (processes)) | 1977 | (processes)) |
| 1971 | ("idlw-toolbar.el" | 1978 | ("idlw-toolbar.el" |
| 1972 | "A debugging toolbar for IDLWAVE" | 1979 | "a debugging toolbar for IDLWAVE" |
| 1973 | (processes)) | 1980 | (processes)) |
| 1974 | ("idlwave.el" | 1981 | ("idlwave.el" |
| 1975 | "IDL and WAVE CL editing mode for GNU Emacs" | 1982 | "IDL and WAVE CL editing mode for GNU Emacs" |
| @@ -1984,10 +1991,10 @@ | |||
| 1984 | "makefile editing commands for Emacs" | 1991 | "makefile editing commands for Emacs" |
| 1985 | (unix tools)) | 1992 | (unix tools)) |
| 1986 | ("mantemp.el" | 1993 | ("mantemp.el" |
| 1987 | "Create manual template instantiations from g++ 2.7.2 output." | 1994 | "create manual template instantiations from g++ 2.7.2 output" |
| 1988 | (g++ templates)) | 1995 | (g++ templates)) |
| 1989 | ("meta-mode.el" | 1996 | ("meta-mode.el" |
| 1990 | "major mode for editing Metafont or MetaPost sources." | 1997 | "major mode for editing Metafont or MetaPost sources" |
| 1991 | (metafont metapost tex languages)) | 1998 | (metafont metapost tex languages)) |
| 1992 | ("modula2.el" | 1999 | ("modula2.el" |
| 1993 | "Modula-2 editing support package" | 2000 | "Modula-2 editing support package" |
| @@ -2011,10 +2018,10 @@ | |||
| 2011 | "major mode for editing and running Prolog under Emacs" | 2018 | "major mode for editing and running Prolog under Emacs" |
| 2012 | (languages)) | 2019 | (languages)) |
| 2013 | ("ps-mode.el" | 2020 | ("ps-mode.el" |
| 2014 | "PostScript mode for GNU Emacs." | 2021 | "PostScript mode for GNU Emacs" |
| 2015 | (postscript languages)) | 2022 | (postscript languages)) |
| 2016 | ("scheme.el" | 2023 | ("scheme.el" |
| 2017 | "Scheme (and DSSSL) editing mode." | 2024 | "Scheme (and DSSSL) editing mode" |
| 2018 | (languages lisp)) | 2025 | (languages lisp)) |
| 2019 | ("sh-script.el" | 2026 | ("sh-script.el" |
| 2020 | "shell-script editing commands for Emacs" | 2027 | "shell-script editing commands for Emacs" |
| @@ -2031,107 +2038,11 @@ | |||
| 2031 | ("vhdl-mode.el" | 2038 | ("vhdl-mode.el" |
| 2032 | "major mode for editing VHDL code" | 2039 | "major mode for editing VHDL code" |
| 2033 | (languages vhdl)) | 2040 | (languages vhdl)) |
| 2034 | ("AT386.el" | ||
| 2035 | "terminal support package for IBM AT keyboards" | ||
| 2036 | (terminals)) | ||
| 2037 | ("apollo.el" | ||
| 2038 | nil | ||
| 2039 | nil) | ||
| 2040 | ("bg-mouse.el" | ||
| 2041 | "GNU Emacs code for BBN Bitgraph mouse." | ||
| 2042 | (hardware)) | ||
| 2043 | ("bobcat.el" | ||
| 2044 | nil | ||
| 2045 | nil) | ||
| 2046 | ("internal.el" | ||
| 2047 | "support for PC internal terminal" | ||
| 2048 | nil) | ||
| 2049 | ("iris-ansi.el" | ||
| 2050 | "configure Emacs for SGI xwsh and winterm apps" | ||
| 2051 | nil) | ||
| 2052 | ("keyswap.el" | ||
| 2053 | "swap BS and DEL keys" | ||
| 2054 | (terminals)) | ||
| 2055 | ("linux.el" | ||
| 2056 | nil | ||
| 2057 | nil) | ||
| 2058 | ("lk201.el" | ||
| 2059 | nil | ||
| 2060 | nil) | ||
| 2061 | ("mac-win.el" | ||
| 2062 | "support for \"Macintosh windows\"." | ||
| 2063 | nil) | ||
| 2064 | ("news.el" | ||
| 2065 | "keypad and function key bindings for the Sony NEWS keyboard" | ||
| 2066 | (terminals)) | ||
| 2067 | ("pc-win.el" | ||
| 2068 | "setup support for `PC windows' (whatever that is)." | ||
| 2069 | nil) | ||
| 2070 | ("sun-mouse.el" | ||
| 2071 | "mouse handling for Sun windows" | ||
| 2072 | (hardware)) | ||
| 2073 | ("sun.el" | ||
| 2074 | "keybinding for standard default sunterm keys" | ||
| 2075 | (terminals)) | ||
| 2076 | ("sup-mouse.el" | ||
| 2077 | "supdup mouse support for lisp machines" | ||
| 2078 | (hardware)) | ||
| 2079 | ("tty-colors.el" | ||
| 2080 | "color support for character terminals" | ||
| 2081 | (terminals faces)) | ||
| 2082 | ("tvi970.el" | ||
| 2083 | "terminal support for the Televideo 970" | ||
| 2084 | (terminals)) | ||
| 2085 | ("vt100.el" | ||
| 2086 | "define VT100 function key sequences in function-key-map" | ||
| 2087 | (terminals)) | ||
| 2088 | ("vt102.el" | ||
| 2089 | nil | ||
| 2090 | nil) | ||
| 2091 | ("vt125.el" | ||
| 2092 | nil | ||
| 2093 | nil) | ||
| 2094 | ("vt200.el" | ||
| 2095 | nil | ||
| 2096 | nil) | ||
| 2097 | ("vt201.el" | ||
| 2098 | nil | ||
| 2099 | nil) | ||
| 2100 | ("vt220.el" | ||
| 2101 | nil | ||
| 2102 | nil) | ||
| 2103 | ("vt240.el" | ||
| 2104 | nil | ||
| 2105 | nil) | ||
| 2106 | ("vt300.el" | ||
| 2107 | nil | ||
| 2108 | nil) | ||
| 2109 | ("vt320.el" | ||
| 2110 | nil | ||
| 2111 | nil) | ||
| 2112 | ("vt400.el" | ||
| 2113 | nil | ||
| 2114 | nil) | ||
| 2115 | ("vt420.el" | ||
| 2116 | nil | ||
| 2117 | nil) | ||
| 2118 | ("w32-win.el" | ||
| 2119 | "parse switches controlling interface with W32 window system." | ||
| 2120 | (terminals)) | ||
| 2121 | ("wyse50.el" | ||
| 2122 | "terminal support code for Wyse 50" | ||
| 2123 | (terminals)) | ||
| 2124 | ("x-win.el" | ||
| 2125 | "parse switches controlling interface with X window system" | ||
| 2126 | (terminals)) | ||
| 2127 | ("xterm.el" | ||
| 2128 | "define function key sequences for xterm" | ||
| 2129 | (terminals)) | ||
| 2130 | ("artist.el" | 2041 | ("artist.el" |
| 2131 | "draw ascii graphics with your mouse" | 2042 | "draw ascii graphics with your mouse" |
| 2132 | (mouse)) | 2043 | (mouse)) |
| 2133 | ("bib-mode.el" | 2044 | ("bib-mode.el" |
| 2134 | "bib-mode, major mode for editing bib files." | 2045 | "major mode for editing bib files" |
| 2135 | (bib)) | 2046 | (bib)) |
| 2136 | ("bibtex.el" | 2047 | ("bibtex.el" |
| 2137 | "BibTeX mode for GNU Emacs" | 2048 | "BibTeX mode for GNU Emacs" |
| @@ -2140,14 +2051,14 @@ | |||
| 2140 | "fill commands for Emacs" | 2051 | "fill commands for Emacs" |
| 2141 | (wp)) | 2052 | (wp)) |
| 2142 | ("flyspell.el" | 2053 | ("flyspell.el" |
| 2143 | "On-the-fly spell checker" | 2054 | "on-the-fly spell checker" |
| 2144 | (convenience)) | 2055 | (convenience)) |
| 2145 | ("ispell.el" | 2056 | ("ispell.el" |
| 2146 | "Interface to International Ispell Versions 3.1 and 3.2" | 2057 | "interface to International Ispell Versions 3.1 and 3.2" |
| 2147 | (unix wp)) | 2058 | (unix wp)) |
| 2148 | ("makeinfo.el" | 2059 | ("makeinfo.el" |
| 2149 | "run makeinfo conveniently" | 2060 | "run makeinfo conveniently" |
| 2150 | nil) | 2061 | (docs convenience)) |
| 2151 | ("nroff-mode.el" | 2062 | ("nroff-mode.el" |
| 2152 | "GNU Emacs major mode for editing nroff source" | 2063 | "GNU Emacs major mode for editing nroff source" |
| 2153 | (wp)) | 2064 | (wp)) |
| @@ -2156,72 +2067,72 @@ | |||
| 2156 | (outlines)) | 2067 | (outlines)) |
| 2157 | ("page-ext.el" | 2068 | ("page-ext.el" |
| 2158 | "extended page handling commands" | 2069 | "extended page handling commands" |
| 2159 | nil) | 2070 | (wp data)) |
| 2160 | ("page.el" | 2071 | ("page.el" |
| 2161 | "page motion commands for emacs." | 2072 | "page motion commands for Emacs" |
| 2162 | nil) | 2073 | (wp convenience)) |
| 2163 | ("paragraphs.el" | 2074 | ("paragraphs.el" |
| 2164 | "paragraph and sentence parsing." | 2075 | "paragraph and sentence parsing" |
| 2165 | (wp)) | 2076 | (wp)) |
| 2166 | ("picture.el" | 2077 | ("picture.el" |
| 2167 | "\"Picture mode\" -- editing using quarter-plane screen model." | 2078 | "\"Picture mode\" -- editing using quarter-plane screen model" |
| 2168 | (convenience wp)) | 2079 | (convenience wp)) |
| 2169 | ("refbib.el" | 2080 | ("refbib.el" |
| 2170 | "convert refer-style references to ones usable by Latex bib" | 2081 | "convert refer-style references to ones usable by Latex bib" |
| 2171 | (bib tex)) | 2082 | (bib tex)) |
| 2172 | ("refer.el" | 2083 | ("refer.el" |
| 2173 | "look up references in bibliography files." | 2084 | "look up references in bibliography files" |
| 2174 | (bib)) | 2085 | (bib)) |
| 2175 | ("refill.el" | 2086 | ("refill.el" |
| 2176 | "`auto-fill' by refilling paragraphs on changes" | 2087 | "`auto-fill' by refilling paragraphs on changes" |
| 2177 | (wp)) | 2088 | (wp)) |
| 2178 | ("reftex-auc.el" | 2089 | ("reftex-auc.el" |
| 2179 | nil | 2090 | "RefTeX's interface to AUC TeX" |
| 2180 | nil) | 2091 | nil) |
| 2181 | ("reftex-cite.el" | 2092 | ("reftex-cite.el" |
| 2182 | nil | 2093 | "creating citations with RefTeX" |
| 2183 | nil) | 2094 | nil) |
| 2184 | ("reftex-dcr.el" | 2095 | ("reftex-dcr.el" |
| 2185 | nil | 2096 | "viewing cross references and citations with RefTeX" |
| 2186 | nil) | 2097 | nil) |
| 2187 | ("reftex-global.el" | 2098 | ("reftex-global.el" |
| 2188 | nil | 2099 | "operations on entire documents with RefTeX" |
| 2189 | nil) | 2100 | nil) |
| 2190 | ("reftex-index.el" | 2101 | ("reftex-index.el" |
| 2191 | nil | 2102 | "index support with RefTeX" |
| 2192 | nil) | 2103 | nil) |
| 2193 | ("reftex-parse.el" | 2104 | ("reftex-parse.el" |
| 2194 | nil | 2105 | "parser functions for RefTeX" |
| 2195 | nil) | 2106 | nil) |
| 2196 | ("reftex-ref.el" | 2107 | ("reftex-ref.el" |
| 2197 | nil | 2108 | "code to create labels and references with RefTeX" |
| 2198 | nil) | 2109 | nil) |
| 2199 | ("reftex-sel.el" | 2110 | ("reftex-sel.el" |
| 2200 | nil | 2111 | "the selection modes for RefTeX" |
| 2201 | nil) | 2112 | nil) |
| 2202 | ("reftex-toc.el" | 2113 | ("reftex-toc.el" |
| 2203 | nil | 2114 | "RefTeX's table of contents mode" |
| 2204 | nil) | 2115 | nil) |
| 2205 | ("reftex-vars.el" | 2116 | ("reftex-vars.el" |
| 2206 | nil | 2117 | "configuration variables for RefTeX" |
| 2207 | nil) | 2118 | nil) |
| 2208 | ("reftex.el" | 2119 | ("reftex.el" |
| 2209 | "Minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX" | 2120 | "minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX" |
| 2210 | (tex)) | 2121 | (tex)) |
| 2211 | ("scribe.el" | 2122 | ("scribe.el" |
| 2212 | "scribe mode, and its idiosyncratic commands." | 2123 | "scribe mode, and its idiosyncratic commands" |
| 2213 | (wp)) | 2124 | (wp)) |
| 2214 | ("sgml-mode.el" | 2125 | ("sgml-mode.el" |
| 2215 | "SGML- and HTML-editing modes" | 2126 | "SGML- and HTML-editing modes" |
| 2216 | (wp hypermedia comm languages)) | 2127 | (wp hypermedia comm languages)) |
| 2217 | ("spell.el" | 2128 | ("spell.el" |
| 2218 | "spelling correction interface for Emacs." | 2129 | "spelling correction interface for Emacs" |
| 2219 | (wp unix)) | 2130 | (wp unix)) |
| 2220 | ("tex-mode.el" | 2131 | ("tex-mode.el" |
| 2221 | "TeX, LaTeX, and SliTeX mode commands." | 2132 | "TeX, LaTeX, and SliTeX mode commands" |
| 2222 | (tex)) | 2133 | (tex)) |
| 2223 | ("texinfmt.el" | 2134 | ("texinfmt.el" |
| 2224 | "format Texinfo files into Info files." | 2135 | "format Texinfo files into Info files" |
| 2225 | (maint tex docs)) | 2136 | (maint tex docs)) |
| 2226 | ("texinfo.el" | 2137 | ("texinfo.el" |
| 2227 | "major mode for editing Texinfo files" | 2138 | "major mode for editing Texinfo files" |
| @@ -2230,20 +2141,17 @@ | |||
| 2230 | "utilities for updating nodes and menus in Texinfo files" | 2141 | "utilities for updating nodes and menus in Texinfo files" |
| 2231 | (maint tex docs)) | 2142 | (maint tex docs)) |
| 2232 | ("text-mode.el" | 2143 | ("text-mode.el" |
| 2233 | "text mode, and its idiosyncratic commands." | 2144 | "text mode, and its idiosyncratic commands" |
| 2234 | nil) | 2145 | (wp)) |
| 2235 | ("tildify.el" | 2146 | ("tildify.el" |
| 2236 | "adding hard spaces into texts" | 2147 | "adding hard spaces into texts" |
| 2237 | (text tex sgml wp)) | 2148 | (text tex sgml wp)) |
| 2238 | ("two-column.el" | 2149 | ("two-column.el" |
| 2239 | "minor mode for editing of two-column text" | 2150 | "minor mode for editing of two-column text" |
| 2240 | nil) | 2151 | (wp)) |
| 2241 | ("underline.el" | 2152 | ("underline.el" |
| 2242 | "insert/remove underlining (done by overstriking) in Emacs." | 2153 | "insert/remove underlining (done by overstriking) in Emacs" |
| 2243 | (wp)) | 2154 | (wp)) |
| 2244 | ("tool-bar.el" | ||
| 2245 | "Setting up the tool bar" | ||
| 2246 | (mouse frames)) | ||
| 2247 | )) | 2155 | )) |
| 2248 | 2156 | ||
| 2249 | (provide 'finder-inf) | 2157 | (provide 'finder-inf) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 1888cc4789a..af2e06de282 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 119 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun | 119 | ;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun |
| 120 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 120 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 121 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 121 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 122 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (15013 64496)) | 122 | ;;;;;; add-log-full-name) "add-log" "add-log.el" (15215 36955)) |
| 123 | ;;; Generated autoloads from add-log.el | 123 | ;;; Generated autoloads from add-log.el |
| 124 | 124 | ||
| 125 | (defvar add-log-full-name nil "\ | 125 | (defvar add-log-full-name nil "\ |
| @@ -404,6 +404,27 @@ directory, so that Emacs will know its current contents." t nil) | |||
| 404 | 404 | ||
| 405 | ;;;*** | 405 | ;;;*** |
| 406 | 406 | ||
| 407 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | ||
| 408 | ;;;;;; "animate" "play/animate.el" (15220 9034)) | ||
| 409 | ;;; Generated autoloads from play/animate.el | ||
| 410 | |||
| 411 | (autoload (quote animate-string) "animate" "\ | ||
| 412 | Display STRING starting at position VPOS, HPOS, using animation. | ||
| 413 | The characters start at randomly chosen places, | ||
| 414 | and all slide in parallel to their final positions, | ||
| 415 | passing through `animate-n-steps' positions before the final ones. | ||
| 416 | If HPOS is nil (or omitted), center the string horizontally | ||
| 417 | in the current window." nil nil) | ||
| 418 | |||
| 419 | (autoload (quote animate-sequence) "animate" "\ | ||
| 420 | Display strings from LIST-OF-STRING with animation in a new buffer. | ||
| 421 | Strings will be separated from each other by SPACE lines." nil nil) | ||
| 422 | |||
| 423 | (autoload (quote animate-birthday-present) "animate" "\ | ||
| 424 | Display Sarah's birthday present in a new buffer." t nil) | ||
| 425 | |||
| 426 | ;;;*** | ||
| 427 | |||
| 407 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 428 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 408 | ;;;;;; "ansi-color" "ansi-color.el" (14965 36567)) | 429 | ;;;;;; "ansi-color" "ansi-color.el" (14965 36567)) |
| 409 | ;;; Generated autoloads from ansi-color.el | 430 | ;;; Generated autoloads from ansi-color.el |
| @@ -427,7 +448,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil) | |||
| 427 | ;;;*** | 448 | ;;;*** |
| 428 | 449 | ||
| 429 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 450 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 430 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15187 6160)) | 451 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15241 58886)) |
| 431 | ;;; Generated autoloads from progmodes/antlr-mode.el | 452 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 432 | 453 | ||
| 433 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 454 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -1048,7 +1069,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil) | |||
| 1048 | ;;;*** | 1069 | ;;;*** |
| 1049 | 1070 | ||
| 1050 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1071 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1051 | ;;;;;; "avoid.el" (14877 10207)) | 1072 | ;;;;;; "avoid.el" (15198 34460)) |
| 1052 | ;;; Generated autoloads from avoid.el | 1073 | ;;; Generated autoloads from avoid.el |
| 1053 | 1074 | ||
| 1054 | (defvar mouse-avoidance-mode nil "\ | 1075 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1126,7 +1147,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 1126 | ;;;*** | 1147 | ;;;*** |
| 1127 | 1148 | ||
| 1128 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 1149 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 1129 | ;;;;;; (15187 6158)) | 1150 | ;;;;;; (15218 17774)) |
| 1130 | ;;; Generated autoloads from battery.el | 1151 | ;;; Generated autoloads from battery.el |
| 1131 | 1152 | ||
| 1132 | (autoload (quote battery) "battery" "\ | 1153 | (autoload (quote battery) "battery" "\ |
| @@ -1889,7 +1910,7 @@ name of buffer configuration." t nil) | |||
| 1889 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1910 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1890 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1911 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1891 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1912 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1892 | ;;;;;; "emacs-lisp/bytecomp.el" (15186 41419)) | 1913 | ;;;;;; "emacs-lisp/bytecomp.el" (15235 24851)) |
| 1893 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1914 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1894 | 1915 | ||
| 1895 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 1916 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2001,7 +2022,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2001 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2022 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2002 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2023 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2003 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2024 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2004 | ;;;;;; (15187 3055)) | 2025 | ;;;;;; (15218 39937)) |
| 2005 | ;;; Generated autoloads from calendar/calendar.el | 2026 | ;;; Generated autoloads from calendar/calendar.el |
| 2006 | 2027 | ||
| 2007 | (defvar calendar-week-start-day 0 "\ | 2028 | (defvar calendar-week-start-day 0 "\ |
| @@ -3103,7 +3124,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3103 | ;;;*** | 3124 | ;;;*** |
| 3104 | 3125 | ||
| 3105 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3126 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3106 | ;;;;;; (15107 34129)) | 3127 | ;;;;;; (15226 25416)) |
| 3107 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3128 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3108 | 3129 | ||
| 3109 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3130 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3192,7 +3213,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3192 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3213 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3193 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3214 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3194 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3215 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3195 | ;;;;;; (15186 41418)) | 3216 | ;;;;;; (15243 17691)) |
| 3196 | ;;; Generated autoloads from comint.el | 3217 | ;;; Generated autoloads from comint.el |
| 3197 | 3218 | ||
| 3198 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3219 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3272,7 +3293,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3272 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3293 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3273 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3294 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3274 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3295 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3275 | ;;;;;; "compile" "progmodes/compile.el" (15186 41424)) | 3296 | ;;;;;; "compile" "progmodes/compile.el" (15197 14419)) |
| 3276 | ;;; Generated autoloads from progmodes/compile.el | 3297 | ;;; Generated autoloads from progmodes/compile.el |
| 3277 | 3298 | ||
| 3278 | (defvar compilation-mode-hook nil "\ | 3299 | (defvar compilation-mode-hook nil "\ |
| @@ -4456,14 +4477,14 @@ no args, if that value is non-nil." t nil) | |||
| 4456 | 4477 | ||
| 4457 | ;;;*** | 4478 | ;;;*** |
| 4458 | 4479 | ||
| 4459 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (14854 | 4480 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15206 |
| 4460 | ;;;;;; 32221)) | 4481 | ;;;;;; 38924)) |
| 4461 | ;;; Generated autoloads from delsel.el | 4482 | ;;; Generated autoloads from delsel.el |
| 4462 | 4483 | ||
| 4463 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 4484 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| 4464 | 4485 | ||
| 4465 | (defvar delete-selection-mode nil "\ | 4486 | (defvar delete-selection-mode nil "\ |
| 4466 | Toggle Delete-Selection mode on or off. | 4487 | Non-nil if Delete-Selection mode is enabled. |
| 4467 | See the command `delete-selection-mode' for a description of this minor-mode. | 4488 | See the command `delete-selection-mode' for a description of this minor-mode. |
| 4468 | Setting this variable directly does not take effect; | 4489 | Setting this variable directly does not take effect; |
| 4469 | use either \\[customize] or the function `delete-selection-mode'.") | 4490 | use either \\[customize] or the function `delete-selection-mode'.") |
| @@ -4528,7 +4549,7 @@ the first time the mode is used." nil nil) | |||
| 4528 | ;;;*** | 4549 | ;;;*** |
| 4529 | 4550 | ||
| 4530 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4551 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4531 | ;;;;;; (14823 12922)) | 4552 | ;;;;;; (15224 61468)) |
| 4532 | ;;; Generated autoloads from desktop.el | 4553 | ;;; Generated autoloads from desktop.el |
| 4533 | 4554 | ||
| 4534 | (autoload (quote desktop-read) "desktop" "\ | 4555 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -4638,7 +4659,7 @@ to run it every morning at 1am." t nil) | |||
| 4638 | ;;;*** | 4659 | ;;;*** |
| 4639 | 4660 | ||
| 4640 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 4661 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 4641 | ;;;;;; "diff.el" (15186 41418)) | 4662 | ;;;;;; "diff.el" (15215 36955)) |
| 4642 | ;;; Generated autoloads from diff.el | 4663 | ;;; Generated autoloads from diff.el |
| 4643 | 4664 | ||
| 4644 | (defvar diff-switches "-c" "\ | 4665 | (defvar diff-switches "-c" "\ |
| @@ -4682,7 +4703,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4682 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4703 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4683 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4704 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4684 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4705 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4685 | ;;;;;; "dired" "dired.el" (15186 50925)) | 4706 | ;;;;;; "dired" "dired.el" (15245 789)) |
| 4686 | ;;; Generated autoloads from dired.el | 4707 | ;;; Generated autoloads from dired.el |
| 4687 | 4708 | ||
| 4688 | (defvar dired-listing-switches "-al" "\ | 4709 | (defvar dired-listing-switches "-al" "\ |
| @@ -4786,7 +4807,7 @@ Like `dired' but returns the dired buffer as value, does not select it." nil nil | |||
| 4786 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines | 4807 | ;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines |
| 4787 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp | 4808 | ;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp |
| 4788 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" | 4809 | ;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" |
| 4789 | ;;;;;; "dired-aux.el" (15186 41418)) | 4810 | ;;;;;; "dired-aux.el" (15245 967)) |
| 4790 | ;;; Generated autoloads from dired-aux.el | 4811 | ;;; Generated autoloads from dired-aux.el |
| 4791 | 4812 | ||
| 4792 | (autoload (quote dired-diff) "dired-aux" "\ | 4813 | (autoload (quote dired-diff) "dired-aux" "\ |
| @@ -5019,7 +5040,7 @@ true then the type of the file linked to by FILE is printed instead." t nil) | |||
| 5019 | 5040 | ||
| 5020 | ;;;*** | 5041 | ;;;*** |
| 5021 | 5042 | ||
| 5022 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14937 32770)) | 5043 | ;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15245 897)) |
| 5023 | ;;; Generated autoloads from dired-x.el | 5044 | ;;; Generated autoloads from dired-x.el |
| 5024 | 5045 | ||
| 5025 | (autoload (quote dired-jump) "dired-x" "\ | 5046 | (autoload (quote dired-jump) "dired-x" "\ |
| @@ -5194,7 +5215,7 @@ Switch to *dungeon* buffer and start game." t nil) | |||
| 5194 | ;;;*** | 5215 | ;;;*** |
| 5195 | 5216 | ||
| 5196 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 5217 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 5197 | ;;;;;; (15186 41421)) | 5218 | ;;;;;; (15232 59193)) |
| 5198 | ;;; Generated autoloads from gnus/earcon.el | 5219 | ;;; Generated autoloads from gnus/earcon.el |
| 5199 | 5220 | ||
| 5200 | (autoload (quote gnus-earcon-display) "earcon" "\ | 5221 | (autoload (quote gnus-earcon-display) "earcon" "\ |
| @@ -5204,7 +5225,7 @@ Play sounds in message buffers." t nil) | |||
| 5204 | 5225 | ||
| 5205 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5226 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5206 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5227 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5207 | ;;;;;; "emacs-lisp/easy-mmode.el" (15187 6159)) | 5228 | ;;;;;; "emacs-lisp/easy-mmode.el" (15218 41915)) |
| 5208 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5229 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5209 | 5230 | ||
| 5210 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5231 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -5568,7 +5589,7 @@ Display statistics for a class tree." t nil) | |||
| 5568 | ;;;*** | 5589 | ;;;*** |
| 5569 | 5590 | ||
| 5570 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 5591 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 5571 | ;;;;;; (14783 15355)) | 5592 | ;;;;;; (15238 2043)) |
| 5572 | ;;; Generated autoloads from ebuff-menu.el | 5593 | ;;; Generated autoloads from ebuff-menu.el |
| 5573 | 5594 | ||
| 5574 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 5595 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ |
| @@ -5601,7 +5622,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 5601 | ;;;*** | 5622 | ;;;*** |
| 5602 | 5623 | ||
| 5603 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5624 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 5604 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14921 47235)) | 5625 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15217 6571)) |
| 5605 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5626 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 5606 | 5627 | ||
| 5607 | (defvar edebug-all-defs nil "\ | 5628 | (defvar edebug-all-defs nil "\ |
| @@ -5644,7 +5665,7 @@ or if an error occurs, leave point after it with mark at the original point." t | |||
| 5644 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 5665 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 5645 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 5666 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 5646 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 | 5667 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 |
| 5647 | ;;;;;; ediff-files) "ediff" "ediff.el" (15029 54049)) | 5668 | ;;;;;; ediff-files) "ediff" "ediff.el" (15195 56516)) |
| 5648 | ;;; Generated autoloads from ediff.el | 5669 | ;;; Generated autoloads from ediff.el |
| 5649 | 5670 | ||
| 5650 | (autoload (quote ediff-files) "ediff" "\ | 5671 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -5832,7 +5853,7 @@ With optional NODE, goes to that node." t nil) | |||
| 5832 | ;;;*** | 5853 | ;;;*** |
| 5833 | 5854 | ||
| 5834 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 5855 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 5835 | ;;;;;; (14845 20842)) | 5856 | ;;;;;; (15226 22248)) |
| 5836 | ;;; Generated autoloads from ediff-mult.el | 5857 | ;;; Generated autoloads from ediff-mult.el |
| 5837 | 5858 | ||
| 5838 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 5859 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -5843,7 +5864,7 @@ Display Ediff's registry." t nil) | |||
| 5843 | ;;;*** | 5864 | ;;;*** |
| 5844 | 5865 | ||
| 5845 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 5866 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 5846 | ;;;;;; "ediff-util" "ediff-util.el" (15186 41418)) | 5867 | ;;;;;; "ediff-util" "ediff-util.el" (15195 56516)) |
| 5847 | ;;; Generated autoloads from ediff-util.el | 5868 | ;;; Generated autoloads from ediff-util.el |
| 5848 | 5869 | ||
| 5849 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 5870 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -6680,7 +6701,7 @@ Edit the hotlist of directory servers in a specialized buffer." t nil) | |||
| 6680 | 6701 | ||
| 6681 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 6702 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 6682 | ;;;;;; executable-self-display executable-set-magic executable-find) | 6703 | ;;;;;; executable-self-display executable-set-magic executable-find) |
| 6683 | ;;;;;; "executable" "progmodes/executable.el" (15187 6160)) | 6704 | ;;;;;; "executable" "progmodes/executable.el" (15215 47312)) |
| 6684 | ;;; Generated autoloads from progmodes/executable.el | 6705 | ;;; Generated autoloads from progmodes/executable.el |
| 6685 | 6706 | ||
| 6686 | (autoload (quote executable-find) "executable" "\ | 6707 | (autoload (quote executable-find) "executable" "\ |
| @@ -7203,7 +7224,7 @@ Visit the file you click on in another window." t nil) | |||
| 7203 | ;;;;;; find-variable-other-window find-variable find-variable-noselect | 7224 | ;;;;;; find-variable-other-window find-variable find-variable-noselect |
| 7204 | ;;;;;; find-function-other-frame find-function-other-window find-function | 7225 | ;;;;;; find-function-other-frame find-function-other-window find-function |
| 7205 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" | 7226 | ;;;;;; find-function-noselect) "find-func" "emacs-lisp/find-func.el" |
| 7206 | ;;;;;; (15187 6159)) | 7227 | ;;;;;; (15198 57258)) |
| 7207 | ;;; Generated autoloads from emacs-lisp/find-func.el | 7228 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 7208 | 7229 | ||
| 7209 | (autoload (quote find-function-noselect) "find-func" "\ | 7230 | (autoload (quote find-function-noselect) "find-func" "\ |
| @@ -7461,7 +7482,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7461 | 7482 | ||
| 7462 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7483 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7463 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7484 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7464 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15170 56966)) | 7485 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15190 57232)) |
| 7465 | ;;; Generated autoloads from font-lock.el | 7486 | ;;; Generated autoloads from font-lock.el |
| 7466 | 7487 | ||
| 7467 | (make-variable-buffer-local (quote font-lock-defaults)) | 7488 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -7738,7 +7759,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7738 | ;;;*** | 7759 | ;;;*** |
| 7739 | 7760 | ||
| 7740 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 7761 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 7741 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15187 6160)) | 7762 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62729)) |
| 7742 | ;;; Generated autoloads from play/fortune.el | 7763 | ;;; Generated autoloads from play/fortune.el |
| 7743 | 7764 | ||
| 7744 | (autoload (quote fortune-add-fortune) "fortune" "\ | 7765 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -7892,7 +7913,7 @@ Start Gnus and fetch session." t nil) | |||
| 7892 | ;;;*** | 7913 | ;;;*** |
| 7893 | 7914 | ||
| 7894 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 7915 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 7895 | ;;;;;; (15186 41421)) | 7916 | ;;;;;; (15232 50130)) |
| 7896 | ;;; Generated autoloads from gnus/gnus-art.el | 7917 | ;;; Generated autoloads from gnus/gnus-art.el |
| 7897 | 7918 | ||
| 7898 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 7919 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -8126,7 +8147,7 @@ Update the format specification near point." t nil) | |||
| 8126 | ;;;*** | 8147 | ;;;*** |
| 8127 | 8148 | ||
| 8128 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 8149 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
| 8129 | ;;;;;; "gnus/gnus-start.el" (14862 37897)) | 8150 | ;;;;;; "gnus/gnus-start.el" (15207 56494)) |
| 8130 | ;;; Generated autoloads from gnus/gnus-start.el | 8151 | ;;; Generated autoloads from gnus/gnus-start.el |
| 8131 | 8152 | ||
| 8132 | (autoload (quote gnus-unload) "gnus-start" "\ | 8153 | (autoload (quote gnus-unload) "gnus-start" "\ |
| @@ -8195,7 +8216,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 8195 | 8216 | ||
| 8196 | ;;;*** | 8217 | ;;;*** |
| 8197 | 8218 | ||
| 8198 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15186 41418)) | 8219 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15243 44365)) |
| 8199 | ;;; Generated autoloads from gs.el | 8220 | ;;; Generated autoloads from gs.el |
| 8200 | 8221 | ||
| 8201 | (autoload (quote gs-load-image) "gs" "\ | 8222 | (autoload (quote gs-load-image) "gs" "\ |
| @@ -8253,7 +8274,7 @@ between it and it's value." t nil) | |||
| 8253 | ;;;*** | 8274 | ;;;*** |
| 8254 | 8275 | ||
| 8255 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15187 | 8276 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15187 |
| 8256 | ;;;;;; 6160)) | 8277 | ;;;;;; 65192)) |
| 8257 | ;;; Generated autoloads from play/handwrite.el | 8278 | ;;; Generated autoloads from play/handwrite.el |
| 8258 | 8279 | ||
| 8259 | (autoload (quote handwrite) "handwrite" "\ | 8280 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -8316,7 +8337,7 @@ Provide help for current mode." t nil) | |||
| 8316 | ;;;*** | 8337 | ;;;*** |
| 8317 | 8338 | ||
| 8318 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8339 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8319 | ;;;;;; "hexl.el" (15186 41418)) | 8340 | ;;;;;; "hexl.el" (15241 58886)) |
| 8320 | ;;; Generated autoloads from hexl.el | 8341 | ;;; Generated autoloads from hexl.el |
| 8321 | 8342 | ||
| 8322 | (autoload (quote hexl-mode) "hexl" "\ | 8343 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8559,7 +8580,7 @@ hide-ifdef-read-only | |||
| 8559 | ;;;*** | 8580 | ;;;*** |
| 8560 | 8581 | ||
| 8561 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 8582 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 8562 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15186 41424)) | 8583 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15243 17691)) |
| 8563 | ;;; Generated autoloads from progmodes/hideshow.el | 8584 | ;;; Generated autoloads from progmodes/hideshow.el |
| 8564 | 8585 | ||
| 8565 | (defvar hs-hide-comments-when-hiding-all t "\ | 8586 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -8772,25 +8793,32 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | |||
| 8772 | 8793 | ||
| 8773 | ;;;*** | 8794 | ;;;*** |
| 8774 | 8795 | ||
| 8775 | ;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14932 18342)) | 8796 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 8797 | ;;;;;; (15240 58746)) | ||
| 8776 | ;;; Generated autoloads from hl-line.el | 8798 | ;;; Generated autoloads from hl-line.el |
| 8777 | 8799 | ||
| 8778 | (defvar hl-line-mode nil "\ | ||
| 8779 | Toggle Hl-Line mode on or off. | ||
| 8780 | See the command `hl-line-mode' for a description of this minor-mode. | ||
| 8781 | Setting this variable directly does not take effect; | ||
| 8782 | use either \\[customize] or the function `hl-line-mode'.") | ||
| 8783 | |||
| 8784 | (custom-add-to-group (quote hl-line) (quote hl-line-mode) (quote custom-variable)) | ||
| 8785 | |||
| 8786 | (custom-add-load (quote hl-line-mode) (quote hl-line)) | ||
| 8787 | |||
| 8788 | (autoload (quote hl-line-mode) "hl-line" "\ | 8800 | (autoload (quote hl-line-mode) "hl-line" "\ |
| 8789 | Global minor mode to highlight the line about point in the current window. | 8801 | Minor mode to highlight the line about point in the current window. |
| 8790 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. | 8802 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. |
| 8791 | Uses functions `hl-line-unhighlight' and `hl-line-highlight' on | 8803 | Uses functions `hl-line-unhighlight' and `hl-line-highlight' on |
| 8792 | `pre-command-hook' and `post-command-hook'." t nil) | 8804 | `pre-command-hook' and `post-command-hook'." t nil) |
| 8793 | 8805 | ||
| 8806 | (defvar global-hl-line-mode nil "\ | ||
| 8807 | Non-nil if Global-Hl-Line mode is enabled. | ||
| 8808 | See the command `global-hl-line-mode' for a description of this minor-mode. | ||
| 8809 | Setting this variable directly does not take effect; | ||
| 8810 | use either \\[customize] or the function `global-hl-line-mode'.") | ||
| 8811 | |||
| 8812 | (custom-add-to-group (quote hl-line) (quote global-hl-line-mode) (quote custom-variable)) | ||
| 8813 | |||
| 8814 | (custom-add-load (quote global-hl-line-mode) (quote hl-line)) | ||
| 8815 | |||
| 8816 | (autoload (quote global-hl-line-mode) "hl-line" "\ | ||
| 8817 | Toggle Hl-Line mode in every buffer. | ||
| 8818 | With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive. | ||
| 8819 | Hl-Line mode is actually not turned on in every buffer but only in those | ||
| 8820 | in which `hl-line-mode' turns it on." t nil) | ||
| 8821 | |||
| 8794 | ;;;*** | 8822 | ;;;*** |
| 8795 | 8823 | ||
| 8796 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 8824 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| @@ -9040,7 +9068,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil) | |||
| 9040 | 9068 | ||
| 9041 | ;;;### (autoloads (defimage find-image remove-images insert-image | 9069 | ;;;### (autoloads (defimage find-image remove-images insert-image |
| 9042 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 9070 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
| 9043 | ;;;;;; image-type-from-data) "image" "image.el" (15041 56164)) | 9071 | ;;;;;; image-type-from-data) "image" "image.el" (15234 6028)) |
| 9044 | ;;; Generated autoloads from image.el | 9072 | ;;; Generated autoloads from image.el |
| 9045 | 9073 | ||
| 9046 | (autoload (quote image-type-from-data) "image" "\ | 9074 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -9137,7 +9165,7 @@ Example: | |||
| 9137 | 9165 | ||
| 9138 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 9166 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 9139 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 9167 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 9140 | ;;;;;; "image-file.el" (14994 15539)) | 9168 | ;;;;;; "image-file.el" (15205 22594)) |
| 9141 | ;;; Generated autoloads from image-file.el | 9169 | ;;; Generated autoloads from image-file.el |
| 9142 | 9170 | ||
| 9143 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ | 9171 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm")) "\ |
| @@ -9390,7 +9418,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 9390 | 9418 | ||
| 9391 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 9419 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 9392 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 9420 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 9393 | ;;;;;; info info-other-window) "info" "info.el" (15186 41418)) | 9421 | ;;;;;; info info-other-window) "info" "info.el" (15245 57505)) |
| 9394 | ;;; Generated autoloads from info.el | 9422 | ;;; Generated autoloads from info.el |
| 9395 | 9423 | ||
| 9396 | (autoload (quote info-other-window) "info" "\ | 9424 | (autoload (quote info-other-window) "info" "\ |
| @@ -9615,7 +9643,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9615 | ;;;*** | 9643 | ;;;*** |
| 9616 | 9644 | ||
| 9617 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 9645 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 9618 | ;;;;;; (15186 41421)) | 9646 | ;;;;;; (15189 40530)) |
| 9619 | ;;; Generated autoloads from international/iso-transl.el | 9647 | ;;; Generated autoloads from international/iso-transl.el |
| 9620 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 9648 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 9621 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 9649 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -9628,7 +9656,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 9628 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 9656 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 9629 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 9657 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 9630 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 9658 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 9631 | ;;;;;; "ispell" "textmodes/ispell.el" (15187 6162)) | 9659 | ;;;;;; "ispell" "textmodes/ispell.el" (15208 64951)) |
| 9632 | ;;; Generated autoloads from textmodes/ispell.el | 9660 | ;;; Generated autoloads from textmodes/ispell.el |
| 9633 | 9661 | ||
| 9634 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 9662 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -9881,7 +9909,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 9881 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 9909 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 9882 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 9910 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 9883 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" | 9911 | ;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el" |
| 9884 | ;;;;;; (14960 24088)) | 9912 | ;;;;;; (15244 46382)) |
| 9885 | ;;; Generated autoloads from iswitchb.el | 9913 | ;;; Generated autoloads from iswitchb.el |
| 9886 | 9914 | ||
| 9887 | (defvar iswitchb-mode nil "\ | 9915 | (defvar iswitchb-mode nil "\ |
| @@ -10088,7 +10116,7 @@ and the return value is the length of the conversion." t nil) | |||
| 10088 | ;;;*** | 10116 | ;;;*** |
| 10089 | 10117 | ||
| 10090 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 10118 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 10091 | ;;;;;; (15187 6160)) | 10119 | ;;;;;; (15187 65192)) |
| 10092 | ;;; Generated autoloads from play/landmark.el | 10120 | ;;; Generated autoloads from play/landmark.el |
| 10093 | 10121 | ||
| 10094 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 10122 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -10177,7 +10205,7 @@ display for all of `latin1-display-sets'. See also `latin1-display-setup'." nil | |||
| 10177 | ;;;*** | 10205 | ;;;*** |
| 10178 | 10206 | ||
| 10179 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 10207 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 10180 | ;;;;;; "lazy-lock.el" (15186 41418)) | 10208 | ;;;;;; "lazy-lock.el" (15227 55067)) |
| 10181 | ;;; Generated autoloads from lazy-lock.el | 10209 | ;;; Generated autoloads from lazy-lock.el |
| 10182 | 10210 | ||
| 10183 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 10211 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ |
| @@ -10573,8 +10601,8 @@ This function normally would be called when the message is sent." nil nil) | |||
| 10573 | 10601 | ||
| 10574 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 10602 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 10575 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 10603 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 10576 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (14799 | 10604 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15205 |
| 10577 | ;;;;;; 27006)) | 10605 | ;;;;;; 15934)) |
| 10578 | ;;; Generated autoloads from mail/mail-utils.el | 10606 | ;;; Generated autoloads from mail/mail-utils.el |
| 10579 | 10607 | ||
| 10580 | (defvar mail-use-rfc822 nil "\ | 10608 | (defvar mail-use-rfc822 nil "\ |
| @@ -10665,7 +10693,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any." t | |||
| 10665 | ;;;*** | 10693 | ;;;*** |
| 10666 | 10694 | ||
| 10667 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" | 10695 | ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" |
| 10668 | ;;;;;; (15186 41424)) | 10696 | ;;;;;; (15206 24016)) |
| 10669 | ;;; Generated autoloads from progmodes/make-mode.el | 10697 | ;;; Generated autoloads from progmodes/make-mode.el |
| 10670 | 10698 | ||
| 10671 | (autoload (quote makefile-mode) "make-mode" "\ | 10699 | (autoload (quote makefile-mode) "make-mode" "\ |
| @@ -10754,7 +10782,7 @@ Previous contents of that buffer are killed first." t nil) | |||
| 10754 | 10782 | ||
| 10755 | ;;;*** | 10783 | ;;;*** |
| 10756 | 10784 | ||
| 10757 | ;;;### (autoloads (man-follow man) "man" "man.el" (15186 41418)) | 10785 | ;;;### (autoloads (man-follow man) "man" "man.el" (15243 17691)) |
| 10758 | ;;; Generated autoloads from man.el | 10786 | ;;; Generated autoloads from man.el |
| 10759 | 10787 | ||
| 10760 | (defalias (quote manual-entry) (quote man)) | 10788 | (defalias (quote manual-entry) (quote man)) |
| @@ -10768,7 +10796,9 @@ results in a Man mode (manpage browsing) buffer. See variable | |||
| 10768 | If a buffer already exists for this man page, it will display immediately. | 10796 | If a buffer already exists for this man page, it will display immediately. |
| 10769 | 10797 | ||
| 10770 | To specify a man page from a certain section, type SUBJECT(SECTION) or | 10798 | To specify a man page from a certain section, type SUBJECT(SECTION) or |
| 10771 | SECTION SUBJECT when prompted for a manual entry." t nil) | 10799 | SECTION SUBJECT when prompted for a manual entry. To see manpages from |
| 10800 | all sections related to a subject, put something appropriate into the | ||
| 10801 | `Man-switches' variable, which see." t nil) | ||
| 10772 | 10802 | ||
| 10773 | (autoload (quote man-follow) "man" "\ | 10803 | (autoload (quote man-follow) "man" "\ |
| 10774 | Get a Un*x manual page of the item under point and put it in a buffer." t nil) | 10804 | Get a Un*x manual page of the item under point and put it in a buffer." t nil) |
| @@ -11080,7 +11110,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].") | |||
| 11080 | 11110 | ||
| 11081 | ;;;*** | 11111 | ;;;*** |
| 11082 | 11112 | ||
| 11083 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15186 41422)) | 11113 | ;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15190 55959)) |
| 11084 | ;;; Generated autoloads from mail/mh-utils.el | 11114 | ;;; Generated autoloads from mail/mh-utils.el |
| 11085 | 11115 | ||
| 11086 | (put (quote mh-progs) (quote risky-local-variable) t) | 11116 | (put (quote mh-progs) (quote risky-local-variable) t) |
| @@ -11164,6 +11194,18 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil ni | |||
| 11164 | 11194 | ||
| 11165 | ;;;*** | 11195 | ;;;*** |
| 11166 | 11196 | ||
| 11197 | ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" | ||
| 11198 | ;;;;;; (15216 131)) | ||
| 11199 | ;;; Generated autoloads from gnus/mm-uu.el | ||
| 11200 | |||
| 11201 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | ||
| 11202 | Dissect the current buffer and return a list of uu handles." nil nil) | ||
| 11203 | |||
| 11204 | (autoload (quote mm-uu-test) "mm-uu" "\ | ||
| 11205 | Check whether the current buffer contains uu stuff." nil nil) | ||
| 11206 | |||
| 11207 | ;;;*** | ||
| 11208 | |||
| 11167 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 11209 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 11168 | ;;;;;; (15186 41424)) | 11210 | ;;;;;; (15186 41424)) |
| 11169 | ;;; Generated autoloads from progmodes/modula2.el | 11211 | ;;; Generated autoloads from progmodes/modula2.el |
| @@ -11206,8 +11248,8 @@ Convert morse coded text in region to ordinary ASCII text." t nil) | |||
| 11206 | 11248 | ||
| 11207 | ;;;*** | 11249 | ;;;*** |
| 11208 | 11250 | ||
| 11209 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15186 | 11251 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15235 |
| 11210 | ;;;;;; 64140)) | 11252 | ;;;;;; 24850)) |
| 11211 | ;;; Generated autoloads from mouse-sel.el | 11253 | ;;; Generated autoloads from mouse-sel.el |
| 11212 | 11254 | ||
| 11213 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 11255 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ |
| @@ -11235,7 +11277,7 @@ mouse-sel sets the variables interprogram-cut-function and | |||
| 11235 | interprogram-paste-function to nil. | 11277 | interprogram-paste-function to nil. |
| 11236 | 11278 | ||
| 11237 | - Clicking mouse-2 inserts the contents of the primary selection at | 11279 | - Clicking mouse-2 inserts the contents of the primary selection at |
| 11238 | the mouse position (or point, if mouse-yank-at-point is non-nil). | 11280 | the mouse position (or point, if `mouse-yank-at-point' is non-nil). |
| 11239 | 11281 | ||
| 11240 | - Pressing mouse-2 while selecting or extending copies selection | 11282 | - Pressing mouse-2 while selecting or extending copies selection |
| 11241 | to the kill ring. Pressing mouse-1 or mouse-3 kills it. | 11283 | to the kill ring. Pressing mouse-1 or mouse-3 kills it. |
| @@ -11506,7 +11548,7 @@ language environment LANG-ENV." nil nil) | |||
| 11506 | ;;;*** | 11548 | ;;;*** |
| 11507 | 11549 | ||
| 11508 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 11550 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 11509 | ;;;;;; (15157 46062)) | 11551 | ;;;;;; (15201 10362)) |
| 11510 | ;;; Generated autoloads from mwheel.el | 11552 | ;;; Generated autoloads from mwheel.el |
| 11511 | 11553 | ||
| 11512 | (defvar mouse-wheel-mode nil "\ | 11554 | (defvar mouse-wheel-mode nil "\ |
| @@ -11591,7 +11633,7 @@ Open a network connection to HOST on PORT." t nil) | |||
| 11591 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 11633 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 11592 | ;;;;;; comment-indent-default comment-multi-line comment-padding | 11634 | ;;;;;; comment-indent-default comment-multi-line comment-padding |
| 11593 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" | 11635 | ;;;;;; comment-style comment-column) "newcomment" "newcomment.el" |
| 11594 | ;;;;;; (15011 22903)) | 11636 | ;;;;;; (15235 24851)) |
| 11595 | ;;; Generated autoloads from newcomment.el | 11637 | ;;; Generated autoloads from newcomment.el |
| 11596 | 11638 | ||
| 11597 | (defalias (quote indent-for-comment) (quote comment-indent)) | 11639 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -11653,7 +11695,7 @@ Default for `comment-indent-function'." nil nil) | |||
| 11653 | 11695 | ||
| 11654 | (autoload (quote comment-indent) "newcomment" "\ | 11696 | (autoload (quote comment-indent) "newcomment" "\ |
| 11655 | Indent this line's comment to comment column, or insert an empty comment. | 11697 | Indent this line's comment to comment column, or insert an empty comment. |
| 11656 | If CONTINUE is non-nil, use the `comment-continuation' markers if any." t nil) | 11698 | If CONTINUE is non-nil, use the `comment-continue' markers if any." t nil) |
| 11657 | 11699 | ||
| 11658 | (autoload (quote comment-set-column) "newcomment" "\ | 11700 | (autoload (quote comment-set-column) "newcomment" "\ |
| 11659 | Set the comment column based on point. | 11701 | Set the comment column based on point. |
| @@ -12075,7 +12117,7 @@ no args, if that value is non-nil." t nil) | |||
| 12075 | ;;;*** | 12117 | ;;;*** |
| 12076 | 12118 | ||
| 12077 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 12119 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 12078 | ;;;;;; (15186 41419)) | 12120 | ;;;;;; (15215 36955)) |
| 12079 | ;;; Generated autoloads from emulation/pc-mode.el | 12121 | ;;; Generated autoloads from emulation/pc-mode.el |
| 12080 | 12122 | ||
| 12081 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 12123 | (autoload (quote pc-bindings-mode) "pc-mode" "\ |
| @@ -12411,7 +12453,7 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil) | |||
| 12411 | ;;;*** | 12453 | ;;;*** |
| 12412 | 12454 | ||
| 12413 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 12455 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 12414 | ;;;;;; (15186 41426)) | 12456 | ;;;;;; (15189 40530)) |
| 12415 | ;;; Generated autoloads from textmodes/picture.el | 12457 | ;;; Generated autoloads from textmodes/picture.el |
| 12416 | 12458 | ||
| 12417 | (autoload (quote picture-mode) "picture" "\ | 12459 | (autoload (quote picture-mode) "picture" "\ |
| @@ -12480,7 +12522,7 @@ they are not defaultly assigned to keys." t nil) | |||
| 12480 | 12522 | ||
| 12481 | ;;;*** | 12523 | ;;;*** |
| 12482 | 12524 | ||
| 12483 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15187 6160)) | 12525 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15187 65192)) |
| 12484 | ;;; Generated autoloads from play/pong.el | 12526 | ;;; Generated autoloads from play/pong.el |
| 12485 | 12527 | ||
| 12486 | (autoload (quote pong) "pong" "\ | 12528 | (autoload (quote pong) "pong" "\ |
| @@ -12592,7 +12634,7 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 12592 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets | 12634 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets |
| 12593 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition | 12635 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition |
| 12594 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font | 12636 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font |
| 12595 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15187 6158)) | 12637 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15228 56662)) |
| 12596 | ;;; Generated autoloads from ps-mule.el | 12638 | ;;; Generated autoloads from ps-mule.el |
| 12597 | 12639 | ||
| 12598 | (defvar ps-multibyte-buffer nil "\ | 12640 | (defvar ps-multibyte-buffer nil "\ |
| @@ -12696,7 +12738,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12696 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12738 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12697 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12739 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12698 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12740 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12699 | ;;;;;; "ps-print.el" (15187 6158)) | 12741 | ;;;;;; "ps-print.el" (15226 11507)) |
| 12700 | ;;; Generated autoloads from ps-print.el | 12742 | ;;; Generated autoloads from ps-print.el |
| 12701 | 12743 | ||
| 12702 | (defvar ps-paper-type (quote letter) "\ | 12744 | (defvar ps-paper-type (quote letter) "\ |
| @@ -12834,7 +12876,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil) | |||
| 12834 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 12876 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 12835 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 12877 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 12836 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 12878 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 12837 | ;;;;;; "international/quail.el" (15187 6159)) | 12879 | ;;;;;; "international/quail.el" (15246 134)) |
| 12838 | ;;; Generated autoloads from international/quail.el | 12880 | ;;; Generated autoloads from international/quail.el |
| 12839 | 12881 | ||
| 12840 | (autoload (quote quail-title) "quail" "\ | 12882 | (autoload (quote quail-title) "quail" "\ |
| @@ -13117,7 +13159,7 @@ Call up the RE Builder for the current window." t nil) | |||
| 13117 | 13159 | ||
| 13118 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files | 13160 | ;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files |
| 13119 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" | 13161 | ;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf" |
| 13120 | ;;;;;; "recentf.el" (15187 6158)) | 13162 | ;;;;;; "recentf.el" (15210 48798)) |
| 13121 | ;;; Generated autoloads from recentf.el | 13163 | ;;; Generated autoloads from recentf.el |
| 13122 | 13164 | ||
| 13123 | (autoload (quote recentf-save-list) "recentf" "\ | 13165 | (autoload (quote recentf-save-list) "recentf" "\ |
| @@ -13535,7 +13577,7 @@ variable." t nil) | |||
| 13535 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 13577 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13536 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 13578 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13537 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 13579 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13538 | ;;;;;; "rmail" "mail/rmail.el" (15186 41423)) | 13580 | ;;;;;; "rmail" "mail/rmail.el" (15236 62504)) |
| 13539 | ;;; Generated autoloads from mail/rmail.el | 13581 | ;;; Generated autoloads from mail/rmail.el |
| 13540 | 13582 | ||
| 13541 | (defvar rmail-dont-reply-to-names nil "\ | 13583 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13986,8 +14028,9 @@ Toggle the use of rot 13 encoding for the current window." t nil) | |||
| 13986 | ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly | 14028 | ;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly |
| 13987 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame | 14029 | ;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame |
| 13988 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height | 14030 | ;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height |
| 13989 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (15187 6158)) | 14031 | ;;;;;; resize-minibuffer-mode) "rsz-mini" "obsolete/rsz-mini.el" |
| 13990 | ;;; Generated autoloads from rsz-mini.el | 14032 | ;;;;;; (15245 60238)) |
| 14033 | ;;; Generated autoloads from obsolete/rsz-mini.el | ||
| 13991 | 14034 | ||
| 13992 | (defvar resize-minibuffer-mode nil "\ | 14035 | (defvar resize-minibuffer-mode nil "\ |
| 13993 | *This variable is obsolete.") | 14036 | *This variable is obsolete.") |
| @@ -14113,7 +14156,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 14113 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 14156 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 14114 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 14157 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 14115 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 14158 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 14116 | ;;;;;; (15173 37346)) | 14159 | ;;;;;; (15241 65409)) |
| 14117 | ;;; Generated autoloads from mail/sendmail.el | 14160 | ;;; Generated autoloads from mail/sendmail.el |
| 14118 | 14161 | ||
| 14119 | (defvar mail-from-style (quote angles) "\ | 14162 | (defvar mail-from-style (quote angles) "\ |
| @@ -14278,7 +14321,7 @@ Like `mail' command, but display mail buffer in another frame." t nil) | |||
| 14278 | 14321 | ||
| 14279 | ;;;*** | 14322 | ;;;*** |
| 14280 | 14323 | ||
| 14281 | ;;;### (autoloads (server-start) "server" "server.el" (15186 41418)) | 14324 | ;;;### (autoloads (server-start) "server" "server.el" (15195 56516)) |
| 14282 | ;;; Generated autoloads from server.el | 14325 | ;;; Generated autoloads from server.el |
| 14283 | 14326 | ||
| 14284 | (autoload (quote server-start) "server" "\ | 14327 | (autoload (quote server-start) "server" "\ |
| @@ -14704,8 +14747,8 @@ symmetrical ones, and the same character twice for the others." t nil) | |||
| 14704 | 14747 | ||
| 14705 | ;;;*** | 14748 | ;;;*** |
| 14706 | 14749 | ||
| 14707 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15099 | 14750 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15206 |
| 14708 | ;;;;;; 46214)) | 14751 | ;;;;;; 27707)) |
| 14709 | ;;; Generated autoloads from smerge-mode.el | 14752 | ;;; Generated autoloads from smerge-mode.el |
| 14710 | 14753 | ||
| 14711 | (autoload (quote smerge-mode) "smerge-mode" "\ | 14754 | (autoload (quote smerge-mode) "smerge-mode" "\ |
| @@ -14727,7 +14770,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 14727 | ;;;*** | 14770 | ;;;*** |
| 14728 | 14771 | ||
| 14729 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 14772 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 14730 | ;;;;;; (15109 1455)) | 14773 | ;;;;;; (15215 65170)) |
| 14731 | ;;; Generated autoloads from mail/smtpmail.el | 14774 | ;;; Generated autoloads from mail/smtpmail.el |
| 14732 | 14775 | ||
| 14733 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 14776 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| @@ -15106,7 +15149,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil) | |||
| 15106 | 15149 | ||
| 15107 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres | 15150 | ;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres |
| 15108 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode | 15151 | ;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode |
| 15109 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15072 2252)) | 15152 | ;;;;;; sql-help) "sql" "progmodes/sql.el" (15232 57264)) |
| 15110 | ;;; Generated autoloads from progmodes/sql.el | 15153 | ;;; Generated autoloads from progmodes/sql.el |
| 15111 | 15154 | ||
| 15112 | (autoload (quote sql-help) "sql" "\ | 15155 | (autoload (quote sql-help) "sql" "\ |
| @@ -15396,13 +15439,10 @@ automatic login. | |||
| 15396 | The buffer is put in sql-interactive-mode, giving commands for sending | 15439 | The buffer is put in sql-interactive-mode, giving commands for sending |
| 15397 | input. See `sql-interactive-mode'. | 15440 | input. See `sql-interactive-mode'. |
| 15398 | 15441 | ||
| 15399 | If you use \\[sql-accumulate-and-indent] to send multiline commands to db2, | 15442 | If you use \\[sql-accumulate-and-indent] to send multiline commands to |
| 15400 | newlines will be escaped if necessary. If you don't want that, use | 15443 | db2, newlines will be escaped if necessary. If you don't want that, set |
| 15401 | 15444 | `comint-input-sender' back to `comint-simple-send' by writing an after | |
| 15402 | set `comint-input-sender' back to `comint-simple-send'. | 15445 | advice. See the elisp manual for more information. |
| 15403 | comint-input-sender's value is | ||
| 15404 | comint-simple-send | ||
| 15405 | |||
| 15406 | 15446 | ||
| 15407 | To specify a coding system for converting non-ASCII characters | 15447 | To specify a coding system for converting non-ASCII characters |
| 15408 | in the input and output to the process, use \\[universal-coding-system-argument] | 15448 | in the input and output to the process, use \\[universal-coding-system-argument] |
| @@ -15512,7 +15552,7 @@ Read a complex stroke and insert its glyph into the current buffer." t nil) | |||
| 15512 | ;;;*** | 15552 | ;;;*** |
| 15513 | 15553 | ||
| 15514 | ;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" | 15554 | ;;;### (autoloads (studlify-word studlify-region) "studly" "play/studly.el" |
| 15515 | ;;;;;; (15186 41424)) | 15555 | ;;;;;; (15215 36988)) |
| 15516 | ;;; Generated autoloads from play/studly.el | 15556 | ;;; Generated autoloads from play/studly.el |
| 15517 | 15557 | ||
| 15518 | (autoload (quote studlify-region) "studly" "\ | 15558 | (autoload (quote studlify-region) "studly" "\ |
| @@ -15580,7 +15620,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 15580 | 15620 | ||
| 15581 | ;;;*** | 15621 | ;;;*** |
| 15582 | 15622 | ||
| 15583 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15149 49403)) | 15623 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15215 60892)) |
| 15584 | ;;; Generated autoloads from tar-mode.el | 15624 | ;;; Generated autoloads from tar-mode.el |
| 15585 | 15625 | ||
| 15586 | (autoload (quote tar-mode) "tar-mode" "\ | 15626 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -15602,7 +15642,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 15602 | ;;;*** | 15642 | ;;;*** |
| 15603 | 15643 | ||
| 15604 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 15644 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 15605 | ;;;;;; "progmodes/tcl.el" (15187 6160)) | 15645 | ;;;;;; "progmodes/tcl.el" (15189 19270)) |
| 15606 | ;;; Generated autoloads from progmodes/tcl.el | 15646 | ;;; Generated autoloads from progmodes/tcl.el |
| 15607 | 15647 | ||
| 15608 | (autoload (quote tcl-mode) "tcl" "\ | 15648 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -15653,7 +15693,7 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) | |||
| 15653 | 15693 | ||
| 15654 | ;;;*** | 15694 | ;;;*** |
| 15655 | 15695 | ||
| 15656 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (14550 7962)) | 15696 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (15241 58886)) |
| 15657 | ;;; Generated autoloads from net/telnet.el | 15697 | ;;; Generated autoloads from net/telnet.el |
| 15658 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 15698 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 15659 | 15699 | ||
| @@ -16238,7 +16278,7 @@ See also docstring of the function tibetan-compose-region." t nil) | |||
| 16238 | ;;;*** | 16278 | ;;;*** |
| 16239 | 16279 | ||
| 16240 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 16280 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 16241 | ;;;;;; (15122 2912)) | 16281 | ;;;;;; (15214 19672)) |
| 16242 | ;;; Generated autoloads from textmodes/tildify.el | 16282 | ;;; Generated autoloads from textmodes/tildify.el |
| 16243 | 16283 | ||
| 16244 | (autoload (quote tildify-region) "tildify" "\ | 16284 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -16258,7 +16298,7 @@ This function performs no refilling of the changed text." t nil) | |||
| 16258 | ;;;*** | 16298 | ;;;*** |
| 16259 | 16299 | ||
| 16260 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 16300 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) |
| 16261 | ;;;;;; "time" "time.el" (15186 41419)) | 16301 | ;;;;;; "time" "time.el" (15218 40540)) |
| 16262 | ;;; Generated autoloads from time.el | 16302 | ;;; Generated autoloads from time.el |
| 16263 | 16303 | ||
| 16264 | (defvar display-time-day-and-date nil "\ | 16304 | (defvar display-time-day-and-date nil "\ |
| @@ -16572,7 +16612,7 @@ Show TODO list." t nil) | |||
| 16572 | ;;;*** | 16612 | ;;;*** |
| 16573 | 16613 | ||
| 16574 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item | 16614 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item |
| 16575 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15187 6162)) | 16615 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15247 16242)) |
| 16576 | ;;; Generated autoloads from toolbar/tool-bar.el | 16616 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 16577 | 16617 | ||
| 16578 | (defvar tool-bar-mode nil "\ | 16618 | (defvar tool-bar-mode nil "\ |
| @@ -16706,7 +16746,7 @@ the window or buffer configuration at all." t nil) | |||
| 16706 | ;;;*** | 16746 | ;;;*** |
| 16707 | 16747 | ||
| 16708 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 16748 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 16709 | ;;;;;; "textmodes/two-column.el" (15187 6162)) | 16749 | ;;;;;; "textmodes/two-column.el" (15215 36988)) |
| 16710 | ;;; Generated autoloads from textmodes/two-column.el | 16750 | ;;; Generated autoloads from textmodes/two-column.el |
| 16711 | (autoload '2C-command "two-column" () t 'keymap) | 16751 | (autoload '2C-command "two-column" () t 'keymap) |
| 16712 | (global-set-key "\C-x6" '2C-command) | 16752 | (global-set-key "\C-x6" '2C-command) |
| @@ -16929,7 +16969,7 @@ following the containing message." t nil) | |||
| 16929 | ;;;*** | 16969 | ;;;*** |
| 16930 | 16970 | ||
| 16931 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 16971 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 16932 | ;;;;;; (15186 41423)) | 16972 | ;;;;;; (15215 36988)) |
| 16933 | ;;; Generated autoloads from mail/unrmail.el | 16973 | ;;; Generated autoloads from mail/unrmail.el |
| 16934 | 16974 | ||
| 16935 | (autoload (quote batch-unrmail) "unrmail" "\ | 16975 | (autoload (quote batch-unrmail) "unrmail" "\ |
| @@ -16985,13 +17025,18 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 16985 | ;;;*** | 17025 | ;;;*** |
| 16986 | 17026 | ||
| 16987 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file | 17027 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file |
| 16988 | ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot | 17028 | ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer |
| 16989 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge | 17029 | ;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory |
| 16990 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register | 17030 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window |
| 16991 | ;;;;;; vc-next-action vc-do-command edit-vc-file with-vc-file vc-before-checkin-hook | 17031 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 16992 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (15187 6159)) | 17032 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| 17033 | ;;;;;; "vc" "vc.el" (15244 40663)) | ||
| 16993 | ;;; Generated autoloads from vc.el | 17034 | ;;; Generated autoloads from vc.el |
| 16994 | 17035 | ||
| 17036 | (defvar vc-checkout-hook nil "\ | ||
| 17037 | *Normal hook (list of functions) run after a file has been checked out. | ||
| 17038 | See `run-hooks'.") | ||
| 17039 | |||
| 16995 | (defvar vc-checkin-hook nil "\ | 17040 | (defvar vc-checkin-hook nil "\ |
| 16996 | *Normal hook (list of functions) run after a checkin is done. | 17041 | *Normal hook (list of functions) run after a checkin is done. |
| 16997 | See `run-hooks'.") | 17042 | See `run-hooks'.") |
| @@ -17143,6 +17188,24 @@ changes found in the master file; use \\[universal-argument] \\[vc-next-action] | |||
| 17143 | Get rid of most recently checked in version of this file. | 17188 | Get rid of most recently checked in version of this file. |
| 17144 | A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) | 17189 | A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) |
| 17145 | 17190 | ||
| 17191 | (autoload (quote vc-switch-backend) "vc" "\ | ||
| 17192 | Make BACKEND the current version control system for FILE. | ||
| 17193 | FILE must already be registered in BACKEND. The change is not | ||
| 17194 | permanent, only for the current session. This function only changes | ||
| 17195 | VC's perspective on FILE, it does not register or unregister it. | ||
| 17196 | By default, this command cycles through the registered backends. | ||
| 17197 | To get a prompt, use a prefix argument." t nil) | ||
| 17198 | |||
| 17199 | (autoload (quote vc-transfer-file) "vc" "\ | ||
| 17200 | Transfer FILE to another version control system NEW-BACKEND. | ||
| 17201 | If NEW-BACKEND has a higher precedence than FILE's current backend | ||
| 17202 | \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in | ||
| 17203 | NEW-BACKEND, using the version number from the current backend as the | ||
| 17204 | base level. If NEW-BACKEND has a lower precedence than the current | ||
| 17205 | backend, then commit all changes that were made under the current | ||
| 17206 | backend to NEW-BACKEND, and unregister FILE from the current backend. | ||
| 17207 | \(If FILE is not yet registered under NEW-BACKEND, register it.)" nil nil) | ||
| 17208 | |||
| 17146 | (autoload (quote vc-rename-file) "vc" "\ | 17209 | (autoload (quote vc-rename-file) "vc" "\ |
| 17147 | Rename file OLD to NEW, and rename its master file likewise." t nil) | 17210 | Rename file OLD to NEW, and rename its master file likewise." t nil) |
| 17148 | 17211 | ||
| @@ -17174,7 +17237,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 17174 | 17237 | ||
| 17175 | ;;;*** | 17238 | ;;;*** |
| 17176 | 17239 | ||
| 17177 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15172 11622)) | 17240 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15244 40663)) |
| 17178 | ;;; Generated autoloads from vc-cvs.el | 17241 | ;;; Generated autoloads from vc-cvs.el |
| 17179 | (defun vc-cvs-registered (f) | 17242 | (defun vc-cvs-registered (f) |
| 17180 | (when (file-readable-p (expand-file-name | 17243 | (when (file-readable-p (expand-file-name |
| @@ -17185,7 +17248,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 17185 | ;;;*** | 17248 | ;;;*** |
| 17186 | 17249 | ||
| 17187 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 17250 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 17188 | ;;;;;; (15187 6159)) | 17251 | ;;;;;; (15244 40663)) |
| 17189 | ;;; Generated autoloads from vc-rcs.el | 17252 | ;;; Generated autoloads from vc-rcs.el |
| 17190 | 17253 | ||
| 17191 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 17254 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -17197,7 +17260,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 17197 | ;;;*** | 17260 | ;;;*** |
| 17198 | 17261 | ||
| 17199 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 17262 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 17200 | ;;;;;; (15187 6159)) | 17263 | ;;;;;; (15244 40663)) |
| 17201 | ;;; Generated autoloads from vc-sccs.el | 17264 | ;;; Generated autoloads from vc-sccs.el |
| 17202 | 17265 | ||
| 17203 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 17266 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -17572,8 +17635,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil | |||
| 17572 | 17635 | ||
| 17573 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 17636 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 17574 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 17637 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 17575 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15187 | 17638 | ;;;;;; view-file-other-window view-file) "view" "view.el" (15218 |
| 17576 | ;;;;;; 6159)) | 17639 | ;;;;;; 41847)) |
| 17577 | ;;; Generated autoloads from view.el | 17640 | ;;; Generated autoloads from view.el |
| 17578 | 17641 | ||
| 17579 | (defvar view-mode nil "\ | 17642 | (defvar view-mode nil "\ |
| @@ -17769,7 +17832,7 @@ Turn on VIP emulation of VI." t nil) | |||
| 17769 | ;;;*** | 17832 | ;;;*** |
| 17770 | 17833 | ||
| 17771 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 17834 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 17772 | ;;;;;; (15186 41419)) | 17835 | ;;;;;; (15195 56516)) |
| 17773 | ;;; Generated autoloads from emulation/viper.el | 17836 | ;;; Generated autoloads from emulation/viper.el |
| 17774 | 17837 | ||
| 17775 | (autoload (quote toggle-viper-mode) "viper" "\ | 17838 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -17821,11 +17884,12 @@ and off otherwise." t nil) | |||
| 17821 | 17884 | ||
| 17822 | ;;;*** | 17885 | ;;;*** |
| 17823 | 17886 | ||
| 17824 | ;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region | 17887 | ;;;### (autoloads (whitespace-describe whitespace-write-file-hook |
| 17888 | ;;;;;; whitespace-global-mode whitespace-global-mode whitespace-cleanup-region | ||
| 17825 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check | 17889 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer whitespace-toggle-ateol-check |
| 17826 | ;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check | 17890 | ;;;;;; whitespace-toggle-spacetab-check whitespace-toggle-indent-check |
| 17827 | ;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check) | 17891 | ;;;;;; whitespace-toggle-trailing-check whitespace-toggle-leading-check) |
| 17828 | ;;;;;; "whitespace" "whitespace.el" (15187 6159)) | 17892 | ;;;;;; "whitespace" "whitespace.el" (15234 1650)) |
| 17829 | ;;; Generated autoloads from whitespace.el | 17893 | ;;; Generated autoloads from whitespace.el |
| 17830 | 17894 | ||
| 17831 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 17895 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -17880,6 +17944,17 @@ use either \\[customize] or the function `whitespace-global-mode' | |||
| 17880 | 17944 | ||
| 17881 | (custom-add-load (quote whitespace-global-mode) (quote whitespace)) | 17945 | (custom-add-load (quote whitespace-global-mode) (quote whitespace)) |
| 17882 | 17946 | ||
| 17947 | (autoload (quote whitespace-global-mode) "whitespace" "\ | ||
| 17948 | Toggle using Whitespace mode in new buffers. | ||
| 17949 | With ARG, turn the mode on if and only iff ARG is positive. | ||
| 17950 | |||
| 17951 | When this mode is active, `whitespace-buffer' is added to | ||
| 17952 | `find-file-hooks' and `kill-buffer-hook'." t nil) | ||
| 17953 | |||
| 17954 | (autoload (quote whitespace-write-file-hook) "whitespace" "\ | ||
| 17955 | The local-write-file-hook to be called on the buffer when | ||
| 17956 | whitespace check is enabled." t nil) | ||
| 17957 | |||
| 17883 | (autoload (quote whitespace-describe) "whitespace" "\ | 17958 | (autoload (quote whitespace-describe) "whitespace" "\ |
| 17884 | A summary of whitespaces and what this library can do about them. | 17959 | A summary of whitespaces and what this library can do about them. |
| 17885 | 17960 | ||
| @@ -17954,7 +18029,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 17954 | ;;;*** | 18029 | ;;;*** |
| 17955 | 18030 | ||
| 17956 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 18031 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 17957 | ;;;;;; "wid-edit" "wid-edit.el" (15167 1797)) | 18032 | ;;;;;; "wid-edit" "wid-edit.el" (15236 47779)) |
| 17958 | ;;; Generated autoloads from wid-edit.el | 18033 | ;;; Generated autoloads from wid-edit.el |
| 17959 | 18034 | ||
| 17960 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 18035 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -18173,8 +18248,8 @@ The key bindings are: | |||
| 18173 | 18248 | ||
| 18174 | ;;;*** | 18249 | ;;;*** |
| 18175 | 18250 | ||
| 18176 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15187 | 18251 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15199 |
| 18177 | ;;;;;; 6159)) | 18252 | ;;;;;; 1015)) |
| 18178 | ;;; Generated autoloads from xt-mouse.el | 18253 | ;;; Generated autoloads from xt-mouse.el |
| 18179 | 18254 | ||
| 18180 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 18255 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |
| @@ -18204,7 +18279,7 @@ Zippy goes to the analyst." t nil) | |||
| 18204 | 18279 | ||
| 18205 | ;;;*** | 18280 | ;;;*** |
| 18206 | 18281 | ||
| 18207 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15186 41424)) | 18282 | ;;;### (autoloads (zone) "zone" "play/zone.el" (15210 39100)) |
| 18208 | ;;; Generated autoloads from play/zone.el | 18283 | ;;; Generated autoloads from play/zone.el |
| 18209 | 18284 | ||
| 18210 | (autoload (quote zone) "zone" "\ | 18285 | (autoload (quote zone) "zone" "\ |