diff options
| author | Miles Bader | 2007-10-12 21:06:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-12 21:06:27 +0000 |
| commit | 985773c9038f9847f9e7362f3b5fb0c8acac13a2 (patch) | |
| tree | 12d10cb76729ccbdc5ace4688d15f83894a70cc9 | |
| parent | 47632e43ca42e26da139289f1e0f4f69e8c140fd (diff) | |
| download | emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.tar.gz emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.zip | |
Fix up multi-tty merge
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261
Creator: Stefan Monnier <monnier@iro.umontreal.ca>
| -rwxr-xr-x | configure | 12 | ||||
| -rw-r--r-- | etc/.arch-inventory | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog.unicode | 28 | ||||
| -rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 | ||||
| -rw-r--r-- | lisp/international/characters.el | 2 | ||||
| -rw-r--r-- | lisp/international/encoded-kb.el | 84 | ||||
| -rw-r--r-- | lisp/language/ethio-util.el | 2 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 7771 | ||||
| -rw-r--r-- | lisp/ps-print.el | 10 | ||||
| -rw-r--r-- | lisp/term/mac-win.el | 28 | ||||
| -rw-r--r-- | lisp/term/w32-win.el | 64 | ||||
| -rw-r--r-- | lisp/term/x-win.el | 22 | ||||
| -rw-r--r-- | lisp/version.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 5 | ||||
| -rw-r--r-- | src/ChangeLog.unicode | 49 | ||||
| -rw-r--r-- | src/Makefile.in | 11 | ||||
| -rw-r--r-- | src/alloc.c | 50 | ||||
| -rw-r--r-- | src/chartab.c | 5 | ||||
| -rw-r--r-- | src/coding.c | 22 | ||||
| -rw-r--r-- | src/coding.h | 3 | ||||
| -rw-r--r-- | src/doc.c | 4 | ||||
| -rw-r--r-- | src/emacs.c | 15 | ||||
| -rw-r--r-- | src/fontset.c | 2 | ||||
| -rw-r--r-- | src/lread.c | 4 | ||||
| -rw-r--r-- | src/term.c | 1 | ||||
| -rw-r--r-- | src/terminal.c | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 144 | ||||
| -rw-r--r-- | src/xfaces.c | 4 | ||||
| -rw-r--r-- | src/xterm.c | 40 |
29 files changed, 4141 insertions, 4252 deletions
| @@ -18922,11 +18922,13 @@ _ACEOF | |||
| 18922 | cat confdefs.h >>conftest.$ac_ext | 18922 | cat confdefs.h >>conftest.$ac_ext |
| 18923 | cat >>conftest.$ac_ext <<_ACEOF | 18923 | cat >>conftest.$ac_ext <<_ACEOF |
| 18924 | /* end confdefs.h. */ | 18924 | /* end confdefs.h. */ |
| 18925 | #include <stdio.h> | 18925 | #include <sys/types.h> /* for off_t */ |
| 18926 | #include <stdio.h> | ||
| 18926 | int | 18927 | int |
| 18927 | main () | 18928 | main () |
| 18928 | { | 18929 | { |
| 18929 | return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18930 | int (*fp) (FILE *, off_t, int) = fseeko; |
| 18931 | return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | ||
| 18930 | ; | 18932 | ; |
| 18931 | return 0; | 18933 | return 0; |
| 18932 | } | 18934 | } |
| @@ -18966,11 +18968,13 @@ cat confdefs.h >>conftest.$ac_ext | |||
| 18966 | cat >>conftest.$ac_ext <<_ACEOF | 18968 | cat >>conftest.$ac_ext <<_ACEOF |
| 18967 | /* end confdefs.h. */ | 18969 | /* end confdefs.h. */ |
| 18968 | #define _LARGEFILE_SOURCE 1 | 18970 | #define _LARGEFILE_SOURCE 1 |
| 18969 | #include <stdio.h> | 18971 | #include <sys/types.h> /* for off_t */ |
| 18972 | #include <stdio.h> | ||
| 18970 | int | 18973 | int |
| 18971 | main () | 18974 | main () |
| 18972 | { | 18975 | { |
| 18973 | return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18976 | int (*fp) (FILE *, off_t, int) = fseeko; |
| 18977 | return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | ||
| 18974 | ; | 18978 | ; |
| 18975 | return 0; | 18979 | return 0; |
| 18976 | } | 18980 | } |
diff --git a/etc/.arch-inventory b/etc/.arch-inventory index 6ab642ca65c..30ad7ba6ef2 100644 --- a/etc/.arch-inventory +++ b/etc/.arch-inventory | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | # Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile | 1 | # Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile |
| 2 | source ^(Makefile)$ | 2 | source ^(Makefile)$ |
| 3 | 3 | ||
| 4 | # Auto-generated files, which ignore | ||
| 5 | precious ^(buildobj\.lst)$ | ||
| 6 | |||
| 4 | # Generated files (DOC-X is generated on windows) | 7 | # Generated files (DOC-X is generated on windows) |
| 5 | backup ^(DOC(|-[0-9.]*|-X))$ | 8 | backup ^(DOC(|-[0-9.]*|-X))$ |
| 6 | 9 | ||
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 982d6a47fe4..92fb0052b97 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Fix up multy-tty merge. | ||
| 4 | |||
| 5 | * version.el (emacs-version): Bump to 23.0.60. | ||
| 6 | |||
| 7 | * term/x-win.el (x-initialize-window-system): Don't try to create | ||
| 8 | a fontset from a font-specification anymore. This was removed on the | ||
| 9 | unicode branch and mistakenly re-added by the multi-tty merge. | ||
| 10 | |||
| 11 | * term/w32-win.el: Remove duplicate code that's now in | ||
| 12 | w32-initialize-window-system. | ||
| 13 | (w32-initialize-window-system): Don't try to create a fontset from | ||
| 14 | a font-specification anymore. This was removed on the unicode branch | ||
| 15 | and mistakenly re-added by the multi-tty merge. | ||
| 16 | |||
| 17 | * term/mac-win.el: Remove duplicate top-level code. | ||
| 18 | |||
| 19 | * ldefs-boot.el: Update. | ||
| 20 | |||
| 21 | * language/ethio-util.el: | ||
| 22 | * international/characters.el: Use utf-8 rather than utf-8-emacs | ||
| 23 | since it works as well and has the advantage of working with | ||
| 24 | non-unicode versions of Emacs. | ||
| 25 | |||
| 26 | * international/encoded-kb.el (encoded-kbd-setup-display): Use the new | ||
| 27 | multi-tty code, which includes the previous local change. | ||
| 28 | |||
| 1 | 2007-09-07 Kenichi Handa <handa@m17n.org> | 29 | 2007-09-07 Kenichi Handa <handa@m17n.org> |
| 2 | 30 | ||
| 3 | * skeleton.el (skeleton-internal-1): Use integerp and stringp | 31 | * skeleton.el (skeleton-internal-1): Use integerp and stringp |
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index 433daad7911..705f565e146 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el | |||
| @@ -283,7 +283,7 @@ Not documented | |||
| 283 | ;;;;;; do* do loop return-from return block etypecase typecase ecase | 283 | ;;;;;; do* do loop return-from return block etypecase typecase ecase |
| 284 | ;;;;;; case load-time-value eval-when destructuring-bind function* | 284 | ;;;;;; case load-time-value eval-when destructuring-bind function* |
| 285 | ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" | 285 | ;;;;;; defmacro* defun* gentemp gensym cl-compile-time-init) "cl-macs" |
| 286 | ;;;;;; "cl-macs.el" "6990af555f962480552cf0867f3d5bab") | 286 | ;;;;;; "cl-macs.el" "6ebe05f6ba95a14ea35d74ef52c17882") |
| 287 | ;;; Generated autoloads from cl-macs.el | 287 | ;;; Generated autoloads from cl-macs.el |
| 288 | 288 | ||
| 289 | (autoload 'cl-compile-time-init "cl-macs" "\ | 289 | (autoload 'cl-compile-time-init "cl-macs" "\ |
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 5ea618c7b50..74cfb62061d 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -1171,7 +1171,7 @@ | |||
| 1171 | )) | 1171 | )) |
| 1172 | 1172 | ||
| 1173 | ;; Local Variables: | 1173 | ;; Local Variables: |
| 1174 | ;; coding: utf-8-emacs | 1174 | ;; coding: utf-8 |
| 1175 | ;; End: | 1175 | ;; End: |
| 1176 | 1176 | ||
| 1177 | ;; arch-tag: 85889c35-9f4d-4912-9bf5-82de31b0d42d | 1177 | ;; arch-tag: 85889c35-9f4d-4912-9bf5-82de31b0d42d |
diff --git a/lisp/international/encoded-kb.el b/lisp/international/encoded-kb.el index 62fa884a9ac..1ebdcd5cabd 100644 --- a/lisp/international/encoded-kb.el +++ b/lisp/international/encoded-kb.el | |||
| @@ -333,53 +333,43 @@ The following key sequence may cause multilingual text insertion." | |||
| 333 | (defun encoded-kbd-setup-display (display) | 333 | (defun encoded-kbd-setup-display (display) |
| 334 | "Set up a `input-decode-map' for `keyboard-coding-system' on DISPLAY. | 334 | "Set up a `input-decode-map' for `keyboard-coding-system' on DISPLAY. |
| 335 | 335 | ||
| 336 | (put 'encoded-kbd-mode 'permanent-local t) | 336 | DISPLAY may be a display id, a frame, or nil for the selected frame's display." |
| 337 | ;;;###autoload | 337 | (let ((frame (if (framep display) display (car (frames-on-display-list display))))) |
| 338 | (define-minor-mode encoded-kbd-mode | 338 | (when frame |
| 339 | "Toggle Encoded-kbd minor mode. | 339 | (with-selected-frame frame |
| 340 | With arg, turn Encoded-kbd mode on if and only if arg is positive. | 340 | ;; Remove any previous encoded-kb keymap from input-decode-map. |
| 341 | 341 | (let ((m input-decode-map)) | |
| 342 | You should not turn this mode on manually, instead use the command | 342 | (if (equal (keymap-prompt m) "encoded-kb") |
| 343 | \\[set-keyboard-coding-system] which turns on or off this mode | 343 | (setq input-decode-map (keymap-parent m)) |
| 344 | automatically. | 344 | (while (keymap-parent m) |
| 345 | 345 | (if (equal (keymap-prompt (keymap-parent m)) "encoded-kb") | |
| 346 | In Encoded-kbd mode, a text sent from keyboard is accepted | 346 | (set-keymap-parent m (keymap-parent (keymap-parent m)))) |
| 347 | as a multilingual text encoded in a coding system set by | 347 | (setq m (keymap-parent m))))) |
| 348 | \\[set-keyboard-coding-system]." | 348 | |
| 349 | :global t :group 'keyboard :group 'mule | 349 | (if (keyboard-coding-system) |
| 350 | 350 | ;; We are turning on Encoded-kbd mode. | |
| 351 | (if encoded-kbd-mode | 351 | (let ((coding (keyboard-coding-system)) |
| 352 | ;; We are turning on Encoded-kbd mode. | 352 | (keymap (make-sparse-keymap "encoded-kb")) |
| 353 | (let ((coding (keyboard-coding-system)) | 353 | (cim (current-input-mode)) |
| 354 | result) | 354 | result) |
| 355 | (or saved-key-translation-map | 355 | (set-keymap-parent keymap input-decode-map) |
| 356 | (if (keymapp key-translation-map) | 356 | (setq input-decode-map keymap) |
| 357 | (setq saved-key-translation-map | 357 | (unless (terminal-parameter nil 'encoded-kbd-saved-input-meta-mode) |
| 358 | (copy-keymap key-translation-map)) | 358 | (set-terminal-parameter nil 'encoded-kbd-saved-input-mode (nth 2 cim))) |
| 359 | (setq key-translation-map (make-sparse-keymap)))) | 359 | (setq result (and coding (encoded-kbd-setup-keymap keymap coding))) |
| 360 | (or saved-input-mode | 360 | (if result |
| 361 | (setq saved-input-mode | 361 | (when (and (eq result 8) |
| 362 | (current-input-mode))) | 362 | (memq (nth 2 cim) '(t nil))) |
| 363 | (setq result (and coding (encoded-kbd-setup-keymap coding))) | 363 | (set-input-meta-mode 'use-8th-bit)) |
| 364 | (if result | 364 | (set-terminal-parameter nil 'encoded-kbd-saved-input-meta-mode nil) |
| 365 | (if (eq result 8) | 365 | (error "Unsupported coding system in Encoded-kbd mode: %S" |
| 366 | (set-input-mode | 366 | coding))) |
| 367 | (nth 0 saved-input-mode) | 367 | ;; We are turning off Encoded-kbd mode. |
| 368 | (nth 1 saved-input-mode) | 368 | (when (and (terminal-parameter nil 'encoded-kbd-saved-input-meta-mode) |
| 369 | 'use-8th-bit | 369 | (not (equal (nth 2 (current-input-mode)) |
| 370 | (nth 3 saved-input-mode))) | 370 | (terminal-parameter nil 'encoded-kbd-saved-input-meta-mode)))) |
| 371 | (setq encoded-kbd-mode nil | 371 | (set-input-meta-mode (terminal-parameter nil 'encoded-kbd-saved-input-meta-mode))) |
| 372 | saved-key-translation-map nil | 372 | (set-terminal-parameter nil 'saved-input-meta-mode nil)))))) |
| 373 | saved-input-mode nil) | ||
| 374 | (error "Unsupported coding system in Encoded-kbd mode: %S" | ||
| 375 | coding))) | ||
| 376 | |||
| 377 | ;; We are turning off Encoded-kbd mode. | ||
| 378 | (when saved-input-mode | ||
| 379 | (setq key-translation-map saved-key-translation-map | ||
| 380 | saved-key-translation-map nil) | ||
| 381 | (apply 'set-input-mode saved-input-mode) | ||
| 382 | (setq saved-input-mode nil)))) | ||
| 383 | 373 | ||
| 384 | (provide 'encoded-kb) | 374 | (provide 'encoded-kb) |
| 385 | 375 | ||
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index b66e1a471bc..38e32c8af06 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8-emacs; -*- | 1 | ;;; ethio-util.el --- utilities for Ethiopic -*- coding: utf-8; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 3ef40e14987..7e2a32a42e5 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best | 5 | ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best |
| 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" | 6 | ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5" |
| 7 | ;;;;;; "play/5x5.el" (18104 24760)) | 7 | ;;;;;; "play/5x5.el" (18177 871)) |
| 8 | ;;; Generated autoloads from play/5x5.el | 8 | ;;; Generated autoloads from play/5x5.el |
| 9 | 9 | ||
| 10 | (autoload (quote 5x5) "5x5" "\ | 10 | (autoload '5x5 "5x5" "\ |
| 11 | Play 5x5. | 11 | Play 5x5. |
| 12 | 12 | ||
| 13 | The object of 5x5 is very simple, by moving around the grid and flipping | 13 | The object of 5x5 is very simple, by moving around the grid and flipping |
| @@ -30,28 +30,28 @@ Quit current game \\[5x5-quit-game] | |||
| 30 | 30 | ||
| 31 | \(fn &optional SIZE)" t nil) | 31 | \(fn &optional SIZE)" t nil) |
| 32 | 32 | ||
| 33 | (autoload (quote 5x5-crack-randomly) "5x5" "\ | 33 | (autoload '5x5-crack-randomly "5x5" "\ |
| 34 | Attempt to crack 5x5 using random solutions. | 34 | Attempt to crack 5x5 using random solutions. |
| 35 | 35 | ||
| 36 | \(fn)" t nil) | 36 | \(fn)" t nil) |
| 37 | 37 | ||
| 38 | (autoload (quote 5x5-crack-mutating-current) "5x5" "\ | 38 | (autoload '5x5-crack-mutating-current "5x5" "\ |
| 39 | Attempt to crack 5x5 by mutating the current solution. | 39 | Attempt to crack 5x5 by mutating the current solution. |
| 40 | 40 | ||
| 41 | \(fn)" t nil) | 41 | \(fn)" t nil) |
| 42 | 42 | ||
| 43 | (autoload (quote 5x5-crack-mutating-best) "5x5" "\ | 43 | (autoload '5x5-crack-mutating-best "5x5" "\ |
| 44 | Attempt to crack 5x5 by mutating the best solution. | 44 | Attempt to crack 5x5 by mutating the best solution. |
| 45 | 45 | ||
| 46 | \(fn)" t nil) | 46 | \(fn)" t nil) |
| 47 | 47 | ||
| 48 | (autoload (quote 5x5-crack-xor-mutate) "5x5" "\ | 48 | (autoload '5x5-crack-xor-mutate "5x5" "\ |
| 49 | Attempt to crack 5x5 by xoring the current and best solution. | 49 | Attempt to crack 5x5 by xoring the current and best solution. |
| 50 | Mutate the result. | 50 | Mutate the result. |
| 51 | 51 | ||
| 52 | \(fn)" t nil) | 52 | \(fn)" t nil) |
| 53 | 53 | ||
| 54 | (autoload (quote 5x5-crack) "5x5" "\ | 54 | (autoload '5x5-crack "5x5" "\ |
| 55 | Attempt to find a solution for 5x5. | 55 | Attempt to find a solution for 5x5. |
| 56 | 56 | ||
| 57 | 5x5-crack takes the argument BREEDER which should be a function that takes | 57 | 5x5-crack takes the argument BREEDER which should be a function that takes |
| @@ -63,17 +63,17 @@ should return a grid vector array that is the new solution. | |||
| 63 | 63 | ||
| 64 | ;;;*** | 64 | ;;;*** |
| 65 | 65 | ||
| 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (18104 24730)) | 66 | ;;;### (autoloads nil "abbrev" "abbrev.el" (18177 854)) |
| 67 | ;;; Generated autoloads from abbrev.el | 67 | ;;; Generated autoloads from abbrev.el |
| 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) | 68 | (put 'abbrev-mode 'safe-local-variable 'booleanp) |
| 69 | 69 | ||
| 70 | ;;;*** | 70 | ;;;*** |
| 71 | 71 | ||
| 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" | 72 | ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el" |
| 73 | ;;;;;; (18104 24730)) | 73 | ;;;;;; (18177 854)) |
| 74 | ;;; Generated autoloads from abbrevlist.el | 74 | ;;; Generated autoloads from abbrevlist.el |
| 75 | 75 | ||
| 76 | (autoload (quote list-one-abbrev-table) "abbrevlist" "\ | 76 | (autoload 'list-one-abbrev-table "abbrevlist" "\ |
| 77 | Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. | 77 | Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. |
| 78 | 78 | ||
| 79 | \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil) | 79 | \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil) |
| @@ -81,10 +81,10 @@ Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. | |||
| 81 | ;;;*** | 81 | ;;;*** |
| 82 | 82 | ||
| 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 83 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 84 | ;;;;;; (18104 24762)) | 84 | ;;;;;; (18190 35204)) |
| 85 | ;;; Generated autoloads from progmodes/ada-mode.el | 85 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 86 | 86 | ||
| 87 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 87 | (autoload 'ada-add-extensions "ada-mode" "\ |
| 88 | Define SPEC and BODY as being valid extensions for Ada files. | 88 | Define SPEC and BODY as being valid extensions for Ada files. |
| 89 | Going from body to spec with `ff-find-other-file' used these | 89 | Going from body to spec with `ff-find-other-file' used these |
| 90 | extensions. | 90 | extensions. |
| @@ -93,7 +93,7 @@ the file name. | |||
| 93 | 93 | ||
| 94 | \(fn SPEC BODY)" nil nil) | 94 | \(fn SPEC BODY)" nil nil) |
| 95 | 95 | ||
| 96 | (autoload (quote ada-mode) "ada-mode" "\ | 96 | (autoload 'ada-mode "ada-mode" "\ |
| 97 | Ada mode is the major mode for editing Ada code. | 97 | Ada mode is the major mode for editing Ada code. |
| 98 | 98 | ||
| 99 | Bindings are as follows: (Note: 'LFD' is control-j.) | 99 | Bindings are as follows: (Note: 'LFD' is control-j.) |
| @@ -142,10 +142,10 @@ If you use ada-xref.el: | |||
| 142 | ;;;*** | 142 | ;;;*** |
| 143 | 143 | ||
| 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" | 144 | ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" |
| 145 | ;;;;;; (18104 24762)) | 145 | ;;;;;; (18177 871)) |
| 146 | ;;; Generated autoloads from progmodes/ada-stmt.el | 146 | ;;; Generated autoloads from progmodes/ada-stmt.el |
| 147 | 147 | ||
| 148 | (autoload (quote ada-header) "ada-stmt" "\ | 148 | (autoload 'ada-header "ada-stmt" "\ |
| 149 | Insert a descriptive header at the top of the file. | 149 | Insert a descriptive header at the top of the file. |
| 150 | 150 | ||
| 151 | \(fn)" t nil) | 151 | \(fn)" t nil) |
| @@ -153,10 +153,10 @@ Insert a descriptive header at the top of the file. | |||
| 153 | ;;;*** | 153 | ;;;*** |
| 154 | 154 | ||
| 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 155 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 156 | ;;;;;; (18104 24762)) | 156 | ;;;;;; (18177 871)) |
| 157 | ;;; Generated autoloads from progmodes/ada-xref.el | 157 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 158 | 158 | ||
| 159 | (autoload (quote ada-find-file) "ada-xref" "\ | 159 | (autoload 'ada-find-file "ada-xref" "\ |
| 160 | Open FILENAME, from anywhere in the source path. | 160 | Open FILENAME, from anywhere in the source path. |
| 161 | Completion is available. | 161 | Completion is available. |
| 162 | 162 | ||
| @@ -167,8 +167,8 @@ Completion is available. | |||
| 167 | ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode | 167 | ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode |
| 168 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log | 168 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log |
| 169 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name | 169 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name |
| 170 | ;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18104 | 170 | ;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18190 |
| 171 | ;;;;;; 24730)) | 171 | ;;;;;; 35183)) |
| 172 | ;;; Generated autoloads from add-log.el | 172 | ;;; Generated autoloads from add-log.el |
| 173 | 173 | ||
| 174 | (defvar add-log-current-defun-function nil "\ | 174 | (defvar add-log-current-defun-function nil "\ |
| @@ -176,13 +176,13 @@ If non-nil, function to guess name of surrounding function. | |||
| 176 | It is used by `add-log-current-defun' in preference to built-in rules. | 176 | It is used by `add-log-current-defun' in preference to built-in rules. |
| 177 | Returns function's name as a string, or nil if outside a function.") | 177 | Returns function's name as a string, or nil if outside a function.") |
| 178 | 178 | ||
| 179 | (custom-autoload (quote add-log-current-defun-function) "add-log" t) | 179 | (custom-autoload 'add-log-current-defun-function "add-log" t) |
| 180 | 180 | ||
| 181 | (defvar add-log-full-name nil "\ | 181 | (defvar add-log-full-name nil "\ |
| 182 | Full name of user, for inclusion in ChangeLog daily headers. | 182 | Full name of user, for inclusion in ChangeLog daily headers. |
| 183 | This defaults to the value returned by the function `user-full-name'.") | 183 | This defaults to the value returned by the function `user-full-name'.") |
| 184 | 184 | ||
| 185 | (custom-autoload (quote add-log-full-name) "add-log" t) | 185 | (custom-autoload 'add-log-full-name "add-log" t) |
| 186 | 186 | ||
| 187 | (defvar add-log-mailing-address nil "\ | 187 | (defvar add-log-mailing-address nil "\ |
| 188 | Email addresses of user, for inclusion in ChangeLog headers. | 188 | Email addresses of user, for inclusion in ChangeLog headers. |
| @@ -191,14 +191,14 @@ being a simple string, this value can also be a list. All elements | |||
| 191 | will be recognized as referring to the same user; when creating a new | 191 | will be recognized as referring to the same user; when creating a new |
| 192 | ChangeLog entry, one element will be chosen at random.") | 192 | ChangeLog entry, one element will be chosen at random.") |
| 193 | 193 | ||
| 194 | (custom-autoload (quote add-log-mailing-address) "add-log" t) | 194 | (custom-autoload 'add-log-mailing-address "add-log" t) |
| 195 | 195 | ||
| 196 | (autoload (quote prompt-for-change-log-name) "add-log" "\ | 196 | (autoload 'prompt-for-change-log-name "add-log" "\ |
| 197 | Prompt for a change log name. | 197 | Prompt for a change log name. |
| 198 | 198 | ||
| 199 | \(fn)" nil nil) | 199 | \(fn)" nil nil) |
| 200 | 200 | ||
| 201 | (autoload (quote find-change-log) "add-log" "\ | 201 | (autoload 'find-change-log "add-log" "\ |
| 202 | Find a change log file for \\[add-change-log-entry] and return the name. | 202 | Find a change log file for \\[add-change-log-entry] and return the name. |
| 203 | 203 | ||
| 204 | Optional arg FILE-NAME specifies the file to use. | 204 | Optional arg FILE-NAME specifies the file to use. |
| @@ -216,7 +216,7 @@ Optional arg BUFFER-FILE overrides `buffer-file-name'. | |||
| 216 | 216 | ||
| 217 | \(fn &optional FILE-NAME BUFFER-FILE)" nil nil) | 217 | \(fn &optional FILE-NAME BUFFER-FILE)" nil nil) |
| 218 | 218 | ||
| 219 | (autoload (quote add-change-log-entry) "add-log" "\ | 219 | (autoload 'add-change-log-entry "add-log" "\ |
| 220 | Find change log file, and add an entry for today and an item for this file. | 220 | Find change log file, and add an entry for today and an item for this file. |
| 221 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for user | 221 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for user |
| 222 | name and email (stored in `add-log-full-name' and `add-log-mailing-address'). | 222 | name and email (stored in `add-log-full-name' and `add-log-mailing-address'). |
| @@ -243,7 +243,7 @@ non-nil, otherwise in local time. | |||
| 243 | 243 | ||
| 244 | \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil) | 244 | \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil) |
| 245 | 245 | ||
| 246 | (autoload (quote add-change-log-entry-other-window) "add-log" "\ | 246 | (autoload 'add-change-log-entry-other-window "add-log" "\ |
| 247 | Find change log file in other window and add entry and item. | 247 | Find change log file in other window and add entry and item. |
| 248 | This is just like `add-change-log-entry' except that it displays | 248 | This is just like `add-change-log-entry' except that it displays |
| 249 | the change log file in another window. | 249 | the change log file in another window. |
| @@ -251,7 +251,7 @@ the change log file in another window. | |||
| 251 | \(fn &optional WHOAMI FILE-NAME)" t nil) | 251 | \(fn &optional WHOAMI FILE-NAME)" t nil) |
| 252 | (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) | 252 | (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) |
| 253 | 253 | ||
| 254 | (autoload (quote change-log-mode) "add-log" "\ | 254 | (autoload 'change-log-mode "add-log" "\ |
| 255 | Major mode for editing change logs; like Indented Text Mode. | 255 | Major mode for editing change logs; like Indented Text Mode. |
| 256 | Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. | 256 | Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. |
| 257 | New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]. | 257 | New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]. |
| @@ -261,16 +261,16 @@ Runs `change-log-mode-hook'. | |||
| 261 | 261 | ||
| 262 | \(fn)" t nil) | 262 | \(fn)" t nil) |
| 263 | 263 | ||
| 264 | (defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\ | 264 | (defvar add-log-lisp-like-modes '(emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode) "\ |
| 265 | *Modes that look like Lisp to `add-log-current-defun'.") | 265 | *Modes that look like Lisp to `add-log-current-defun'.") |
| 266 | 266 | ||
| 267 | (defvar add-log-c-like-modes (quote (c-mode c++-mode c++-c-mode objc-mode)) "\ | 267 | (defvar add-log-c-like-modes '(c-mode c++-mode c++-c-mode objc-mode) "\ |
| 268 | *Modes that look like C to `add-log-current-defun'.") | 268 | *Modes that look like C to `add-log-current-defun'.") |
| 269 | 269 | ||
| 270 | (defvar add-log-tex-like-modes (quote (TeX-mode plain-TeX-mode LaTeX-mode tex-mode)) "\ | 270 | (defvar add-log-tex-like-modes '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) "\ |
| 271 | *Modes that look like TeX to `add-log-current-defun'.") | 271 | *Modes that look like TeX to `add-log-current-defun'.") |
| 272 | 272 | ||
| 273 | (autoload (quote add-log-current-defun) "add-log" "\ | 273 | (autoload 'add-log-current-defun "add-log" "\ |
| 274 | Return name of function definition point is in, or nil. | 274 | Return name of function definition point is in, or nil. |
| 275 | 275 | ||
| 276 | Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...), | 276 | Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...), |
| @@ -286,7 +286,7 @@ Has a preference of looking backwards. | |||
| 286 | 286 | ||
| 287 | \(fn)" nil nil) | 287 | \(fn)" nil nil) |
| 288 | 288 | ||
| 289 | (autoload (quote change-log-merge) "add-log" "\ | 289 | (autoload 'change-log-merge "add-log" "\ |
| 290 | Merge the contents of change log file OTHER-LOG with this buffer. | 290 | Merge the contents of change log file OTHER-LOG with this buffer. |
| 291 | Both must be found in Change Log mode (since the merging depends on | 291 | Both must be found in Change Log mode (since the merging depends on |
| 292 | the appropriate motion commands). OTHER-LOG can be either a file name | 292 | the appropriate motion commands). OTHER-LOG can be either a file name |
| @@ -301,10 +301,10 @@ old-style time formats for entries are supported. | |||
| 301 | 301 | ||
| 302 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice | 302 | ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice |
| 303 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) | 303 | ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action) |
| 304 | ;;;;;; "advice" "emacs-lisp/advice.el" (18104 24745)) | 304 | ;;;;;; "advice" "emacs-lisp/advice.el" (18190 35187)) |
| 305 | ;;; Generated autoloads from emacs-lisp/advice.el | 305 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 306 | 306 | ||
| 307 | (defvar ad-redefinition-action (quote warn) "\ | 307 | (defvar ad-redefinition-action 'warn "\ |
| 308 | *Defines what to do with redefinitions during Advice de/activation. | 308 | *Defines what to do with redefinitions during Advice de/activation. |
| 309 | Redefinition occurs if a previously activated function that already has an | 309 | Redefinition occurs if a previously activated function that already has an |
| 310 | original definition associated with it gets redefined and then de/activated. | 310 | original definition associated with it gets redefined and then de/activated. |
| @@ -315,9 +315,9 @@ old original, or keep it and raise an error. The values `accept', `discard', | |||
| 315 | it additionally prints a warning message. All other values will be | 315 | it additionally prints a warning message. All other values will be |
| 316 | interpreted as `error'.") | 316 | interpreted as `error'.") |
| 317 | 317 | ||
| 318 | (custom-autoload (quote ad-redefinition-action) "advice" t) | 318 | (custom-autoload 'ad-redefinition-action "advice" t) |
| 319 | 319 | ||
| 320 | (defvar ad-default-compilation-action (quote maybe) "\ | 320 | (defvar ad-default-compilation-action 'maybe "\ |
| 321 | *Defines whether to compile advised definitions during activation. | 321 | *Defines whether to compile advised definitions during activation. |
| 322 | A value of `always' will result in unconditional compilation, `never' will | 322 | A value of `always' will result in unconditional compilation, `never' will |
| 323 | always avoid compilation, `maybe' will compile if the byte-compiler is already | 323 | always avoid compilation, `maybe' will compile if the byte-compiler is already |
| @@ -326,19 +326,19 @@ advised function is compiled or a built-in function. Every other value will | |||
| 326 | be interpreted as `maybe'. This variable will only be considered if the | 326 | be interpreted as `maybe'. This variable will only be considered if the |
| 327 | COMPILE argument of `ad-activate' was supplied as nil.") | 327 | COMPILE argument of `ad-activate' was supplied as nil.") |
| 328 | 328 | ||
| 329 | (custom-autoload (quote ad-default-compilation-action) "advice" t) | 329 | (custom-autoload 'ad-default-compilation-action "advice" t) |
| 330 | 330 | ||
| 331 | (autoload (quote ad-enable-advice) "advice" "\ | 331 | (autoload 'ad-enable-advice "advice" "\ |
| 332 | Enables the advice of FUNCTION with CLASS and NAME. | 332 | Enables the advice of FUNCTION with CLASS and NAME. |
| 333 | 333 | ||
| 334 | \(fn FUNCTION CLASS NAME)" t nil) | 334 | \(fn FUNCTION CLASS NAME)" t nil) |
| 335 | 335 | ||
| 336 | (autoload (quote ad-disable-advice) "advice" "\ | 336 | (autoload 'ad-disable-advice "advice" "\ |
| 337 | Disable the advice of FUNCTION with CLASS and NAME. | 337 | Disable the advice of FUNCTION with CLASS and NAME. |
| 338 | 338 | ||
| 339 | \(fn FUNCTION CLASS NAME)" t nil) | 339 | \(fn FUNCTION CLASS NAME)" t nil) |
| 340 | 340 | ||
| 341 | (autoload (quote ad-add-advice) "advice" "\ | 341 | (autoload 'ad-add-advice "advice" "\ |
| 342 | Add a piece of ADVICE to FUNCTION's list of advices in CLASS. | 342 | Add a piece of ADVICE to FUNCTION's list of advices in CLASS. |
| 343 | If FUNCTION already has one or more pieces of advice of the specified | 343 | If FUNCTION already has one or more pieces of advice of the specified |
| 344 | CLASS then POSITION determines where the new piece will go. The value | 344 | CLASS then POSITION determines where the new piece will go. The value |
| @@ -353,7 +353,7 @@ will clear the cache. | |||
| 353 | 353 | ||
| 354 | \(fn FUNCTION ADVICE CLASS POSITION)" nil nil) | 354 | \(fn FUNCTION ADVICE CLASS POSITION)" nil nil) |
| 355 | 355 | ||
| 356 | (autoload (quote ad-activate) "advice" "\ | 356 | (autoload 'ad-activate "advice" "\ |
| 357 | Activate all the advice information of an advised FUNCTION. | 357 | Activate all the advice information of an advised FUNCTION. |
| 358 | If FUNCTION has a proper original definition then an advised | 358 | If FUNCTION has a proper original definition then an advised |
| 359 | definition will be generated from FUNCTION's advice info and the | 359 | definition will be generated from FUNCTION's advice info and the |
| @@ -372,7 +372,7 @@ definition will always be cached for later usage. | |||
| 372 | 372 | ||
| 373 | \(fn FUNCTION &optional COMPILE)" t nil) | 373 | \(fn FUNCTION &optional COMPILE)" t nil) |
| 374 | 374 | ||
| 375 | (autoload (quote defadvice) "advice" "\ | 375 | (autoload 'defadvice "advice" "\ |
| 376 | Define a piece of advice for FUNCTION (a symbol). | 376 | Define a piece of advice for FUNCTION (a symbol). |
| 377 | The syntax of `defadvice' is as follows: | 377 | The syntax of `defadvice' is as follows: |
| 378 | 378 | ||
| @@ -429,10 +429,10 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 429 | 429 | ||
| 430 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 430 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 431 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 431 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 432 | ;;;;;; align) "align" "align.el" (18104 24730)) | 432 | ;;;;;; align) "align" "align.el" (18177 854)) |
| 433 | ;;; Generated autoloads from align.el | 433 | ;;; Generated autoloads from align.el |
| 434 | 434 | ||
| 435 | (autoload (quote align) "align" "\ | 435 | (autoload 'align "align" "\ |
| 436 | Attempt to align a region based on a set of alignment rules. | 436 | Attempt to align a region based on a set of alignment rules. |
| 437 | BEG and END mark the region. If BEG and END are specifically set to | 437 | BEG and END mark the region. If BEG and END are specifically set to |
| 438 | nil (this can only be done programmatically), the beginning and end of | 438 | nil (this can only be done programmatically), the beginning and end of |
| @@ -451,7 +451,7 @@ on the format of these lists. | |||
| 451 | 451 | ||
| 452 | \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil) | 452 | \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil) |
| 453 | 453 | ||
| 454 | (autoload (quote align-regexp) "align" "\ | 454 | (autoload 'align-regexp "align" "\ |
| 455 | Align the current region using an ad-hoc rule read from the minibuffer. | 455 | Align the current region using an ad-hoc rule read from the minibuffer. |
| 456 | BEG and END mark the limits of the region. This function will prompt | 456 | BEG and END mark the limits of the region. This function will prompt |
| 457 | for the REGEXP to align with. If no prefix arg was specified, you | 457 | for the REGEXP to align with. If no prefix arg was specified, you |
| @@ -477,7 +477,7 @@ region, call `align-regexp' and type in that regular expression. | |||
| 477 | 477 | ||
| 478 | \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) | 478 | \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil) |
| 479 | 479 | ||
| 480 | (autoload (quote align-entire) "align" "\ | 480 | (autoload 'align-entire "align" "\ |
| 481 | Align the selected region as if it were one alignment section. | 481 | Align the selected region as if it were one alignment section. |
| 482 | BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES | 482 | BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES |
| 483 | is set to a list of rules (see `align-rules-list'), it can be used to | 483 | is set to a list of rules (see `align-rules-list'), it can be used to |
| @@ -486,7 +486,7 @@ align that section. | |||
| 486 | 486 | ||
| 487 | \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil) | 487 | \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil) |
| 488 | 488 | ||
| 489 | (autoload (quote align-current) "align" "\ | 489 | (autoload 'align-current "align" "\ |
| 490 | Call `align' on the current alignment section. | 490 | Call `align' on the current alignment section. |
| 491 | This function assumes you want to align only the current section, and | 491 | This function assumes you want to align only the current section, and |
| 492 | so saves you from having to specify the region. If RULES or | 492 | so saves you from having to specify the region. If RULES or |
| @@ -496,7 +496,7 @@ been used to align that section. | |||
| 496 | 496 | ||
| 497 | \(fn &optional RULES EXCLUDE-RULES)" t nil) | 497 | \(fn &optional RULES EXCLUDE-RULES)" t nil) |
| 498 | 498 | ||
| 499 | (autoload (quote align-highlight-rule) "align" "\ | 499 | (autoload 'align-highlight-rule "align" "\ |
| 500 | Highlight the whitespace which a given rule would have modified. | 500 | Highlight the whitespace which a given rule would have modified. |
| 501 | BEG and END mark the extent of the region. TITLE identifies the rule | 501 | BEG and END mark the extent of the region. TITLE identifies the rule |
| 502 | that should be highlighted. If RULES or EXCLUDE-RULES is set to a | 502 | that should be highlighted. If RULES or EXCLUDE-RULES is set to a |
| @@ -506,12 +506,12 @@ to be colored. | |||
| 506 | 506 | ||
| 507 | \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil) | 507 | \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil) |
| 508 | 508 | ||
| 509 | (autoload (quote align-unhighlight-rule) "align" "\ | 509 | (autoload 'align-unhighlight-rule "align" "\ |
| 510 | Remove any highlighting that was added by `align-highlight-rule'. | 510 | Remove any highlighting that was added by `align-highlight-rule'. |
| 511 | 511 | ||
| 512 | \(fn)" t nil) | 512 | \(fn)" t nil) |
| 513 | 513 | ||
| 514 | (autoload (quote align-newline-and-indent) "align" "\ | 514 | (autoload 'align-newline-and-indent "align" "\ |
| 515 | A replacement function for `newline-and-indent', aligning as it goes. | 515 | A replacement function for `newline-and-indent', aligning as it goes. |
| 516 | 516 | ||
| 517 | \(fn)" t nil) | 517 | \(fn)" t nil) |
| @@ -519,47 +519,48 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 519 | ;;;*** | 519 | ;;;*** |
| 520 | 520 | ||
| 521 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" | 521 | ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el" |
| 522 | ;;;;;; (18104 24730)) | 522 | ;;;;;; (18190 35183)) |
| 523 | ;;; Generated autoloads from allout.el | 523 | ;;; Generated autoloads from allout.el |
| 524 | 524 | ||
| 525 | (put (quote allout-show-bodies) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 525 | (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) |
| 526 | 526 | ||
| 527 | (put (quote allout-header-prefix) (quote safe-local-variable) (quote stringp)) | 527 | (put 'allout-header-prefix 'safe-local-variable 'stringp) |
| 528 | 528 | ||
| 529 | (put (quote allout-primary-bullet) (quote safe-local-variable) (quote stringp)) | 529 | (put 'allout-primary-bullet 'safe-local-variable 'stringp) |
| 530 | 530 | ||
| 531 | (put (quote allout-plain-bullets-string) (quote safe-local-variable) (quote stringp)) | 531 | (put 'allout-plain-bullets-string 'safe-local-variable 'stringp) |
| 532 | 532 | ||
| 533 | (put (quote allout-distinctive-bullets-string) (quote safe-local-variable) (quote stringp)) | 533 | (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp) |
| 534 | 534 | ||
| 535 | (put (quote allout-use-mode-specific-leader) (quote safe-local-variable) (quote (lambda (x) (or (memq x (quote (t nil allout-mode-leaders comment-start))) (stringp x))))) | 535 | (put 'allout-use-mode-specific-leader 'safe-local-variable '(lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x)))) |
| 536 | 536 | ||
| 537 | (put (quote allout-old-style-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 537 | (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) |
| 538 | 538 | ||
| 539 | (put (quote allout-stylish-prefixes) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 539 | (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) |
| 540 | 540 | ||
| 541 | (put (quote allout-numbered-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x)))))) | 541 | (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p '(lambda (x) (or (stringp x) (null x))))) |
| 542 | 542 | ||
| 543 | (put (quote allout-file-xref-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x)))))) | 543 | (put 'allout-file-xref-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p '(lambda (x) (or (stringp x) (null x))))) |
| 544 | 544 | ||
| 545 | (put (quote allout-presentation-padding) (quote safe-local-variable) (quote integerp)) | 545 | (put 'allout-presentation-padding 'safe-local-variable 'integerp) |
| 546 | 546 | ||
| 547 | (put (quote allout-use-hanging-indents) (quote safe-local-variable) (if (fboundp (quote booleanp)) (quote booleanp) (quote (lambda (x) (member x (quote (t nil))))))) | 547 | (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil))))) |
| 548 | 548 | ||
| 549 | (put (quote allout-reindent-bodies) (quote safe-local-variable) (quote (lambda (x) (memq x (quote (nil t text force)))))) | 549 | (put 'allout-reindent-bodies 'safe-local-variable '(lambda (x) (memq x '(nil t text force)))) |
| 550 | 550 | ||
| 551 | (put (quote allout-layout) (quote safe-local-variable) (quote (lambda (x) (or (numberp x) (listp x) (memq x (quote (: * + -))))))) | 551 | (put 'allout-layout 'safe-local-variable '(lambda (x) (or (numberp x) (listp x) (memq x '(: * + -))))) |
| 552 | 552 | ||
| 553 | (put (quote allout-passphrase-verifier-string) (quote safe-local-variable) (quote stringp)) | 553 | (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp) |
| 554 | 554 | ||
| 555 | (put (quote allout-passphrase-hint-string) (quote safe-local-variable) (quote stringp)) | 555 | (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp) |
| 556 | 556 | ||
| 557 | (autoload (quote allout-mode) "allout" "\ | 557 | (autoload 'allout-mode "allout" "\ |
| 558 | Toggle minor mode for controlling exposure and editing of text outlines. | 558 | Toggle minor mode for controlling exposure and editing of text outlines. |
| 559 | \\<allout-mode-map> | 559 | \\<allout-mode-map> |
| 560 | 560 | ||
| 561 | Optional arg forces mode to re-initialize iff arg is positive num or | 561 | Optional prefix argument TOGGLE forces the mode to re-initialize |
| 562 | symbol. Allout outline mode always runs as a minor mode. | 562 | if it is positive, otherwise it turns the mode off. Allout |
| 563 | outline mode always runs as a minor mode. | ||
| 563 | 564 | ||
| 564 | Allout outline mode provides extensive outline oriented formatting and | 565 | Allout outline mode provides extensive outline oriented formatting and |
| 565 | manipulation. It enables structural editing of outlines, as well as | 566 | manipulation. It enables structural editing of outlines, as well as |
| @@ -812,9 +813,9 @@ OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be. | |||
| 812 | 813 | ||
| 813 | \(fn &optional TOGGLE)" t nil) | 814 | \(fn &optional TOGGLE)" t nil) |
| 814 | 815 | ||
| 815 | (defalias (quote outlinify-sticky) (quote outlineify-sticky)) | 816 | (defalias 'outlinify-sticky 'outlineify-sticky) |
| 816 | 817 | ||
| 817 | (autoload (quote outlineify-sticky) "allout" "\ | 818 | (autoload 'outlineify-sticky "allout" "\ |
| 818 | Activate outline mode and establish file var so it is started subsequently. | 819 | Activate outline mode and establish file var so it is started subsequently. |
| 819 | 820 | ||
| 820 | See doc-string for `allout-layout' and `allout-init' for details on | 821 | See doc-string for `allout-layout' and `allout-init' for details on |
| @@ -825,12 +826,12 @@ setup for auto-startup. | |||
| 825 | ;;;*** | 826 | ;;;*** |
| 826 | 827 | ||
| 827 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 828 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 828 | ;;;;;; "net/ange-ftp.el" (18104 24759)) | 829 | ;;;;;; "net/ange-ftp.el" (18190 35202)) |
| 829 | ;;; Generated autoloads from net/ange-ftp.el | 830 | ;;; Generated autoloads from net/ange-ftp.el |
| 830 | 831 | ||
| 831 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | 832 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 832 | 833 | ||
| 833 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ | 834 | (autoload 'ange-ftp-reread-dir "ange-ftp" "\ |
| 834 | Reread remote directory DIR to update the directory cache. | 835 | Reread remote directory DIR to update the directory cache. |
| 835 | The implementation of remote ftp file names caches directory contents | 836 | The implementation of remote ftp file names caches directory contents |
| 836 | for speed. Therefore, when new remote files are created, Emacs | 837 | for speed. Therefore, when new remote files are created, Emacs |
| @@ -839,7 +840,7 @@ directory, so that Emacs will know its current contents. | |||
| 839 | 840 | ||
| 840 | \(fn &optional DIR)" t nil) | 841 | \(fn &optional DIR)" t nil) |
| 841 | 842 | ||
| 842 | (autoload (quote ange-ftp-hook-function) "ange-ftp" "\ | 843 | (autoload 'ange-ftp-hook-function "ange-ftp" "\ |
| 843 | Not documented | 844 | Not documented |
| 844 | 845 | ||
| 845 | \(fn OPERATION &rest ARGS)" nil nil) | 846 | \(fn OPERATION &rest ARGS)" nil nil) |
| @@ -847,10 +848,10 @@ Not documented | |||
| 847 | ;;;*** | 848 | ;;;*** |
| 848 | 849 | ||
| 849 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) | 850 | ;;;### (autoloads (animate-birthday-present animate-sequence animate-string) |
| 850 | ;;;;;; "animate" "play/animate.el" (18104 24760)) | 851 | ;;;;;; "animate" "play/animate.el" (18177 871)) |
| 851 | ;;; Generated autoloads from play/animate.el | 852 | ;;; Generated autoloads from play/animate.el |
| 852 | 853 | ||
| 853 | (autoload (quote animate-string) "animate" "\ | 854 | (autoload 'animate-string "animate" "\ |
| 854 | Display STRING starting at position VPOS, HPOS, using animation. | 855 | Display STRING starting at position VPOS, HPOS, using animation. |
| 855 | The characters start at randomly chosen places, | 856 | The characters start at randomly chosen places, |
| 856 | and all slide in parallel to their final positions, | 857 | and all slide in parallel to their final positions, |
| @@ -860,13 +861,13 @@ in the current window. | |||
| 860 | 861 | ||
| 861 | \(fn STRING VPOS &optional HPOS)" nil nil) | 862 | \(fn STRING VPOS &optional HPOS)" nil nil) |
| 862 | 863 | ||
| 863 | (autoload (quote animate-sequence) "animate" "\ | 864 | (autoload 'animate-sequence "animate" "\ |
| 864 | Display strings from LIST-OF-STRING with animation in a new buffer. | 865 | Display strings from LIST-OF-STRING with animation in a new buffer. |
| 865 | Strings will be separated from each other by SPACE lines. | 866 | Strings will be separated from each other by SPACE lines. |
| 866 | 867 | ||
| 867 | \(fn LIST-OF-STRINGS SPACE)" nil nil) | 868 | \(fn LIST-OF-STRINGS SPACE)" nil nil) |
| 868 | 869 | ||
| 869 | (autoload (quote animate-birthday-present) "animate" "\ | 870 | (autoload 'animate-birthday-present "animate" "\ |
| 870 | Display one's birthday present in a new buffer. | 871 | Display one's birthday present in a new buffer. |
| 871 | You can specify the one's name by NAME; the default value is \"Sarah\". | 872 | You can specify the one's name by NAME; the default value is \"Sarah\". |
| 872 | 873 | ||
| @@ -875,15 +876,15 @@ You can specify the one's name by NAME; the default value is \"Sarah\". | |||
| 875 | ;;;*** | 876 | ;;;*** |
| 876 | 877 | ||
| 877 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 878 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 878 | ;;;;;; "ansi-color" "ansi-color.el" (18104 24730)) | 879 | ;;;;;; "ansi-color" "ansi-color.el" (18190 35183)) |
| 879 | ;;; Generated autoloads from ansi-color.el | 880 | ;;; Generated autoloads from ansi-color.el |
| 880 | 881 | ||
| 881 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 882 | (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\ |
| 882 | Set `ansi-color-for-comint-mode' to t. | 883 | Set `ansi-color-for-comint-mode' to t. |
| 883 | 884 | ||
| 884 | \(fn)" t nil) | 885 | \(fn)" t nil) |
| 885 | 886 | ||
| 886 | (autoload (quote ansi-color-process-output) "ansi-color" "\ | 887 | (autoload 'ansi-color-process-output "ansi-color" "\ |
| 887 | Maybe translate SGR control sequences of comint output into text-properties. | 888 | Maybe translate SGR control sequences of comint output into text-properties. |
| 888 | 889 | ||
| 889 | Depending on variable `ansi-color-for-comint-mode' the comint output is | 890 | Depending on variable `ansi-color-for-comint-mode' the comint output is |
| @@ -901,10 +902,10 @@ This is a good function to put in `comint-output-filter-functions'. | |||
| 901 | ;;;*** | 902 | ;;;*** |
| 902 | 903 | ||
| 903 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 904 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 904 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18104 24763)) | 905 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18177 871)) |
| 905 | ;;; Generated autoloads from progmodes/antlr-mode.el | 906 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 906 | 907 | ||
| 907 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 908 | (autoload 'antlr-show-makefile-rules "antlr-mode" "\ |
| 908 | Show Makefile rules for all grammar files in the current directory. | 909 | Show Makefile rules for all grammar files in the current directory. |
| 909 | If the `major-mode' of the current buffer has the value `makefile-mode', | 910 | If the `major-mode' of the current buffer has the value `makefile-mode', |
| 910 | the rules are directory inserted at point. Otherwise, a *Help* buffer | 911 | the rules are directory inserted at point. Otherwise, a *Help* buffer |
| @@ -923,13 +924,13 @@ commentary with value `antlr-help-unknown-file-text' is added. The | |||
| 923 | 924 | ||
| 924 | \(fn)" t nil) | 925 | \(fn)" t nil) |
| 925 | 926 | ||
| 926 | (autoload (quote antlr-mode) "antlr-mode" "\ | 927 | (autoload 'antlr-mode "antlr-mode" "\ |
| 927 | Major mode for editing ANTLR grammar files. | 928 | Major mode for editing ANTLR grammar files. |
| 928 | \\{antlr-mode-map} | 929 | \\{antlr-mode-map} |
| 929 | 930 | ||
| 930 | \(fn)" t nil) | 931 | \(fn)" t nil) |
| 931 | 932 | ||
| 932 | (autoload (quote antlr-set-tabs) "antlr-mode" "\ | 933 | (autoload 'antlr-set-tabs "antlr-mode" "\ |
| 933 | Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'. | 934 | Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'. |
| 934 | Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | 935 | Used in `antlr-mode'. Also a useful function in `java-mode-hook'. |
| 935 | 936 | ||
| @@ -940,7 +941,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 940 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add | 941 | ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add |
| 941 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line | 942 | ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line |
| 942 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time | 943 | ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time |
| 943 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (18104 24745)) | 944 | ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (18177 855)) |
| 944 | ;;; Generated autoloads from calendar/appt.el | 945 | ;;; Generated autoloads from calendar/appt.el |
| 945 | 946 | ||
| 946 | (defvar appt-issue-message t "\ | 947 | (defvar appt-issue-message t "\ |
| @@ -948,60 +949,60 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'. | |||
| 948 | To be detected, the diary entry must have the format described in the | 949 | To be detected, the diary entry must have the format described in the |
| 949 | documentation of the function `appt-check'.") | 950 | documentation of the function `appt-check'.") |
| 950 | 951 | ||
| 951 | (custom-autoload (quote appt-issue-message) "appt" t) | 952 | (custom-autoload 'appt-issue-message "appt" t) |
| 952 | 953 | ||
| 953 | (defvar appt-message-warning-time 12 "\ | 954 | (defvar appt-message-warning-time 12 "\ |
| 954 | *Time in minutes before an appointment that the warning begins.") | 955 | *Time in minutes before an appointment that the warning begins.") |
| 955 | 956 | ||
| 956 | (custom-autoload (quote appt-message-warning-time) "appt" t) | 957 | (custom-autoload 'appt-message-warning-time "appt" t) |
| 957 | 958 | ||
| 958 | (defvar appt-audible t "\ | 959 | (defvar appt-audible t "\ |
| 959 | *Non-nil means beep to indicate appointment.") | 960 | *Non-nil means beep to indicate appointment.") |
| 960 | 961 | ||
| 961 | (custom-autoload (quote appt-audible) "appt" t) | 962 | (custom-autoload 'appt-audible "appt" t) |
| 962 | 963 | ||
| 963 | (defvar appt-visible t "\ | 964 | (defvar appt-visible t "\ |
| 964 | *Non-nil means display appointment message in echo area. | 965 | *Non-nil means display appointment message in echo area. |
| 965 | This variable is only relevant if `appt-msg-window' is nil.") | 966 | This variable is only relevant if `appt-msg-window' is nil.") |
| 966 | 967 | ||
| 967 | (custom-autoload (quote appt-visible) "appt" t) | 968 | (custom-autoload 'appt-visible "appt" t) |
| 968 | 969 | ||
| 969 | (defvar appt-msg-window t "\ | 970 | (defvar appt-msg-window t "\ |
| 970 | *Non-nil means display appointment message in another window. | 971 | *Non-nil means display appointment message in another window. |
| 971 | If non-nil, this variable overrides `appt-visible'.") | 972 | If non-nil, this variable overrides `appt-visible'.") |
| 972 | 973 | ||
| 973 | (custom-autoload (quote appt-msg-window) "appt" t) | 974 | (custom-autoload 'appt-msg-window "appt" t) |
| 974 | 975 | ||
| 975 | (defvar appt-display-mode-line t "\ | 976 | (defvar appt-display-mode-line t "\ |
| 976 | *Non-nil means display minutes to appointment and time on the mode line. | 977 | *Non-nil means display minutes to appointment and time on the mode line. |
| 977 | This is in addition to any other display of appointment messages.") | 978 | This is in addition to any other display of appointment messages.") |
| 978 | 979 | ||
| 979 | (custom-autoload (quote appt-display-mode-line) "appt" t) | 980 | (custom-autoload 'appt-display-mode-line "appt" t) |
| 980 | 981 | ||
| 981 | (defvar appt-display-duration 10 "\ | 982 | (defvar appt-display-duration 10 "\ |
| 982 | *The number of seconds an appointment message is displayed. | 983 | *The number of seconds an appointment message is displayed. |
| 983 | Only relevant if reminders are to be displayed in their own window.") | 984 | Only relevant if reminders are to be displayed in their own window.") |
| 984 | 985 | ||
| 985 | (custom-autoload (quote appt-display-duration) "appt" t) | 986 | (custom-autoload 'appt-display-duration "appt" t) |
| 986 | 987 | ||
| 987 | (defvar appt-display-diary t "\ | 988 | (defvar appt-display-diary t "\ |
| 988 | *Non-nil displays the diary when the appointment list is first initialized. | 989 | *Non-nil displays the diary when the appointment list is first initialized. |
| 989 | This will occur at midnight when the appointment list is updated.") | 990 | This will occur at midnight when the appointment list is updated.") |
| 990 | 991 | ||
| 991 | (custom-autoload (quote appt-display-diary) "appt" t) | 992 | (custom-autoload 'appt-display-diary "appt" t) |
| 992 | 993 | ||
| 993 | (autoload (quote appt-add) "appt" "\ | 994 | (autoload 'appt-add "appt" "\ |
| 994 | Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG. | 995 | Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG. |
| 995 | The time should be in either 24 hour format or am/pm format. | 996 | The time should be in either 24 hour format or am/pm format. |
| 996 | 997 | ||
| 997 | \(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil) | 998 | \(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil) |
| 998 | 999 | ||
| 999 | (autoload (quote appt-delete) "appt" "\ | 1000 | (autoload 'appt-delete "appt" "\ |
| 1000 | Delete an appointment from the list of appointments. | 1001 | Delete an appointment from the list of appointments. |
| 1001 | 1002 | ||
| 1002 | \(fn)" t nil) | 1003 | \(fn)" t nil) |
| 1003 | 1004 | ||
| 1004 | (autoload (quote appt-make-list) "appt" "\ | 1005 | (autoload 'appt-make-list "appt" "\ |
| 1005 | Update the appointments list from today's diary buffer. | 1006 | Update the appointments list from today's diary buffer. |
| 1006 | The time must be at the beginning of a line for it to be | 1007 | The time must be at the beginning of a line for it to be |
| 1007 | put in the appointments list (see examples in documentation of | 1008 | put in the appointments list (see examples in documentation of |
| @@ -1017,7 +1018,7 @@ appointment package (if it is not already active). | |||
| 1017 | 1018 | ||
| 1018 | \(fn)" nil nil) | 1019 | \(fn)" nil nil) |
| 1019 | 1020 | ||
| 1020 | (autoload (quote appt-activate) "appt" "\ | 1021 | (autoload 'appt-activate "appt" "\ |
| 1021 | Toggle checking of appointments. | 1022 | Toggle checking of appointments. |
| 1022 | With optional numeric argument ARG, turn appointment checking on if | 1023 | With optional numeric argument ARG, turn appointment checking on if |
| 1023 | ARG is positive, otherwise off. | 1024 | ARG is positive, otherwise off. |
| @@ -1028,10 +1029,10 @@ ARG is positive, otherwise off. | |||
| 1028 | 1029 | ||
| 1029 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property | 1030 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property |
| 1030 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" | 1031 | ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos" |
| 1031 | ;;;;;; "apropos.el" (18104 24730)) | 1032 | ;;;;;; "apropos.el" (18177 855)) |
| 1032 | ;;; Generated autoloads from apropos.el | 1033 | ;;; Generated autoloads from apropos.el |
| 1033 | 1034 | ||
| 1034 | (autoload (quote apropos-read-pattern) "apropos" "\ | 1035 | (autoload 'apropos-read-pattern "apropos" "\ |
| 1035 | Read an apropos pattern, either a word list or a regexp. | 1036 | Read an apropos pattern, either a word list or a regexp. |
| 1036 | Returns the user pattern, either a list of words which are matched | 1037 | Returns the user pattern, either a list of words which are matched |
| 1037 | literally, or a string which is used as a regexp to search for. | 1038 | literally, or a string which is used as a regexp to search for. |
| @@ -1041,7 +1042,7 @@ kind of objects to search. | |||
| 1041 | 1042 | ||
| 1042 | \(fn SUBJECT)" nil nil) | 1043 | \(fn SUBJECT)" nil nil) |
| 1043 | 1044 | ||
| 1044 | (autoload (quote apropos-variable) "apropos" "\ | 1045 | (autoload 'apropos-variable "apropos" "\ |
| 1045 | Show user variables that match PATTERN. | 1046 | Show user variables that match PATTERN. |
| 1046 | PATTERN can be a word, a list of words (separated by spaces), | 1047 | PATTERN can be a word, a list of words (separated by spaces), |
| 1047 | or a regexp (using some regexp special characters). If it is a word, | 1048 | or a regexp (using some regexp special characters). If it is a word, |
| @@ -1053,9 +1054,9 @@ normal variables. | |||
| 1053 | 1054 | ||
| 1054 | \(fn PATTERN &optional DO-ALL)" t nil) | 1055 | \(fn PATTERN &optional DO-ALL)" t nil) |
| 1055 | 1056 | ||
| 1056 | (defalias (quote command-apropos) (quote apropos-command)) | 1057 | (defalias 'command-apropos 'apropos-command) |
| 1057 | 1058 | ||
| 1058 | (autoload (quote apropos-command) "apropos" "\ | 1059 | (autoload 'apropos-command "apropos" "\ |
| 1059 | Show commands (interactively callable functions) that match PATTERN. | 1060 | Show commands (interactively callable functions) that match PATTERN. |
| 1060 | PATTERN can be a word, a list of words (separated by spaces), | 1061 | PATTERN can be a word, a list of words (separated by spaces), |
| 1061 | or a regexp (using some regexp special characters). If it is a word, | 1062 | or a regexp (using some regexp special characters). If it is a word, |
| @@ -1073,12 +1074,12 @@ while a list of strings is used as a word list. | |||
| 1073 | 1074 | ||
| 1074 | \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil) | 1075 | \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil) |
| 1075 | 1076 | ||
| 1076 | (autoload (quote apropos-documentation-property) "apropos" "\ | 1077 | (autoload 'apropos-documentation-property "apropos" "\ |
| 1077 | Like (documentation-property SYMBOL PROPERTY RAW) but handle errors. | 1078 | Like (documentation-property SYMBOL PROPERTY RAW) but handle errors. |
| 1078 | 1079 | ||
| 1079 | \(fn SYMBOL PROPERTY RAW)" nil nil) | 1080 | \(fn SYMBOL PROPERTY RAW)" nil nil) |
| 1080 | 1081 | ||
| 1081 | (autoload (quote apropos) "apropos" "\ | 1082 | (autoload 'apropos "apropos" "\ |
| 1082 | Show all meaningful Lisp symbols whose names match PATTERN. | 1083 | Show all meaningful Lisp symbols whose names match PATTERN. |
| 1083 | Symbols are shown if they are defined as functions, variables, or | 1084 | Symbols are shown if they are defined as functions, variables, or |
| 1084 | faces, or if they have nonempty property lists. | 1085 | faces, or if they have nonempty property lists. |
| @@ -1095,7 +1096,7 @@ Returns list of symbols and documentation found. | |||
| 1095 | 1096 | ||
| 1096 | \(fn PATTERN &optional DO-ALL)" t nil) | 1097 | \(fn PATTERN &optional DO-ALL)" t nil) |
| 1097 | 1098 | ||
| 1098 | (autoload (quote apropos-value) "apropos" "\ | 1099 | (autoload 'apropos-value "apropos" "\ |
| 1099 | Show all symbols whose value's printed representation matches PATTERN. | 1100 | Show all symbols whose value's printed representation matches PATTERN. |
| 1100 | PATTERN can be a word, a list of words (separated by spaces), | 1101 | PATTERN can be a word, a list of words (separated by spaces), |
| 1101 | or a regexp (using some regexp special characters). If it is a word, | 1102 | or a regexp (using some regexp special characters). If it is a word, |
| @@ -1108,7 +1109,7 @@ Returns list of symbols and values found. | |||
| 1108 | 1109 | ||
| 1109 | \(fn PATTERN &optional DO-ALL)" t nil) | 1110 | \(fn PATTERN &optional DO-ALL)" t nil) |
| 1110 | 1111 | ||
| 1111 | (autoload (quote apropos-documentation) "apropos" "\ | 1112 | (autoload 'apropos-documentation "apropos" "\ |
| 1112 | Show symbols whose documentation contains matches for PATTERN. | 1113 | Show symbols whose documentation contains matches for PATTERN. |
| 1113 | PATTERN can be a word, a list of words (separated by spaces), | 1114 | PATTERN can be a word, a list of words (separated by spaces), |
| 1114 | or a regexp (using some regexp special characters). If it is a word, | 1115 | or a regexp (using some regexp special characters). If it is a word, |
| @@ -1124,11 +1125,11 @@ Returns list of symbols and documentation found. | |||
| 1124 | 1125 | ||
| 1125 | ;;;*** | 1126 | ;;;*** |
| 1126 | 1127 | ||
| 1127 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18104 | 1128 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18190 |
| 1128 | ;;;;;; 24730)) | 1129 | ;;;;;; 35184)) |
| 1129 | ;;; Generated autoloads from arc-mode.el | 1130 | ;;; Generated autoloads from arc-mode.el |
| 1130 | 1131 | ||
| 1131 | (autoload (quote archive-mode) "arc-mode" "\ | 1132 | (autoload 'archive-mode "arc-mode" "\ |
| 1132 | Major mode for viewing an archive file in a dired-like way. | 1133 | Major mode for viewing an archive file in a dired-like way. |
| 1133 | You can move around using the usual cursor motion commands. | 1134 | You can move around using the usual cursor motion commands. |
| 1134 | Letters no longer insert themselves. | 1135 | Letters no longer insert themselves. |
| @@ -1145,10 +1146,10 @@ archive. | |||
| 1145 | 1146 | ||
| 1146 | ;;;*** | 1147 | ;;;*** |
| 1147 | 1148 | ||
| 1148 | ;;;### (autoloads (array-mode) "array" "array.el" (18104 24730)) | 1149 | ;;;### (autoloads (array-mode) "array" "array.el" (18177 855)) |
| 1149 | ;;; Generated autoloads from array.el | 1150 | ;;; Generated autoloads from array.el |
| 1150 | 1151 | ||
| 1151 | (autoload (quote array-mode) "array" "\ | 1152 | (autoload 'array-mode "array" "\ |
| 1152 | Major mode for editing arrays. | 1153 | Major mode for editing arrays. |
| 1153 | 1154 | ||
| 1154 | Array mode is a specialized mode for editing arrays. An array is | 1155 | Array mode is a specialized mode for editing arrays. An array is |
| @@ -1216,11 +1217,11 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1216 | 1217 | ||
| 1217 | ;;;*** | 1218 | ;;;*** |
| 1218 | 1219 | ||
| 1219 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18104 | 1220 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18190 |
| 1220 | ;;;;;; 24770)) | 1221 | ;;;;;; 35208)) |
| 1221 | ;;; Generated autoloads from textmodes/artist.el | 1222 | ;;; Generated autoloads from textmodes/artist.el |
| 1222 | 1223 | ||
| 1223 | (autoload (quote artist-mode) "artist" "\ | 1224 | (autoload 'artist-mode "artist" "\ |
| 1224 | Toggle artist mode. With arg, turn artist mode on if arg is positive. | 1225 | Toggle artist mode. With arg, turn artist mode on if arg is positive. |
| 1225 | Artist lets you draw lines, squares, rectangles and poly-lines, ellipses | 1226 | Artist lets you draw lines, squares, rectangles and poly-lines, ellipses |
| 1226 | and circles with your mouse and/or keyboard. | 1227 | and circles with your mouse and/or keyboard. |
| @@ -1422,11 +1423,11 @@ Keymap summary | |||
| 1422 | 1423 | ||
| 1423 | ;;;*** | 1424 | ;;;*** |
| 1424 | 1425 | ||
| 1425 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18104 | 1426 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18177 |
| 1426 | ;;;;;; 24763)) | 1427 | ;;;;;; 872)) |
| 1427 | ;;; Generated autoloads from progmodes/asm-mode.el | 1428 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 1428 | 1429 | ||
| 1429 | (autoload (quote asm-mode) "asm-mode" "\ | 1430 | (autoload 'asm-mode "asm-mode" "\ |
| 1430 | Major mode for editing typical assembler code. | 1431 | Major mode for editing typical assembler code. |
| 1431 | Features a private abbrev table and the following bindings: | 1432 | Features a private abbrev table and the following bindings: |
| 1432 | 1433 | ||
| @@ -1467,16 +1468,16 @@ This command is obsolete. | |||
| 1467 | ;;;*** | 1468 | ;;;*** |
| 1468 | 1469 | ||
| 1469 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" | 1470 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 1470 | ;;;;;; (18104 24730)) | 1471 | ;;;;;; (18177 855)) |
| 1471 | ;;; Generated autoloads from autoarg.el | 1472 | ;;; Generated autoloads from autoarg.el |
| 1472 | 1473 | ||
| 1473 | (defvar autoarg-mode nil "\ | 1474 | (defvar autoarg-mode nil "\ |
| 1474 | Non-nil if Autoarg mode is enabled. | 1475 | Non-nil if Autoarg mode is enabled. |
| 1475 | See the command `autoarg-mode' for a description of this minor mode.") | 1476 | See the command `autoarg-mode' for a description of this minor mode.") |
| 1476 | 1477 | ||
| 1477 | (custom-autoload (quote autoarg-mode) "autoarg" nil) | 1478 | (custom-autoload 'autoarg-mode "autoarg" nil) |
| 1478 | 1479 | ||
| 1479 | (autoload (quote autoarg-mode) "autoarg" "\ | 1480 | (autoload 'autoarg-mode "autoarg" "\ |
| 1480 | Toggle Autoarg minor mode globally. | 1481 | Toggle Autoarg minor mode globally. |
| 1481 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. | 1482 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. |
| 1482 | \\<autoarg-mode-map> | 1483 | \\<autoarg-mode-map> |
| @@ -1505,9 +1506,9 @@ Setting this variable directly does not take effect; | |||
| 1505 | either customize it (see the info node `Easy Customization') | 1506 | either customize it (see the info node `Easy Customization') |
| 1506 | or call the function `autoarg-kp-mode'.") | 1507 | or call the function `autoarg-kp-mode'.") |
| 1507 | 1508 | ||
| 1508 | (custom-autoload (quote autoarg-kp-mode) "autoarg" nil) | 1509 | (custom-autoload 'autoarg-kp-mode "autoarg" nil) |
| 1509 | 1510 | ||
| 1510 | (autoload (quote autoarg-kp-mode) "autoarg" "\ | 1511 | (autoload 'autoarg-kp-mode "autoarg" "\ |
| 1511 | Toggle Autoarg-KP minor mode globally. | 1512 | Toggle Autoarg-KP minor mode globally. |
| 1512 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. | 1513 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. |
| 1513 | \\<autoarg-kp-mode-map> | 1514 | \\<autoarg-kp-mode-map> |
| @@ -1521,10 +1522,10 @@ etc. to supply digit arguments. | |||
| 1521 | ;;;*** | 1522 | ;;;*** |
| 1522 | 1523 | ||
| 1523 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1524 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1524 | ;;;;;; (18104 24763)) | 1525 | ;;;;;; (18190 35204)) |
| 1525 | ;;; Generated autoloads from progmodes/autoconf.el | 1526 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1526 | 1527 | ||
| 1527 | (autoload (quote autoconf-mode) "autoconf" "\ | 1528 | (autoload 'autoconf-mode "autoconf" "\ |
| 1528 | Major mode for editing Autoconf configure.in files. | 1529 | Major mode for editing Autoconf configure.in files. |
| 1529 | 1530 | ||
| 1530 | \(fn)" t nil) | 1531 | \(fn)" t nil) |
| @@ -1532,16 +1533,16 @@ Major mode for editing Autoconf configure.in files. | |||
| 1532 | ;;;*** | 1533 | ;;;*** |
| 1533 | 1534 | ||
| 1534 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 1535 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 1535 | ;;;;;; "autoinsert" "autoinsert.el" (18104 24730)) | 1536 | ;;;;;; "autoinsert" "autoinsert.el" (18190 35184)) |
| 1536 | ;;; Generated autoloads from autoinsert.el | 1537 | ;;; Generated autoloads from autoinsert.el |
| 1537 | 1538 | ||
| 1538 | (autoload (quote auto-insert) "autoinsert" "\ | 1539 | (autoload 'auto-insert "autoinsert" "\ |
| 1539 | Insert default contents into new files if variable `auto-insert' is non-nil. | 1540 | Insert default contents into new files if variable `auto-insert' is non-nil. |
| 1540 | Matches the visited file name against the elements of `auto-insert-alist'. | 1541 | Matches the visited file name against the elements of `auto-insert-alist'. |
| 1541 | 1542 | ||
| 1542 | \(fn)" t nil) | 1543 | \(fn)" t nil) |
| 1543 | 1544 | ||
| 1544 | (autoload (quote define-auto-insert) "autoinsert" "\ | 1545 | (autoload 'define-auto-insert "autoinsert" "\ |
| 1545 | Associate CONDITION with (additional) ACTION in `auto-insert-alist'. | 1546 | Associate CONDITION with (additional) ACTION in `auto-insert-alist'. |
| 1546 | Optional AFTER means to insert action after all existing actions for CONDITION, | 1547 | Optional AFTER means to insert action after all existing actions for CONDITION, |
| 1547 | or if CONDITION had no actions, after all other CONDITIONs. | 1548 | or if CONDITION had no actions, after all other CONDITIONs. |
| @@ -1555,9 +1556,9 @@ Setting this variable directly does not take effect; | |||
| 1555 | either customize it (see the info node `Easy Customization') | 1556 | either customize it (see the info node `Easy Customization') |
| 1556 | or call the function `auto-insert-mode'.") | 1557 | or call the function `auto-insert-mode'.") |
| 1557 | 1558 | ||
| 1558 | (custom-autoload (quote auto-insert-mode) "autoinsert" nil) | 1559 | (custom-autoload 'auto-insert-mode "autoinsert" nil) |
| 1559 | 1560 | ||
| 1560 | (autoload (quote auto-insert-mode) "autoinsert" "\ | 1561 | (autoload 'auto-insert-mode "autoinsert" "\ |
| 1561 | Toggle Auto-insert mode. | 1562 | Toggle Auto-insert mode. |
| 1562 | With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. | 1563 | With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. |
| 1563 | Returns the new status of Auto-insert mode (non-nil means on). | 1564 | Returns the new status of Auto-insert mode (non-nil means on). |
| @@ -1571,12 +1572,12 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1571 | 1572 | ||
| 1572 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1573 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1573 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1574 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1574 | ;;;;;; (18104 24745)) | 1575 | ;;;;;; (18177 857)) |
| 1575 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1576 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1576 | 1577 | ||
| 1577 | (put (quote generated-autoload-file) (quote safe-local-variable) (quote stringp)) | 1578 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| 1578 | 1579 | ||
| 1579 | (autoload (quote update-file-autoloads) "autoload" "\ | 1580 | (autoload 'update-file-autoloads "autoload" "\ |
| 1580 | Update the autoloads for FILE in `generated-autoload-file' | 1581 | Update the autoloads for FILE in `generated-autoload-file' |
| 1581 | \(which FILE might bind in its local variables). | 1582 | \(which FILE might bind in its local variables). |
| 1582 | If SAVE-AFTER is non-nil (which is always, when called interactively), | 1583 | If SAVE-AFTER is non-nil (which is always, when called interactively), |
| @@ -1586,7 +1587,7 @@ Return FILE if there was no autoload cookie in it, else nil. | |||
| 1586 | 1587 | ||
| 1587 | \(fn FILE &optional SAVE-AFTER)" t nil) | 1588 | \(fn FILE &optional SAVE-AFTER)" t nil) |
| 1588 | 1589 | ||
| 1589 | (autoload (quote update-directory-autoloads) "autoload" "\ | 1590 | (autoload 'update-directory-autoloads "autoload" "\ |
| 1590 | Update loaddefs.el with all the current autoloads from DIRS, and no old ones. | 1591 | Update loaddefs.el with all the current autoloads from DIRS, and no old ones. |
| 1591 | This uses `update-file-autoloads' (which see) to do its work. | 1592 | This uses `update-file-autoloads' (which see) to do its work. |
| 1592 | In an interactive call, you must give one argument, the name | 1593 | In an interactive call, you must give one argument, the name |
| @@ -1598,7 +1599,7 @@ directory or directories specified. | |||
| 1598 | 1599 | ||
| 1599 | \(fn &rest DIRS)" t nil) | 1600 | \(fn &rest DIRS)" t nil) |
| 1600 | 1601 | ||
| 1601 | (autoload (quote batch-update-autoloads) "autoload" "\ | 1602 | (autoload 'batch-update-autoloads "autoload" "\ |
| 1602 | Update loaddefs.el autoloads in batch mode. | 1603 | Update loaddefs.el autoloads in batch mode. |
| 1603 | Calls `update-directory-autoloads' on the command line arguments. | 1604 | Calls `update-directory-autoloads' on the command line arguments. |
| 1604 | 1605 | ||
| @@ -1608,10 +1609,10 @@ Calls `update-directory-autoloads' on the command line arguments. | |||
| 1608 | 1609 | ||
| 1609 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode | 1610 | ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode |
| 1610 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) | 1611 | ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) |
| 1611 | ;;;;;; "autorevert" "autorevert.el" (18104 24730)) | 1612 | ;;;;;; "autorevert" "autorevert.el" (18190 35184)) |
| 1612 | ;;; Generated autoloads from autorevert.el | 1613 | ;;; Generated autoloads from autorevert.el |
| 1613 | 1614 | ||
| 1614 | (autoload (quote auto-revert-mode) "autorevert" "\ | 1615 | (autoload 'auto-revert-mode "autorevert" "\ |
| 1615 | Toggle reverting buffer when file on disk changes. | 1616 | Toggle reverting buffer when file on disk changes. |
| 1616 | 1617 | ||
| 1617 | With arg, turn Auto Revert mode on if and only if arg is positive. | 1618 | With arg, turn Auto Revert mode on if and only if arg is positive. |
| @@ -1622,7 +1623,7 @@ without being changed in the part that is already in the buffer. | |||
| 1622 | 1623 | ||
| 1623 | \(fn &optional ARG)" t nil) | 1624 | \(fn &optional ARG)" t nil) |
| 1624 | 1625 | ||
| 1625 | (autoload (quote turn-on-auto-revert-mode) "autorevert" "\ | 1626 | (autoload 'turn-on-auto-revert-mode "autorevert" "\ |
| 1626 | Turn on Auto-Revert Mode. | 1627 | Turn on Auto-Revert Mode. |
| 1627 | 1628 | ||
| 1628 | This function is designed to be added to hooks, for example: | 1629 | This function is designed to be added to hooks, for example: |
| @@ -1630,9 +1631,9 @@ This function is designed to be added to hooks, for example: | |||
| 1630 | 1631 | ||
| 1631 | \(fn)" nil nil) | 1632 | \(fn)" nil nil) |
| 1632 | 1633 | ||
| 1633 | (autoload (quote auto-revert-tail-mode) "autorevert" "\ | 1634 | (autoload 'auto-revert-tail-mode "autorevert" "\ |
| 1634 | Toggle reverting tail of buffer when file on disk grows. | 1635 | Toggle reverting tail of buffer when file on disk grows. |
| 1635 | With arg, turn Tail mode on iff arg is positive. | 1636 | With arg, turn Tail mode on if arg is positive, otherwise turn it off. |
| 1636 | 1637 | ||
| 1637 | When Tail mode is enabled, the tail of the file is constantly | 1638 | When Tail mode is enabled, the tail of the file is constantly |
| 1638 | followed, as with the shell command `tail -f'. This means that | 1639 | followed, as with the shell command `tail -f'. This means that |
| @@ -1648,7 +1649,7 @@ Use `auto-revert-mode' for changes other than appends! | |||
| 1648 | 1649 | ||
| 1649 | \(fn &optional ARG)" t nil) | 1650 | \(fn &optional ARG)" t nil) |
| 1650 | 1651 | ||
| 1651 | (autoload (quote turn-on-auto-revert-tail-mode) "autorevert" "\ | 1652 | (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\ |
| 1652 | Turn on Auto-Revert Tail Mode. | 1653 | Turn on Auto-Revert Tail Mode. |
| 1653 | 1654 | ||
| 1654 | This function is designed to be added to hooks, for example: | 1655 | This function is designed to be added to hooks, for example: |
| @@ -1663,9 +1664,9 @@ Setting this variable directly does not take effect; | |||
| 1663 | either customize it (see the info node `Easy Customization') | 1664 | either customize it (see the info node `Easy Customization') |
| 1664 | or call the function `global-auto-revert-mode'.") | 1665 | or call the function `global-auto-revert-mode'.") |
| 1665 | 1666 | ||
| 1666 | (custom-autoload (quote global-auto-revert-mode) "autorevert" nil) | 1667 | (custom-autoload 'global-auto-revert-mode "autorevert" nil) |
| 1667 | 1668 | ||
| 1668 | (autoload (quote global-auto-revert-mode) "autorevert" "\ | 1669 | (autoload 'global-auto-revert-mode "autorevert" "\ |
| 1669 | Revert any buffer when file on disk changes. | 1670 | Revert any buffer when file on disk changes. |
| 1670 | 1671 | ||
| 1671 | With arg, turn Auto Revert mode on globally if and only if arg is positive. | 1672 | With arg, turn Auto Revert mode on globally if and only if arg is positive. |
| @@ -1677,7 +1678,7 @@ Use `auto-revert-mode' to revert a particular buffer. | |||
| 1677 | ;;;*** | 1678 | ;;;*** |
| 1678 | 1679 | ||
| 1679 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1680 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1680 | ;;;;;; "avoid.el" (18104 24730)) | 1681 | ;;;;;; "avoid.el" (18177 855)) |
| 1681 | ;;; Generated autoloads from avoid.el | 1682 | ;;; Generated autoloads from avoid.el |
| 1682 | 1683 | ||
| 1683 | (defvar mouse-avoidance-mode nil "\ | 1684 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1686,9 +1687,9 @@ See function `mouse-avoidance-mode' for possible values. | |||
| 1686 | Setting this variable directly does not take effect; | 1687 | Setting this variable directly does not take effect; |
| 1687 | use either \\[customize] or the function `mouse-avoidance-mode'.") | 1688 | use either \\[customize] or the function `mouse-avoidance-mode'.") |
| 1688 | 1689 | ||
| 1689 | (custom-autoload (quote mouse-avoidance-mode) "avoid" nil) | 1690 | (custom-autoload 'mouse-avoidance-mode "avoid" nil) |
| 1690 | 1691 | ||
| 1691 | (autoload (quote mouse-avoidance-mode) "avoid" "\ | 1692 | (autoload 'mouse-avoidance-mode "avoid" "\ |
| 1692 | Set cursor avoidance mode to MODE. | 1693 | Set cursor avoidance mode to MODE. |
| 1693 | MODE should be one of the symbols `banish', `exile', `jump', `animate', | 1694 | MODE should be one of the symbols `banish', `exile', `jump', `animate', |
| 1694 | `cat-and-mouse', `proteus', or `none'. | 1695 | `cat-and-mouse', `proteus', or `none'. |
| @@ -1718,10 +1719,10 @@ definition of \"random distance\".) | |||
| 1718 | ;;;*** | 1719 | ;;;*** |
| 1719 | 1720 | ||
| 1720 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1721 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1721 | ;;;;;; (18104 24745)) | 1722 | ;;;;;; (18177 857)) |
| 1722 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1723 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1723 | 1724 | ||
| 1724 | (autoload (quote backquote) "backquote" "\ | 1725 | (autoload 'backquote "backquote" "\ |
| 1725 | Argument STRUCTURE describes a template to build. | 1726 | Argument STRUCTURE describes a template to build. |
| 1726 | 1727 | ||
| 1727 | The whole structure acts as if it were quoted except for certain | 1728 | The whole structure acts as if it were quoted except for certain |
| @@ -1738,16 +1739,16 @@ Vectors work just like lists. Nested backquotes are permitted. | |||
| 1738 | 1739 | ||
| 1739 | \(fn ARG)" nil (quote macro)) | 1740 | \(fn ARG)" nil (quote macro)) |
| 1740 | 1741 | ||
| 1741 | (defalias (quote \`) (symbol-function (quote backquote))) | 1742 | (defalias '\` (symbol-function 'backquote)) |
| 1742 | 1743 | ||
| 1743 | ;;;*** | 1744 | ;;;*** |
| 1744 | 1745 | ||
| 1745 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" | 1746 | ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el" |
| 1746 | ;;;;;; (18104 24730)) | 1747 | ;;;;;; (18177 855)) |
| 1747 | ;;; Generated autoloads from battery.el | 1748 | ;;; Generated autoloads from battery.el |
| 1748 | (put 'battery-mode-line-string 'risky-local-variable t) | 1749 | (put 'battery-mode-line-string 'risky-local-variable t) |
| 1749 | 1750 | ||
| 1750 | (autoload (quote battery) "battery" "\ | 1751 | (autoload 'battery "battery" "\ |
| 1751 | Display battery status information in the echo area. | 1752 | Display battery status information in the echo area. |
| 1752 | The text being displayed in the echo area is controlled by the variables | 1753 | The text being displayed in the echo area is controlled by the variables |
| 1753 | `battery-echo-area-format' and `battery-status-function'. | 1754 | `battery-echo-area-format' and `battery-status-function'. |
| @@ -1761,9 +1762,9 @@ Setting this variable directly does not take effect; | |||
| 1761 | either customize it (see the info node `Easy Customization') | 1762 | either customize it (see the info node `Easy Customization') |
| 1762 | or call the function `display-battery-mode'.") | 1763 | or call the function `display-battery-mode'.") |
| 1763 | 1764 | ||
| 1764 | (custom-autoload (quote display-battery-mode) "battery" nil) | 1765 | (custom-autoload 'display-battery-mode "battery" nil) |
| 1765 | 1766 | ||
| 1766 | (autoload (quote display-battery-mode) "battery" "\ | 1767 | (autoload 'display-battery-mode "battery" "\ |
| 1767 | Display battery status information in the mode line. | 1768 | Display battery status information in the mode line. |
| 1768 | The text being displayed in the mode line is controlled by the variables | 1769 | The text being displayed in the mode line is controlled by the variables |
| 1769 | `battery-mode-line-format' and `battery-status-function'. | 1770 | `battery-mode-line-format' and `battery-status-function'. |
| @@ -1775,10 +1776,10 @@ seconds. | |||
| 1775 | ;;;*** | 1776 | ;;;*** |
| 1776 | 1777 | ||
| 1777 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) | 1778 | ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run) |
| 1778 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18104 24745)) | 1779 | ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18177 857)) |
| 1779 | ;;; Generated autoloads from emacs-lisp/benchmark.el | 1780 | ;;; Generated autoloads from emacs-lisp/benchmark.el |
| 1780 | 1781 | ||
| 1781 | (autoload (quote benchmark-run) "benchmark" "\ | 1782 | (autoload 'benchmark-run "benchmark" "\ |
| 1782 | Time execution of FORMS. | 1783 | Time execution of FORMS. |
| 1783 | If REPETITIONS is supplied as a number, run forms that many times, | 1784 | If REPETITIONS is supplied as a number, run forms that many times, |
| 1784 | accounting for the overhead of the resulting loop. Otherwise run | 1785 | accounting for the overhead of the resulting loop. Otherwise run |
| @@ -1789,7 +1790,7 @@ See also `benchmark-run-compiled'. | |||
| 1789 | 1790 | ||
| 1790 | \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro)) | 1791 | \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro)) |
| 1791 | 1792 | ||
| 1792 | (autoload (quote benchmark-run-compiled) "benchmark" "\ | 1793 | (autoload 'benchmark-run-compiled "benchmark" "\ |
| 1793 | Time execution of compiled version of FORMS. | 1794 | Time execution of compiled version of FORMS. |
| 1794 | This is like `benchmark-run', but what is timed is a funcall of the | 1795 | This is like `benchmark-run', but what is timed is a funcall of the |
| 1795 | byte code obtained by wrapping FORMS in a `lambda' and compiling the | 1796 | byte code obtained by wrapping FORMS in a `lambda' and compiling the |
| @@ -1797,7 +1798,7 @@ result. The overhead of the `lambda's is accounted for. | |||
| 1797 | 1798 | ||
| 1798 | \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro)) | 1799 | \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro)) |
| 1799 | 1800 | ||
| 1800 | (autoload (quote benchmark) "benchmark" "\ | 1801 | (autoload 'benchmark "benchmark" "\ |
| 1801 | Print the time taken for REPETITIONS executions of FORM. | 1802 | Print the time taken for REPETITIONS executions of FORM. |
| 1802 | Interactively, REPETITIONS is taken from the prefix arg. For | 1803 | Interactively, REPETITIONS is taken from the prefix arg. For |
| 1803 | non-interactive use see also `benchmark-run' and | 1804 | non-interactive use see also `benchmark-run' and |
| @@ -1807,11 +1808,11 @@ non-interactive use see also `benchmark-run' and | |||
| 1807 | 1808 | ||
| 1808 | ;;;*** | 1809 | ;;;*** |
| 1809 | 1810 | ||
| 1810 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18104 | 1811 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (18177 |
| 1811 | ;;;;;; 24770)) | 1812 | ;;;;;; 875)) |
| 1812 | ;;; Generated autoloads from textmodes/bibtex.el | 1813 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1813 | 1814 | ||
| 1814 | (autoload (quote bibtex-mode) "bibtex" "\ | 1815 | (autoload 'bibtex-mode "bibtex" "\ |
| 1815 | Major mode for editing BibTeX files. | 1816 | Major mode for editing BibTeX files. |
| 1816 | 1817 | ||
| 1817 | General information on working with BibTeX mode: | 1818 | General information on working with BibTeX mode: |
| @@ -1869,11 +1870,11 @@ if that value is non-nil. | |||
| 1869 | ;;;*** | 1870 | ;;;*** |
| 1870 | 1871 | ||
| 1871 | ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" | 1872 | ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el" |
| 1872 | ;;;;;; (18104 24770)) | 1873 | ;;;;;; (18190 35208)) |
| 1873 | ;;; Generated autoloads from textmodes/bibtex-style.el | 1874 | ;;; Generated autoloads from textmodes/bibtex-style.el |
| 1874 | (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) | 1875 | (add-to-list 'auto-mode-alist '("\\.bst\\'" . bibtex-style-mode)) |
| 1875 | 1876 | ||
| 1876 | (autoload (quote bibtex-style-mode) "bibtex-style" "\ | 1877 | (autoload 'bibtex-style-mode "bibtex-style" "\ |
| 1877 | Major mode for editing BibTeX style files. | 1878 | Major mode for editing BibTeX style files. |
| 1878 | 1879 | ||
| 1879 | \(fn)" t nil) | 1880 | \(fn)" t nil) |
| @@ -1882,34 +1883,34 @@ Major mode for editing BibTeX style files. | |||
| 1882 | 1883 | ||
| 1883 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external | 1884 | ;;;### (autoloads (binhex-decode-region binhex-decode-region-external |
| 1884 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" | 1885 | ;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" |
| 1885 | ;;;;;; (18104 24750)) | 1886 | ;;;;;; (18177 860)) |
| 1886 | ;;; Generated autoloads from gnus/binhex.el | 1887 | ;;; Generated autoloads from gnus/binhex.el |
| 1887 | 1888 | ||
| 1888 | (defconst binhex-begin-line "^:...............................................................$") | 1889 | (defconst binhex-begin-line "^:...............................................................$") |
| 1889 | 1890 | ||
| 1890 | (autoload (quote binhex-decode-region-internal) "binhex" "\ | 1891 | (autoload 'binhex-decode-region-internal "binhex" "\ |
| 1891 | Binhex decode region between START and END without using an external program. | 1892 | Binhex decode region between START and END without using an external program. |
| 1892 | If HEADER-ONLY is non-nil only decode header and return filename. | 1893 | If HEADER-ONLY is non-nil only decode header and return filename. |
| 1893 | 1894 | ||
| 1894 | \(fn START END &optional HEADER-ONLY)" t nil) | 1895 | \(fn START END &optional HEADER-ONLY)" t nil) |
| 1895 | 1896 | ||
| 1896 | (autoload (quote binhex-decode-region-external) "binhex" "\ | 1897 | (autoload 'binhex-decode-region-external "binhex" "\ |
| 1897 | Binhex decode region between START and END using external decoder. | 1898 | Binhex decode region between START and END using external decoder. |
| 1898 | 1899 | ||
| 1899 | \(fn START END)" t nil) | 1900 | \(fn START END)" t nil) |
| 1900 | 1901 | ||
| 1901 | (autoload (quote binhex-decode-region) "binhex" "\ | 1902 | (autoload 'binhex-decode-region "binhex" "\ |
| 1902 | Binhex decode region between START and END. | 1903 | Binhex decode region between START and END. |
| 1903 | 1904 | ||
| 1904 | \(fn START END)" t nil) | 1905 | \(fn START END)" t nil) |
| 1905 | 1906 | ||
| 1906 | ;;;*** | 1907 | ;;;*** |
| 1907 | 1908 | ||
| 1908 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18104 | 1909 | ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18177 |
| 1909 | ;;;;;; 24760)) | 1910 | ;;;;;; 871)) |
| 1910 | ;;; Generated autoloads from play/blackbox.el | 1911 | ;;; Generated autoloads from play/blackbox.el |
| 1911 | 1912 | ||
| 1912 | (autoload (quote blackbox) "blackbox" "\ | 1913 | (autoload 'blackbox "blackbox" "\ |
| 1913 | Play blackbox. | 1914 | Play blackbox. |
| 1914 | Optional prefix argument is the number of balls; the default is 4. | 1915 | Optional prefix argument is the number of balls; the default is 4. |
| 1915 | 1916 | ||
| @@ -2028,8 +2029,8 @@ a reflection. | |||
| 2028 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save | 2029 | ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save |
| 2029 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename | 2030 | ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename |
| 2030 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window | 2031 | ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window |
| 2031 | ;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18104 | 2032 | ;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18190 |
| 2032 | ;;;;;; 24730)) | 2033 | ;;;;;; 35184)) |
| 2033 | ;;; Generated autoloads from bookmark.el | 2034 | ;;; Generated autoloads from bookmark.el |
| 2034 | (define-key ctl-x-map "rb" 'bookmark-jump) | 2035 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 2035 | (define-key ctl-x-map "rm" 'bookmark-set) | 2036 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -2056,7 +2057,7 @@ functions have a binding in this keymap.") | |||
| 2056 | (define-key bookmark-map "w" 'bookmark-write) | 2057 | (define-key bookmark-map "w" 'bookmark-write) |
| 2057 | (define-key bookmark-map "s" 'bookmark-save) | 2058 | (define-key bookmark-map "s" 'bookmark-save) |
| 2058 | 2059 | ||
| 2059 | (autoload (quote bookmark-set) "bookmark" "\ | 2060 | (autoload 'bookmark-set "bookmark" "\ |
| 2060 | Set a bookmark named NAME inside a file. | 2061 | Set a bookmark named NAME inside a file. |
| 2061 | If name is nil, then the user will be prompted. | 2062 | If name is nil, then the user will be prompted. |
| 2062 | With prefix arg, will not overwrite a bookmark that has the same name | 2063 | With prefix arg, will not overwrite a bookmark that has the same name |
| @@ -2081,7 +2082,7 @@ the list of bookmarks.) | |||
| 2081 | 2082 | ||
| 2082 | \(fn &optional NAME PARG)" t nil) | 2083 | \(fn &optional NAME PARG)" t nil) |
| 2083 | 2084 | ||
| 2084 | (autoload (quote bookmark-jump) "bookmark" "\ | 2085 | (autoload 'bookmark-jump "bookmark" "\ |
| 2085 | Jump to bookmark BOOKMARK (a point in some file). | 2086 | Jump to bookmark BOOKMARK (a point in some file). |
| 2086 | You may have a problem using this function if the value of variable | 2087 | You may have a problem using this function if the value of variable |
| 2087 | `bookmark-alist' is nil. If that happens, you need to load in some | 2088 | `bookmark-alist' is nil. If that happens, you need to load in some |
| @@ -2095,13 +2096,13 @@ of the old one in the permanent bookmark record. | |||
| 2095 | 2096 | ||
| 2096 | \(fn BOOKMARK)" t nil) | 2097 | \(fn BOOKMARK)" t nil) |
| 2097 | 2098 | ||
| 2098 | (autoload (quote bookmark-jump-other-window) "bookmark" "\ | 2099 | (autoload 'bookmark-jump-other-window "bookmark" "\ |
| 2099 | Jump to BOOKMARK (a point in some file) in another window. | 2100 | Jump to BOOKMARK (a point in some file) in another window. |
| 2100 | See `bookmark-jump'. | 2101 | See `bookmark-jump'. |
| 2101 | 2102 | ||
| 2102 | \(fn BOOKMARK)" t nil) | 2103 | \(fn BOOKMARK)" t nil) |
| 2103 | 2104 | ||
| 2104 | (autoload (quote bookmark-relocate) "bookmark" "\ | 2105 | (autoload 'bookmark-relocate "bookmark" "\ |
| 2105 | Relocate BOOKMARK to another file (reading file name with minibuffer). | 2106 | Relocate BOOKMARK to another file (reading file name with minibuffer). |
| 2106 | This makes an already existing bookmark point to that file, instead of | 2107 | This makes an already existing bookmark point to that file, instead of |
| 2107 | the one it used to point at. Useful when a file has been renamed | 2108 | the one it used to point at. Useful when a file has been renamed |
| @@ -2109,16 +2110,16 @@ after a bookmark was set in it. | |||
| 2109 | 2110 | ||
| 2110 | \(fn BOOKMARK)" t nil) | 2111 | \(fn BOOKMARK)" t nil) |
| 2111 | 2112 | ||
| 2112 | (autoload (quote bookmark-insert-location) "bookmark" "\ | 2113 | (autoload 'bookmark-insert-location "bookmark" "\ |
| 2113 | Insert the name of the file associated with BOOKMARK. | 2114 | Insert the name of the file associated with BOOKMARK. |
| 2114 | Optional second arg NO-HISTORY means don't record this in the | 2115 | Optional second arg NO-HISTORY means don't record this in the |
| 2115 | minibuffer history list `bookmark-history'. | 2116 | minibuffer history list `bookmark-history'. |
| 2116 | 2117 | ||
| 2117 | \(fn BOOKMARK &optional NO-HISTORY)" t nil) | 2118 | \(fn BOOKMARK &optional NO-HISTORY)" t nil) |
| 2118 | 2119 | ||
| 2119 | (defalias (quote bookmark-locate) (quote bookmark-insert-location)) | 2120 | (defalias 'bookmark-locate 'bookmark-insert-location) |
| 2120 | 2121 | ||
| 2121 | (autoload (quote bookmark-rename) "bookmark" "\ | 2122 | (autoload 'bookmark-rename "bookmark" "\ |
| 2122 | Change the name of OLD bookmark to NEW name. | 2123 | Change the name of OLD bookmark to NEW name. |
| 2123 | If called from keyboard, prompt for OLD and NEW. If called from | 2124 | If called from keyboard, prompt for OLD and NEW. If called from |
| 2124 | menubar, select OLD from a menu and prompt for NEW. | 2125 | menubar, select OLD from a menu and prompt for NEW. |
| @@ -2133,7 +2134,7 @@ name. | |||
| 2133 | 2134 | ||
| 2134 | \(fn OLD &optional NEW)" t nil) | 2135 | \(fn OLD &optional NEW)" t nil) |
| 2135 | 2136 | ||
| 2136 | (autoload (quote bookmark-insert) "bookmark" "\ | 2137 | (autoload 'bookmark-insert "bookmark" "\ |
| 2137 | Insert the text of the file pointed to by bookmark BOOKMARK. | 2138 | Insert the text of the file pointed to by bookmark BOOKMARK. |
| 2138 | You may have a problem using this function if the value of variable | 2139 | You may have a problem using this function if the value of variable |
| 2139 | `bookmark-alist' is nil. If that happens, you need to load in some | 2140 | `bookmark-alist' is nil. If that happens, you need to load in some |
| @@ -2142,7 +2143,7 @@ this. | |||
| 2142 | 2143 | ||
| 2143 | \(fn BOOKMARK)" t nil) | 2144 | \(fn BOOKMARK)" t nil) |
| 2144 | 2145 | ||
| 2145 | (autoload (quote bookmark-delete) "bookmark" "\ | 2146 | (autoload 'bookmark-delete "bookmark" "\ |
| 2146 | Delete BOOKMARK from the bookmark list. | 2147 | Delete BOOKMARK from the bookmark list. |
| 2147 | Removes only the first instance of a bookmark with that name. If | 2148 | Removes only the first instance of a bookmark with that name. If |
| 2148 | there are one or more other bookmarks with the same name, they will | 2149 | there are one or more other bookmarks with the same name, they will |
| @@ -2153,13 +2154,13 @@ probably because we were called from there. | |||
| 2153 | 2154 | ||
| 2154 | \(fn BOOKMARK &optional BATCH)" t nil) | 2155 | \(fn BOOKMARK &optional BATCH)" t nil) |
| 2155 | 2156 | ||
| 2156 | (autoload (quote bookmark-write) "bookmark" "\ | 2157 | (autoload 'bookmark-write "bookmark" "\ |
| 2157 | Write bookmarks to a file (reading the file name with the minibuffer). | 2158 | Write bookmarks to a file (reading the file name with the minibuffer). |
| 2158 | Don't use this in Lisp programs; use `bookmark-save' instead. | 2159 | Don't use this in Lisp programs; use `bookmark-save' instead. |
| 2159 | 2160 | ||
| 2160 | \(fn)" t nil) | 2161 | \(fn)" t nil) |
| 2161 | 2162 | ||
| 2162 | (autoload (quote bookmark-save) "bookmark" "\ | 2163 | (autoload 'bookmark-save "bookmark" "\ |
| 2163 | Save currently defined bookmarks. | 2164 | Save currently defined bookmarks. |
| 2164 | Saves by default in the file defined by the variable | 2165 | Saves by default in the file defined by the variable |
| 2165 | `bookmark-default-file'. With a prefix arg, save it in file FILE | 2166 | `bookmark-default-file'. With a prefix arg, save it in file FILE |
| @@ -2178,7 +2179,7 @@ for a file, defaulting to the file defined by variable | |||
| 2178 | 2179 | ||
| 2179 | \(fn &optional PARG FILE)" t nil) | 2180 | \(fn &optional PARG FILE)" t nil) |
| 2180 | 2181 | ||
| 2181 | (autoload (quote bookmark-load) "bookmark" "\ | 2182 | (autoload 'bookmark-load "bookmark" "\ |
| 2182 | Load bookmarks from FILE (which must be in bookmark format). | 2183 | Load bookmarks from FILE (which must be in bookmark format). |
| 2183 | Appends loaded bookmarks to the front of the list of bookmarks. If | 2184 | Appends loaded bookmarks to the front of the list of bookmarks. If |
| 2184 | optional second argument OVERWRITE is non-nil, existing bookmarks are | 2185 | optional second argument OVERWRITE is non-nil, existing bookmarks are |
| @@ -2199,7 +2200,7 @@ method buffers use to resolve name collisions. | |||
| 2199 | 2200 | ||
| 2200 | \(fn FILE &optional OVERWRITE NO-MSG)" t nil) | 2201 | \(fn FILE &optional OVERWRITE NO-MSG)" t nil) |
| 2201 | 2202 | ||
| 2202 | (autoload (quote bookmark-bmenu-list) "bookmark" "\ | 2203 | (autoload 'bookmark-bmenu-list "bookmark" "\ |
| 2203 | Display a list of existing bookmarks. | 2204 | Display a list of existing bookmarks. |
| 2204 | The list is displayed in a buffer named `*Bookmark List*'. | 2205 | The list is displayed in a buffer named `*Bookmark List*'. |
| 2205 | The leftmost column displays a D if the bookmark is flagged for | 2206 | The leftmost column displays a D if the bookmark is flagged for |
| @@ -2207,30 +2208,30 @@ deletion, or > if it is flagged for displaying. | |||
| 2207 | 2208 | ||
| 2208 | \(fn)" t nil) | 2209 | \(fn)" t nil) |
| 2209 | 2210 | ||
| 2210 | (defalias (quote list-bookmarks) (quote bookmark-bmenu-list)) | 2211 | (defalias 'list-bookmarks 'bookmark-bmenu-list) |
| 2211 | 2212 | ||
| 2212 | (defalias (quote edit-bookmarks) (quote bookmark-bmenu-list)) | 2213 | (defalias 'edit-bookmarks 'bookmark-bmenu-list) |
| 2213 | 2214 | ||
| 2214 | (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] (quote ("Load a Bookmark File..." . bookmark-load))) (define-key map [write] (quote ("Save Bookmarks As..." . bookmark-write))) (define-key map [save] (quote ("Save Bookmarks" . bookmark-save))) (define-key map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list))) (define-key map [delete] (quote ("Delete Bookmark..." . bookmark-delete))) (define-key map [rename] (quote ("Rename Bookmark..." . bookmark-rename))) (define-key map [locate] (quote ("Insert Location..." . bookmark-locate))) (define-key map [insert] (quote ("Insert Contents..." . bookmark-insert))) (define-key map [set] (quote ("Set Bookmark..." . bookmark-set))) (define-key map [jump] (quote ("Jump to Bookmark..." . bookmark-jump))) map)) | 2215 | (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] '("Load a Bookmark File..." . bookmark-load)) (define-key map [write] '("Save Bookmarks As..." . bookmark-write)) (define-key map [save] '("Save Bookmarks" . bookmark-save)) (define-key map [edit] '("Edit Bookmark List" . bookmark-bmenu-list)) (define-key map [delete] '("Delete Bookmark..." . bookmark-delete)) (define-key map [rename] '("Rename Bookmark..." . bookmark-rename)) (define-key map [locate] '("Insert Location..." . bookmark-locate)) (define-key map [insert] '("Insert Contents..." . bookmark-insert)) (define-key map [set] '("Set Bookmark..." . bookmark-set)) (define-key map [jump] '("Jump to Bookmark..." . bookmark-jump)) map)) |
| 2215 | 2216 | ||
| 2216 | (defalias (quote menu-bar-bookmark-map) menu-bar-bookmark-map) | 2217 | (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map) |
| 2217 | 2218 | ||
| 2218 | ;;;*** | 2219 | ;;;*** |
| 2219 | 2220 | ||
| 2220 | ;;;### (autoloads (browse-url-kde browse-url-generic browse-url-mail | 2221 | ;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic |
| 2221 | ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm | 2222 | ;;;;;; browse-url-mail browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm |
| 2222 | ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic | 2223 | ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic |
| 2223 | ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz | 2224 | ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz |
| 2224 | ;;;;;; browse-url-galeon browse-url-firefox browse-url-mozilla browse-url-netscape | 2225 | ;;;;;; browse-url-emacs browse-url-galeon browse-url-firefox browse-url-mozilla |
| 2225 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point | 2226 | ;;;;;; browse-url-netscape browse-url-default-browser browse-url-at-mouse |
| 2226 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 2227 | ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file |
| 2227 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point | 2228 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point |
| 2228 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) | 2229 | ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function) |
| 2229 | ;;;;;; "browse-url" "net/browse-url.el" (18104 24759)) | 2230 | ;;;;;; "browse-url" "net/browse-url.el" (18190 35202)) |
| 2230 | ;;; Generated autoloads from net/browse-url.el | 2231 | ;;; Generated autoloads from net/browse-url.el |
| 2231 | 2232 | ||
| 2232 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 2233 | (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\ |
| 2233 | *Function to display the current buffer in a WWW browser. | 2234 | Function to display the current buffer in a WWW browser. |
| 2234 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 2235 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
| 2235 | `browse-url-of-file' commands. | 2236 | `browse-url-of-file' commands. |
| 2236 | 2237 | ||
| @@ -2240,24 +2241,24 @@ associated with the first REGEXP which matches the current URL. The | |||
| 2240 | function is passed the URL and any other args of `browse-url'. The last | 2241 | function is passed the URL and any other args of `browse-url'. The last |
| 2241 | regexp should probably be \".\" to specify a default browser.") | 2242 | regexp should probably be \".\" to specify a default browser.") |
| 2242 | 2243 | ||
| 2243 | (custom-autoload (quote browse-url-browser-function) "browse-url" t) | 2244 | (custom-autoload 'browse-url-browser-function "browse-url" t) |
| 2244 | 2245 | ||
| 2245 | (defvar browse-url-firefox-program "firefox" "\ | 2246 | (defvar browse-url-firefox-program "firefox" "\ |
| 2246 | *The name by which to invoke Firefox.") | 2247 | The name by which to invoke Firefox.") |
| 2247 | 2248 | ||
| 2248 | (custom-autoload (quote browse-url-firefox-program) "browse-url" t) | 2249 | (custom-autoload 'browse-url-firefox-program "browse-url" t) |
| 2249 | 2250 | ||
| 2250 | (defvar browse-url-galeon-program "galeon" "\ | 2251 | (defvar browse-url-galeon-program "galeon" "\ |
| 2251 | *The name by which to invoke Galeon.") | 2252 | The name by which to invoke Galeon.") |
| 2252 | 2253 | ||
| 2253 | (custom-autoload (quote browse-url-galeon-program) "browse-url" t) | 2254 | (custom-autoload 'browse-url-galeon-program "browse-url" t) |
| 2254 | 2255 | ||
| 2255 | (autoload (quote browse-url-url-at-point) "browse-url" "\ | 2256 | (autoload 'browse-url-url-at-point "browse-url" "\ |
| 2256 | Not documented | 2257 | Not documented |
| 2257 | 2258 | ||
| 2258 | \(fn)" nil nil) | 2259 | \(fn)" nil nil) |
| 2259 | 2260 | ||
| 2260 | (autoload (quote browse-url-of-file) "browse-url" "\ | 2261 | (autoload 'browse-url-of-file "browse-url" "\ |
| 2261 | Ask a WWW browser to display FILE. | 2262 | Ask a WWW browser to display FILE. |
| 2262 | Display the current buffer's file if FILE is nil or if called | 2263 | Display the current buffer's file if FILE is nil or if called |
| 2263 | interactively. Turn the filename into a URL with function | 2264 | interactively. Turn the filename into a URL with function |
| @@ -2266,7 +2267,7 @@ interactively. Turn the filename into a URL with function | |||
| 2266 | 2267 | ||
| 2267 | \(fn &optional FILE)" t nil) | 2268 | \(fn &optional FILE)" t nil) |
| 2268 | 2269 | ||
| 2269 | (autoload (quote browse-url-of-buffer) "browse-url" "\ | 2270 | (autoload 'browse-url-of-buffer "browse-url" "\ |
| 2270 | Ask a WWW browser to display BUFFER. | 2271 | Ask a WWW browser to display BUFFER. |
| 2271 | Display the current buffer if BUFFER is nil. Display only the | 2272 | Display the current buffer if BUFFER is nil. Display only the |
| 2272 | currently visible part of BUFFER (from a temporary file) if buffer is | 2273 | currently visible part of BUFFER (from a temporary file) if buffer is |
| @@ -2274,31 +2275,31 @@ narrowed. | |||
| 2274 | 2275 | ||
| 2275 | \(fn &optional BUFFER)" t nil) | 2276 | \(fn &optional BUFFER)" t nil) |
| 2276 | 2277 | ||
| 2277 | (autoload (quote browse-url-of-dired-file) "browse-url" "\ | 2278 | (autoload 'browse-url-of-dired-file "browse-url" "\ |
| 2278 | In Dired, ask a WWW browser to display the file named on this line. | 2279 | In Dired, ask a WWW browser to display the file named on this line. |
| 2279 | 2280 | ||
| 2280 | \(fn)" t nil) | 2281 | \(fn)" t nil) |
| 2281 | 2282 | ||
| 2282 | (autoload (quote browse-url-of-region) "browse-url" "\ | 2283 | (autoload 'browse-url-of-region "browse-url" "\ |
| 2283 | Ask a WWW browser to display the current region. | 2284 | Ask a WWW browser to display the current region. |
| 2284 | 2285 | ||
| 2285 | \(fn MIN MAX)" t nil) | 2286 | \(fn MIN MAX)" t nil) |
| 2286 | 2287 | ||
| 2287 | (autoload (quote browse-url) "browse-url" "\ | 2288 | (autoload 'browse-url "browse-url" "\ |
| 2288 | Ask a WWW browser to load URL. | 2289 | Ask a WWW browser to load URL. |
| 2289 | Prompts for a URL, defaulting to the URL at or before point. Variable | 2290 | Prompts for a URL, defaulting to the URL at or before point. Variable |
| 2290 | `browse-url-browser-function' says which browser to use. | 2291 | `browse-url-browser-function' says which browser to use. |
| 2291 | 2292 | ||
| 2292 | \(fn URL &rest ARGS)" t nil) | 2293 | \(fn URL &rest ARGS)" t nil) |
| 2293 | 2294 | ||
| 2294 | (autoload (quote browse-url-at-point) "browse-url" "\ | 2295 | (autoload 'browse-url-at-point "browse-url" "\ |
| 2295 | Ask a WWW browser to load the URL at or before point. | 2296 | Ask a WWW browser to load the URL at or before point. |
| 2296 | Doesn't let you edit the URL like `browse-url'. Variable | 2297 | Doesn't let you edit the URL like `browse-url'. Variable |
| 2297 | `browse-url-browser-function' says which browser to use. | 2298 | `browse-url-browser-function' says which browser to use. |
| 2298 | 2299 | ||
| 2299 | \(fn &optional ARG)" t nil) | 2300 | \(fn &optional ARG)" t nil) |
| 2300 | 2301 | ||
| 2301 | (autoload (quote browse-url-at-mouse) "browse-url" "\ | 2302 | (autoload 'browse-url-at-mouse "browse-url" "\ |
| 2302 | Ask a WWW browser to load a URL clicked with the mouse. | 2303 | Ask a WWW browser to load a URL clicked with the mouse. |
| 2303 | The URL is the one around or before the position of the mouse click | 2304 | The URL is the one around or before the position of the mouse click |
| 2304 | but point is not changed. Doesn't let you edit the URL like | 2305 | but point is not changed. Doesn't let you edit the URL like |
| @@ -2307,7 +2308,7 @@ to use. | |||
| 2307 | 2308 | ||
| 2308 | \(fn EVENT)" t nil) | 2309 | \(fn EVENT)" t nil) |
| 2309 | 2310 | ||
| 2310 | (autoload (quote browse-url-default-browser) "browse-url" "\ | 2311 | (autoload 'browse-url-default-browser "browse-url" "\ |
| 2311 | Find a suitable browser and ask it to load URL. | 2312 | Find a suitable browser and ask it to load URL. |
| 2312 | Default to the URL around or before point. | 2313 | Default to the URL around or before point. |
| 2313 | 2314 | ||
| @@ -2325,7 +2326,7 @@ xterm, MMM, and then W3. | |||
| 2325 | 2326 | ||
| 2326 | \(fn URL &rest ARGS)" nil nil) | 2327 | \(fn URL &rest ARGS)" nil nil) |
| 2327 | 2328 | ||
| 2328 | (autoload (quote browse-url-netscape) "browse-url" "\ | 2329 | (autoload 'browse-url-netscape "browse-url" "\ |
| 2329 | Ask the Netscape WWW browser to load URL. | 2330 | Ask the Netscape WWW browser to load URL. |
| 2330 | Default to the URL around or before point. The strings in variable | 2331 | Default to the URL around or before point. The strings in variable |
| 2331 | `browse-url-netscape-arguments' are also passed to Netscape. | 2332 | `browse-url-netscape-arguments' are also passed to Netscape. |
| @@ -2344,7 +2345,7 @@ used instead of `browse-url-new-window-flag'. | |||
| 2344 | 2345 | ||
| 2345 | \(fn URL &optional NEW-WINDOW)" t nil) | 2346 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2346 | 2347 | ||
| 2347 | (autoload (quote browse-url-mozilla) "browse-url" "\ | 2348 | (autoload 'browse-url-mozilla "browse-url" "\ |
| 2348 | Ask the Mozilla WWW browser to load URL. | 2349 | Ask the Mozilla WWW browser to load URL. |
| 2349 | Default to the URL around or before point. The strings in variable | 2350 | Default to the URL around or before point. The strings in variable |
| 2350 | `browse-url-mozilla-arguments' are also passed to Mozilla. | 2351 | `browse-url-mozilla-arguments' are also passed to Mozilla. |
| @@ -2363,7 +2364,7 @@ used instead of `browse-url-new-window-flag'. | |||
| 2363 | 2364 | ||
| 2364 | \(fn URL &optional NEW-WINDOW)" t nil) | 2365 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2365 | 2366 | ||
| 2366 | (autoload (quote browse-url-firefox) "browse-url" "\ | 2367 | (autoload 'browse-url-firefox "browse-url" "\ |
| 2367 | Ask the Firefox WWW browser to load URL. | 2368 | Ask the Firefox WWW browser to load URL. |
| 2368 | Default to the URL around or before point. The strings in | 2369 | Default to the URL around or before point. The strings in |
| 2369 | variable `browse-url-firefox-arguments' are also passed to | 2370 | variable `browse-url-firefox-arguments' are also passed to |
| @@ -2391,7 +2392,7 @@ URL in a new window. | |||
| 2391 | 2392 | ||
| 2392 | \(fn URL &optional NEW-WINDOW)" t nil) | 2393 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2393 | 2394 | ||
| 2394 | (autoload (quote browse-url-galeon) "browse-url" "\ | 2395 | (autoload 'browse-url-galeon "browse-url" "\ |
| 2395 | Ask the Galeon WWW browser to load URL. | 2396 | Ask the Galeon WWW browser to load URL. |
| 2396 | Default to the URL around or before point. The strings in variable | 2397 | Default to the URL around or before point. The strings in variable |
| 2397 | `browse-url-galeon-arguments' are also passed to Galeon. | 2398 | `browse-url-galeon-arguments' are also passed to Galeon. |
| @@ -2410,7 +2411,12 @@ used instead of `browse-url-new-window-flag'. | |||
| 2410 | 2411 | ||
| 2411 | \(fn URL &optional NEW-WINDOW)" t nil) | 2412 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2412 | 2413 | ||
| 2413 | (autoload (quote browse-url-gnome-moz) "browse-url" "\ | 2414 | (autoload 'browse-url-emacs "browse-url" "\ |
| 2415 | Ask Emacs to load URL into a buffer and show it in another window. | ||
| 2416 | |||
| 2417 | \(fn URL &optional NEW-WINDOW)" t nil) | ||
| 2418 | |||
| 2419 | (autoload 'browse-url-gnome-moz "browse-url" "\ | ||
| 2414 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. | 2420 | Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. |
| 2415 | Default to the URL around or before point. The strings in variable | 2421 | Default to the URL around or before point. The strings in variable |
| 2416 | `browse-url-gnome-moz-arguments' are also passed. | 2422 | `browse-url-gnome-moz-arguments' are also passed. |
| @@ -2425,7 +2431,7 @@ used instead of `browse-url-new-window-flag'. | |||
| 2425 | 2431 | ||
| 2426 | \(fn URL &optional NEW-WINDOW)" t nil) | 2432 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2427 | 2433 | ||
| 2428 | (autoload (quote browse-url-mosaic) "browse-url" "\ | 2434 | (autoload 'browse-url-mosaic "browse-url" "\ |
| 2429 | Ask the XMosaic WWW browser to load URL. | 2435 | Ask the XMosaic WWW browser to load URL. |
| 2430 | 2436 | ||
| 2431 | Default to the URL around or before point. The strings in variable | 2437 | Default to the URL around or before point. The strings in variable |
| @@ -2443,14 +2449,14 @@ used instead of `browse-url-new-window-flag'. | |||
| 2443 | 2449 | ||
| 2444 | \(fn URL &optional NEW-WINDOW)" t nil) | 2450 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2445 | 2451 | ||
| 2446 | (autoload (quote browse-url-grail) "browse-url" "\ | 2452 | (autoload 'browse-url-grail "browse-url" "\ |
| 2447 | Ask the Grail WWW browser to load URL. | 2453 | Ask the Grail WWW browser to load URL. |
| 2448 | Default to the URL around or before point. Runs the program in the | 2454 | Default to the URL around or before point. Runs the program in the |
| 2449 | variable `browse-url-grail'. | 2455 | variable `browse-url-grail'. |
| 2450 | 2456 | ||
| 2451 | \(fn URL &optional NEW-WINDOW)" t nil) | 2457 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2452 | 2458 | ||
| 2453 | (autoload (quote browse-url-cci) "browse-url" "\ | 2459 | (autoload 'browse-url-cci "browse-url" "\ |
| 2454 | Ask the XMosaic WWW browser to load URL. | 2460 | Ask the XMosaic WWW browser to load URL. |
| 2455 | Default to the URL around or before point. | 2461 | Default to the URL around or before point. |
| 2456 | 2462 | ||
| @@ -2468,13 +2474,13 @@ used instead of `browse-url-new-window-flag'. | |||
| 2468 | 2474 | ||
| 2469 | \(fn URL &optional NEW-WINDOW)" t nil) | 2475 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2470 | 2476 | ||
| 2471 | (autoload (quote browse-url-iximosaic) "browse-url" "\ | 2477 | (autoload 'browse-url-iximosaic "browse-url" "\ |
| 2472 | Ask the IXIMosaic WWW browser to load URL. | 2478 | Ask the IXIMosaic WWW browser to load URL. |
| 2473 | Default to the URL around or before point. | 2479 | Default to the URL around or before point. |
| 2474 | 2480 | ||
| 2475 | \(fn URL &optional NEW-WINDOW)" t nil) | 2481 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2476 | 2482 | ||
| 2477 | (autoload (quote browse-url-w3) "browse-url" "\ | 2483 | (autoload 'browse-url-w3 "browse-url" "\ |
| 2478 | Ask the w3 WWW browser to load URL. | 2484 | Ask the w3 WWW browser to load URL. |
| 2479 | Default to the URL around or before point. | 2485 | Default to the URL around or before point. |
| 2480 | 2486 | ||
| @@ -2487,14 +2493,14 @@ used instead of `browse-url-new-window-flag'. | |||
| 2487 | 2493 | ||
| 2488 | \(fn URL &optional NEW-WINDOW)" t nil) | 2494 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2489 | 2495 | ||
| 2490 | (autoload (quote browse-url-w3-gnudoit) "browse-url" "\ | 2496 | (autoload 'browse-url-w3-gnudoit "browse-url" "\ |
| 2491 | Ask another Emacs running gnuserv to load the URL using the W3 browser. | 2497 | Ask another Emacs running gnuserv to load the URL using the W3 browser. |
| 2492 | The `browse-url-gnudoit-program' program is used with options given by | 2498 | The `browse-url-gnudoit-program' program is used with options given by |
| 2493 | `browse-url-gnudoit-args'. Default to the URL around or before point. | 2499 | `browse-url-gnudoit-args'. Default to the URL around or before point. |
| 2494 | 2500 | ||
| 2495 | \(fn URL &optional NEW-WINDOW)" t nil) | 2501 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2496 | 2502 | ||
| 2497 | (autoload (quote browse-url-lynx-xterm) "browse-url" "\ | 2503 | (autoload 'browse-url-lynx-xterm "browse-url" "\ |
| 2498 | Ask the Lynx WWW browser to load URL. | 2504 | Ask the Lynx WWW browser to load URL. |
| 2499 | Default to the URL around or before point. A new Lynx process is run | 2505 | Default to the URL around or before point. A new Lynx process is run |
| 2500 | in an Xterm window using the Xterm program named by `browse-url-xterm-program' | 2506 | in an Xterm window using the Xterm program named by `browse-url-xterm-program' |
| @@ -2502,7 +2508,7 @@ with possible additional arguments `browse-url-xterm-args'. | |||
| 2502 | 2508 | ||
| 2503 | \(fn URL &optional NEW-WINDOW)" t nil) | 2509 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2504 | 2510 | ||
| 2505 | (autoload (quote browse-url-lynx-emacs) "browse-url" "\ | 2511 | (autoload 'browse-url-lynx-emacs "browse-url" "\ |
| 2506 | Ask the Lynx WWW browser to load URL. | 2512 | Ask the Lynx WWW browser to load URL. |
| 2507 | Default to the URL around or before point. With a prefix argument, run | 2513 | Default to the URL around or before point. With a prefix argument, run |
| 2508 | a new Lynx process in a new buffer. | 2514 | a new Lynx process in a new buffer. |
| @@ -2517,13 +2523,13 @@ used instead of `browse-url-new-window-flag'. | |||
| 2517 | 2523 | ||
| 2518 | \(fn URL &optional NEW-BUFFER)" t nil) | 2524 | \(fn URL &optional NEW-BUFFER)" t nil) |
| 2519 | 2525 | ||
| 2520 | (autoload (quote browse-url-mmm) "browse-url" "\ | 2526 | (autoload 'browse-url-mmm "browse-url" "\ |
| 2521 | Ask the MMM WWW browser to load URL. | 2527 | Ask the MMM WWW browser to load URL. |
| 2522 | Default to the URL around or before point. | 2528 | Default to the URL around or before point. |
| 2523 | 2529 | ||
| 2524 | \(fn URL &optional NEW-WINDOW)" t nil) | 2530 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2525 | 2531 | ||
| 2526 | (autoload (quote browse-url-mail) "browse-url" "\ | 2532 | (autoload 'browse-url-mail "browse-url" "\ |
| 2527 | Open a new mail message buffer within Emacs for the RFC 2368 URL. | 2533 | Open a new mail message buffer within Emacs for the RFC 2368 URL. |
| 2528 | Default to using the mailto: URL around or before point as the | 2534 | Default to using the mailto: URL around or before point as the |
| 2529 | recipient's address. Supplying a non-nil interactive prefix argument | 2535 | recipient's address. Supplying a non-nil interactive prefix argument |
| @@ -2540,7 +2546,7 @@ used instead of `browse-url-new-window-flag'. | |||
| 2540 | 2546 | ||
| 2541 | \(fn URL &optional NEW-WINDOW)" t nil) | 2547 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2542 | 2548 | ||
| 2543 | (autoload (quote browse-url-generic) "browse-url" "\ | 2549 | (autoload 'browse-url-generic "browse-url" "\ |
| 2544 | Ask the WWW browser defined by `browse-url-generic-program' to load URL. | 2550 | Ask the WWW browser defined by `browse-url-generic-program' to load URL. |
| 2545 | Default to the URL around or before point. A fresh copy of the | 2551 | Default to the URL around or before point. A fresh copy of the |
| 2546 | browser is started up in a new process with possible additional arguments | 2552 | browser is started up in a new process with possible additional arguments |
| @@ -2549,24 +2555,36 @@ don't offer a form of remote control. | |||
| 2549 | 2555 | ||
| 2550 | \(fn URL &optional NEW-WINDOW)" t nil) | 2556 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2551 | 2557 | ||
| 2552 | (autoload (quote browse-url-kde) "browse-url" "\ | 2558 | (autoload 'browse-url-kde "browse-url" "\ |
| 2553 | Ask the KDE WWW browser to load URL. | 2559 | Ask the KDE WWW browser to load URL. |
| 2554 | Default to the URL around or before point. | 2560 | Default to the URL around or before point. |
| 2555 | 2561 | ||
| 2556 | \(fn URL &optional NEW-WINDOW)" t nil) | 2562 | \(fn URL &optional NEW-WINDOW)" t nil) |
| 2557 | 2563 | ||
| 2564 | (autoload 'browse-url-elinks "browse-url" "\ | ||
| 2565 | Ask the Elinks WWW browser to load URL. | ||
| 2566 | Default to the URL around the point. | ||
| 2567 | |||
| 2568 | The document is loaded in a new tab of a running Elinks or, if | ||
| 2569 | none yet running, a newly started instance. | ||
| 2570 | |||
| 2571 | The Elinks command will be prepended by the program+arguments | ||
| 2572 | from `browse-url-elinks-wrapper'. | ||
| 2573 | |||
| 2574 | \(fn URL &optional NEW-WINDOW)" t nil) | ||
| 2575 | |||
| 2558 | ;;;*** | 2576 | ;;;*** |
| 2559 | 2577 | ||
| 2560 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18104 | 2578 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18177 |
| 2561 | ;;;;;; 24760)) | 2579 | ;;;;;; 871)) |
| 2562 | ;;; Generated autoloads from play/bruce.el | 2580 | ;;; Generated autoloads from play/bruce.el |
| 2563 | 2581 | ||
| 2564 | (autoload (quote bruce) "bruce" "\ | 2582 | (autoload 'bruce "bruce" "\ |
| 2565 | Adds that special touch of class to your outgoing mail. | 2583 | Adds that special touch of class to your outgoing mail. |
| 2566 | 2584 | ||
| 2567 | \(fn)" t nil) | 2585 | \(fn)" t nil) |
| 2568 | 2586 | ||
| 2569 | (autoload (quote snarf-bruces) "bruce" "\ | 2587 | (autoload 'snarf-bruces "bruce" "\ |
| 2570 | Return a vector containing the lines from `bruce-phrases-file'. | 2588 | Return a vector containing the lines from `bruce-phrases-file'. |
| 2571 | 2589 | ||
| 2572 | \(fn)" nil nil) | 2590 | \(fn)" nil nil) |
| @@ -2574,33 +2592,33 @@ Return a vector containing the lines from `bruce-phrases-file'. | |||
| 2574 | ;;;*** | 2592 | ;;;*** |
| 2575 | 2593 | ||
| 2576 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 2594 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 2577 | ;;;;;; "bs" "bs.el" (18104 24730)) | 2595 | ;;;;;; "bs" "bs.el" (18190 35184)) |
| 2578 | ;;; Generated autoloads from bs.el | 2596 | ;;; Generated autoloads from bs.el |
| 2579 | 2597 | ||
| 2580 | (autoload (quote bs-cycle-next) "bs" "\ | 2598 | (autoload 'bs-cycle-next "bs" "\ |
| 2581 | Select next buffer defined by buffer cycling. | 2599 | Select next buffer defined by buffer cycling. |
| 2582 | The buffers taking part in buffer cycling are defined | 2600 | The buffers taking part in buffer cycling are defined |
| 2583 | by buffer configuration `bs-cycle-configuration-name'. | 2601 | by buffer configuration `bs-cycle-configuration-name'. |
| 2584 | 2602 | ||
| 2585 | \(fn)" t nil) | 2603 | \(fn)" t nil) |
| 2586 | 2604 | ||
| 2587 | (autoload (quote bs-cycle-previous) "bs" "\ | 2605 | (autoload 'bs-cycle-previous "bs" "\ |
| 2588 | Select previous buffer defined by buffer cycling. | 2606 | Select previous buffer defined by buffer cycling. |
| 2589 | The buffers taking part in buffer cycling are defined | 2607 | The buffers taking part in buffer cycling are defined |
| 2590 | by buffer configuration `bs-cycle-configuration-name'. | 2608 | by buffer configuration `bs-cycle-configuration-name'. |
| 2591 | 2609 | ||
| 2592 | \(fn)" t nil) | 2610 | \(fn)" t nil) |
| 2593 | 2611 | ||
| 2594 | (autoload (quote bs-customize) "bs" "\ | 2612 | (autoload 'bs-customize "bs" "\ |
| 2595 | Customization of group bs for Buffer Selection Menu. | 2613 | Customization of group bs for Buffer Selection Menu. |
| 2596 | 2614 | ||
| 2597 | \(fn)" t nil) | 2615 | \(fn)" t nil) |
| 2598 | 2616 | ||
| 2599 | (autoload (quote bs-show) "bs" "\ | 2617 | (autoload 'bs-show "bs" "\ |
| 2600 | Make a menu of buffers so you can manipulate buffers or the buffer list. | 2618 | Make a menu of buffers so you can manipulate buffers or the buffer list. |
| 2601 | \\<bs-mode-map> | 2619 | \\<bs-mode-map> |
| 2602 | There are many key commands similar to `Buffer-menu-mode' for | 2620 | There are many key commands similar to `Buffer-menu-mode' for |
| 2603 | manipulating buffer list and buffers itself. | 2621 | manipulating the buffer list and the buffers themselves. |
| 2604 | User can move with [up] or [down], select a buffer | 2622 | User can move with [up] or [down], select a buffer |
| 2605 | by \\[bs-select] or [SPC] | 2623 | by \\[bs-select] or [SPC] |
| 2606 | 2624 | ||
| @@ -2614,19 +2632,29 @@ name of buffer configuration. | |||
| 2614 | 2632 | ||
| 2615 | ;;;*** | 2633 | ;;;*** |
| 2616 | 2634 | ||
| 2635 | ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18190 35204)) | ||
| 2636 | ;;; Generated autoloads from play/bubbles.el | ||
| 2637 | |||
| 2638 | (autoload 'bubbles "bubbles" "\ | ||
| 2639 | Play Bubbles game. | ||
| 2640 | |||
| 2641 | \(fn)" t nil) | ||
| 2642 | |||
| 2643 | ;;;*** | ||
| 2644 | |||
| 2617 | ;;;### (autoloads (insert-text-button make-text-button insert-button | 2645 | ;;;### (autoloads (insert-text-button make-text-button insert-button |
| 2618 | ;;;;;; make-button define-button-type) "button" "button.el" (18104 | 2646 | ;;;;;; make-button define-button-type) "button" "button.el" (18190 |
| 2619 | ;;;;;; 24730)) | 2647 | ;;;;;; 35184)) |
| 2620 | ;;; Generated autoloads from button.el | 2648 | ;;; Generated autoloads from button.el |
| 2621 | 2649 | ||
| 2622 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | 2650 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " 'push-button) (define-key map [mouse-2] 'push-button) map) "\ |
| 2623 | Keymap used by buttons.") | 2651 | Keymap used by buttons.") |
| 2624 | 2652 | ||
| 2625 | (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map " " (quote backward-button)) (define-key map [backtab] (quote backward-button)) map) "\ | 2653 | (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] 'forward-button) (define-key map " " 'backward-button) (define-key map [backtab] 'backward-button) map) "\ |
| 2626 | Keymap useful for buffers containing buttons. | 2654 | Keymap useful for buffers containing buttons. |
| 2627 | Mode-specific keymaps may want to use this as their parent keymap.") | 2655 | Mode-specific keymaps may want to use this as their parent keymap.") |
| 2628 | 2656 | ||
| 2629 | (autoload (quote define-button-type) "button" "\ | 2657 | (autoload 'define-button-type "button" "\ |
| 2630 | Define a `button type' called NAME. | 2658 | Define a `button type' called NAME. |
| 2631 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 2659 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 2632 | specifying properties to use as defaults for buttons with this type | 2660 | specifying properties to use as defaults for buttons with this type |
| @@ -2640,7 +2668,7 @@ changes to a supertype are not reflected in its subtypes). | |||
| 2640 | 2668 | ||
| 2641 | \(fn NAME &rest PROPERTIES)" nil nil) | 2669 | \(fn NAME &rest PROPERTIES)" nil nil) |
| 2642 | 2670 | ||
| 2643 | (autoload (quote make-button) "button" "\ | 2671 | (autoload 'make-button "button" "\ |
| 2644 | Make a button from BEG to END in the current buffer. | 2672 | Make a button from BEG to END in the current buffer. |
| 2645 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 2673 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 2646 | specifying properties to add to the button. | 2674 | specifying properties to add to the button. |
| @@ -2652,7 +2680,7 @@ Also see `make-text-button', `insert-button'. | |||
| 2652 | 2680 | ||
| 2653 | \(fn BEG END &rest PROPERTIES)" nil nil) | 2681 | \(fn BEG END &rest PROPERTIES)" nil nil) |
| 2654 | 2682 | ||
| 2655 | (autoload (quote insert-button) "button" "\ | 2683 | (autoload 'insert-button "button" "\ |
| 2656 | Insert a button with the label LABEL. | 2684 | Insert a button with the label LABEL. |
| 2657 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 2685 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 2658 | specifying properties to add to the button. | 2686 | specifying properties to add to the button. |
| @@ -2664,7 +2692,7 @@ Also see `insert-text-button', `make-button'. | |||
| 2664 | 2692 | ||
| 2665 | \(fn LABEL &rest PROPERTIES)" nil nil) | 2693 | \(fn LABEL &rest PROPERTIES)" nil nil) |
| 2666 | 2694 | ||
| 2667 | (autoload (quote make-text-button) "button" "\ | 2695 | (autoload 'make-text-button "button" "\ |
| 2668 | Make a button from BEG to END in the current buffer. | 2696 | Make a button from BEG to END in the current buffer. |
| 2669 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 2697 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 2670 | specifying properties to add to the button. | 2698 | specifying properties to add to the button. |
| @@ -2681,7 +2709,7 @@ Also see `insert-text-button'. | |||
| 2681 | 2709 | ||
| 2682 | \(fn BEG END &rest PROPERTIES)" nil nil) | 2710 | \(fn BEG END &rest PROPERTIES)" nil nil) |
| 2683 | 2711 | ||
| 2684 | (autoload (quote insert-text-button) "button" "\ | 2712 | (autoload 'insert-text-button "button" "\ |
| 2685 | Insert a button with the label LABEL. | 2713 | Insert a button with the label LABEL. |
| 2686 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 2714 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 2687 | specifying properties to add to the button. | 2715 | specifying properties to add to the button. |
| @@ -2704,24 +2732,24 @@ Also see `make-text-button'. | |||
| 2704 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2732 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2705 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2733 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2706 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" | 2734 | ;;;;;; byte-force-recompile byte-compile-warnings-safe-p) "bytecomp" |
| 2707 | ;;;;;; "emacs-lisp/bytecomp.el" (18104 24746)) | 2735 | ;;;;;; "emacs-lisp/bytecomp.el" (18190 35187)) |
| 2708 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2736 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2709 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2737 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2710 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2738 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| 2711 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) | 2739 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) |
| 2712 | 2740 | ||
| 2713 | (autoload (quote byte-compile-warnings-safe-p) "bytecomp" "\ | 2741 | (autoload 'byte-compile-warnings-safe-p "bytecomp" "\ |
| 2714 | Not documented | 2742 | Not documented |
| 2715 | 2743 | ||
| 2716 | \(fn X)" nil nil) | 2744 | \(fn X)" nil nil) |
| 2717 | 2745 | ||
| 2718 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2746 | (autoload 'byte-force-recompile "bytecomp" "\ |
| 2719 | Recompile every `.el' file in DIRECTORY that already has a `.elc' file. | 2747 | Recompile every `.el' file in DIRECTORY that already has a `.elc' file. |
| 2720 | Files in subdirectories of DIRECTORY are processed also. | 2748 | Files in subdirectories of DIRECTORY are processed also. |
| 2721 | 2749 | ||
| 2722 | \(fn DIRECTORY)" t nil) | 2750 | \(fn DIRECTORY)" t nil) |
| 2723 | 2751 | ||
| 2724 | (autoload (quote byte-recompile-directory) "bytecomp" "\ | 2752 | (autoload 'byte-recompile-directory "bytecomp" "\ |
| 2725 | Recompile every `.el' file in DIRECTORY that needs recompilation. | 2753 | Recompile every `.el' file in DIRECTORY that needs recompilation. |
| 2726 | This is if a `.elc' file exists but is older than the `.el' file. | 2754 | This is if a `.elc' file exists but is older than the `.el' file. |
| 2727 | Files in subdirectories of DIRECTORY are processed also. | 2755 | Files in subdirectories of DIRECTORY are processed also. |
| @@ -2740,7 +2768,7 @@ recompile every `.el' file that already has a `.elc' file. | |||
| 2740 | \(fn DIRECTORY &optional ARG FORCE)" t nil) | 2768 | \(fn DIRECTORY &optional ARG FORCE)" t nil) |
| 2741 | (put 'no-byte-compile 'safe-local-variable 'booleanp) | 2769 | (put 'no-byte-compile 'safe-local-variable 'booleanp) |
| 2742 | 2770 | ||
| 2743 | (autoload (quote byte-compile-file) "bytecomp" "\ | 2771 | (autoload 'byte-compile-file "bytecomp" "\ |
| 2744 | Compile a file of Lisp code named FILENAME into a file of byte code. | 2772 | Compile a file of Lisp code named FILENAME into a file of byte code. |
| 2745 | The output file's name is generated by passing FILENAME to the | 2773 | The output file's name is generated by passing FILENAME to the |
| 2746 | `byte-compile-dest-file' function (which see). | 2774 | `byte-compile-dest-file' function (which see). |
| @@ -2749,20 +2777,20 @@ The value is non-nil if there were no errors, nil if errors. | |||
| 2749 | 2777 | ||
| 2750 | \(fn FILENAME &optional LOAD)" t nil) | 2778 | \(fn FILENAME &optional LOAD)" t nil) |
| 2751 | 2779 | ||
| 2752 | (autoload (quote compile-defun) "bytecomp" "\ | 2780 | (autoload 'compile-defun "bytecomp" "\ |
| 2753 | Compile and evaluate the current top-level form. | 2781 | Compile and evaluate the current top-level form. |
| 2754 | Print the result in the echo area. | 2782 | Print the result in the echo area. |
| 2755 | With argument, insert value in current buffer after the form. | 2783 | With argument, insert value in current buffer after the form. |
| 2756 | 2784 | ||
| 2757 | \(fn &optional ARG)" t nil) | 2785 | \(fn &optional ARG)" t nil) |
| 2758 | 2786 | ||
| 2759 | (autoload (quote byte-compile) "bytecomp" "\ | 2787 | (autoload 'byte-compile "bytecomp" "\ |
| 2760 | If FORM is a symbol, byte-compile its function definition. | 2788 | If FORM is a symbol, byte-compile its function definition. |
| 2761 | If FORM is a lambda or a macro, byte-compile it as a function. | 2789 | If FORM is a lambda or a macro, byte-compile it as a function. |
| 2762 | 2790 | ||
| 2763 | \(fn FORM)" nil nil) | 2791 | \(fn FORM)" nil nil) |
| 2764 | 2792 | ||
| 2765 | (autoload (quote display-call-tree) "bytecomp" "\ | 2793 | (autoload 'display-call-tree "bytecomp" "\ |
| 2766 | Display a call graph of a specified file. | 2794 | Display a call graph of a specified file. |
| 2767 | This lists which functions have been called, what functions called | 2795 | This lists which functions have been called, what functions called |
| 2768 | them, and what functions they call. The list includes all functions | 2796 | them, and what functions they call. The list includes all functions |
| @@ -2779,14 +2807,14 @@ invoked interactively. | |||
| 2779 | 2807 | ||
| 2780 | \(fn &optional FILENAME)" t nil) | 2808 | \(fn &optional FILENAME)" t nil) |
| 2781 | 2809 | ||
| 2782 | (autoload (quote batch-byte-compile-if-not-done) "bytecomp" "\ | 2810 | (autoload 'batch-byte-compile-if-not-done "bytecomp" "\ |
| 2783 | Like `byte-compile-file' but doesn't recompile if already up to date. | 2811 | Like `byte-compile-file' but doesn't recompile if already up to date. |
| 2784 | Use this from the command line, with `-batch'; | 2812 | Use this from the command line, with `-batch'; |
| 2785 | it won't work in an interactive Emacs. | 2813 | it won't work in an interactive Emacs. |
| 2786 | 2814 | ||
| 2787 | \(fn)" nil nil) | 2815 | \(fn)" nil nil) |
| 2788 | 2816 | ||
| 2789 | (autoload (quote batch-byte-compile) "bytecomp" "\ | 2817 | (autoload 'batch-byte-compile "bytecomp" "\ |
| 2790 | Run `byte-compile-file' on the files remaining on the command line. | 2818 | Run `byte-compile-file' on the files remaining on the command line. |
| 2791 | Use this from the command line, with `-batch'; | 2819 | Use this from the command line, with `-batch'; |
| 2792 | it won't work in an interactive Emacs. | 2820 | it won't work in an interactive Emacs. |
| @@ -2797,7 +2825,7 @@ already up-to-date. | |||
| 2797 | 2825 | ||
| 2798 | \(fn &optional NOFORCE)" nil nil) | 2826 | \(fn &optional NOFORCE)" nil nil) |
| 2799 | 2827 | ||
| 2800 | (autoload (quote batch-byte-recompile-directory) "bytecomp" "\ | 2828 | (autoload 'batch-byte-recompile-directory "bytecomp" "\ |
| 2801 | Run `byte-recompile-directory' on the dirs remaining on the command line. | 2829 | Run `byte-recompile-directory' on the dirs remaining on the command line. |
| 2802 | Must be used only with `-batch', and kills Emacs on completion. | 2830 | Must be used only with `-batch', and kills Emacs on completion. |
| 2803 | For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. | 2831 | For example, invoke `emacs -batch -f batch-byte-recompile-directory .'. |
| @@ -2810,20 +2838,20 @@ and corresponding effects. | |||
| 2810 | 2838 | ||
| 2811 | ;;;*** | 2839 | ;;;*** |
| 2812 | 2840 | ||
| 2813 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18104 24745)) | 2841 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18177 856)) |
| 2814 | ;;; Generated autoloads from calendar/cal-dst.el | 2842 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2815 | 2843 | ||
| 2816 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) | 2844 | (put 'calendar-daylight-savings-starts 'risky-local-variable t) |
| 2817 | 2845 | ||
| 2818 | (put (quote calendar-daylight-savings-ends) (quote risky-local-variable) t) | 2846 | (put 'calendar-daylight-savings-ends 'risky-local-variable t) |
| 2819 | 2847 | ||
| 2820 | ;;;*** | 2848 | ;;;*** |
| 2821 | 2849 | ||
| 2822 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" | 2850 | ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el" |
| 2823 | ;;;;;; (18104 24745)) | 2851 | ;;;;;; (18190 35185)) |
| 2824 | ;;; Generated autoloads from calendar/cal-hebrew.el | 2852 | ;;; Generated autoloads from calendar/cal-hebrew.el |
| 2825 | 2853 | ||
| 2826 | (autoload (quote list-yahrzeit-dates) "cal-hebrew" "\ | 2854 | (autoload 'list-yahrzeit-dates "cal-hebrew" "\ |
| 2827 | List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. | 2855 | List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. |
| 2828 | When called interactively from the calendar window, the date of death is taken | 2856 | When called interactively from the calendar window, the date of death is taken |
| 2829 | from the cursor position. | 2857 | from the cursor position. |
| @@ -2835,43 +2863,43 @@ from the cursor position. | |||
| 2835 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | 2863 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle |
| 2836 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | 2864 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc |
| 2837 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" | 2865 | ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el" |
| 2838 | ;;;;;; (18104 24745)) | 2866 | ;;;;;; (18190 35184)) |
| 2839 | ;;; Generated autoloads from calc/calc.el | 2867 | ;;; Generated autoloads from calc/calc.el |
| 2840 | 2868 | ||
| 2841 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ | 2869 | (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\ |
| 2842 | *File in which to record permanent settings.") | 2870 | *File in which to record permanent settings.") |
| 2843 | 2871 | ||
| 2844 | (custom-autoload (quote calc-settings-file) "calc" t) | 2872 | (custom-autoload 'calc-settings-file "calc" t) |
| 2845 | (define-key ctl-x-map "*" 'calc-dispatch) | 2873 | (define-key ctl-x-map "*" 'calc-dispatch) |
| 2846 | 2874 | ||
| 2847 | (autoload (quote calc-dispatch) "calc" "\ | 2875 | (autoload 'calc-dispatch "calc" "\ |
| 2848 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. | 2876 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. |
| 2849 | 2877 | ||
| 2850 | \(fn &optional ARG)" t nil) | 2878 | \(fn &optional ARG)" t nil) |
| 2851 | 2879 | ||
| 2852 | (autoload (quote calc) "calc" "\ | 2880 | (autoload 'calc "calc" "\ |
| 2853 | The Emacs Calculator. Full documentation is listed under \"calc-mode\". | 2881 | The Emacs Calculator. Full documentation is listed under \"calc-mode\". |
| 2854 | 2882 | ||
| 2855 | \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil) | 2883 | \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil) |
| 2856 | 2884 | ||
| 2857 | (autoload (quote full-calc) "calc" "\ | 2885 | (autoload 'full-calc "calc" "\ |
| 2858 | Invoke the Calculator and give it a full-sized window. | 2886 | Invoke the Calculator and give it a full-sized window. |
| 2859 | 2887 | ||
| 2860 | \(fn &optional INTERACTIVE)" t nil) | 2888 | \(fn &optional INTERACTIVE)" t nil) |
| 2861 | 2889 | ||
| 2862 | (autoload (quote quick-calc) "calc" "\ | 2890 | (autoload 'quick-calc "calc" "\ |
| 2863 | Do a quick calculation in the minibuffer without invoking full Calculator. | 2891 | Do a quick calculation in the minibuffer without invoking full Calculator. |
| 2864 | 2892 | ||
| 2865 | \(fn)" t nil) | 2893 | \(fn)" t nil) |
| 2866 | 2894 | ||
| 2867 | (autoload (quote calc-eval) "calc" "\ | 2895 | (autoload 'calc-eval "calc" "\ |
| 2868 | Do a quick calculation and return the result as a string. | 2896 | Do a quick calculation and return the result as a string. |
| 2869 | Return value will either be the formatted result in string form, | 2897 | Return value will either be the formatted result in string form, |
| 2870 | or a list containing a character position and an error message in string form. | 2898 | or a list containing a character position and an error message in string form. |
| 2871 | 2899 | ||
| 2872 | \(fn STR &optional SEPARATOR &rest ARGS)" nil nil) | 2900 | \(fn STR &optional SEPARATOR &rest ARGS)" nil nil) |
| 2873 | 2901 | ||
| 2874 | (autoload (quote calc-keypad) "calc" "\ | 2902 | (autoload 'calc-keypad "calc" "\ |
| 2875 | Invoke the Calculator in \"visual keypad\" mode. | 2903 | Invoke the Calculator in \"visual keypad\" mode. |
| 2876 | This is most useful in the X window system. | 2904 | This is most useful in the X window system. |
| 2877 | In this mode, click on the Calc \"buttons\" using the left mouse button. | 2905 | In this mode, click on the Calc \"buttons\" using the left mouse button. |
| @@ -2879,45 +2907,45 @@ Or, position the cursor manually and do M-x calc-keypad-press. | |||
| 2879 | 2907 | ||
| 2880 | \(fn &optional INTERACTIVE)" t nil) | 2908 | \(fn &optional INTERACTIVE)" t nil) |
| 2881 | 2909 | ||
| 2882 | (autoload (quote full-calc-keypad) "calc" "\ | 2910 | (autoload 'full-calc-keypad "calc" "\ |
| 2883 | Invoke the Calculator in full-screen \"visual keypad\" mode. | 2911 | Invoke the Calculator in full-screen \"visual keypad\" mode. |
| 2884 | See calc-keypad for details. | 2912 | See calc-keypad for details. |
| 2885 | 2913 | ||
| 2886 | \(fn &optional INTERACTIVE)" t nil) | 2914 | \(fn &optional INTERACTIVE)" t nil) |
| 2887 | 2915 | ||
| 2888 | (autoload (quote calc-grab-region) "calc" "\ | 2916 | (autoload 'calc-grab-region "calc" "\ |
| 2889 | Parse the region as a vector of numbers and push it on the Calculator stack. | 2917 | Parse the region as a vector of numbers and push it on the Calculator stack. |
| 2890 | 2918 | ||
| 2891 | \(fn TOP BOT ARG)" t nil) | 2919 | \(fn TOP BOT ARG)" t nil) |
| 2892 | 2920 | ||
| 2893 | (autoload (quote calc-grab-rectangle) "calc" "\ | 2921 | (autoload 'calc-grab-rectangle "calc" "\ |
| 2894 | Parse a rectangle as a matrix of numbers and push it on the Calculator stack. | 2922 | Parse a rectangle as a matrix of numbers and push it on the Calculator stack. |
| 2895 | 2923 | ||
| 2896 | \(fn TOP BOT ARG)" t nil) | 2924 | \(fn TOP BOT ARG)" t nil) |
| 2897 | 2925 | ||
| 2898 | (autoload (quote calc-embedded) "calc" "\ | 2926 | (autoload 'calc-embedded "calc" "\ |
| 2899 | Start Calc Embedded mode on the formula surrounding point. | 2927 | Start Calc Embedded mode on the formula surrounding point. |
| 2900 | 2928 | ||
| 2901 | \(fn ARG &optional END OBEG OEND)" t nil) | 2929 | \(fn ARG &optional END OBEG OEND)" t nil) |
| 2902 | 2930 | ||
| 2903 | (autoload (quote calc-embedded-activate) "calc" "\ | 2931 | (autoload 'calc-embedded-activate "calc" "\ |
| 2904 | Scan the current editing buffer for all embedded := and => formulas. | 2932 | Scan the current editing buffer for all embedded := and => formulas. |
| 2905 | Also looks for the equivalent TeX words, \\gets and \\evalto. | 2933 | Also looks for the equivalent TeX words, \\gets and \\evalto. |
| 2906 | 2934 | ||
| 2907 | \(fn &optional ARG CBUF)" t nil) | 2935 | \(fn &optional ARG CBUF)" t nil) |
| 2908 | 2936 | ||
| 2909 | (autoload (quote defmath) "calc" "\ | 2937 | (autoload 'defmath "calc" "\ |
| 2910 | Not documented | 2938 | Not documented |
| 2911 | 2939 | ||
| 2912 | \(fn FUNC ARGS &rest BODY)" nil (quote macro)) | 2940 | \(fn FUNC ARGS &rest BODY)" nil (quote macro)) |
| 2913 | 2941 | ||
| 2914 | ;;;*** | 2942 | ;;;*** |
| 2915 | 2943 | ||
| 2916 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (18104 | 2944 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (18190 |
| 2917 | ;;;;;; 24730)) | 2945 | ;;;;;; 35184)) |
| 2918 | ;;; Generated autoloads from calculator.el | 2946 | ;;; Generated autoloads from calculator.el |
| 2919 | 2947 | ||
| 2920 | (autoload (quote calculator) "calculator" "\ | 2948 | (autoload 'calculator "calculator" "\ |
| 2921 | Run the Emacs calculator. | 2949 | Run the Emacs calculator. |
| 2922 | See the documentation for `calculator-mode' for more information. | 2950 | See the documentation for `calculator-mode' for more information. |
| 2923 | 2951 | ||
| @@ -2942,7 +2970,7 @@ See the documentation for `calculator-mode' for more information. | |||
| 2942 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially | 2970 | ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially |
| 2943 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2971 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2944 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" | 2972 | ;;;;;; view-diary-entries-initially calendar-offset) "calendar" |
| 2945 | ;;;;;; "calendar/calendar.el" (18104 24745)) | 2973 | ;;;;;; "calendar/calendar.el" (18190 35185)) |
| 2946 | ;;; Generated autoloads from calendar/calendar.el | 2974 | ;;; Generated autoloads from calendar/calendar.el |
| 2947 | 2975 | ||
| 2948 | (defvar calendar-offset 0 "\ | 2976 | (defvar calendar-offset 0 "\ |
| @@ -2951,7 +2979,7 @@ The offset of the principal month from the center of the calendar window. | |||
| 2951 | +1 means on the right. Larger (or smaller) values push the principal month off | 2979 | +1 means on the right. Larger (or smaller) values push the principal month off |
| 2952 | the screen.") | 2980 | the screen.") |
| 2953 | 2981 | ||
| 2954 | (custom-autoload (quote calendar-offset) "calendar" t) | 2982 | (custom-autoload 'calendar-offset "calendar" t) |
| 2955 | 2983 | ||
| 2956 | (defvar view-diary-entries-initially nil "\ | 2984 | (defvar view-diary-entries-initially nil "\ |
| 2957 | Non-nil means display current date's diary entries on entry to calendar. | 2985 | Non-nil means display current date's diary entries on entry to calendar. |
| @@ -2960,32 +2988,32 @@ if the current date is visible. The number of days of diary entries displayed | |||
| 2960 | is governed by the variable `number-of-diary-entries'. This variable can | 2988 | is governed by the variable `number-of-diary-entries'. This variable can |
| 2961 | be overridden by the value of `calendar-setup'.") | 2989 | be overridden by the value of `calendar-setup'.") |
| 2962 | 2990 | ||
| 2963 | (custom-autoload (quote view-diary-entries-initially) "calendar" t) | 2991 | (custom-autoload 'view-diary-entries-initially "calendar" t) |
| 2964 | 2992 | ||
| 2965 | (defvar mark-diary-entries-in-calendar nil "\ | 2993 | (defvar mark-diary-entries-in-calendar nil "\ |
| 2966 | Non-nil means mark dates with diary entries, in the calendar window. | 2994 | Non-nil means mark dates with diary entries, in the calendar window. |
| 2967 | The marking symbol is specified by the variable `diary-entry-marker'.") | 2995 | The marking symbol is specified by the variable `diary-entry-marker'.") |
| 2968 | 2996 | ||
| 2969 | (custom-autoload (quote mark-diary-entries-in-calendar) "calendar" t) | 2997 | (custom-autoload 'mark-diary-entries-in-calendar "calendar" t) |
| 2970 | 2998 | ||
| 2971 | (defvar calendar-remove-frame-by-deleting nil "\ | 2999 | (defvar calendar-remove-frame-by-deleting nil "\ |
| 2972 | Determine how the calendar mode removes a frame no longer needed. | 3000 | Determine how the calendar mode removes a frame no longer needed. |
| 2973 | If nil, make an icon of the frame. If non-nil, delete the frame.") | 3001 | If nil, make an icon of the frame. If non-nil, delete the frame.") |
| 2974 | 3002 | ||
| 2975 | (custom-autoload (quote calendar-remove-frame-by-deleting) "calendar" t) | 3003 | (custom-autoload 'calendar-remove-frame-by-deleting "calendar" t) |
| 2976 | 3004 | ||
| 2977 | (defvar view-calendar-holidays-initially nil "\ | 3005 | (defvar view-calendar-holidays-initially nil "\ |
| 2978 | Non-nil means display holidays for current three month period on entry. | 3006 | Non-nil means display holidays for current three month period on entry. |
| 2979 | The holidays are displayed in another window when the calendar is first | 3007 | The holidays are displayed in another window when the calendar is first |
| 2980 | displayed.") | 3008 | displayed.") |
| 2981 | 3009 | ||
| 2982 | (custom-autoload (quote view-calendar-holidays-initially) "calendar" t) | 3010 | (custom-autoload 'view-calendar-holidays-initially "calendar" t) |
| 2983 | 3011 | ||
| 2984 | (defvar mark-holidays-in-calendar nil "\ | 3012 | (defvar mark-holidays-in-calendar nil "\ |
| 2985 | Non-nil means mark dates of holidays in the calendar window. | 3013 | Non-nil means mark dates of holidays in the calendar window. |
| 2986 | The marking symbol is specified by the variable `calendar-holiday-marker'.") | 3014 | The marking symbol is specified by the variable `calendar-holiday-marker'.") |
| 2987 | 3015 | ||
| 2988 | (custom-autoload (quote mark-holidays-in-calendar) "calendar" t) | 3016 | (custom-autoload 'mark-holidays-in-calendar "calendar" t) |
| 2989 | 3017 | ||
| 2990 | (defvar all-hebrew-calendar-holidays nil "\ | 3018 | (defvar all-hebrew-calendar-holidays nil "\ |
| 2991 | If nil, show only major holidays from the Hebrew calendar. | 3019 | If nil, show only major holidays from the Hebrew calendar. |
| @@ -2993,7 +3021,7 @@ This means only those Jewish holidays that appear on secular calendars. | |||
| 2993 | 3021 | ||
| 2994 | If t, show all the holidays that would appear in a complete Hebrew calendar.") | 3022 | If t, show all the holidays that would appear in a complete Hebrew calendar.") |
| 2995 | 3023 | ||
| 2996 | (custom-autoload (quote all-hebrew-calendar-holidays) "calendar" t) | 3024 | (custom-autoload 'all-hebrew-calendar-holidays "calendar" t) |
| 2997 | 3025 | ||
| 2998 | (defvar all-christian-calendar-holidays nil "\ | 3026 | (defvar all-christian-calendar-holidays nil "\ |
| 2999 | If nil, show only major holidays from the Christian calendar. | 3027 | If nil, show only major holidays from the Christian calendar. |
| @@ -3002,7 +3030,7 @@ This means only those Christian holidays that appear on secular calendars. | |||
| 3002 | If t, show all the holidays that would appear in a complete Christian | 3030 | If t, show all the holidays that would appear in a complete Christian |
| 3003 | calendar.") | 3031 | calendar.") |
| 3004 | 3032 | ||
| 3005 | (custom-autoload (quote all-christian-calendar-holidays) "calendar" t) | 3033 | (custom-autoload 'all-christian-calendar-holidays "calendar" t) |
| 3006 | 3034 | ||
| 3007 | (defvar all-islamic-calendar-holidays nil "\ | 3035 | (defvar all-islamic-calendar-holidays nil "\ |
| 3008 | If nil, show only major holidays from the Islamic calendar. | 3036 | If nil, show only major holidays from the Islamic calendar. |
| @@ -3011,7 +3039,7 @@ This means only those Islamic holidays that appear on secular calendars. | |||
| 3011 | If t, show all the holidays that would appear in a complete Islamic | 3039 | If t, show all the holidays that would appear in a complete Islamic |
| 3012 | calendar.") | 3040 | calendar.") |
| 3013 | 3041 | ||
| 3014 | (custom-autoload (quote all-islamic-calendar-holidays) "calendar" t) | 3042 | (custom-autoload 'all-islamic-calendar-holidays "calendar" t) |
| 3015 | 3043 | ||
| 3016 | (defvar all-bahai-calendar-holidays nil "\ | 3044 | (defvar all-bahai-calendar-holidays nil "\ |
| 3017 | If nil, show only major holidays from the Baha'i calendar. | 3045 | If nil, show only major holidays from the Baha'i calendar. |
| @@ -3020,13 +3048,13 @@ These are the days on which work and school must be suspended. | |||
| 3020 | If t, show all the holidays that would appear in a complete Baha'i | 3048 | If t, show all the holidays that would appear in a complete Baha'i |
| 3021 | calendar.") | 3049 | calendar.") |
| 3022 | 3050 | ||
| 3023 | (custom-autoload (quote all-bahai-calendar-holidays) "calendar" t) | 3051 | (custom-autoload 'all-bahai-calendar-holidays "calendar" t) |
| 3024 | 3052 | ||
| 3025 | (defvar calendar-load-hook nil "\ | 3053 | (defvar calendar-load-hook nil "\ |
| 3026 | List of functions to be called after the calendar is first loaded. | 3054 | List of functions to be called after the calendar is first loaded. |
| 3027 | This is the place to add key bindings to `calendar-mode-map'.") | 3055 | This is the place to add key bindings to `calendar-mode-map'.") |
| 3028 | 3056 | ||
| 3029 | (custom-autoload (quote calendar-load-hook) "calendar" t) | 3057 | (custom-autoload 'calendar-load-hook "calendar" t) |
| 3030 | 3058 | ||
| 3031 | (defvar initial-calendar-window-hook nil "\ | 3059 | (defvar initial-calendar-window-hook nil "\ |
| 3032 | List of functions to be called when the calendar window is first opened. | 3060 | List of functions to be called when the calendar window is first opened. |
| @@ -3034,7 +3062,7 @@ The functions invoked are called after the calendar window is opened, but | |||
| 3034 | once opened is never called again. Leaving the calendar with the `q' command | 3062 | once opened is never called again. Leaving the calendar with the `q' command |
| 3035 | and reentering it will cause these functions to be called again.") | 3063 | and reentering it will cause these functions to be called again.") |
| 3036 | 3064 | ||
| 3037 | (custom-autoload (quote initial-calendar-window-hook) "calendar" t) | 3065 | (custom-autoload 'initial-calendar-window-hook "calendar" t) |
| 3038 | 3066 | ||
| 3039 | (defvar today-visible-calendar-hook nil "\ | 3067 | (defvar today-visible-calendar-hook nil "\ |
| 3040 | List of functions called whenever the current date is visible. | 3068 | List of functions called whenever the current date is visible. |
| @@ -3053,7 +3081,7 @@ Other than the use of the provided functions, the changing of any | |||
| 3053 | characters in the calendar buffer by the hooks may cause the failure of the | 3081 | characters in the calendar buffer by the hooks may cause the failure of the |
| 3054 | functions that move by days and weeks.") | 3082 | functions that move by days and weeks.") |
| 3055 | 3083 | ||
| 3056 | (custom-autoload (quote today-visible-calendar-hook) "calendar" t) | 3084 | (custom-autoload 'today-visible-calendar-hook "calendar" t) |
| 3057 | 3085 | ||
| 3058 | (defvar today-invisible-calendar-hook nil "\ | 3086 | (defvar today-invisible-calendar-hook nil "\ |
| 3059 | List of functions called whenever the current date is not visible. | 3087 | List of functions called whenever the current date is not visible. |
| @@ -3066,7 +3094,7 @@ Other than the use of the provided functions, the changing of any | |||
| 3066 | characters in the calendar buffer by the hooks may cause the failure of the | 3094 | characters in the calendar buffer by the hooks may cause the failure of the |
| 3067 | functions that move by days and weeks.") | 3095 | functions that move by days and weeks.") |
| 3068 | 3096 | ||
| 3069 | (custom-autoload (quote today-invisible-calendar-hook) "calendar" t) | 3097 | (custom-autoload 'today-invisible-calendar-hook "calendar" t) |
| 3070 | 3098 | ||
| 3071 | (defvar calendar-move-hook nil "\ | 3099 | (defvar calendar-move-hook nil "\ |
| 3072 | List of functions called whenever the cursor moves in the calendar. | 3100 | List of functions called whenever the cursor moves in the calendar. |
| @@ -3077,7 +3105,7 @@ For example, | |||
| 3077 | 3105 | ||
| 3078 | redisplays the diary for whatever date the cursor is moved to.") | 3106 | redisplays the diary for whatever date the cursor is moved to.") |
| 3079 | 3107 | ||
| 3080 | (custom-autoload (quote calendar-move-hook) "calendar" t) | 3108 | (custom-autoload 'calendar-move-hook "calendar" t) |
| 3081 | 3109 | ||
| 3082 | (defvar diary-file "~/diary" "\ | 3110 | (defvar diary-file "~/diary" "\ |
| 3083 | Name of the file in which one's personal diary of dates is kept. | 3111 | Name of the file in which one's personal diary of dates is kept. |
| @@ -3184,39 +3212,39 @@ documentation for these functions for details. | |||
| 3184 | Diary files can contain directives to include the contents of other files; for | 3212 | Diary files can contain directives to include the contents of other files; for |
| 3185 | details, see the documentation for the variable `list-diary-entries-hook'.") | 3213 | details, see the documentation for the variable `list-diary-entries-hook'.") |
| 3186 | 3214 | ||
| 3187 | (custom-autoload (quote diary-file) "calendar" t) | 3215 | (custom-autoload 'diary-file "calendar" t) |
| 3188 | 3216 | ||
| 3189 | (defvar diary-nonmarking-symbol "&" "\ | 3217 | (defvar diary-nonmarking-symbol "&" "\ |
| 3190 | Symbol indicating that a diary entry is not to be marked in the calendar.") | 3218 | Symbol indicating that a diary entry is not to be marked in the calendar.") |
| 3191 | 3219 | ||
| 3192 | (custom-autoload (quote diary-nonmarking-symbol) "calendar" t) | 3220 | (custom-autoload 'diary-nonmarking-symbol "calendar" t) |
| 3193 | 3221 | ||
| 3194 | (defvar hebrew-diary-entry-symbol "H" "\ | 3222 | (defvar hebrew-diary-entry-symbol "H" "\ |
| 3195 | Symbol indicating a diary entry according to the Hebrew calendar.") | 3223 | Symbol indicating a diary entry according to the Hebrew calendar.") |
| 3196 | 3224 | ||
| 3197 | (custom-autoload (quote hebrew-diary-entry-symbol) "calendar" t) | 3225 | (custom-autoload 'hebrew-diary-entry-symbol "calendar" t) |
| 3198 | 3226 | ||
| 3199 | (defvar islamic-diary-entry-symbol "I" "\ | 3227 | (defvar islamic-diary-entry-symbol "I" "\ |
| 3200 | Symbol indicating a diary entry according to the Islamic calendar.") | 3228 | Symbol indicating a diary entry according to the Islamic calendar.") |
| 3201 | 3229 | ||
| 3202 | (custom-autoload (quote islamic-diary-entry-symbol) "calendar" t) | 3230 | (custom-autoload 'islamic-diary-entry-symbol "calendar" t) |
| 3203 | 3231 | ||
| 3204 | (defvar bahai-diary-entry-symbol "B" "\ | 3232 | (defvar bahai-diary-entry-symbol "B" "\ |
| 3205 | Symbol indicating a diary entry according to the Baha'i calendar.") | 3233 | Symbol indicating a diary entry according to the Baha'i calendar.") |
| 3206 | 3234 | ||
| 3207 | (custom-autoload (quote bahai-diary-entry-symbol) "calendar" t) | 3235 | (custom-autoload 'bahai-diary-entry-symbol "calendar" t) |
| 3208 | 3236 | ||
| 3209 | (defvar diary-include-string "#include" "\ | 3237 | (defvar diary-include-string "#include" "\ |
| 3210 | The string indicating inclusion of another file of diary entries. | 3238 | The string indicating inclusion of another file of diary entries. |
| 3211 | See the documentation for the function `include-other-diary-files'.") | 3239 | See the documentation for the function `include-other-diary-files'.") |
| 3212 | 3240 | ||
| 3213 | (custom-autoload (quote diary-include-string) "calendar" t) | 3241 | (custom-autoload 'diary-include-string "calendar" t) |
| 3214 | 3242 | ||
| 3215 | (defvar sexp-diary-entry-symbol "%%" "\ | 3243 | (defvar sexp-diary-entry-symbol "%%" "\ |
| 3216 | The string used to indicate a sexp diary entry in `diary-file'. | 3244 | The string used to indicate a sexp diary entry in `diary-file'. |
| 3217 | See the documentation for the function `list-sexp-diary-entries'.") | 3245 | See the documentation for the function `list-sexp-diary-entries'.") |
| 3218 | 3246 | ||
| 3219 | (custom-autoload (quote sexp-diary-entry-symbol) "calendar" t) | 3247 | (custom-autoload 'sexp-diary-entry-symbol "calendar" t) |
| 3220 | 3248 | ||
| 3221 | (defvar abbreviated-calendar-year t "\ | 3249 | (defvar abbreviated-calendar-year t "\ |
| 3222 | Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. | 3250 | Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. |
| @@ -3224,7 +3252,7 @@ For the Gregorian calendar; similarly for the Hebrew, Islamic and | |||
| 3224 | Baha'i calendars. If this variable is nil, years must be written in | 3252 | Baha'i calendars. If this variable is nil, years must be written in |
| 3225 | full.") | 3253 | full.") |
| 3226 | 3254 | ||
| 3227 | (custom-autoload (quote abbreviated-calendar-year) "calendar" t) | 3255 | (custom-autoload 'abbreviated-calendar-year "calendar" t) |
| 3228 | 3256 | ||
| 3229 | (defvar european-calendar-style nil "\ | 3257 | (defvar european-calendar-style nil "\ |
| 3230 | Use the European style of dates in the diary and in any displays. | 3258 | Use the European style of dates in the diary and in any displays. |
| @@ -3247,40 +3275,40 @@ calendar package is already loaded). Rather, use either | |||
| 3247 | \\[customize] or the functions `european-calendar' and | 3275 | \\[customize] or the functions `european-calendar' and |
| 3248 | `american-calendar'.") | 3276 | `american-calendar'.") |
| 3249 | 3277 | ||
| 3250 | (custom-autoload (quote european-calendar-style) "calendar" nil) | 3278 | (custom-autoload 'european-calendar-style "calendar" nil) |
| 3251 | 3279 | ||
| 3252 | (defvar american-date-diary-pattern (quote ((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W"))) "\ | 3280 | (defvar american-date-diary-pattern '((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W")) "\ |
| 3253 | List of pseudo-patterns describing the American patterns of date used. | 3281 | List of pseudo-patterns describing the American patterns of date used. |
| 3254 | See the documentation of `diary-date-forms' for an explanation.") | 3282 | See the documentation of `diary-date-forms' for an explanation.") |
| 3255 | 3283 | ||
| 3256 | (custom-autoload (quote american-date-diary-pattern) "calendar" t) | 3284 | (custom-autoload 'american-date-diary-pattern "calendar" t) |
| 3257 | 3285 | ||
| 3258 | (defvar european-date-diary-pattern (quote ((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W"))) "\ | 3286 | (defvar european-date-diary-pattern '((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W")) "\ |
| 3259 | List of pseudo-patterns describing the European patterns of date used. | 3287 | List of pseudo-patterns describing the European patterns of date used. |
| 3260 | See the documentation of `diary-date-forms' for an explanation.") | 3288 | See the documentation of `diary-date-forms' for an explanation.") |
| 3261 | 3289 | ||
| 3262 | (custom-autoload (quote european-date-diary-pattern) "calendar" t) | 3290 | (custom-autoload 'european-date-diary-pattern "calendar" t) |
| 3263 | 3291 | ||
| 3264 | (defvar european-calendar-display-form (quote ((if dayname (concat dayname ", ")) day " " monthname " " year)) "\ | 3292 | (defvar european-calendar-display-form '((if dayname (concat dayname ", ")) day " " monthname " " year) "\ |
| 3265 | Pseudo-pattern governing the way a date appears in the European style. | 3293 | Pseudo-pattern governing the way a date appears in the European style. |
| 3266 | See the documentation of `calendar-date-display-form' for an explanation.") | 3294 | See the documentation of `calendar-date-display-form' for an explanation.") |
| 3267 | 3295 | ||
| 3268 | (custom-autoload (quote european-calendar-display-form) "calendar" t) | 3296 | (custom-autoload 'european-calendar-display-form "calendar" t) |
| 3269 | 3297 | ||
| 3270 | (defvar american-calendar-display-form (quote ((if dayname (concat dayname ", ")) monthname " " day ", " year)) "\ | 3298 | (defvar american-calendar-display-form '((if dayname (concat dayname ", ")) monthname " " day ", " year) "\ |
| 3271 | Pseudo-pattern governing the way a date appears in the American style. | 3299 | Pseudo-pattern governing the way a date appears in the American style. |
| 3272 | See the documentation of `calendar-date-display-form' for an explanation.") | 3300 | See the documentation of `calendar-date-display-form' for an explanation.") |
| 3273 | 3301 | ||
| 3274 | (custom-autoload (quote american-calendar-display-form) "calendar" t) | 3302 | (custom-autoload 'american-calendar-display-form "calendar" t) |
| 3275 | 3303 | ||
| 3276 | (defvar print-diary-entries-hook (quote lpr-buffer) "\ | 3304 | (defvar print-diary-entries-hook 'lpr-buffer "\ |
| 3277 | List of functions called after a temporary diary buffer is prepared. | 3305 | List of functions called after a temporary diary buffer is prepared. |
| 3278 | The buffer shows only the diary entries currently visible in the diary | 3306 | The buffer shows only the diary entries currently visible in the diary |
| 3279 | buffer. The default just does the printing. Other uses might include, for | 3307 | buffer. The default just does the printing. Other uses might include, for |
| 3280 | example, rearranging the lines into order by day and time, saving the buffer | 3308 | example, rearranging the lines into order by day and time, saving the buffer |
| 3281 | instead of deleting it, or changing the function used to do the printing.") | 3309 | instead of deleting it, or changing the function used to do the printing.") |
| 3282 | 3310 | ||
| 3283 | (custom-autoload (quote print-diary-entries-hook) "calendar" t) | 3311 | (custom-autoload 'print-diary-entries-hook "calendar" t) |
| 3284 | 3312 | ||
| 3285 | (defvar list-diary-entries-hook nil "\ | 3313 | (defvar list-diary-entries-hook nil "\ |
| 3286 | List of functions called after diary file is culled for relevant entries. | 3314 | List of functions called after diary file is culled for relevant entries. |
| @@ -3309,13 +3337,13 @@ in your `.emacs' file to cause the fancy diary buffer to be displayed with | |||
| 3309 | diary entries from various included files, each day's entries sorted into | 3337 | diary entries from various included files, each day's entries sorted into |
| 3310 | lexicographic order.") | 3338 | lexicographic order.") |
| 3311 | 3339 | ||
| 3312 | (custom-autoload (quote list-diary-entries-hook) "calendar" t) | 3340 | (custom-autoload 'list-diary-entries-hook "calendar" t) |
| 3313 | 3341 | ||
| 3314 | (defvar diary-hook nil "\ | 3342 | (defvar diary-hook nil "\ |
| 3315 | List of functions called after the display of the diary. | 3343 | List of functions called after the display of the diary. |
| 3316 | Can be used for appointment notification.") | 3344 | Can be used for appointment notification.") |
| 3317 | 3345 | ||
| 3318 | (custom-autoload (quote diary-hook) "calendar" t) | 3346 | (custom-autoload 'diary-hook "calendar" t) |
| 3319 | 3347 | ||
| 3320 | (defvar diary-display-hook nil "\ | 3348 | (defvar diary-display-hook nil "\ |
| 3321 | List of functions that handle the display of the diary. | 3349 | List of functions that handle the display of the diary. |
| @@ -3339,7 +3367,7 @@ diary buffer will not show days for which there are no diary entries, even | |||
| 3339 | if that day is a holiday; if you want such days to be shown in the fancy | 3367 | if that day is a holiday; if you want such days to be shown in the fancy |
| 3340 | diary buffer, set the variable `diary-list-include-blanks' to t.") | 3368 | diary buffer, set the variable `diary-list-include-blanks' to t.") |
| 3341 | 3369 | ||
| 3342 | (custom-autoload (quote diary-display-hook) "calendar" nil) | 3370 | (custom-autoload 'diary-display-hook "calendar" nil) |
| 3343 | 3371 | ||
| 3344 | (defvar nongregorian-diary-listing-hook nil "\ | 3372 | (defvar nongregorian-diary-listing-hook nil "\ |
| 3345 | List of functions called for listing diary file and included files. | 3373 | List of functions called for listing diary file and included files. |
| @@ -3349,7 +3377,7 @@ to cull relevant entries. You can use either or both of | |||
| 3349 | `list-bahai-diary-entries'. The documentation for these functions | 3377 | `list-bahai-diary-entries'. The documentation for these functions |
| 3350 | describes the style of such diary entries.") | 3378 | describes the style of such diary entries.") |
| 3351 | 3379 | ||
| 3352 | (custom-autoload (quote nongregorian-diary-listing-hook) "calendar" t) | 3380 | (custom-autoload 'nongregorian-diary-listing-hook "calendar" t) |
| 3353 | 3381 | ||
| 3354 | (defvar mark-diary-entries-hook nil "\ | 3382 | (defvar mark-diary-entries-hook nil "\ |
| 3355 | List of functions called after marking diary entries in the calendar. | 3383 | List of functions called after marking diary entries in the calendar. |
| @@ -3365,7 +3393,7 @@ variable `diary-include-string'. When you use `mark-included-diary-files' as | |||
| 3365 | part of the mark-diary-entries-hook, you will probably also want to use the | 3393 | part of the mark-diary-entries-hook, you will probably also want to use the |
| 3366 | function `include-other-diary-files' as part of `list-diary-entries-hook'.") | 3394 | function `include-other-diary-files' as part of `list-diary-entries-hook'.") |
| 3367 | 3395 | ||
| 3368 | (custom-autoload (quote mark-diary-entries-hook) "calendar" t) | 3396 | (custom-autoload 'mark-diary-entries-hook "calendar" t) |
| 3369 | 3397 | ||
| 3370 | (defvar nongregorian-diary-marking-hook nil "\ | 3398 | (defvar nongregorian-diary-marking-hook nil "\ |
| 3371 | List of functions called for marking diary file and included files. | 3399 | List of functions called for marking diary file and included files. |
| @@ -3375,14 +3403,14 @@ to cull relevant entries. You can use either or both of | |||
| 3375 | `mark-bahai-diary-entries'. The documentation for these functions | 3403 | `mark-bahai-diary-entries'. The documentation for these functions |
| 3376 | describes the style of such diary entries.") | 3404 | describes the style of such diary entries.") |
| 3377 | 3405 | ||
| 3378 | (custom-autoload (quote nongregorian-diary-marking-hook) "calendar" t) | 3406 | (custom-autoload 'nongregorian-diary-marking-hook "calendar" t) |
| 3379 | 3407 | ||
| 3380 | (defvar diary-list-include-blanks nil "\ | 3408 | (defvar diary-list-include-blanks nil "\ |
| 3381 | If nil, do not include days with no diary entry in the list of diary entries. | 3409 | If nil, do not include days with no diary entry in the list of diary entries. |
| 3382 | Such days will then not be shown in the fancy diary buffer, even if they | 3410 | Such days will then not be shown in the fancy diary buffer, even if they |
| 3383 | are holidays.") | 3411 | are holidays.") |
| 3384 | 3412 | ||
| 3385 | (custom-autoload (quote diary-list-include-blanks) "calendar" t) | 3413 | (custom-autoload 'diary-list-include-blanks "calendar" t) |
| 3386 | 3414 | ||
| 3387 | (defvar holidays-in-diary-buffer t "\ | 3415 | (defvar holidays-in-diary-buffer t "\ |
| 3388 | Non-nil means include holidays in the diary display. | 3416 | Non-nil means include holidays in the diary display. |
| @@ -3390,97 +3418,97 @@ The holidays appear in the mode line of the diary buffer, or in the | |||
| 3390 | fancy diary buffer next to the date. This slows down the diary functions | 3418 | fancy diary buffer next to the date. This slows down the diary functions |
| 3391 | somewhat; setting it to nil makes the diary display faster.") | 3419 | somewhat; setting it to nil makes the diary display faster.") |
| 3392 | 3420 | ||
| 3393 | (custom-autoload (quote holidays-in-diary-buffer) "calendar" t) | 3421 | (custom-autoload 'holidays-in-diary-buffer "calendar" t) |
| 3394 | 3422 | ||
| 3395 | (put (quote general-holidays) (quote risky-local-variable) t) | 3423 | (put 'general-holidays 'risky-local-variable t) |
| 3396 | 3424 | ||
| 3397 | (defvar general-holidays (quote ((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving"))) "\ | 3425 | (defvar general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fools' Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\ |
| 3398 | General holidays. Default value is for the United States. | 3426 | General holidays. Default value is for the United States. |
| 3399 | See the documentation for `calendar-holidays' for details.") | 3427 | See the documentation for `calendar-holidays' for details.") |
| 3400 | 3428 | ||
| 3401 | (custom-autoload (quote general-holidays) "calendar" t) | 3429 | (custom-autoload 'general-holidays "calendar" t) |
| 3402 | 3430 | ||
| 3403 | (put (quote oriental-holidays) (quote risky-local-variable) t) | 3431 | (put 'oriental-holidays 'risky-local-variable t) |
| 3404 | 3432 | ||
| 3405 | (defvar oriental-holidays (quote ((if (fboundp (quote atan)) (holiday-chinese-new-year)))) "\ | 3433 | (defvar oriental-holidays '((if (fboundp 'atan) (holiday-chinese-new-year))) "\ |
| 3406 | Oriental holidays. | 3434 | Oriental holidays. |
| 3407 | See the documentation for `calendar-holidays' for details.") | 3435 | See the documentation for `calendar-holidays' for details.") |
| 3408 | 3436 | ||
| 3409 | (custom-autoload (quote oriental-holidays) "calendar" t) | 3437 | (custom-autoload 'oriental-holidays "calendar" t) |
| 3410 | 3438 | ||
| 3411 | (put (quote local-holidays) (quote risky-local-variable) t) | 3439 | (put 'local-holidays 'risky-local-variable t) |
| 3412 | 3440 | ||
| 3413 | (defvar local-holidays nil "\ | 3441 | (defvar local-holidays nil "\ |
| 3414 | Local holidays. | 3442 | Local holidays. |
| 3415 | See the documentation for `calendar-holidays' for details.") | 3443 | See the documentation for `calendar-holidays' for details.") |
| 3416 | 3444 | ||
| 3417 | (custom-autoload (quote local-holidays) "calendar" t) | 3445 | (custom-autoload 'local-holidays "calendar" t) |
| 3418 | 3446 | ||
| 3419 | (put (quote other-holidays) (quote risky-local-variable) t) | 3447 | (put 'other-holidays 'risky-local-variable t) |
| 3420 | 3448 | ||
| 3421 | (defvar other-holidays nil "\ | 3449 | (defvar other-holidays nil "\ |
| 3422 | User defined holidays. | 3450 | User defined holidays. |
| 3423 | See the documentation for `calendar-holidays' for details.") | 3451 | See the documentation for `calendar-holidays' for details.") |
| 3424 | 3452 | ||
| 3425 | (custom-autoload (quote other-holidays) "calendar" t) | 3453 | (custom-autoload 'other-holidays "calendar" t) |
| 3426 | 3454 | ||
| 3427 | (put (quote hebrew-holidays-1) (quote risky-local-variable) t) | 3455 | (put 'hebrew-holidays-1 'risky-local-variable t) |
| 3428 | 3456 | ||
| 3429 | (defvar hebrew-holidays-1 (quote ((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)"))))) | 3457 | (defvar hebrew-holidays-1 '((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)")))) |
| 3430 | 3458 | ||
| 3431 | (put (quote hebrew-holidays-2) (quote risky-local-variable) t) | 3459 | (put 'hebrew-holidays-2 'risky-local-variable t) |
| 3432 | 3460 | ||
| 3433 | (defvar hebrew-holidays-2 (quote ((if all-hebrew-calendar-holidays (holiday-hanukkah) (holiday-hebrew 9 25 "Hanukkah")) (if all-hebrew-calendar-holidays (holiday-hebrew 10 (let ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list displayed-month 28 displayed-year)))))) (if (= (% (calendar-absolute-from-hebrew (list 10 10 h-year)) 7) 6) 11 10)) "Tzom Teveth")) (if all-hebrew-calendar-holidays (holiday-hebrew 11 15 "Tu B'Shevat"))))) | 3461 | (defvar hebrew-holidays-2 '((if all-hebrew-calendar-holidays (holiday-hanukkah) (holiday-hebrew 9 25 "Hanukkah")) (if all-hebrew-calendar-holidays (holiday-hebrew 10 (let ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list displayed-month 28 displayed-year)))))) (if (= (% (calendar-absolute-from-hebrew (list 10 10 h-year)) 7) 6) 11 10)) "Tzom Teveth")) (if all-hebrew-calendar-holidays (holiday-hebrew 11 15 "Tu B'Shevat")))) |
| 3434 | 3462 | ||
| 3435 | (put (quote hebrew-holidays-3) (quote risky-local-variable) t) | 3463 | (put 'hebrew-holidays-3 'risky-local-variable t) |
| 3436 | 3464 | ||
| 3437 | (defvar hebrew-holidays-3 (quote ((if all-hebrew-calendar-holidays (holiday-hebrew 11 (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (let* ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))) (s-s (calendar-hebrew-from-absolute (if (= (% (calendar-absolute-from-hebrew (list 7 1 h-year)) 7) 6) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 16 h-year)))))) (day (extract-calendar-day s-s))) day)) "Shabbat Shirah"))))) | 3465 | (defvar hebrew-holidays-3 '((if all-hebrew-calendar-holidays (holiday-hebrew 11 (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (let* ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))) (s-s (calendar-hebrew-from-absolute (if (= (% (calendar-absolute-from-hebrew (list 7 1 h-year)) 7) 6) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 16 h-year)))))) (day (extract-calendar-day s-s))) day)) "Shabbat Shirah")))) |
| 3438 | 3466 | ||
| 3439 | (put (quote hebrew-holidays-4) (quote risky-local-variable) t) | 3467 | (put 'hebrew-holidays-4 'risky-local-variable t) |
| 3440 | 3468 | ||
| 3441 | (defvar hebrew-holidays-4 (quote ((holiday-passover-etc) (if (and all-hebrew-calendar-holidays (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (= 21 (% year 28))))) (holiday-julian 3 26 "Kiddush HaHamah")) (if all-hebrew-calendar-holidays (holiday-tisha-b-av-etc))))) | 3469 | (defvar hebrew-holidays-4 '((holiday-passover-etc) (if (and all-hebrew-calendar-holidays (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (= 21 (% year 28))))) (holiday-julian 3 26 "Kiddush HaHamah")) (if all-hebrew-calendar-holidays (holiday-tisha-b-av-etc)))) |
| 3442 | 3470 | ||
| 3443 | (put (quote hebrew-holidays) (quote risky-local-variable) t) | 3471 | (put 'hebrew-holidays 'risky-local-variable t) |
| 3444 | 3472 | ||
| 3445 | (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\ | 3473 | (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\ |
| 3446 | Jewish holidays. | 3474 | Jewish holidays. |
| 3447 | See the documentation for `calendar-holidays' for details.") | 3475 | See the documentation for `calendar-holidays' for details.") |
| 3448 | 3476 | ||
| 3449 | (custom-autoload (quote hebrew-holidays) "calendar" t) | 3477 | (custom-autoload 'hebrew-holidays "calendar" t) |
| 3450 | 3478 | ||
| 3451 | (put (quote christian-holidays) (quote risky-local-variable) t) | 3479 | (put 'christian-holidays 'risky-local-variable t) |
| 3452 | 3480 | ||
| 3453 | (defvar christian-holidays (quote ((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc 0 "Easter Sunday") (holiday-easter-etc -2 "Good Friday") (holiday-easter-etc -46 "Ash Wednesday") (if all-christian-calendar-holidays (holiday-easter-etc -63 "Septuagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -56 "Sexagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -49 "Shrove Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -48 "Shrove Monday")) (if all-christian-calendar-holidays (holiday-easter-etc -47 "Shrove Tuesday")) (if all-christian-calendar-holidays (holiday-easter-etc -14 "Passion Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -7 "Palm Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -3 "Maundy Thursday")) (if all-christian-calendar-holidays (holiday-easter-etc 35 "Rogation Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 39 "Ascension Day")) (if all-christian-calendar-holidays (holiday-easter-etc 49 "Pentecost (Whitsunday)")) (if all-christian-calendar-holidays (holiday-easter-etc 50 "Whitmonday")) (if all-christian-calendar-holidays (holiday-easter-etc 56 "Trinity Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 60 "Corpus Christi")) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent 0 "Advent")) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas")))) "\ | 3481 | (defvar christian-holidays '((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc 0 "Easter Sunday") (holiday-easter-etc -2 "Good Friday") (holiday-easter-etc -46 "Ash Wednesday") (if all-christian-calendar-holidays (holiday-easter-etc -63 "Septuagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -56 "Sexagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -49 "Shrove Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -48 "Shrove Monday")) (if all-christian-calendar-holidays (holiday-easter-etc -47 "Shrove Tuesday")) (if all-christian-calendar-holidays (holiday-easter-etc -14 "Passion Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -7 "Palm Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -3 "Maundy Thursday")) (if all-christian-calendar-holidays (holiday-easter-etc 35 "Rogation Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 39 "Ascension Day")) (if all-christian-calendar-holidays (holiday-easter-etc 49 "Pentecost (Whitsunday)")) (if all-christian-calendar-holidays (holiday-easter-etc 50 "Whitmonday")) (if all-christian-calendar-holidays (holiday-easter-etc 56 "Trinity Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 60 "Corpus Christi")) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent 0 "Advent")) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas"))) "\ |
| 3454 | Christian holidays. | 3482 | Christian holidays. |
| 3455 | See the documentation for `calendar-holidays' for details.") | 3483 | See the documentation for `calendar-holidays' for details.") |
| 3456 | 3484 | ||
| 3457 | (custom-autoload (quote christian-holidays) "calendar" t) | 3485 | (custom-autoload 'christian-holidays "calendar" t) |
| 3458 | 3486 | ||
| 3459 | (put (quote islamic-holidays) (quote risky-local-variable) t) | 3487 | (put 'islamic-holidays 'risky-local-variable t) |
| 3460 | 3488 | ||
| 3461 | (defvar islamic-holidays (quote ((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha")))) "\ | 3489 | (defvar islamic-holidays '((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha"))) "\ |
| 3462 | Islamic holidays. | 3490 | Islamic holidays. |
| 3463 | See the documentation for `calendar-holidays' for details.") | 3491 | See the documentation for `calendar-holidays' for details.") |
| 3464 | 3492 | ||
| 3465 | (custom-autoload (quote islamic-holidays) "calendar" t) | 3493 | (custom-autoload 'islamic-holidays "calendar" t) |
| 3466 | 3494 | ||
| 3467 | (put (quote bahai-holidays) (quote risky-local-variable) t) | 3495 | (put 'bahai-holidays 'risky-local-variable t) |
| 3468 | 3496 | ||
| 3469 | (defvar bahai-holidays (quote ((holiday-fixed 3 21 (format "Baha'i New Year (Naw-Ruz) %d" (- displayed-year (1- 1844)))) (holiday-fixed 4 21 "First Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 22 "Second Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 23 "Third Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 24 "Fourth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 25 "Fifth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 26 "Sixth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 27 "Seventh Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 28 "Eighth Day of Ridvan")) (holiday-fixed 4 29 "Ninth Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 30 "Tenth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 5 1 "Eleventh Day of Ridvan")) (holiday-fixed 5 2 "Twelfth Day of Ridvan") (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if all-bahai-calendar-holidays (holiday-fixed 11 26 "Day of the Covenant")) (if all-bahai-calendar-holidays (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha")))) "\ | 3497 | (defvar bahai-holidays '((holiday-fixed 3 21 (format "Baha'i New Year (Naw-Ruz) %d" (- displayed-year (1- 1844)))) (holiday-fixed 4 21 "First Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 22 "Second Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 23 "Third Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 24 "Fourth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 25 "Fifth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 26 "Sixth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 27 "Seventh Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 28 "Eighth Day of Ridvan")) (holiday-fixed 4 29 "Ninth Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 30 "Tenth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 5 1 "Eleventh Day of Ridvan")) (holiday-fixed 5 2 "Twelfth Day of Ridvan") (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if all-bahai-calendar-holidays (holiday-fixed 11 26 "Day of the Covenant")) (if all-bahai-calendar-holidays (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))) "\ |
| 3470 | Baha'i holidays. | 3498 | Baha'i holidays. |
| 3471 | See the documentation for `calendar-holidays' for details.") | 3499 | See the documentation for `calendar-holidays' for details.") |
| 3472 | 3500 | ||
| 3473 | (custom-autoload (quote bahai-holidays) "calendar" t) | 3501 | (custom-autoload 'bahai-holidays "calendar" t) |
| 3474 | 3502 | ||
| 3475 | (put (quote solar-holidays) (quote risky-local-variable) t) | 3503 | (put 'solar-holidays 'risky-local-variable t) |
| 3476 | 3504 | ||
| 3477 | (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Saving Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Saving Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\ | 3505 | (defvar solar-holidays '((if (fboundp 'atan) (solar-equinoxes-solstices)) (if (progn (require 'cal-dst) t) (funcall 'holiday-sexp calendar-daylight-savings-starts '(format "Daylight Saving Time Begins %s" (if (fboundp 'atan) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) "")))) (funcall 'holiday-sexp calendar-daylight-savings-ends '(format "Daylight Saving Time Ends %s" (if (fboundp 'atan) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))) "\ |
| 3478 | Sun-related holidays. | 3506 | Sun-related holidays. |
| 3479 | See the documentation for `calendar-holidays' for details.") | 3507 | See the documentation for `calendar-holidays' for details.") |
| 3480 | 3508 | ||
| 3481 | (custom-autoload (quote solar-holidays) "calendar" t) | 3509 | (custom-autoload 'solar-holidays "calendar" t) |
| 3482 | 3510 | ||
| 3483 | (put (quote calendar-holidays) (quote risky-local-variable) t) | 3511 | (put 'calendar-holidays 'risky-local-variable t) |
| 3484 | 3512 | ||
| 3485 | (defvar calendar-setup nil "\ | 3513 | (defvar calendar-setup nil "\ |
| 3486 | The frame setup of the calendar. | 3514 | The frame setup of the calendar. |
| @@ -3490,9 +3518,9 @@ frames); `calendar-only' (calendar in a separate, dedicated frame); with | |||
| 3490 | any other value the current frame is used. Using any of the first | 3518 | any other value the current frame is used. Using any of the first |
| 3491 | three options overrides the value of `view-diary-entries-initially'.") | 3519 | three options overrides the value of `view-diary-entries-initially'.") |
| 3492 | 3520 | ||
| 3493 | (custom-autoload (quote calendar-setup) "calendar" t) | 3521 | (custom-autoload 'calendar-setup "calendar" t) |
| 3494 | 3522 | ||
| 3495 | (autoload (quote calendar) "calendar" "\ | 3523 | (autoload 'calendar "calendar" "\ |
| 3496 | Choose between the one frame, two frame, or basic calendar displays. | 3524 | Choose between the one frame, two frame, or basic calendar displays. |
| 3497 | If called with an optional prefix argument, prompts for month and year. | 3525 | If called with an optional prefix argument, prompts for month and year. |
| 3498 | 3526 | ||
| @@ -3510,20 +3538,20 @@ after starting `calendar', you should call `redraw-calendar' to | |||
| 3510 | update the calendar display to reflect the change, otherwise | 3538 | update the calendar display to reflect the change, otherwise |
| 3511 | movement commands will not work correctly.") | 3539 | movement commands will not work correctly.") |
| 3512 | 3540 | ||
| 3513 | (custom-autoload (quote calendar-week-start-day) "calendar" nil) | 3541 | (custom-autoload 'calendar-week-start-day "calendar" nil) |
| 3514 | 3542 | ||
| 3515 | ;;;*** | 3543 | ;;;*** |
| 3516 | 3544 | ||
| 3517 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" | 3545 | ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" |
| 3518 | ;;;;;; "gnus/canlock.el" (18104 24750)) | 3546 | ;;;;;; "gnus/canlock.el" (18177 860)) |
| 3519 | ;;; Generated autoloads from gnus/canlock.el | 3547 | ;;; Generated autoloads from gnus/canlock.el |
| 3520 | 3548 | ||
| 3521 | (autoload (quote canlock-insert-header) "canlock" "\ | 3549 | (autoload 'canlock-insert-header "canlock" "\ |
| 3522 | Insert a Cancel-Key and/or a Cancel-Lock header if possible. | 3550 | Insert a Cancel-Key and/or a Cancel-Lock header if possible. |
| 3523 | 3551 | ||
| 3524 | \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil) | 3552 | \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil) |
| 3525 | 3553 | ||
| 3526 | (autoload (quote canlock-verify) "canlock" "\ | 3554 | (autoload 'canlock-verify "canlock" "\ |
| 3527 | Verify Cancel-Lock or Cancel-Key in BUFFER. | 3555 | Verify Cancel-Lock or Cancel-Key in BUFFER. |
| 3528 | If BUFFER is nil, the current buffer is assumed. Signal an error if | 3556 | If BUFFER is nil, the current buffer is assumed. Signal an error if |
| 3529 | it fails. | 3557 | it fails. |
| @@ -3532,18 +3560,54 @@ it fails. | |||
| 3532 | 3560 | ||
| 3533 | ;;;*** | 3561 | ;;;*** |
| 3534 | 3562 | ||
| 3535 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18104 | 3563 | ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el" |
| 3536 | ;;;;;; 24763)) | 3564 | ;;;;;; (17928 6535)) |
| 3565 | ;;; Generated autoloads from progmodes/cap-words.el | ||
| 3566 | |||
| 3567 | (autoload 'capitalized-words-mode "cap-words" "\ | ||
| 3568 | Toggle Capitalized- Words mode. | ||
| 3569 | |||
| 3570 | In this minor mode, a word boundary occurs immediately before an | ||
| 3571 | uppercase letter in a symbol. This is in addition to all the normal | ||
| 3572 | boundaries given by the syntax and category tables. There is no | ||
| 3573 | restriction to ASCII. | ||
| 3574 | |||
| 3575 | E.g. the beginning of words in the following identifier are as marked: | ||
| 3576 | |||
| 3577 | capitalizedWorDD | ||
| 3578 | ^ ^ ^^ | ||
| 3579 | |||
| 3580 | Note that these word boundaries only apply for word motion and | ||
| 3581 | marking commands such as \\[forward-word]. This mode does not affect word | ||
| 3582 | boundaries in found by regexp matching (`\\>', `\\w' &c). | ||
| 3583 | |||
| 3584 | This style of identifiers is common in environments like Java ones, | ||
| 3585 | where underscores aren't trendy enough. Capitalization rules are | ||
| 3586 | sometimes part of the language, e.g. Haskell, which may thus encourage | ||
| 3587 | such a style. It is appropriate to add `capitalized-words-mode' to | ||
| 3588 | the mode hook for programming langauge modes in which you encounter | ||
| 3589 | variables like this, e.g. `java-mode-hook'. It's unlikely to cause | ||
| 3590 | trouble if such identifiers aren't used. | ||
| 3591 | |||
| 3592 | See also `glasses-mode' and `studlify-word'. | ||
| 3593 | Obsoletes `c-forward-into-nomenclature'. | ||
| 3594 | |||
| 3595 | \(fn &optional ARG)" t nil) | ||
| 3596 | |||
| 3597 | ;;;*** | ||
| 3598 | |||
| 3599 | ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18177 | ||
| 3600 | ;;;;;; 872)) | ||
| 3537 | ;;; Generated autoloads from progmodes/cc-compat.el | 3601 | ;;; Generated autoloads from progmodes/cc-compat.el |
| 3538 | (put 'c-indent-level 'safe-local-variable 'integerp) | 3602 | (put 'c-indent-level 'safe-local-variable 'integerp) |
| 3539 | 3603 | ||
| 3540 | ;;;*** | 3604 | ;;;*** |
| 3541 | 3605 | ||
| 3542 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 3606 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 3543 | ;;;;;; (18104 24763)) | 3607 | ;;;;;; (18177 872)) |
| 3544 | ;;; Generated autoloads from progmodes/cc-engine.el | 3608 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 3545 | 3609 | ||
| 3546 | (autoload (quote c-guess-basic-syntax) "cc-engine" "\ | 3610 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| 3547 | Return the syntactic context of the current line. | 3611 | Return the syntactic context of the current line. |
| 3548 | 3612 | ||
| 3549 | \(fn)" nil nil) | 3613 | \(fn)" nil nil) |
| @@ -3552,10 +3616,10 @@ Return the syntactic context of the current line. | |||
| 3552 | 3616 | ||
| 3553 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3617 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3554 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3618 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3555 | ;;;;;; (18104 24763)) | 3619 | ;;;;;; (18190 35205)) |
| 3556 | ;;; Generated autoloads from progmodes/cc-mode.el | 3620 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3557 | 3621 | ||
| 3558 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3622 | (autoload 'c-initialize-cc-mode "cc-mode" "\ |
| 3559 | Initialize CC Mode for use in the current buffer. | 3623 | Initialize CC Mode for use in the current buffer. |
| 3560 | If the optional NEW-STYLE-INIT is nil or left out then all necessary | 3624 | If the optional NEW-STYLE-INIT is nil or left out then all necessary |
| 3561 | initialization to run CC Mode for the C language is done. Otherwise | 3625 | initialization to run CC Mode for the C language is done. Otherwise |
| @@ -3574,7 +3638,7 @@ Syntax table used in c-mode buffers.") | |||
| 3574 | (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode)) | 3638 | (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode)) |
| 3575 | (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode)) | 3639 | (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode)) |
| 3576 | 3640 | ||
| 3577 | (autoload (quote c-mode) "cc-mode" "\ | 3641 | (autoload 'c-mode "cc-mode" "\ |
| 3578 | Major mode for editing K&R and ANSI C code. | 3642 | Major mode for editing K&R and ANSI C code. |
| 3579 | To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3643 | To submit a problem report, enter `\\[c-submit-bug-report]' from a |
| 3580 | c-mode buffer. This automatically sets up a mail buffer with version | 3644 | c-mode buffer. This automatically sets up a mail buffer with version |
| @@ -3594,7 +3658,7 @@ Key bindings: | |||
| 3594 | (defvar c++-mode-syntax-table nil "\ | 3658 | (defvar c++-mode-syntax-table nil "\ |
| 3595 | Syntax table used in c++-mode buffers.") | 3659 | Syntax table used in c++-mode buffers.") |
| 3596 | 3660 | ||
| 3597 | (autoload (quote c++-mode) "cc-mode" "\ | 3661 | (autoload 'c++-mode "cc-mode" "\ |
| 3598 | Major mode for editing C++ code. | 3662 | Major mode for editing C++ code. |
| 3599 | To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3663 | To submit a problem report, enter `\\[c-submit-bug-report]' from a |
| 3600 | c++-mode buffer. This automatically sets up a mail buffer with | 3664 | c++-mode buffer. This automatically sets up a mail buffer with |
| @@ -3616,7 +3680,7 @@ Key bindings: | |||
| 3616 | Syntax table used in objc-mode buffers.") | 3680 | Syntax table used in objc-mode buffers.") |
| 3617 | (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode)) | 3681 | (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode)) |
| 3618 | 3682 | ||
| 3619 | (autoload (quote objc-mode) "cc-mode" "\ | 3683 | (autoload 'objc-mode "cc-mode" "\ |
| 3620 | Major mode for editing Objective C code. | 3684 | Major mode for editing Objective C code. |
| 3621 | To submit a problem report, enter `\\[c-submit-bug-report]' from an | 3685 | To submit a problem report, enter `\\[c-submit-bug-report]' from an |
| 3622 | objc-mode buffer. This automatically sets up a mail buffer with | 3686 | objc-mode buffer. This automatically sets up a mail buffer with |
| @@ -3638,7 +3702,7 @@ Key bindings: | |||
| 3638 | Syntax table used in java-mode buffers.") | 3702 | Syntax table used in java-mode buffers.") |
| 3639 | (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode)) | 3703 | (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode)) |
| 3640 | 3704 | ||
| 3641 | (autoload (quote java-mode) "cc-mode" "\ | 3705 | (autoload 'java-mode "cc-mode" "\ |
| 3642 | Major mode for editing Java code. | 3706 | Major mode for editing Java code. |
| 3643 | To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3707 | To submit a problem report, enter `\\[c-submit-bug-report]' from a |
| 3644 | java-mode buffer. This automatically sets up a mail buffer with | 3708 | java-mode buffer. This automatically sets up a mail buffer with |
| @@ -3660,7 +3724,7 @@ Key bindings: | |||
| 3660 | Syntax table used in idl-mode buffers.") | 3724 | Syntax table used in idl-mode buffers.") |
| 3661 | (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode)) | 3725 | (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode)) |
| 3662 | 3726 | ||
| 3663 | (autoload (quote idl-mode) "cc-mode" "\ | 3727 | (autoload 'idl-mode "cc-mode" "\ |
| 3664 | Major mode for editing CORBA's IDL, PSDL and CIDL code. | 3728 | Major mode for editing CORBA's IDL, PSDL and CIDL code. |
| 3665 | To submit a problem report, enter `\\[c-submit-bug-report]' from an | 3729 | To submit a problem report, enter `\\[c-submit-bug-report]' from an |
| 3666 | idl-mode buffer. This automatically sets up a mail buffer with | 3730 | idl-mode buffer. This automatically sets up a mail buffer with |
| @@ -3683,7 +3747,7 @@ Syntax table used in pike-mode buffers.") | |||
| 3683 | (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(.in\\)?\\)\\'" . pike-mode)) | 3747 | (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(.in\\)?\\)\\'" . pike-mode)) |
| 3684 | (add-to-list 'interpreter-mode-alist '("pike" . pike-mode)) | 3748 | (add-to-list 'interpreter-mode-alist '("pike" . pike-mode)) |
| 3685 | 3749 | ||
| 3686 | (autoload (quote pike-mode) "cc-mode" "\ | 3750 | (autoload 'pike-mode "cc-mode" "\ |
| 3687 | Major mode for editing Pike code. | 3751 | Major mode for editing Pike code. |
| 3688 | To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3752 | To submit a problem report, enter `\\[c-submit-bug-report]' from a |
| 3689 | pike-mode buffer. This automatically sets up a mail buffer with | 3753 | pike-mode buffer. This automatically sets up a mail buffer with |
| @@ -3710,10 +3774,10 @@ Key bindings: | |||
| 3710 | ;;;*** | 3774 | ;;;*** |
| 3711 | 3775 | ||
| 3712 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 3776 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 3713 | ;;;;;; "progmodes/cc-styles.el" (18104 24764)) | 3777 | ;;;;;; "progmodes/cc-styles.el" (18177 872)) |
| 3714 | ;;; Generated autoloads from progmodes/cc-styles.el | 3778 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 3715 | 3779 | ||
| 3716 | (autoload (quote c-set-style) "cc-styles" "\ | 3780 | (autoload 'c-set-style "cc-styles" "\ |
| 3717 | Set the current buffer to use the style STYLENAME. | 3781 | Set the current buffer to use the style STYLENAME. |
| 3718 | STYLENAME, a string, must be an existing CC Mode style - These are contained | 3782 | STYLENAME, a string, must be an existing CC Mode style - These are contained |
| 3719 | in the variable `c-style-alist'. | 3783 | in the variable `c-style-alist'. |
| @@ -3738,7 +3802,7 @@ a null operation. | |||
| 3738 | 3802 | ||
| 3739 | \(fn STYLENAME &optional DONT-OVERRIDE)" t nil) | 3803 | \(fn STYLENAME &optional DONT-OVERRIDE)" t nil) |
| 3740 | 3804 | ||
| 3741 | (autoload (quote c-add-style) "cc-styles" "\ | 3805 | (autoload 'c-add-style "cc-styles" "\ |
| 3742 | Adds a style to `c-style-alist', or updates an existing one. | 3806 | Adds a style to `c-style-alist', or updates an existing one. |
| 3743 | STYLE is a string identifying the style to add or update. DESCRIPTION | 3807 | STYLE is a string identifying the style to add or update. DESCRIPTION |
| 3744 | is an association list describing the style and must be of the form: | 3808 | is an association list describing the style and must be of the form: |
| @@ -3751,7 +3815,7 @@ STYLE using `c-set-style' if the optional SET-P flag is non-nil. | |||
| 3751 | 3815 | ||
| 3752 | \(fn STYLE DESCRIPTION &optional SET-P)" t nil) | 3816 | \(fn STYLE DESCRIPTION &optional SET-P)" t nil) |
| 3753 | 3817 | ||
| 3754 | (autoload (quote c-set-offset) "cc-styles" "\ | 3818 | (autoload 'c-set-offset "cc-styles" "\ |
| 3755 | Change the value of a syntactic element symbol in `c-offsets-alist'. | 3819 | Change the value of a syntactic element symbol in `c-offsets-alist'. |
| 3756 | SYMBOL is the syntactic element symbol to change and OFFSET is the new | 3820 | SYMBOL is the syntactic element symbol to change and OFFSET is the new |
| 3757 | offset for that syntactic element. The optional argument is not used | 3821 | offset for that syntactic element. The optional argument is not used |
| @@ -3761,14 +3825,14 @@ and exists only for compatibility reasons. | |||
| 3761 | 3825 | ||
| 3762 | ;;;*** | 3826 | ;;;*** |
| 3763 | 3827 | ||
| 3764 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (18104 | 3828 | ;;;### (autoloads nil "cc-subword" "progmodes/cc-subword.el" (18177 |
| 3765 | ;;;;;; 24764)) | 3829 | ;;;;;; 872)) |
| 3766 | ;;; Generated autoloads from progmodes/cc-subword.el | 3830 | ;;; Generated autoloads from progmodes/cc-subword.el |
| 3767 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) | 3831 | (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) |
| 3768 | 3832 | ||
| 3769 | ;;;*** | 3833 | ;;;*** |
| 3770 | 3834 | ||
| 3771 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18104 24764)) | 3835 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18177 872)) |
| 3772 | ;;; Generated autoloads from progmodes/cc-vars.el | 3836 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 3773 | (put 'c-basic-offset 'safe-local-variable 'integerp) | 3837 | (put 'c-basic-offset 'safe-local-variable 'integerp) |
| 3774 | (put 'c-backslash-column 'safe-local-variable 'integerp) | 3838 | (put 'c-backslash-column 'safe-local-variable 'integerp) |
| @@ -3778,20 +3842,20 @@ and exists only for compatibility reasons. | |||
| 3778 | 3842 | ||
| 3779 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3843 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3780 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3844 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3781 | ;;;;;; (18104 24756)) | 3845 | ;;;;;; (18177 864)) |
| 3782 | ;;; Generated autoloads from international/ccl.el | 3846 | ;;; Generated autoloads from international/ccl.el |
| 3783 | 3847 | ||
| 3784 | (autoload (quote ccl-compile) "ccl" "\ | 3848 | (autoload 'ccl-compile "ccl" "\ |
| 3785 | Return the compiled code of CCL-PROGRAM as a vector of integers. | 3849 | Return the compiled code of CCL-PROGRAM as a vector of integers. |
| 3786 | 3850 | ||
| 3787 | \(fn CCL-PROGRAM)" nil nil) | 3851 | \(fn CCL-PROGRAM)" nil nil) |
| 3788 | 3852 | ||
| 3789 | (autoload (quote ccl-dump) "ccl" "\ | 3853 | (autoload 'ccl-dump "ccl" "\ |
| 3790 | Disassemble compiled CCL-CODE. | 3854 | Disassemble compiled CCL-CODE. |
| 3791 | 3855 | ||
| 3792 | \(fn CCL-CODE)" nil nil) | 3856 | \(fn CCL-CODE)" nil nil) |
| 3793 | 3857 | ||
| 3794 | (autoload (quote declare-ccl-program) "ccl" "\ | 3858 | (autoload 'declare-ccl-program "ccl" "\ |
| 3795 | Declare NAME as a name of CCL program. | 3859 | Declare NAME as a name of CCL program. |
| 3796 | 3860 | ||
| 3797 | This macro exists for backward compatibility. In the old version of | 3861 | This macro exists for backward compatibility. In the old version of |
| @@ -3804,7 +3868,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program. | |||
| 3804 | 3868 | ||
| 3805 | \(fn NAME &optional VECTOR)" nil (quote macro)) | 3869 | \(fn NAME &optional VECTOR)" nil (quote macro)) |
| 3806 | 3870 | ||
| 3807 | (autoload (quote define-ccl-program) "ccl" "\ | 3871 | (autoload 'define-ccl-program "ccl" "\ |
| 3808 | Set NAME the compiled code of CCL-PROGRAM. | 3872 | Set NAME the compiled code of CCL-PROGRAM. |
| 3809 | 3873 | ||
| 3810 | CCL-PROGRAM has this form: | 3874 | CCL-PROGRAM has this form: |
| @@ -4017,7 +4081,7 @@ MAP-ID := integer | |||
| 4017 | 4081 | ||
| 4018 | \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro)) | 4082 | \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro)) |
| 4019 | 4083 | ||
| 4020 | (autoload (quote check-ccl-program) "ccl" "\ | 4084 | (autoload 'check-ccl-program "ccl" "\ |
| 4021 | Check validity of CCL-PROGRAM. | 4085 | Check validity of CCL-PROGRAM. |
| 4022 | If CCL-PROGRAM is a symbol denoting a CCL program, return | 4086 | If CCL-PROGRAM is a symbol denoting a CCL program, return |
| 4023 | CCL-PROGRAM, else return nil. | 4087 | CCL-PROGRAM, else return nil. |
| @@ -4026,7 +4090,7 @@ register CCL-PROGRAM by name NAME, and return NAME. | |||
| 4026 | 4090 | ||
| 4027 | \(fn CCL-PROGRAM &optional NAME)" nil (quote macro)) | 4091 | \(fn CCL-PROGRAM &optional NAME)" nil (quote macro)) |
| 4028 | 4092 | ||
| 4029 | (autoload (quote ccl-execute-with-args) "ccl" "\ | 4093 | (autoload 'ccl-execute-with-args "ccl" "\ |
| 4030 | Execute CCL-PROGRAM with registers initialized by the remaining args. | 4094 | Execute CCL-PROGRAM with registers initialized by the remaining args. |
| 4031 | The return value is a vector of resulting CCL registers. | 4095 | The return value is a vector of resulting CCL registers. |
| 4032 | 4096 | ||
| @@ -4037,10 +4101,10 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 4037 | ;;;*** | 4101 | ;;;*** |
| 4038 | 4102 | ||
| 4039 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" | 4103 | ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" |
| 4040 | ;;;;;; (18104 24764)) | 4104 | ;;;;;; (18177 872)) |
| 4041 | ;;; Generated autoloads from progmodes/cfengine.el | 4105 | ;;; Generated autoloads from progmodes/cfengine.el |
| 4042 | 4106 | ||
| 4043 | (autoload (quote cfengine-mode) "cfengine" "\ | 4107 | (autoload 'cfengine-mode "cfengine" "\ |
| 4044 | Major mode for editing cfengine input. | 4108 | Major mode for editing cfengine input. |
| 4045 | There are no special keybindings by default. | 4109 | There are no special keybindings by default. |
| 4046 | 4110 | ||
| @@ -4059,17 +4123,19 @@ to the action header. | |||
| 4059 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 4123 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 4060 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 4124 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 4061 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 4125 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 4062 | ;;;;;; (18104 24746)) | 4126 | ;;;;;; (18190 35187)) |
| 4063 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 4127 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 4128 | (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp) | ||
| 4129 | (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp) | ||
| 4064 | 4130 | ||
| 4065 | (autoload (quote checkdoc) "checkdoc" "\ | 4131 | (autoload 'checkdoc "checkdoc" "\ |
| 4066 | Interactively check the entire buffer for style errors. | 4132 | Interactively check the entire buffer for style errors. |
| 4067 | The current status of the check will be displayed in a buffer which | 4133 | The current status of the check will be displayed in a buffer which |
| 4068 | the users will view as each check is completed. | 4134 | the users will view as each check is completed. |
| 4069 | 4135 | ||
| 4070 | \(fn)" t nil) | 4136 | \(fn)" t nil) |
| 4071 | 4137 | ||
| 4072 | (autoload (quote checkdoc-interactive) "checkdoc" "\ | 4138 | (autoload 'checkdoc-interactive "checkdoc" "\ |
| 4073 | Interactively check the current buffer for doc string errors. | 4139 | Interactively check the current buffer for doc string errors. |
| 4074 | Prefix argument START-HERE will start the checking from the current | 4140 | Prefix argument START-HERE will start the checking from the current |
| 4075 | point, otherwise the check starts at the beginning of the current | 4141 | point, otherwise the check starts at the beginning of the current |
| @@ -4080,7 +4146,7 @@ checkdoc status window instead of the usual behavior. | |||
| 4080 | 4146 | ||
| 4081 | \(fn &optional START-HERE SHOWSTATUS)" t nil) | 4147 | \(fn &optional START-HERE SHOWSTATUS)" t nil) |
| 4082 | 4148 | ||
| 4083 | (autoload (quote checkdoc-message-interactive) "checkdoc" "\ | 4149 | (autoload 'checkdoc-message-interactive "checkdoc" "\ |
| 4084 | Interactively check the current buffer for message string errors. | 4150 | Interactively check the current buffer for message string errors. |
| 4085 | Prefix argument START-HERE will start the checking from the current | 4151 | Prefix argument START-HERE will start the checking from the current |
| 4086 | point, otherwise the check starts at the beginning of the current | 4152 | point, otherwise the check starts at the beginning of the current |
| @@ -4091,7 +4157,7 @@ checkdoc status window instead of the usual behavior. | |||
| 4091 | 4157 | ||
| 4092 | \(fn &optional START-HERE SHOWSTATUS)" t nil) | 4158 | \(fn &optional START-HERE SHOWSTATUS)" t nil) |
| 4093 | 4159 | ||
| 4094 | (autoload (quote checkdoc-eval-current-buffer) "checkdoc" "\ | 4160 | (autoload 'checkdoc-eval-current-buffer "checkdoc" "\ |
| 4095 | Evaluate and check documentation for the current buffer. | 4161 | Evaluate and check documentation for the current buffer. |
| 4096 | Evaluation is done first because good documentation for something that | 4162 | Evaluation is done first because good documentation for something that |
| 4097 | doesn't work is just not useful. Comments, doc strings, and rogue | 4163 | doesn't work is just not useful. Comments, doc strings, and rogue |
| @@ -4099,7 +4165,7 @@ spacing are all verified. | |||
| 4099 | 4165 | ||
| 4100 | \(fn)" t nil) | 4166 | \(fn)" t nil) |
| 4101 | 4167 | ||
| 4102 | (autoload (quote checkdoc-current-buffer) "checkdoc" "\ | 4168 | (autoload 'checkdoc-current-buffer "checkdoc" "\ |
| 4103 | Check current buffer for document, comment, error style, and rogue spaces. | 4169 | Check current buffer for document, comment, error style, and rogue spaces. |
| 4104 | With a prefix argument (in Lisp, the argument TAKE-NOTES), | 4170 | With a prefix argument (in Lisp, the argument TAKE-NOTES), |
| 4105 | store all errors found in a warnings buffer, | 4171 | store all errors found in a warnings buffer, |
| @@ -4107,7 +4173,7 @@ otherwise stop after the first error. | |||
| 4107 | 4173 | ||
| 4108 | \(fn &optional TAKE-NOTES)" t nil) | 4174 | \(fn &optional TAKE-NOTES)" t nil) |
| 4109 | 4175 | ||
| 4110 | (autoload (quote checkdoc-start) "checkdoc" "\ | 4176 | (autoload 'checkdoc-start "checkdoc" "\ |
| 4111 | Start scanning the current buffer for documentation string style errors. | 4177 | Start scanning the current buffer for documentation string style errors. |
| 4112 | Only documentation strings are checked. | 4178 | Only documentation strings are checked. |
| 4113 | Use `checkdoc-continue' to continue checking if an error cannot be fixed. | 4179 | Use `checkdoc-continue' to continue checking if an error cannot be fixed. |
| @@ -4116,7 +4182,7 @@ a separate buffer. | |||
| 4116 | 4182 | ||
| 4117 | \(fn &optional TAKE-NOTES)" t nil) | 4183 | \(fn &optional TAKE-NOTES)" t nil) |
| 4118 | 4184 | ||
| 4119 | (autoload (quote checkdoc-continue) "checkdoc" "\ | 4185 | (autoload 'checkdoc-continue "checkdoc" "\ |
| 4120 | Find the next doc string in the current buffer which has a style error. | 4186 | Find the next doc string in the current buffer which has a style error. |
| 4121 | Prefix argument TAKE-NOTES means to continue through the whole buffer and | 4187 | Prefix argument TAKE-NOTES means to continue through the whole buffer and |
| 4122 | save warnings in a separate buffer. Second optional argument START-POINT | 4188 | save warnings in a separate buffer. Second optional argument START-POINT |
| @@ -4124,7 +4190,7 @@ is the starting location. If this is nil, `point-min' is used instead. | |||
| 4124 | 4190 | ||
| 4125 | \(fn &optional TAKE-NOTES)" t nil) | 4191 | \(fn &optional TAKE-NOTES)" t nil) |
| 4126 | 4192 | ||
| 4127 | (autoload (quote checkdoc-comments) "checkdoc" "\ | 4193 | (autoload 'checkdoc-comments "checkdoc" "\ |
| 4128 | Find missing comment sections in the current Emacs Lisp file. | 4194 | Find missing comment sections in the current Emacs Lisp file. |
| 4129 | Prefix argument TAKE-NOTES non-nil means to save warnings in a | 4195 | Prefix argument TAKE-NOTES non-nil means to save warnings in a |
| 4130 | separate buffer. Otherwise print a message. This returns the error | 4196 | separate buffer. Otherwise print a message. This returns the error |
| @@ -4132,7 +4198,7 @@ if there is one. | |||
| 4132 | 4198 | ||
| 4133 | \(fn &optional TAKE-NOTES)" t nil) | 4199 | \(fn &optional TAKE-NOTES)" t nil) |
| 4134 | 4200 | ||
| 4135 | (autoload (quote checkdoc-rogue-spaces) "checkdoc" "\ | 4201 | (autoload 'checkdoc-rogue-spaces "checkdoc" "\ |
| 4136 | Find extra spaces at the end of lines in the current file. | 4202 | Find extra spaces at the end of lines in the current file. |
| 4137 | Prefix argument TAKE-NOTES non-nil means to save warnings in a | 4203 | Prefix argument TAKE-NOTES non-nil means to save warnings in a |
| 4138 | separate buffer. Otherwise print a message. This returns the error | 4204 | separate buffer. Otherwise print a message. This returns the error |
| @@ -4141,13 +4207,13 @@ Optional argument INTERACT permits more interactive fixing. | |||
| 4141 | 4207 | ||
| 4142 | \(fn &optional TAKE-NOTES INTERACT)" t nil) | 4208 | \(fn &optional TAKE-NOTES INTERACT)" t nil) |
| 4143 | 4209 | ||
| 4144 | (autoload (quote checkdoc-message-text) "checkdoc" "\ | 4210 | (autoload 'checkdoc-message-text "checkdoc" "\ |
| 4145 | Scan the buffer for occurrences of the error function, and verify text. | 4211 | Scan the buffer for occurrences of the error function, and verify text. |
| 4146 | Optional argument TAKE-NOTES causes all errors to be logged. | 4212 | Optional argument TAKE-NOTES causes all errors to be logged. |
| 4147 | 4213 | ||
| 4148 | \(fn &optional TAKE-NOTES)" t nil) | 4214 | \(fn &optional TAKE-NOTES)" t nil) |
| 4149 | 4215 | ||
| 4150 | (autoload (quote checkdoc-eval-defun) "checkdoc" "\ | 4216 | (autoload 'checkdoc-eval-defun "checkdoc" "\ |
| 4151 | Evaluate the current form with `eval-defun' and check its documentation. | 4217 | Evaluate the current form with `eval-defun' and check its documentation. |
| 4152 | Evaluation is done first so the form will be read before the | 4218 | Evaluation is done first so the form will be read before the |
| 4153 | documentation is checked. If there is a documentation error, then the display | 4219 | documentation is checked. If there is a documentation error, then the display |
| @@ -4155,7 +4221,7 @@ of what was evaluated will be overwritten by the diagnostic message. | |||
| 4155 | 4221 | ||
| 4156 | \(fn)" t nil) | 4222 | \(fn)" t nil) |
| 4157 | 4223 | ||
| 4158 | (autoload (quote checkdoc-defun) "checkdoc" "\ | 4224 | (autoload 'checkdoc-defun "checkdoc" "\ |
| 4159 | Examine the doc string of the function or variable under point. | 4225 | Examine the doc string of the function or variable under point. |
| 4160 | Call `error' if the doc string has problems. If NO-ERROR is | 4226 | Call `error' if the doc string has problems. If NO-ERROR is |
| 4161 | non-nil, then do not call error, but call `message' instead. | 4227 | non-nil, then do not call error, but call `message' instead. |
| @@ -4164,72 +4230,73 @@ space at the end of each line. | |||
| 4164 | 4230 | ||
| 4165 | \(fn &optional NO-ERROR)" t nil) | 4231 | \(fn &optional NO-ERROR)" t nil) |
| 4166 | 4232 | ||
| 4167 | (autoload (quote checkdoc-ispell) "checkdoc" "\ | 4233 | (autoload 'checkdoc-ispell "checkdoc" "\ |
| 4168 | Check the style and spelling of everything interactively. | 4234 | Check the style and spelling of everything interactively. |
| 4169 | Calls `checkdoc' with spell-checking turned on. | 4235 | Calls `checkdoc' with spell-checking turned on. |
| 4170 | Prefix argument TAKE-NOTES is the same as for `checkdoc' | 4236 | Prefix argument TAKE-NOTES is the same as for `checkdoc' |
| 4171 | 4237 | ||
| 4172 | \(fn &optional TAKE-NOTES)" t nil) | 4238 | \(fn &optional TAKE-NOTES)" t nil) |
| 4173 | 4239 | ||
| 4174 | (autoload (quote checkdoc-ispell-current-buffer) "checkdoc" "\ | 4240 | (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\ |
| 4175 | Check the style and spelling of the current buffer. | 4241 | Check the style and spelling of the current buffer. |
| 4176 | Calls `checkdoc-current-buffer' with spell-checking turned on. | 4242 | Calls `checkdoc-current-buffer' with spell-checking turned on. |
| 4177 | Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer' | 4243 | Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer' |
| 4178 | 4244 | ||
| 4179 | \(fn &optional TAKE-NOTES)" t nil) | 4245 | \(fn &optional TAKE-NOTES)" t nil) |
| 4180 | 4246 | ||
| 4181 | (autoload (quote checkdoc-ispell-interactive) "checkdoc" "\ | 4247 | (autoload 'checkdoc-ispell-interactive "checkdoc" "\ |
| 4182 | Check the style and spelling of the current buffer interactively. | 4248 | Check the style and spelling of the current buffer interactively. |
| 4183 | Calls `checkdoc-interactive' with spell-checking turned on. | 4249 | Calls `checkdoc-interactive' with spell-checking turned on. |
| 4184 | Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive' | 4250 | Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive' |
| 4185 | 4251 | ||
| 4186 | \(fn &optional TAKE-NOTES)" t nil) | 4252 | \(fn &optional TAKE-NOTES)" t nil) |
| 4187 | 4253 | ||
| 4188 | (autoload (quote checkdoc-ispell-message-interactive) "checkdoc" "\ | 4254 | (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\ |
| 4189 | Check the style and spelling of message text interactively. | 4255 | Check the style and spelling of message text interactively. |
| 4190 | Calls `checkdoc-message-interactive' with spell-checking turned on. | 4256 | Calls `checkdoc-message-interactive' with spell-checking turned on. |
| 4191 | Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive' | 4257 | Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive' |
| 4192 | 4258 | ||
| 4193 | \(fn &optional TAKE-NOTES)" t nil) | 4259 | \(fn &optional TAKE-NOTES)" t nil) |
| 4194 | 4260 | ||
| 4195 | (autoload (quote checkdoc-ispell-message-text) "checkdoc" "\ | 4261 | (autoload 'checkdoc-ispell-message-text "checkdoc" "\ |
| 4196 | Check the style and spelling of message text interactively. | 4262 | Check the style and spelling of message text interactively. |
| 4197 | Calls `checkdoc-message-text' with spell-checking turned on. | 4263 | Calls `checkdoc-message-text' with spell-checking turned on. |
| 4198 | Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text' | 4264 | Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text' |
| 4199 | 4265 | ||
| 4200 | \(fn &optional TAKE-NOTES)" t nil) | 4266 | \(fn &optional TAKE-NOTES)" t nil) |
| 4201 | 4267 | ||
| 4202 | (autoload (quote checkdoc-ispell-start) "checkdoc" "\ | 4268 | (autoload 'checkdoc-ispell-start "checkdoc" "\ |
| 4203 | Check the style and spelling of the current buffer. | 4269 | Check the style and spelling of the current buffer. |
| 4204 | Calls `checkdoc-start' with spell-checking turned on. | 4270 | Calls `checkdoc-start' with spell-checking turned on. |
| 4205 | Prefix argument TAKE-NOTES is the same as for `checkdoc-start' | 4271 | Prefix argument TAKE-NOTES is the same as for `checkdoc-start' |
| 4206 | 4272 | ||
| 4207 | \(fn &optional TAKE-NOTES)" t nil) | 4273 | \(fn &optional TAKE-NOTES)" t nil) |
| 4208 | 4274 | ||
| 4209 | (autoload (quote checkdoc-ispell-continue) "checkdoc" "\ | 4275 | (autoload 'checkdoc-ispell-continue "checkdoc" "\ |
| 4210 | Check the style and spelling of the current buffer after point. | 4276 | Check the style and spelling of the current buffer after point. |
| 4211 | Calls `checkdoc-continue' with spell-checking turned on. | 4277 | Calls `checkdoc-continue' with spell-checking turned on. |
| 4212 | Prefix argument TAKE-NOTES is the same as for `checkdoc-continue' | 4278 | Prefix argument TAKE-NOTES is the same as for `checkdoc-continue' |
| 4213 | 4279 | ||
| 4214 | \(fn &optional TAKE-NOTES)" t nil) | 4280 | \(fn &optional TAKE-NOTES)" t nil) |
| 4215 | 4281 | ||
| 4216 | (autoload (quote checkdoc-ispell-comments) "checkdoc" "\ | 4282 | (autoload 'checkdoc-ispell-comments "checkdoc" "\ |
| 4217 | Check the style and spelling of the current buffer's comments. | 4283 | Check the style and spelling of the current buffer's comments. |
| 4218 | Calls `checkdoc-comments' with spell-checking turned on. | 4284 | Calls `checkdoc-comments' with spell-checking turned on. |
| 4219 | Prefix argument TAKE-NOTES is the same as for `checkdoc-comments' | 4285 | Prefix argument TAKE-NOTES is the same as for `checkdoc-comments' |
| 4220 | 4286 | ||
| 4221 | \(fn &optional TAKE-NOTES)" t nil) | 4287 | \(fn &optional TAKE-NOTES)" t nil) |
| 4222 | 4288 | ||
| 4223 | (autoload (quote checkdoc-ispell-defun) "checkdoc" "\ | 4289 | (autoload 'checkdoc-ispell-defun "checkdoc" "\ |
| 4224 | Check the style and spelling of the current defun with Ispell. | 4290 | Check the style and spelling of the current defun with Ispell. |
| 4225 | Calls `checkdoc-defun' with spell-checking turned on. | 4291 | Calls `checkdoc-defun' with spell-checking turned on. |
| 4226 | Prefix argument TAKE-NOTES is the same as for `checkdoc-defun' | 4292 | Prefix argument TAKE-NOTES is the same as for `checkdoc-defun' |
| 4227 | 4293 | ||
| 4228 | \(fn &optional TAKE-NOTES)" t nil) | 4294 | \(fn &optional TAKE-NOTES)" t nil) |
| 4229 | 4295 | ||
| 4230 | (autoload (quote checkdoc-minor-mode) "checkdoc" "\ | 4296 | (autoload 'checkdoc-minor-mode "checkdoc" "\ |
| 4231 | Toggle Checkdoc minor mode, a mode for checking Lisp doc strings. | 4297 | Toggle Checkdoc minor mode, a mode for checking Lisp doc strings. |
| 4232 | With prefix ARG, turn Checkdoc minor mode on iff ARG is positive. | 4298 | With prefix ARG, turn Checkdoc minor mode on if ARG is positive, otherwise |
| 4299 | turn it off. | ||
| 4233 | 4300 | ||
| 4234 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is | 4301 | In Checkdoc minor mode, the usual bindings for `eval-defun' which is |
| 4235 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include | 4302 | bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include |
| @@ -4241,40 +4308,50 @@ checking of documentation strings. | |||
| 4241 | 4308 | ||
| 4242 | ;;;*** | 4309 | ;;;*** |
| 4243 | 4310 | ||
| 4244 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 4311 | ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer |
| 4245 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (18104 | 4312 | ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" |
| 4246 | ;;;;;; 24757)) | 4313 | ;;;;;; "language/china-util.el" (18177 866)) |
| 4247 | ;;; Generated autoloads from language/china-util.el | 4314 | ;;; Generated autoloads from language/china-util.el |
| 4248 | 4315 | ||
| 4249 | (autoload (quote decode-hz-region) "china-util" "\ | 4316 | (autoload 'decode-hz-region "china-util" "\ |
| 4250 | Decode HZ/ZW encoded text in the current region. | 4317 | Decode HZ/ZW encoded text in the current region. |
| 4251 | Return the length of resulting text. | 4318 | Return the length of resulting text. |
| 4252 | 4319 | ||
| 4253 | \(fn BEG END)" t nil) | 4320 | \(fn BEG END)" t nil) |
| 4254 | 4321 | ||
| 4255 | (autoload (quote decode-hz-buffer) "china-util" "\ | 4322 | (autoload 'decode-hz-buffer "china-util" "\ |
| 4256 | Decode HZ/ZW encoded text in the current buffer. | 4323 | Decode HZ/ZW encoded text in the current buffer. |
| 4257 | 4324 | ||
| 4258 | \(fn)" t nil) | 4325 | \(fn)" t nil) |
| 4259 | 4326 | ||
| 4260 | (autoload (quote encode-hz-region) "china-util" "\ | 4327 | (autoload 'encode-hz-region "china-util" "\ |
| 4261 | Encode the text in the current region to HZ. | 4328 | Encode the text in the current region to HZ. |
| 4262 | Return the length of resulting text. | 4329 | Return the length of resulting text. |
| 4263 | 4330 | ||
| 4264 | \(fn BEG END)" t nil) | 4331 | \(fn BEG END)" t nil) |
| 4265 | 4332 | ||
| 4266 | (autoload (quote encode-hz-buffer) "china-util" "\ | 4333 | (autoload 'encode-hz-buffer "china-util" "\ |
| 4267 | Encode the text in the current buffer to HZ. | 4334 | Encode the text in the current buffer to HZ. |
| 4268 | 4335 | ||
| 4269 | \(fn)" t nil) | 4336 | \(fn)" t nil) |
| 4270 | 4337 | ||
| 4338 | (autoload 'post-read-decode-hz "china-util" "\ | ||
| 4339 | Not documented | ||
| 4340 | |||
| 4341 | \(fn LEN)" nil nil) | ||
| 4342 | |||
| 4343 | (autoload 'pre-write-encode-hz "china-util" "\ | ||
| 4344 | Not documented | ||
| 4345 | |||
| 4346 | \(fn FROM TO)" nil nil) | ||
| 4347 | |||
| 4271 | ;;;*** | 4348 | ;;;*** |
| 4272 | 4349 | ||
| 4273 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) | 4350 | ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) |
| 4274 | ;;;;;; "chistory" "chistory.el" (18104 24730)) | 4351 | ;;;;;; "chistory" "chistory.el" (18177 856)) |
| 4275 | ;;; Generated autoloads from chistory.el | 4352 | ;;; Generated autoloads from chistory.el |
| 4276 | 4353 | ||
| 4277 | (autoload (quote repeat-matching-complex-command) "chistory" "\ | 4354 | (autoload 'repeat-matching-complex-command "chistory" "\ |
| 4278 | Edit and re-evaluate complex command with name matching PATTERN. | 4355 | Edit and re-evaluate complex command with name matching PATTERN. |
| 4279 | Matching occurrences are displayed, most recent first, until you select | 4356 | Matching occurrences are displayed, most recent first, until you select |
| 4280 | a form for evaluation. If PATTERN is empty (or nil), every form in the | 4357 | a form for evaluation. If PATTERN is empty (or nil), every form in the |
| @@ -4283,7 +4360,7 @@ editing and the result is evaluated. | |||
| 4283 | 4360 | ||
| 4284 | \(fn &optional PATTERN)" t nil) | 4361 | \(fn &optional PATTERN)" t nil) |
| 4285 | 4362 | ||
| 4286 | (autoload (quote list-command-history) "chistory" "\ | 4363 | (autoload 'list-command-history "chistory" "\ |
| 4287 | List history of commands typed to minibuffer. | 4364 | List history of commands typed to minibuffer. |
| 4288 | The number of commands listed is controlled by `list-command-history-max'. | 4365 | The number of commands listed is controlled by `list-command-history-max'. |
| 4289 | Calls value of `list-command-history-filter' (if non-nil) on each history | 4366 | Calls value of `list-command-history-filter' (if non-nil) on each history |
| @@ -4293,7 +4370,7 @@ The buffer is left in Command History mode. | |||
| 4293 | 4370 | ||
| 4294 | \(fn)" t nil) | 4371 | \(fn)" t nil) |
| 4295 | 4372 | ||
| 4296 | (autoload (quote command-history) "chistory" "\ | 4373 | (autoload 'command-history "chistory" "\ |
| 4297 | Examine commands from `command-history' in a buffer. | 4374 | Examine commands from `command-history' in a buffer. |
| 4298 | The number of commands listed is controlled by `list-command-history-max'. | 4375 | The number of commands listed is controlled by `list-command-history-max'. |
| 4299 | The command history is filtered by `list-command-history-filter' if non-nil. | 4376 | The command history is filtered by `list-command-history-filter' if non-nil. |
| @@ -4310,7 +4387,7 @@ and runs the normal hook `command-history-hook'. | |||
| 4310 | 4387 | ||
| 4311 | ;;;*** | 4388 | ;;;*** |
| 4312 | 4389 | ||
| 4313 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18104 24747)) | 4390 | ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18177 857)) |
| 4314 | ;;; Generated autoloads from emacs-lisp/cl.el | 4391 | ;;; Generated autoloads from emacs-lisp/cl.el |
| 4315 | 4392 | ||
| 4316 | (defvar custom-print-functions nil "\ | 4393 | (defvar custom-print-functions nil "\ |
| @@ -4326,10 +4403,10 @@ a future Emacs interpreter will be able to use it.") | |||
| 4326 | ;;;*** | 4403 | ;;;*** |
| 4327 | 4404 | ||
| 4328 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 4405 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 4329 | ;;;;;; (18104 24746)) | 4406 | ;;;;;; (18177 857)) |
| 4330 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 4407 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 4331 | 4408 | ||
| 4332 | (autoload (quote common-lisp-indent-function) "cl-indent" "\ | 4409 | (autoload 'common-lisp-indent-function "cl-indent" "\ |
| 4333 | Not documented | 4410 | Not documented |
| 4334 | 4411 | ||
| 4335 | \(fn INDENT-POINT STATE)" nil nil) | 4412 | \(fn INDENT-POINT STATE)" nil nil) |
| @@ -4337,10 +4414,10 @@ Not documented | |||
| 4337 | ;;;*** | 4414 | ;;;*** |
| 4338 | 4415 | ||
| 4339 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 4416 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 4340 | ;;;;;; (18104 24764)) | 4417 | ;;;;;; (18177 872)) |
| 4341 | ;;; Generated autoloads from progmodes/cmacexp.el | 4418 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 4342 | 4419 | ||
| 4343 | (autoload (quote c-macro-expand) "cmacexp" "\ | 4420 | (autoload 'c-macro-expand "cmacexp" "\ |
| 4344 | Expand C macros in the region, using the C preprocessor. | 4421 | Expand C macros in the region, using the C preprocessor. |
| 4345 | Normally display output in temp buffer, but | 4422 | Normally display output in temp buffer, but |
| 4346 | prefix arg means replace the region with it. | 4423 | prefix arg means replace the region with it. |
| @@ -4357,11 +4434,11 @@ For use inside Lisp programs, see also `c-macro-expansion'. | |||
| 4357 | 4434 | ||
| 4358 | ;;;*** | 4435 | ;;;*** |
| 4359 | 4436 | ||
| 4360 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18104 | 4437 | ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18177 |
| 4361 | ;;;;;; 24730)) | 4438 | ;;;;;; 856)) |
| 4362 | ;;; Generated autoloads from cmuscheme.el | 4439 | ;;; Generated autoloads from cmuscheme.el |
| 4363 | 4440 | ||
| 4364 | (autoload (quote run-scheme) "cmuscheme" "\ | 4441 | (autoload 'run-scheme "cmuscheme" "\ |
| 4365 | Run an inferior Scheme process, input and output via buffer `*scheme*'. | 4442 | Run an inferior Scheme process, input and output via buffer `*scheme*'. |
| 4366 | If there is a process already running in `*scheme*', switch to that buffer. | 4443 | If there is a process already running in `*scheme*', switch to that buffer. |
| 4367 | With argument, allows you to edit the command line (default is value | 4444 | With argument, allows you to edit the command line (default is value |
| @@ -4379,71 +4456,24 @@ is run). | |||
| 4379 | 4456 | ||
| 4380 | ;;;*** | 4457 | ;;;*** |
| 4381 | 4458 | ||
| 4382 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 4459 | ;;;### (autoloads (codepage-setup) "codepage" "international/codepage.el" |
| 4383 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 4460 | ;;;;;; (18177 864)) |
| 4384 | ;;;;;; "codepage" "international/codepage.el" (18104 24756)) | ||
| 4385 | ;;; Generated autoloads from international/codepage.el | 4461 | ;;; Generated autoloads from international/codepage.el |
| 4386 | 4462 | ||
| 4387 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 4463 | (autoload 'codepage-setup "codepage" "\ |
| 4388 | Create a coding system to convert IBM CODEPAGE into charset ISO-NAME | 4464 | Obsolete. All coding systems are set up initially. |
| 4389 | whose first character is at offset OFFSET from the beginning of 8-bit | ||
| 4390 | ASCII table. | ||
| 4391 | |||
| 4392 | The created coding system has the usual 3 subsidiary systems: for Unix-, | ||
| 4393 | DOS- and Mac-style EOL conversion. However, unlike built-in coding | ||
| 4394 | systems, the Mac-style EOL conversion is currently not supported by the | ||
| 4395 | decoder and encoder created by this function. | ||
| 4396 | |||
| 4397 | \(fn CODEPAGE ISO-NAME OFFSET)" nil nil) | ||
| 4398 | |||
| 4399 | (autoload (quote cp-charset-for-codepage) "codepage" "\ | ||
| 4400 | Return the charset for which there is a translation table to DOS CODEPAGE. | ||
| 4401 | CODEPAGE must be the name of a DOS codepage, a string. | ||
| 4402 | |||
| 4403 | \(fn CODEPAGE)" nil nil) | ||
| 4404 | 4465 | ||
| 4405 | (autoload (quote cp-language-for-codepage) "codepage" "\ | 4466 | \(fn &optional CODEPAGE)" t nil) |
| 4406 | Return the name of the MULE language environment for CODEPAGE. | ||
| 4407 | CODEPAGE must be the name of a DOS codepage, a string. | ||
| 4408 | |||
| 4409 | \(fn CODEPAGE)" nil nil) | ||
| 4410 | |||
| 4411 | (autoload (quote cp-offset-for-codepage) "codepage" "\ | ||
| 4412 | Return the offset to be used in setting up coding systems for CODEPAGE. | ||
| 4413 | CODEPAGE must be the name of a DOS codepage, a string. | ||
| 4414 | |||
| 4415 | \(fn CODEPAGE)" nil nil) | ||
| 4416 | |||
| 4417 | (autoload (quote cp-supported-codepages) "codepage" "\ | ||
| 4418 | Return an alist of supported codepages. | ||
| 4419 | |||
| 4420 | Each association in the alist has the form (NNN . CHARSET), where NNN is the | ||
| 4421 | codepage number, and CHARSET is the MULE charset which is the closest match | ||
| 4422 | for the character set supported by that codepage. | ||
| 4423 | |||
| 4424 | A codepage NNN is supported if a variable called `cpNNN-decode-table' exists, | ||
| 4425 | is a vector, and has a charset property. | ||
| 4426 | |||
| 4427 | \(fn)" nil nil) | ||
| 4428 | |||
| 4429 | (autoload (quote codepage-setup) "codepage" "\ | ||
| 4430 | Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE. | ||
| 4431 | |||
| 4432 | These coding systems are meant for encoding and decoding 8-bit non-ASCII | ||
| 4433 | characters used by the IBM codepages, typically in conjunction with files | ||
| 4434 | read/written by MS-DOS software, or for display on the MS-DOS terminal. | ||
| 4435 | |||
| 4436 | \(fn CODEPAGE)" t nil) | ||
| 4437 | 4467 | ||
| 4438 | ;;;*** | 4468 | ;;;*** |
| 4439 | 4469 | ||
| 4440 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4470 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4441 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4471 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4442 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4472 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4443 | ;;;;;; (18104 24730)) | 4473 | ;;;;;; (18190 35186)) |
| 4444 | ;;; Generated autoloads from comint.el | 4474 | ;;; Generated autoloads from comint.el |
| 4445 | 4475 | ||
| 4446 | (defvar comint-output-filter-functions (quote (comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)) "\ | 4476 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| 4447 | Functions to call after output is inserted into the buffer. | 4477 | Functions to call after output is inserted into the buffer. |
| 4448 | One possible function is `comint-postoutput-scroll-to-bottom'. | 4478 | One possible function is `comint-postoutput-scroll-to-bottom'. |
| 4449 | These functions get one argument, a string containing the text as originally | 4479 | These functions get one argument, a string containing the text as originally |
| @@ -4456,9 +4486,9 @@ See also `comint-preoutput-filter-functions'. | |||
| 4456 | You can use `add-hook' to add functions to this list | 4486 | You can use `add-hook' to add functions to this list |
| 4457 | either globally or locally.") | 4487 | either globally or locally.") |
| 4458 | 4488 | ||
| 4459 | (define-obsolete-variable-alias (quote comint-use-prompt-regexp-instead-of-fields) (quote comint-use-prompt-regexp) "22.1") | 4489 | (define-obsolete-variable-alias 'comint-use-prompt-regexp-instead-of-fields 'comint-use-prompt-regexp "22.1") |
| 4460 | 4490 | ||
| 4461 | (autoload (quote make-comint-in-buffer) "comint" "\ | 4491 | (autoload 'make-comint-in-buffer "comint" "\ |
| 4462 | Make a Comint process NAME in BUFFER, running PROGRAM. | 4492 | Make a Comint process NAME in BUFFER, running PROGRAM. |
| 4463 | If BUFFER is nil, it defaults to NAME surrounded by `*'s. | 4493 | If BUFFER is nil, it defaults to NAME surrounded by `*'s. |
| 4464 | PROGRAM should be either a string denoting an executable program to create | 4494 | PROGRAM should be either a string denoting an executable program to create |
| @@ -4471,7 +4501,7 @@ If PROGRAM is a string, any more args are arguments to PROGRAM. | |||
| 4471 | 4501 | ||
| 4472 | \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) | 4502 | \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) |
| 4473 | 4503 | ||
| 4474 | (autoload (quote make-comint) "comint" "\ | 4504 | (autoload 'make-comint "comint" "\ |
| 4475 | Make a Comint process NAME in a buffer, running PROGRAM. | 4505 | Make a Comint process NAME in a buffer, running PROGRAM. |
| 4476 | The name of the buffer is made by surrounding NAME with `*'s. | 4506 | The name of the buffer is made by surrounding NAME with `*'s. |
| 4477 | PROGRAM should be either a string denoting an executable program to create | 4507 | PROGRAM should be either a string denoting an executable program to create |
| @@ -4484,7 +4514,7 @@ If PROGRAM is a string, any more args are arguments to PROGRAM. | |||
| 4484 | 4514 | ||
| 4485 | \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) | 4515 | \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) |
| 4486 | 4516 | ||
| 4487 | (autoload (quote comint-run) "comint" "\ | 4517 | (autoload 'comint-run "comint" "\ |
| 4488 | Run PROGRAM in a Comint buffer and switch to it. | 4518 | Run PROGRAM in a Comint buffer and switch to it. |
| 4489 | The buffer name is made by surrounding the file name of PROGRAM with `*'s. | 4519 | The buffer name is made by surrounding the file name of PROGRAM with `*'s. |
| 4490 | The file name is used to make a symbol name, such as `comint-sh-hook', and any | 4520 | The file name is used to make a symbol name, such as `comint-sh-hook', and any |
| @@ -4498,7 +4528,7 @@ Prefix prepended to absolute file names taken from process input. | |||
| 4498 | This is used by Comint's and shell's completion functions, and by shell's | 4528 | This is used by Comint's and shell's completion functions, and by shell's |
| 4499 | directory tracking functions.") | 4529 | directory tracking functions.") |
| 4500 | 4530 | ||
| 4501 | (autoload (quote comint-redirect-send-command) "comint" "\ | 4531 | (autoload 'comint-redirect-send-command "comint" "\ |
| 4502 | Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER. | 4532 | Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER. |
| 4503 | With prefix arg ECHO, echo output in process buffer. | 4533 | With prefix arg ECHO, echo output in process buffer. |
| 4504 | 4534 | ||
| @@ -4506,7 +4536,7 @@ If NO-DISPLAY is non-nil, do not show the output buffer. | |||
| 4506 | 4536 | ||
| 4507 | \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil) | 4537 | \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil) |
| 4508 | 4538 | ||
| 4509 | (autoload (quote comint-redirect-send-command-to-process) "comint" "\ | 4539 | (autoload 'comint-redirect-send-command-to-process "comint" "\ |
| 4510 | Send COMMAND to PROCESS, with output to OUTPUT-BUFFER. | 4540 | Send COMMAND to PROCESS, with output to OUTPUT-BUFFER. |
| 4511 | With prefix arg, echo output in process buffer. | 4541 | With prefix arg, echo output in process buffer. |
| 4512 | 4542 | ||
| @@ -4514,14 +4544,14 @@ If NO-DISPLAY is non-nil, do not show the output buffer. | |||
| 4514 | 4544 | ||
| 4515 | \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil) | 4545 | \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil) |
| 4516 | 4546 | ||
| 4517 | (autoload (quote comint-redirect-results-list) "comint" "\ | 4547 | (autoload 'comint-redirect-results-list "comint" "\ |
| 4518 | Send COMMAND to current process. | 4548 | Send COMMAND to current process. |
| 4519 | Return a list of expressions in the output which match REGEXP. | 4549 | Return a list of expressions in the output which match REGEXP. |
| 4520 | REGEXP-GROUP is the regular expression group in REGEXP to use. | 4550 | REGEXP-GROUP is the regular expression group in REGEXP to use. |
| 4521 | 4551 | ||
| 4522 | \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil) | 4552 | \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil) |
| 4523 | 4553 | ||
| 4524 | (autoload (quote comint-redirect-results-list-from-process) "comint" "\ | 4554 | (autoload 'comint-redirect-results-list-from-process "comint" "\ |
| 4525 | Send COMMAND to PROCESS. | 4555 | Send COMMAND to PROCESS. |
| 4526 | Return a list of expressions in the output which match REGEXP. | 4556 | Return a list of expressions in the output which match REGEXP. |
| 4527 | REGEXP-GROUP is the regular expression group in REGEXP to use. | 4557 | REGEXP-GROUP is the regular expression group in REGEXP to use. |
| @@ -4530,11 +4560,11 @@ REGEXP-GROUP is the regular expression group in REGEXP to use. | |||
| 4530 | 4560 | ||
| 4531 | ;;;*** | 4561 | ;;;*** |
| 4532 | 4562 | ||
| 4533 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18104 | 4563 | ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18177 |
| 4534 | ;;;;;; 24730)) | 4564 | ;;;;;; 856)) |
| 4535 | ;;; Generated autoloads from compare-w.el | 4565 | ;;; Generated autoloads from compare-w.el |
| 4536 | 4566 | ||
| 4537 | (autoload (quote compare-windows) "compare-w" "\ | 4567 | (autoload 'compare-windows "compare-w" "\ |
| 4538 | Compare text in current window with text in next window. | 4568 | Compare text in current window with text in next window. |
| 4539 | Compares the text starting at point in each window, | 4569 | Compares the text starting at point in each window, |
| 4540 | moving over text in each one as far as they match. | 4570 | moving over text in each one as far as they match. |
| @@ -4568,18 +4598,18 @@ on third call it again advances points to the next difference and so on. | |||
| 4568 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start | 4598 | ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start |
| 4569 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path | 4599 | ;;;;;; compile compilation-disable-input compile-command compilation-search-path |
| 4570 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4600 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4571 | ;;;;;; "compile" "progmodes/compile.el" (18104 24764)) | 4601 | ;;;;;; "compile" "progmodes/compile.el" (18190 35205)) |
| 4572 | ;;; Generated autoloads from progmodes/compile.el | 4602 | ;;; Generated autoloads from progmodes/compile.el |
| 4573 | 4603 | ||
| 4574 | (defvar compilation-mode-hook nil "\ | 4604 | (defvar compilation-mode-hook nil "\ |
| 4575 | List of hook functions run by `compilation-mode' (see `run-mode-hooks').") | 4605 | List of hook functions run by `compilation-mode' (see `run-mode-hooks').") |
| 4576 | 4606 | ||
| 4577 | (custom-autoload (quote compilation-mode-hook) "compile" t) | 4607 | (custom-autoload 'compilation-mode-hook "compile" t) |
| 4578 | 4608 | ||
| 4579 | (defvar compilation-window-height nil "\ | 4609 | (defvar compilation-window-height nil "\ |
| 4580 | Number of lines in a compilation window. If nil, use Emacs default.") | 4610 | Number of lines in a compilation window. If nil, use Emacs default.") |
| 4581 | 4611 | ||
| 4582 | (custom-autoload (quote compilation-window-height) "compile" t) | 4612 | (custom-autoload 'compilation-window-height "compile" t) |
| 4583 | 4613 | ||
| 4584 | (defvar compilation-process-setup-function nil "\ | 4614 | (defvar compilation-process-setup-function nil "\ |
| 4585 | *Function to call to customize the compilation process. | 4615 | *Function to call to customize the compilation process. |
| @@ -4610,14 +4640,14 @@ and a string describing how the process finished.") | |||
| 4610 | Non-nil means \\[compile] asks which buffers to save before compiling. | 4640 | Non-nil means \\[compile] asks which buffers to save before compiling. |
| 4611 | Otherwise, it saves all modified buffers without asking.") | 4641 | Otherwise, it saves all modified buffers without asking.") |
| 4612 | 4642 | ||
| 4613 | (custom-autoload (quote compilation-ask-about-save) "compile" t) | 4643 | (custom-autoload 'compilation-ask-about-save "compile" t) |
| 4614 | 4644 | ||
| 4615 | (defvar compilation-search-path (quote (nil)) "\ | 4645 | (defvar compilation-search-path '(nil) "\ |
| 4616 | List of directories to search for source files named in error messages. | 4646 | List of directories to search for source files named in error messages. |
| 4617 | Elements should be directory names, not file names of directories. | 4647 | Elements should be directory names, not file names of directories. |
| 4618 | The value nil as an element means to try the default directory.") | 4648 | The value nil as an element means to try the default directory.") |
| 4619 | 4649 | ||
| 4620 | (custom-autoload (quote compilation-search-path) "compile" t) | 4650 | (custom-autoload 'compilation-search-path "compile" t) |
| 4621 | 4651 | ||
| 4622 | (defvar compile-command "make -k " "\ | 4652 | (defvar compile-command "make -k " "\ |
| 4623 | Last shell command used to do a compilation; default for next compilation. | 4653 | Last shell command used to do a compilation; default for next compilation. |
| @@ -4633,7 +4663,7 @@ You might also use mode hooks to specify it in certain modes, like this: | |||
| 4633 | (concat \"make -k \" | 4663 | (concat \"make -k \" |
| 4634 | (file-name-sans-extension buffer-file-name))))))") | 4664 | (file-name-sans-extension buffer-file-name))))))") |
| 4635 | 4665 | ||
| 4636 | (custom-autoload (quote compile-command) "compile" t) | 4666 | (custom-autoload 'compile-command "compile" t) |
| 4637 | (put 'compile-command 'safe-local-variable 'stringp) | 4667 | (put 'compile-command 'safe-local-variable 'stringp) |
| 4638 | 4668 | ||
| 4639 | (defvar compilation-disable-input nil "\ | 4669 | (defvar compilation-disable-input nil "\ |
| @@ -4641,9 +4671,9 @@ If non-nil, send end-of-file as compilation process input. | |||
| 4641 | This only affects platforms that support asynchronous processes (see | 4671 | This only affects platforms that support asynchronous processes (see |
| 4642 | `start-process'); synchronous compilation processes never accept input.") | 4672 | `start-process'); synchronous compilation processes never accept input.") |
| 4643 | 4673 | ||
| 4644 | (custom-autoload (quote compilation-disable-input) "compile" t) | 4674 | (custom-autoload 'compilation-disable-input "compile" t) |
| 4645 | 4675 | ||
| 4646 | (autoload (quote compile) "compile" "\ | 4676 | (autoload 'compile "compile" "\ |
| 4647 | Compile the program including the current buffer. Default: run `make'. | 4677 | Compile the program including the current buffer. Default: run `make'. |
| 4648 | Runs COMMAND, a shell command, in a separate process asynchronously | 4678 | Runs COMMAND, a shell command, in a separate process asynchronously |
| 4649 | with output going to the buffer `*compilation*'. | 4679 | with output going to the buffer `*compilation*'. |
| @@ -4673,7 +4703,7 @@ to a function that generates a unique name. | |||
| 4673 | 4703 | ||
| 4674 | \(fn COMMAND &optional COMINT)" t nil) | 4704 | \(fn COMMAND &optional COMINT)" t nil) |
| 4675 | 4705 | ||
| 4676 | (autoload (quote compilation-start) "compile" "\ | 4706 | (autoload 'compilation-start "compile" "\ |
| 4677 | Run compilation command COMMAND (low level interface). | 4707 | Run compilation command COMMAND (low level interface). |
| 4678 | If COMMAND starts with a cd command, that becomes the `default-directory'. | 4708 | If COMMAND starts with a cd command, that becomes the `default-directory'. |
| 4679 | The rest of the arguments are optional; for them, nil means use the default. | 4709 | The rest of the arguments are optional; for them, nil means use the default. |
| @@ -4694,7 +4724,7 @@ Returns the compilation buffer created. | |||
| 4694 | 4724 | ||
| 4695 | \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil) | 4725 | \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil) |
| 4696 | 4726 | ||
| 4697 | (autoload (quote compilation-mode) "compile" "\ | 4727 | (autoload 'compilation-mode "compile" "\ |
| 4698 | Major mode for compilation log buffers. | 4728 | Major mode for compilation log buffers. |
| 4699 | \\<compilation-mode-map>To visit the source for a line-numbered error, | 4729 | \\<compilation-mode-map>To visit the source for a line-numbered error, |
| 4700 | move point to the error message line and type \\[compile-goto-error]. | 4730 | move point to the error message line and type \\[compile-goto-error]. |
| @@ -4706,7 +4736,7 @@ Runs `compilation-mode-hook' with `run-mode-hooks' (which see). | |||
| 4706 | 4736 | ||
| 4707 | \(fn &optional NAME-OF-MODE)" t nil) | 4737 | \(fn &optional NAME-OF-MODE)" t nil) |
| 4708 | 4738 | ||
| 4709 | (autoload (quote compilation-shell-minor-mode) "compile" "\ | 4739 | (autoload 'compilation-shell-minor-mode "compile" "\ |
| 4710 | Toggle compilation shell minor mode. | 4740 | Toggle compilation shell minor mode. |
| 4711 | With arg, turn compilation mode on if and only if arg is positive. | 4741 | With arg, turn compilation mode on if and only if arg is positive. |
| 4712 | In this minor mode, all the error-parsing commands of the | 4742 | In this minor mode, all the error-parsing commands of the |
| @@ -4716,7 +4746,7 @@ Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'. | |||
| 4716 | 4746 | ||
| 4717 | \(fn &optional ARG)" t nil) | 4747 | \(fn &optional ARG)" t nil) |
| 4718 | 4748 | ||
| 4719 | (autoload (quote compilation-minor-mode) "compile" "\ | 4749 | (autoload 'compilation-minor-mode "compile" "\ |
| 4720 | Toggle compilation minor mode. | 4750 | Toggle compilation minor mode. |
| 4721 | With arg, turn compilation mode on if and only if arg is positive. | 4751 | With arg, turn compilation mode on if and only if arg is positive. |
| 4722 | In this minor mode, all the error-parsing commands of the | 4752 | In this minor mode, all the error-parsing commands of the |
| @@ -4725,18 +4755,18 @@ Turning the mode on runs the normal hook `compilation-minor-mode-hook'. | |||
| 4725 | 4755 | ||
| 4726 | \(fn &optional ARG)" t nil) | 4756 | \(fn &optional ARG)" t nil) |
| 4727 | 4757 | ||
| 4728 | (autoload (quote compilation-next-error-function) "compile" "\ | 4758 | (autoload 'compilation-next-error-function "compile" "\ |
| 4729 | Advance to the next error message and visit the file where the error was. | 4759 | Advance to the next error message and visit the file where the error was. |
| 4730 | This is the value of `next-error-function' in Compilation buffers. | 4760 | This is the value of `next-error-function' in Compilation buffers. |
| 4731 | 4761 | ||
| 4732 | \(fn N &optional RESET)" t nil) | 4762 | \(fn N &optional RESET)" t nil) |
| 4733 | 4763 | ||
| 4734 | (add-to-list (quote auto-mode-alist) (quote ("\\.gcov\\'" . compilation-mode))) | 4764 | (add-to-list 'auto-mode-alist '("\\.gcov\\'" . compilation-mode)) |
| 4735 | 4765 | ||
| 4736 | ;;;*** | 4766 | ;;;*** |
| 4737 | 4767 | ||
| 4738 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 4768 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 4739 | ;;;;;; (18104 24730)) | 4769 | ;;;;;; (18190 35186)) |
| 4740 | ;;; Generated autoloads from complete.el | 4770 | ;;; Generated autoloads from complete.el |
| 4741 | 4771 | ||
| 4742 | (defvar partial-completion-mode nil "\ | 4772 | (defvar partial-completion-mode nil "\ |
| @@ -4746,9 +4776,9 @@ Setting this variable directly does not take effect; | |||
| 4746 | either customize it (see the info node `Easy Customization') | 4776 | either customize it (see the info node `Easy Customization') |
| 4747 | or call the function `partial-completion-mode'.") | 4777 | or call the function `partial-completion-mode'.") |
| 4748 | 4778 | ||
| 4749 | (custom-autoload (quote partial-completion-mode) "complete" nil) | 4779 | (custom-autoload 'partial-completion-mode "complete" nil) |
| 4750 | 4780 | ||
| 4751 | (autoload (quote partial-completion-mode) "complete" "\ | 4781 | (autoload 'partial-completion-mode "complete" "\ |
| 4752 | Toggle Partial Completion mode. | 4782 | Toggle Partial Completion mode. |
| 4753 | With prefix ARG, turn Partial Completion mode on if ARG is positive. | 4783 | With prefix ARG, turn Partial Completion mode on if ARG is positive. |
| 4754 | 4784 | ||
| @@ -4778,7 +4808,7 @@ second TAB brings up the `*Completions*' buffer. | |||
| 4778 | ;;;*** | 4808 | ;;;*** |
| 4779 | 4809 | ||
| 4780 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 4810 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 4781 | ;;;;;; (18104 24731)) | 4811 | ;;;;;; (18190 35186)) |
| 4782 | ;;; Generated autoloads from completion.el | 4812 | ;;; Generated autoloads from completion.el |
| 4783 | 4813 | ||
| 4784 | (defvar dynamic-completion-mode nil "\ | 4814 | (defvar dynamic-completion-mode nil "\ |
| @@ -4788,244 +4818,67 @@ Setting this variable directly does not take effect; | |||
| 4788 | either customize it (see the info node `Easy Customization') | 4818 | either customize it (see the info node `Easy Customization') |
| 4789 | or call the function `dynamic-completion-mode'.") | 4819 | or call the function `dynamic-completion-mode'.") |
| 4790 | 4820 | ||
| 4791 | (custom-autoload (quote dynamic-completion-mode) "completion" nil) | 4821 | (custom-autoload 'dynamic-completion-mode "completion" nil) |
| 4792 | 4822 | ||
| 4793 | (autoload (quote dynamic-completion-mode) "completion" "\ | 4823 | (autoload 'dynamic-completion-mode "completion" "\ |
| 4794 | Enable dynamic word-completion. | 4824 | Enable dynamic word-completion. |
| 4795 | 4825 | ||
| 4796 | \(fn &optional ARG)" t nil) | 4826 | \(fn &optional ARG)" t nil) |
| 4797 | 4827 | ||
| 4798 | ;;;*** | 4828 | ;;;*** |
| 4799 | 4829 | ||
| 4800 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 4830 | ;;;### (autoloads (global-auto-composition-mode auto-composition-mode |
| 4801 | ;;;;;; find-composition compose-chars decompose-string compose-string | 4831 | ;;;;;; encode-composition-rule) "composite" "composite.el" (18177 |
| 4802 | ;;;;;; decompose-region compose-region encode-composition-rule) | 4832 | ;;;;;; 856)) |
| 4803 | ;;;;;; "composite" "composite.el" (18104 24731)) | ||
| 4804 | ;;; Generated autoloads from composite.el | 4833 | ;;; Generated autoloads from composite.el |
| 4805 | 4834 | ||
| 4806 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ | 4835 | (autoload 'encode-composition-rule "composite" "\ |
| 4807 | Alist of symbols vs integer codes of glyph reference points. | ||
| 4808 | A glyph reference point symbol is to be used to specify a composition | ||
| 4809 | rule in COMPONENTS argument to such functions as `compose-region' and | ||
| 4810 | `make-composition'. | ||
| 4811 | |||
| 4812 | Meanings of glyph reference point codes are as follows: | ||
| 4813 | |||
| 4814 | 0----1----2 <---- ascent 0:tl or top-left | ||
| 4815 | | | 1:tc or top-center | ||
| 4816 | | | 2:tr or top-right | ||
| 4817 | | | 3:Bl or base-left 9:cl or center-left | ||
| 4818 | 9 10 11 <---- center 4:Bc or base-center 10:cc or center-center | ||
| 4819 | | | 5:Br or base-right 11:cr or center-right | ||
| 4820 | --3----4----5-- <-- baseline 6:bl or bottom-left | ||
| 4821 | | | 7:bc or bottom-center | ||
| 4822 | 6----7----8 <---- descent 8:br or bottom-right | ||
| 4823 | |||
| 4824 | Glyph reference point symbols are to be used to specify composition | ||
| 4825 | rule of the form (GLOBAL-REF-POINT . NEW-REF-POINT), where | ||
| 4826 | GLOBAL-REF-POINT is a reference point in the overall glyphs already | ||
| 4827 | composed, and NEW-REF-POINT is a reference point in the new glyph to | ||
| 4828 | be added. | ||
| 4829 | |||
| 4830 | For instance, if GLOBAL-REF-POINT is `br' (bottom-right) and | ||
| 4831 | NEW-REF-POINT is `tc' (top-center), the overall glyph is updated as | ||
| 4832 | follows (the point `*' corresponds to both reference points): | ||
| 4833 | |||
| 4834 | +-------+--+ <--- new ascent | ||
| 4835 | | | | | ||
| 4836 | | global| | | ||
| 4837 | | glyph | | | ||
| 4838 | -- | | |-- <--- baseline (doesn't change) | ||
| 4839 | +----+--*--+ | ||
| 4840 | | | new | | ||
| 4841 | | |glyph| | ||
| 4842 | +----+-----+ <--- new descent | ||
| 4843 | ") | ||
| 4844 | |||
| 4845 | (autoload (quote encode-composition-rule) "composite" "\ | ||
| 4846 | Encode composition rule RULE into an integer value. | 4836 | Encode composition rule RULE into an integer value. |
| 4847 | RULE is a cons of global and new reference point symbols | 4837 | RULE is a cons of global and new reference point symbols |
| 4848 | \(see `reference-point-alist'). | 4838 | \(see `reference-point-alist'). |
| 4849 | 4839 | ||
| 4850 | \(fn RULE)" nil nil) | 4840 | \(fn RULE)" nil nil) |
| 4851 | 4841 | ||
| 4852 | (autoload (quote compose-region) "composite" "\ | 4842 | (autoload 'auto-composition-mode "composite" "\ |
| 4853 | Compose characters in the current region. | 4843 | Toggle Auto Compostion mode. |
| 4854 | 4844 | With arg, turn Auto Compostion mode off if and only if arg is a non-positive | |
| 4855 | Characters are composed relatively, i.e. composed by overstricking or | 4845 | number; if arg is nil, toggle Auto Compostion mode; anything else turns Auto |
| 4856 | stacking depending on ascent, descent and other properties. | 4846 | Compostion on. |
| 4857 | |||
| 4858 | When called from a program, expects these four arguments. | ||
| 4859 | |||
| 4860 | First two arguments START and END are positions (integers or markers) | ||
| 4861 | specifying the region. | ||
| 4862 | |||
| 4863 | Optional 3rd argument COMPONENTS, if non-nil, is a character or a | ||
| 4864 | sequence (vector, list, or string) of integers. In this case, | ||
| 4865 | characters are composed not relatively but according to COMPONENTS. | ||
| 4866 | |||
| 4867 | If it is a character, it is an alternate character to display instead | ||
| 4868 | of the text in the region. | ||
| 4869 | |||
| 4870 | If it is a string, the elements are alternate characters. | ||
| 4871 | |||
| 4872 | If it is a vector or list, it is a sequence of alternate characters and | ||
| 4873 | composition rules, where (2N)th elements are characters and (2N+1)th | ||
| 4874 | elements are composition rules to specify how to compose (2N+2)th | ||
| 4875 | elements with previously composed N glyphs. | ||
| 4876 | |||
| 4877 | A composition rule is a cons of global and new glyph reference point | ||
| 4878 | symbols. See the documentation of `reference-point-alist' for more | ||
| 4879 | detail. | ||
| 4880 | |||
| 4881 | Optional 4th argument MODIFICATION-FUNC is a function to call to | ||
| 4882 | adjust the composition when it gets invalid because of a change of | ||
| 4883 | text in the composition. | ||
| 4884 | |||
| 4885 | \(fn START END &optional COMPONENTS MODIFICATION-FUNC)" t nil) | ||
| 4886 | |||
| 4887 | (autoload (quote decompose-region) "composite" "\ | ||
| 4888 | Decompose text in the current region. | ||
| 4889 | |||
| 4890 | When called from a program, expects two arguments, | ||
| 4891 | positions (integers or markers) specifying the region. | ||
| 4892 | |||
| 4893 | \(fn START END)" t nil) | ||
| 4894 | |||
| 4895 | (autoload (quote compose-string) "composite" "\ | ||
| 4896 | Compose characters in string STRING. | ||
| 4897 | |||
| 4898 | The return value is STRING where `composition' property is put on all | ||
| 4899 | the characters in it. | ||
| 4900 | |||
| 4901 | Optional 2nd and 3rd arguments START and END specify the range of | ||
| 4902 | STRING to be composed. They default to the beginning and the end of | ||
| 4903 | STRING respectively. | ||
| 4904 | |||
| 4905 | Optional 4th argument COMPONENTS, if non-nil, is a character or a | ||
| 4906 | sequence (vector, list, or string) of integers. See the function | ||
| 4907 | `compose-region' for more detail. | ||
| 4908 | |||
| 4909 | Optional 5th argument MODIFICATION-FUNC is a function to call to | ||
| 4910 | adjust the composition when it gets invalid because of a change of | ||
| 4911 | text in the composition. | ||
| 4912 | |||
| 4913 | \(fn STRING &optional START END COMPONENTS MODIFICATION-FUNC)" nil nil) | ||
| 4914 | |||
| 4915 | (autoload (quote decompose-string) "composite" "\ | ||
| 4916 | Return STRING where `composition' property is removed. | ||
| 4917 | |||
| 4918 | \(fn STRING)" nil nil) | ||
| 4919 | |||
| 4920 | (autoload (quote compose-chars) "composite" "\ | ||
| 4921 | Return a string from arguments in which all characters are composed. | ||
| 4922 | For relative composition, arguments are characters. | ||
| 4923 | For rule-based composition, Mth (where M is odd) arguments are | ||
| 4924 | characters, and Nth (where N is even) arguments are composition rules. | ||
| 4925 | A composition rule is a cons of glyph reference points of the form | ||
| 4926 | \(GLOBAL-REF-POINT . NEW-REF-POINT). See the documentation of | ||
| 4927 | `reference-point-alist' for more detail. | ||
| 4928 | 4847 | ||
| 4929 | \(fn &rest ARGS)" nil nil) | 4848 | When Auto Composition is enabled, text characters are automatically composed |
| 4930 | 4849 | by functions registered in `composition-function-table' (which see). | |
| 4931 | (autoload (quote find-composition) "composite" "\ | ||
| 4932 | Return information about a composition at or nearest to buffer position POS. | ||
| 4933 | |||
| 4934 | If the character at POS has `composition' property, the value is a list | ||
| 4935 | of FROM, TO, and VALID-P. | ||
| 4936 | |||
| 4937 | FROM and TO specify the range of text that has the same `composition' | ||
| 4938 | property, VALID-P is non-nil if and only if this composition is valid. | ||
| 4939 | |||
| 4940 | If there's no composition at POS, and the optional 2nd argument LIMIT | ||
| 4941 | is non-nil, search for a composition toward LIMIT. | ||
| 4942 | |||
| 4943 | If no composition is found, return nil. | ||
| 4944 | |||
| 4945 | Optional 3rd argument STRING, if non-nil, is a string to look for a | ||
| 4946 | composition in; nil means the current buffer. | ||
| 4947 | |||
| 4948 | If a valid composition is found and the optional 4th argument DETAIL-P | ||
| 4949 | is non-nil, the return value is a list of FROM, TO, COMPONENTS, | ||
| 4950 | RELATIVE-P, MOD-FUNC, and WIDTH. | ||
| 4951 | |||
| 4952 | COMPONENTS is a vector of integers, the meaning depends on RELATIVE-P. | ||
| 4953 | |||
| 4954 | RELATIVE-P is t if the composition method is relative, else nil. | ||
| 4955 | |||
| 4956 | If RELATIVE-P is t, COMPONENTS is a vector of characters to be | ||
| 4957 | composed. If RELATIVE-P is nil, COMPONENTS is a vector of characters | ||
| 4958 | and composition rules as described in `compose-region'. | ||
| 4959 | |||
| 4960 | MOD-FUNC is a modification function of the composition. | ||
| 4961 | |||
| 4962 | WIDTH is a number of columns the composition occupies on the screen. | ||
| 4963 | |||
| 4964 | \(fn POS &optional LIMIT STRING DETAIL-P)" nil nil) | ||
| 4965 | |||
| 4966 | (autoload (quote compose-chars-after) "composite" "\ | ||
| 4967 | Compose characters in current buffer after position POS. | ||
| 4968 | |||
| 4969 | It looks up the char-table `composition-function-table' (which see) by | ||
| 4970 | a character after POS. If non-nil value is found, the format of the | ||
| 4971 | value should be an alist of PATTERNs vs FUNCs, where PATTERNs are | ||
| 4972 | regular expressions and FUNCs are functions. If the text after POS | ||
| 4973 | matches one of PATTERNs, call the corresponding FUNC with three | ||
| 4974 | arguments POS, TO, and PATTERN, where TO is the end position of text | ||
| 4975 | matching PATTERN, and return what FUNC returns. Otherwise, return | ||
| 4976 | nil. | ||
| 4977 | |||
| 4978 | FUNC is responsible for composing the text properly. The return value | ||
| 4979 | is: | ||
| 4980 | nil -- if no characters were composed. | ||
| 4981 | CHARS (integer) -- if CHARS characters were composed. | ||
| 4982 | |||
| 4983 | Optional 2nd arg LIMIT, if non-nil, limits the matching of text. | ||
| 4984 | |||
| 4985 | Optional 3rd arg OBJECT, if non-nil, is a string that contains the | ||
| 4986 | text to compose. In that case, POS and LIMIT index to the string. | ||
| 4987 | 4850 | ||
| 4988 | This function is the default value of `compose-chars-after-function'. | 4851 | You can use Global Auto Composition mode to automagically turn on |
| 4852 | Auto Composition mode in all buffers (this is the default). | ||
| 4989 | 4853 | ||
| 4990 | \(fn POS &optional LIMIT OBJECT)" nil nil) | 4854 | \(fn &optional ARG)" t nil) |
| 4991 | |||
| 4992 | (autoload (quote compose-last-chars) "composite" "\ | ||
| 4993 | Compose last characters. | ||
| 4994 | The argument is a parameterized event of the form | ||
| 4995 | (compose-last-chars N COMPONENTS), | ||
| 4996 | where N is the number of characters before point to compose, | ||
| 4997 | COMPONENTS, if non-nil, is the same as the argument to `compose-region' | ||
| 4998 | \(which see). If it is nil, `compose-chars-after' is called, | ||
| 4999 | and that function finds a proper rule to compose the target characters. | ||
| 5000 | This function is intended to be used from input methods. | ||
| 5001 | The global keymap binds special event `compose-last-chars' to this | ||
| 5002 | function. Input method may generate an event (compose-last-chars N COMPONENTS) | ||
| 5003 | after a sequence of character events. | ||
| 5004 | |||
| 5005 | \(fn ARGS)" t nil) | ||
| 5006 | (global-set-key [compose-last-chars] 'compose-last-chars) | ||
| 5007 | 4855 | ||
| 5008 | (autoload (quote decompose-composite-char) "composite" "\ | 4856 | (defvar global-auto-composition-mode (not noninteractive) "\ |
| 5009 | Convert CHAR to string. | 4857 | Non-nil if Global-Auto-Composition mode is enabled. |
| 4858 | See the command `global-auto-composition-mode' for a description of this minor mode. | ||
| 4859 | Setting this variable directly does not take effect; | ||
| 4860 | either customize it (see the info node `Easy Customization') | ||
| 4861 | or call the function `global-auto-composition-mode'.") | ||
| 5010 | 4862 | ||
| 5011 | If optional 2nd arg TYPE is non-nil, it is `string', `list', or | 4863 | (custom-autoload 'global-auto-composition-mode "composite" nil) |
| 5012 | `vector'. In this case, CHAR is converted to string, list of CHAR, or | ||
| 5013 | vector of CHAR respectively. | ||
| 5014 | Optional 3rd arg WITH-COMPOSITION-RULE is ignored. | ||
| 5015 | 4864 | ||
| 5016 | \(fn CHAR &optional TYPE WITH-COMPOSITION-RULE)" nil nil) | 4865 | (autoload 'global-auto-composition-mode "composite" "\ |
| 4866 | Toggle Auto-Composition mode in every possible buffer. | ||
| 4867 | With prefix ARG, turn Global-Auto-Composition mode on if and only if ARG is positive. | ||
| 4868 | Auto-Composition mode is enabled in all buffers where `turn-on-auto-composition-if-enabled' would do it. | ||
| 4869 | See `auto-composition-mode' for more information on Auto-Composition mode. | ||
| 5017 | 4870 | ||
| 5018 | (make-obsolete (quote decompose-composite-char) (quote char-to-string) "21.1") | 4871 | \(fn &optional ARG DUMMY)" t nil) |
| 5019 | 4872 | ||
| 5020 | ;;;*** | 4873 | ;;;*** |
| 5021 | 4874 | ||
| 5022 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode | 4875 | ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode |
| 5023 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode | 4876 | ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode |
| 5024 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" | 4877 | ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el" |
| 5025 | ;;;;;; (18104 24770)) | 4878 | ;;;;;; (18177 875)) |
| 5026 | ;;; Generated autoloads from textmodes/conf-mode.el | 4879 | ;;; Generated autoloads from textmodes/conf-mode.el |
| 5027 | 4880 | ||
| 5028 | (autoload (quote conf-mode) "conf-mode" "\ | 4881 | (autoload 'conf-mode "conf-mode" "\ |
| 5029 | Mode for Unix and Windows Conf files and Java properties. | 4882 | Mode for Unix and Windows Conf files and Java properties. |
| 5030 | Most conf files know only three kinds of constructs: parameter | 4883 | Most conf files know only three kinds of constructs: parameter |
| 5031 | assignments optionally grouped into sections and comments. Yet | 4884 | assignments optionally grouped into sections and comments. Yet |
| @@ -5058,7 +4911,7 @@ See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode', | |||
| 5058 | 4911 | ||
| 5059 | \(fn)" t nil) | 4912 | \(fn)" t nil) |
| 5060 | 4913 | ||
| 5061 | (autoload (quote conf-unix-mode) "conf-mode" "\ | 4914 | (autoload 'conf-unix-mode "conf-mode" "\ |
| 5062 | Conf Mode starter for Unix style Conf files. | 4915 | Conf Mode starter for Unix style Conf files. |
| 5063 | Comments start with `#'. | 4916 | Comments start with `#'. |
| 5064 | For details see `conf-mode'. Example: | 4917 | For details see `conf-mode'. Example: |
| @@ -5073,7 +4926,7 @@ For details see `conf-mode'. Example: | |||
| 5073 | 4926 | ||
| 5074 | \(fn)" t nil) | 4927 | \(fn)" t nil) |
| 5075 | 4928 | ||
| 5076 | (autoload (quote conf-windows-mode) "conf-mode" "\ | 4929 | (autoload 'conf-windows-mode "conf-mode" "\ |
| 5077 | Conf Mode starter for Windows style Conf files. | 4930 | Conf Mode starter for Windows style Conf files. |
| 5078 | Comments start with `;'. | 4931 | Comments start with `;'. |
| 5079 | For details see `conf-mode'. Example: | 4932 | For details see `conf-mode'. Example: |
| @@ -5089,7 +4942,7 @@ PersistMoniker=file://Folder.htt | |||
| 5089 | 4942 | ||
| 5090 | \(fn)" t nil) | 4943 | \(fn)" t nil) |
| 5091 | 4944 | ||
| 5092 | (autoload (quote conf-javaprop-mode) "conf-mode" "\ | 4945 | (autoload 'conf-javaprop-mode "conf-mode" "\ |
| 5093 | Conf Mode starter for Java properties files. | 4946 | Conf Mode starter for Java properties files. |
| 5094 | Comments start with `#' but are also recognized with `//' or | 4947 | Comments start with `#' but are also recognized with `//' or |
| 5095 | between `/*' and `*/'. | 4948 | between `/*' and `*/'. |
| @@ -5108,7 +4961,7 @@ x.2.y.1.z.2.zz = | |||
| 5108 | 4961 | ||
| 5109 | \(fn)" t nil) | 4962 | \(fn)" t nil) |
| 5110 | 4963 | ||
| 5111 | (autoload (quote conf-space-mode) "conf-mode" "\ | 4964 | (autoload 'conf-space-mode "conf-mode" "\ |
| 5112 | Conf Mode starter for space separated conf files. | 4965 | Conf Mode starter for space separated conf files. |
| 5113 | \"Assignments\" are with ` '. Keywords before the parameters are | 4966 | \"Assignments\" are with ` '. Keywords before the parameters are |
| 5114 | recognized according to the variable `conf-space-keywords-alist'. | 4967 | recognized according to the variable `conf-space-keywords-alist'. |
| @@ -5133,13 +4986,13 @@ add /dev/mixer desktop | |||
| 5133 | 4986 | ||
| 5134 | \(fn)" t nil) | 4987 | \(fn)" t nil) |
| 5135 | 4988 | ||
| 5136 | (autoload (quote conf-space-keywords) "conf-mode" "\ | 4989 | (autoload 'conf-space-keywords "conf-mode" "\ |
| 5137 | Enter Conf Space mode using regexp KEYWORDS to match the keywords. | 4990 | Enter Conf Space mode using regexp KEYWORDS to match the keywords. |
| 5138 | See `conf-space-mode'. | 4991 | See `conf-space-mode'. |
| 5139 | 4992 | ||
| 5140 | \(fn KEYWORDS)" t nil) | 4993 | \(fn KEYWORDS)" t nil) |
| 5141 | 4994 | ||
| 5142 | (autoload (quote conf-colon-mode) "conf-mode" "\ | 4995 | (autoload 'conf-colon-mode "conf-mode" "\ |
| 5143 | Conf Mode starter for Colon files. | 4996 | Conf Mode starter for Colon files. |
| 5144 | \"Assignments\" are with `:'. | 4997 | \"Assignments\" are with `:'. |
| 5145 | For details see `conf-mode'. Example: | 4998 | For details see `conf-mode'. Example: |
| @@ -5151,7 +5004,7 @@ For details see `conf-mode'. Example: | |||
| 5151 | 5004 | ||
| 5152 | \(fn)" t nil) | 5005 | \(fn)" t nil) |
| 5153 | 5006 | ||
| 5154 | (autoload (quote conf-ppd-mode) "conf-mode" "\ | 5007 | (autoload 'conf-ppd-mode "conf-mode" "\ |
| 5155 | Conf Mode starter for Adobe/CUPS PPD files. | 5008 | Conf Mode starter for Adobe/CUPS PPD files. |
| 5156 | Comments start with `*%' and \"assignments\" are with `:'. | 5009 | Comments start with `*%' and \"assignments\" are with `:'. |
| 5157 | For details see `conf-mode'. Example: | 5010 | For details see `conf-mode'. Example: |
| @@ -5163,7 +5016,7 @@ For details see `conf-mode'. Example: | |||
| 5163 | 5016 | ||
| 5164 | \(fn)" t nil) | 5017 | \(fn)" t nil) |
| 5165 | 5018 | ||
| 5166 | (autoload (quote conf-xdefaults-mode) "conf-mode" "\ | 5019 | (autoload 'conf-xdefaults-mode "conf-mode" "\ |
| 5167 | Conf Mode starter for Xdefaults files. | 5020 | Conf Mode starter for Xdefaults files. |
| 5168 | Comments start with `!' and \"assignments\" are with `:'. | 5021 | Comments start with `!' and \"assignments\" are with `:'. |
| 5169 | For details see `conf-mode'. Example: | 5022 | For details see `conf-mode'. Example: |
| @@ -5178,31 +5031,31 @@ For details see `conf-mode'. Example: | |||
| 5178 | ;;;*** | 5031 | ;;;*** |
| 5179 | 5032 | ||
| 5180 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) | 5033 | ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) |
| 5181 | ;;;;;; "cookie1" "play/cookie1.el" (18104 24760)) | 5034 | ;;;;;; "cookie1" "play/cookie1.el" (18177 871)) |
| 5182 | ;;; Generated autoloads from play/cookie1.el | 5035 | ;;; Generated autoloads from play/cookie1.el |
| 5183 | 5036 | ||
| 5184 | (autoload (quote cookie) "cookie1" "\ | 5037 | (autoload 'cookie "cookie1" "\ |
| 5185 | Return a random phrase from PHRASE-FILE. | 5038 | Return a random phrase from PHRASE-FILE. |
| 5186 | When the phrase file is read in, display STARTMSG at the beginning | 5039 | When the phrase file is read in, display STARTMSG at the beginning |
| 5187 | of load, ENDMSG at the end. | 5040 | of load, ENDMSG at the end. |
| 5188 | 5041 | ||
| 5189 | \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) | 5042 | \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) |
| 5190 | 5043 | ||
| 5191 | (autoload (quote cookie-insert) "cookie1" "\ | 5044 | (autoload 'cookie-insert "cookie1" "\ |
| 5192 | Insert random phrases from PHRASE-FILE; COUNT of them. | 5045 | Insert random phrases from PHRASE-FILE; COUNT of them. |
| 5193 | When the phrase file is read in, display STARTMSG at the beginning | 5046 | When the phrase file is read in, display STARTMSG at the beginning |
| 5194 | of load, ENDMSG at the end. | 5047 | of load, ENDMSG at the end. |
| 5195 | 5048 | ||
| 5196 | \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil) | 5049 | \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil) |
| 5197 | 5050 | ||
| 5198 | (autoload (quote cookie-snarf) "cookie1" "\ | 5051 | (autoload 'cookie-snarf "cookie1" "\ |
| 5199 | Reads in the PHRASE-FILE, returns it as a vector of strings. | 5052 | Reads in the PHRASE-FILE, returns it as a vector of strings. |
| 5200 | Emit STARTMSG and ENDMSG before and after. Caches the result; second | 5053 | Emit STARTMSG and ENDMSG before and after. Caches the result; second |
| 5201 | and subsequent calls on the same file won't go to disk. | 5054 | and subsequent calls on the same file won't go to disk. |
| 5202 | 5055 | ||
| 5203 | \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) | 5056 | \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil) |
| 5204 | 5057 | ||
| 5205 | (autoload (quote shuffle-vector) "cookie1" "\ | 5058 | (autoload 'shuffle-vector "cookie1" "\ |
| 5206 | Randomly permute the elements of VECTOR (all permutations equally likely). | 5059 | Randomly permute the elements of VECTOR (all permutations equally likely). |
| 5207 | 5060 | ||
| 5208 | \(fn VECTOR)" nil nil) | 5061 | \(fn VECTOR)" nil nil) |
| @@ -5210,10 +5063,10 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 5210 | ;;;*** | 5063 | ;;;*** |
| 5211 | 5064 | ||
| 5212 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) | 5065 | ;;;### (autoloads (copyright copyright-fix-years copyright-update) |
| 5213 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (18104 24747)) | 5066 | ;;;;;; "copyright" "emacs-lisp/copyright.el" (18190 35188)) |
| 5214 | ;;; Generated autoloads from emacs-lisp/copyright.el | 5067 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 5215 | 5068 | ||
| 5216 | (autoload (quote copyright-update) "copyright" "\ | 5069 | (autoload 'copyright-update "copyright" "\ |
| 5217 | Update copyright notice at beginning of buffer to indicate the current year. | 5070 | Update copyright notice at beginning of buffer to indicate the current year. |
| 5218 | With prefix ARG, replace the years in the notice rather than adding | 5071 | With prefix ARG, replace the years in the notice rather than adding |
| 5219 | the current year after them. If necessary, and | 5072 | the current year after them. If necessary, and |
| @@ -5224,13 +5077,13 @@ interactively. | |||
| 5224 | 5077 | ||
| 5225 | \(fn &optional ARG INTERACTIVEP)" t nil) | 5078 | \(fn &optional ARG INTERACTIVEP)" t nil) |
| 5226 | 5079 | ||
| 5227 | (autoload (quote copyright-fix-years) "copyright" "\ | 5080 | (autoload 'copyright-fix-years "copyright" "\ |
| 5228 | Convert 2 digit years to 4 digit years. | 5081 | Convert 2 digit years to 4 digit years. |
| 5229 | Uses heuristic: year >= 50 means 19xx, < 50 means 20xx. | 5082 | Uses heuristic: year >= 50 means 19xx, < 50 means 20xx. |
| 5230 | 5083 | ||
| 5231 | \(fn)" t nil) | 5084 | \(fn)" t nil) |
| 5232 | 5085 | ||
| 5233 | (autoload (quote copyright) "copyright" "\ | 5086 | (autoload 'copyright "copyright" "\ |
| 5234 | Insert a copyright by $ORGANIZATION notice at cursor. | 5087 | Insert a copyright by $ORGANIZATION notice at cursor. |
| 5235 | 5088 | ||
| 5236 | \(fn &optional STR ARG)" t nil) | 5089 | \(fn &optional STR ARG)" t nil) |
| @@ -5238,10 +5091,11 @@ Insert a copyright by $ORGANIZATION notice at cursor. | |||
| 5238 | ;;;*** | 5091 | ;;;*** |
| 5239 | 5092 | ||
| 5240 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) | 5093 | ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode) |
| 5241 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18104 24764)) | 5094 | ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18190 35205)) |
| 5242 | ;;; Generated autoloads from progmodes/cperl-mode.el | 5095 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 5096 | (put 'cperl-indent-level 'safe-local-variable 'integerp) | ||
| 5243 | 5097 | ||
| 5244 | (autoload (quote cperl-mode) "cperl-mode" "\ | 5098 | (autoload 'cperl-mode "cperl-mode" "\ |
| 5245 | Major mode for editing Perl code. | 5099 | Major mode for editing Perl code. |
| 5246 | Expression and list commands understand all C brackets. | 5100 | Expression and list commands understand all C brackets. |
| 5247 | Tab indents for Perl code. | 5101 | Tab indents for Perl code. |
| @@ -5416,12 +5270,12 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 5416 | 5270 | ||
| 5417 | \(fn)" t nil) | 5271 | \(fn)" t nil) |
| 5418 | 5272 | ||
| 5419 | (autoload (quote cperl-perldoc) "cperl-mode" "\ | 5273 | (autoload 'cperl-perldoc "cperl-mode" "\ |
| 5420 | Run `perldoc' on WORD. | 5274 | Run `perldoc' on WORD. |
| 5421 | 5275 | ||
| 5422 | \(fn WORD)" t nil) | 5276 | \(fn WORD)" t nil) |
| 5423 | 5277 | ||
| 5424 | (autoload (quote cperl-perldoc-at-point) "cperl-mode" "\ | 5278 | (autoload 'cperl-perldoc-at-point "cperl-mode" "\ |
| 5425 | Run a `perldoc' on the word around point. | 5279 | Run a `perldoc' on the word around point. |
| 5426 | 5280 | ||
| 5427 | \(fn)" t nil) | 5281 | \(fn)" t nil) |
| @@ -5429,10 +5283,10 @@ Run a `perldoc' on the word around point. | |||
| 5429 | ;;;*** | 5283 | ;;;*** |
| 5430 | 5284 | ||
| 5431 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 5285 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 5432 | ;;;;;; (18104 24764)) | 5286 | ;;;;;; (18177 872)) |
| 5433 | ;;; Generated autoloads from progmodes/cpp.el | 5287 | ;;; Generated autoloads from progmodes/cpp.el |
| 5434 | 5288 | ||
| 5435 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 5289 | (autoload 'cpp-highlight-buffer "cpp" "\ |
| 5436 | Highlight C code according to preprocessor conditionals. | 5290 | Highlight C code according to preprocessor conditionals. |
| 5437 | This command pops up a buffer which you should edit to specify | 5291 | This command pops up a buffer which you should edit to specify |
| 5438 | what kind of highlighting to use, and the criteria for highlighting. | 5292 | what kind of highlighting to use, and the criteria for highlighting. |
| @@ -5440,7 +5294,7 @@ A prefix arg suppresses display of that buffer. | |||
| 5440 | 5294 | ||
| 5441 | \(fn ARG)" t nil) | 5295 | \(fn ARG)" t nil) |
| 5442 | 5296 | ||
| 5443 | (autoload (quote cpp-parse-edit) "cpp" "\ | 5297 | (autoload 'cpp-parse-edit "cpp" "\ |
| 5444 | Edit display information for cpp conditionals. | 5298 | Edit display information for cpp conditionals. |
| 5445 | 5299 | ||
| 5446 | \(fn)" t nil) | 5300 | \(fn)" t nil) |
| @@ -5448,7 +5302,7 @@ Edit display information for cpp conditionals. | |||
| 5448 | ;;;*** | 5302 | ;;;*** |
| 5449 | 5303 | ||
| 5450 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 5304 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 5451 | ;;;;;; (18104 24748)) | 5305 | ;;;;;; (18177 858)) |
| 5452 | ;;; Generated autoloads from emulation/crisp.el | 5306 | ;;; Generated autoloads from emulation/crisp.el |
| 5453 | 5307 | ||
| 5454 | (defvar crisp-mode nil "\ | 5308 | (defvar crisp-mode nil "\ |
| @@ -5459,23 +5313,23 @@ indicates CRiSP mode is enabled. | |||
| 5459 | Setting this variable directly does not take effect; | 5313 | Setting this variable directly does not take effect; |
| 5460 | use either M-x customize or the function `crisp-mode'.") | 5314 | use either M-x customize or the function `crisp-mode'.") |
| 5461 | 5315 | ||
| 5462 | (custom-autoload (quote crisp-mode) "crisp" nil) | 5316 | (custom-autoload 'crisp-mode "crisp" nil) |
| 5463 | 5317 | ||
| 5464 | (autoload (quote crisp-mode) "crisp" "\ | 5318 | (autoload 'crisp-mode "crisp" "\ |
| 5465 | Toggle CRiSP/Brief emulation minor mode. | 5319 | Toggle CRiSP/Brief emulation minor mode. |
| 5466 | With ARG, turn CRiSP mode on if ARG is positive, off otherwise. | 5320 | With ARG, turn CRiSP mode on if ARG is positive, off otherwise. |
| 5467 | 5321 | ||
| 5468 | \(fn &optional ARG)" t nil) | 5322 | \(fn &optional ARG)" t nil) |
| 5469 | 5323 | ||
| 5470 | (defalias (quote brief-mode) (quote crisp-mode)) | 5324 | (defalias 'brief-mode 'crisp-mode) |
| 5471 | 5325 | ||
| 5472 | ;;;*** | 5326 | ;;;*** |
| 5473 | 5327 | ||
| 5474 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 5328 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| 5475 | ;;;;;; (18104 24747)) | 5329 | ;;;;;; (18177 857)) |
| 5476 | ;;; Generated autoloads from emacs-lisp/crm.el | 5330 | ;;; Generated autoloads from emacs-lisp/crm.el |
| 5477 | 5331 | ||
| 5478 | (autoload (quote completing-read-multiple) "crm" "\ | 5332 | (autoload 'completing-read-multiple "crm" "\ |
| 5479 | Read multiple strings in the minibuffer, with completion. | 5333 | Read multiple strings in the minibuffer, with completion. |
| 5480 | By using this functionality, a user may specify multiple strings at a | 5334 | By using this functionality, a user may specify multiple strings at a |
| 5481 | single prompt, optionally using completion. | 5335 | single prompt, optionally using completion. |
| @@ -5507,12 +5361,12 @@ INHERIT-INPUT-METHOD. | |||
| 5507 | 5361 | ||
| 5508 | ;;;*** | 5362 | ;;;*** |
| 5509 | 5363 | ||
| 5510 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18104 | 5364 | ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18190 |
| 5511 | ;;;;;; 24771)) | 5365 | ;;;;;; 35208)) |
| 5512 | ;;; Generated autoloads from textmodes/css-mode.el | 5366 | ;;; Generated autoloads from textmodes/css-mode.el |
| 5513 | (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) | 5367 | (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode)) |
| 5514 | 5368 | ||
| 5515 | (autoload (quote css-mode) "css-mode" "\ | 5369 | (autoload 'css-mode "css-mode" "\ |
| 5516 | Major mode to edit Cascading Style Sheets. | 5370 | Major mode to edit Cascading Style Sheets. |
| 5517 | 5371 | ||
| 5518 | \(fn)" t nil) | 5372 | \(fn)" t nil) |
| @@ -5520,7 +5374,7 @@ Major mode to edit Cascading Style Sheets. | |||
| 5520 | ;;;*** | 5374 | ;;;*** |
| 5521 | 5375 | ||
| 5522 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" | 5376 | ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el" |
| 5523 | ;;;;;; (18104 24748)) | 5377 | ;;;;;; (18190 35188)) |
| 5524 | ;;; Generated autoloads from emulation/cua-base.el | 5378 | ;;; Generated autoloads from emulation/cua-base.el |
| 5525 | 5379 | ||
| 5526 | (defvar cua-mode nil "\ | 5380 | (defvar cua-mode nil "\ |
| @@ -5530,9 +5384,9 @@ Setting this variable directly does not take effect; | |||
| 5530 | either customize it (see the info node `Easy Customization') | 5384 | either customize it (see the info node `Easy Customization') |
| 5531 | or call the function `cua-mode'.") | 5385 | or call the function `cua-mode'.") |
| 5532 | 5386 | ||
| 5533 | (custom-autoload (quote cua-mode) "cua-base" nil) | 5387 | (custom-autoload 'cua-mode "cua-base" nil) |
| 5534 | 5388 | ||
| 5535 | (autoload (quote cua-mode) "cua-base" "\ | 5389 | (autoload 'cua-mode "cua-base" "\ |
| 5536 | Toggle CUA key-binding mode. | 5390 | Toggle CUA key-binding mode. |
| 5537 | When enabled, using shifted movement keys will activate the | 5391 | When enabled, using shifted movement keys will activate the |
| 5538 | region (and highlight the region using `transient-mark-mode'), | 5392 | region (and highlight the region using `transient-mark-mode'), |
| @@ -5562,19 +5416,10 @@ shifted movement key, set `cua-highlight-region-shift-only'. | |||
| 5562 | 5416 | ||
| 5563 | \(fn &optional ARG)" t nil) | 5417 | \(fn &optional ARG)" t nil) |
| 5564 | 5418 | ||
| 5565 | (autoload (quote cua-selection-mode) "cua-base" "\ | 5419 | (autoload 'cua-selection-mode "cua-base" "\ |
| 5566 | Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | 5420 | Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. |
| 5567 | 5421 | ||
| 5568 | \(fn ARG)" t nil) | 5422 | \(fn ARG)" t nil) |
| 5569 | (eval-after-load 'CUA-mode | ||
| 5570 | '(error (concat "\n\n" | ||
| 5571 | "CUA-mode is now part of the standard GNU Emacs distribution, so you may\n" | ||
| 5572 | "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n" | ||
| 5573 | "You have loaded an older version of CUA-mode which does\n" | ||
| 5574 | "not work correctly with this version of GNU Emacs.\n\n" | ||
| 5575 | (if user-init-file (concat | ||
| 5576 | "To correct this, remove the loading and customization of the\n" | ||
| 5577 | "old version from the " user-init-file " file.\n\n"))))) | ||
| 5578 | 5423 | ||
| 5579 | ;;;*** | 5424 | ;;;*** |
| 5580 | 5425 | ||
| @@ -5588,26 +5433,26 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 5588 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 5433 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 5589 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically | 5434 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically |
| 5590 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" | 5435 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" |
| 5591 | ;;;;;; (18104 24731)) | 5436 | ;;;;;; (18190 35186)) |
| 5592 | ;;; Generated autoloads from cus-edit.el | 5437 | ;;; Generated autoloads from cus-edit.el |
| 5593 | 5438 | ||
| 5594 | (defvar custom-browse-sort-alphabetically nil "\ | 5439 | (defvar custom-browse-sort-alphabetically nil "\ |
| 5595 | If non-nil, sort customization group alphabetically in `custom-browse'.") | 5440 | If non-nil, sort customization group alphabetically in `custom-browse'.") |
| 5596 | 5441 | ||
| 5597 | (custom-autoload (quote custom-browse-sort-alphabetically) "cus-edit" t) | 5442 | (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t) |
| 5598 | 5443 | ||
| 5599 | (defvar custom-buffer-sort-alphabetically nil "\ | 5444 | (defvar custom-buffer-sort-alphabetically nil "\ |
| 5600 | If non-nil, sort each customization group alphabetically in Custom buffer.") | 5445 | If non-nil, sort each customization group alphabetically in Custom buffer.") |
| 5601 | 5446 | ||
| 5602 | (custom-autoload (quote custom-buffer-sort-alphabetically) "cus-edit" t) | 5447 | (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t) |
| 5603 | 5448 | ||
| 5604 | (defvar custom-menu-sort-alphabetically nil "\ | 5449 | (defvar custom-menu-sort-alphabetically nil "\ |
| 5605 | If non-nil, sort each customization group alphabetically in menus.") | 5450 | If non-nil, sort each customization group alphabetically in menus.") |
| 5606 | 5451 | ||
| 5607 | (custom-autoload (quote custom-menu-sort-alphabetically) "cus-edit" t) | 5452 | (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t) |
| 5608 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 5453 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 5609 | 5454 | ||
| 5610 | (autoload (quote customize-set-value) "cus-edit" "\ | 5455 | (autoload 'customize-set-value "cus-edit" "\ |
| 5611 | Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. | 5456 | Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. |
| 5612 | 5457 | ||
| 5613 | If VARIABLE has a `variable-interactive' property, that is used as if | 5458 | If VARIABLE has a `variable-interactive' property, that is used as if |
| @@ -5620,7 +5465,7 @@ If given a prefix (or a COMMENT argument), also prompt for a comment. | |||
| 5620 | 5465 | ||
| 5621 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) | 5466 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) |
| 5622 | 5467 | ||
| 5623 | (autoload (quote customize-set-variable) "cus-edit" "\ | 5468 | (autoload 'customize-set-variable "cus-edit" "\ |
| 5624 | Set the default for VARIABLE to VALUE, and return VALUE. | 5469 | Set the default for VARIABLE to VALUE, and return VALUE. |
| 5625 | VALUE is a Lisp object. | 5470 | VALUE is a Lisp object. |
| 5626 | 5471 | ||
| @@ -5637,7 +5482,7 @@ If given a prefix (or a COMMENT argument), also prompt for a comment. | |||
| 5637 | 5482 | ||
| 5638 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) | 5483 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) |
| 5639 | 5484 | ||
| 5640 | (autoload (quote customize-save-variable) "cus-edit" "\ | 5485 | (autoload 'customize-save-variable "cus-edit" "\ |
| 5641 | Set the default for VARIABLE to VALUE, and save it for future sessions. | 5486 | Set the default for VARIABLE to VALUE, and save it for future sessions. |
| 5642 | Return VALUE. | 5487 | Return VALUE. |
| 5643 | 5488 | ||
| @@ -5654,7 +5499,7 @@ If given a prefix (or a COMMENT argument), also prompt for a comment. | |||
| 5654 | 5499 | ||
| 5655 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) | 5500 | \(fn VARIABLE VALUE &optional COMMENT)" t nil) |
| 5656 | 5501 | ||
| 5657 | (autoload (quote customize) "cus-edit" "\ | 5502 | (autoload 'customize "cus-edit" "\ |
| 5658 | Select a customization buffer which you can use to set user options. | 5503 | Select a customization buffer which you can use to set user options. |
| 5659 | User options are structured into \"groups\". | 5504 | User options are structured into \"groups\". |
| 5660 | Initially the top-level group `Emacs' and its immediate subgroups | 5505 | Initially the top-level group `Emacs' and its immediate subgroups |
| @@ -5662,33 +5507,33 @@ are shown; the contents of those subgroups are initially hidden. | |||
| 5662 | 5507 | ||
| 5663 | \(fn)" t nil) | 5508 | \(fn)" t nil) |
| 5664 | 5509 | ||
| 5665 | (autoload (quote customize-mode) "cus-edit" "\ | 5510 | (autoload 'customize-mode "cus-edit" "\ |
| 5666 | Customize options related to the current major mode. | 5511 | Customize options related to the current major mode. |
| 5667 | If a prefix \\[universal-argument] was given (or if the current major mode has no known group), | 5512 | If a prefix \\[universal-argument] was given (or if the current major mode has no known group), |
| 5668 | then prompt for the MODE to customize. | 5513 | then prompt for the MODE to customize. |
| 5669 | 5514 | ||
| 5670 | \(fn MODE)" t nil) | 5515 | \(fn MODE)" t nil) |
| 5671 | 5516 | ||
| 5672 | (autoload (quote customize-group) "cus-edit" "\ | 5517 | (autoload 'customize-group "cus-edit" "\ |
| 5673 | Customize GROUP, which must be a customization group. | 5518 | Customize GROUP, which must be a customization group. |
| 5674 | 5519 | ||
| 5675 | \(fn &optional GROUP)" t nil) | 5520 | \(fn &optional GROUP)" t nil) |
| 5676 | 5521 | ||
| 5677 | (autoload (quote customize-group-other-window) "cus-edit" "\ | 5522 | (autoload 'customize-group-other-window "cus-edit" "\ |
| 5678 | Customize GROUP, which must be a customization group, in another window. | 5523 | Customize GROUP, which must be a customization group, in another window. |
| 5679 | 5524 | ||
| 5680 | \(fn &optional GROUP)" t nil) | 5525 | \(fn &optional GROUP)" t nil) |
| 5681 | 5526 | ||
| 5682 | (defalias (quote customize-variable) (quote customize-option)) | 5527 | (defalias 'customize-variable 'customize-option) |
| 5683 | 5528 | ||
| 5684 | (autoload (quote customize-option) "cus-edit" "\ | 5529 | (autoload 'customize-option "cus-edit" "\ |
| 5685 | Customize SYMBOL, which must be a user option variable. | 5530 | Customize SYMBOL, which must be a user option variable. |
| 5686 | 5531 | ||
| 5687 | \(fn SYMBOL)" t nil) | 5532 | \(fn SYMBOL)" t nil) |
| 5688 | 5533 | ||
| 5689 | (defalias (quote customize-variable-other-window) (quote customize-option-other-window)) | 5534 | (defalias 'customize-variable-other-window 'customize-option-other-window) |
| 5690 | 5535 | ||
| 5691 | (autoload (quote customize-option-other-window) "cus-edit" "\ | 5536 | (autoload 'customize-option-other-window "cus-edit" "\ |
| 5692 | Customize SYMBOL, which must be a user option variable. | 5537 | Customize SYMBOL, which must be a user option variable. |
| 5693 | Show the buffer in another window, but don't select it. | 5538 | Show the buffer in another window, but don't select it. |
| 5694 | 5539 | ||
| @@ -5725,9 +5570,9 @@ PACKAGE value appearing in the :package-version keyword. Since | |||
| 5725 | the user might see the value in a error message, a good choice is | 5570 | the user might see the value in a error message, a good choice is |
| 5726 | the official name of the package, such as MH-E or Gnus.") | 5571 | the official name of the package, such as MH-E or Gnus.") |
| 5727 | 5572 | ||
| 5728 | (defalias (quote customize-changed) (quote customize-changed-options)) | 5573 | (defalias 'customize-changed 'customize-changed-options) |
| 5729 | 5574 | ||
| 5730 | (autoload (quote customize-changed-options) "cus-edit" "\ | 5575 | (autoload 'customize-changed-options "cus-edit" "\ |
| 5731 | Customize all settings whose meanings have changed in Emacs itself. | 5576 | Customize all settings whose meanings have changed in Emacs itself. |
| 5732 | This includes new user option variables and faces, and new | 5577 | This includes new user option variables and faces, and new |
| 5733 | customization groups, as well as older options and faces whose meanings | 5578 | customization groups, as well as older options and faces whose meanings |
| @@ -5738,7 +5583,7 @@ that were added or redefined since that version. | |||
| 5738 | 5583 | ||
| 5739 | \(fn SINCE-VERSION)" t nil) | 5584 | \(fn SINCE-VERSION)" t nil) |
| 5740 | 5585 | ||
| 5741 | (autoload (quote customize-face) "cus-edit" "\ | 5586 | (autoload 'customize-face "cus-edit" "\ |
| 5742 | Customize FACE, which should be a face name or nil. | 5587 | Customize FACE, which should be a face name or nil. |
| 5743 | If FACE is nil, customize all faces. If FACE is actually a | 5588 | If FACE is nil, customize all faces. If FACE is actually a |
| 5744 | face-alias, customize the face it is aliased to. | 5589 | face-alias, customize the face it is aliased to. |
| @@ -5748,7 +5593,7 @@ suggest to customize that face, if it's customizable. | |||
| 5748 | 5593 | ||
| 5749 | \(fn &optional FACE)" t nil) | 5594 | \(fn &optional FACE)" t nil) |
| 5750 | 5595 | ||
| 5751 | (autoload (quote customize-face-other-window) "cus-edit" "\ | 5596 | (autoload 'customize-face-other-window "cus-edit" "\ |
| 5752 | Show customization buffer for face FACE in other window. | 5597 | Show customization buffer for face FACE in other window. |
| 5753 | If FACE is actually a face-alias, customize the face it is aliased to. | 5598 | If FACE is actually a face-alias, customize the face it is aliased to. |
| 5754 | 5599 | ||
| @@ -5757,22 +5602,22 @@ suggest to customize that face, if it's customizable. | |||
| 5757 | 5602 | ||
| 5758 | \(fn &optional FACE)" t nil) | 5603 | \(fn &optional FACE)" t nil) |
| 5759 | 5604 | ||
| 5760 | (autoload (quote customize-unsaved) "cus-edit" "\ | 5605 | (autoload 'customize-unsaved "cus-edit" "\ |
| 5761 | Customize all user options set in this session but not saved. | 5606 | Customize all user options set in this session but not saved. |
| 5762 | 5607 | ||
| 5763 | \(fn)" t nil) | 5608 | \(fn)" t nil) |
| 5764 | 5609 | ||
| 5765 | (autoload (quote customize-rogue) "cus-edit" "\ | 5610 | (autoload 'customize-rogue "cus-edit" "\ |
| 5766 | Customize all user variables modified outside customize. | 5611 | Customize all user variables modified outside customize. |
| 5767 | 5612 | ||
| 5768 | \(fn)" t nil) | 5613 | \(fn)" t nil) |
| 5769 | 5614 | ||
| 5770 | (autoload (quote customize-saved) "cus-edit" "\ | 5615 | (autoload 'customize-saved "cus-edit" "\ |
| 5771 | Customize all already saved user options. | 5616 | Customize all already saved user options. |
| 5772 | 5617 | ||
| 5773 | \(fn)" t nil) | 5618 | \(fn)" t nil) |
| 5774 | 5619 | ||
| 5775 | (autoload (quote customize-apropos) "cus-edit" "\ | 5620 | (autoload 'customize-apropos "cus-edit" "\ |
| 5776 | Customize all loaded options, faces and groups matching REGEXP. | 5621 | Customize all loaded options, faces and groups matching REGEXP. |
| 5777 | If ALL is `options', include only options. | 5622 | If ALL is `options', include only options. |
| 5778 | If ALL is `faces', include only faces. | 5623 | If ALL is `faces', include only faces. |
| @@ -5783,24 +5628,24 @@ that are not customizable options, as well as faces and groups | |||
| 5783 | 5628 | ||
| 5784 | \(fn REGEXP &optional ALL)" t nil) | 5629 | \(fn REGEXP &optional ALL)" t nil) |
| 5785 | 5630 | ||
| 5786 | (autoload (quote customize-apropos-options) "cus-edit" "\ | 5631 | (autoload 'customize-apropos-options "cus-edit" "\ |
| 5787 | Customize all loaded customizable options matching REGEXP. | 5632 | Customize all loaded customizable options matching REGEXP. |
| 5788 | With prefix arg, include variables that are not customizable options | 5633 | With prefix arg, include variables that are not customizable options |
| 5789 | \(but we recommend using `apropos-variable' instead). | 5634 | \(but we recommend using `apropos-variable' instead). |
| 5790 | 5635 | ||
| 5791 | \(fn REGEXP &optional ARG)" t nil) | 5636 | \(fn REGEXP &optional ARG)" t nil) |
| 5792 | 5637 | ||
| 5793 | (autoload (quote customize-apropos-faces) "cus-edit" "\ | 5638 | (autoload 'customize-apropos-faces "cus-edit" "\ |
| 5794 | Customize all loaded faces matching REGEXP. | 5639 | Customize all loaded faces matching REGEXP. |
| 5795 | 5640 | ||
| 5796 | \(fn REGEXP)" t nil) | 5641 | \(fn REGEXP)" t nil) |
| 5797 | 5642 | ||
| 5798 | (autoload (quote customize-apropos-groups) "cus-edit" "\ | 5643 | (autoload 'customize-apropos-groups "cus-edit" "\ |
| 5799 | Customize all loaded groups matching REGEXP. | 5644 | Customize all loaded groups matching REGEXP. |
| 5800 | 5645 | ||
| 5801 | \(fn REGEXP)" t nil) | 5646 | \(fn REGEXP)" t nil) |
| 5802 | 5647 | ||
| 5803 | (autoload (quote custom-buffer-create) "cus-edit" "\ | 5648 | (autoload 'custom-buffer-create "cus-edit" "\ |
| 5804 | Create a buffer containing OPTIONS. | 5649 | Create a buffer containing OPTIONS. |
| 5805 | Optional NAME is the name of the buffer. | 5650 | Optional NAME is the name of the buffer. |
| 5806 | OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | 5651 | OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
| @@ -5809,7 +5654,7 @@ that option. | |||
| 5809 | 5654 | ||
| 5810 | \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) | 5655 | \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) |
| 5811 | 5656 | ||
| 5812 | (autoload (quote custom-buffer-create-other-window) "cus-edit" "\ | 5657 | (autoload 'custom-buffer-create-other-window "cus-edit" "\ |
| 5813 | Create a buffer containing OPTIONS, and display it in another window. | 5658 | Create a buffer containing OPTIONS, and display it in another window. |
| 5814 | The result includes selecting that window. | 5659 | The result includes selecting that window. |
| 5815 | Optional NAME is the name of the buffer. | 5660 | Optional NAME is the name of the buffer. |
| @@ -5819,7 +5664,7 @@ that option. | |||
| 5819 | 5664 | ||
| 5820 | \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) | 5665 | \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil) |
| 5821 | 5666 | ||
| 5822 | (autoload (quote customize-browse) "cus-edit" "\ | 5667 | (autoload 'customize-browse "cus-edit" "\ |
| 5823 | Create a tree browser for the customize hierarchy. | 5668 | Create a tree browser for the customize hierarchy. |
| 5824 | 5669 | ||
| 5825 | \(fn &optional GROUP)" t nil) | 5670 | \(fn &optional GROUP)" t nil) |
| @@ -5857,25 +5702,25 @@ in your init file, where CUSTOM-FILE is the actual name of the | |||
| 5857 | file. Otherwise, Emacs will not load the file when it starts up, | 5702 | file. Otherwise, Emacs will not load the file when it starts up, |
| 5858 | and hence will not set `custom-file' to that file either.") | 5703 | and hence will not set `custom-file' to that file either.") |
| 5859 | 5704 | ||
| 5860 | (custom-autoload (quote custom-file) "cus-edit" t) | 5705 | (custom-autoload 'custom-file "cus-edit" t) |
| 5861 | 5706 | ||
| 5862 | (autoload (quote custom-save-all) "cus-edit" "\ | 5707 | (autoload 'custom-save-all "cus-edit" "\ |
| 5863 | Save all customizations in `custom-file'. | 5708 | Save all customizations in `custom-file'. |
| 5864 | 5709 | ||
| 5865 | \(fn)" nil nil) | 5710 | \(fn)" nil nil) |
| 5866 | 5711 | ||
| 5867 | (autoload (quote customize-save-customized) "cus-edit" "\ | 5712 | (autoload 'customize-save-customized "cus-edit" "\ |
| 5868 | Save all user options which have been set in this session. | 5713 | Save all user options which have been set in this session. |
| 5869 | 5714 | ||
| 5870 | \(fn)" t nil) | 5715 | \(fn)" t nil) |
| 5871 | 5716 | ||
| 5872 | (autoload (quote custom-menu-create) "cus-edit" "\ | 5717 | (autoload 'custom-menu-create "cus-edit" "\ |
| 5873 | Create menu for customization group SYMBOL. | 5718 | Create menu for customization group SYMBOL. |
| 5874 | The menu is in a format applicable to `easy-menu-define'. | 5719 | The menu is in a format applicable to `easy-menu-define'. |
| 5875 | 5720 | ||
| 5876 | \(fn SYMBOL)" nil nil) | 5721 | \(fn SYMBOL)" nil nil) |
| 5877 | 5722 | ||
| 5878 | (autoload (quote customize-menu-create) "cus-edit" "\ | 5723 | (autoload 'customize-menu-create "cus-edit" "\ |
| 5879 | Return a customize menu for customization group SYMBOL. | 5724 | Return a customize menu for customization group SYMBOL. |
| 5880 | If optional NAME is given, use that as the name of the menu. | 5725 | If optional NAME is given, use that as the name of the menu. |
| 5881 | Otherwise the menu will be named `Customize'. | 5726 | Otherwise the menu will be named `Customize'. |
| @@ -5886,15 +5731,15 @@ The format is suitable for use with `easy-menu-define'. | |||
| 5886 | ;;;*** | 5731 | ;;;*** |
| 5887 | 5732 | ||
| 5888 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces | 5733 | ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces |
| 5889 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18104 24732)) | 5734 | ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18190 35186)) |
| 5890 | ;;; Generated autoloads from cus-face.el | 5735 | ;;; Generated autoloads from cus-face.el |
| 5891 | 5736 | ||
| 5892 | (autoload (quote custom-declare-face) "cus-face" "\ | 5737 | (autoload 'custom-declare-face "cus-face" "\ |
| 5893 | Like `defface', but FACE is evaluated as a normal argument. | 5738 | Like `defface', but FACE is evaluated as a normal argument. |
| 5894 | 5739 | ||
| 5895 | \(fn FACE SPEC DOC &rest ARGS)" nil nil) | 5740 | \(fn FACE SPEC DOC &rest ARGS)" nil nil) |
| 5896 | 5741 | ||
| 5897 | (defconst custom-face-attributes (quote ((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth (\` (:line-width (\, lwidth)))) (and color (\` (:color (\, color)))) (and style (\` (:style (\, style))))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value (quote unspecified))) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value))))) "\ | 5742 | (defconst custom-face-attributes '((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth `(:line-width ,lwidth)) (and color `(:color ,color)) (and style `(:style ,style))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value 'unspecified)) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value)))) "\ |
| 5898 | Alist of face attributes. | 5743 | Alist of face attributes. |
| 5899 | 5744 | ||
| 5900 | The elements are of the form (KEY TYPE PRE-FILTER POST-FILTER), | 5745 | The elements are of the form (KEY TYPE PRE-FILTER POST-FILTER), |
| @@ -5912,7 +5757,7 @@ The POST-FILTER should also take a single argument, the value after | |||
| 5912 | being customized, and should return a value suitable for setting the | 5757 | being customized, and should return a value suitable for setting the |
| 5913 | given face attribute.") | 5758 | given face attribute.") |
| 5914 | 5759 | ||
| 5915 | (autoload (quote custom-set-faces) "cus-face" "\ | 5760 | (autoload 'custom-set-faces "cus-face" "\ |
| 5916 | Initialize faces according to user preferences. | 5761 | Initialize faces according to user preferences. |
| 5917 | This associates the settings with the `user' theme. | 5762 | This associates the settings with the `user' theme. |
| 5918 | The arguments should be a list where each entry has the form: | 5763 | The arguments should be a list where each entry has the form: |
| @@ -5931,7 +5776,7 @@ COMMENT is a string comment about FACE. | |||
| 5931 | 5776 | ||
| 5932 | \(fn &rest ARGS)" nil nil) | 5777 | \(fn &rest ARGS)" nil nil) |
| 5933 | 5778 | ||
| 5934 | (autoload (quote custom-theme-reset-faces) "cus-face" "\ | 5779 | (autoload 'custom-theme-reset-faces "cus-face" "\ |
| 5935 | Reset the specs in THEME of some faces to their specs in other themes. | 5780 | Reset the specs in THEME of some faces to their specs in other themes. |
| 5936 | Each of the arguments ARGS has this form: | 5781 | Each of the arguments ARGS has this form: |
| 5937 | 5782 | ||
| @@ -5941,7 +5786,7 @@ This means reset FACE. The argument IGNORED is ignored. | |||
| 5941 | 5786 | ||
| 5942 | \(fn THEME &rest ARGS)" nil nil) | 5787 | \(fn THEME &rest ARGS)" nil nil) |
| 5943 | 5788 | ||
| 5944 | (autoload (quote custom-reset-faces) "cus-face" "\ | 5789 | (autoload 'custom-reset-faces "cus-face" "\ |
| 5945 | Reset the specs of some faces to their specs in specified themes. | 5790 | Reset the specs of some faces to their specs in specified themes. |
| 5946 | This creates settings in the `user' theme. | 5791 | This creates settings in the `user' theme. |
| 5947 | 5792 | ||
| @@ -5956,10 +5801,10 @@ This means reset FACE to its value in FROM-THEME. | |||
| 5956 | ;;;*** | 5801 | ;;;*** |
| 5957 | 5802 | ||
| 5958 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" | 5803 | ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el" |
| 5959 | ;;;;;; (18104 24732)) | 5804 | ;;;;;; (18177 856)) |
| 5960 | ;;; Generated autoloads from cus-theme.el | 5805 | ;;; Generated autoloads from cus-theme.el |
| 5961 | 5806 | ||
| 5962 | (autoload (quote customize-create-theme) "cus-theme" "\ | 5807 | (autoload 'customize-create-theme "cus-theme" "\ |
| 5963 | Create a custom theme. | 5808 | Create a custom theme. |
| 5964 | 5809 | ||
| 5965 | \(fn)" t nil) | 5810 | \(fn)" t nil) |
| @@ -5967,10 +5812,10 @@ Create a custom theme. | |||
| 5967 | ;;;*** | 5812 | ;;;*** |
| 5968 | 5813 | ||
| 5969 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" | 5814 | ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" |
| 5970 | ;;;;;; (18104 24732)) | 5815 | ;;;;;; (18177 856)) |
| 5971 | ;;; Generated autoloads from cvs-status.el | 5816 | ;;; Generated autoloads from cvs-status.el |
| 5972 | 5817 | ||
| 5973 | (autoload (quote cvs-status-mode) "cvs-status" "\ | 5818 | (autoload 'cvs-status-mode "cvs-status" "\ |
| 5974 | Mode used for cvs status output. | 5819 | Mode used for cvs status output. |
| 5975 | 5820 | ||
| 5976 | \(fn)" t nil) | 5821 | \(fn)" t nil) |
| @@ -5978,10 +5823,10 @@ Mode used for cvs status output. | |||
| 5978 | ;;;*** | 5823 | ;;;*** |
| 5979 | 5824 | ||
| 5980 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) | 5825 | ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode) |
| 5981 | ;;;;;; "cwarn" "progmodes/cwarn.el" (18104 24764)) | 5826 | ;;;;;; "cwarn" "progmodes/cwarn.el" (18177 872)) |
| 5982 | ;;; Generated autoloads from progmodes/cwarn.el | 5827 | ;;; Generated autoloads from progmodes/cwarn.el |
| 5983 | 5828 | ||
| 5984 | (autoload (quote cwarn-mode) "cwarn" "\ | 5829 | (autoload 'cwarn-mode "cwarn" "\ |
| 5985 | Minor mode that highlights suspicious C and C++ constructions. | 5830 | Minor mode that highlights suspicious C and C++ constructions. |
| 5986 | 5831 | ||
| 5987 | Note, in addition to enabling this minor mode, the major mode must | 5832 | Note, in addition to enabling this minor mode, the major mode must |
| @@ -5992,7 +5837,7 @@ With ARG, turn CWarn mode on if and only if arg is positive. | |||
| 5992 | 5837 | ||
| 5993 | \(fn &optional ARG)" t nil) | 5838 | \(fn &optional ARG)" t nil) |
| 5994 | 5839 | ||
| 5995 | (autoload (quote turn-on-cwarn-mode) "cwarn" "\ | 5840 | (autoload 'turn-on-cwarn-mode "cwarn" "\ |
| 5996 | Turn on CWarn mode. | 5841 | Turn on CWarn mode. |
| 5997 | 5842 | ||
| 5998 | This function is designed to be added to hooks, for example: | 5843 | This function is designed to be added to hooks, for example: |
| @@ -6007,9 +5852,9 @@ Setting this variable directly does not take effect; | |||
| 6007 | either customize it (see the info node `Easy Customization') | 5852 | either customize it (see the info node `Easy Customization') |
| 6008 | or call the function `global-cwarn-mode'.") | 5853 | or call the function `global-cwarn-mode'.") |
| 6009 | 5854 | ||
| 6010 | (custom-autoload (quote global-cwarn-mode) "cwarn" nil) | 5855 | (custom-autoload 'global-cwarn-mode "cwarn" nil) |
| 6011 | 5856 | ||
| 6012 | (autoload (quote global-cwarn-mode) "cwarn" "\ | 5857 | (autoload 'global-cwarn-mode "cwarn" "\ |
| 6013 | Toggle Cwarn mode in every possible buffer. | 5858 | Toggle Cwarn mode in every possible buffer. |
| 6014 | With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive. | 5859 | With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive. |
| 6015 | Cwarn mode is enabled in all buffers where `turn-on-cwarn-mode-if-enabled' would do it. | 5860 | Cwarn mode is enabled in all buffers where `turn-on-cwarn-mode-if-enabled' would do it. |
| @@ -6021,20 +5866,20 @@ See `cwarn-mode' for more information on Cwarn mode. | |||
| 6021 | 5866 | ||
| 6022 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char | 5867 | ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char |
| 6023 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" | 5868 | ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" |
| 6024 | ;;;;;; (18104 24757)) | 5869 | ;;;;;; (18177 866)) |
| 6025 | ;;; Generated autoloads from language/cyril-util.el | 5870 | ;;; Generated autoloads from language/cyril-util.el |
| 6026 | 5871 | ||
| 6027 | (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ | 5872 | (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\ |
| 6028 | Return KOI8-R external character code of CHAR if appropriate. | 5873 | Return KOI8-R external character code of CHAR if appropriate. |
| 6029 | 5874 | ||
| 6030 | \(fn CHAR)" nil nil) | 5875 | \(fn CHAR)" nil nil) |
| 6031 | 5876 | ||
| 6032 | (autoload (quote cyrillic-encode-alternativnyj-char) "cyril-util" "\ | 5877 | (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\ |
| 6033 | Return ALTERNATIVNYJ external character code of CHAR if appropriate. | 5878 | Return ALTERNATIVNYJ external character code of CHAR if appropriate. |
| 6034 | 5879 | ||
| 6035 | \(fn CHAR)" nil nil) | 5880 | \(fn CHAR)" nil nil) |
| 6036 | 5881 | ||
| 6037 | (autoload (quote standard-display-cyrillic-translit) "cyril-util" "\ | 5882 | (autoload 'standard-display-cyrillic-translit "cyril-util" "\ |
| 6038 | Display a cyrillic buffer using a transliteration. | 5883 | Display a cyrillic buffer using a transliteration. |
| 6039 | For readability, the table is slightly | 5884 | For readability, the table is slightly |
| 6040 | different from the one used for the input method `cyrillic-translit'. | 5885 | different from the one used for the input method `cyrillic-translit'. |
| @@ -6050,12 +5895,12 @@ If the argument is nil, we return the display table to its standard state. | |||
| 6050 | ;;;*** | 5895 | ;;;*** |
| 6051 | 5896 | ||
| 6052 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5897 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 6053 | ;;;;;; (18104 24732)) | 5898 | ;;;;;; (18177 856)) |
| 6054 | ;;; Generated autoloads from dabbrev.el | 5899 | ;;; Generated autoloads from dabbrev.el |
| 6055 | (define-key esc-map "/" 'dabbrev-expand) | 5900 | (define-key esc-map "/" 'dabbrev-expand) |
| 6056 | (define-key esc-map [?\C-/] 'dabbrev-completion) | 5901 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| 6057 | 5902 | ||
| 6058 | (autoload (quote dabbrev-completion) "dabbrev" "\ | 5903 | (autoload 'dabbrev-completion "dabbrev" "\ |
| 6059 | Completion on current word. | 5904 | Completion on current word. |
| 6060 | Like \\[dabbrev-expand] but finds all expansions in the current buffer | 5905 | Like \\[dabbrev-expand] but finds all expansions in the current buffer |
| 6061 | and presents suggestions for completion. | 5906 | and presents suggestions for completion. |
| @@ -6069,7 +5914,7 @@ then it searches *all* buffers. | |||
| 6069 | 5914 | ||
| 6070 | \(fn &optional ARG)" t nil) | 5915 | \(fn &optional ARG)" t nil) |
| 6071 | 5916 | ||
| 6072 | (autoload (quote dabbrev-expand) "dabbrev" "\ | 5917 | (autoload 'dabbrev-expand "dabbrev" "\ |
| 6073 | Expand previous word \"dynamically\". | 5918 | Expand previous word \"dynamically\". |
| 6074 | 5919 | ||
| 6075 | Expands to the most recent, preceding word for which this is a prefix. | 5920 | Expands to the most recent, preceding word for which this is a prefix. |
| @@ -6094,11 +5939,11 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]. | |||
| 6094 | 5939 | ||
| 6095 | ;;;*** | 5940 | ;;;*** |
| 6096 | 5941 | ||
| 6097 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18104 | 5942 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18177 |
| 6098 | ;;;;;; 24764)) | 5943 | ;;;;;; 872)) |
| 6099 | ;;; Generated autoloads from progmodes/dcl-mode.el | 5944 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 6100 | 5945 | ||
| 6101 | (autoload (quote dcl-mode) "dcl-mode" "\ | 5946 | (autoload 'dcl-mode "dcl-mode" "\ |
| 6102 | Major mode for editing DCL-files. | 5947 | Major mode for editing DCL-files. |
| 6103 | 5948 | ||
| 6104 | This mode indents command lines in blocks. (A block is commands between | 5949 | This mode indents command lines in blocks. (A block is commands between |
| @@ -6222,12 +6067,12 @@ There is some minimal font-lock support (see vars | |||
| 6222 | ;;;*** | 6067 | ;;;*** |
| 6223 | 6068 | ||
| 6224 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 6069 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 6225 | ;;;;;; "emacs-lisp/debug.el" (18104 24747)) | 6070 | ;;;;;; "emacs-lisp/debug.el" (18177 857)) |
| 6226 | ;;; Generated autoloads from emacs-lisp/debug.el | 6071 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 6227 | 6072 | ||
| 6228 | (setq debugger (quote debug)) | 6073 | (setq debugger 'debug) |
| 6229 | 6074 | ||
| 6230 | (autoload (quote debug) "debug" "\ | 6075 | (autoload 'debug "debug" "\ |
| 6231 | Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'. | 6076 | Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'. |
| 6232 | Arguments are mainly for use when this is called from the internals | 6077 | Arguments are mainly for use when this is called from the internals |
| 6233 | of the evaluator. | 6078 | of the evaluator. |
| @@ -6238,7 +6083,7 @@ first will be printed into the backtrace buffer. | |||
| 6238 | 6083 | ||
| 6239 | \(fn &rest DEBUGGER-ARGS)" t nil) | 6084 | \(fn &rest DEBUGGER-ARGS)" t nil) |
| 6240 | 6085 | ||
| 6241 | (autoload (quote debug-on-entry) "debug" "\ | 6086 | (autoload 'debug-on-entry "debug" "\ |
| 6242 | Request FUNCTION to invoke debugger each time it is called. | 6087 | Request FUNCTION to invoke debugger each time it is called. |
| 6243 | 6088 | ||
| 6244 | When called interactively, prompt for FUNCTION in the minibuffer. | 6089 | When called interactively, prompt for FUNCTION in the minibuffer. |
| @@ -6255,7 +6100,7 @@ Redefining FUNCTION also cancels it. | |||
| 6255 | 6100 | ||
| 6256 | \(fn FUNCTION)" t nil) | 6101 | \(fn FUNCTION)" t nil) |
| 6257 | 6102 | ||
| 6258 | (autoload (quote cancel-debug-on-entry) "debug" "\ | 6103 | (autoload 'cancel-debug-on-entry "debug" "\ |
| 6259 | Undo effect of \\[debug-on-entry] on FUNCTION. | 6104 | Undo effect of \\[debug-on-entry] on FUNCTION. |
| 6260 | If FUNCTION is nil, cancel debug-on-entry for all functions. | 6105 | If FUNCTION is nil, cancel debug-on-entry for all functions. |
| 6261 | When called interactively, prompt for FUNCTION in the minibuffer. | 6106 | When called interactively, prompt for FUNCTION in the minibuffer. |
| @@ -6266,15 +6111,15 @@ To specify a nil argument interactively, exit with an empty minibuffer. | |||
| 6266 | ;;;*** | 6111 | ;;;*** |
| 6267 | 6112 | ||
| 6268 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 6113 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 6269 | ;;;;;; (18104 24760)) | 6114 | ;;;;;; (18177 871)) |
| 6270 | ;;; Generated autoloads from play/decipher.el | 6115 | ;;; Generated autoloads from play/decipher.el |
| 6271 | 6116 | ||
| 6272 | (autoload (quote decipher) "decipher" "\ | 6117 | (autoload 'decipher "decipher" "\ |
| 6273 | Format a buffer of ciphertext for cryptanalysis and enter Decipher mode. | 6118 | Format a buffer of ciphertext for cryptanalysis and enter Decipher mode. |
| 6274 | 6119 | ||
| 6275 | \(fn)" t nil) | 6120 | \(fn)" t nil) |
| 6276 | 6121 | ||
| 6277 | (autoload (quote decipher-mode) "decipher" "\ | 6122 | (autoload 'decipher-mode "decipher" "\ |
| 6278 | Major mode for decrypting monoalphabetic substitution ciphers. | 6123 | Major mode for decrypting monoalphabetic substitution ciphers. |
| 6279 | Lower-case letters enter plaintext. | 6124 | Lower-case letters enter plaintext. |
| 6280 | Upper-case letters are commands. | 6125 | Upper-case letters are commands. |
| @@ -6295,23 +6140,23 @@ The most useful commands are: | |||
| 6295 | ;;;*** | 6140 | ;;;*** |
| 6296 | 6141 | ||
| 6297 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region | 6142 | ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region |
| 6298 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18104 | 6143 | ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18177 |
| 6299 | ;;;;;; 24732)) | 6144 | ;;;;;; 856)) |
| 6300 | ;;; Generated autoloads from delim-col.el | 6145 | ;;; Generated autoloads from delim-col.el |
| 6301 | 6146 | ||
| 6302 | (autoload (quote delimit-columns-customize) "delim-col" "\ | 6147 | (autoload 'delimit-columns-customize "delim-col" "\ |
| 6303 | Customization of `columns' group. | 6148 | Customization of `columns' group. |
| 6304 | 6149 | ||
| 6305 | \(fn)" t nil) | 6150 | \(fn)" t nil) |
| 6306 | 6151 | ||
| 6307 | (autoload (quote delimit-columns-region) "delim-col" "\ | 6152 | (autoload 'delimit-columns-region "delim-col" "\ |
| 6308 | Prettify all columns in a text region. | 6153 | Prettify all columns in a text region. |
| 6309 | 6154 | ||
| 6310 | START and END delimits the text region. | 6155 | START and END delimits the text region. |
| 6311 | 6156 | ||
| 6312 | \(fn START END)" t nil) | 6157 | \(fn START END)" t nil) |
| 6313 | 6158 | ||
| 6314 | (autoload (quote delimit-columns-rectangle) "delim-col" "\ | 6159 | (autoload 'delimit-columns-rectangle "delim-col" "\ |
| 6315 | Prettify all columns in a text rectangle. | 6160 | Prettify all columns in a text rectangle. |
| 6316 | 6161 | ||
| 6317 | START and END delimits the corners of text rectangle. | 6162 | START and END delimits the corners of text rectangle. |
| @@ -6320,11 +6165,11 @@ START and END delimits the corners of text rectangle. | |||
| 6320 | 6165 | ||
| 6321 | ;;;*** | 6166 | ;;;*** |
| 6322 | 6167 | ||
| 6323 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18104 | 6168 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18190 |
| 6324 | ;;;;;; 24765)) | 6169 | ;;;;;; 35205)) |
| 6325 | ;;; Generated autoloads from progmodes/delphi.el | 6170 | ;;; Generated autoloads from progmodes/delphi.el |
| 6326 | 6171 | ||
| 6327 | (autoload (quote delphi-mode) "delphi" "\ | 6172 | (autoload 'delphi-mode "delphi" "\ |
| 6328 | Major mode for editing Delphi code. \\<delphi-mode-map> | 6173 | Major mode for editing Delphi code. \\<delphi-mode-map> |
| 6329 | \\[delphi-tab] - Indents the current line for Delphi code. | 6174 | \\[delphi-tab] - Indents the current line for Delphi code. |
| 6330 | \\[delphi-find-unit] - Search for a Delphi source file. | 6175 | \\[delphi-find-unit] - Search for a Delphi source file. |
| @@ -6371,11 +6216,11 @@ no args, if that value is non-nil. | |||
| 6371 | 6216 | ||
| 6372 | ;;;*** | 6217 | ;;;*** |
| 6373 | 6218 | ||
| 6374 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18104 | 6219 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18190 |
| 6375 | ;;;;;; 24732)) | 6220 | ;;;;;; 35186)) |
| 6376 | ;;; Generated autoloads from delsel.el | 6221 | ;;; Generated autoloads from delsel.el |
| 6377 | 6222 | ||
| 6378 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 6223 | (defalias 'pending-delete-mode 'delete-selection-mode) |
| 6379 | 6224 | ||
| 6380 | (defvar delete-selection-mode nil "\ | 6225 | (defvar delete-selection-mode nil "\ |
| 6381 | Non-nil if Delete-Selection mode is enabled. | 6226 | Non-nil if Delete-Selection mode is enabled. |
| @@ -6384,9 +6229,9 @@ Setting this variable directly does not take effect; | |||
| 6384 | either customize it (see the info node `Easy Customization') | 6229 | either customize it (see the info node `Easy Customization') |
| 6385 | or call the function `delete-selection-mode'.") | 6230 | or call the function `delete-selection-mode'.") |
| 6386 | 6231 | ||
| 6387 | (custom-autoload (quote delete-selection-mode) "delsel" nil) | 6232 | (custom-autoload 'delete-selection-mode "delsel" nil) |
| 6388 | 6233 | ||
| 6389 | (autoload (quote delete-selection-mode) "delsel" "\ | 6234 | (autoload 'delete-selection-mode "delsel" "\ |
| 6390 | Toggle Delete Selection mode. | 6235 | Toggle Delete Selection mode. |
| 6391 | With prefix ARG, turn Delete Selection mode on if and only if ARG is | 6236 | With prefix ARG, turn Delete Selection mode on if and only if ARG is |
| 6392 | positive. | 6237 | positive. |
| @@ -6401,10 +6246,10 @@ any selection. | |||
| 6401 | ;;;*** | 6246 | ;;;*** |
| 6402 | 6247 | ||
| 6403 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 6248 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 6404 | ;;;;;; "derived" "emacs-lisp/derived.el" (18104 24747)) | 6249 | ;;;;;; "derived" "emacs-lisp/derived.el" (18177 857)) |
| 6405 | ;;; Generated autoloads from emacs-lisp/derived.el | 6250 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 6406 | 6251 | ||
| 6407 | (autoload (quote define-derived-mode) "derived" "\ | 6252 | (autoload 'define-derived-mode "derived" "\ |
| 6408 | Create a new mode as a variant of an existing mode. | 6253 | Create a new mode as a variant of an existing mode. |
| 6409 | 6254 | ||
| 6410 | The arguments to this command are as follow: | 6255 | The arguments to this command are as follow: |
| @@ -6455,7 +6300,7 @@ See Info node `(elisp)Derived Modes' for more details. | |||
| 6455 | 6300 | ||
| 6456 | \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro)) | 6301 | \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro)) |
| 6457 | 6302 | ||
| 6458 | (autoload (quote derived-mode-init-mode-variables) "derived" "\ | 6303 | (autoload 'derived-mode-init-mode-variables "derived" "\ |
| 6459 | Initialize variables for a new MODE. | 6304 | Initialize variables for a new MODE. |
| 6460 | Right now, if they don't already exist, set up a blank keymap, an | 6305 | Right now, if they don't already exist, set up a blank keymap, an |
| 6461 | empty syntax table, and an empty abbrev table -- these will be merged | 6306 | empty syntax table, and an empty abbrev table -- these will be merged |
| @@ -6466,10 +6311,10 @@ the first time the mode is used. | |||
| 6466 | ;;;*** | 6311 | ;;;*** |
| 6467 | 6312 | ||
| 6468 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 6313 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 6469 | ;;;;;; "descr-text.el" (18104 24732)) | 6314 | ;;;;;; "descr-text.el" (18177 856)) |
| 6470 | ;;; Generated autoloads from descr-text.el | 6315 | ;;; Generated autoloads from descr-text.el |
| 6471 | 6316 | ||
| 6472 | (autoload (quote describe-text-properties) "descr-text" "\ | 6317 | (autoload 'describe-text-properties "descr-text" "\ |
| 6473 | Describe widgets, buttons, overlays and text properties at POS. | 6318 | Describe widgets, buttons, overlays and text properties at POS. |
| 6474 | Interactively, describe them for the character after point. | 6319 | Interactively, describe them for the character after point. |
| 6475 | If optional second argument OUTPUT-BUFFER is non-nil, | 6320 | If optional second argument OUTPUT-BUFFER is non-nil, |
| @@ -6478,7 +6323,7 @@ otherwise. | |||
| 6478 | 6323 | ||
| 6479 | \(fn POS &optional OUTPUT-BUFFER)" t nil) | 6324 | \(fn POS &optional OUTPUT-BUFFER)" t nil) |
| 6480 | 6325 | ||
| 6481 | (autoload (quote describe-char) "descr-text" "\ | 6326 | (autoload 'describe-char "descr-text" "\ |
| 6482 | Describe the character after POS (interactively, the character after point). | 6327 | Describe the character after POS (interactively, the character after point). |
| 6483 | The information includes character code, charset and code points in it, | 6328 | The information includes character code, charset and code points in it, |
| 6484 | syntax, category, how the character is encoded in a file, | 6329 | syntax, category, how the character is encoded in a file, |
| @@ -6492,16 +6337,16 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 6492 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 6337 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 6493 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 6338 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 6494 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 6339 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 6495 | ;;;;;; "desktop.el" (18104 24732)) | 6340 | ;;;;;; "desktop.el" (18177 856)) |
| 6496 | ;;; Generated autoloads from desktop.el | 6341 | ;;; Generated autoloads from desktop.el |
| 6497 | 6342 | ||
| 6498 | (defvar desktop-save-mode nil "\ | 6343 | (defvar desktop-save-mode nil "\ |
| 6499 | Non-nil if Desktop-Save mode is enabled. | 6344 | Non-nil if Desktop-Save mode is enabled. |
| 6500 | See the command `desktop-save-mode' for a description of this minor mode.") | 6345 | See the command `desktop-save-mode' for a description of this minor mode.") |
| 6501 | 6346 | ||
| 6502 | (custom-autoload (quote desktop-save-mode) "desktop" nil) | 6347 | (custom-autoload 'desktop-save-mode "desktop" nil) |
| 6503 | 6348 | ||
| 6504 | (autoload (quote desktop-save-mode) "desktop" "\ | 6349 | (autoload 'desktop-save-mode "desktop" "\ |
| 6505 | Toggle desktop saving mode. | 6350 | Toggle desktop saving mode. |
| 6506 | With numeric ARG, turn desktop saving on if ARG is positive, off | 6351 | With numeric ARG, turn desktop saving on if ARG is positive, off |
| 6507 | otherwise. If desktop saving is turned on, the state of Emacs is | 6352 | otherwise. If desktop saving is turned on, the state of Emacs is |
| @@ -6510,12 +6355,12 @@ and function `desktop-read' for details. | |||
| 6510 | 6355 | ||
| 6511 | \(fn &optional ARG)" t nil) | 6356 | \(fn &optional ARG)" t nil) |
| 6512 | 6357 | ||
| 6513 | (defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\ | 6358 | (defvar desktop-locals-to-save '(desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace) "\ |
| 6514 | List of local variables to save for each buffer. | 6359 | List of local variables to save for each buffer. |
| 6515 | The variables are saved only when they really are local. Conventional minor | 6360 | The variables are saved only when they really are local. Conventional minor |
| 6516 | modes are restored automatically; they should not be listed here.") | 6361 | modes are restored automatically; they should not be listed here.") |
| 6517 | 6362 | ||
| 6518 | (custom-autoload (quote desktop-locals-to-save) "desktop" t) | 6363 | (custom-autoload 'desktop-locals-to-save "desktop" t) |
| 6519 | 6364 | ||
| 6520 | (defvar desktop-save-buffer nil "\ | 6365 | (defvar desktop-save-buffer nil "\ |
| 6521 | When non-nil, save buffer status in desktop file. | 6366 | When non-nil, save buffer status in desktop file. |
| @@ -6569,7 +6414,7 @@ code like | |||
| 6569 | 6414 | ||
| 6570 | Furthermore the major mode function must be autoloaded.") | 6415 | Furthermore the major mode function must be autoloaded.") |
| 6571 | 6416 | ||
| 6572 | (put (quote desktop-buffer-mode-handlers) (quote risky-local-variable) t) | 6417 | (put 'desktop-buffer-mode-handlers 'risky-local-variable t) |
| 6573 | 6418 | ||
| 6574 | (defvar desktop-minor-mode-handlers nil "\ | 6419 | (defvar desktop-minor-mode-handlers nil "\ |
| 6575 | Alist of functions to restore non-standard minor modes. | 6420 | Alist of functions to restore non-standard minor modes. |
| @@ -6613,9 +6458,9 @@ Furthermore the minor mode function must be autoloaded. | |||
| 6613 | 6458 | ||
| 6614 | See also `desktop-minor-mode-table'.") | 6459 | See also `desktop-minor-mode-table'.") |
| 6615 | 6460 | ||
| 6616 | (put (quote desktop-minor-mode-handlers) (quote risky-local-variable) t) | 6461 | (put 'desktop-minor-mode-handlers 'risky-local-variable t) |
| 6617 | 6462 | ||
| 6618 | (autoload (quote desktop-clear) "desktop" "\ | 6463 | (autoload 'desktop-clear "desktop" "\ |
| 6619 | Empty the Desktop. | 6464 | Empty the Desktop. |
| 6620 | This kills all buffers except for internal ones and those with names matched by | 6465 | This kills all buffers except for internal ones and those with names matched by |
| 6621 | a regular expression in the list `desktop-clear-preserve-buffers'. | 6466 | a regular expression in the list `desktop-clear-preserve-buffers'. |
| @@ -6623,7 +6468,7 @@ Furthermore, it clears the variables listed in `desktop-globals-to-clear'. | |||
| 6623 | 6468 | ||
| 6624 | \(fn)" t nil) | 6469 | \(fn)" t nil) |
| 6625 | 6470 | ||
| 6626 | (autoload (quote desktop-save) "desktop" "\ | 6471 | (autoload 'desktop-save "desktop" "\ |
| 6627 | Save the desktop in a desktop file. | 6472 | Save the desktop in a desktop file. |
| 6628 | Parameter DIRNAME specifies where to save the desktop file. | 6473 | Parameter DIRNAME specifies where to save the desktop file. |
| 6629 | Optional parameter RELEASE says whether we're done with this desktop. | 6474 | Optional parameter RELEASE says whether we're done with this desktop. |
| @@ -6631,13 +6476,13 @@ See also `desktop-base-file-name'. | |||
| 6631 | 6476 | ||
| 6632 | \(fn DIRNAME &optional RELEASE)" t nil) | 6477 | \(fn DIRNAME &optional RELEASE)" t nil) |
| 6633 | 6478 | ||
| 6634 | (autoload (quote desktop-remove) "desktop" "\ | 6479 | (autoload 'desktop-remove "desktop" "\ |
| 6635 | Delete desktop file in `desktop-dirname'. | 6480 | Delete desktop file in `desktop-dirname'. |
| 6636 | This function also sets `desktop-dirname' to nil. | 6481 | This function also sets `desktop-dirname' to nil. |
| 6637 | 6482 | ||
| 6638 | \(fn)" t nil) | 6483 | \(fn)" t nil) |
| 6639 | 6484 | ||
| 6640 | (autoload (quote desktop-read) "desktop" "\ | 6485 | (autoload 'desktop-read "desktop" "\ |
| 6641 | Read and process the desktop file in directory DIRNAME. | 6486 | Read and process the desktop file in directory DIRNAME. |
| 6642 | Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in | 6487 | Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in |
| 6643 | directories listed in `desktop-path'. If a desktop file is found, it | 6488 | directories listed in `desktop-path'. If a desktop file is found, it |
| @@ -6648,13 +6493,13 @@ It returns t if a desktop file was loaded, nil otherwise. | |||
| 6648 | 6493 | ||
| 6649 | \(fn &optional DIRNAME)" t nil) | 6494 | \(fn &optional DIRNAME)" t nil) |
| 6650 | 6495 | ||
| 6651 | (autoload (quote desktop-load-default) "desktop" "\ | 6496 | (autoload 'desktop-load-default "desktop" "\ |
| 6652 | Load the `default' start-up library manually. | 6497 | Load the `default' start-up library manually. |
| 6653 | Also inhibit further loading of it. | 6498 | Also inhibit further loading of it. |
| 6654 | 6499 | ||
| 6655 | \(fn)" nil nil) | 6500 | \(fn)" nil nil) |
| 6656 | 6501 | ||
| 6657 | (autoload (quote desktop-change-dir) "desktop" "\ | 6502 | (autoload 'desktop-change-dir "desktop" "\ |
| 6658 | Change to desktop saved in DIRNAME. | 6503 | Change to desktop saved in DIRNAME. |
| 6659 | Kill the desktop as specified by variables `desktop-save-mode' and | 6504 | Kill the desktop as specified by variables `desktop-save-mode' and |
| 6660 | `desktop-save', then clear the desktop and load the desktop file in | 6505 | `desktop-save', then clear the desktop and load the desktop file in |
| @@ -6662,12 +6507,12 @@ directory DIRNAME. | |||
| 6662 | 6507 | ||
| 6663 | \(fn DIRNAME)" t nil) | 6508 | \(fn DIRNAME)" t nil) |
| 6664 | 6509 | ||
| 6665 | (autoload (quote desktop-save-in-desktop-dir) "desktop" "\ | 6510 | (autoload 'desktop-save-in-desktop-dir "desktop" "\ |
| 6666 | Save the desktop in directory `desktop-dirname'. | 6511 | Save the desktop in directory `desktop-dirname'. |
| 6667 | 6512 | ||
| 6668 | \(fn)" t nil) | 6513 | \(fn)" t nil) |
| 6669 | 6514 | ||
| 6670 | (autoload (quote desktop-revert) "desktop" "\ | 6515 | (autoload 'desktop-revert "desktop" "\ |
| 6671 | Revert to the last loaded desktop. | 6516 | Revert to the last loaded desktop. |
| 6672 | 6517 | ||
| 6673 | \(fn)" t nil) | 6518 | \(fn)" t nil) |
| @@ -6676,10 +6521,10 @@ Revert to the last loaded desktop. | |||
| 6676 | 6521 | ||
| 6677 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article | 6522 | ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article |
| 6678 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) | 6523 | ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines) |
| 6679 | ;;;;;; "deuglify" "gnus/deuglify.el" (18104 24750)) | 6524 | ;;;;;; "deuglify" "gnus/deuglify.el" (18177 860)) |
| 6680 | ;;; Generated autoloads from gnus/deuglify.el | 6525 | ;;; Generated autoloads from gnus/deuglify.el |
| 6681 | 6526 | ||
| 6682 | (autoload (quote gnus-article-outlook-unwrap-lines) "deuglify" "\ | 6527 | (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\ |
| 6683 | Unwrap lines that appear to be wrapped citation lines. | 6528 | Unwrap lines that appear to be wrapped citation lines. |
| 6684 | You can control what lines will be unwrapped by frobbing | 6529 | You can control what lines will be unwrapped by frobbing |
| 6685 | `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max', | 6530 | `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max', |
| @@ -6688,49 +6533,55 @@ NODISPLAY is non-nil, don't redisplay the article buffer. | |||
| 6688 | 6533 | ||
| 6689 | \(fn &optional NODISPLAY)" t nil) | 6534 | \(fn &optional NODISPLAY)" t nil) |
| 6690 | 6535 | ||
| 6691 | (autoload (quote gnus-article-outlook-repair-attribution) "deuglify" "\ | 6536 | (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\ |
| 6692 | Repair a broken attribution line. | 6537 | Repair a broken attribution line. |
| 6693 | If NODISPLAY is non-nil, don't redisplay the article buffer. | 6538 | If NODISPLAY is non-nil, don't redisplay the article buffer. |
| 6694 | 6539 | ||
| 6695 | \(fn &optional NODISPLAY)" t nil) | 6540 | \(fn &optional NODISPLAY)" t nil) |
| 6696 | 6541 | ||
| 6697 | (autoload (quote gnus-outlook-deuglify-article) "deuglify" "\ | 6542 | (autoload 'gnus-outlook-deuglify-article "deuglify" "\ |
| 6698 | Full deuglify of broken Outlook (Express) articles. | 6543 | Full deuglify of broken Outlook (Express) articles. |
| 6699 | Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If | 6544 | Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If |
| 6700 | NODISPLAY is non-nil, don't redisplay the article buffer. | 6545 | NODISPLAY is non-nil, don't redisplay the article buffer. |
| 6701 | 6546 | ||
| 6702 | \(fn &optional NODISPLAY)" t nil) | 6547 | \(fn &optional NODISPLAY)" t nil) |
| 6703 | 6548 | ||
| 6704 | (autoload (quote gnus-article-outlook-deuglify-article) "deuglify" "\ | 6549 | (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\ |
| 6705 | Deuglify broken Outlook (Express) articles and redisplay. | 6550 | Deuglify broken Outlook (Express) articles and redisplay. |
| 6706 | 6551 | ||
| 6707 | \(fn)" t nil) | 6552 | \(fn)" t nil) |
| 6708 | 6553 | ||
| 6709 | ;;;*** | 6554 | ;;;*** |
| 6710 | 6555 | ||
| 6711 | ;;;### (autoloads (devanagari-post-read-conversion devanagari-compose-region) | 6556 | ;;;### (autoloads (devanagari-composition-function devanagari-post-read-conversion |
| 6712 | ;;;;;; "devan-util" "language/devan-util.el" (18104 24757)) | 6557 | ;;;;;; devanagari-compose-region) "devan-util" "language/devan-util.el" |
| 6558 | ;;;;;; (18177 866)) | ||
| 6713 | ;;; Generated autoloads from language/devan-util.el | 6559 | ;;; Generated autoloads from language/devan-util.el |
| 6714 | 6560 | ||
| 6715 | (defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") | 6561 | (autoload 'devanagari-compose-region "devan-util" "\ |
| 6716 | |||
| 6717 | (autoload (quote devanagari-compose-region) "devan-util" "\ | ||
| 6718 | Not documented | 6562 | Not documented |
| 6719 | 6563 | ||
| 6720 | \(fn FROM TO)" t nil) | 6564 | \(fn FROM TO)" t nil) |
| 6721 | 6565 | ||
| 6722 | (autoload (quote devanagari-post-read-conversion) "devan-util" "\ | 6566 | (autoload 'devanagari-post-read-conversion "devan-util" "\ |
| 6723 | Not documented | 6567 | Not documented |
| 6724 | 6568 | ||
| 6725 | \(fn LEN)" nil nil) | 6569 | \(fn LEN)" nil nil) |
| 6726 | 6570 | ||
| 6571 | (autoload 'devanagari-composition-function "devan-util" "\ | ||
| 6572 | Compose Devanagari characters after the position POS. | ||
| 6573 | If STRING is not nil, it is a string, and POS is an index to the string. | ||
| 6574 | In this case, compose characters after POS of the string. | ||
| 6575 | |||
| 6576 | \(fn POS &optional STRING)" nil nil) | ||
| 6577 | |||
| 6727 | ;;;*** | 6578 | ;;;*** |
| 6728 | 6579 | ||
| 6729 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 6580 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 6730 | ;;;;;; "calendar/diary-lib.el" (18104 24745)) | 6581 | ;;;;;; "calendar/diary-lib.el" (18190 35185)) |
| 6731 | ;;; Generated autoloads from calendar/diary-lib.el | 6582 | ;;; Generated autoloads from calendar/diary-lib.el |
| 6732 | 6583 | ||
| 6733 | (autoload (quote diary) "diary-lib" "\ | 6584 | (autoload 'diary "diary-lib" "\ |
| 6734 | Generate the diary window for ARG days starting with the current date. | 6585 | Generate the diary window for ARG days starting with the current date. |
| 6735 | If no argument is provided, the number of days of diary entries is governed | 6586 | If no argument is provided, the number of days of diary entries is governed |
| 6736 | by the variable `number-of-diary-entries'. A value of ARG less than 1 | 6587 | by the variable `number-of-diary-entries'. A value of ARG less than 1 |
| @@ -6738,7 +6589,7 @@ does nothing. This function is suitable for execution in a `.emacs' file. | |||
| 6738 | 6589 | ||
| 6739 | \(fn &optional ARG)" t nil) | 6590 | \(fn &optional ARG)" t nil) |
| 6740 | 6591 | ||
| 6741 | (autoload (quote diary-mail-entries) "diary-lib" "\ | 6592 | (autoload 'diary-mail-entries "diary-lib" "\ |
| 6742 | Send a mail message showing diary entries for next NDAYS days. | 6593 | Send a mail message showing diary entries for next NDAYS days. |
| 6743 | If no prefix argument is given, NDAYS is set to `diary-mail-days'. | 6594 | If no prefix argument is given, NDAYS is set to `diary-mail-days'. |
| 6744 | Mail is sent to the address specified by `diary-mail-addr'. | 6595 | Mail is sent to the address specified by `diary-mail-addr'. |
| @@ -6765,7 +6616,7 @@ to run it every morning at 1am. | |||
| 6765 | 6616 | ||
| 6766 | \(fn &optional NDAYS)" t nil) | 6617 | \(fn &optional NDAYS)" t nil) |
| 6767 | 6618 | ||
| 6768 | (autoload (quote diary-mode) "diary-lib" "\ | 6619 | (autoload 'diary-mode "diary-lib" "\ |
| 6769 | Major mode for editing the diary file. | 6620 | Major mode for editing the diary file. |
| 6770 | 6621 | ||
| 6771 | \(fn)" t nil) | 6622 | \(fn)" t nil) |
| @@ -6773,20 +6624,20 @@ Major mode for editing the diary file. | |||
| 6773 | ;;;*** | 6624 | ;;;*** |
| 6774 | 6625 | ||
| 6775 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" | 6626 | ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff" |
| 6776 | ;;;;;; "diff.el" (18104 24733)) | 6627 | ;;;;;; "diff.el" (18177 856)) |
| 6777 | ;;; Generated autoloads from diff.el | 6628 | ;;; Generated autoloads from diff.el |
| 6778 | 6629 | ||
| 6779 | (defvar diff-switches "-c" "\ | 6630 | (defvar diff-switches "-c" "\ |
| 6780 | *A string or list of strings specifying switches to be passed to diff.") | 6631 | *A string or list of strings specifying switches to be passed to diff.") |
| 6781 | 6632 | ||
| 6782 | (custom-autoload (quote diff-switches) "diff" t) | 6633 | (custom-autoload 'diff-switches "diff" t) |
| 6783 | 6634 | ||
| 6784 | (defvar diff-command "diff" "\ | 6635 | (defvar diff-command "diff" "\ |
| 6785 | *The command to use to run diff.") | 6636 | *The command to use to run diff.") |
| 6786 | 6637 | ||
| 6787 | (custom-autoload (quote diff-command) "diff" t) | 6638 | (custom-autoload 'diff-command "diff" t) |
| 6788 | 6639 | ||
| 6789 | (autoload (quote diff) "diff" "\ | 6640 | (autoload 'diff "diff" "\ |
| 6790 | Find and display the differences between OLD and NEW files. | 6641 | Find and display the differences between OLD and NEW files. |
| 6791 | Interactively the current buffer's file name is the default for NEW | 6642 | Interactively the current buffer's file name is the default for NEW |
| 6792 | and a backup file for NEW is the default for OLD. | 6643 | and a backup file for NEW is the default for OLD. |
| @@ -6795,7 +6646,7 @@ With prefix arg, prompt for diff switches. | |||
| 6795 | 6646 | ||
| 6796 | \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) | 6647 | \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) |
| 6797 | 6648 | ||
| 6798 | (autoload (quote diff-backup) "diff" "\ | 6649 | (autoload 'diff-backup "diff" "\ |
| 6799 | Diff this file with its backup file or vice versa. | 6650 | Diff this file with its backup file or vice versa. |
| 6800 | Uses the latest backup, if there are several numerical backups. | 6651 | Uses the latest backup, if there are several numerical backups. |
| 6801 | If this file is a backup, diff it with its original. | 6652 | If this file is a backup, diff it with its original. |
| @@ -6807,10 +6658,10 @@ With prefix arg, prompt for diff switches. | |||
| 6807 | ;;;*** | 6658 | ;;;*** |
| 6808 | 6659 | ||
| 6809 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 6660 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 6810 | ;;;;;; (18104 24733)) | 6661 | ;;;;;; (18190 35186)) |
| 6811 | ;;; Generated autoloads from diff-mode.el | 6662 | ;;; Generated autoloads from diff-mode.el |
| 6812 | 6663 | ||
| 6813 | (autoload (quote diff-mode) "diff-mode" "\ | 6664 | (autoload 'diff-mode "diff-mode" "\ |
| 6814 | Major mode for viewing/editing context diffs. | 6665 | Major mode for viewing/editing context diffs. |
| 6815 | Supports unified and context diffs as well as (to a lesser extent) | 6666 | Supports unified and context diffs as well as (to a lesser extent) |
| 6816 | normal diffs. | 6667 | normal diffs. |
| @@ -6827,7 +6678,7 @@ a diff with \\[diff-reverse-direction]. | |||
| 6827 | 6678 | ||
| 6828 | \(fn)" t nil) | 6679 | \(fn)" t nil) |
| 6829 | 6680 | ||
| 6830 | (autoload (quote diff-minor-mode) "diff-mode" "\ | 6681 | (autoload 'diff-minor-mode "diff-mode" "\ |
| 6831 | Minor mode for viewing/editing context diffs. | 6682 | Minor mode for viewing/editing context diffs. |
| 6832 | \\{diff-minor-mode-map} | 6683 | \\{diff-minor-mode-map} |
| 6833 | 6684 | ||
| @@ -6839,7 +6690,7 @@ Minor mode for viewing/editing context diffs. | |||
| 6839 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 6690 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 6840 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 6691 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 6841 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 6692 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 6842 | ;;;;;; "dired" "dired.el" (18104 24733)) | 6693 | ;;;;;; "dired" "dired.el" (18190 35187)) |
| 6843 | ;;; Generated autoloads from dired.el | 6694 | ;;; Generated autoloads from dired.el |
| 6844 | 6695 | ||
| 6845 | (defvar dired-listing-switches "-al" "\ | 6696 | (defvar dired-listing-switches "-al" "\ |
| @@ -6851,9 +6702,9 @@ On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | |||
| 6851 | some of the `ls' switches are not supported; see the doc string of | 6702 | some of the `ls' switches are not supported; see the doc string of |
| 6852 | `insert-directory' in `ls-lisp.el' for more details.") | 6703 | `insert-directory' in `ls-lisp.el' for more details.") |
| 6853 | 6704 | ||
| 6854 | (custom-autoload (quote dired-listing-switches) "dired" t) | 6705 | (custom-autoload 'dired-listing-switches "dired" t) |
| 6855 | 6706 | ||
| 6856 | (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ | 6707 | (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v irix linux gnu/linux cygwin)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\ |
| 6857 | Name of chown command (usually `chown' or `/etc/chown').") | 6708 | Name of chown command (usually `chown' or `/etc/chown').") |
| 6858 | 6709 | ||
| 6859 | (defvar dired-ls-F-marks-symlinks nil "\ | 6710 | (defvar dired-ls-F-marks-symlinks nil "\ |
| @@ -6870,14 +6721,14 @@ marking `ls' program on one host and a non-marking on another host, and | |||
| 6870 | don't care about symbolic links which really end in a @, you can | 6721 | don't care about symbolic links which really end in a @, you can |
| 6871 | always set this variable to t.") | 6722 | always set this variable to t.") |
| 6872 | 6723 | ||
| 6873 | (custom-autoload (quote dired-ls-F-marks-symlinks) "dired" t) | 6724 | (custom-autoload 'dired-ls-F-marks-symlinks "dired" t) |
| 6874 | 6725 | ||
| 6875 | (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ | 6726 | (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\ |
| 6876 | *Regexp of files to skip when finding first file of a directory. | 6727 | *Regexp of files to skip when finding first file of a directory. |
| 6877 | A value of nil means move to the subdir line. | 6728 | A value of nil means move to the subdir line. |
| 6878 | A value of t means move to first file.") | 6729 | A value of t means move to first file.") |
| 6879 | 6730 | ||
| 6880 | (custom-autoload (quote dired-trivial-filenames) "dired" t) | 6731 | (custom-autoload 'dired-trivial-filenames "dired" t) |
| 6881 | 6732 | ||
| 6882 | (defvar dired-keep-marker-rename t "\ | 6733 | (defvar dired-keep-marker-rename t "\ |
| 6883 | *Controls marking of renamed files. | 6734 | *Controls marking of renamed files. |
| @@ -6885,28 +6736,28 @@ If t, files keep their previous marks when they are renamed. | |||
| 6885 | If a character, renamed files (whether previously marked or not) | 6736 | If a character, renamed files (whether previously marked or not) |
| 6886 | are afterward marked with that character.") | 6737 | are afterward marked with that character.") |
| 6887 | 6738 | ||
| 6888 | (custom-autoload (quote dired-keep-marker-rename) "dired" t) | 6739 | (custom-autoload 'dired-keep-marker-rename "dired" t) |
| 6889 | 6740 | ||
| 6890 | (defvar dired-keep-marker-copy 67 "\ | 6741 | (defvar dired-keep-marker-copy 67 "\ |
| 6891 | *Controls marking of copied files. | 6742 | *Controls marking of copied files. |
| 6892 | If t, copied files are marked if and as the corresponding original files were. | 6743 | If t, copied files are marked if and as the corresponding original files were. |
| 6893 | If a character, copied files are unconditionally marked with that character.") | 6744 | If a character, copied files are unconditionally marked with that character.") |
| 6894 | 6745 | ||
| 6895 | (custom-autoload (quote dired-keep-marker-copy) "dired" t) | 6746 | (custom-autoload 'dired-keep-marker-copy "dired" t) |
| 6896 | 6747 | ||
| 6897 | (defvar dired-keep-marker-hardlink 72 "\ | 6748 | (defvar dired-keep-marker-hardlink 72 "\ |
| 6898 | *Controls marking of newly made hard links. | 6749 | *Controls marking of newly made hard links. |
| 6899 | If t, they are marked if and as the files linked to were marked. | 6750 | If t, they are marked if and as the files linked to were marked. |
| 6900 | If a character, new links are unconditionally marked with that character.") | 6751 | If a character, new links are unconditionally marked with that character.") |
| 6901 | 6752 | ||
| 6902 | (custom-autoload (quote dired-keep-marker-hardlink) "dired" t) | 6753 | (custom-autoload 'dired-keep-marker-hardlink "dired" t) |
| 6903 | 6754 | ||
| 6904 | (defvar dired-keep-marker-symlink 89 "\ | 6755 | (defvar dired-keep-marker-symlink 89 "\ |
| 6905 | *Controls marking of newly made symbolic links. | 6756 | *Controls marking of newly made symbolic links. |
| 6906 | If t, they are marked if and as the files linked to were marked. | 6757 | If t, they are marked if and as the files linked to were marked. |
| 6907 | If a character, new links are unconditionally marked with that character.") | 6758 | If a character, new links are unconditionally marked with that character.") |
| 6908 | 6759 | ||
| 6909 | (custom-autoload (quote dired-keep-marker-symlink) "dired" t) | 6760 | (custom-autoload 'dired-keep-marker-symlink "dired" t) |
| 6910 | 6761 | ||
| 6911 | (defvar dired-dwim-target nil "\ | 6762 | (defvar dired-dwim-target nil "\ |
| 6912 | *If non-nil, Dired tries to guess a default target directory. | 6763 | *If non-nil, Dired tries to guess a default target directory. |
| @@ -6915,13 +6766,13 @@ use its current subdir, instead of the current subdir of this dired buffer. | |||
| 6915 | 6766 | ||
| 6916 | The target is used in the prompt for file copy, rename etc.") | 6767 | The target is used in the prompt for file copy, rename etc.") |
| 6917 | 6768 | ||
| 6918 | (custom-autoload (quote dired-dwim-target) "dired" t) | 6769 | (custom-autoload 'dired-dwim-target "dired" t) |
| 6919 | 6770 | ||
| 6920 | (defvar dired-copy-preserve-time t "\ | 6771 | (defvar dired-copy-preserve-time t "\ |
| 6921 | *If non-nil, Dired preserves the last-modified time in a file copy. | 6772 | *If non-nil, Dired preserves the last-modified time in a file copy. |
| 6922 | \(This works on only some systems.)") | 6773 | \(This works on only some systems.)") |
| 6923 | 6774 | ||
| 6924 | (custom-autoload (quote dired-copy-preserve-time) "dired" t) | 6775 | (custom-autoload 'dired-copy-preserve-time "dired" t) |
| 6925 | 6776 | ||
| 6926 | (defvar dired-directory nil "\ | 6777 | (defvar dired-directory nil "\ |
| 6927 | The directory name or wildcard spec that this dired directory lists. | 6778 | The directory name or wildcard spec that this dired directory lists. |
| @@ -6930,7 +6781,7 @@ directory name and the cdr is the list of files to mention. | |||
| 6930 | The directory name must be absolute, but need not be fully expanded.") | 6781 | The directory name must be absolute, but need not be fully expanded.") |
| 6931 | (define-key ctl-x-map "d" 'dired) | 6782 | (define-key ctl-x-map "d" 'dired) |
| 6932 | 6783 | ||
| 6933 | (autoload (quote dired) "dired" "\ | 6784 | (autoload 'dired "dired" "\ |
| 6934 | \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. | 6785 | \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. |
| 6935 | Optional second argument SWITCHES specifies the `ls' options used. | 6786 | Optional second argument SWITCHES specifies the `ls' options used. |
| 6936 | \(Interactively, use a prefix argument to be able to specify SWITCHES.) | 6787 | \(Interactively, use a prefix argument to be able to specify SWITCHES.) |
| @@ -6948,23 +6799,23 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh. | |||
| 6948 | \(fn DIRNAME &optional SWITCHES)" t nil) | 6799 | \(fn DIRNAME &optional SWITCHES)" t nil) |
| 6949 | (define-key ctl-x-4-map "d" 'dired-other-window) | 6800 | (define-key ctl-x-4-map "d" 'dired-other-window) |
| 6950 | 6801 | ||
| 6951 | (autoload (quote dired-other-window) "dired" "\ | 6802 | (autoload 'dired-other-window "dired" "\ |
| 6952 | \"Edit\" directory DIRNAME. Like `dired' but selects in another window. | 6803 | \"Edit\" directory DIRNAME. Like `dired' but selects in another window. |
| 6953 | 6804 | ||
| 6954 | \(fn DIRNAME &optional SWITCHES)" t nil) | 6805 | \(fn DIRNAME &optional SWITCHES)" t nil) |
| 6955 | (define-key ctl-x-5-map "d" 'dired-other-frame) | 6806 | (define-key ctl-x-5-map "d" 'dired-other-frame) |
| 6956 | 6807 | ||
| 6957 | (autoload (quote dired-other-frame) "dired" "\ | 6808 | (autoload 'dired-other-frame "dired" "\ |
| 6958 | \"Edit\" directory DIRNAME. Like `dired' but makes a new frame. | 6809 | \"Edit\" directory DIRNAME. Like `dired' but makes a new frame. |
| 6959 | 6810 | ||
| 6960 | \(fn DIRNAME &optional SWITCHES)" t nil) | 6811 | \(fn DIRNAME &optional SWITCHES)" t nil) |
| 6961 | 6812 | ||
| 6962 | (autoload (quote dired-noselect) "dired" "\ | 6813 | (autoload 'dired-noselect "dired" "\ |
| 6963 | Like `dired' but returns the dired buffer as value, does not select it. | 6814 | Like `dired' but returns the dired buffer as value, does not select it. |
| 6964 | 6815 | ||
| 6965 | \(fn DIR-OR-LIST &optional SWITCHES)" nil nil) | 6816 | \(fn DIR-OR-LIST &optional SWITCHES)" nil nil) |
| 6966 | 6817 | ||
| 6967 | (autoload (quote dired-mode) "dired" "\ | 6818 | (autoload 'dired-mode "dired" "\ |
| 6968 | Mode for \"editing\" directory listings. | 6819 | Mode for \"editing\" directory listings. |
| 6969 | In Dired, you are \"editing\" a list of the files in a directory and | 6820 | In Dired, you are \"editing\" a list of the files in a directory and |
| 6970 | (optionally) its subdirectories, in the format of `ls -lR'. | 6821 | (optionally) its subdirectories, in the format of `ls -lR'. |
| @@ -7044,10 +6895,10 @@ Keybindings: | |||
| 7044 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory | 6895 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory |
| 7045 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp | 6896 | ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp |
| 7046 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff | 6897 | ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff |
| 7047 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18104 24733)) | 6898 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18190 35187)) |
| 7048 | ;;; Generated autoloads from dired-aux.el | 6899 | ;;; Generated autoloads from dired-aux.el |
| 7049 | 6900 | ||
| 7050 | (autoload (quote dired-diff) "dired-aux" "\ | 6901 | (autoload 'dired-diff "dired-aux" "\ |
| 7051 | Compare file at point with file FILE using `diff'. | 6902 | Compare file at point with file FILE using `diff'. |
| 7052 | FILE defaults to the file at the mark. (That's the mark set by | 6903 | FILE defaults to the file at the mark. (That's the mark set by |
| 7053 | \\[set-mark-command], not by Dired's \\[dired-mark] command.) | 6904 | \\[set-mark-command], not by Dired's \\[dired-mark] command.) |
| @@ -7057,7 +6908,7 @@ which is options for `diff'. | |||
| 7057 | 6908 | ||
| 7058 | \(fn FILE &optional SWITCHES)" t nil) | 6909 | \(fn FILE &optional SWITCHES)" t nil) |
| 7059 | 6910 | ||
| 7060 | (autoload (quote dired-backup-diff) "dired-aux" "\ | 6911 | (autoload 'dired-backup-diff "dired-aux" "\ |
| 7061 | Diff this file with its backup file or vice versa. | 6912 | Diff this file with its backup file or vice versa. |
| 7062 | Uses the latest backup, if there are several numerical backups. | 6913 | Uses the latest backup, if there are several numerical backups. |
| 7063 | If this file is a backup, diff it with its original. | 6914 | If this file is a backup, diff it with its original. |
| @@ -7066,7 +6917,7 @@ With prefix arg, prompt for argument SWITCHES which is options for `diff'. | |||
| 7066 | 6917 | ||
| 7067 | \(fn &optional SWITCHES)" t nil) | 6918 | \(fn &optional SWITCHES)" t nil) |
| 7068 | 6919 | ||
| 7069 | (autoload (quote dired-compare-directories) "dired-aux" "\ | 6920 | (autoload 'dired-compare-directories "dired-aux" "\ |
| 7070 | Mark files with different file attributes in two dired buffers. | 6921 | Mark files with different file attributes in two dired buffers. |
| 7071 | Compare file attributes of files in the current directory | 6922 | Compare file attributes of files in the current directory |
| 7072 | with file attributes in directory DIR2 using PREDICATE on pairs of files | 6923 | with file attributes in directory DIR2 using PREDICATE on pairs of files |
| @@ -7094,36 +6945,36 @@ Examples of PREDICATE: | |||
| 7094 | 6945 | ||
| 7095 | \(fn DIR2 PREDICATE)" t nil) | 6946 | \(fn DIR2 PREDICATE)" t nil) |
| 7096 | 6947 | ||
| 7097 | (autoload (quote dired-do-chmod) "dired-aux" "\ | 6948 | (autoload 'dired-do-chmod "dired-aux" "\ |
| 7098 | Change the mode of the marked (or next ARG) files. | 6949 | Change the mode of the marked (or next ARG) files. |
| 7099 | This calls chmod, thus symbolic modes like `g+w' are allowed. | 6950 | Symbolic modes like `g+w' are allowed. |
| 7100 | 6951 | ||
| 7101 | \(fn &optional ARG)" t nil) | 6952 | \(fn &optional ARG)" t nil) |
| 7102 | 6953 | ||
| 7103 | (autoload (quote dired-do-chgrp) "dired-aux" "\ | 6954 | (autoload 'dired-do-chgrp "dired-aux" "\ |
| 7104 | Change the group of the marked (or next ARG) files. | 6955 | Change the group of the marked (or next ARG) files. |
| 7105 | 6956 | ||
| 7106 | \(fn &optional ARG)" t nil) | 6957 | \(fn &optional ARG)" t nil) |
| 7107 | 6958 | ||
| 7108 | (autoload (quote dired-do-chown) "dired-aux" "\ | 6959 | (autoload 'dired-do-chown "dired-aux" "\ |
| 7109 | Change the owner of the marked (or next ARG) files. | 6960 | Change the owner of the marked (or next ARG) files. |
| 7110 | 6961 | ||
| 7111 | \(fn &optional ARG)" t nil) | 6962 | \(fn &optional ARG)" t nil) |
| 7112 | 6963 | ||
| 7113 | (autoload (quote dired-do-touch) "dired-aux" "\ | 6964 | (autoload 'dired-do-touch "dired-aux" "\ |
| 7114 | Change the timestamp of the marked (or next ARG) files. | 6965 | Change the timestamp of the marked (or next ARG) files. |
| 7115 | This calls touch. | 6966 | This calls touch. |
| 7116 | 6967 | ||
| 7117 | \(fn &optional ARG)" t nil) | 6968 | \(fn &optional ARG)" t nil) |
| 7118 | 6969 | ||
| 7119 | (autoload (quote dired-do-print) "dired-aux" "\ | 6970 | (autoload 'dired-do-print "dired-aux" "\ |
| 7120 | Print the marked (or next ARG) files. | 6971 | Print the marked (or next ARG) files. |
| 7121 | Uses the shell command coming from variables `lpr-command' and | 6972 | Uses the shell command coming from variables `lpr-command' and |
| 7122 | `lpr-switches' as default. | 6973 | `lpr-switches' as default. |
| 7123 | 6974 | ||
| 7124 | \(fn &optional ARG)" t nil) | 6975 | \(fn &optional ARG)" t nil) |
| 7125 | 6976 | ||
| 7126 | (autoload (quote dired-clean-directory) "dired-aux" "\ | 6977 | (autoload 'dired-clean-directory "dired-aux" "\ |
| 7127 | Flag numerical backups for deletion. | 6978 | Flag numerical backups for deletion. |
| 7128 | Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest. | 6979 | Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest. |
| 7129 | Positive prefix arg KEEP overrides `dired-kept-versions'; | 6980 | Positive prefix arg KEEP overrides `dired-kept-versions'; |
| @@ -7134,7 +6985,7 @@ with a prefix argument. | |||
| 7134 | 6985 | ||
| 7135 | \(fn KEEP)" t nil) | 6986 | \(fn KEEP)" t nil) |
| 7136 | 6987 | ||
| 7137 | (autoload (quote dired-do-shell-command) "dired-aux" "\ | 6988 | (autoload 'dired-do-shell-command "dired-aux" "\ |
| 7138 | Run a shell command COMMAND on the marked files. | 6989 | Run a shell command COMMAND on the marked files. |
| 7139 | If no files are marked or a specific numeric prefix arg is given, | 6990 | If no files are marked or a specific numeric prefix arg is given, |
| 7140 | the next ARG files are used. Just \\[universal-argument] means the current file. | 6991 | the next ARG files are used. Just \\[universal-argument] means the current file. |
| @@ -7171,12 +7022,12 @@ can be produced by `dired-get-marked-files', for example. | |||
| 7171 | 7022 | ||
| 7172 | \(fn COMMAND &optional ARG FILE-LIST)" t nil) | 7023 | \(fn COMMAND &optional ARG FILE-LIST)" t nil) |
| 7173 | 7024 | ||
| 7174 | (autoload (quote dired-run-shell-command) "dired-aux" "\ | 7025 | (autoload 'dired-run-shell-command "dired-aux" "\ |
| 7175 | Not documented | 7026 | Not documented |
| 7176 | 7027 | ||
| 7177 | \(fn COMMAND)" nil nil) | 7028 | \(fn COMMAND)" nil nil) |
| 7178 | 7029 | ||
| 7179 | (autoload (quote dired-do-kill-lines) "dired-aux" "\ | 7030 | (autoload 'dired-do-kill-lines "dired-aux" "\ |
| 7180 | Kill all marked lines (not the files). | 7031 | Kill all marked lines (not the files). |
| 7181 | With a prefix argument, kill that many lines starting with the current line. | 7032 | With a prefix argument, kill that many lines starting with the current line. |
| 7182 | \(A negative argument kills backward.) | 7033 | \(A negative argument kills backward.) |
| @@ -7190,32 +7041,32 @@ command with a prefix argument (the value does not matter). | |||
| 7190 | 7041 | ||
| 7191 | \(fn &optional ARG FMT)" t nil) | 7042 | \(fn &optional ARG FMT)" t nil) |
| 7192 | 7043 | ||
| 7193 | (autoload (quote dired-compress-file) "dired-aux" "\ | 7044 | (autoload 'dired-compress-file "dired-aux" "\ |
| 7194 | Not documented | 7045 | Not documented |
| 7195 | 7046 | ||
| 7196 | \(fn FILE)" nil nil) | 7047 | \(fn FILE)" nil nil) |
| 7197 | 7048 | ||
| 7198 | (autoload (quote dired-query) "dired-aux" "\ | 7049 | (autoload 'dired-query "dired-aux" "\ |
| 7199 | Not documented | 7050 | Not documented |
| 7200 | 7051 | ||
| 7201 | \(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil) | 7052 | \(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil) |
| 7202 | 7053 | ||
| 7203 | (autoload (quote dired-do-compress) "dired-aux" "\ | 7054 | (autoload 'dired-do-compress "dired-aux" "\ |
| 7204 | Compress or uncompress marked (or next ARG) files. | 7055 | Compress or uncompress marked (or next ARG) files. |
| 7205 | 7056 | ||
| 7206 | \(fn &optional ARG)" t nil) | 7057 | \(fn &optional ARG)" t nil) |
| 7207 | 7058 | ||
| 7208 | (autoload (quote dired-do-byte-compile) "dired-aux" "\ | 7059 | (autoload 'dired-do-byte-compile "dired-aux" "\ |
| 7209 | Byte compile marked (or next ARG) Emacs Lisp files. | 7060 | Byte compile marked (or next ARG) Emacs Lisp files. |
| 7210 | 7061 | ||
| 7211 | \(fn &optional ARG)" t nil) | 7062 | \(fn &optional ARG)" t nil) |
| 7212 | 7063 | ||
| 7213 | (autoload (quote dired-do-load) "dired-aux" "\ | 7064 | (autoload 'dired-do-load "dired-aux" "\ |
| 7214 | Load the marked (or next ARG) Emacs Lisp files. | 7065 | Load the marked (or next ARG) Emacs Lisp files. |
| 7215 | 7066 | ||
| 7216 | \(fn &optional ARG)" t nil) | 7067 | \(fn &optional ARG)" t nil) |
| 7217 | 7068 | ||
| 7218 | (autoload (quote dired-do-redisplay) "dired-aux" "\ | 7069 | (autoload 'dired-do-redisplay "dired-aux" "\ |
| 7219 | Redisplay all marked (or next ARG) files. | 7070 | Redisplay all marked (or next ARG) files. |
| 7220 | If on a subdir line, redisplay that subdirectory. In that case, | 7071 | If on a subdir line, redisplay that subdirectory. In that case, |
| 7221 | a prefix arg lets you edit the `ls' switches used for the new listing. | 7072 | a prefix arg lets you edit the `ls' switches used for the new listing. |
| @@ -7230,37 +7081,37 @@ See Info node `(emacs)Subdir switches' for more details. | |||
| 7230 | 7081 | ||
| 7231 | \(fn &optional ARG TEST-FOR-SUBDIR)" t nil) | 7082 | \(fn &optional ARG TEST-FOR-SUBDIR)" t nil) |
| 7232 | 7083 | ||
| 7233 | (autoload (quote dired-add-file) "dired-aux" "\ | 7084 | (autoload 'dired-add-file "dired-aux" "\ |
| 7234 | Not documented | 7085 | Not documented |
| 7235 | 7086 | ||
| 7236 | \(fn FILENAME &optional MARKER-CHAR)" nil nil) | 7087 | \(fn FILENAME &optional MARKER-CHAR)" nil nil) |
| 7237 | 7088 | ||
| 7238 | (autoload (quote dired-remove-file) "dired-aux" "\ | 7089 | (autoload 'dired-remove-file "dired-aux" "\ |
| 7239 | Not documented | 7090 | Not documented |
| 7240 | 7091 | ||
| 7241 | \(fn FILE)" nil nil) | 7092 | \(fn FILE)" nil nil) |
| 7242 | 7093 | ||
| 7243 | (autoload (quote dired-relist-file) "dired-aux" "\ | 7094 | (autoload 'dired-relist-file "dired-aux" "\ |
| 7244 | Create or update the line for FILE in all Dired buffers it would belong in. | 7095 | Create or update the line for FILE in all Dired buffers it would belong in. |
| 7245 | 7096 | ||
| 7246 | \(fn FILE)" nil nil) | 7097 | \(fn FILE)" nil nil) |
| 7247 | 7098 | ||
| 7248 | (autoload (quote dired-copy-file) "dired-aux" "\ | 7099 | (autoload 'dired-copy-file "dired-aux" "\ |
| 7249 | Not documented | 7100 | Not documented |
| 7250 | 7101 | ||
| 7251 | \(fn FROM TO OK-FLAG)" nil nil) | 7102 | \(fn FROM TO OK-FLAG)" nil nil) |
| 7252 | 7103 | ||
| 7253 | (autoload (quote dired-rename-file) "dired-aux" "\ | 7104 | (autoload 'dired-rename-file "dired-aux" "\ |
| 7254 | Not documented | 7105 | Not documented |
| 7255 | 7106 | ||
| 7256 | \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil) | 7107 | \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil) |
| 7257 | 7108 | ||
| 7258 | (autoload (quote dired-create-directory) "dired-aux" "\ | 7109 | (autoload 'dired-create-directory "dired-aux" "\ |
| 7259 | Create a directory called DIRECTORY. | 7110 | Create a directory called DIRECTORY. |
| 7260 | 7111 | ||
| 7261 | \(fn DIRECTORY)" t nil) | 7112 | \(fn DIRECTORY)" t nil) |
| 7262 | 7113 | ||
| 7263 | (autoload (quote dired-do-copy) "dired-aux" "\ | 7114 | (autoload 'dired-do-copy "dired-aux" "\ |
| 7264 | Copy all marked (or next ARG) files, or copy the current file. | 7115 | Copy all marked (or next ARG) files, or copy the current file. |
| 7265 | This normally preserves the last-modified date when copying. | 7116 | This normally preserves the last-modified date when copying. |
| 7266 | When operating on just the current file, you specify the new name. | 7117 | When operating on just the current file, you specify the new name. |
| @@ -7275,7 +7126,7 @@ like `cp -d'. | |||
| 7275 | 7126 | ||
| 7276 | \(fn &optional ARG)" t nil) | 7127 | \(fn &optional ARG)" t nil) |
| 7277 | 7128 | ||
| 7278 | (autoload (quote dired-do-symlink) "dired-aux" "\ | 7129 | (autoload 'dired-do-symlink "dired-aux" "\ |
| 7279 | Make symbolic links to current file or all marked (or next ARG) files. | 7130 | Make symbolic links to current file or all marked (or next ARG) files. |
| 7280 | When operating on just the current file, you specify the new name. | 7131 | When operating on just the current file, you specify the new name. |
| 7281 | When operating on multiple or marked files, you specify a directory | 7132 | When operating on multiple or marked files, you specify a directory |
| @@ -7288,7 +7139,7 @@ For relative symlinks, use \\[dired-do-relsymlink]. | |||
| 7288 | 7139 | ||
| 7289 | \(fn &optional ARG)" t nil) | 7140 | \(fn &optional ARG)" t nil) |
| 7290 | 7141 | ||
| 7291 | (autoload (quote dired-do-hardlink) "dired-aux" "\ | 7142 | (autoload 'dired-do-hardlink "dired-aux" "\ |
| 7292 | Add names (hard links) current file or all marked (or next ARG) files. | 7143 | Add names (hard links) current file or all marked (or next ARG) files. |
| 7293 | When operating on just the current file, you specify the new name. | 7144 | When operating on just the current file, you specify the new name. |
| 7294 | When operating on multiple or marked files, you specify a directory | 7145 | When operating on multiple or marked files, you specify a directory |
| @@ -7299,7 +7150,7 @@ suggested for the target directory depends on the value of | |||
| 7299 | 7150 | ||
| 7300 | \(fn &optional ARG)" t nil) | 7151 | \(fn &optional ARG)" t nil) |
| 7301 | 7152 | ||
| 7302 | (autoload (quote dired-do-rename) "dired-aux" "\ | 7153 | (autoload 'dired-do-rename "dired-aux" "\ |
| 7303 | Rename current file or all marked (or next ARG) files. | 7154 | Rename current file or all marked (or next ARG) files. |
| 7304 | When renaming just the current file, you specify the new name. | 7155 | When renaming just the current file, you specify the new name. |
| 7305 | When renaming multiple or marked files, you specify a directory. | 7156 | When renaming multiple or marked files, you specify a directory. |
| @@ -7309,7 +7160,7 @@ of `dired-dwim-target', which see. | |||
| 7309 | 7160 | ||
| 7310 | \(fn &optional ARG)" t nil) | 7161 | \(fn &optional ARG)" t nil) |
| 7311 | 7162 | ||
| 7312 | (autoload (quote dired-do-rename-regexp) "dired-aux" "\ | 7163 | (autoload 'dired-do-rename-regexp "dired-aux" "\ |
| 7313 | Rename selected files whose names match REGEXP to NEWNAME. | 7164 | Rename selected files whose names match REGEXP to NEWNAME. |
| 7314 | 7165 | ||
| 7315 | With non-zero prefix argument ARG, the command operates on the next ARG | 7166 | With non-zero prefix argument ARG, the command operates on the next ARG |
| @@ -7326,35 +7177,35 @@ Normally, only the non-directory part of the file name is used and changed. | |||
| 7326 | 7177 | ||
| 7327 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) | 7178 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) |
| 7328 | 7179 | ||
| 7329 | (autoload (quote dired-do-copy-regexp) "dired-aux" "\ | 7180 | (autoload 'dired-do-copy-regexp "dired-aux" "\ |
| 7330 | Copy selected files whose names match REGEXP to NEWNAME. | 7181 | Copy selected files whose names match REGEXP to NEWNAME. |
| 7331 | See function `dired-do-rename-regexp' for more info. | 7182 | See function `dired-do-rename-regexp' for more info. |
| 7332 | 7183 | ||
| 7333 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) | 7184 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) |
| 7334 | 7185 | ||
| 7335 | (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\ | 7186 | (autoload 'dired-do-hardlink-regexp "dired-aux" "\ |
| 7336 | Hardlink selected files whose names match REGEXP to NEWNAME. | 7187 | Hardlink selected files whose names match REGEXP to NEWNAME. |
| 7337 | See function `dired-do-rename-regexp' for more info. | 7188 | See function `dired-do-rename-regexp' for more info. |
| 7338 | 7189 | ||
| 7339 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) | 7190 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) |
| 7340 | 7191 | ||
| 7341 | (autoload (quote dired-do-symlink-regexp) "dired-aux" "\ | 7192 | (autoload 'dired-do-symlink-regexp "dired-aux" "\ |
| 7342 | Symlink selected files whose names match REGEXP to NEWNAME. | 7193 | Symlink selected files whose names match REGEXP to NEWNAME. |
| 7343 | See function `dired-do-rename-regexp' for more info. | 7194 | See function `dired-do-rename-regexp' for more info. |
| 7344 | 7195 | ||
| 7345 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) | 7196 | \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil) |
| 7346 | 7197 | ||
| 7347 | (autoload (quote dired-upcase) "dired-aux" "\ | 7198 | (autoload 'dired-upcase "dired-aux" "\ |
| 7348 | Rename all marked (or next ARG) files to upper case. | 7199 | Rename all marked (or next ARG) files to upper case. |
| 7349 | 7200 | ||
| 7350 | \(fn &optional ARG)" t nil) | 7201 | \(fn &optional ARG)" t nil) |
| 7351 | 7202 | ||
| 7352 | (autoload (quote dired-downcase) "dired-aux" "\ | 7203 | (autoload 'dired-downcase "dired-aux" "\ |
| 7353 | Rename all marked (or next ARG) files to lower case. | 7204 | Rename all marked (or next ARG) files to lower case. |
| 7354 | 7205 | ||
| 7355 | \(fn &optional ARG)" t nil) | 7206 | \(fn &optional ARG)" t nil) |
| 7356 | 7207 | ||
| 7357 | (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\ | 7208 | (autoload 'dired-maybe-insert-subdir "dired-aux" "\ |
| 7358 | Insert this subdirectory into the same dired buffer. | 7209 | Insert this subdirectory into the same dired buffer. |
| 7359 | If it is already present, just move to it (type \\[dired-do-redisplay] to refresh), | 7210 | If it is already present, just move to it (type \\[dired-do-redisplay] to refresh), |
| 7360 | else inserts it at its natural place (as `ls -lR' would have done). | 7211 | else inserts it at its natural place (as `ls -lR' would have done). |
| @@ -7373,7 +7224,7 @@ See Info node `(emacs)Subdir switches' for more details. | |||
| 7373 | 7224 | ||
| 7374 | \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil) | 7225 | \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil) |
| 7375 | 7226 | ||
| 7376 | (autoload (quote dired-insert-subdir) "dired-aux" "\ | 7227 | (autoload 'dired-insert-subdir "dired-aux" "\ |
| 7377 | Insert this subdirectory into the same dired buffer. | 7228 | Insert this subdirectory into the same dired buffer. |
| 7378 | If it is already present, overwrites previous entry, | 7229 | If it is already present, overwrites previous entry, |
| 7379 | else inserts it at its natural place (as `ls -lR' would have done). | 7230 | else inserts it at its natural place (as `ls -lR' would have done). |
| @@ -7384,64 +7235,64 @@ This function takes some pains to conform to `ls -lR' output. | |||
| 7384 | 7235 | ||
| 7385 | \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil) | 7236 | \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil) |
| 7386 | 7237 | ||
| 7387 | (autoload (quote dired-prev-subdir) "dired-aux" "\ | 7238 | (autoload 'dired-prev-subdir "dired-aux" "\ |
| 7388 | Go to previous subdirectory, regardless of level. | 7239 | Go to previous subdirectory, regardless of level. |
| 7389 | When called interactively and not on a subdir line, go to this subdir's line. | 7240 | When called interactively and not on a subdir line, go to this subdir's line. |
| 7390 | 7241 | ||
| 7391 | \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil) | 7242 | \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil) |
| 7392 | 7243 | ||
| 7393 | (autoload (quote dired-goto-subdir) "dired-aux" "\ | 7244 | (autoload 'dired-goto-subdir "dired-aux" "\ |
| 7394 | Go to end of header line of DIR in this dired buffer. | 7245 | Go to end of header line of DIR in this dired buffer. |
| 7395 | Return value of point on success, otherwise return nil. | 7246 | Return value of point on success, otherwise return nil. |
| 7396 | The next char is either \\n, or \\r if DIR is hidden. | 7247 | The next char is either \\n, or \\r if DIR is hidden. |
| 7397 | 7248 | ||
| 7398 | \(fn DIR)" t nil) | 7249 | \(fn DIR)" t nil) |
| 7399 | 7250 | ||
| 7400 | (autoload (quote dired-mark-subdir-files) "dired-aux" "\ | 7251 | (autoload 'dired-mark-subdir-files "dired-aux" "\ |
| 7401 | Mark all files except `.' and `..' in current subdirectory. | 7252 | Mark all files except `.' and `..' in current subdirectory. |
| 7402 | If the Dired buffer shows multiple directories, this command | 7253 | If the Dired buffer shows multiple directories, this command |
| 7403 | marks the files listed in the subdirectory that point is in. | 7254 | marks the files listed in the subdirectory that point is in. |
| 7404 | 7255 | ||
| 7405 | \(fn)" t nil) | 7256 | \(fn)" t nil) |
| 7406 | 7257 | ||
| 7407 | (autoload (quote dired-kill-subdir) "dired-aux" "\ | 7258 | (autoload 'dired-kill-subdir "dired-aux" "\ |
| 7408 | Remove all lines of current subdirectory. | 7259 | Remove all lines of current subdirectory. |
| 7409 | Lower levels are unaffected. | 7260 | Lower levels are unaffected. |
| 7410 | 7261 | ||
| 7411 | \(fn &optional REMEMBER-MARKS)" t nil) | 7262 | \(fn &optional REMEMBER-MARKS)" t nil) |
| 7412 | 7263 | ||
| 7413 | (autoload (quote dired-tree-up) "dired-aux" "\ | 7264 | (autoload 'dired-tree-up "dired-aux" "\ |
| 7414 | Go up ARG levels in the dired tree. | 7265 | Go up ARG levels in the dired tree. |
| 7415 | 7266 | ||
| 7416 | \(fn ARG)" t nil) | 7267 | \(fn ARG)" t nil) |
| 7417 | 7268 | ||
| 7418 | (autoload (quote dired-tree-down) "dired-aux" "\ | 7269 | (autoload 'dired-tree-down "dired-aux" "\ |
| 7419 | Go down in the dired tree. | 7270 | Go down in the dired tree. |
| 7420 | 7271 | ||
| 7421 | \(fn)" t nil) | 7272 | \(fn)" t nil) |
| 7422 | 7273 | ||
| 7423 | (autoload (quote dired-hide-subdir) "dired-aux" "\ | 7274 | (autoload 'dired-hide-subdir "dired-aux" "\ |
| 7424 | Hide or unhide the current subdirectory and move to next directory. | 7275 | Hide or unhide the current subdirectory and move to next directory. |
| 7425 | Optional prefix arg is a repeat factor. | 7276 | Optional prefix arg is a repeat factor. |
| 7426 | Use \\[dired-hide-all] to (un)hide all directories. | 7277 | Use \\[dired-hide-all] to (un)hide all directories. |
| 7427 | 7278 | ||
| 7428 | \(fn ARG)" t nil) | 7279 | \(fn ARG)" t nil) |
| 7429 | 7280 | ||
| 7430 | (autoload (quote dired-hide-all) "dired-aux" "\ | 7281 | (autoload 'dired-hide-all "dired-aux" "\ |
| 7431 | Hide all subdirectories, leaving only their header lines. | 7282 | Hide all subdirectories, leaving only their header lines. |
| 7432 | If there is already something hidden, make everything visible again. | 7283 | If there is already something hidden, make everything visible again. |
| 7433 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory. | 7284 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory. |
| 7434 | 7285 | ||
| 7435 | \(fn ARG)" t nil) | 7286 | \(fn ARG)" t nil) |
| 7436 | 7287 | ||
| 7437 | (autoload (quote dired-do-search) "dired-aux" "\ | 7288 | (autoload 'dired-do-search "dired-aux" "\ |
| 7438 | Search through all marked files for a match for REGEXP. | 7289 | Search through all marked files for a match for REGEXP. |
| 7439 | Stops when a match is found. | 7290 | Stops when a match is found. |
| 7440 | To continue searching for next match, use command \\[tags-loop-continue]. | 7291 | To continue searching for next match, use command \\[tags-loop-continue]. |
| 7441 | 7292 | ||
| 7442 | \(fn REGEXP)" t nil) | 7293 | \(fn REGEXP)" t nil) |
| 7443 | 7294 | ||
| 7444 | (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\ | 7295 | (autoload 'dired-do-query-replace-regexp "dired-aux" "\ |
| 7445 | Do `query-replace-regexp' of FROM with TO, on all marked files. | 7296 | Do `query-replace-regexp' of FROM with TO, on all marked files. |
| 7446 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. | 7297 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. |
| 7447 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace | 7298 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace |
| @@ -7449,7 +7300,7 @@ with the command \\[tags-loop-continue]. | |||
| 7449 | 7300 | ||
| 7450 | \(fn FROM TO &optional DELIMITED)" t nil) | 7301 | \(fn FROM TO &optional DELIMITED)" t nil) |
| 7451 | 7302 | ||
| 7452 | (autoload (quote dired-show-file-type) "dired-aux" "\ | 7303 | (autoload 'dired-show-file-type "dired-aux" "\ |
| 7453 | Print the type of FILE, according to the `file' command. | 7304 | Print the type of FILE, according to the `file' command. |
| 7454 | If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is | 7305 | If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is |
| 7455 | true then the type of the file linked to by FILE is printed instead. | 7306 | true then the type of the file linked to by FILE is printed instead. |
| @@ -7459,10 +7310,10 @@ true then the type of the file linked to by FILE is printed instead. | |||
| 7459 | ;;;*** | 7310 | ;;;*** |
| 7460 | 7311 | ||
| 7461 | ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" | 7312 | ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" |
| 7462 | ;;;;;; (18104 24733)) | 7313 | ;;;;;; (18177 856)) |
| 7463 | ;;; Generated autoloads from dired-x.el | 7314 | ;;; Generated autoloads from dired-x.el |
| 7464 | 7315 | ||
| 7465 | (autoload (quote dired-jump) "dired-x" "\ | 7316 | (autoload 'dired-jump "dired-x" "\ |
| 7466 | Jump to dired buffer corresponding to current buffer. | 7317 | Jump to dired buffer corresponding to current buffer. |
| 7467 | If in a file, dired the current directory and move to file's line. | 7318 | If in a file, dired the current directory and move to file's line. |
| 7468 | If in Dired already, pop up a level and goto old directory's line. | 7319 | If in Dired already, pop up a level and goto old directory's line. |
| @@ -7471,7 +7322,7 @@ buffer and try again. | |||
| 7471 | 7322 | ||
| 7472 | \(fn &optional OTHER-WINDOW)" t nil) | 7323 | \(fn &optional OTHER-WINDOW)" t nil) |
| 7473 | 7324 | ||
| 7474 | (autoload (quote dired-do-relsymlink) "dired-x" "\ | 7325 | (autoload 'dired-do-relsymlink "dired-x" "\ |
| 7475 | Relative symlink all marked (or next ARG) files into a directory. | 7326 | Relative symlink all marked (or next ARG) files into a directory. |
| 7476 | Otherwise make a relative symbolic link to the current file. | 7327 | Otherwise make a relative symbolic link to the current file. |
| 7477 | This creates relative symbolic links like | 7328 | This creates relative symbolic links like |
| @@ -7488,10 +7339,10 @@ For absolute symlinks, use \\[dired-do-symlink]. | |||
| 7488 | 7339 | ||
| 7489 | ;;;*** | 7340 | ;;;*** |
| 7490 | 7341 | ||
| 7491 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (18104 24733)) | 7342 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (18177 856)) |
| 7492 | ;;; Generated autoloads from dirtrack.el | 7343 | ;;; Generated autoloads from dirtrack.el |
| 7493 | 7344 | ||
| 7494 | (autoload (quote dirtrack) "dirtrack" "\ | 7345 | (autoload 'dirtrack "dirtrack" "\ |
| 7495 | Determine the current directory by scanning the process output for a prompt. | 7346 | Determine the current directory by scanning the process output for a prompt. |
| 7496 | The prompt to look for is the first item in `dirtrack-list'. | 7347 | The prompt to look for is the first item in `dirtrack-list'. |
| 7497 | 7348 | ||
| @@ -7507,11 +7358,11 @@ You can enable directory tracking by adding this function to | |||
| 7507 | 7358 | ||
| 7508 | ;;;*** | 7359 | ;;;*** |
| 7509 | 7360 | ||
| 7510 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18104 | 7361 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18190 |
| 7511 | ;;;;;; 24747)) | 7362 | ;;;;;; 35188)) |
| 7512 | ;;; Generated autoloads from emacs-lisp/disass.el | 7363 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 7513 | 7364 | ||
| 7514 | (autoload (quote disassemble) "disass" "\ | 7365 | (autoload 'disassemble "disass" "\ |
| 7515 | Print disassembled code for OBJECT in (optional) BUFFER. | 7366 | Print disassembled code for OBJECT in (optional) BUFFER. |
| 7516 | OBJECT can be a symbol defined as a function, or a function itself | 7367 | OBJECT can be a symbol defined as a function, or a function itself |
| 7517 | \(a lambda expression or a compiled-function object). | 7368 | \(a lambda expression or a compiled-function object). |
| @@ -7527,15 +7378,15 @@ redefine OBJECT if it is a symbol. | |||
| 7527 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default | 7378 | ;;;;;; standard-display-g1 standard-display-ascii standard-display-default |
| 7528 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table | 7379 | ;;;;;; standard-display-8bit describe-current-display-table describe-display-table |
| 7529 | ;;;;;; set-display-table-slot display-table-slot make-display-table) | 7380 | ;;;;;; set-display-table-slot display-table-slot make-display-table) |
| 7530 | ;;;;;; "disp-table" "disp-table.el" (18104 24734)) | 7381 | ;;;;;; "disp-table" "disp-table.el" (18177 856)) |
| 7531 | ;;; Generated autoloads from disp-table.el | 7382 | ;;; Generated autoloads from disp-table.el |
| 7532 | 7383 | ||
| 7533 | (autoload (quote make-display-table) "disp-table" "\ | 7384 | (autoload 'make-display-table "disp-table" "\ |
| 7534 | Return a new, empty display table. | 7385 | Return a new, empty display table. |
| 7535 | 7386 | ||
| 7536 | \(fn)" nil nil) | 7387 | \(fn)" nil nil) |
| 7537 | 7388 | ||
| 7538 | (autoload (quote display-table-slot) "disp-table" "\ | 7389 | (autoload 'display-table-slot "disp-table" "\ |
| 7539 | Return the value of the extra slot in DISPLAY-TABLE named SLOT. | 7390 | Return the value of the extra slot in DISPLAY-TABLE named SLOT. |
| 7540 | SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol). | 7391 | SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol). |
| 7541 | Valid symbols are `truncation', `wrap', `escape', `control', | 7392 | Valid symbols are `truncation', `wrap', `escape', `control', |
| @@ -7543,7 +7394,7 @@ Valid symbols are `truncation', `wrap', `escape', `control', | |||
| 7543 | 7394 | ||
| 7544 | \(fn DISPLAY-TABLE SLOT)" nil nil) | 7395 | \(fn DISPLAY-TABLE SLOT)" nil nil) |
| 7545 | 7396 | ||
| 7546 | (autoload (quote set-display-table-slot) "disp-table" "\ | 7397 | (autoload 'set-display-table-slot "disp-table" "\ |
| 7547 | Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE. | 7398 | Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE. |
| 7548 | SLOT may be a number from 0 to 5 inclusive, or a name (symbol). | 7399 | SLOT may be a number from 0 to 5 inclusive, or a name (symbol). |
| 7549 | Valid symbols are `truncation', `wrap', `escape', `control', | 7400 | Valid symbols are `truncation', `wrap', `escape', `control', |
| @@ -7551,71 +7402,71 @@ Valid symbols are `truncation', `wrap', `escape', `control', | |||
| 7551 | 7402 | ||
| 7552 | \(fn DISPLAY-TABLE SLOT VALUE)" nil nil) | 7403 | \(fn DISPLAY-TABLE SLOT VALUE)" nil nil) |
| 7553 | 7404 | ||
| 7554 | (autoload (quote describe-display-table) "disp-table" "\ | 7405 | (autoload 'describe-display-table "disp-table" "\ |
| 7555 | Describe the display table DT in a help buffer. | 7406 | Describe the display table DT in a help buffer. |
| 7556 | 7407 | ||
| 7557 | \(fn DT)" nil nil) | 7408 | \(fn DT)" nil nil) |
| 7558 | 7409 | ||
| 7559 | (autoload (quote describe-current-display-table) "disp-table" "\ | 7410 | (autoload 'describe-current-display-table "disp-table" "\ |
| 7560 | Describe the display table in use in the selected window and buffer. | 7411 | Describe the display table in use in the selected window and buffer. |
| 7561 | 7412 | ||
| 7562 | \(fn)" t nil) | 7413 | \(fn)" t nil) |
| 7563 | 7414 | ||
| 7564 | (autoload (quote standard-display-8bit) "disp-table" "\ | 7415 | (autoload 'standard-display-8bit "disp-table" "\ |
| 7565 | Display characters in the range L to H literally. | 7416 | Display characters in the range L to H literally. |
| 7566 | 7417 | ||
| 7567 | \(fn L H)" nil nil) | 7418 | \(fn L H)" nil nil) |
| 7568 | 7419 | ||
| 7569 | (autoload (quote standard-display-default) "disp-table" "\ | 7420 | (autoload 'standard-display-default "disp-table" "\ |
| 7570 | Display characters in the range L to H using the default notation. | 7421 | Display characters in the range L to H using the default notation. |
| 7571 | 7422 | ||
| 7572 | \(fn L H)" nil nil) | 7423 | \(fn L H)" nil nil) |
| 7573 | 7424 | ||
| 7574 | (autoload (quote standard-display-ascii) "disp-table" "\ | 7425 | (autoload 'standard-display-ascii "disp-table" "\ |
| 7575 | Display character C using printable string S. | 7426 | Display character C using printable string S. |
| 7576 | 7427 | ||
| 7577 | \(fn C S)" nil nil) | 7428 | \(fn C S)" nil nil) |
| 7578 | 7429 | ||
| 7579 | (autoload (quote standard-display-g1) "disp-table" "\ | 7430 | (autoload 'standard-display-g1 "disp-table" "\ |
| 7580 | Display character C as character SC in the g1 character set. | 7431 | Display character C as character SC in the g1 character set. |
| 7581 | This function assumes that your terminal uses the SO/SI characters; | 7432 | This function assumes that your terminal uses the SO/SI characters; |
| 7582 | it is meaningless for an X frame. | 7433 | it is meaningless for an X frame. |
| 7583 | 7434 | ||
| 7584 | \(fn C SC)" nil nil) | 7435 | \(fn C SC)" nil nil) |
| 7585 | 7436 | ||
| 7586 | (autoload (quote standard-display-graphic) "disp-table" "\ | 7437 | (autoload 'standard-display-graphic "disp-table" "\ |
| 7587 | Display character C as character GC in graphics character set. | 7438 | Display character C as character GC in graphics character set. |
| 7588 | This function assumes VT100-compatible escapes; it is meaningless for an | 7439 | This function assumes VT100-compatible escapes; it is meaningless for an |
| 7589 | X frame. | 7440 | X frame. |
| 7590 | 7441 | ||
| 7591 | \(fn C GC)" nil nil) | 7442 | \(fn C GC)" nil nil) |
| 7592 | 7443 | ||
| 7593 | (autoload (quote standard-display-underline) "disp-table" "\ | 7444 | (autoload 'standard-display-underline "disp-table" "\ |
| 7594 | Display character C as character UC plus underlining. | 7445 | Display character C as character UC plus underlining. |
| 7595 | 7446 | ||
| 7596 | \(fn C UC)" nil nil) | 7447 | \(fn C UC)" nil nil) |
| 7597 | 7448 | ||
| 7598 | (autoload (quote create-glyph) "disp-table" "\ | 7449 | (autoload 'create-glyph "disp-table" "\ |
| 7599 | Allocate a glyph code to display by sending STRING to the terminal. | 7450 | Allocate a glyph code to display by sending STRING to the terminal. |
| 7600 | 7451 | ||
| 7601 | \(fn STRING)" nil nil) | 7452 | \(fn STRING)" nil nil) |
| 7602 | 7453 | ||
| 7603 | (autoload (quote make-glyph-code) "disp-table" "\ | 7454 | (autoload 'make-glyph-code "disp-table" "\ |
| 7604 | Return a glyph code representing char CHAR with face FACE. | 7455 | Return a glyph code representing char CHAR with face FACE. |
| 7605 | 7456 | ||
| 7606 | \(fn CHAR &optional FACE)" nil nil) | 7457 | \(fn CHAR &optional FACE)" nil nil) |
| 7607 | 7458 | ||
| 7608 | (autoload (quote glyph-char) "disp-table" "\ | 7459 | (autoload 'glyph-char "disp-table" "\ |
| 7609 | Return the character of glyph code GLYPH. | 7460 | Return the character of glyph code GLYPH. |
| 7610 | 7461 | ||
| 7611 | \(fn GLYPH)" nil nil) | 7462 | \(fn GLYPH)" nil nil) |
| 7612 | 7463 | ||
| 7613 | (autoload (quote glyph-face) "disp-table" "\ | 7464 | (autoload 'glyph-face "disp-table" "\ |
| 7614 | Return the face of glyph code GLYPH, or nil if glyph has default face. | 7465 | Return the face of glyph code GLYPH, or nil if glyph has default face. |
| 7615 | 7466 | ||
| 7616 | \(fn GLYPH)" nil nil) | 7467 | \(fn GLYPH)" nil nil) |
| 7617 | 7468 | ||
| 7618 | (autoload (quote standard-display-european) "disp-table" "\ | 7469 | (autoload 'standard-display-european "disp-table" "\ |
| 7619 | Semi-obsolete way to toggle display of ISO 8859 European characters. | 7470 | Semi-obsolete way to toggle display of ISO 8859 European characters. |
| 7620 | 7471 | ||
| 7621 | This function is semi-obsolete; if you want to do your editing with | 7472 | This function is semi-obsolete; if you want to do your editing with |
| @@ -7643,10 +7494,10 @@ for users who call this function in `.emacs'. | |||
| 7643 | ;;;*** | 7494 | ;;;*** |
| 7644 | 7495 | ||
| 7645 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 7496 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 7646 | ;;;;;; (18104 24760)) | 7497 | ;;;;;; (18177 871)) |
| 7647 | ;;; Generated autoloads from play/dissociate.el | 7498 | ;;; Generated autoloads from play/dissociate.el |
| 7648 | 7499 | ||
| 7649 | (autoload (quote dissociated-press) "dissociate" "\ | 7500 | (autoload 'dissociated-press "dissociate" "\ |
| 7650 | Dissociate the text of the current buffer. | 7501 | Dissociate the text of the current buffer. |
| 7651 | Output goes in buffer named *Dissociation*, | 7502 | Output goes in buffer named *Dissociation*, |
| 7652 | which is redisplayed each time text is added to it. | 7503 | which is redisplayed each time text is added to it. |
| @@ -7659,10 +7510,10 @@ Default is 2. | |||
| 7659 | 7510 | ||
| 7660 | ;;;*** | 7511 | ;;;*** |
| 7661 | 7512 | ||
| 7662 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18104 24734)) | 7513 | ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18177 856)) |
| 7663 | ;;; Generated autoloads from dnd.el | 7514 | ;;; Generated autoloads from dnd.el |
| 7664 | 7515 | ||
| 7665 | (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\ | 7516 | (defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\ |
| 7666 | The functions to call for different protocols when a drop is made. | 7517 | The functions to call for different protocols when a drop is made. |
| 7667 | This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'. | 7518 | This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'. |
| 7668 | The list contains of (REGEXP . FUNCTION) pairs. | 7519 | The list contains of (REGEXP . FUNCTION) pairs. |
| @@ -7675,15 +7526,15 @@ If no match is found, the URL is inserted as text by calling `dnd-insert-text'. | |||
| 7675 | The function shall return the action done (move, copy, link or private) | 7526 | The function shall return the action done (move, copy, link or private) |
| 7676 | if some action was made, or nil if the URL is ignored.") | 7527 | if some action was made, or nil if the URL is ignored.") |
| 7677 | 7528 | ||
| 7678 | (custom-autoload (quote dnd-protocol-alist) "dnd" t) | 7529 | (custom-autoload 'dnd-protocol-alist "dnd" t) |
| 7679 | 7530 | ||
| 7680 | ;;;*** | 7531 | ;;;*** |
| 7681 | 7532 | ||
| 7682 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" | 7533 | ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode" |
| 7683 | ;;;;;; "textmodes/dns-mode.el" (18104 24771)) | 7534 | ;;;;;; "textmodes/dns-mode.el" (18177 875)) |
| 7684 | ;;; Generated autoloads from textmodes/dns-mode.el | 7535 | ;;; Generated autoloads from textmodes/dns-mode.el |
| 7685 | 7536 | ||
| 7686 | (autoload (quote dns-mode) "dns-mode" "\ | 7537 | (autoload 'dns-mode "dns-mode" "\ |
| 7687 | Major mode for viewing and editing DNS master files. | 7538 | Major mode for viewing and editing DNS master files. |
| 7688 | This mode is inherited from text mode. It add syntax | 7539 | This mode is inherited from text mode. It add syntax |
| 7689 | highlighting, and some commands for handling DNS master files. | 7540 | highlighting, and some commands for handling DNS master files. |
| @@ -7696,7 +7547,7 @@ Turning on DNS mode runs `dns-mode-hook'. | |||
| 7696 | \(fn)" t nil) | 7547 | \(fn)" t nil) |
| 7697 | (defalias 'zone-mode 'dns-mode) | 7548 | (defalias 'zone-mode 'dns-mode) |
| 7698 | 7549 | ||
| 7699 | (autoload (quote dns-mode-soa-increment-serial) "dns-mode" "\ | 7550 | (autoload 'dns-mode-soa-increment-serial "dns-mode" "\ |
| 7700 | Locate SOA record and increment the serial field. | 7551 | Locate SOA record and increment the serial field. |
| 7701 | 7552 | ||
| 7702 | \(fn)" t nil) | 7553 | \(fn)" t nil) |
| @@ -7704,10 +7555,24 @@ Locate SOA record and increment the serial field. | |||
| 7704 | 7555 | ||
| 7705 | ;;;*** | 7556 | ;;;*** |
| 7706 | 7557 | ||
| 7707 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18104 24760)) | 7558 | ;;;### (autoloads (doc-view) "doc-view" "doc-view.el" (18190 34947)) |
| 7559 | ;;; Generated autoloads from doc-view.el | ||
| 7560 | |||
| 7561 | (autoload 'doc-view "doc-view" "\ | ||
| 7562 | Convert FILE to png and start viewing it. | ||
| 7563 | If no FILE is given, query for on. | ||
| 7564 | If this FILE is still in the cache, don't convert and use the | ||
| 7565 | existing page files. With prefix arg NO-CACHE, don't use the | ||
| 7566 | cached files and convert anew. | ||
| 7567 | |||
| 7568 | \(fn NO-CACHE &optional FILE)" t nil) | ||
| 7569 | |||
| 7570 | ;;;*** | ||
| 7571 | |||
| 7572 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18177 871)) | ||
| 7708 | ;;; Generated autoloads from play/doctor.el | 7573 | ;;; Generated autoloads from play/doctor.el |
| 7709 | 7574 | ||
| 7710 | (autoload (quote doctor) "doctor" "\ | 7575 | (autoload 'doctor "doctor" "\ |
| 7711 | Switch to *doctor* buffer and start giving psychotherapy. | 7576 | Switch to *doctor* buffer and start giving psychotherapy. |
| 7712 | 7577 | ||
| 7713 | \(fn)" t nil) | 7578 | \(fn)" t nil) |
| @@ -7715,7 +7580,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7715 | ;;;*** | 7580 | ;;;*** |
| 7716 | 7581 | ||
| 7717 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" | 7582 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" |
| 7718 | ;;;;;; (18104 24734)) | 7583 | ;;;;;; (18190 35187)) |
| 7719 | ;;; Generated autoloads from double.el | 7584 | ;;; Generated autoloads from double.el |
| 7720 | 7585 | ||
| 7721 | (defvar double-mode nil "\ | 7586 | (defvar double-mode nil "\ |
| @@ -7723,11 +7588,12 @@ Toggle Double mode. | |||
| 7723 | Setting this variable directly does not take effect; | 7588 | Setting this variable directly does not take effect; |
| 7724 | use either \\[customize] or the function `double-mode'.") | 7589 | use either \\[customize] or the function `double-mode'.") |
| 7725 | 7590 | ||
| 7726 | (custom-autoload (quote double-mode) "double" nil) | 7591 | (custom-autoload 'double-mode "double" nil) |
| 7727 | 7592 | ||
| 7728 | (autoload (quote double-mode) "double" "\ | 7593 | (autoload 'double-mode "double" "\ |
| 7729 | Toggle Double mode. | 7594 | Toggle Double mode. |
| 7730 | With prefix arg, turn Double mode on iff arg is positive. | 7595 | With prefix argument ARG, turn Double mode on if ARG is positive, otherwise |
| 7596 | turn it off. | ||
| 7731 | 7597 | ||
| 7732 | When Double mode is on, some keys will insert different strings | 7598 | When Double mode is on, some keys will insert different strings |
| 7733 | when pressed twice. See variable `double-map' for details. | 7599 | when pressed twice. See variable `double-map' for details. |
| @@ -7736,10 +7602,10 @@ when pressed twice. See variable `double-map' for details. | |||
| 7736 | 7602 | ||
| 7737 | ;;;*** | 7603 | ;;;*** |
| 7738 | 7604 | ||
| 7739 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18104 24761)) | 7605 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18177 871)) |
| 7740 | ;;; Generated autoloads from play/dunnet.el | 7606 | ;;; Generated autoloads from play/dunnet.el |
| 7741 | 7607 | ||
| 7742 | (autoload (quote dunnet) "dunnet" "\ | 7608 | (autoload 'dunnet "dunnet" "\ |
| 7743 | Switch to *dungeon* buffer and start game. | 7609 | Switch to *dungeon* buffer and start game. |
| 7744 | 7610 | ||
| 7745 | \(fn)" t nil) | 7611 | \(fn)" t nil) |
| @@ -7747,10 +7613,10 @@ Switch to *dungeon* buffer and start game. | |||
| 7747 | ;;;*** | 7613 | ;;;*** |
| 7748 | 7614 | ||
| 7749 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 7615 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 7750 | ;;;;;; (18104 24750)) | 7616 | ;;;;;; (18177 860)) |
| 7751 | ;;; Generated autoloads from gnus/earcon.el | 7617 | ;;; Generated autoloads from gnus/earcon.el |
| 7752 | 7618 | ||
| 7753 | (autoload (quote gnus-earcon-display) "earcon" "\ | 7619 | (autoload 'gnus-earcon-display "earcon" "\ |
| 7754 | Play sounds in message buffers. | 7620 | Play sounds in message buffers. |
| 7755 | 7621 | ||
| 7756 | \(fn)" t nil) | 7622 | \(fn)" t nil) |
| @@ -7759,12 +7625,12 @@ Play sounds in message buffers. | |||
| 7759 | 7625 | ||
| 7760 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 7626 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 7761 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" | 7627 | ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode" |
| 7762 | ;;;;;; "emacs-lisp/easy-mmode.el" (18104 24747)) | 7628 | ;;;;;; "emacs-lisp/easy-mmode.el" (18190 35188)) |
| 7763 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 7629 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 7764 | 7630 | ||
| 7765 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 7631 | (defalias 'easy-mmode-define-minor-mode 'define-minor-mode) |
| 7766 | 7632 | ||
| 7767 | (autoload (quote define-minor-mode) "easy-mmode" "\ | 7633 | (autoload 'define-minor-mode "easy-mmode" "\ |
| 7768 | Define a new minor mode MODE. | 7634 | Define a new minor mode MODE. |
| 7769 | This function defines the associated control variable MODE, keymap MODE-map, | 7635 | This function defines the associated control variable MODE, keymap MODE-map, |
| 7770 | and toggle command MODE. | 7636 | and toggle command MODE. |
| @@ -7804,11 +7670,11 @@ For example, you could write | |||
| 7804 | 7670 | ||
| 7805 | \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro)) | 7671 | \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro)) |
| 7806 | 7672 | ||
| 7807 | (defalias (quote easy-mmode-define-global-mode) (quote define-globalized-minor-mode)) | 7673 | (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode) |
| 7808 | 7674 | ||
| 7809 | (defalias (quote define-global-minor-mode) (quote define-globalized-minor-mode)) | 7675 | (defalias 'define-global-minor-mode 'define-globalized-minor-mode) |
| 7810 | 7676 | ||
| 7811 | (autoload (quote define-globalized-minor-mode) "easy-mmode" "\ | 7677 | (autoload 'define-globalized-minor-mode "easy-mmode" "\ |
| 7812 | Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. | 7678 | Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE. |
| 7813 | TURN-ON is a function that will be called with no args in every buffer | 7679 | TURN-ON is a function that will be called with no args in every buffer |
| 7814 | and that should try to turn MODE on if applicable for that buffer. | 7680 | and that should try to turn MODE on if applicable for that buffer. |
| @@ -7829,7 +7695,7 @@ call another major mode in their body. | |||
| 7829 | 7695 | ||
| 7830 | \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro)) | 7696 | \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro)) |
| 7831 | 7697 | ||
| 7832 | (autoload (quote easy-mmode-define-keymap) "easy-mmode" "\ | 7698 | (autoload 'easy-mmode-define-keymap "easy-mmode" "\ |
| 7833 | Return a keymap built from bindings BS. | 7699 | Return a keymap built from bindings BS. |
| 7834 | BS must be a list of (KEY . BINDING) where | 7700 | BS must be a list of (KEY . BINDING) where |
| 7835 | KEY and BINDINGS are suitable for `define-key'. | 7701 | KEY and BINDINGS are suitable for `define-key'. |
| @@ -7839,12 +7705,12 @@ ARGS is a list of additional keyword arguments. | |||
| 7839 | 7705 | ||
| 7840 | \(fn BS &optional NAME M ARGS)" nil nil) | 7706 | \(fn BS &optional NAME M ARGS)" nil nil) |
| 7841 | 7707 | ||
| 7842 | (autoload (quote easy-mmode-defmap) "easy-mmode" "\ | 7708 | (autoload 'easy-mmode-defmap "easy-mmode" "\ |
| 7843 | Not documented | 7709 | Not documented |
| 7844 | 7710 | ||
| 7845 | \(fn M BS DOC &rest ARGS)" nil (quote macro)) | 7711 | \(fn M BS DOC &rest ARGS)" nil (quote macro)) |
| 7846 | 7712 | ||
| 7847 | (autoload (quote easy-mmode-defsyntax) "easy-mmode" "\ | 7713 | (autoload 'easy-mmode-defsyntax "easy-mmode" "\ |
| 7848 | Define variable ST as a syntax-table. | 7714 | Define variable ST as a syntax-table. |
| 7849 | CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | 7715 | CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). |
| 7850 | 7716 | ||
| @@ -7853,13 +7719,13 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX). | |||
| 7853 | ;;;*** | 7719 | ;;;*** |
| 7854 | 7720 | ||
| 7855 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 7721 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 7856 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18104 | 7722 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18177 |
| 7857 | ;;;;;; 24747)) | 7723 | ;;;;;; 857)) |
| 7858 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 7724 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 7859 | 7725 | ||
| 7860 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 7726 | (put 'easy-menu-define 'lisp-indent-function 'defun) |
| 7861 | 7727 | ||
| 7862 | (autoload (quote easy-menu-define) "easymenu" "\ | 7728 | (autoload 'easy-menu-define "easymenu" "\ |
| 7863 | Define a menu bar submenu in maps MAPS, according to MENU. | 7729 | Define a menu bar submenu in maps MAPS, according to MENU. |
| 7864 | 7730 | ||
| 7865 | If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL, | 7731 | If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL, |
| @@ -7962,19 +7828,19 @@ A menu item can be a list with the same format as MENU. This is a submenu. | |||
| 7962 | 7828 | ||
| 7963 | \(fn SYMBOL MAPS DOC MENU)" nil (quote macro)) | 7829 | \(fn SYMBOL MAPS DOC MENU)" nil (quote macro)) |
| 7964 | 7830 | ||
| 7965 | (autoload (quote easy-menu-do-define) "easymenu" "\ | 7831 | (autoload 'easy-menu-do-define "easymenu" "\ |
| 7966 | Not documented | 7832 | Not documented |
| 7967 | 7833 | ||
| 7968 | \(fn SYMBOL MAPS DOC MENU)" nil nil) | 7834 | \(fn SYMBOL MAPS DOC MENU)" nil nil) |
| 7969 | 7835 | ||
| 7970 | (autoload (quote easy-menu-create-menu) "easymenu" "\ | 7836 | (autoload 'easy-menu-create-menu "easymenu" "\ |
| 7971 | Create a menu called MENU-NAME with items described in MENU-ITEMS. | 7837 | Create a menu called MENU-NAME with items described in MENU-ITEMS. |
| 7972 | MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items | 7838 | MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items |
| 7973 | possibly preceded by keyword pairs as described in `easy-menu-define'. | 7839 | possibly preceded by keyword pairs as described in `easy-menu-define'. |
| 7974 | 7840 | ||
| 7975 | \(fn MENU-NAME MENU-ITEMS)" nil nil) | 7841 | \(fn MENU-NAME MENU-ITEMS)" nil nil) |
| 7976 | 7842 | ||
| 7977 | (autoload (quote easy-menu-change) "easymenu" "\ | 7843 | (autoload 'easy-menu-change "easymenu" "\ |
| 7978 | Change menu found at PATH as item NAME to contain ITEMS. | 7844 | Change menu found at PATH as item NAME to contain ITEMS. |
| 7979 | PATH is a list of strings for locating the menu that | 7845 | PATH is a list of strings for locating the menu that |
| 7980 | should contain a submenu named NAME. | 7846 | should contain a submenu named NAME. |
| @@ -8003,15 +7869,15 @@ To implement dynamic menus, either call this from | |||
| 8003 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer | 7869 | ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer |
| 8004 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer | 7870 | ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer |
| 8005 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" | 7871 | ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps" |
| 8006 | ;;;;;; "progmodes/ebnf2ps.el" (18104 24765)) | 7872 | ;;;;;; "progmodes/ebnf2ps.el" (18177 872)) |
| 8007 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 7873 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 8008 | 7874 | ||
| 8009 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 7875 | (autoload 'ebnf-customize "ebnf2ps" "\ |
| 8010 | Customization for ebnf group. | 7876 | Customization for ebnf group. |
| 8011 | 7877 | ||
| 8012 | \(fn)" t nil) | 7878 | \(fn)" t nil) |
| 8013 | 7879 | ||
| 8014 | (autoload (quote ebnf-print-directory) "ebnf2ps" "\ | 7880 | (autoload 'ebnf-print-directory "ebnf2ps" "\ |
| 8015 | Generate and print a PostScript syntactic chart image of DIRECTORY. | 7881 | Generate and print a PostScript syntactic chart image of DIRECTORY. |
| 8016 | 7882 | ||
| 8017 | If DIRECTORY is nil, it's used `default-directory'. | 7883 | If DIRECTORY is nil, it's used `default-directory'. |
| @@ -8023,7 +7889,7 @@ See also `ebnf-print-buffer'. | |||
| 8023 | 7889 | ||
| 8024 | \(fn &optional DIRECTORY)" t nil) | 7890 | \(fn &optional DIRECTORY)" t nil) |
| 8025 | 7891 | ||
| 8026 | (autoload (quote ebnf-print-file) "ebnf2ps" "\ | 7892 | (autoload 'ebnf-print-file "ebnf2ps" "\ |
| 8027 | Generate and print a PostScript syntactic chart image of the file FILE. | 7893 | Generate and print a PostScript syntactic chart image of the file FILE. |
| 8028 | 7894 | ||
| 8029 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't | 7895 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't |
| @@ -8033,7 +7899,7 @@ See also `ebnf-print-buffer'. | |||
| 8033 | 7899 | ||
| 8034 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) | 7900 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) |
| 8035 | 7901 | ||
| 8036 | (autoload (quote ebnf-print-buffer) "ebnf2ps" "\ | 7902 | (autoload 'ebnf-print-buffer "ebnf2ps" "\ |
| 8037 | Generate and print a PostScript syntactic chart image of the buffer. | 7903 | Generate and print a PostScript syntactic chart image of the buffer. |
| 8038 | 7904 | ||
| 8039 | When called with a numeric prefix argument (C-u), prompts the user for | 7905 | When called with a numeric prefix argument (C-u), prompts the user for |
| @@ -8047,13 +7913,13 @@ number, prompt the user for the name of the file to save in. | |||
| 8047 | 7913 | ||
| 8048 | \(fn &optional FILENAME)" t nil) | 7914 | \(fn &optional FILENAME)" t nil) |
| 8049 | 7915 | ||
| 8050 | (autoload (quote ebnf-print-region) "ebnf2ps" "\ | 7916 | (autoload 'ebnf-print-region "ebnf2ps" "\ |
| 8051 | Generate and print a PostScript syntactic chart image of the region. | 7917 | Generate and print a PostScript syntactic chart image of the region. |
| 8052 | Like `ebnf-print-buffer', but prints just the current region. | 7918 | Like `ebnf-print-buffer', but prints just the current region. |
| 8053 | 7919 | ||
| 8054 | \(fn FROM TO &optional FILENAME)" t nil) | 7920 | \(fn FROM TO &optional FILENAME)" t nil) |
| 8055 | 7921 | ||
| 8056 | (autoload (quote ebnf-spool-directory) "ebnf2ps" "\ | 7922 | (autoload 'ebnf-spool-directory "ebnf2ps" "\ |
| 8057 | Generate and spool a PostScript syntactic chart image of DIRECTORY. | 7923 | Generate and spool a PostScript syntactic chart image of DIRECTORY. |
| 8058 | 7924 | ||
| 8059 | If DIRECTORY is nil, it's used `default-directory'. | 7925 | If DIRECTORY is nil, it's used `default-directory'. |
| @@ -8065,7 +7931,7 @@ See also `ebnf-spool-buffer'. | |||
| 8065 | 7931 | ||
| 8066 | \(fn &optional DIRECTORY)" t nil) | 7932 | \(fn &optional DIRECTORY)" t nil) |
| 8067 | 7933 | ||
| 8068 | (autoload (quote ebnf-spool-file) "ebnf2ps" "\ | 7934 | (autoload 'ebnf-spool-file "ebnf2ps" "\ |
| 8069 | Generate and spool a PostScript syntactic chart image of the file FILE. | 7935 | Generate and spool a PostScript syntactic chart image of the file FILE. |
| 8070 | 7936 | ||
| 8071 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't | 7937 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't |
| @@ -8075,7 +7941,7 @@ See also `ebnf-spool-buffer'. | |||
| 8075 | 7941 | ||
| 8076 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) | 7942 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) |
| 8077 | 7943 | ||
| 8078 | (autoload (quote ebnf-spool-buffer) "ebnf2ps" "\ | 7944 | (autoload 'ebnf-spool-buffer "ebnf2ps" "\ |
| 8079 | Generate and spool a PostScript syntactic chart image of the buffer. | 7945 | Generate and spool a PostScript syntactic chart image of the buffer. |
| 8080 | Like `ebnf-print-buffer' except that the PostScript image is saved in a | 7946 | Like `ebnf-print-buffer' except that the PostScript image is saved in a |
| 8081 | local buffer to be sent to the printer later. | 7947 | local buffer to be sent to the printer later. |
| @@ -8084,7 +7950,7 @@ Use the command `ebnf-despool' to send the spooled images to the printer. | |||
| 8084 | 7950 | ||
| 8085 | \(fn)" t nil) | 7951 | \(fn)" t nil) |
| 8086 | 7952 | ||
| 8087 | (autoload (quote ebnf-spool-region) "ebnf2ps" "\ | 7953 | (autoload 'ebnf-spool-region "ebnf2ps" "\ |
| 8088 | Generate a PostScript syntactic chart image of the region and spool locally. | 7954 | Generate a PostScript syntactic chart image of the region and spool locally. |
| 8089 | Like `ebnf-spool-buffer', but spools just the current region. | 7955 | Like `ebnf-spool-buffer', but spools just the current region. |
| 8090 | 7956 | ||
| @@ -8092,7 +7958,7 @@ Use the command `ebnf-despool' to send the spooled images to the printer. | |||
| 8092 | 7958 | ||
| 8093 | \(fn FROM TO)" t nil) | 7959 | \(fn FROM TO)" t nil) |
| 8094 | 7960 | ||
| 8095 | (autoload (quote ebnf-eps-directory) "ebnf2ps" "\ | 7961 | (autoload 'ebnf-eps-directory "ebnf2ps" "\ |
| 8096 | Generate EPS files from EBNF files in DIRECTORY. | 7962 | Generate EPS files from EBNF files in DIRECTORY. |
| 8097 | 7963 | ||
| 8098 | If DIRECTORY is nil, it's used `default-directory'. | 7964 | If DIRECTORY is nil, it's used `default-directory'. |
| @@ -8104,7 +7970,7 @@ See also `ebnf-eps-buffer'. | |||
| 8104 | 7970 | ||
| 8105 | \(fn &optional DIRECTORY)" t nil) | 7971 | \(fn &optional DIRECTORY)" t nil) |
| 8106 | 7972 | ||
| 8107 | (autoload (quote ebnf-eps-file) "ebnf2ps" "\ | 7973 | (autoload 'ebnf-eps-file "ebnf2ps" "\ |
| 8108 | Generate an EPS file from EBNF file FILE. | 7974 | Generate an EPS file from EBNF file FILE. |
| 8109 | 7975 | ||
| 8110 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't | 7976 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't |
| @@ -8114,7 +7980,7 @@ See also `ebnf-eps-buffer'. | |||
| 8114 | 7980 | ||
| 8115 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) | 7981 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) |
| 8116 | 7982 | ||
| 8117 | (autoload (quote ebnf-eps-buffer) "ebnf2ps" "\ | 7983 | (autoload 'ebnf-eps-buffer "ebnf2ps" "\ |
| 8118 | Generate a PostScript syntactic chart image of the buffer in an EPS file. | 7984 | Generate a PostScript syntactic chart image of the buffer in an EPS file. |
| 8119 | 7985 | ||
| 8120 | Generate an EPS file for each production in the buffer. | 7986 | Generate an EPS file for each production in the buffer. |
| @@ -8136,7 +8002,7 @@ WARNING: This function does *NOT* ask any confirmation to override existing | |||
| 8136 | 8002 | ||
| 8137 | \(fn)" t nil) | 8003 | \(fn)" t nil) |
| 8138 | 8004 | ||
| 8139 | (autoload (quote ebnf-eps-region) "ebnf2ps" "\ | 8005 | (autoload 'ebnf-eps-region "ebnf2ps" "\ |
| 8140 | Generate a PostScript syntactic chart image of the region in an EPS file. | 8006 | Generate a PostScript syntactic chart image of the region in an EPS file. |
| 8141 | 8007 | ||
| 8142 | Generate an EPS file for each production in the region. | 8008 | Generate an EPS file for each production in the region. |
| @@ -8158,9 +8024,9 @@ WARNING: This function does *NOT* ask any confirmation to override existing | |||
| 8158 | 8024 | ||
| 8159 | \(fn FROM TO)" t nil) | 8025 | \(fn FROM TO)" t nil) |
| 8160 | 8026 | ||
| 8161 | (defalias (quote ebnf-despool) (quote ps-despool)) | 8027 | (defalias 'ebnf-despool 'ps-despool) |
| 8162 | 8028 | ||
| 8163 | (autoload (quote ebnf-syntax-directory) "ebnf2ps" "\ | 8029 | (autoload 'ebnf-syntax-directory "ebnf2ps" "\ |
| 8164 | Do a syntactic analysis of the files in DIRECTORY. | 8030 | Do a syntactic analysis of the files in DIRECTORY. |
| 8165 | 8031 | ||
| 8166 | If DIRECTORY is nil, use `default-directory'. | 8032 | If DIRECTORY is nil, use `default-directory'. |
| @@ -8172,7 +8038,7 @@ See also `ebnf-syntax-buffer'. | |||
| 8172 | 8038 | ||
| 8173 | \(fn &optional DIRECTORY)" t nil) | 8039 | \(fn &optional DIRECTORY)" t nil) |
| 8174 | 8040 | ||
| 8175 | (autoload (quote ebnf-syntax-file) "ebnf2ps" "\ | 8041 | (autoload 'ebnf-syntax-file "ebnf2ps" "\ |
| 8176 | Do a syntactic analysis of the named FILE. | 8042 | Do a syntactic analysis of the named FILE. |
| 8177 | 8043 | ||
| 8178 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't | 8044 | If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't |
| @@ -8182,50 +8048,50 @@ See also `ebnf-syntax-buffer'. | |||
| 8182 | 8048 | ||
| 8183 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) | 8049 | \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil) |
| 8184 | 8050 | ||
| 8185 | (autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\ | 8051 | (autoload 'ebnf-syntax-buffer "ebnf2ps" "\ |
| 8186 | Do a syntactic analysis of the current buffer. | 8052 | Do a syntactic analysis of the current buffer. |
| 8187 | 8053 | ||
| 8188 | \(fn)" t nil) | 8054 | \(fn)" t nil) |
| 8189 | 8055 | ||
| 8190 | (autoload (quote ebnf-syntax-region) "ebnf2ps" "\ | 8056 | (autoload 'ebnf-syntax-region "ebnf2ps" "\ |
| 8191 | Do a syntactic analysis of a region. | 8057 | Do a syntactic analysis of a region. |
| 8192 | 8058 | ||
| 8193 | \(fn FROM TO)" t nil) | 8059 | \(fn FROM TO)" t nil) |
| 8194 | 8060 | ||
| 8195 | (autoload (quote ebnf-setup) "ebnf2ps" "\ | 8061 | (autoload 'ebnf-setup "ebnf2ps" "\ |
| 8196 | Return the current ebnf2ps setup. | 8062 | Return the current ebnf2ps setup. |
| 8197 | 8063 | ||
| 8198 | \(fn)" nil nil) | 8064 | \(fn)" nil nil) |
| 8199 | 8065 | ||
| 8200 | (autoload (quote ebnf-find-style) "ebnf2ps" "\ | 8066 | (autoload 'ebnf-find-style "ebnf2ps" "\ |
| 8201 | Return style definition if NAME is already defined; otherwise, return nil. | 8067 | Return style definition if NAME is already defined; otherwise, return nil. |
| 8202 | 8068 | ||
| 8203 | See `ebnf-style-database' documentation. | 8069 | See `ebnf-style-database' documentation. |
| 8204 | 8070 | ||
| 8205 | \(fn NAME)" t nil) | 8071 | \(fn NAME)" t nil) |
| 8206 | 8072 | ||
| 8207 | (autoload (quote ebnf-insert-style) "ebnf2ps" "\ | 8073 | (autoload 'ebnf-insert-style "ebnf2ps" "\ |
| 8208 | Insert a new style NAME with inheritance INHERITS and values VALUES. | 8074 | Insert a new style NAME with inheritance INHERITS and values VALUES. |
| 8209 | 8075 | ||
| 8210 | See `ebnf-style-database' documentation. | 8076 | See `ebnf-style-database' documentation. |
| 8211 | 8077 | ||
| 8212 | \(fn NAME INHERITS &rest VALUES)" t nil) | 8078 | \(fn NAME INHERITS &rest VALUES)" t nil) |
| 8213 | 8079 | ||
| 8214 | (autoload (quote ebnf-delete-style) "ebnf2ps" "\ | 8080 | (autoload 'ebnf-delete-style "ebnf2ps" "\ |
| 8215 | Delete style NAME. | 8081 | Delete style NAME. |
| 8216 | 8082 | ||
| 8217 | See `ebnf-style-database' documentation. | 8083 | See `ebnf-style-database' documentation. |
| 8218 | 8084 | ||
| 8219 | \(fn NAME)" t nil) | 8085 | \(fn NAME)" t nil) |
| 8220 | 8086 | ||
| 8221 | (autoload (quote ebnf-merge-style) "ebnf2ps" "\ | 8087 | (autoload 'ebnf-merge-style "ebnf2ps" "\ |
| 8222 | Merge values of style NAME with style VALUES. | 8088 | Merge values of style NAME with style VALUES. |
| 8223 | 8089 | ||
| 8224 | See `ebnf-style-database' documentation. | 8090 | See `ebnf-style-database' documentation. |
| 8225 | 8091 | ||
| 8226 | \(fn NAME &rest VALUES)" t nil) | 8092 | \(fn NAME &rest VALUES)" t nil) |
| 8227 | 8093 | ||
| 8228 | (autoload (quote ebnf-apply-style) "ebnf2ps" "\ | 8094 | (autoload 'ebnf-apply-style "ebnf2ps" "\ |
| 8229 | Set STYLE as the current style. | 8095 | Set STYLE as the current style. |
| 8230 | 8096 | ||
| 8231 | Returns the old style symbol. | 8097 | Returns the old style symbol. |
| @@ -8234,7 +8100,7 @@ See `ebnf-style-database' documentation. | |||
| 8234 | 8100 | ||
| 8235 | \(fn STYLE)" t nil) | 8101 | \(fn STYLE)" t nil) |
| 8236 | 8102 | ||
| 8237 | (autoload (quote ebnf-reset-style) "ebnf2ps" "\ | 8103 | (autoload 'ebnf-reset-style "ebnf2ps" "\ |
| 8238 | Reset current style. | 8104 | Reset current style. |
| 8239 | 8105 | ||
| 8240 | Returns the old style symbol. | 8106 | Returns the old style symbol. |
| @@ -8243,7 +8109,7 @@ See `ebnf-style-database' documentation. | |||
| 8243 | 8109 | ||
| 8244 | \(fn &optional STYLE)" t nil) | 8110 | \(fn &optional STYLE)" t nil) |
| 8245 | 8111 | ||
| 8246 | (autoload (quote ebnf-push-style) "ebnf2ps" "\ | 8112 | (autoload 'ebnf-push-style "ebnf2ps" "\ |
| 8247 | Push the current style onto a stack and set STYLE as the current style. | 8113 | Push the current style onto a stack and set STYLE as the current style. |
| 8248 | 8114 | ||
| 8249 | Returns the old style symbol. | 8115 | Returns the old style symbol. |
| @@ -8254,7 +8120,7 @@ See `ebnf-style-database' documentation. | |||
| 8254 | 8120 | ||
| 8255 | \(fn &optional STYLE)" t nil) | 8121 | \(fn &optional STYLE)" t nil) |
| 8256 | 8122 | ||
| 8257 | (autoload (quote ebnf-pop-style) "ebnf2ps" "\ | 8123 | (autoload 'ebnf-pop-style "ebnf2ps" "\ |
| 8258 | Pop a style from the stack of pushed styles and set it as the current style. | 8124 | Pop a style from the stack of pushed styles and set it as the current style. |
| 8259 | 8125 | ||
| 8260 | Returns the old style symbol. | 8126 | Returns the old style symbol. |
| @@ -8277,11 +8143,11 @@ See `ebnf-style-database' documentation. | |||
| 8277 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition | 8143 | ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition |
| 8278 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration | 8144 | ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration |
| 8279 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree | 8145 | ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree |
| 8280 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18104 | 8146 | ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18190 |
| 8281 | ;;;;;; 24765)) | 8147 | ;;;;;; 35205)) |
| 8282 | ;;; Generated autoloads from progmodes/ebrowse.el | 8148 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 8283 | 8149 | ||
| 8284 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 8150 | (autoload 'ebrowse-tree-mode "ebrowse" "\ |
| 8285 | Major mode for Ebrowse class tree buffers. | 8151 | Major mode for Ebrowse class tree buffers. |
| 8286 | Each line corresponds to a class in a class tree. | 8152 | Each line corresponds to a class in a class tree. |
| 8287 | Letters do not insert themselves, they are commands. | 8153 | Letters do not insert themselves, they are commands. |
| @@ -8293,69 +8159,69 @@ Tree mode key bindings: | |||
| 8293 | 8159 | ||
| 8294 | \(fn)" t nil) | 8160 | \(fn)" t nil) |
| 8295 | 8161 | ||
| 8296 | (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\ | 8162 | (autoload 'ebrowse-electric-choose-tree "ebrowse" "\ |
| 8297 | Return a buffer containing a tree or nil if no tree found or canceled. | 8163 | Return a buffer containing a tree or nil if no tree found or canceled. |
| 8298 | 8164 | ||
| 8299 | \(fn)" t nil) | 8165 | \(fn)" t nil) |
| 8300 | 8166 | ||
| 8301 | (autoload (quote ebrowse-member-mode) "ebrowse" "\ | 8167 | (autoload 'ebrowse-member-mode "ebrowse" "\ |
| 8302 | Major mode for Ebrowse member buffers. | 8168 | Major mode for Ebrowse member buffers. |
| 8303 | 8169 | ||
| 8304 | \\{ebrowse-member-mode-map} | 8170 | \\{ebrowse-member-mode-map} |
| 8305 | 8171 | ||
| 8306 | \(fn)" nil nil) | 8172 | \(fn)" nil nil) |
| 8307 | 8173 | ||
| 8308 | (autoload (quote ebrowse-tags-view-declaration) "ebrowse" "\ | 8174 | (autoload 'ebrowse-tags-view-declaration "ebrowse" "\ |
| 8309 | View declaration of member at point. | 8175 | View declaration of member at point. |
| 8310 | 8176 | ||
| 8311 | \(fn)" t nil) | 8177 | \(fn)" t nil) |
| 8312 | 8178 | ||
| 8313 | (autoload (quote ebrowse-tags-find-declaration) "ebrowse" "\ | 8179 | (autoload 'ebrowse-tags-find-declaration "ebrowse" "\ |
| 8314 | Find declaration of member at point. | 8180 | Find declaration of member at point. |
| 8315 | 8181 | ||
| 8316 | \(fn)" t nil) | 8182 | \(fn)" t nil) |
| 8317 | 8183 | ||
| 8318 | (autoload (quote ebrowse-tags-view-definition) "ebrowse" "\ | 8184 | (autoload 'ebrowse-tags-view-definition "ebrowse" "\ |
| 8319 | View definition of member at point. | 8185 | View definition of member at point. |
| 8320 | 8186 | ||
| 8321 | \(fn)" t nil) | 8187 | \(fn)" t nil) |
| 8322 | 8188 | ||
| 8323 | (autoload (quote ebrowse-tags-find-definition) "ebrowse" "\ | 8189 | (autoload 'ebrowse-tags-find-definition "ebrowse" "\ |
| 8324 | Find definition of member at point. | 8190 | Find definition of member at point. |
| 8325 | 8191 | ||
| 8326 | \(fn)" t nil) | 8192 | \(fn)" t nil) |
| 8327 | 8193 | ||
| 8328 | (autoload (quote ebrowse-tags-find-declaration-other-window) "ebrowse" "\ | 8194 | (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\ |
| 8329 | Find declaration of member at point in other window. | 8195 | Find declaration of member at point in other window. |
| 8330 | 8196 | ||
| 8331 | \(fn)" t nil) | 8197 | \(fn)" t nil) |
| 8332 | 8198 | ||
| 8333 | (autoload (quote ebrowse-tags-view-definition-other-window) "ebrowse" "\ | 8199 | (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\ |
| 8334 | View definition of member at point in other window. | 8200 | View definition of member at point in other window. |
| 8335 | 8201 | ||
| 8336 | \(fn)" t nil) | 8202 | \(fn)" t nil) |
| 8337 | 8203 | ||
| 8338 | (autoload (quote ebrowse-tags-find-definition-other-window) "ebrowse" "\ | 8204 | (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\ |
| 8339 | Find definition of member at point in other window. | 8205 | Find definition of member at point in other window. |
| 8340 | 8206 | ||
| 8341 | \(fn)" t nil) | 8207 | \(fn)" t nil) |
| 8342 | 8208 | ||
| 8343 | (autoload (quote ebrowse-tags-find-declaration-other-frame) "ebrowse" "\ | 8209 | (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\ |
| 8344 | Find definition of member at point in other frame. | 8210 | Find definition of member at point in other frame. |
| 8345 | 8211 | ||
| 8346 | \(fn)" t nil) | 8212 | \(fn)" t nil) |
| 8347 | 8213 | ||
| 8348 | (autoload (quote ebrowse-tags-view-definition-other-frame) "ebrowse" "\ | 8214 | (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\ |
| 8349 | View definition of member at point in other frame. | 8215 | View definition of member at point in other frame. |
| 8350 | 8216 | ||
| 8351 | \(fn)" t nil) | 8217 | \(fn)" t nil) |
| 8352 | 8218 | ||
| 8353 | (autoload (quote ebrowse-tags-find-definition-other-frame) "ebrowse" "\ | 8219 | (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\ |
| 8354 | Find definition of member at point in other frame. | 8220 | Find definition of member at point in other frame. |
| 8355 | 8221 | ||
| 8356 | \(fn)" t nil) | 8222 | \(fn)" t nil) |
| 8357 | 8223 | ||
| 8358 | (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "\ | 8224 | (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\ |
| 8359 | Perform completion on the C++ symbol preceding point. | 8225 | Perform completion on the C++ symbol preceding point. |
| 8360 | A second call of this function without changing point inserts the next match. | 8226 | A second call of this function without changing point inserts the next match. |
| 8361 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with | 8227 | A call with prefix PREFIX reads the symbol to insert from the minibuffer with |
| @@ -8363,27 +8229,27 @@ completion. | |||
| 8363 | 8229 | ||
| 8364 | \(fn PREFIX)" t nil) | 8230 | \(fn PREFIX)" t nil) |
| 8365 | 8231 | ||
| 8366 | (autoload (quote ebrowse-tags-loop-continue) "ebrowse" "\ | 8232 | (autoload 'ebrowse-tags-loop-continue "ebrowse" "\ |
| 8367 | Repeat last operation on files in tree. | 8233 | Repeat last operation on files in tree. |
| 8368 | FIRST-TIME non-nil means this is not a repetition, but the first time. | 8234 | FIRST-TIME non-nil means this is not a repetition, but the first time. |
| 8369 | TREE-BUFFER if indirectly specifies which files to loop over. | 8235 | TREE-BUFFER if indirectly specifies which files to loop over. |
| 8370 | 8236 | ||
| 8371 | \(fn &optional FIRST-TIME TREE-BUFFER)" t nil) | 8237 | \(fn &optional FIRST-TIME TREE-BUFFER)" t nil) |
| 8372 | 8238 | ||
| 8373 | (autoload (quote ebrowse-tags-search) "ebrowse" "\ | 8239 | (autoload 'ebrowse-tags-search "ebrowse" "\ |
| 8374 | Search for REGEXP in all files in a tree. | 8240 | Search for REGEXP in all files in a tree. |
| 8375 | If marked classes exist, process marked classes, only. | 8241 | If marked classes exist, process marked classes, only. |
| 8376 | If regular expression is nil, repeat last search. | 8242 | If regular expression is nil, repeat last search. |
| 8377 | 8243 | ||
| 8378 | \(fn REGEXP)" t nil) | 8244 | \(fn REGEXP)" t nil) |
| 8379 | 8245 | ||
| 8380 | (autoload (quote ebrowse-tags-query-replace) "ebrowse" "\ | 8246 | (autoload 'ebrowse-tags-query-replace "ebrowse" "\ |
| 8381 | Query replace FROM with TO in all files of a class tree. | 8247 | Query replace FROM with TO in all files of a class tree. |
| 8382 | With prefix arg, process files of marked classes only. | 8248 | With prefix arg, process files of marked classes only. |
| 8383 | 8249 | ||
| 8384 | \(fn FROM TO)" t nil) | 8250 | \(fn FROM TO)" t nil) |
| 8385 | 8251 | ||
| 8386 | (autoload (quote ebrowse-tags-search-member-use) "ebrowse" "\ | 8252 | (autoload 'ebrowse-tags-search-member-use "ebrowse" "\ |
| 8387 | Search for call sites of a member. | 8253 | Search for call sites of a member. |
| 8388 | If FIX-NAME is specified, search uses of that member. | 8254 | If FIX-NAME is specified, search uses of that member. |
| 8389 | Otherwise, read a member name from the minibuffer. | 8255 | Otherwise, read a member name from the minibuffer. |
| @@ -8392,36 +8258,36 @@ looks like a function call to the member. | |||
| 8392 | 8258 | ||
| 8393 | \(fn &optional FIX-NAME)" t nil) | 8259 | \(fn &optional FIX-NAME)" t nil) |
| 8394 | 8260 | ||
| 8395 | (autoload (quote ebrowse-back-in-position-stack) "ebrowse" "\ | 8261 | (autoload 'ebrowse-back-in-position-stack "ebrowse" "\ |
| 8396 | Move backward in the position stack. | 8262 | Move backward in the position stack. |
| 8397 | Prefix arg ARG says how much. | 8263 | Prefix arg ARG says how much. |
| 8398 | 8264 | ||
| 8399 | \(fn ARG)" t nil) | 8265 | \(fn ARG)" t nil) |
| 8400 | 8266 | ||
| 8401 | (autoload (quote ebrowse-forward-in-position-stack) "ebrowse" "\ | 8267 | (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\ |
| 8402 | Move forward in the position stack. | 8268 | Move forward in the position stack. |
| 8403 | Prefix arg ARG says how much. | 8269 | Prefix arg ARG says how much. |
| 8404 | 8270 | ||
| 8405 | \(fn ARG)" t nil) | 8271 | \(fn ARG)" t nil) |
| 8406 | 8272 | ||
| 8407 | (autoload (quote ebrowse-electric-position-menu) "ebrowse" "\ | 8273 | (autoload 'ebrowse-electric-position-menu "ebrowse" "\ |
| 8408 | List positions in the position stack in an electric buffer. | 8274 | List positions in the position stack in an electric buffer. |
| 8409 | 8275 | ||
| 8410 | \(fn)" t nil) | 8276 | \(fn)" t nil) |
| 8411 | 8277 | ||
| 8412 | (autoload (quote ebrowse-save-tree) "ebrowse" "\ | 8278 | (autoload 'ebrowse-save-tree "ebrowse" "\ |
| 8413 | Save current tree in same file it was loaded from. | 8279 | Save current tree in same file it was loaded from. |
| 8414 | 8280 | ||
| 8415 | \(fn)" t nil) | 8281 | \(fn)" t nil) |
| 8416 | 8282 | ||
| 8417 | (autoload (quote ebrowse-save-tree-as) "ebrowse" "\ | 8283 | (autoload 'ebrowse-save-tree-as "ebrowse" "\ |
| 8418 | Write the current tree data structure to a file. | 8284 | Write the current tree data structure to a file. |
| 8419 | Read the file name from the minibuffer if interactive. | 8285 | Read the file name from the minibuffer if interactive. |
| 8420 | Otherwise, FILE-NAME specifies the file to save the tree in. | 8286 | Otherwise, FILE-NAME specifies the file to save the tree in. |
| 8421 | 8287 | ||
| 8422 | \(fn &optional FILE-NAME)" t nil) | 8288 | \(fn &optional FILE-NAME)" t nil) |
| 8423 | 8289 | ||
| 8424 | (autoload (quote ebrowse-statistics) "ebrowse" "\ | 8290 | (autoload 'ebrowse-statistics "ebrowse" "\ |
| 8425 | Display statistics for a class tree. | 8291 | Display statistics for a class tree. |
| 8426 | 8292 | ||
| 8427 | \(fn)" t nil) | 8293 | \(fn)" t nil) |
| @@ -8429,10 +8295,10 @@ Display statistics for a class tree. | |||
| 8429 | ;;;*** | 8295 | ;;;*** |
| 8430 | 8296 | ||
| 8431 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" | 8297 | ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" |
| 8432 | ;;;;;; (18104 24735)) | 8298 | ;;;;;; (18190 35187)) |
| 8433 | ;;; Generated autoloads from ebuff-menu.el | 8299 | ;;; Generated autoloads from ebuff-menu.el |
| 8434 | 8300 | ||
| 8435 | (autoload (quote electric-buffer-list) "ebuff-menu" "\ | 8301 | (autoload 'electric-buffer-list "ebuff-menu" "\ |
| 8436 | Pop up a buffer describing the set of Emacs buffers. | 8302 | Pop up a buffer describing the set of Emacs buffers. |
| 8437 | Vaguely like ITS lunar select buffer; combining typeoutoid buffer | 8303 | Vaguely like ITS lunar select buffer; combining typeoutoid buffer |
| 8438 | listing with menuoid buffer selection. | 8304 | listing with menuoid buffer selection. |
| @@ -8454,10 +8320,10 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 8454 | ;;;*** | 8320 | ;;;*** |
| 8455 | 8321 | ||
| 8456 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 8322 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 8457 | ;;;;;; "echistory.el" (18104 24735)) | 8323 | ;;;;;; "echistory.el" (18190 35187)) |
| 8458 | ;;; Generated autoloads from echistory.el | 8324 | ;;; Generated autoloads from echistory.el |
| 8459 | 8325 | ||
| 8460 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ | 8326 | (autoload 'Electric-command-history-redo-expression "echistory" "\ |
| 8461 | Edit current history line in minibuffer and execute result. | 8327 | Edit current history line in minibuffer and execute result. |
| 8462 | With prefix arg NOCONFIRM, execute current line as-is without editing. | 8328 | With prefix arg NOCONFIRM, execute current line as-is without editing. |
| 8463 | 8329 | ||
| @@ -8467,7 +8333,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8467 | 8333 | ||
| 8468 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 8334 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 8469 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 8335 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 8470 | ;;;;;; "emacs-lisp/edebug.el" (18104 24747)) | 8336 | ;;;;;; "emacs-lisp/edebug.el" (18190 35188)) |
| 8471 | ;;; Generated autoloads from emacs-lisp/edebug.el | 8337 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 8472 | 8338 | ||
| 8473 | (defvar edebug-all-defs nil "\ | 8339 | (defvar edebug-all-defs nil "\ |
| @@ -8481,25 +8347,25 @@ variable. You may wish to make it local to each buffer with | |||
| 8481 | \(make-local-variable 'edebug-all-defs) in your | 8347 | \(make-local-variable 'edebug-all-defs) in your |
| 8482 | `emacs-lisp-mode-hook'.") | 8348 | `emacs-lisp-mode-hook'.") |
| 8483 | 8349 | ||
| 8484 | (custom-autoload (quote edebug-all-defs) "edebug" t) | 8350 | (custom-autoload 'edebug-all-defs "edebug" t) |
| 8485 | 8351 | ||
| 8486 | (defvar edebug-all-forms nil "\ | 8352 | (defvar edebug-all-forms nil "\ |
| 8487 | *Non-nil evaluation of all forms will instrument for Edebug. | 8353 | *Non-nil evaluation of all forms will instrument for Edebug. |
| 8488 | This doesn't apply to loading or evaluations in the minibuffer. | 8354 | This doesn't apply to loading or evaluations in the minibuffer. |
| 8489 | Use the command `edebug-all-forms' to toggle the value of this option.") | 8355 | Use the command `edebug-all-forms' to toggle the value of this option.") |
| 8490 | 8356 | ||
| 8491 | (custom-autoload (quote edebug-all-forms) "edebug" t) | 8357 | (custom-autoload 'edebug-all-forms "edebug" t) |
| 8492 | 8358 | ||
| 8493 | (autoload (quote edebug-basic-spec) "edebug" "\ | 8359 | (autoload 'edebug-basic-spec "edebug" "\ |
| 8494 | Return t if SPEC uses only extant spec symbols. | 8360 | Return t if SPEC uses only extant spec symbols. |
| 8495 | An extant spec symbol is a symbol that is not a function and has a | 8361 | An extant spec symbol is a symbol that is not a function and has a |
| 8496 | `edebug-form-spec' property. | 8362 | `edebug-form-spec' property. |
| 8497 | 8363 | ||
| 8498 | \(fn SPEC)" nil nil) | 8364 | \(fn SPEC)" nil nil) |
| 8499 | 8365 | ||
| 8500 | (defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) | 8366 | (defalias 'edebug-defun 'edebug-eval-top-level-form) |
| 8501 | 8367 | ||
| 8502 | (autoload (quote edebug-eval-top-level-form) "edebug" "\ | 8368 | (autoload 'edebug-eval-top-level-form "edebug" "\ |
| 8503 | Evaluate the top level form point is in, stepping through with Edebug. | 8369 | Evaluate the top level form point is in, stepping through with Edebug. |
| 8504 | This is like `eval-defun' except that it steps the code for Edebug | 8370 | This is like `eval-defun' except that it steps the code for Edebug |
| 8505 | before evaluating it. It displays the value in the echo area | 8371 | before evaluating it. It displays the value in the echo area |
| @@ -8519,12 +8385,12 @@ already is one.) | |||
| 8519 | 8385 | ||
| 8520 | \(fn)" t nil) | 8386 | \(fn)" t nil) |
| 8521 | 8387 | ||
| 8522 | (autoload (quote edebug-all-defs) "edebug" "\ | 8388 | (autoload 'edebug-all-defs "edebug" "\ |
| 8523 | Toggle edebugging of all definitions. | 8389 | Toggle edebugging of all definitions. |
| 8524 | 8390 | ||
| 8525 | \(fn)" t nil) | 8391 | \(fn)" t nil) |
| 8526 | 8392 | ||
| 8527 | (autoload (quote edebug-all-forms) "edebug" "\ | 8393 | (autoload 'edebug-all-forms "edebug" "\ |
| 8528 | Toggle edebugging of all forms. | 8394 | Toggle edebugging of all forms. |
| 8529 | 8395 | ||
| 8530 | \(fn)" t nil) | 8396 | \(fn)" t nil) |
| @@ -8540,81 +8406,81 @@ Toggle edebugging of all forms. | |||
| 8540 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 8406 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 8541 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 8407 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 8542 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 8408 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 8543 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (18104 24735)) | 8409 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (18177 857)) |
| 8544 | ;;; Generated autoloads from ediff.el | 8410 | ;;; Generated autoloads from ediff.el |
| 8545 | 8411 | ||
| 8546 | (autoload (quote ediff-files) "ediff" "\ | 8412 | (autoload 'ediff-files "ediff" "\ |
| 8547 | Run Ediff on a pair of files, FILE-A and FILE-B. | 8413 | Run Ediff on a pair of files, FILE-A and FILE-B. |
| 8548 | 8414 | ||
| 8549 | \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil) | 8415 | \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil) |
| 8550 | 8416 | ||
| 8551 | (autoload (quote ediff-files3) "ediff" "\ | 8417 | (autoload 'ediff-files3 "ediff" "\ |
| 8552 | Run Ediff on three files, FILE-A, FILE-B, and FILE-C. | 8418 | Run Ediff on three files, FILE-A, FILE-B, and FILE-C. |
| 8553 | 8419 | ||
| 8554 | \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil) | 8420 | \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil) |
| 8555 | 8421 | ||
| 8556 | (defalias (quote ediff3) (quote ediff-files3)) | 8422 | (defalias 'ediff3 'ediff-files3) |
| 8557 | 8423 | ||
| 8558 | (defalias (quote ediff) (quote ediff-files)) | 8424 | (defalias 'ediff 'ediff-files) |
| 8559 | 8425 | ||
| 8560 | (autoload (quote ediff-backup) "ediff" "\ | 8426 | (autoload 'ediff-backup "ediff" "\ |
| 8561 | Run Ediff on FILE and its backup file. | 8427 | Run Ediff on FILE and its backup file. |
| 8562 | Uses the latest backup, if there are several numerical backups. | 8428 | Uses the latest backup, if there are several numerical backups. |
| 8563 | If this file is a backup, `ediff' it with its original. | 8429 | If this file is a backup, `ediff' it with its original. |
| 8564 | 8430 | ||
| 8565 | \(fn FILE)" t nil) | 8431 | \(fn FILE)" t nil) |
| 8566 | 8432 | ||
| 8567 | (autoload (quote ediff-buffers) "ediff" "\ | 8433 | (autoload 'ediff-buffers "ediff" "\ |
| 8568 | Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B. | 8434 | Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B. |
| 8569 | 8435 | ||
| 8570 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil) | 8436 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil) |
| 8571 | 8437 | ||
| 8572 | (defalias (quote ebuffers) (quote ediff-buffers)) | 8438 | (defalias 'ebuffers 'ediff-buffers) |
| 8573 | 8439 | ||
| 8574 | (autoload (quote ediff-buffers3) "ediff" "\ | 8440 | (autoload 'ediff-buffers3 "ediff" "\ |
| 8575 | Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. | 8441 | Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. |
| 8576 | 8442 | ||
| 8577 | \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil) | 8443 | \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil) |
| 8578 | 8444 | ||
| 8579 | (defalias (quote ebuffers3) (quote ediff-buffers3)) | 8445 | (defalias 'ebuffers3 'ediff-buffers3) |
| 8580 | 8446 | ||
| 8581 | (autoload (quote ediff-directories) "ediff" "\ | 8447 | (autoload 'ediff-directories "ediff" "\ |
| 8582 | Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have | 8448 | Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have |
| 8583 | the same name in both. The third argument, REGEXP, is nil or a regular | 8449 | the same name in both. The third argument, REGEXP, is nil or a regular |
| 8584 | expression; only file names that match the regexp are considered. | 8450 | expression; only file names that match the regexp are considered. |
| 8585 | 8451 | ||
| 8586 | \(fn DIR1 DIR2 REGEXP)" t nil) | 8452 | \(fn DIR1 DIR2 REGEXP)" t nil) |
| 8587 | 8453 | ||
| 8588 | (defalias (quote edirs) (quote ediff-directories)) | 8454 | (defalias 'edirs 'ediff-directories) |
| 8589 | 8455 | ||
| 8590 | (autoload (quote ediff-directory-revisions) "ediff" "\ | 8456 | (autoload 'ediff-directory-revisions "ediff" "\ |
| 8591 | Run Ediff on a directory, DIR1, comparing its files with their revisions. | 8457 | Run Ediff on a directory, DIR1, comparing its files with their revisions. |
| 8592 | The second argument, REGEXP, is a regular expression that filters the file | 8458 | The second argument, REGEXP, is a regular expression that filters the file |
| 8593 | names. Only the files that are under revision control are taken into account. | 8459 | names. Only the files that are under revision control are taken into account. |
| 8594 | 8460 | ||
| 8595 | \(fn DIR1 REGEXP)" t nil) | 8461 | \(fn DIR1 REGEXP)" t nil) |
| 8596 | 8462 | ||
| 8597 | (defalias (quote edir-revisions) (quote ediff-directory-revisions)) | 8463 | (defalias 'edir-revisions 'ediff-directory-revisions) |
| 8598 | 8464 | ||
| 8599 | (autoload (quote ediff-directories3) "ediff" "\ | 8465 | (autoload 'ediff-directories3 "ediff" "\ |
| 8600 | Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that | 8466 | Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that |
| 8601 | have the same name in all three. The last argument, REGEXP, is nil or a | 8467 | have the same name in all three. The last argument, REGEXP, is nil or a |
| 8602 | regular expression; only file names that match the regexp are considered. | 8468 | regular expression; only file names that match the regexp are considered. |
| 8603 | 8469 | ||
| 8604 | \(fn DIR1 DIR2 DIR3 REGEXP)" t nil) | 8470 | \(fn DIR1 DIR2 DIR3 REGEXP)" t nil) |
| 8605 | 8471 | ||
| 8606 | (defalias (quote edirs3) (quote ediff-directories3)) | 8472 | (defalias 'edirs3 'ediff-directories3) |
| 8607 | 8473 | ||
| 8608 | (autoload (quote ediff-merge-directories) "ediff" "\ | 8474 | (autoload 'ediff-merge-directories "ediff" "\ |
| 8609 | Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have | 8475 | Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have |
| 8610 | the same name in both. The third argument, REGEXP, is nil or a regular | 8476 | the same name in both. The third argument, REGEXP, is nil or a regular |
| 8611 | expression; only file names that match the regexp are considered. | 8477 | expression; only file names that match the regexp are considered. |
| 8612 | 8478 | ||
| 8613 | \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) | 8479 | \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) |
| 8614 | 8480 | ||
| 8615 | (defalias (quote edirs-merge) (quote ediff-merge-directories)) | 8481 | (defalias 'edirs-merge 'ediff-merge-directories) |
| 8616 | 8482 | ||
| 8617 | (autoload (quote ediff-merge-directories-with-ancestor) "ediff" "\ | 8483 | (autoload 'ediff-merge-directories-with-ancestor "ediff" "\ |
| 8618 | Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. | 8484 | Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. |
| 8619 | Ediff merges files that have identical names in DIR1, DIR2. If a pair of files | 8485 | Ediff merges files that have identical names in DIR1, DIR2. If a pair of files |
| 8620 | in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge | 8486 | in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge |
| @@ -8623,27 +8489,27 @@ only file names that match the regexp are considered. | |||
| 8623 | 8489 | ||
| 8624 | \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) | 8490 | \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) |
| 8625 | 8491 | ||
| 8626 | (autoload (quote ediff-merge-directory-revisions) "ediff" "\ | 8492 | (autoload 'ediff-merge-directory-revisions "ediff" "\ |
| 8627 | Run Ediff on a directory, DIR1, merging its files with their revisions. | 8493 | Run Ediff on a directory, DIR1, merging its files with their revisions. |
| 8628 | The second argument, REGEXP, is a regular expression that filters the file | 8494 | The second argument, REGEXP, is a regular expression that filters the file |
| 8629 | names. Only the files that are under revision control are taken into account. | 8495 | names. Only the files that are under revision control are taken into account. |
| 8630 | 8496 | ||
| 8631 | \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) | 8497 | \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) |
| 8632 | 8498 | ||
| 8633 | (defalias (quote edir-merge-revisions) (quote ediff-merge-directory-revisions)) | 8499 | (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions) |
| 8634 | 8500 | ||
| 8635 | (autoload (quote ediff-merge-directory-revisions-with-ancestor) "ediff" "\ | 8501 | (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\ |
| 8636 | Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. | 8502 | Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. |
| 8637 | The second argument, REGEXP, is a regular expression that filters the file | 8503 | The second argument, REGEXP, is a regular expression that filters the file |
| 8638 | names. Only the files that are under revision control are taken into account. | 8504 | names. Only the files that are under revision control are taken into account. |
| 8639 | 8505 | ||
| 8640 | \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) | 8506 | \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil) |
| 8641 | 8507 | ||
| 8642 | (defalias (quote edir-merge-revisions-with-ancestor) (quote ediff-merge-directory-revisions-with-ancestor)) | 8508 | (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor) |
| 8643 | 8509 | ||
| 8644 | (defalias (quote edirs-merge-with-ancestor) (quote ediff-merge-directories-with-ancestor)) | 8510 | (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor) |
| 8645 | 8511 | ||
| 8646 | (autoload (quote ediff-windows-wordwise) "ediff" "\ | 8512 | (autoload 'ediff-windows-wordwise "ediff" "\ |
| 8647 | Compare WIND-A and WIND-B, which are selected by clicking, wordwise. | 8513 | Compare WIND-A and WIND-B, which are selected by clicking, wordwise. |
| 8648 | With prefix argument, DUMB-MODE, or on a non-windowing display, works as | 8514 | With prefix argument, DUMB-MODE, or on a non-windowing display, works as |
| 8649 | follows: | 8515 | follows: |
| @@ -8652,7 +8518,7 @@ If WIND-B is nil, use window next to WIND-A. | |||
| 8652 | 8518 | ||
| 8653 | \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) | 8519 | \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) |
| 8654 | 8520 | ||
| 8655 | (autoload (quote ediff-windows-linewise) "ediff" "\ | 8521 | (autoload 'ediff-windows-linewise "ediff" "\ |
| 8656 | Compare WIND-A and WIND-B, which are selected by clicking, linewise. | 8522 | Compare WIND-A and WIND-B, which are selected by clicking, linewise. |
| 8657 | With prefix argument, DUMB-MODE, or on a non-windowing display, works as | 8523 | With prefix argument, DUMB-MODE, or on a non-windowing display, works as |
| 8658 | follows: | 8524 | follows: |
| @@ -8661,7 +8527,7 @@ If WIND-B is nil, use window next to WIND-A. | |||
| 8661 | 8527 | ||
| 8662 | \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) | 8528 | \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil) |
| 8663 | 8529 | ||
| 8664 | (autoload (quote ediff-regions-wordwise) "ediff" "\ | 8530 | (autoload 'ediff-regions-wordwise "ediff" "\ |
| 8665 | Run Ediff on a pair of regions in specified buffers. | 8531 | Run Ediff on a pair of regions in specified buffers. |
| 8666 | Regions (i.e., point and mark) can be set in advance or marked interactively. | 8532 | Regions (i.e., point and mark) can be set in advance or marked interactively. |
| 8667 | This function is effective only for relatively small regions, up to 200 | 8533 | This function is effective only for relatively small regions, up to 200 |
| @@ -8669,7 +8535,7 @@ lines. For large regions, use `ediff-regions-linewise'. | |||
| 8669 | 8535 | ||
| 8670 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) | 8536 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) |
| 8671 | 8537 | ||
| 8672 | (autoload (quote ediff-regions-linewise) "ediff" "\ | 8538 | (autoload 'ediff-regions-linewise "ediff" "\ |
| 8673 | Run Ediff on a pair of regions in specified buffers. | 8539 | Run Ediff on a pair of regions in specified buffers. |
| 8674 | Regions (i.e., point and mark) can be set in advance or marked interactively. | 8540 | Regions (i.e., point and mark) can be set in advance or marked interactively. |
| 8675 | Each region is enlarged to contain full lines. | 8541 | Each region is enlarged to contain full lines. |
| @@ -8678,52 +8544,52 @@ lines. For small regions, use `ediff-regions-wordwise'. | |||
| 8678 | 8544 | ||
| 8679 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) | 8545 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil) |
| 8680 | 8546 | ||
| 8681 | (defalias (quote ediff-merge) (quote ediff-merge-files)) | 8547 | (defalias 'ediff-merge 'ediff-merge-files) |
| 8682 | 8548 | ||
| 8683 | (autoload (quote ediff-merge-files) "ediff" "\ | 8549 | (autoload 'ediff-merge-files "ediff" "\ |
| 8684 | Merge two files without ancestor. | 8550 | Merge two files without ancestor. |
| 8685 | 8551 | ||
| 8686 | \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) | 8552 | \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) |
| 8687 | 8553 | ||
| 8688 | (autoload (quote ediff-merge-files-with-ancestor) "ediff" "\ | 8554 | (autoload 'ediff-merge-files-with-ancestor "ediff" "\ |
| 8689 | Merge two files with ancestor. | 8555 | Merge two files with ancestor. |
| 8690 | 8556 | ||
| 8691 | \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) | 8557 | \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) |
| 8692 | 8558 | ||
| 8693 | (defalias (quote ediff-merge-with-ancestor) (quote ediff-merge-files-with-ancestor)) | 8559 | (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor) |
| 8694 | 8560 | ||
| 8695 | (autoload (quote ediff-merge-buffers) "ediff" "\ | 8561 | (autoload 'ediff-merge-buffers "ediff" "\ |
| 8696 | Merge buffers without ancestor. | 8562 | Merge buffers without ancestor. |
| 8697 | 8563 | ||
| 8698 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) | 8564 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) |
| 8699 | 8565 | ||
| 8700 | (autoload (quote ediff-merge-buffers-with-ancestor) "ediff" "\ | 8566 | (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\ |
| 8701 | Merge buffers with ancestor. | 8567 | Merge buffers with ancestor. |
| 8702 | 8568 | ||
| 8703 | \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) | 8569 | \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil) |
| 8704 | 8570 | ||
| 8705 | (autoload (quote ediff-merge-revisions) "ediff" "\ | 8571 | (autoload 'ediff-merge-revisions "ediff" "\ |
| 8706 | Run Ediff by merging two revisions of a file. | 8572 | Run Ediff by merging two revisions of a file. |
| 8707 | The file is the optional FILE argument or the file visited by the current | 8573 | The file is the optional FILE argument or the file visited by the current |
| 8708 | buffer. | 8574 | buffer. |
| 8709 | 8575 | ||
| 8710 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) | 8576 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) |
| 8711 | 8577 | ||
| 8712 | (autoload (quote ediff-merge-revisions-with-ancestor) "ediff" "\ | 8578 | (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\ |
| 8713 | Run Ediff by merging two revisions of a file with a common ancestor. | 8579 | Run Ediff by merging two revisions of a file with a common ancestor. |
| 8714 | The file is the optional FILE argument or the file visited by the current | 8580 | The file is the optional FILE argument or the file visited by the current |
| 8715 | buffer. | 8581 | buffer. |
| 8716 | 8582 | ||
| 8717 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) | 8583 | \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil) |
| 8718 | 8584 | ||
| 8719 | (autoload (quote run-ediff-from-cvs-buffer) "ediff" "\ | 8585 | (autoload 'run-ediff-from-cvs-buffer "ediff" "\ |
| 8720 | Run Ediff-merge on appropriate revisions of the selected file. | 8586 | Run Ediff-merge on appropriate revisions of the selected file. |
| 8721 | First run after `M-x cvs-update'. Then place the cursor on a line describing a | 8587 | First run after `M-x cvs-update'. Then place the cursor on a line describing a |
| 8722 | file and then run `run-ediff-from-cvs-buffer'. | 8588 | file and then run `run-ediff-from-cvs-buffer'. |
| 8723 | 8589 | ||
| 8724 | \(fn POS)" t nil) | 8590 | \(fn POS)" t nil) |
| 8725 | 8591 | ||
| 8726 | (autoload (quote ediff-patch-file) "ediff" "\ | 8592 | (autoload 'ediff-patch-file "ediff" "\ |
| 8727 | Run Ediff by patching SOURCE-FILENAME. | 8593 | Run Ediff by patching SOURCE-FILENAME. |
| 8728 | If optional PATCH-BUF is given, use the patch in that buffer | 8594 | If optional PATCH-BUF is given, use the patch in that buffer |
| 8729 | and don't ask the user. | 8595 | and don't ask the user. |
| @@ -8732,7 +8598,7 @@ buffer. If odd -- assume it is in a file. | |||
| 8732 | 8598 | ||
| 8733 | \(fn &optional ARG PATCH-BUF)" t nil) | 8599 | \(fn &optional ARG PATCH-BUF)" t nil) |
| 8734 | 8600 | ||
| 8735 | (autoload (quote ediff-patch-buffer) "ediff" "\ | 8601 | (autoload 'ediff-patch-buffer "ediff" "\ |
| 8736 | Run Ediff by patching the buffer specified at prompt. | 8602 | Run Ediff by patching the buffer specified at prompt. |
| 8737 | Without the optional prefix ARG, asks if the patch is in some buffer and | 8603 | Without the optional prefix ARG, asks if the patch is in some buffer and |
| 8738 | prompts for the buffer or a file, depending on the answer. | 8604 | prompts for the buffer or a file, depending on the answer. |
| @@ -8743,11 +8609,11 @@ patch. If not given, the user is prompted according to the prefix argument. | |||
| 8743 | 8609 | ||
| 8744 | \(fn &optional ARG PATCH-BUF)" t nil) | 8610 | \(fn &optional ARG PATCH-BUF)" t nil) |
| 8745 | 8611 | ||
| 8746 | (defalias (quote epatch) (quote ediff-patch-file)) | 8612 | (defalias 'epatch 'ediff-patch-file) |
| 8747 | 8613 | ||
| 8748 | (defalias (quote epatch-buffer) (quote ediff-patch-buffer)) | 8614 | (defalias 'epatch-buffer 'ediff-patch-buffer) |
| 8749 | 8615 | ||
| 8750 | (autoload (quote ediff-revision) "ediff" "\ | 8616 | (autoload 'ediff-revision "ediff" "\ |
| 8751 | Run Ediff by comparing versions of a file. | 8617 | Run Ediff by comparing versions of a file. |
| 8752 | The file is an optional FILE argument or the file entered at the prompt. | 8618 | The file is an optional FILE argument or the file entered at the prompt. |
| 8753 | Default: the file visited by the current buffer. | 8619 | Default: the file visited by the current buffer. |
| @@ -8755,15 +8621,15 @@ Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'. | |||
| 8755 | 8621 | ||
| 8756 | \(fn &optional FILE STARTUP-HOOKS)" t nil) | 8622 | \(fn &optional FILE STARTUP-HOOKS)" t nil) |
| 8757 | 8623 | ||
| 8758 | (defalias (quote erevision) (quote ediff-revision)) | 8624 | (defalias 'erevision 'ediff-revision) |
| 8759 | 8625 | ||
| 8760 | (autoload (quote ediff-version) "ediff" "\ | 8626 | (autoload 'ediff-version "ediff" "\ |
| 8761 | Return string describing the version of Ediff. | 8627 | Return string describing the version of Ediff. |
| 8762 | When called interactively, displays the version. | 8628 | When called interactively, displays the version. |
| 8763 | 8629 | ||
| 8764 | \(fn)" t nil) | 8630 | \(fn)" t nil) |
| 8765 | 8631 | ||
| 8766 | (autoload (quote ediff-documentation) "ediff" "\ | 8632 | (autoload 'ediff-documentation "ediff" "\ |
| 8767 | Display Ediff's manual. | 8633 | Display Ediff's manual. |
| 8768 | With optional NODE, goes to that node. | 8634 | With optional NODE, goes to that node. |
| 8769 | 8635 | ||
| @@ -8772,53 +8638,53 @@ With optional NODE, goes to that node. | |||
| 8772 | ;;;*** | 8638 | ;;;*** |
| 8773 | 8639 | ||
| 8774 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" | 8640 | ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el" |
| 8775 | ;;;;;; (18104 24735)) | 8641 | ;;;;;; (18177 857)) |
| 8776 | ;;; Generated autoloads from ediff-help.el | 8642 | ;;; Generated autoloads from ediff-help.el |
| 8777 | 8643 | ||
| 8778 | (autoload (quote ediff-customize) "ediff-help" "\ | 8644 | (autoload 'ediff-customize "ediff-help" "\ |
| 8779 | Not documented | 8645 | Not documented |
| 8780 | 8646 | ||
| 8781 | \(fn)" t nil) | 8647 | \(fn)" t nil) |
| 8782 | 8648 | ||
| 8783 | ;;;*** | 8649 | ;;;*** |
| 8784 | 8650 | ||
| 8785 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18104 24735)) | 8651 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18177 857)) |
| 8786 | ;;; Generated autoloads from ediff-hook.el | 8652 | ;;; Generated autoloads from ediff-hook.el |
| 8787 | 8653 | ||
| 8788 | (defvar ediff-window-setup-function) | 8654 | (defvar ediff-window-setup-function) |
| 8789 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) | 8655 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) |
| 8790 | 8656 | ||
| 8791 | (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) nil) | 8657 | (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep 'menubar) (progn (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser...")))) nil) |
| 8792 | 8658 | ||
| 8793 | (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame" . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions" . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff" . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual" . ediff-documentation)))))) | 8659 | (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (if (featurep 'menu-bar) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [window] '("This Window and Next Window" . compare-windows)) (define-key menu-bar-ediff-menu [ediff-windows-linewise] '("Windows Line-by-line..." . ediff-windows-linewise)) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] '("Windows Word-by-word..." . ediff-windows-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] '("Regions Line-by-line..." . ediff-regions-linewise)) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] '("Regions Word-by-word..." . ediff-regions-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] '("Directory Revisions..." . ediff-directory-revisions)) (define-key menu-bar-ediff-menu [ediff-revision] '("File with Revision..." . ediff-revision)) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] '("Three Directories..." . ediff-directories3)) (define-key menu-bar-ediff-menu [ediff-directories] '("Two Directories..." . ediff-directories)) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] '("Three Buffers..." . ediff-buffers3)) (define-key menu-bar-ediff-menu [ediff-files3] '("Three Files..." . ediff-files3)) (define-key menu-bar-ediff-menu [ediff-buffers] '("Two Buffers..." . ediff-buffers)) (define-key menu-bar-ediff-menu [ediff-files] '("Two Files..." . ediff-files)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] '("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] '("Directory Revisions..." . ediff-merge-directory-revisions)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] '("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] '("Revisions..." . ediff-merge-revisions)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] '("Directories with Ancestor..." . ediff-merge-directories-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] '("Directories..." . ediff-merge-directories)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] '("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] '("Buffers..." . ediff-merge-buffers)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] '("Files with Ancestor..." . ediff-merge-files-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] '("Files..." . ediff-merge-files)) (define-key menu-bar-epatch-menu [ediff-patch-buffer] '("To a Buffer..." . ediff-patch-buffer)) (define-key menu-bar-epatch-menu [ediff-patch-file] '("To a File..." . ediff-patch-file)) (define-key menu-bar-ediff-misc-menu [emultiframe] '("Toggle use of separate control buffer frame" . ediff-toggle-multiframe)) (define-key menu-bar-ediff-misc-menu [eregistry] '("List Ediff Sessions" . ediff-show-registry)) (define-key menu-bar-ediff-misc-menu [ediff-cust] '("Customize Ediff" . ediff-customize)) (define-key menu-bar-ediff-misc-menu [ediff-doc] '("Ediff Manual" . ediff-documentation))))) |
| 8794 | 8660 | ||
| 8795 | ;;;*** | 8661 | ;;;*** |
| 8796 | 8662 | ||
| 8797 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 8663 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 8798 | ;;;;;; (18104 24735)) | 8664 | ;;;;;; (18190 35187)) |
| 8799 | ;;; Generated autoloads from ediff-mult.el | 8665 | ;;; Generated autoloads from ediff-mult.el |
| 8800 | 8666 | ||
| 8801 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 8667 | (autoload 'ediff-show-registry "ediff-mult" "\ |
| 8802 | Display Ediff's registry. | 8668 | Display Ediff's registry. |
| 8803 | 8669 | ||
| 8804 | \(fn)" t nil) | 8670 | \(fn)" t nil) |
| 8805 | 8671 | ||
| 8806 | (defalias (quote eregistry) (quote ediff-show-registry)) | 8672 | (defalias 'eregistry 'ediff-show-registry) |
| 8807 | 8673 | ||
| 8808 | ;;;*** | 8674 | ;;;*** |
| 8809 | 8675 | ||
| 8810 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 8676 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 8811 | ;;;;;; "ediff-util" "ediff-util.el" (18104 24735)) | 8677 | ;;;;;; "ediff-util" "ediff-util.el" (18190 35187)) |
| 8812 | ;;; Generated autoloads from ediff-util.el | 8678 | ;;; Generated autoloads from ediff-util.el |
| 8813 | 8679 | ||
| 8814 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 8680 | (autoload 'ediff-toggle-multiframe "ediff-util" "\ |
| 8815 | Switch from multiframe display to single-frame display and back. | 8681 | Switch from multiframe display to single-frame display and back. |
| 8816 | To change the default, set the variable `ediff-window-setup-function', | 8682 | To change the default, set the variable `ediff-window-setup-function', |
| 8817 | which see. | 8683 | which see. |
| 8818 | 8684 | ||
| 8819 | \(fn)" t nil) | 8685 | \(fn)" t nil) |
| 8820 | 8686 | ||
| 8821 | (autoload (quote ediff-toggle-use-toolbar) "ediff-util" "\ | 8687 | (autoload 'ediff-toggle-use-toolbar "ediff-util" "\ |
| 8822 | Enable or disable Ediff toolbar. | 8688 | Enable or disable Ediff toolbar. |
| 8823 | Works only in versions of Emacs that support toolbars. | 8689 | Works only in versions of Emacs that support toolbars. |
| 8824 | To change the default, set the variable `ediff-use-toolbar-p', which see. | 8690 | To change the default, set the variable `ediff-use-toolbar-p', which see. |
| @@ -8829,14 +8695,14 @@ To change the default, set the variable `ediff-use-toolbar-p', which see. | |||
| 8829 | 8695 | ||
| 8830 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 8696 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 8831 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 8697 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 8832 | ;;;;;; (18104 24735)) | 8698 | ;;;;;; (18190 35187)) |
| 8833 | ;;; Generated autoloads from edmacro.el | 8699 | ;;; Generated autoloads from edmacro.el |
| 8834 | 8700 | ||
| 8835 | (defvar edmacro-eight-bits nil "\ | 8701 | (defvar edmacro-eight-bits nil "\ |
| 8836 | *Non-nil if edit-kbd-macro should leave 8-bit characters intact. | 8702 | *Non-nil if edit-kbd-macro should leave 8-bit characters intact. |
| 8837 | Default nil means to write characters above \\177 in octal notation.") | 8703 | Default nil means to write characters above \\177 in octal notation.") |
| 8838 | 8704 | ||
| 8839 | (autoload (quote edit-kbd-macro) "edmacro" "\ | 8705 | (autoload 'edit-kbd-macro "edmacro" "\ |
| 8840 | Edit a keyboard macro. | 8706 | Edit a keyboard macro. |
| 8841 | At the prompt, type any key sequence which is bound to a keyboard macro. | 8707 | At the prompt, type any key sequence which is bound to a keyboard macro. |
| 8842 | Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit | 8708 | Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit |
| @@ -8846,17 +8712,17 @@ With a prefix argument, format the macro in a more concise way. | |||
| 8846 | 8712 | ||
| 8847 | \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil) | 8713 | \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil) |
| 8848 | 8714 | ||
| 8849 | (autoload (quote edit-last-kbd-macro) "edmacro" "\ | 8715 | (autoload 'edit-last-kbd-macro "edmacro" "\ |
| 8850 | Edit the most recently defined keyboard macro. | 8716 | Edit the most recently defined keyboard macro. |
| 8851 | 8717 | ||
| 8852 | \(fn &optional PREFIX)" t nil) | 8718 | \(fn &optional PREFIX)" t nil) |
| 8853 | 8719 | ||
| 8854 | (autoload (quote edit-named-kbd-macro) "edmacro" "\ | 8720 | (autoload 'edit-named-kbd-macro "edmacro" "\ |
| 8855 | Edit a keyboard macro which has been given a name by `name-last-kbd-macro'. | 8721 | Edit a keyboard macro which has been given a name by `name-last-kbd-macro'. |
| 8856 | 8722 | ||
| 8857 | \(fn &optional PREFIX)" t nil) | 8723 | \(fn &optional PREFIX)" t nil) |
| 8858 | 8724 | ||
| 8859 | (autoload (quote read-kbd-macro) "edmacro" "\ | 8725 | (autoload 'read-kbd-macro "edmacro" "\ |
| 8860 | Read the region as a keyboard macro definition. | 8726 | Read the region as a keyboard macro definition. |
| 8861 | The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\". | 8727 | The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\". |
| 8862 | See documentation for `edmacro-mode' for details. | 8728 | See documentation for `edmacro-mode' for details. |
| @@ -8870,7 +8736,7 @@ Second argument NEED-VECTOR means to return an event vector always. | |||
| 8870 | 8736 | ||
| 8871 | \(fn START &optional END)" t nil) | 8737 | \(fn START &optional END)" t nil) |
| 8872 | 8738 | ||
| 8873 | (autoload (quote format-kbd-macro) "edmacro" "\ | 8739 | (autoload 'format-kbd-macro "edmacro" "\ |
| 8874 | Return the keyboard macro MACRO as a human-readable string. | 8740 | Return the keyboard macro MACRO as a human-readable string. |
| 8875 | This string is suitable for passing to `read-kbd-macro'. | 8741 | This string is suitable for passing to `read-kbd-macro'. |
| 8876 | Second argument VERBOSE means to put one command per line with comments. | 8742 | Second argument VERBOSE means to put one command per line with comments. |
| @@ -8882,17 +8748,17 @@ or nil, use a compact 80-column format. | |||
| 8882 | ;;;*** | 8748 | ;;;*** |
| 8883 | 8749 | ||
| 8884 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 8750 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 8885 | ;;;;;; "emulation/edt.el" (18104 24748)) | 8751 | ;;;;;; "emulation/edt.el" (18177 858)) |
| 8886 | ;;; Generated autoloads from emulation/edt.el | 8752 | ;;; Generated autoloads from emulation/edt.el |
| 8887 | 8753 | ||
| 8888 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 8754 | (autoload 'edt-set-scroll-margins "edt" "\ |
| 8889 | Set scroll margins. | 8755 | Set scroll margins. |
| 8890 | Argument TOP is the top margin in number of lines or percent of window. | 8756 | Argument TOP is the top margin in number of lines or percent of window. |
| 8891 | Argument BOTTOM is the bottom margin in number of lines or percent of window. | 8757 | Argument BOTTOM is the bottom margin in number of lines or percent of window. |
| 8892 | 8758 | ||
| 8893 | \(fn TOP BOTTOM)" t nil) | 8759 | \(fn TOP BOTTOM)" t nil) |
| 8894 | 8760 | ||
| 8895 | (autoload (quote edt-emulation-on) "edt" "\ | 8761 | (autoload 'edt-emulation-on "edt" "\ |
| 8896 | Turn on EDT Emulation. | 8762 | Turn on EDT Emulation. |
| 8897 | 8763 | ||
| 8898 | \(fn)" t nil) | 8764 | \(fn)" t nil) |
| @@ -8900,10 +8766,10 @@ Turn on EDT Emulation. | |||
| 8900 | ;;;*** | 8766 | ;;;*** |
| 8901 | 8767 | ||
| 8902 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 8768 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 8903 | ;;;;;; (18104 24735)) | 8769 | ;;;;;; (18177 857)) |
| 8904 | ;;; Generated autoloads from ehelp.el | 8770 | ;;; Generated autoloads from ehelp.el |
| 8905 | 8771 | ||
| 8906 | (autoload (quote with-electric-help) "ehelp" "\ | 8772 | (autoload 'with-electric-help "ehelp" "\ |
| 8907 | Pop up an \"electric\" help buffer. | 8773 | Pop up an \"electric\" help buffer. |
| 8908 | THUNK is a function of no arguments which is called to initialize the | 8774 | THUNK is a function of no arguments which is called to initialize the |
| 8909 | contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be | 8775 | contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be |
| @@ -8929,7 +8795,7 @@ BUFFER is put into `default-major-mode' (or `fundamental-mode'). | |||
| 8929 | 8795 | ||
| 8930 | \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil) | 8796 | \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil) |
| 8931 | 8797 | ||
| 8932 | (autoload (quote electric-helpify) "ehelp" "\ | 8798 | (autoload 'electric-helpify "ehelp" "\ |
| 8933 | Not documented | 8799 | Not documented |
| 8934 | 8800 | ||
| 8935 | \(fn FUN &optional NAME)" nil nil) | 8801 | \(fn FUN &optional NAME)" nil nil) |
| @@ -8937,15 +8803,15 @@ Not documented | |||
| 8937 | ;;;*** | 8803 | ;;;*** |
| 8938 | 8804 | ||
| 8939 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 8805 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 8940 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18104 24748)) | 8806 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18190 35188)) |
| 8941 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 8807 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 8942 | 8808 | ||
| 8943 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 8809 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| 8944 | *String to display in mode line when Eldoc Mode is enabled; nil for none.") | 8810 | *String to display in mode line when Eldoc Mode is enabled; nil for none.") |
| 8945 | 8811 | ||
| 8946 | (custom-autoload (quote eldoc-minor-mode-string) "eldoc" t) | 8812 | (custom-autoload 'eldoc-minor-mode-string "eldoc" t) |
| 8947 | 8813 | ||
| 8948 | (autoload (quote eldoc-mode) "eldoc" "\ | 8814 | (autoload 'eldoc-mode "eldoc" "\ |
| 8949 | Toggle ElDoc mode on or off. | 8815 | Toggle ElDoc mode on or off. |
| 8950 | In ElDoc mode, the echo area displays information about a | 8816 | In ElDoc mode, the echo area displays information about a |
| 8951 | function or variable in the text where point is. If point is | 8817 | function or variable in the text where point is. If point is |
| @@ -8957,7 +8823,7 @@ With prefix ARG, turn ElDoc mode on if and only if ARG is positive. | |||
| 8957 | 8823 | ||
| 8958 | \(fn &optional ARG)" t nil) | 8824 | \(fn &optional ARG)" t nil) |
| 8959 | 8825 | ||
| 8960 | (autoload (quote turn-on-eldoc-mode) "eldoc" "\ | 8826 | (autoload 'turn-on-eldoc-mode "eldoc" "\ |
| 8961 | Unequivocally turn on ElDoc mode (see command `eldoc-mode'). | 8827 | Unequivocally turn on ElDoc mode (see command `eldoc-mode'). |
| 8962 | 8828 | ||
| 8963 | \(fn)" t nil) | 8829 | \(fn)" t nil) |
| @@ -8975,11 +8841,11 @@ Emacs Lisp mode) that support Eldoc.") | |||
| 8975 | 8841 | ||
| 8976 | ;;;*** | 8842 | ;;;*** |
| 8977 | 8843 | ||
| 8978 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18104 | 8844 | ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18177 |
| 8979 | ;;;;;; 24735)) | 8845 | ;;;;;; 857)) |
| 8980 | ;;; Generated autoloads from elide-head.el | 8846 | ;;; Generated autoloads from elide-head.el |
| 8981 | 8847 | ||
| 8982 | (autoload (quote elide-head) "elide-head" "\ | 8848 | (autoload 'elide-head "elide-head" "\ |
| 8983 | Hide header material in buffer according to `elide-head-headers-to-hide'. | 8849 | Hide header material in buffer according to `elide-head-headers-to-hide'. |
| 8984 | 8850 | ||
| 8985 | The header is made invisible with an overlay. With a prefix arg, show | 8851 | The header is made invisible with an overlay. With a prefix arg, show |
| @@ -8992,10 +8858,10 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks. | |||
| 8992 | ;;;*** | 8858 | ;;;*** |
| 8993 | 8859 | ||
| 8994 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" | 8860 | ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" |
| 8995 | ;;;;;; (18104 24748)) | 8861 | ;;;;;; (18190 35188)) |
| 8996 | ;;; Generated autoloads from emacs-lisp/elint.el | 8862 | ;;; Generated autoloads from emacs-lisp/elint.el |
| 8997 | 8863 | ||
| 8998 | (autoload (quote elint-initialize) "elint" "\ | 8864 | (autoload 'elint-initialize "elint" "\ |
| 8999 | Initialize elint. | 8865 | Initialize elint. |
| 9000 | 8866 | ||
| 9001 | \(fn)" t nil) | 8867 | \(fn)" t nil) |
| @@ -9003,23 +8869,23 @@ Initialize elint. | |||
| 9003 | ;;;*** | 8869 | ;;;*** |
| 9004 | 8870 | ||
| 9005 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 8871 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 9006 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18104 | 8872 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18190 |
| 9007 | ;;;;;; 24748)) | 8873 | ;;;;;; 35188)) |
| 9008 | ;;; Generated autoloads from emacs-lisp/elp.el | 8874 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 9009 | 8875 | ||
| 9010 | (autoload (quote elp-instrument-function) "elp" "\ | 8876 | (autoload 'elp-instrument-function "elp" "\ |
| 9011 | Instrument FUNSYM for profiling. | 8877 | Instrument FUNSYM for profiling. |
| 9012 | FUNSYM must be a symbol of a defined function. | 8878 | FUNSYM must be a symbol of a defined function. |
| 9013 | 8879 | ||
| 9014 | \(fn FUNSYM)" t nil) | 8880 | \(fn FUNSYM)" t nil) |
| 9015 | 8881 | ||
| 9016 | (autoload (quote elp-instrument-list) "elp" "\ | 8882 | (autoload 'elp-instrument-list "elp" "\ |
| 9017 | Instrument for profiling, all functions in `elp-function-list'. | 8883 | Instrument for profiling, all functions in `elp-function-list'. |
| 9018 | Use optional LIST if provided instead. | 8884 | Use optional LIST if provided instead. |
| 9019 | 8885 | ||
| 9020 | \(fn &optional LIST)" t nil) | 8886 | \(fn &optional LIST)" t nil) |
| 9021 | 8887 | ||
| 9022 | (autoload (quote elp-instrument-package) "elp" "\ | 8888 | (autoload 'elp-instrument-package "elp" "\ |
| 9023 | Instrument for profiling, all functions which start with PREFIX. | 8889 | Instrument for profiling, all functions which start with PREFIX. |
| 9024 | For example, to instrument all ELP functions, do the following: | 8890 | For example, to instrument all ELP functions, do the following: |
| 9025 | 8891 | ||
| @@ -9027,7 +8893,7 @@ For example, to instrument all ELP functions, do the following: | |||
| 9027 | 8893 | ||
| 9028 | \(fn PREFIX)" t nil) | 8894 | \(fn PREFIX)" t nil) |
| 9029 | 8895 | ||
| 9030 | (autoload (quote elp-results) "elp" "\ | 8896 | (autoload 'elp-results "elp" "\ |
| 9031 | Display current profiling results. | 8897 | Display current profiling results. |
| 9032 | If `elp-reset-after-results' is non-nil, then current profiling | 8898 | If `elp-reset-after-results' is non-nil, then current profiling |
| 9033 | information for all instrumented functions are reset after results are | 8899 | information for all instrumented functions are reset after results are |
| @@ -9038,10 +8904,10 @@ displayed. | |||
| 9038 | ;;;*** | 8904 | ;;;*** |
| 9039 | 8905 | ||
| 9040 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 8906 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 9041 | ;;;;;; (18104 24758)) | 8907 | ;;;;;; (18190 35201)) |
| 9042 | ;;; Generated autoloads from mail/emacsbug.el | 8908 | ;;; Generated autoloads from mail/emacsbug.el |
| 9043 | 8909 | ||
| 9044 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 8910 | (autoload 'report-emacs-bug "emacsbug" "\ |
| 9045 | Report a bug in GNU Emacs. | 8911 | Report a bug in GNU Emacs. |
| 9046 | Prompts for bug subject. Leaves you in a mail buffer. | 8912 | Prompts for bug subject. Leaves you in a mail buffer. |
| 9047 | 8913 | ||
| @@ -9053,7 +8919,7 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 9053 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote | 8919 | ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote |
| 9054 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor | 8920 | ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor |
| 9055 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" | 8921 | ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" |
| 9056 | ;;;;;; "emerge.el" (17994 6715)) | 8922 | ;;;;;; "emerge.el" (18190 35188)) |
| 9057 | ;;; Generated autoloads from emerge.el | 8923 | ;;; Generated autoloads from emerge.el |
| 9058 | 8924 | ||
| 9059 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) | 8925 | (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) |
| @@ -9073,57 +8939,57 @@ Prompts for bug subject. Leaves you in a mail buffer. | |||
| 9073 | (define-key menu-bar-emerge-menu [emerge-buffers] | 8939 | (define-key menu-bar-emerge-menu [emerge-buffers] |
| 9074 | '("Buffers..." . emerge-buffers)) | 8940 | '("Buffers..." . emerge-buffers)) |
| 9075 | 8941 | ||
| 9076 | (autoload (quote emerge-files) "emerge" "\ | 8942 | (autoload 'emerge-files "emerge" "\ |
| 9077 | Run Emerge on two files. | 8943 | Run Emerge on two files. |
| 9078 | 8944 | ||
| 9079 | \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8945 | \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9080 | 8946 | ||
| 9081 | (autoload (quote emerge-files-with-ancestor) "emerge" "\ | 8947 | (autoload 'emerge-files-with-ancestor "emerge" "\ |
| 9082 | Run Emerge on two files, giving another file as the ancestor. | 8948 | Run Emerge on two files, giving another file as the ancestor. |
| 9083 | 8949 | ||
| 9084 | \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8950 | \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9085 | 8951 | ||
| 9086 | (autoload (quote emerge-buffers) "emerge" "\ | 8952 | (autoload 'emerge-buffers "emerge" "\ |
| 9087 | Run Emerge on two buffers. | 8953 | Run Emerge on two buffers. |
| 9088 | 8954 | ||
| 9089 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8955 | \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9090 | 8956 | ||
| 9091 | (autoload (quote emerge-buffers-with-ancestor) "emerge" "\ | 8957 | (autoload 'emerge-buffers-with-ancestor "emerge" "\ |
| 9092 | Run Emerge on two buffers, giving another buffer as the ancestor. | 8958 | Run Emerge on two buffers, giving another buffer as the ancestor. |
| 9093 | 8959 | ||
| 9094 | \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8960 | \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9095 | 8961 | ||
| 9096 | (autoload (quote emerge-files-command) "emerge" "\ | 8962 | (autoload 'emerge-files-command "emerge" "\ |
| 9097 | Not documented | 8963 | Not documented |
| 9098 | 8964 | ||
| 9099 | \(fn)" nil nil) | 8965 | \(fn)" nil nil) |
| 9100 | 8966 | ||
| 9101 | (autoload (quote emerge-files-with-ancestor-command) "emerge" "\ | 8967 | (autoload 'emerge-files-with-ancestor-command "emerge" "\ |
| 9102 | Not documented | 8968 | Not documented |
| 9103 | 8969 | ||
| 9104 | \(fn)" nil nil) | 8970 | \(fn)" nil nil) |
| 9105 | 8971 | ||
| 9106 | (autoload (quote emerge-files-remote) "emerge" "\ | 8972 | (autoload 'emerge-files-remote "emerge" "\ |
| 9107 | Not documented | 8973 | Not documented |
| 9108 | 8974 | ||
| 9109 | \(fn FILE-A FILE-B FILE-OUT)" nil nil) | 8975 | \(fn FILE-A FILE-B FILE-OUT)" nil nil) |
| 9110 | 8976 | ||
| 9111 | (autoload (quote emerge-files-with-ancestor-remote) "emerge" "\ | 8977 | (autoload 'emerge-files-with-ancestor-remote "emerge" "\ |
| 9112 | Not documented | 8978 | Not documented |
| 9113 | 8979 | ||
| 9114 | \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil) | 8980 | \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil) |
| 9115 | 8981 | ||
| 9116 | (autoload (quote emerge-revisions) "emerge" "\ | 8982 | (autoload 'emerge-revisions "emerge" "\ |
| 9117 | Emerge two RCS revisions of a file. | 8983 | Emerge two RCS revisions of a file. |
| 9118 | 8984 | ||
| 9119 | \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8985 | \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9120 | 8986 | ||
| 9121 | (autoload (quote emerge-revisions-with-ancestor) "emerge" "\ | 8987 | (autoload 'emerge-revisions-with-ancestor "emerge" "\ |
| 9122 | Emerge two RCS revisions of a file, with another revision as ancestor. | 8988 | Emerge two RCS revisions of a file, with another revision as ancestor. |
| 9123 | 8989 | ||
| 9124 | \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) | 8990 | \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil) |
| 9125 | 8991 | ||
| 9126 | (autoload (quote emerge-merge-directories) "emerge" "\ | 8992 | (autoload 'emerge-merge-directories "emerge" "\ |
| 9127 | Not documented | 8993 | Not documented |
| 9128 | 8994 | ||
| 9129 | \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil) | 8995 | \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil) |
| @@ -9131,11 +8997,11 @@ Not documented | |||
| 9131 | ;;;*** | 8997 | ;;;*** |
| 9132 | 8998 | ||
| 9133 | ;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" | 8999 | ;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el" |
| 9134 | ;;;;;; (18104 24756)) | 9000 | ;;;;;; (18190 36070)) |
| 9135 | ;;; Generated autoloads from international/encoded-kb.el | 9001 | ;;; Generated autoloads from international/encoded-kb.el |
| 9136 | 9002 | ||
| 9137 | (autoload (quote encoded-kbd-setup-display) "encoded-kb" "\ | 9003 | (autoload 'encoded-kbd-setup-display "encoded-kb" "\ |
| 9138 | Set up a `key-translation-map' for `keyboard-coding-system' on DISPLAY. | 9004 | Set up a `input-decode-map' for `keyboard-coding-system' on DISPLAY. |
| 9139 | 9005 | ||
| 9140 | DISPLAY may be a display id, a frame, or nil for the selected frame's display. | 9006 | DISPLAY may be a display id, a frame, or nil for the selected frame's display. |
| 9141 | 9007 | ||
| @@ -9144,10 +9010,10 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display. | |||
| 9144 | ;;;*** | 9010 | ;;;*** |
| 9145 | 9011 | ||
| 9146 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 9012 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 9147 | ;;;;;; "enriched" "textmodes/enriched.el" (18104 24771)) | 9013 | ;;;;;; "enriched" "textmodes/enriched.el" (18177 875)) |
| 9148 | ;;; Generated autoloads from textmodes/enriched.el | 9014 | ;;; Generated autoloads from textmodes/enriched.el |
| 9149 | 9015 | ||
| 9150 | (autoload (quote enriched-mode) "enriched" "\ | 9016 | (autoload 'enriched-mode "enriched" "\ |
| 9151 | Minor mode for editing text/enriched files. | 9017 | Minor mode for editing text/enriched files. |
| 9152 | These are files with embedded formatting information in the MIME standard | 9018 | These are files with embedded formatting information in the MIME standard |
| 9153 | text/enriched format. | 9019 | text/enriched format. |
| @@ -9162,12 +9028,12 @@ Commands: | |||
| 9162 | 9028 | ||
| 9163 | \(fn &optional ARG)" t nil) | 9029 | \(fn &optional ARG)" t nil) |
| 9164 | 9030 | ||
| 9165 | (autoload (quote enriched-encode) "enriched" "\ | 9031 | (autoload 'enriched-encode "enriched" "\ |
| 9166 | Not documented | 9032 | Not documented |
| 9167 | 9033 | ||
| 9168 | \(fn FROM TO ORIG-BUF)" nil nil) | 9034 | \(fn FROM TO ORIG-BUF)" nil nil) |
| 9169 | 9035 | ||
| 9170 | (autoload (quote enriched-decode) "enriched" "\ | 9036 | (autoload 'enriched-decode "enriched" "\ |
| 9171 | Not documented | 9037 | Not documented |
| 9172 | 9038 | ||
| 9173 | \(fn FROM TO)" nil nil) | 9039 | \(fn FROM TO)" nil nil) |
| @@ -9175,15 +9041,15 @@ Not documented | |||
| 9175 | ;;;*** | 9041 | ;;;*** |
| 9176 | 9042 | ||
| 9177 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" | 9043 | ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc" |
| 9178 | ;;;;;; "erc/erc.el" (18104 24749)) | 9044 | ;;;;;; "erc/erc.el" (18190 35189)) |
| 9179 | ;;; Generated autoloads from erc/erc.el | 9045 | ;;; Generated autoloads from erc/erc.el |
| 9180 | 9046 | ||
| 9181 | (autoload (quote erc-select-read-args) "erc" "\ | 9047 | (autoload 'erc-select-read-args "erc" "\ |
| 9182 | Prompt the user for values of nick, server, port, and password. | 9048 | Prompt the user for values of nick, server, port, and password. |
| 9183 | 9049 | ||
| 9184 | \(fn)" nil nil) | 9050 | \(fn)" nil nil) |
| 9185 | 9051 | ||
| 9186 | (autoload (quote erc) "erc" "\ | 9052 | (autoload 'erc "erc" "\ |
| 9187 | ERC is a powerful, modular, and extensible IRC client. | 9053 | ERC is a powerful, modular, and extensible IRC client. |
| 9188 | This function is the main entry point for ERC. | 9054 | This function is the main entry point for ERC. |
| 9189 | 9055 | ||
| @@ -9206,9 +9072,9 @@ be invoked for the values of the other parameters. | |||
| 9206 | 9072 | ||
| 9207 | \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil) | 9073 | \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil) |
| 9208 | 9074 | ||
| 9209 | (defalias (quote erc-select) (quote erc)) | 9075 | (defalias 'erc-select 'erc) |
| 9210 | 9076 | ||
| 9211 | (autoload (quote erc-handle-irc-url) "erc" "\ | 9077 | (autoload 'erc-handle-irc-url "erc" "\ |
| 9212 | Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. | 9078 | Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. |
| 9213 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. | 9079 | If ERC is already connected to HOST:PORT, simply /join CHANNEL. |
| 9214 | Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | 9080 | Otherwise, connect to HOST:PORT as USER and /join CHANNEL. |
| @@ -9217,36 +9083,36 @@ Otherwise, connect to HOST:PORT as USER and /join CHANNEL. | |||
| 9217 | 9083 | ||
| 9218 | ;;;*** | 9084 | ;;;*** |
| 9219 | 9085 | ||
| 9220 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18104 | 9086 | ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18177 |
| 9221 | ;;;;;; 24749)) | 9087 | ;;;;;; 858)) |
| 9222 | ;;; Generated autoloads from erc/erc-autoaway.el | 9088 | ;;; Generated autoloads from erc/erc-autoaway.el |
| 9223 | (autoload 'erc-autoaway-mode "erc-autoaway") | 9089 | (autoload 'erc-autoaway-mode "erc-autoaway") |
| 9224 | 9090 | ||
| 9225 | ;;;*** | 9091 | ;;;*** |
| 9226 | 9092 | ||
| 9227 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18104 24749)) | 9093 | ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18190 35189)) |
| 9228 | ;;; Generated autoloads from erc/erc-button.el | 9094 | ;;; Generated autoloads from erc/erc-button.el |
| 9229 | (autoload 'erc-button-mode "erc-button" nil t) | 9095 | (autoload 'erc-button-mode "erc-button" nil t) |
| 9230 | 9096 | ||
| 9231 | ;;;*** | 9097 | ;;;*** |
| 9232 | 9098 | ||
| 9233 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18104 24749)) | 9099 | ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18177 859)) |
| 9234 | ;;; Generated autoloads from erc/erc-capab.el | 9100 | ;;; Generated autoloads from erc/erc-capab.el |
| 9235 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) | 9101 | (autoload 'erc-capab-identify-mode "erc-capab" nil t) |
| 9236 | 9102 | ||
| 9237 | ;;;*** | 9103 | ;;;*** |
| 9238 | 9104 | ||
| 9239 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18104 24749)) | 9105 | ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18190 35189)) |
| 9240 | ;;; Generated autoloads from erc/erc-compat.el | 9106 | ;;; Generated autoloads from erc/erc-compat.el |
| 9241 | (autoload 'erc-define-minor-mode "erc-compat") | 9107 | (autoload 'erc-define-minor-mode "erc-compat") |
| 9242 | 9108 | ||
| 9243 | ;;;*** | 9109 | ;;;*** |
| 9244 | 9110 | ||
| 9245 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) | 9111 | ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC) |
| 9246 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (18104 24749)) | 9112 | ;;;;;; "erc-dcc" "erc/erc-dcc.el" (18177 859)) |
| 9247 | ;;; Generated autoloads from erc/erc-dcc.el | 9113 | ;;; Generated autoloads from erc/erc-dcc.el |
| 9248 | 9114 | ||
| 9249 | (autoload (quote erc-cmd-DCC) "erc-dcc" "\ | 9115 | (autoload 'erc-cmd-DCC "erc-dcc" "\ |
| 9250 | Parser for /dcc command. | 9116 | Parser for /dcc command. |
| 9251 | This figures out the dcc subcommand and calls the appropriate routine to | 9117 | This figures out the dcc subcommand and calls the appropriate routine to |
| 9252 | handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\", | 9118 | handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\", |
| @@ -9254,15 +9120,15 @@ where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc. | |||
| 9254 | 9120 | ||
| 9255 | \(fn CMD &rest ARGS)" nil nil) | 9121 | \(fn CMD &rest ARGS)" nil nil) |
| 9256 | 9122 | ||
| 9257 | (autoload (quote pcomplete/erc-mode/DCC) "erc-dcc" "\ | 9123 | (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\ |
| 9258 | Provides completion for the /DCC command. | 9124 | Provides completion for the /DCC command. |
| 9259 | 9125 | ||
| 9260 | \(fn)" nil nil) | 9126 | \(fn)" nil nil) |
| 9261 | 9127 | ||
| 9262 | (defvar erc-ctcp-query-DCC-hook (quote (erc-ctcp-query-DCC)) "\ | 9128 | (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\ |
| 9263 | Hook variable for CTCP DCC queries") | 9129 | Hook variable for CTCP DCC queries") |
| 9264 | 9130 | ||
| 9265 | (autoload (quote erc-ctcp-query-DCC) "erc-dcc" "\ | 9131 | (autoload 'erc-ctcp-query-DCC "erc-dcc" "\ |
| 9266 | The function called when a CTCP DCC request is detected by the client. | 9132 | The function called when a CTCP DCC request is detected by the client. |
| 9267 | It examines the DCC subcommand, and calls the appropriate routine for | 9133 | It examines the DCC subcommand, and calls the appropriate routine for |
| 9268 | that subcommand. | 9134 | that subcommand. |
| @@ -9275,74 +9141,74 @@ that subcommand. | |||
| 9275 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list | 9141 | ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list |
| 9276 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action | 9142 | ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action |
| 9277 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" | 9143 | ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el" |
| 9278 | ;;;;;; (18104 24749)) | 9144 | ;;;;;; (18177 859)) |
| 9279 | ;;; Generated autoloads from erc/erc-ezbounce.el | 9145 | ;;; Generated autoloads from erc/erc-ezbounce.el |
| 9280 | 9146 | ||
| 9281 | (autoload (quote erc-cmd-ezb) "erc-ezbounce" "\ | 9147 | (autoload 'erc-cmd-ezb "erc-ezbounce" "\ |
| 9282 | Send EZB commands to the EZBouncer verbatim. | 9148 | Send EZB commands to the EZBouncer verbatim. |
| 9283 | 9149 | ||
| 9284 | \(fn LINE &optional FORCE)" nil nil) | 9150 | \(fn LINE &optional FORCE)" nil nil) |
| 9285 | 9151 | ||
| 9286 | (autoload (quote erc-ezb-get-login) "erc-ezbounce" "\ | 9152 | (autoload 'erc-ezb-get-login "erc-ezbounce" "\ |
| 9287 | Return an appropriate EZBounce login for SERVER and PORT. | 9153 | Return an appropriate EZBounce login for SERVER and PORT. |
| 9288 | Look up entries in `erc-ezb-login-alist'. If the username or password | 9154 | Look up entries in `erc-ezb-login-alist'. If the username or password |
| 9289 | in the alist is `nil', prompt for the appropriate values. | 9155 | in the alist is `nil', prompt for the appropriate values. |
| 9290 | 9156 | ||
| 9291 | \(fn SERVER PORT)" nil nil) | 9157 | \(fn SERVER PORT)" nil nil) |
| 9292 | 9158 | ||
| 9293 | (autoload (quote erc-ezb-lookup-action) "erc-ezbounce" "\ | 9159 | (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\ |
| 9294 | Not documented | 9160 | Not documented |
| 9295 | 9161 | ||
| 9296 | \(fn MESSAGE)" nil nil) | 9162 | \(fn MESSAGE)" nil nil) |
| 9297 | 9163 | ||
| 9298 | (autoload (quote erc-ezb-notice-autodetect) "erc-ezbounce" "\ | 9164 | (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\ |
| 9299 | React on an EZBounce NOTICE request. | 9165 | React on an EZBounce NOTICE request. |
| 9300 | 9166 | ||
| 9301 | \(fn PROC PARSED)" nil nil) | 9167 | \(fn PROC PARSED)" nil nil) |
| 9302 | 9168 | ||
| 9303 | (autoload (quote erc-ezb-identify) "erc-ezbounce" "\ | 9169 | (autoload 'erc-ezb-identify "erc-ezbounce" "\ |
| 9304 | Identify to the EZBouncer server. | 9170 | Identify to the EZBouncer server. |
| 9305 | 9171 | ||
| 9306 | \(fn MESSAGE)" nil nil) | 9172 | \(fn MESSAGE)" nil nil) |
| 9307 | 9173 | ||
| 9308 | (autoload (quote erc-ezb-init-session-list) "erc-ezbounce" "\ | 9174 | (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\ |
| 9309 | Reset the EZBounce session list to nil. | 9175 | Reset the EZBounce session list to nil. |
| 9310 | 9176 | ||
| 9311 | \(fn MESSAGE)" nil nil) | 9177 | \(fn MESSAGE)" nil nil) |
| 9312 | 9178 | ||
| 9313 | (autoload (quote erc-ezb-end-of-session-list) "erc-ezbounce" "\ | 9179 | (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\ |
| 9314 | Indicate the end of the EZBounce session listing. | 9180 | Indicate the end of the EZBounce session listing. |
| 9315 | 9181 | ||
| 9316 | \(fn MESSAGE)" nil nil) | 9182 | \(fn MESSAGE)" nil nil) |
| 9317 | 9183 | ||
| 9318 | (autoload (quote erc-ezb-add-session) "erc-ezbounce" "\ | 9184 | (autoload 'erc-ezb-add-session "erc-ezbounce" "\ |
| 9319 | Add an EZBounce session to the session list. | 9185 | Add an EZBounce session to the session list. |
| 9320 | 9186 | ||
| 9321 | \(fn MESSAGE)" nil nil) | 9187 | \(fn MESSAGE)" nil nil) |
| 9322 | 9188 | ||
| 9323 | (autoload (quote erc-ezb-select) "erc-ezbounce" "\ | 9189 | (autoload 'erc-ezb-select "erc-ezbounce" "\ |
| 9324 | Select an IRC server to use by EZBounce, in ERC style. | 9190 | Select an IRC server to use by EZBounce, in ERC style. |
| 9325 | 9191 | ||
| 9326 | \(fn MESSAGE)" nil nil) | 9192 | \(fn MESSAGE)" nil nil) |
| 9327 | 9193 | ||
| 9328 | (autoload (quote erc-ezb-select-session) "erc-ezbounce" "\ | 9194 | (autoload 'erc-ezb-select-session "erc-ezbounce" "\ |
| 9329 | Select a detached EZBounce session. | 9195 | Select a detached EZBounce session. |
| 9330 | 9196 | ||
| 9331 | \(fn)" nil nil) | 9197 | \(fn)" nil nil) |
| 9332 | 9198 | ||
| 9333 | (autoload (quote erc-ezb-initialize) "erc-ezbounce" "\ | 9199 | (autoload 'erc-ezb-initialize "erc-ezbounce" "\ |
| 9334 | Add EZBouncer convenience functions to ERC. | 9200 | Add EZBouncer convenience functions to ERC. |
| 9335 | 9201 | ||
| 9336 | \(fn)" nil nil) | 9202 | \(fn)" nil nil) |
| 9337 | 9203 | ||
| 9338 | ;;;*** | 9204 | ;;;*** |
| 9339 | 9205 | ||
| 9340 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18104 | 9206 | ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18177 |
| 9341 | ;;;;;; 24749)) | 9207 | ;;;;;; 859)) |
| 9342 | ;;; Generated autoloads from erc/erc-fill.el | 9208 | ;;; Generated autoloads from erc/erc-fill.el |
| 9343 | (autoload 'erc-fill-mode "erc-fill" nil t) | 9209 | (autoload 'erc-fill-mode "erc-fill" nil t) |
| 9344 | 9210 | ||
| 9345 | (autoload (quote erc-fill) "erc-fill" "\ | 9211 | (autoload 'erc-fill "erc-fill" "\ |
| 9346 | Fill a region using the function referenced in `erc-fill-function'. | 9212 | Fill a region using the function referenced in `erc-fill-function'. |
| 9347 | You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | 9213 | You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. |
| 9348 | 9214 | ||
| @@ -9350,19 +9216,19 @@ You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'. | |||
| 9350 | 9216 | ||
| 9351 | ;;;*** | 9217 | ;;;*** |
| 9352 | 9218 | ||
| 9353 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18104 | 9219 | ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18177 |
| 9354 | ;;;;;; 24749)) | 9220 | ;;;;;; 859)) |
| 9355 | ;;; Generated autoloads from erc/erc-hecomplete.el | 9221 | ;;; Generated autoloads from erc/erc-hecomplete.el |
| 9356 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) | 9222 | (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t) |
| 9357 | 9223 | ||
| 9358 | ;;;*** | 9224 | ;;;*** |
| 9359 | 9225 | ||
| 9360 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" | 9226 | ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd" |
| 9361 | ;;;;;; "erc/erc-identd.el" (18104 24749)) | 9227 | ;;;;;; "erc/erc-identd.el" (18190 35189)) |
| 9362 | ;;; Generated autoloads from erc/erc-identd.el | 9228 | ;;; Generated autoloads from erc/erc-identd.el |
| 9363 | (autoload 'erc-identd-mode "erc-identd") | 9229 | (autoload 'erc-identd-mode "erc-identd") |
| 9364 | 9230 | ||
| 9365 | (autoload (quote erc-identd-start) "erc-identd" "\ | 9231 | (autoload 'erc-identd-start "erc-identd" "\ |
| 9366 | Start an identd server listening to port 8113. | 9232 | Start an identd server listening to port 8113. |
| 9367 | Port 113 (auth) will need to be redirected to port 8113 on your | 9233 | Port 113 (auth) will need to be redirected to port 8113 on your |
| 9368 | machine -- using iptables, or a program like redir which can be | 9234 | machine -- using iptables, or a program like redir which can be |
| @@ -9372,7 +9238,7 @@ system. | |||
| 9372 | 9238 | ||
| 9373 | \(fn &optional PORT)" t nil) | 9239 | \(fn &optional PORT)" t nil) |
| 9374 | 9240 | ||
| 9375 | (autoload (quote erc-identd-stop) "erc-identd" "\ | 9241 | (autoload 'erc-identd-stop "erc-identd" "\ |
| 9376 | Not documented | 9242 | Not documented |
| 9377 | 9243 | ||
| 9378 | \(fn &rest IGNORE)" t nil) | 9244 | \(fn &rest IGNORE)" t nil) |
| @@ -9380,28 +9246,28 @@ Not documented | |||
| 9380 | ;;;*** | 9246 | ;;;*** |
| 9381 | 9247 | ||
| 9382 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" | 9248 | ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el" |
| 9383 | ;;;;;; (18104 24749)) | 9249 | ;;;;;; (18177 859)) |
| 9384 | ;;; Generated autoloads from erc/erc-imenu.el | 9250 | ;;; Generated autoloads from erc/erc-imenu.el |
| 9385 | 9251 | ||
| 9386 | (autoload (quote erc-create-imenu-index) "erc-imenu" "\ | 9252 | (autoload 'erc-create-imenu-index "erc-imenu" "\ |
| 9387 | Not documented | 9253 | Not documented |
| 9388 | 9254 | ||
| 9389 | \(fn)" nil nil) | 9255 | \(fn)" nil nil) |
| 9390 | 9256 | ||
| 9391 | ;;;*** | 9257 | ;;;*** |
| 9392 | 9258 | ||
| 9393 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18104 24749)) | 9259 | ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18177 859)) |
| 9394 | ;;; Generated autoloads from erc/erc-join.el | 9260 | ;;; Generated autoloads from erc/erc-join.el |
| 9395 | (autoload 'erc-autojoin-mode "erc-join" nil t) | 9261 | (autoload 'erc-autojoin-mode "erc-join" nil t) |
| 9396 | 9262 | ||
| 9397 | ;;;*** | 9263 | ;;;*** |
| 9398 | 9264 | ||
| 9399 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" | 9265 | ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log" |
| 9400 | ;;;;;; "erc/erc-log.el" (18104 24749)) | 9266 | ;;;;;; "erc/erc-log.el" (18190 35189)) |
| 9401 | ;;; Generated autoloads from erc/erc-log.el | 9267 | ;;; Generated autoloads from erc/erc-log.el |
| 9402 | (autoload 'erc-log-mode "erc-log" nil t) | 9268 | (autoload 'erc-log-mode "erc-log" nil t) |
| 9403 | 9269 | ||
| 9404 | (autoload (quote erc-logging-enabled) "erc-log" "\ | 9270 | (autoload 'erc-logging-enabled "erc-log" "\ |
| 9405 | Return non-nil if logging is enabled for BUFFER. | 9271 | Return non-nil if logging is enabled for BUFFER. |
| 9406 | If BUFFER is nil, the value of `current-buffer' is used. | 9272 | If BUFFER is nil, the value of `current-buffer' is used. |
| 9407 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory | 9273 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory |
| @@ -9410,7 +9276,7 @@ is writeable (it will be created as necessary) and | |||
| 9410 | 9276 | ||
| 9411 | \(fn &optional BUFFER)" nil nil) | 9277 | \(fn &optional BUFFER)" nil nil) |
| 9412 | 9278 | ||
| 9413 | (autoload (quote erc-save-buffer-in-logs) "erc-log" "\ | 9279 | (autoload 'erc-save-buffer-in-logs "erc-log" "\ |
| 9414 | Append BUFFER contents to the log file, if logging is enabled. | 9280 | Append BUFFER contents to the log file, if logging is enabled. |
| 9415 | If BUFFER is not provided, current buffer is used. | 9281 | If BUFFER is not provided, current buffer is used. |
| 9416 | Logging is enabled if `erc-logging-enabled' returns non-nil. | 9282 | Logging is enabled if `erc-logging-enabled' returns non-nil. |
| @@ -9429,64 +9295,64 @@ You can save every individual message by putting this function on | |||
| 9429 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host | 9295 | ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host |
| 9430 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool | 9296 | ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool |
| 9431 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" | 9297 | ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el" |
| 9432 | ;;;;;; (18104 24749)) | 9298 | ;;;;;; (18177 859)) |
| 9433 | ;;; Generated autoloads from erc/erc-match.el | 9299 | ;;; Generated autoloads from erc/erc-match.el |
| 9434 | (autoload 'erc-match-mode "erc-match") | 9300 | (autoload 'erc-match-mode "erc-match") |
| 9435 | 9301 | ||
| 9436 | (autoload (quote erc-add-pal) "erc-match" "\ | 9302 | (autoload 'erc-add-pal "erc-match" "\ |
| 9437 | Add pal interactively to `erc-pals'. | 9303 | Add pal interactively to `erc-pals'. |
| 9438 | 9304 | ||
| 9439 | \(fn)" t nil) | 9305 | \(fn)" t nil) |
| 9440 | 9306 | ||
| 9441 | (autoload (quote erc-delete-pal) "erc-match" "\ | 9307 | (autoload 'erc-delete-pal "erc-match" "\ |
| 9442 | Delete pal interactively to `erc-pals'. | 9308 | Delete pal interactively to `erc-pals'. |
| 9443 | 9309 | ||
| 9444 | \(fn)" t nil) | 9310 | \(fn)" t nil) |
| 9445 | 9311 | ||
| 9446 | (autoload (quote erc-add-fool) "erc-match" "\ | 9312 | (autoload 'erc-add-fool "erc-match" "\ |
| 9447 | Add fool interactively to `erc-fools'. | 9313 | Add fool interactively to `erc-fools'. |
| 9448 | 9314 | ||
| 9449 | \(fn)" t nil) | 9315 | \(fn)" t nil) |
| 9450 | 9316 | ||
| 9451 | (autoload (quote erc-delete-fool) "erc-match" "\ | 9317 | (autoload 'erc-delete-fool "erc-match" "\ |
| 9452 | Delete fool interactively to `erc-fools'. | 9318 | Delete fool interactively to `erc-fools'. |
| 9453 | 9319 | ||
| 9454 | \(fn)" t nil) | 9320 | \(fn)" t nil) |
| 9455 | 9321 | ||
| 9456 | (autoload (quote erc-add-keyword) "erc-match" "\ | 9322 | (autoload 'erc-add-keyword "erc-match" "\ |
| 9457 | Add keyword interactively to `erc-keywords'. | 9323 | Add keyword interactively to `erc-keywords'. |
| 9458 | 9324 | ||
| 9459 | \(fn)" t nil) | 9325 | \(fn)" t nil) |
| 9460 | 9326 | ||
| 9461 | (autoload (quote erc-delete-keyword) "erc-match" "\ | 9327 | (autoload 'erc-delete-keyword "erc-match" "\ |
| 9462 | Delete keyword interactively to `erc-keywords'. | 9328 | Delete keyword interactively to `erc-keywords'. |
| 9463 | 9329 | ||
| 9464 | \(fn)" t nil) | 9330 | \(fn)" t nil) |
| 9465 | 9331 | ||
| 9466 | (autoload (quote erc-add-dangerous-host) "erc-match" "\ | 9332 | (autoload 'erc-add-dangerous-host "erc-match" "\ |
| 9467 | Add dangerous-host interactively to `erc-dangerous-hosts'. | 9333 | Add dangerous-host interactively to `erc-dangerous-hosts'. |
| 9468 | 9334 | ||
| 9469 | \(fn)" t nil) | 9335 | \(fn)" t nil) |
| 9470 | 9336 | ||
| 9471 | (autoload (quote erc-delete-dangerous-host) "erc-match" "\ | 9337 | (autoload 'erc-delete-dangerous-host "erc-match" "\ |
| 9472 | Delete dangerous-host interactively to `erc-dangerous-hosts'. | 9338 | Delete dangerous-host interactively to `erc-dangerous-hosts'. |
| 9473 | 9339 | ||
| 9474 | \(fn)" t nil) | 9340 | \(fn)" t nil) |
| 9475 | 9341 | ||
| 9476 | ;;;*** | 9342 | ;;;*** |
| 9477 | 9343 | ||
| 9478 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18104 24749)) | 9344 | ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18177 859)) |
| 9479 | ;;; Generated autoloads from erc/erc-menu.el | 9345 | ;;; Generated autoloads from erc/erc-menu.el |
| 9480 | (autoload 'erc-menu-mode "erc-menu" nil t) | 9346 | (autoload 'erc-menu-mode "erc-menu" nil t) |
| 9481 | 9347 | ||
| 9482 | ;;;*** | 9348 | ;;;*** |
| 9483 | 9349 | ||
| 9484 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" | 9350 | ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el" |
| 9485 | ;;;;;; (18104 24749)) | 9351 | ;;;;;; (18177 859)) |
| 9486 | ;;; Generated autoloads from erc/erc-netsplit.el | 9352 | ;;; Generated autoloads from erc/erc-netsplit.el |
| 9487 | (autoload 'erc-netsplit-mode "erc-netsplit") | 9353 | (autoload 'erc-netsplit-mode "erc-netsplit") |
| 9488 | 9354 | ||
| 9489 | (autoload (quote erc-cmd-WHOLEFT) "erc-netsplit" "\ | 9355 | (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\ |
| 9490 | Show who's gone. | 9356 | Show who's gone. |
| 9491 | 9357 | ||
| 9492 | \(fn)" nil nil) | 9358 | \(fn)" nil nil) |
| @@ -9494,17 +9360,17 @@ Show who's gone. | |||
| 9494 | ;;;*** | 9360 | ;;;*** |
| 9495 | 9361 | ||
| 9496 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" | 9362 | ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks" |
| 9497 | ;;;;;; "erc/erc-networks.el" (18104 24749)) | 9363 | ;;;;;; "erc/erc-networks.el" (18177 859)) |
| 9498 | ;;; Generated autoloads from erc/erc-networks.el | 9364 | ;;; Generated autoloads from erc/erc-networks.el |
| 9499 | 9365 | ||
| 9500 | (autoload (quote erc-determine-network) "erc-networks" "\ | 9366 | (autoload 'erc-determine-network "erc-networks" "\ |
| 9501 | Return the name of the network or \"Unknown\" as a symbol. Use the | 9367 | Return the name of the network or \"Unknown\" as a symbol. Use the |
| 9502 | server parameter NETWORK if provided, otherwise parse the server name and | 9368 | server parameter NETWORK if provided, otherwise parse the server name and |
| 9503 | search for a match in `erc-networks-alist'. | 9369 | search for a match in `erc-networks-alist'. |
| 9504 | 9370 | ||
| 9505 | \(fn)" nil nil) | 9371 | \(fn)" nil nil) |
| 9506 | 9372 | ||
| 9507 | (autoload (quote erc-server-select) "erc-networks" "\ | 9373 | (autoload 'erc-server-select "erc-networks" "\ |
| 9508 | Interactively select a server to connect to using `erc-server-alist'. | 9374 | Interactively select a server to connect to using `erc-server-alist'. |
| 9509 | 9375 | ||
| 9510 | \(fn)" t nil) | 9376 | \(fn)" t nil) |
| @@ -9512,60 +9378,60 @@ Interactively select a server to connect to using `erc-server-alist'. | |||
| 9512 | ;;;*** | 9378 | ;;;*** |
| 9513 | 9379 | ||
| 9514 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" | 9380 | ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify" |
| 9515 | ;;;;;; "erc/erc-notify.el" (18104 24749)) | 9381 | ;;;;;; "erc/erc-notify.el" (18177 859)) |
| 9516 | ;;; Generated autoloads from erc/erc-notify.el | 9382 | ;;; Generated autoloads from erc/erc-notify.el |
| 9517 | (autoload 'erc-notify-mode "erc-notify" nil t) | 9383 | (autoload 'erc-notify-mode "erc-notify" nil t) |
| 9518 | 9384 | ||
| 9519 | (autoload (quote erc-cmd-NOTIFY) "erc-notify" "\ | 9385 | (autoload 'erc-cmd-NOTIFY "erc-notify" "\ |
| 9520 | Change `erc-notify-list' or list current notify-list members online. | 9386 | Change `erc-notify-list' or list current notify-list members online. |
| 9521 | Without args, list the current list of notificated people online, | 9387 | Without args, list the current list of notificated people online, |
| 9522 | with args, toggle notify status of people. | 9388 | with args, toggle notify status of people. |
| 9523 | 9389 | ||
| 9524 | \(fn &rest ARGS)" nil nil) | 9390 | \(fn &rest ARGS)" nil nil) |
| 9525 | 9391 | ||
| 9526 | (autoload (quote pcomplete/erc-mode/NOTIFY) "erc-notify" "\ | 9392 | (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\ |
| 9527 | Not documented | 9393 | Not documented |
| 9528 | 9394 | ||
| 9529 | \(fn)" nil nil) | 9395 | \(fn)" nil nil) |
| 9530 | 9396 | ||
| 9531 | ;;;*** | 9397 | ;;;*** |
| 9532 | 9398 | ||
| 9533 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18104 24749)) | 9399 | ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18177 859)) |
| 9534 | ;;; Generated autoloads from erc/erc-page.el | 9400 | ;;; Generated autoloads from erc/erc-page.el |
| 9535 | (autoload 'erc-page-mode "erc-page") | 9401 | (autoload 'erc-page-mode "erc-page") |
| 9536 | 9402 | ||
| 9537 | ;;;*** | 9403 | ;;;*** |
| 9538 | 9404 | ||
| 9539 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18104 | 9405 | ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18177 |
| 9540 | ;;;;;; 24749)) | 9406 | ;;;;;; 859)) |
| 9541 | ;;; Generated autoloads from erc/erc-pcomplete.el | 9407 | ;;; Generated autoloads from erc/erc-pcomplete.el |
| 9542 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) | 9408 | (autoload 'erc-completion-mode "erc-pcomplete" nil t) |
| 9543 | 9409 | ||
| 9544 | ;;;*** | 9410 | ;;;*** |
| 9545 | 9411 | ||
| 9546 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18104 24749)) | 9412 | ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18177 859)) |
| 9547 | ;;; Generated autoloads from erc/erc-replace.el | 9413 | ;;; Generated autoloads from erc/erc-replace.el |
| 9548 | (autoload 'erc-replace-mode "erc-replace") | 9414 | (autoload 'erc-replace-mode "erc-replace") |
| 9549 | 9415 | ||
| 9550 | ;;;*** | 9416 | ;;;*** |
| 9551 | 9417 | ||
| 9552 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18104 24749)) | 9418 | ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18177 859)) |
| 9553 | ;;; Generated autoloads from erc/erc-ring.el | 9419 | ;;; Generated autoloads from erc/erc-ring.el |
| 9554 | (autoload 'erc-ring-mode "erc-ring" nil t) | 9420 | (autoload 'erc-ring-mode "erc-ring" nil t) |
| 9555 | 9421 | ||
| 9556 | ;;;*** | 9422 | ;;;*** |
| 9557 | 9423 | ||
| 9558 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) | 9424 | ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode) |
| 9559 | ;;;;;; "erc-services" "erc/erc-services.el" (18104 24749)) | 9425 | ;;;;;; "erc-services" "erc/erc-services.el" (18177 859)) |
| 9560 | ;;; Generated autoloads from erc/erc-services.el | 9426 | ;;; Generated autoloads from erc/erc-services.el |
| 9561 | (autoload 'erc-services-mode "erc-services" nil t) | 9427 | (autoload 'erc-services-mode "erc-services" nil t) |
| 9562 | 9428 | ||
| 9563 | (autoload (quote erc-nickserv-identify-mode) "erc-services" "\ | 9429 | (autoload 'erc-nickserv-identify-mode "erc-services" "\ |
| 9564 | Set up hooks according to which MODE the user has chosen. | 9430 | Set up hooks according to which MODE the user has chosen. |
| 9565 | 9431 | ||
| 9566 | \(fn MODE)" t nil) | 9432 | \(fn MODE)" t nil) |
| 9567 | 9433 | ||
| 9568 | (autoload (quote erc-nickserv-identify) "erc-services" "\ | 9434 | (autoload 'erc-nickserv-identify "erc-services" "\ |
| 9569 | Send an \"identify <PASSWORD>\" message to NickServ. | 9435 | Send an \"identify <PASSWORD>\" message to NickServ. |
| 9570 | When called interactively, read the password using `read-passwd'. | 9436 | When called interactively, read the password using `read-passwd'. |
| 9571 | 9437 | ||
| @@ -9573,17 +9439,17 @@ When called interactively, read the password using `read-passwd'. | |||
| 9573 | 9439 | ||
| 9574 | ;;;*** | 9440 | ;;;*** |
| 9575 | 9441 | ||
| 9576 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18104 24749)) | 9442 | ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18190 35189)) |
| 9577 | ;;; Generated autoloads from erc/erc-sound.el | 9443 | ;;; Generated autoloads from erc/erc-sound.el |
| 9578 | (autoload 'erc-sound-mode "erc-sound") | 9444 | (autoload 'erc-sound-mode "erc-sound") |
| 9579 | 9445 | ||
| 9580 | ;;;*** | 9446 | ;;;*** |
| 9581 | 9447 | ||
| 9582 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" | 9448 | ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el" |
| 9583 | ;;;;;; (18104 24749)) | 9449 | ;;;;;; (18177 859)) |
| 9584 | ;;; Generated autoloads from erc/erc-speedbar.el | 9450 | ;;; Generated autoloads from erc/erc-speedbar.el |
| 9585 | 9451 | ||
| 9586 | (autoload (quote erc-speedbar-browser) "erc-speedbar" "\ | 9452 | (autoload 'erc-speedbar-browser "erc-speedbar" "\ |
| 9587 | Initialize speedbar to display an ERC browser. | 9453 | Initialize speedbar to display an ERC browser. |
| 9588 | This will add a speedbar major display mode. | 9454 | This will add a speedbar major display mode. |
| 9589 | 9455 | ||
| @@ -9591,30 +9457,30 @@ This will add a speedbar major display mode. | |||
| 9591 | 9457 | ||
| 9592 | ;;;*** | 9458 | ;;;*** |
| 9593 | 9459 | ||
| 9594 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18104 | 9460 | ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18177 |
| 9595 | ;;;;;; 24749)) | 9461 | ;;;;;; 859)) |
| 9596 | ;;; Generated autoloads from erc/erc-spelling.el | 9462 | ;;; Generated autoloads from erc/erc-spelling.el |
| 9597 | (autoload 'erc-spelling-mode "erc-spelling" nil t) | 9463 | (autoload 'erc-spelling-mode "erc-spelling" nil t) |
| 9598 | 9464 | ||
| 9599 | ;;;*** | 9465 | ;;;*** |
| 9600 | 9466 | ||
| 9601 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18104 24749)) | 9467 | ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18190 35189)) |
| 9602 | ;;; Generated autoloads from erc/erc-stamp.el | 9468 | ;;; Generated autoloads from erc/erc-stamp.el |
| 9603 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) | 9469 | (autoload 'erc-timestamp-mode "erc-stamp" nil t) |
| 9604 | 9470 | ||
| 9605 | ;;;*** | 9471 | ;;;*** |
| 9606 | 9472 | ||
| 9607 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" | 9473 | ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el" |
| 9608 | ;;;;;; (18104 24749)) | 9474 | ;;;;;; (18190 35189)) |
| 9609 | ;;; Generated autoloads from erc/erc-track.el | 9475 | ;;; Generated autoloads from erc/erc-track.el |
| 9610 | 9476 | ||
| 9611 | (defvar erc-track-minor-mode nil "\ | 9477 | (defvar erc-track-minor-mode nil "\ |
| 9612 | Non-nil if Erc-Track minor mode is enabled. | 9478 | Non-nil if Erc-Track minor mode is enabled. |
| 9613 | See the command `erc-track-minor-mode' for a description of this minor mode.") | 9479 | See the command `erc-track-minor-mode' for a description of this minor mode.") |
| 9614 | 9480 | ||
| 9615 | (custom-autoload (quote erc-track-minor-mode) "erc-track" nil) | 9481 | (custom-autoload 'erc-track-minor-mode "erc-track" nil) |
| 9616 | 9482 | ||
| 9617 | (autoload (quote erc-track-minor-mode) "erc-track" "\ | 9483 | (autoload 'erc-track-minor-mode "erc-track" "\ |
| 9618 | Global minor mode for tracking ERC buffers and showing activity in the | 9484 | Global minor mode for tracking ERC buffers and showing activity in the |
| 9619 | mode line. | 9485 | mode line. |
| 9620 | 9486 | ||
| @@ -9628,18 +9494,18 @@ module, otherwise the keybindings will not do anything useful. | |||
| 9628 | ;;;*** | 9494 | ;;;*** |
| 9629 | 9495 | ||
| 9630 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) | 9496 | ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size) |
| 9631 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (18104 24749)) | 9497 | ;;;;;; "erc-truncate" "erc/erc-truncate.el" (18177 859)) |
| 9632 | ;;; Generated autoloads from erc/erc-truncate.el | 9498 | ;;; Generated autoloads from erc/erc-truncate.el |
| 9633 | (autoload 'erc-truncate-mode "erc-truncate" nil t) | 9499 | (autoload 'erc-truncate-mode "erc-truncate" nil t) |
| 9634 | 9500 | ||
| 9635 | (autoload (quote erc-truncate-buffer-to-size) "erc-truncate" "\ | 9501 | (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\ |
| 9636 | Truncates the buffer to the size SIZE. | 9502 | Truncates the buffer to the size SIZE. |
| 9637 | If BUFFER is not provided, the current buffer is assumed. The deleted | 9503 | If BUFFER is not provided, the current buffer is assumed. The deleted |
| 9638 | region is logged if `erc-logging-enabled' returns non-nil. | 9504 | region is logged if `erc-logging-enabled' returns non-nil. |
| 9639 | 9505 | ||
| 9640 | \(fn SIZE &optional BUFFER)" nil nil) | 9506 | \(fn SIZE &optional BUFFER)" nil nil) |
| 9641 | 9507 | ||
| 9642 | (autoload (quote erc-truncate-buffer) "erc-truncate" "\ | 9508 | (autoload 'erc-truncate-buffer "erc-truncate" "\ |
| 9643 | Truncates the current buffer to `erc-max-buffer-size'. | 9509 | Truncates the current buffer to `erc-max-buffer-size'. |
| 9644 | Meant to be used in hooks, like `erc-insert-post-hook'. | 9510 | Meant to be used in hooks, like `erc-insert-post-hook'. |
| 9645 | 9511 | ||
| @@ -9648,21 +9514,21 @@ Meant to be used in hooks, like `erc-insert-post-hook'. | |||
| 9648 | ;;;*** | 9514 | ;;;*** |
| 9649 | 9515 | ||
| 9650 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" | 9516 | ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el" |
| 9651 | ;;;;;; (18104 24749)) | 9517 | ;;;;;; (18177 859)) |
| 9652 | ;;; Generated autoloads from erc/erc-xdcc.el | 9518 | ;;; Generated autoloads from erc/erc-xdcc.el |
| 9653 | 9519 | ||
| 9654 | (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\ | 9520 | (autoload 'erc-xdcc-add-file "erc-xdcc" "\ |
| 9655 | Add a file to `erc-xdcc-files'. | 9521 | Add a file to `erc-xdcc-files'. |
| 9656 | 9522 | ||
| 9657 | \(fn FILE)" t nil) | 9523 | \(fn FILE)" t nil) |
| 9658 | 9524 | ||
| 9659 | ;;;*** | 9525 | ;;;*** |
| 9660 | 9526 | ||
| 9661 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18104 | 9527 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18190 |
| 9662 | ;;;;;; 24749)) | 9528 | ;;;;;; 35189)) |
| 9663 | ;;; Generated autoloads from eshell/esh-mode.el | 9529 | ;;; Generated autoloads from eshell/esh-mode.el |
| 9664 | 9530 | ||
| 9665 | (autoload (quote eshell-mode) "esh-mode" "\ | 9531 | (autoload 'eshell-mode "esh-mode" "\ |
| 9666 | Emacs shell interactive mode. | 9532 | Emacs shell interactive mode. |
| 9667 | 9533 | ||
| 9668 | \\{eshell-mode-map} | 9534 | \\{eshell-mode-map} |
| @@ -9671,11 +9537,11 @@ Emacs shell interactive mode. | |||
| 9671 | 9537 | ||
| 9672 | ;;;*** | 9538 | ;;;*** |
| 9673 | 9539 | ||
| 9674 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18104 | 9540 | ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18177 |
| 9675 | ;;;;;; 24749)) | 9541 | ;;;;;; 859)) |
| 9676 | ;;; Generated autoloads from eshell/esh-test.el | 9542 | ;;; Generated autoloads from eshell/esh-test.el |
| 9677 | 9543 | ||
| 9678 | (autoload (quote eshell-test) "esh-test" "\ | 9544 | (autoload 'eshell-test "esh-test" "\ |
| 9679 | Test Eshell to verify that it works as expected. | 9545 | Test Eshell to verify that it works as expected. |
| 9680 | 9546 | ||
| 9681 | \(fn &optional ARG)" t nil) | 9547 | \(fn &optional ARG)" t nil) |
| @@ -9683,10 +9549,10 @@ Test Eshell to verify that it works as expected. | |||
| 9683 | ;;;*** | 9549 | ;;;*** |
| 9684 | 9550 | ||
| 9685 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 9551 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 9686 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (18104 24749)) | 9552 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (18177 859)) |
| 9687 | ;;; Generated autoloads from eshell/eshell.el | 9553 | ;;; Generated autoloads from eshell/eshell.el |
| 9688 | 9554 | ||
| 9689 | (autoload (quote eshell) "eshell" "\ | 9555 | (autoload 'eshell "eshell" "\ |
| 9690 | Create an interactive Eshell buffer. | 9556 | Create an interactive Eshell buffer. |
| 9691 | The buffer used for Eshell sessions is determined by the value of | 9557 | The buffer used for Eshell sessions is determined by the value of |
| 9692 | `eshell-buffer-name'. If there is already an Eshell session active in | 9558 | `eshell-buffer-name'. If there is already an Eshell session active in |
| @@ -9698,13 +9564,13 @@ buffer selected (or created). | |||
| 9698 | 9564 | ||
| 9699 | \(fn &optional ARG)" t nil) | 9565 | \(fn &optional ARG)" t nil) |
| 9700 | 9566 | ||
| 9701 | (autoload (quote eshell-command) "eshell" "\ | 9567 | (autoload 'eshell-command "eshell" "\ |
| 9702 | Execute the Eshell command string COMMAND. | 9568 | Execute the Eshell command string COMMAND. |
| 9703 | With prefix ARG, insert output into the current buffer at point. | 9569 | With prefix ARG, insert output into the current buffer at point. |
| 9704 | 9570 | ||
| 9705 | \(fn &optional COMMAND ARG)" t nil) | 9571 | \(fn &optional COMMAND ARG)" t nil) |
| 9706 | 9572 | ||
| 9707 | (autoload (quote eshell-command-result) "eshell" "\ | 9573 | (autoload 'eshell-command-result "eshell" "\ |
| 9708 | Execute the given Eshell COMMAND, and return the result. | 9574 | Execute the given Eshell COMMAND, and return the result. |
| 9709 | The result might be any Lisp object. | 9575 | The result might be any Lisp object. |
| 9710 | If STATUS-VAR is a symbol, it will be set to the exit status of the | 9576 | If STATUS-VAR is a symbol, it will be set to the exit status of the |
| @@ -9713,7 +9579,7 @@ corresponding to a successful execution. | |||
| 9713 | 9579 | ||
| 9714 | \(fn COMMAND &optional STATUS-VAR)" nil nil) | 9580 | \(fn COMMAND &optional STATUS-VAR)" nil nil) |
| 9715 | 9581 | ||
| 9716 | (autoload (quote eshell-report-bug) "eshell" "\ | 9582 | (autoload 'eshell-report-bug "eshell" "\ |
| 9717 | Report a bug in Eshell. | 9583 | Report a bug in Eshell. |
| 9718 | Prompts for the TOPIC. Leaves you in a mail buffer. | 9584 | Prompts for the TOPIC. Leaves you in a mail buffer. |
| 9719 | Please include any configuration details that might be involved. | 9585 | Please include any configuration details that might be involved. |
| @@ -9729,7 +9595,7 @@ Please include any configuration details that might be involved. | |||
| 9729 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function | 9595 | ;;;;;; visit-tags-table tags-table-mode find-tag-default-function |
| 9730 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list | 9596 | ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list |
| 9731 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 9597 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 9732 | ;;;;;; (18104 24765)) | 9598 | ;;;;;; (18177 872)) |
| 9733 | ;;; Generated autoloads from progmodes/etags.el | 9599 | ;;; Generated autoloads from progmodes/etags.el |
| 9734 | 9600 | ||
| 9735 | (defvar tags-file-name nil "\ | 9601 | (defvar tags-file-name nil "\ |
| @@ -9739,12 +9605,12 @@ If you set this variable, do not also set `tags-table-list'. | |||
| 9739 | Use the `etags' program to make a tags table file.") | 9605 | Use the `etags' program to make a tags table file.") |
| 9740 | (put 'tags-file-name 'variable-interactive "fVisit tags table: ") | 9606 | (put 'tags-file-name 'variable-interactive "fVisit tags table: ") |
| 9741 | 9607 | ||
| 9742 | (defvar tags-case-fold-search (quote default) "\ | 9608 | (defvar tags-case-fold-search 'default "\ |
| 9743 | *Whether tags operations should be case-sensitive. | 9609 | *Whether tags operations should be case-sensitive. |
| 9744 | A value of t means case-insensitive, a value of nil means case-sensitive. | 9610 | A value of t means case-insensitive, a value of nil means case-sensitive. |
| 9745 | Any other value means use the setting of `case-fold-search'.") | 9611 | Any other value means use the setting of `case-fold-search'.") |
| 9746 | 9612 | ||
| 9747 | (custom-autoload (quote tags-case-fold-search) "etags" t) | 9613 | (custom-autoload 'tags-case-fold-search "etags" t) |
| 9748 | 9614 | ||
| 9749 | (defvar tags-table-list nil "\ | 9615 | (defvar tags-table-list nil "\ |
| 9750 | *List of file names of tags tables to search. | 9616 | *List of file names of tags tables to search. |
| @@ -9753,31 +9619,31 @@ To switch to a new list of tags tables, setting this variable is sufficient. | |||
| 9753 | If you set this variable, do not also set `tags-file-name'. | 9619 | If you set this variable, do not also set `tags-file-name'. |
| 9754 | Use the `etags' program to make a tags table file.") | 9620 | Use the `etags' program to make a tags table file.") |
| 9755 | 9621 | ||
| 9756 | (custom-autoload (quote tags-table-list) "etags" t) | 9622 | (custom-autoload 'tags-table-list "etags" t) |
| 9757 | 9623 | ||
| 9758 | (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\ | 9624 | (defvar tags-compression-info-list '("" ".Z" ".bz2" ".gz" ".tgz") "\ |
| 9759 | *List of extensions tried by etags when jka-compr is used. | 9625 | *List of extensions tried by etags when jka-compr is used. |
| 9760 | An empty string means search the non-compressed file. | 9626 | An empty string means search the non-compressed file. |
| 9761 | These extensions will be tried only if jka-compr was activated | 9627 | These extensions will be tried only if jka-compr was activated |
| 9762 | \(i.e. via customize of `auto-compression-mode' or by calling the function | 9628 | \(i.e. via customize of `auto-compression-mode' or by calling the function |
| 9763 | `auto-compression-mode').") | 9629 | `auto-compression-mode').") |
| 9764 | 9630 | ||
| 9765 | (custom-autoload (quote tags-compression-info-list) "etags" t) | 9631 | (custom-autoload 'tags-compression-info-list "etags" t) |
| 9766 | 9632 | ||
| 9767 | (defvar tags-add-tables (quote ask-user) "\ | 9633 | (defvar tags-add-tables 'ask-user "\ |
| 9768 | *Control whether to add a new tags table to the current list. | 9634 | *Control whether to add a new tags table to the current list. |
| 9769 | t means do; nil means don't (always start a new list). | 9635 | t means do; nil means don't (always start a new list). |
| 9770 | Any other value means ask the user whether to add a new tags table | 9636 | Any other value means ask the user whether to add a new tags table |
| 9771 | to the current list (as opposed to starting a new list).") | 9637 | to the current list (as opposed to starting a new list).") |
| 9772 | 9638 | ||
| 9773 | (custom-autoload (quote tags-add-tables) "etags" t) | 9639 | (custom-autoload 'tags-add-tables "etags" t) |
| 9774 | 9640 | ||
| 9775 | (defvar find-tag-hook nil "\ | 9641 | (defvar find-tag-hook nil "\ |
| 9776 | *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. | 9642 | *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'. |
| 9777 | The value in the buffer in which \\[find-tag] is done is used, | 9643 | The value in the buffer in which \\[find-tag] is done is used, |
| 9778 | not the value in the buffer \\[find-tag] goes to.") | 9644 | not the value in the buffer \\[find-tag] goes to.") |
| 9779 | 9645 | ||
| 9780 | (custom-autoload (quote find-tag-hook) "etags" t) | 9646 | (custom-autoload 'find-tag-hook "etags" t) |
| 9781 | 9647 | ||
| 9782 | (defvar find-tag-default-function nil "\ | 9648 | (defvar find-tag-default-function nil "\ |
| 9783 | *A function of no arguments used by \\[find-tag] to pick a default tag. | 9649 | *A function of no arguments used by \\[find-tag] to pick a default tag. |
| @@ -9785,14 +9651,14 @@ If nil, and the symbol that is the value of `major-mode' | |||
| 9785 | has a `find-tag-default-function' property (see `put'), that is used. | 9651 | has a `find-tag-default-function' property (see `put'), that is used. |
| 9786 | Otherwise, `find-tag-default' is used.") | 9652 | Otherwise, `find-tag-default' is used.") |
| 9787 | 9653 | ||
| 9788 | (custom-autoload (quote find-tag-default-function) "etags" t) | 9654 | (custom-autoload 'find-tag-default-function "etags" t) |
| 9789 | 9655 | ||
| 9790 | (autoload (quote tags-table-mode) "etags" "\ | 9656 | (autoload 'tags-table-mode "etags" "\ |
| 9791 | Major mode for tags table file buffers. | 9657 | Major mode for tags table file buffers. |
| 9792 | 9658 | ||
| 9793 | \(fn)" t nil) | 9659 | \(fn)" t nil) |
| 9794 | 9660 | ||
| 9795 | (autoload (quote visit-tags-table) "etags" "\ | 9661 | (autoload 'visit-tags-table "etags" "\ |
| 9796 | Tell tags commands to use tags table file FILE. | 9662 | Tell tags commands to use tags table file FILE. |
| 9797 | FILE should be the name of a file created with the `etags' program. | 9663 | FILE should be the name of a file created with the `etags' program. |
| 9798 | A directory name is ok too; it means file TAGS in that directory. | 9664 | A directory name is ok too; it means file TAGS in that directory. |
| @@ -9805,7 +9671,7 @@ file the tag was in. | |||
| 9805 | 9671 | ||
| 9806 | \(fn FILE &optional LOCAL)" t nil) | 9672 | \(fn FILE &optional LOCAL)" t nil) |
| 9807 | 9673 | ||
| 9808 | (autoload (quote visit-tags-table-buffer) "etags" "\ | 9674 | (autoload 'visit-tags-table-buffer "etags" "\ |
| 9809 | Select the buffer containing the current tags table. | 9675 | Select the buffer containing the current tags table. |
| 9810 | If optional arg is a string, visit that file as a tags table. | 9676 | If optional arg is a string, visit that file as a tags table. |
| 9811 | If optional arg is t, visit the next table in `tags-table-list'. | 9677 | If optional arg is t, visit the next table in `tags-table-list'. |
| @@ -9817,7 +9683,7 @@ Returns t if it visits a tags table, or nil if there are no more in the list. | |||
| 9817 | 9683 | ||
| 9818 | \(fn &optional CONT)" nil nil) | 9684 | \(fn &optional CONT)" nil nil) |
| 9819 | 9685 | ||
| 9820 | (autoload (quote tags-table-files) "etags" "\ | 9686 | (autoload 'tags-table-files "etags" "\ |
| 9821 | Return a list of files in the current tags table. | 9687 | Return a list of files in the current tags table. |
| 9822 | Assumes the tags table is the current buffer. The file names are returned | 9688 | Assumes the tags table is the current buffer. The file names are returned |
| 9823 | as they appeared in the `etags' command that created the table, usually | 9689 | as they appeared in the `etags' command that created the table, usually |
| @@ -9825,7 +9691,7 @@ without directory names. | |||
| 9825 | 9691 | ||
| 9826 | \(fn)" nil nil) | 9692 | \(fn)" nil nil) |
| 9827 | 9693 | ||
| 9828 | (autoload (quote find-tag-noselect) "etags" "\ | 9694 | (autoload 'find-tag-noselect "etags" "\ |
| 9829 | Find tag (in current tags table) whose name contains TAGNAME. | 9695 | Find tag (in current tags table) whose name contains TAGNAME. |
| 9830 | Returns the buffer containing the tag's definition and moves its point there, | 9696 | Returns the buffer containing the tag's definition and moves its point there, |
| 9831 | but does not select the buffer. | 9697 | but does not select the buffer. |
| @@ -9847,7 +9713,7 @@ See documentation of variable `tags-file-name'. | |||
| 9847 | 9713 | ||
| 9848 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) | 9714 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) |
| 9849 | 9715 | ||
| 9850 | (autoload (quote find-tag) "etags" "\ | 9716 | (autoload 'find-tag "etags" "\ |
| 9851 | Find tag (in current tags table) whose name contains TAGNAME. | 9717 | Find tag (in current tags table) whose name contains TAGNAME. |
| 9852 | Select the buffer containing the tag's definition, and move point there. | 9718 | Select the buffer containing the tag's definition, and move point there. |
| 9853 | The default for TAGNAME is the expression in the buffer around or before point. | 9719 | The default for TAGNAME is the expression in the buffer around or before point. |
| @@ -9869,7 +9735,7 @@ See documentation of variable `tags-file-name'. | |||
| 9869 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) | 9735 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) |
| 9870 | (define-key esc-map "." 'find-tag) | 9736 | (define-key esc-map "." 'find-tag) |
| 9871 | 9737 | ||
| 9872 | (autoload (quote find-tag-other-window) "etags" "\ | 9738 | (autoload 'find-tag-other-window "etags" "\ |
| 9873 | Find tag (in current tags table) whose name contains TAGNAME. | 9739 | Find tag (in current tags table) whose name contains TAGNAME. |
| 9874 | Select the buffer containing the tag's definition in another window, and | 9740 | Select the buffer containing the tag's definition in another window, and |
| 9875 | move point there. The default for TAGNAME is the expression in the buffer | 9741 | move point there. The default for TAGNAME is the expression in the buffer |
| @@ -9892,7 +9758,7 @@ See documentation of variable `tags-file-name'. | |||
| 9892 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) | 9758 | \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil) |
| 9893 | (define-key ctl-x-4-map "." 'find-tag-other-window) | 9759 | (define-key ctl-x-4-map "." 'find-tag-other-window) |
| 9894 | 9760 | ||
| 9895 | (autoload (quote find-tag-other-frame) "etags" "\ | 9761 | (autoload 'find-tag-other-frame "etags" "\ |
| 9896 | Find tag (in current tags table) whose name contains TAGNAME. | 9762 | Find tag (in current tags table) whose name contains TAGNAME. |
| 9897 | Select the buffer containing the tag's definition in another frame, and | 9763 | Select the buffer containing the tag's definition in another frame, and |
| 9898 | move point there. The default for TAGNAME is the expression in the buffer | 9764 | move point there. The default for TAGNAME is the expression in the buffer |
| @@ -9915,7 +9781,7 @@ See documentation of variable `tags-file-name'. | |||
| 9915 | \(fn TAGNAME &optional NEXT-P)" t nil) | 9781 | \(fn TAGNAME &optional NEXT-P)" t nil) |
| 9916 | (define-key ctl-x-5-map "." 'find-tag-other-frame) | 9782 | (define-key ctl-x-5-map "." 'find-tag-other-frame) |
| 9917 | 9783 | ||
| 9918 | (autoload (quote find-tag-regexp) "etags" "\ | 9784 | (autoload 'find-tag-regexp "etags" "\ |
| 9919 | Find tag (in current tags table) whose name matches REGEXP. | 9785 | Find tag (in current tags table) whose name matches REGEXP. |
| 9920 | Select the buffer containing the tag's definition and move point there. | 9786 | Select the buffer containing the tag's definition and move point there. |
| 9921 | 9787 | ||
| @@ -9937,7 +9803,7 @@ See documentation of variable `tags-file-name'. | |||
| 9937 | (define-key esc-map [?\C-.] 'find-tag-regexp) | 9803 | (define-key esc-map [?\C-.] 'find-tag-regexp) |
| 9938 | (define-key esc-map "*" 'pop-tag-mark) | 9804 | (define-key esc-map "*" 'pop-tag-mark) |
| 9939 | 9805 | ||
| 9940 | (autoload (quote pop-tag-mark) "etags" "\ | 9806 | (autoload 'pop-tag-mark "etags" "\ |
| 9941 | Pop back to where \\[find-tag] was last invoked. | 9807 | Pop back to where \\[find-tag] was last invoked. |
| 9942 | 9808 | ||
| 9943 | This is distinct from invoking \\[find-tag] with a negative argument | 9809 | This is distinct from invoking \\[find-tag] with a negative argument |
| @@ -9946,7 +9812,7 @@ where they were found. | |||
| 9946 | 9812 | ||
| 9947 | \(fn)" t nil) | 9813 | \(fn)" t nil) |
| 9948 | 9814 | ||
| 9949 | (autoload (quote next-file) "etags" "\ | 9815 | (autoload 'next-file "etags" "\ |
| 9950 | Select next file among files in current tags table. | 9816 | Select next file among files in current tags table. |
| 9951 | 9817 | ||
| 9952 | A first argument of t (prefix arg, if interactive) initializes to the | 9818 | A first argument of t (prefix arg, if interactive) initializes to the |
| @@ -9961,7 +9827,7 @@ if the file was newly read in, the value is the filename. | |||
| 9961 | 9827 | ||
| 9962 | \(fn &optional INITIALIZE NOVISIT)" t nil) | 9828 | \(fn &optional INITIALIZE NOVISIT)" t nil) |
| 9963 | 9829 | ||
| 9964 | (autoload (quote tags-loop-continue) "etags" "\ | 9830 | (autoload 'tags-loop-continue "etags" "\ |
| 9965 | Continue last \\[tags-search] or \\[tags-query-replace] command. | 9831 | Continue last \\[tags-search] or \\[tags-query-replace] command. |
| 9966 | Used noninteractively with non-nil argument to begin such a command (the | 9832 | Used noninteractively with non-nil argument to begin such a command (the |
| 9967 | argument is passed to `next-file', which see). | 9833 | argument is passed to `next-file', which see). |
| @@ -9975,7 +9841,7 @@ nil, we exit; otherwise we scan the next file. | |||
| 9975 | \(fn &optional FIRST-TIME)" t nil) | 9841 | \(fn &optional FIRST-TIME)" t nil) |
| 9976 | (define-key esc-map "," 'tags-loop-continue) | 9842 | (define-key esc-map "," 'tags-loop-continue) |
| 9977 | 9843 | ||
| 9978 | (autoload (quote tags-search) "etags" "\ | 9844 | (autoload 'tags-search "etags" "\ |
| 9979 | Search through all files listed in tags table for match for REGEXP. | 9845 | Search through all files listed in tags table for match for REGEXP. |
| 9980 | Stops when a match is found. | 9846 | Stops when a match is found. |
| 9981 | To continue searching for next match, use command \\[tags-loop-continue]. | 9847 | To continue searching for next match, use command \\[tags-loop-continue]. |
| @@ -9984,7 +9850,7 @@ See documentation of variable `tags-file-name'. | |||
| 9984 | 9850 | ||
| 9985 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) | 9851 | \(fn REGEXP &optional FILE-LIST-FORM)" t nil) |
| 9986 | 9852 | ||
| 9987 | (autoload (quote tags-query-replace) "etags" "\ | 9853 | (autoload 'tags-query-replace "etags" "\ |
| 9988 | Do `query-replace-regexp' of FROM with TO on all files listed in tags table. | 9854 | Do `query-replace-regexp' of FROM with TO on all files listed in tags table. |
| 9989 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. | 9855 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. |
| 9990 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace | 9856 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace |
| @@ -9994,7 +9860,7 @@ See documentation of variable `tags-file-name'. | |||
| 9994 | 9860 | ||
| 9995 | \(fn FROM TO &optional DELIMITED FILE-LIST-FORM START END)" t nil) | 9861 | \(fn FROM TO &optional DELIMITED FILE-LIST-FORM START END)" t nil) |
| 9996 | 9862 | ||
| 9997 | (autoload (quote list-tags) "etags" "\ | 9863 | (autoload 'list-tags "etags" "\ |
| 9998 | Display list of tags in file FILE. | 9864 | Display list of tags in file FILE. |
| 9999 | This searches only the first table in the list, and no included tables. | 9865 | This searches only the first table in the list, and no included tables. |
| 10000 | FILE should be as it appeared in the `etags' command, usually without a | 9866 | FILE should be as it appeared in the `etags' command, usually without a |
| @@ -10002,19 +9868,19 @@ directory specification. | |||
| 10002 | 9868 | ||
| 10003 | \(fn FILE &optional NEXT-MATCH)" t nil) | 9869 | \(fn FILE &optional NEXT-MATCH)" t nil) |
| 10004 | 9870 | ||
| 10005 | (autoload (quote tags-apropos) "etags" "\ | 9871 | (autoload 'tags-apropos "etags" "\ |
| 10006 | Display list of all tags in tags table REGEXP matches. | 9872 | Display list of all tags in tags table REGEXP matches. |
| 10007 | 9873 | ||
| 10008 | \(fn REGEXP)" t nil) | 9874 | \(fn REGEXP)" t nil) |
| 10009 | 9875 | ||
| 10010 | (autoload (quote select-tags-table) "etags" "\ | 9876 | (autoload 'select-tags-table "etags" "\ |
| 10011 | Select a tags table file from a menu of those you have already used. | 9877 | Select a tags table file from a menu of those you have already used. |
| 10012 | The list of tags tables to select from is stored in `tags-table-set-list'; | 9878 | The list of tags tables to select from is stored in `tags-table-set-list'; |
| 10013 | see the doc of that variable if you want to add names to the list. | 9879 | see the doc of that variable if you want to add names to the list. |
| 10014 | 9880 | ||
| 10015 | \(fn)" t nil) | 9881 | \(fn)" t nil) |
| 10016 | 9882 | ||
| 10017 | (autoload (quote complete-tag) "etags" "\ | 9883 | (autoload 'complete-tag "etags" "\ |
| 10018 | Perform tags completion on the text around point. | 9884 | Perform tags completion on the text around point. |
| 10019 | Completes to the set of names listed in the current tags table. | 9885 | Completes to the set of names listed in the current tags table. |
| 10020 | The string to complete is chosen in the same way as the default | 9886 | The string to complete is chosen in the same way as the default |
| @@ -10024,179 +9890,143 @@ for \\[find-tag] (which see). | |||
| 10024 | 9890 | ||
| 10025 | ;;;*** | 9891 | ;;;*** |
| 10026 | 9892 | ||
| 10027 | ;;;### (autoloads (ethio-write-file ethio-find-file ethio-java-to-fidel-buffer | 9893 | ;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space |
| 9894 | ;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer | ||
| 10028 | ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer | 9895 | ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer |
| 10029 | ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel | 9896 | ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel |
| 10030 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker | 9897 | ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer |
| 10031 | ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker | 9898 | ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer |
| 10032 | ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker | 9899 | ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el" |
| 10033 | ;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) | 9900 | ;;;;;; (18189 31807)) |
| 10034 | ;;;;;; "ethio-util" "language/ethio-util.el" (18104 24757)) | ||
| 10035 | ;;; Generated autoloads from language/ethio-util.el | 9901 | ;;; Generated autoloads from language/ethio-util.el |
| 10036 | 9902 | ||
| 10037 | (autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ | 9903 | (autoload 'setup-ethiopic-environment-internal "ethio-util" "\ |
| 10038 | Not documented | 9904 | Not documented |
| 10039 | 9905 | ||
| 10040 | \(fn)" nil nil) | 9906 | \(fn)" nil nil) |
| 10041 | 9907 | ||
| 10042 | (autoload (quote ethio-sera-to-fidel-region) "ethio-util" "\ | 9908 | (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\ |
| 10043 | Convert the characters in region from SERA to FIDEL. | ||
| 10044 | The variable `ethio-primary-language' specifies the primary language | ||
| 10045 | and `ethio-secondary-language' specifies the secondary. | ||
| 10046 | |||
| 10047 | If the 3rd parameter SECONDARY is given and non-nil, assume the region | ||
| 10048 | begins with the secondary language; otherwise with the primary | ||
| 10049 | language. | ||
| 10050 | |||
| 10051 | If the 4th parameter FORCE is given and non-nil, perform conversion | ||
| 10052 | even if the buffer is read-only. | ||
| 10053 | |||
| 10054 | See also the descriptions of the variables | ||
| 10055 | `ethio-use-colon-for-colon' and | ||
| 10056 | `ethio-use-three-dot-question'. | ||
| 10057 | |||
| 10058 | \(fn BEG END &optional SECONDARY FORCE)" t nil) | ||
| 10059 | |||
| 10060 | (autoload (quote ethio-sera-to-fidel-buffer) "ethio-util" "\ | ||
| 10061 | Convert the current buffer from SERA to FIDEL. | 9909 | Convert the current buffer from SERA to FIDEL. |
| 10062 | 9910 | ||
| 10063 | The variable `ethio-primary-language' specifies the primary | 9911 | The variable `ethio-primary-language' specifies the primary |
| 10064 | language and `ethio-secondary-language' specifies the secondary. | 9912 | language and `ethio-secondary-language' specifies the secondary. |
| 10065 | 9913 | ||
| 10066 | If the 1st optional parameter SECONDARY is non-nil, assume the buffer | 9914 | If the 1st optional argument SECONDARY is non-nil, assume the |
| 10067 | begins with the secondary language; otherwise with the primary | 9915 | buffer begins with the secondary language; otherwise with the |
| 10068 | language. | 9916 | primary language. |
| 10069 | 9917 | ||
| 10070 | If the 2nd optional parametr FORCE is non-nil, perform conversion even if the | 9918 | If the 2nd optional argument FORCE is non-nil, perform conversion |
| 10071 | buffer is read-only. | 9919 | even if the buffer is read-only. |
| 10072 | 9920 | ||
| 10073 | See also the descriptions of the variables | 9921 | See also the descriptions of the variables |
| 10074 | `ethio-use-colon-for-colon' and | 9922 | `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'. |
| 10075 | `ethio-use-three-dot-question'. | ||
| 10076 | 9923 | ||
| 10077 | \(fn &optional SECONDARY FORCE)" t nil) | 9924 | \(fn &optional SECONDARY FORCE)" t nil) |
| 10078 | 9925 | ||
| 10079 | (autoload (quote ethio-sera-to-fidel-mail-or-marker) "ethio-util" "\ | 9926 | (autoload 'ethio-sera-to-fidel-region "ethio-util" "\ |
| 10080 | Execute `ethio-sera-to-fidel-mail' or `ethio-sera-to-fidel-marker' depending on the current major mode. | 9927 | Convert the characters in region from SERA to FIDEL. |
| 10081 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. | ||
| 10082 | 9928 | ||
| 10083 | \(fn &optional ARG)" t nil) | 9929 | The variable `ethio-primary-language' specifies the primary |
| 9930 | language and `ethio-secondary-language' specifies the secondary. | ||
| 10084 | 9931 | ||
| 10085 | (autoload (quote ethio-sera-to-fidel-mail) "ethio-util" "\ | 9932 | If the 3rd argument SECONDARY is given and non-nil, assume the |
| 10086 | Convert SERA to FIDEL to read/write mail and news. | 9933 | region begins with the secondary language; otherwise with the |
| 9934 | primary language. | ||
| 10087 | 9935 | ||
| 10088 | If the buffer contains the markers \"<sera>\" and \"</sera>\", | 9936 | If the 4th argument FORCE is given and non-nil, perform |
| 10089 | convert the segments between them into FIDEL. | 9937 | conversion even if the buffer is read-only. |
| 10090 | 9938 | ||
| 10091 | If invoked interactively and there is no marker, convert the subject field | 9939 | See also the descriptions of the variables |
| 10092 | and the body into FIDEL using `ethio-sera-to-fidel-region'. | 9940 | `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'. |
| 10093 | 9941 | ||
| 10094 | \(fn &optional ARG)" t nil) | 9942 | \(fn BEGIN END &optional SECONDARY FORCE)" t nil) |
| 10095 | 9943 | ||
| 10096 | (autoload (quote ethio-sera-to-fidel-marker) "ethio-util" "\ | 9944 | (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\ |
| 10097 | Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL. | 9945 | Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL. |
| 10098 | Assume that each region begins with `ethio-primary-language'. | 9946 | Assume that each region begins with `ethio-primary-language'. |
| 10099 | The markers \"<sera>\" and \"</sera>\" themselves are not deleted. | 9947 | The markers \"<sera>\" and \"</sera>\" themselves are not deleted. |
| 10100 | 9948 | ||
| 10101 | \(fn &optional FORCE)" t nil) | 9949 | \(fn &optional FORCE)" t nil) |
| 10102 | 9950 | ||
| 10103 | (autoload (quote ethio-fidel-to-sera-region) "ethio-util" "\ | 9951 | (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\ |
| 10104 | Replace all the FIDEL characters in the region to the SERA format. | 9952 | Replace all the FIDEL characters in the current buffer to the SERA format. |
| 10105 | The variable `ethio-primary-language' specifies the primary | 9953 | The variable `ethio-primary-language' specifies the primary |
| 10106 | language and `ethio-secondary-language' specifies the secondary. | 9954 | language and `ethio-secondary-language' specifies the secondary. |
| 10107 | 9955 | ||
| 10108 | If the 3dr parameter SECONDARY is given and non-nil, try to convert | 9956 | If the 1st optional argument SECONDARY is non-nil, try to convert the |
| 10109 | the region so that it begins in the secondary language; otherwise with | 9957 | region so that it begins with the secondary language; otherwise with the |
| 10110 | the primary language. | 9958 | primary language. |
| 10111 | 9959 | ||
| 10112 | If the 4th parameter FORCE is given and non-nil, convert even if the | 9960 | If the 2nd optional argument FORCE is non-nil, convert even if the |
| 10113 | buffer is read-only. | 9961 | buffer is read-only. |
| 10114 | 9962 | ||
| 10115 | See also the descriptions of the variables | 9963 | See also the descriptions of the variables |
| 10116 | `ethio-use-colon-for-colon', `ethio-use-three-dot-question', | 9964 | `ethio-use-colon-for-colon', `ethio-use-three-dot-question', |
| 10117 | `ethio-quote-vowel-always' and `ethio-numeric-reduction'. | 9965 | `ethio-quote-vowel-always' and `ethio-numeric-reduction'. |
| 10118 | 9966 | ||
| 10119 | \(fn BEGIN END &optional SECONDARY FORCE)" t nil) | 9967 | \(fn &optional SECONDARY FORCE)" t nil) |
| 9968 | |||
| 9969 | (autoload 'ethio-fidel-to-sera-region "ethio-util" "\ | ||
| 9970 | Replace all the FIDEL characters in the region to the SERA format. | ||
| 10120 | 9971 | ||
| 10121 | (autoload (quote ethio-fidel-to-sera-buffer) "ethio-util" "\ | ||
| 10122 | Replace all the FIDEL characters in the current buffer to the SERA format. | ||
| 10123 | The variable `ethio-primary-language' specifies the primary | 9972 | The variable `ethio-primary-language' specifies the primary |
| 10124 | language and `ethio-secondary-language' specifies the secondary. | 9973 | language and `ethio-secondary-language' specifies the secondary. |
| 10125 | 9974 | ||
| 10126 | If the 1st optional parameter SECONDARY is non-nil, try to convert the | 9975 | If the 3rd argument SECONDARY is given and non-nil, convert |
| 10127 | region so that it begins in the secondary language; otherwise with the | 9976 | the region so that it begins with the secondary language; otherwise with |
| 10128 | primary language. | 9977 | the primary language. |
| 10129 | 9978 | ||
| 10130 | If the 2nd optional parameter FORCE is non-nil, convert even if the | 9979 | If the 4th argument FORCE is given and non-nil, convert even if the |
| 10131 | buffer is read-only. | 9980 | buffer is read-only. |
| 10132 | 9981 | ||
| 10133 | See also the descriptions of the variables | 9982 | See also the descriptions of the variables |
| 10134 | `ethio-use-colon-for-colon', `ethio-use-three-dot-question', | 9983 | `ethio-use-colon-for-colon', `ethio-use-three-dot-question', |
| 10135 | `ethio-quote-vowel-always' and `ethio-numeric-reduction'. | 9984 | `ethio-quote-vowel-always' and `ethio-numeric-reduction'. |
| 10136 | 9985 | ||
| 10137 | \(fn &optional SECONDARY FORCE)" t nil) | 9986 | \(fn BEGIN END &optional SECONDARY FORCE)" t nil) |
| 10138 | |||
| 10139 | (autoload (quote ethio-fidel-to-sera-mail-or-marker) "ethio-util" "\ | ||
| 10140 | Execute `ethio-fidel-to-sera-mail' or `ethio-fidel-to-sera-marker' depending on the current major mode. | ||
| 10141 | If in rmail-mode or in mail-mode, execute the former; otherwise latter. | ||
| 10142 | |||
| 10143 | \(fn &optional ARG)" t nil) | ||
| 10144 | |||
| 10145 | (autoload (quote ethio-fidel-to-sera-mail) "ethio-util" "\ | ||
| 10146 | Convert FIDEL to SERA to read/write mail and news. | ||
| 10147 | |||
| 10148 | If the body contains at least one Ethiopic character, | ||
| 10149 | 1) insert the string \"<sera>\" at the beginning of the body, | ||
| 10150 | 2) insert \"</sera>\" at the end of the body, and | ||
| 10151 | 3) convert the body into SERA. | ||
| 10152 | |||
| 10153 | The very same procedure applies to the subject field, too. | ||
| 10154 | |||
| 10155 | \(fn)" t nil) | ||
| 10156 | 9987 | ||
| 10157 | (autoload (quote ethio-fidel-to-sera-marker) "ethio-util" "\ | 9988 | (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\ |
| 10158 | Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA. | 9989 | Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA. |
| 10159 | The markers \"<sera>\" and \"</sera>\" themselves are not deleted. | 9990 | The markers \"<sera>\" and \"</sera>\" themselves are not deleted. |
| 10160 | 9991 | ||
| 10161 | \(fn &optional FORCE)" t nil) | 9992 | \(fn &optional FORCE)" t nil) |
| 10162 | 9993 | ||
| 10163 | (autoload (quote ethio-modify-vowel) "ethio-util" "\ | 9994 | (autoload 'ethio-modify-vowel "ethio-util" "\ |
| 10164 | Modify the vowel of the FIDEL that is under the cursor. | 9995 | Modify the vowel of the FIDEL that is under the cursor. |
| 10165 | 9996 | ||
| 10166 | \(fn)" t nil) | 9997 | \(fn)" t nil) |
| 10167 | 9998 | ||
| 10168 | (autoload (quote ethio-replace-space) "ethio-util" "\ | 9999 | (autoload 'ethio-replace-space "ethio-util" "\ |
| 10169 | Replace ASCII spaces with Ethiopic word separators in the region. | 10000 | Replace ASCII spaces with Ethiopic word separators in the region. |
| 10170 | 10001 | ||
| 10171 | In the specified region, replace word separators surrounded by two | 10002 | In the specified region, replace word separators surrounded by two |
| 10172 | Ethiopic characters, depending on the first parameter CH, which should | 10003 | Ethiopic characters, depending on the first argument CH, which should |
| 10173 | be 1, 2, or 3. | 10004 | be 1, 2, or 3. |
| 10174 | 10005 | ||
| 10175 | If CH = 1, word separator will be replaced with an ASCII space. | 10006 | If CH = 1, word separator will be replaced with an ASCII space. |
| 10176 | If CH = 2, with two ASCII spaces. | 10007 | If CH = 2, with two ASCII spaces. |
| 10177 | If CH = 3, with the Ethiopic colon-like word separator. | 10008 | If CH = 3, with the Ethiopic colon-like word separator. |
| 10178 | 10009 | ||
| 10179 | The second and third parameters BEGIN and END specify the region. | 10010 | The 2nd and 3rd arguments BEGIN and END specify the region. |
| 10180 | 10011 | ||
| 10181 | \(fn CH BEGIN END)" t nil) | 10012 | \(fn CH BEGIN END)" t nil) |
| 10182 | 10013 | ||
| 10183 | (autoload (quote ethio-input-special-character) "ethio-util" "\ | 10014 | (autoload 'ethio-input-special-character "ethio-util" "\ |
| 10184 | Allow the user to input special characters. | 10015 | This function is deprecated. |
| 10185 | 10016 | ||
| 10186 | \(fn ARG)" t nil) | 10017 | \(fn ARG)" t nil) |
| 10187 | 10018 | ||
| 10188 | (autoload (quote ethio-fidel-to-tex-buffer) "ethio-util" "\ | 10019 | (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\ |
| 10189 | Convert each fidel characters in the current buffer into a fidel-tex command. | 10020 | Convert each fidel characters in the current buffer into a fidel-tex command. |
| 10190 | Each command is always surrounded by braces. | ||
| 10191 | 10021 | ||
| 10192 | \(fn)" t nil) | 10022 | \(fn)" t nil) |
| 10193 | 10023 | ||
| 10194 | (autoload (quote ethio-tex-to-fidel-buffer) "ethio-util" "\ | 10024 | (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\ |
| 10195 | Convert fidel-tex commands in the current buffer into fidel chars. | 10025 | Convert fidel-tex commands in the current buffer into fidel chars. |
| 10196 | 10026 | ||
| 10197 | \(fn)" t nil) | 10027 | \(fn)" t nil) |
| 10198 | 10028 | ||
| 10199 | (autoload (quote ethio-fidel-to-java-buffer) "ethio-util" "\ | 10029 | (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\ |
| 10200 | Convert Ethiopic characters into the Java escape sequences. | 10030 | Convert Ethiopic characters into the Java escape sequences. |
| 10201 | 10031 | ||
| 10202 | Each escape sequence is of the form \\uXXXX, where XXXX is the | 10032 | Each escape sequence is of the form \\uXXXX, where XXXX is the |
| @@ -10207,48 +10037,59 @@ Otherwise, [0-9A-F]. | |||
| 10207 | 10037 | ||
| 10208 | \(fn)" nil nil) | 10038 | \(fn)" nil nil) |
| 10209 | 10039 | ||
| 10210 | (autoload (quote ethio-java-to-fidel-buffer) "ethio-util" "\ | 10040 | (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\ |
| 10211 | Convert the Java escape sequences into corresponding Ethiopic characters. | 10041 | Convert the Java escape sequences into corresponding Ethiopic characters. |
| 10212 | 10042 | ||
| 10213 | \(fn)" nil nil) | 10043 | \(fn)" nil nil) |
| 10214 | 10044 | ||
| 10215 | (autoload (quote ethio-find-file) "ethio-util" "\ | 10045 | (autoload 'ethio-find-file "ethio-util" "\ |
| 10216 | Transcribe file content into Ethiopic depending on filename suffix. | 10046 | Transliterate file content into Ethiopic dependig on filename suffix. |
| 10217 | 10047 | ||
| 10218 | \(fn)" nil nil) | 10048 | \(fn)" nil nil) |
| 10219 | 10049 | ||
| 10220 | (autoload (quote ethio-write-file) "ethio-util" "\ | 10050 | (autoload 'ethio-write-file "ethio-util" "\ |
| 10221 | Transcribe Ethiopic characters in ASCII depending on the file extension. | 10051 | Transliterate Ethiopic characters in ASCII depending on the file extension. |
| 10222 | 10052 | ||
| 10223 | \(fn)" nil nil) | 10053 | \(fn)" nil nil) |
| 10224 | 10054 | ||
| 10055 | (autoload 'ethio-insert-ethio-space "ethio-util" "\ | ||
| 10056 | Insert the Ethiopic word delimiter (the colon-like character). | ||
| 10057 | With ARG, insert that many delimiters. | ||
| 10058 | |||
| 10059 | \(fn ARG)" t nil) | ||
| 10060 | |||
| 10061 | (autoload 'ethio-composition-function "ethio-util" "\ | ||
| 10062 | Not documented | ||
| 10063 | |||
| 10064 | \(fn POS &optional STRING)" nil nil) | ||
| 10065 | |||
| 10225 | ;;;*** | 10066 | ;;;*** |
| 10226 | 10067 | ||
| 10227 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline | 10068 | ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline |
| 10228 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" | 10069 | ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" |
| 10229 | ;;;;;; (18104 24759)) | 10070 | ;;;;;; (18177 869)) |
| 10230 | ;;; Generated autoloads from net/eudc.el | 10071 | ;;; Generated autoloads from net/eudc.el |
| 10231 | 10072 | ||
| 10232 | (autoload (quote eudc-set-server) "eudc" "\ | 10073 | (autoload 'eudc-set-server "eudc" "\ |
| 10233 | Set the directory server to SERVER using PROTOCOL. | 10074 | Set the directory server to SERVER using PROTOCOL. |
| 10234 | Unless NO-SAVE is non-nil, the server is saved as the default | 10075 | Unless NO-SAVE is non-nil, the server is saved as the default |
| 10235 | server for future sessions. | 10076 | server for future sessions. |
| 10236 | 10077 | ||
| 10237 | \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil) | 10078 | \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil) |
| 10238 | 10079 | ||
| 10239 | (autoload (quote eudc-get-email) "eudc" "\ | 10080 | (autoload 'eudc-get-email "eudc" "\ |
| 10240 | Get the email field of NAME from the directory server. | 10081 | Get the email field of NAME from the directory server. |
| 10241 | If ERROR is non-nil, report an error if there is none. | 10082 | If ERROR is non-nil, report an error if there is none. |
| 10242 | 10083 | ||
| 10243 | \(fn NAME &optional ERROR)" t nil) | 10084 | \(fn NAME &optional ERROR)" t nil) |
| 10244 | 10085 | ||
| 10245 | (autoload (quote eudc-get-phone) "eudc" "\ | 10086 | (autoload 'eudc-get-phone "eudc" "\ |
| 10246 | Get the phone field of NAME from the directory server. | 10087 | Get the phone field of NAME from the directory server. |
| 10247 | If ERROR is non-nil, report an error if there is none. | 10088 | If ERROR is non-nil, report an error if there is none. |
| 10248 | 10089 | ||
| 10249 | \(fn NAME &optional ERROR)" t nil) | 10090 | \(fn NAME &optional ERROR)" t nil) |
| 10250 | 10091 | ||
| 10251 | (autoload (quote eudc-expand-inline) "eudc" "\ | 10092 | (autoload 'eudc-expand-inline "eudc" "\ |
| 10252 | Query the directory server, and expand the query string before point. | 10093 | Query the directory server, and expand the query string before point. |
| 10253 | The query string consists of the buffer substring from the point back to | 10094 | The query string consists of the buffer substring from the point back to |
| 10254 | the preceding comma, colon or beginning of line. | 10095 | the preceding comma, colon or beginning of line. |
| @@ -10263,54 +10104,54 @@ see `eudc-inline-expansion-servers' | |||
| 10263 | 10104 | ||
| 10264 | \(fn &optional REPLACE)" t nil) | 10105 | \(fn &optional REPLACE)" t nil) |
| 10265 | 10106 | ||
| 10266 | (autoload (quote eudc-query-form) "eudc" "\ | 10107 | (autoload 'eudc-query-form "eudc" "\ |
| 10267 | Display a form to query the directory server. | 10108 | Display a form to query the directory server. |
| 10268 | If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first | 10109 | If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first |
| 10269 | queries the server for the existing fields and displays a corresponding form. | 10110 | queries the server for the existing fields and displays a corresponding form. |
| 10270 | 10111 | ||
| 10271 | \(fn &optional GET-FIELDS-FROM-SERVER)" t nil) | 10112 | \(fn &optional GET-FIELDS-FROM-SERVER)" t nil) |
| 10272 | 10113 | ||
| 10273 | (autoload (quote eudc-load-eudc) "eudc" "\ | 10114 | (autoload 'eudc-load-eudc "eudc" "\ |
| 10274 | Load the Emacs Unified Directory Client. | 10115 | Load the Emacs Unified Directory Client. |
| 10275 | This does nothing except loading eudc by autoload side-effect. | 10116 | This does nothing except loading eudc by autoload side-effect. |
| 10276 | 10117 | ||
| 10277 | \(fn)" t nil) | 10118 | \(fn)" t nil) |
| 10278 | 10119 | ||
| 10279 | (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu))))))))))) | 10120 | (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) (define-key eudc-tools-menu [phone] '("Get Phone" . eudc-get-phone)) (define-key eudc-tools-menu [email] '("Get Email" . eudc-get-email)) (define-key eudc-tools-menu [separator-eudc-email] '("--")) (define-key eudc-tools-menu [expand-inline] '("Expand Inline Query" . eudc-expand-inline)) (define-key eudc-tools-menu [query] '("Query with Form" . eudc-query-form)) (define-key eudc-tools-menu [separator-eudc-query] '("--")) (define-key eudc-tools-menu [new] '("New Server" . eudc-set-server)) (define-key eudc-tools-menu [load] '("Load Hotlist of Servers" . eudc-load-eudc))) (t (let ((menu '("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t]))) (if (not (featurep 'eudc-autoloads)) (if eudc-xemacs-p (if (and (featurep 'menubar) (not (featurep 'infodock))) (add-submenu '("Tools") menu)) (require 'easymenu) (cond ((fboundp 'easy-menu-add-item) (easy-menu-add-item nil '("tools") (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp 'easy-menu-create-keymaps) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu))))))))))) |
| 10280 | 10121 | ||
| 10281 | ;;;*** | 10122 | ;;;*** |
| 10282 | 10123 | ||
| 10283 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline | 10124 | ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline |
| 10284 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) | 10125 | ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary) |
| 10285 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (18104 24759)) | 10126 | ;;;;;; "eudc-bob" "net/eudc-bob.el" (18177 869)) |
| 10286 | ;;; Generated autoloads from net/eudc-bob.el | 10127 | ;;; Generated autoloads from net/eudc-bob.el |
| 10287 | 10128 | ||
| 10288 | (autoload (quote eudc-display-generic-binary) "eudc-bob" "\ | 10129 | (autoload 'eudc-display-generic-binary "eudc-bob" "\ |
| 10289 | Display a button for unidentified binary DATA. | 10130 | Display a button for unidentified binary DATA. |
| 10290 | 10131 | ||
| 10291 | \(fn DATA)" nil nil) | 10132 | \(fn DATA)" nil nil) |
| 10292 | 10133 | ||
| 10293 | (autoload (quote eudc-display-url) "eudc-bob" "\ | 10134 | (autoload 'eudc-display-url "eudc-bob" "\ |
| 10294 | Display URL and make it clickable. | 10135 | Display URL and make it clickable. |
| 10295 | 10136 | ||
| 10296 | \(fn URL)" nil nil) | 10137 | \(fn URL)" nil nil) |
| 10297 | 10138 | ||
| 10298 | (autoload (quote eudc-display-mail) "eudc-bob" "\ | 10139 | (autoload 'eudc-display-mail "eudc-bob" "\ |
| 10299 | Display e-mail address and make it clickable. | 10140 | Display e-mail address and make it clickable. |
| 10300 | 10141 | ||
| 10301 | \(fn MAIL)" nil nil) | 10142 | \(fn MAIL)" nil nil) |
| 10302 | 10143 | ||
| 10303 | (autoload (quote eudc-display-sound) "eudc-bob" "\ | 10144 | (autoload 'eudc-display-sound "eudc-bob" "\ |
| 10304 | Display a button to play the sound DATA. | 10145 | Display a button to play the sound DATA. |
| 10305 | 10146 | ||
| 10306 | \(fn DATA)" nil nil) | 10147 | \(fn DATA)" nil nil) |
| 10307 | 10148 | ||
| 10308 | (autoload (quote eudc-display-jpeg-inline) "eudc-bob" "\ | 10149 | (autoload 'eudc-display-jpeg-inline "eudc-bob" "\ |
| 10309 | Display the JPEG DATA inline at point if possible. | 10150 | Display the JPEG DATA inline at point if possible. |
| 10310 | 10151 | ||
| 10311 | \(fn DATA)" nil nil) | 10152 | \(fn DATA)" nil nil) |
| 10312 | 10153 | ||
| 10313 | (autoload (quote eudc-display-jpeg-as-button) "eudc-bob" "\ | 10154 | (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\ |
| 10314 | Display a button for the JPEG DATA. | 10155 | Display a button for the JPEG DATA. |
| 10315 | 10156 | ||
| 10316 | \(fn DATA)" nil nil) | 10157 | \(fn DATA)" nil nil) |
| @@ -10318,16 +10159,16 @@ Display a button for the JPEG DATA. | |||
| 10318 | ;;;*** | 10159 | ;;;*** |
| 10319 | 10160 | ||
| 10320 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) | 10161 | ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb) |
| 10321 | ;;;;;; "eudc-export" "net/eudc-export.el" (18104 24759)) | 10162 | ;;;;;; "eudc-export" "net/eudc-export.el" (18177 869)) |
| 10322 | ;;; Generated autoloads from net/eudc-export.el | 10163 | ;;; Generated autoloads from net/eudc-export.el |
| 10323 | 10164 | ||
| 10324 | (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\ | 10165 | (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\ |
| 10325 | Insert record at point into the BBDB database. | 10166 | Insert record at point into the BBDB database. |
| 10326 | This function can only be called from a directory query result buffer. | 10167 | This function can only be called from a directory query result buffer. |
| 10327 | 10168 | ||
| 10328 | \(fn)" t nil) | 10169 | \(fn)" t nil) |
| 10329 | 10170 | ||
| 10330 | (autoload (quote eudc-try-bbdb-insert) "eudc-export" "\ | 10171 | (autoload 'eudc-try-bbdb-insert "eudc-export" "\ |
| 10331 | Call `eudc-insert-record-at-point-into-bbdb' if on a record. | 10172 | Call `eudc-insert-record-at-point-into-bbdb' if on a record. |
| 10332 | 10173 | ||
| 10333 | \(fn)" t nil) | 10174 | \(fn)" t nil) |
| @@ -10335,21 +10176,21 @@ Call `eudc-insert-record-at-point-into-bbdb' if on a record. | |||
| 10335 | ;;;*** | 10176 | ;;;*** |
| 10336 | 10177 | ||
| 10337 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" | 10178 | ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el" |
| 10338 | ;;;;;; (18104 24759)) | 10179 | ;;;;;; (18177 869)) |
| 10339 | ;;; Generated autoloads from net/eudc-hotlist.el | 10180 | ;;; Generated autoloads from net/eudc-hotlist.el |
| 10340 | 10181 | ||
| 10341 | (autoload (quote eudc-edit-hotlist) "eudc-hotlist" "\ | 10182 | (autoload 'eudc-edit-hotlist "eudc-hotlist" "\ |
| 10342 | Edit the hotlist of directory servers in a specialized buffer. | 10183 | Edit the hotlist of directory servers in a specialized buffer. |
| 10343 | 10184 | ||
| 10344 | \(fn)" t nil) | 10185 | \(fn)" t nil) |
| 10345 | 10186 | ||
| 10346 | ;;;*** | 10187 | ;;;*** |
| 10347 | 10188 | ||
| 10348 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18104 | 10189 | ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18177 |
| 10349 | ;;;;;; 24748)) | 10190 | ;;;;;; 857)) |
| 10350 | ;;; Generated autoloads from emacs-lisp/ewoc.el | 10191 | ;;; Generated autoloads from emacs-lisp/ewoc.el |
| 10351 | 10192 | ||
| 10352 | (autoload (quote ewoc-create) "ewoc" "\ | 10193 | (autoload 'ewoc-create "ewoc" "\ |
| 10353 | Create an empty ewoc. | 10194 | Create an empty ewoc. |
| 10354 | 10195 | ||
| 10355 | The ewoc will be inserted in the current buffer at the current position. | 10196 | The ewoc will be inserted in the current buffer at the current position. |
| @@ -10375,16 +10216,16 @@ fourth arg NOSEP non-nil inhibits this. | |||
| 10375 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 10216 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 10376 | ;;;;;; executable-self-display executable-set-magic executable-interpret | 10217 | ;;;;;; executable-self-display executable-set-magic executable-interpret |
| 10377 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" | 10218 | ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" |
| 10378 | ;;;;;; (18104 24765)) | 10219 | ;;;;;; (18177 872)) |
| 10379 | ;;; Generated autoloads from progmodes/executable.el | 10220 | ;;; Generated autoloads from progmodes/executable.el |
| 10380 | 10221 | ||
| 10381 | (autoload (quote executable-command-find-posix-p) "executable" "\ | 10222 | (autoload 'executable-command-find-posix-p "executable" "\ |
| 10382 | Check if PROGRAM handles arguments Posix-style. | 10223 | Check if PROGRAM handles arguments Posix-style. |
| 10383 | If PROGRAM is non-nil, use that instead of \"find\". | 10224 | If PROGRAM is non-nil, use that instead of \"find\". |
| 10384 | 10225 | ||
| 10385 | \(fn &optional PROGRAM)" nil nil) | 10226 | \(fn &optional PROGRAM)" nil nil) |
| 10386 | 10227 | ||
| 10387 | (autoload (quote executable-interpret) "executable" "\ | 10228 | (autoload 'executable-interpret "executable" "\ |
| 10388 | Run script with user-specified args, and collect output in a buffer. | 10229 | Run script with user-specified args, and collect output in a buffer. |
| 10389 | While script runs asynchronously, you can use the \\[next-error] | 10230 | While script runs asynchronously, you can use the \\[next-error] |
| 10390 | command to find the next error. The buffer is also in `comint-mode' and | 10231 | command to find the next error. The buffer is also in `comint-mode' and |
| @@ -10392,7 +10233,7 @@ command to find the next error. The buffer is also in `comint-mode' and | |||
| 10392 | 10233 | ||
| 10393 | \(fn COMMAND)" t nil) | 10234 | \(fn COMMAND)" t nil) |
| 10394 | 10235 | ||
| 10395 | (autoload (quote executable-set-magic) "executable" "\ | 10236 | (autoload 'executable-set-magic "executable" "\ |
| 10396 | Set this buffer's interpreter to INTERPRETER with optional ARGUMENT. | 10237 | Set this buffer's interpreter to INTERPRETER with optional ARGUMENT. |
| 10397 | The variables `executable-magicless-file-regexp', `executable-prefix', | 10238 | The variables `executable-magicless-file-regexp', `executable-prefix', |
| 10398 | `executable-insert', `executable-query' and `executable-chmod' control | 10239 | `executable-insert', `executable-query' and `executable-chmod' control |
| @@ -10401,13 +10242,13 @@ executable. | |||
| 10401 | 10242 | ||
| 10402 | \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil) | 10243 | \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil) |
| 10403 | 10244 | ||
| 10404 | (autoload (quote executable-self-display) "executable" "\ | 10245 | (autoload 'executable-self-display "executable" "\ |
| 10405 | Turn a text file into a self-displaying Un*x command. | 10246 | Turn a text file into a self-displaying Un*x command. |
| 10406 | The magic number of such a command displays all lines but itself. | 10247 | The magic number of such a command displays all lines but itself. |
| 10407 | 10248 | ||
| 10408 | \(fn)" t nil) | 10249 | \(fn)" t nil) |
| 10409 | 10250 | ||
| 10410 | (autoload (quote executable-make-buffer-file-executable-if-script-p) "executable" "\ | 10251 | (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\ |
| 10411 | Make file executable according to umask if not already executable. | 10252 | Make file executable according to umask if not already executable. |
| 10412 | If file already has any execute bits set at all, do not change existing | 10253 | If file already has any execute bits set at all, do not change existing |
| 10413 | file modes. | 10254 | file modes. |
| @@ -10418,10 +10259,10 @@ file modes. | |||
| 10418 | 10259 | ||
| 10419 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot | 10260 | ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot |
| 10420 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" | 10261 | ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el" |
| 10421 | ;;;;;; (18104 24735)) | 10262 | ;;;;;; (18177 859)) |
| 10422 | ;;; Generated autoloads from expand.el | 10263 | ;;; Generated autoloads from expand.el |
| 10423 | 10264 | ||
| 10424 | (autoload (quote expand-add-abbrevs) "expand" "\ | 10265 | (autoload 'expand-add-abbrevs "expand" "\ |
| 10425 | Add a list of abbrev to abbrev table TABLE. | 10266 | Add a list of abbrev to abbrev table TABLE. |
| 10426 | ABBREVS is a list of abbrev definitions; each abbrev description entry | 10267 | ABBREVS is a list of abbrev definitions; each abbrev description entry |
| 10427 | has the form (ABBREV EXPANSION ARG). | 10268 | has the form (ABBREV EXPANSION ARG). |
| @@ -10445,19 +10286,19 @@ If ARG is omitted, point is placed at the end of the expanded text. | |||
| 10445 | 10286 | ||
| 10446 | \(fn TABLE ABBREVS)" nil nil) | 10287 | \(fn TABLE ABBREVS)" nil nil) |
| 10447 | 10288 | ||
| 10448 | (autoload (quote expand-abbrev-hook) "expand" "\ | 10289 | (autoload 'expand-abbrev-hook "expand" "\ |
| 10449 | Abbrev hook used to do the expansion job of expand abbrevs. | 10290 | Abbrev hook used to do the expansion job of expand abbrevs. |
| 10450 | See `expand-add-abbrevs'. Value is non-nil if expansion was done. | 10291 | See `expand-add-abbrevs'. Value is non-nil if expansion was done. |
| 10451 | 10292 | ||
| 10452 | \(fn)" nil nil) | 10293 | \(fn)" nil nil) |
| 10453 | 10294 | ||
| 10454 | (autoload (quote expand-jump-to-previous-slot) "expand" "\ | 10295 | (autoload 'expand-jump-to-previous-slot "expand" "\ |
| 10455 | Move the cursor to the previous slot in the last abbrev expansion. | 10296 | Move the cursor to the previous slot in the last abbrev expansion. |
| 10456 | This is used only in conjunction with `expand-add-abbrevs'. | 10297 | This is used only in conjunction with `expand-add-abbrevs'. |
| 10457 | 10298 | ||
| 10458 | \(fn)" t nil) | 10299 | \(fn)" t nil) |
| 10459 | 10300 | ||
| 10460 | (autoload (quote expand-jump-to-next-slot) "expand" "\ | 10301 | (autoload 'expand-jump-to-next-slot "expand" "\ |
| 10461 | Move the cursor to the next slot in the last abbrev expansion. | 10302 | Move the cursor to the next slot in the last abbrev expansion. |
| 10462 | This is used only in conjunction with `expand-add-abbrevs'. | 10303 | This is used only in conjunction with `expand-add-abbrevs'. |
| 10463 | 10304 | ||
| @@ -10467,10 +10308,10 @@ This is used only in conjunction with `expand-add-abbrevs'. | |||
| 10467 | 10308 | ||
| 10468 | ;;;*** | 10309 | ;;;*** |
| 10469 | 10310 | ||
| 10470 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18104 24765)) | 10311 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18190 35205)) |
| 10471 | ;;; Generated autoloads from progmodes/f90.el | 10312 | ;;; Generated autoloads from progmodes/f90.el |
| 10472 | 10313 | ||
| 10473 | (autoload (quote f90-mode) "f90" "\ | 10314 | (autoload 'f90-mode "f90" "\ |
| 10474 | Major mode for editing Fortran 90,95 code in free format. | 10315 | Major mode for editing Fortran 90,95 code in free format. |
| 10475 | For fixed format code, use `fortran-mode'. | 10316 | For fixed format code, use `fortran-mode'. |
| 10476 | 10317 | ||
| @@ -10534,53 +10375,53 @@ with no args, if that value is non-nil. | |||
| 10534 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only | 10375 | ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only |
| 10535 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu | 10376 | ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu |
| 10536 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) | 10377 | ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) |
| 10537 | ;;;;;; "facemenu" "facemenu.el" (18104 24735)) | 10378 | ;;;;;; "facemenu" "facemenu.el" (18177 859)) |
| 10538 | ;;; Generated autoloads from facemenu.el | 10379 | ;;; Generated autoloads from facemenu.el |
| 10539 | (define-key global-map "\M-o" 'facemenu-keymap) | 10380 | (define-key global-map "\M-o" 'facemenu-keymap) |
| 10540 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 10381 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| 10541 | 10382 | ||
| 10542 | (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ | 10383 | (defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." 'facemenu-set-face)) map) "\ |
| 10543 | Menu keymap for faces.") | 10384 | Menu keymap for faces.") |
| 10544 | 10385 | ||
| 10545 | (defalias (quote facemenu-face-menu) facemenu-face-menu) | 10386 | (defalias 'facemenu-face-menu facemenu-face-menu) |
| 10546 | 10387 | ||
| 10547 | (defvar facemenu-foreground-menu (let ((map (make-sparse-keymap "Foreground Color"))) (define-key map "o" (cons "Other..." (quote facemenu-set-foreground))) map) "\ | 10388 | (defvar facemenu-foreground-menu (let ((map (make-sparse-keymap "Foreground Color"))) (define-key map "o" (cons "Other..." 'facemenu-set-foreground)) map) "\ |
| 10548 | Menu keymap for foreground colors.") | 10389 | Menu keymap for foreground colors.") |
| 10549 | 10390 | ||
| 10550 | (defalias (quote facemenu-foreground-menu) facemenu-foreground-menu) | 10391 | (defalias 'facemenu-foreground-menu facemenu-foreground-menu) |
| 10551 | 10392 | ||
| 10552 | (defvar facemenu-background-menu (let ((map (make-sparse-keymap "Background Color"))) (define-key map "o" (cons "Other..." (quote facemenu-set-background))) map) "\ | 10393 | (defvar facemenu-background-menu (let ((map (make-sparse-keymap "Background Color"))) (define-key map "o" (cons "Other..." 'facemenu-set-background)) map) "\ |
| 10553 | Menu keymap for background colors.") | 10394 | Menu keymap for background colors.") |
| 10554 | 10395 | ||
| 10555 | (defalias (quote facemenu-background-menu) facemenu-background-menu) | 10396 | (defalias 'facemenu-background-menu facemenu-background-menu) |
| 10556 | 10397 | ||
| 10557 | (defvar facemenu-special-menu (let ((map (make-sparse-keymap "Special"))) (define-key map [115] (cons (purecopy "Remove Special") (quote facemenu-remove-special))) (define-key map [116] (cons (purecopy "Intangible") (quote facemenu-set-intangible))) (define-key map [118] (cons (purecopy "Invisible") (quote facemenu-set-invisible))) (define-key map [114] (cons (purecopy "Read-Only") (quote facemenu-set-read-only))) map) "\ | 10398 | (defvar facemenu-special-menu (let ((map (make-sparse-keymap "Special"))) (define-key map [115] (cons (purecopy "Remove Special") 'facemenu-remove-special)) (define-key map [116] (cons (purecopy "Intangible") 'facemenu-set-intangible)) (define-key map [118] (cons (purecopy "Invisible") 'facemenu-set-invisible)) (define-key map [114] (cons (purecopy "Read-Only") 'facemenu-set-read-only)) map) "\ |
| 10558 | Menu keymap for non-face text-properties.") | 10399 | Menu keymap for non-face text-properties.") |
| 10559 | 10400 | ||
| 10560 | (defalias (quote facemenu-special-menu) facemenu-special-menu) | 10401 | (defalias 'facemenu-special-menu facemenu-special-menu) |
| 10561 | 10402 | ||
| 10562 | (defvar facemenu-justification-menu (let ((map (make-sparse-keymap "Justification"))) (define-key map [99] (cons (purecopy "Center") (quote set-justification-center))) (define-key map [98] (cons (purecopy "Full") (quote set-justification-full))) (define-key map [114] (cons (purecopy "Right") (quote set-justification-right))) (define-key map [108] (cons (purecopy "Left") (quote set-justification-left))) (define-key map [117] (cons (purecopy "Unfilled") (quote set-justification-none))) map) "\ | 10403 | (defvar facemenu-justification-menu (let ((map (make-sparse-keymap "Justification"))) (define-key map [99] (cons (purecopy "Center") 'set-justification-center)) (define-key map [98] (cons (purecopy "Full") 'set-justification-full)) (define-key map [114] (cons (purecopy "Right") 'set-justification-right)) (define-key map [108] (cons (purecopy "Left") 'set-justification-left)) (define-key map [117] (cons (purecopy "Unfilled") 'set-justification-none)) map) "\ |
| 10563 | Submenu for text justification commands.") | 10404 | Submenu for text justification commands.") |
| 10564 | 10405 | ||
| 10565 | (defalias (quote facemenu-justification-menu) facemenu-justification-menu) | 10406 | (defalias 'facemenu-justification-menu facemenu-justification-menu) |
| 10566 | 10407 | ||
| 10567 | (defvar facemenu-indentation-menu (let ((map (make-sparse-keymap "Indentation"))) (define-key map [decrease-right-margin] (cons (purecopy "Indent Right Less") (quote decrease-right-margin))) (define-key map [increase-right-margin] (cons (purecopy "Indent Right More") (quote increase-right-margin))) (define-key map [decrease-left-margin] (cons (purecopy "Indent Less") (quote decrease-left-margin))) (define-key map [increase-left-margin] (cons (purecopy "Indent More") (quote increase-left-margin))) map) "\ | 10408 | (defvar facemenu-indentation-menu (let ((map (make-sparse-keymap "Indentation"))) (define-key map [decrease-right-margin] (cons (purecopy "Indent Right Less") 'decrease-right-margin)) (define-key map [increase-right-margin] (cons (purecopy "Indent Right More") 'increase-right-margin)) (define-key map [decrease-left-margin] (cons (purecopy "Indent Less") 'decrease-left-margin)) (define-key map [increase-left-margin] (cons (purecopy "Indent More") 'increase-left-margin)) map) "\ |
| 10568 | Submenu for indentation commands.") | 10409 | Submenu for indentation commands.") |
| 10569 | 10410 | ||
| 10570 | (defalias (quote facemenu-indentation-menu) facemenu-indentation-menu) | 10411 | (defalias 'facemenu-indentation-menu facemenu-indentation-menu) |
| 10571 | 10412 | ||
| 10572 | (defvar facemenu-menu nil "\ | 10413 | (defvar facemenu-menu nil "\ |
| 10573 | Facemenu top-level menu keymap.") | 10414 | Facemenu top-level menu keymap.") |
| 10574 | 10415 | ||
| 10575 | (setq facemenu-menu (make-sparse-keymap "Text Properties")) | 10416 | (setq facemenu-menu (make-sparse-keymap "Text Properties")) |
| 10576 | 10417 | ||
| 10577 | (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") (quote list-colors-display))) (define-key map [df] (cons (purecopy "Display Faces") (quote list-faces-display))) (define-key map [dp] (cons (purecopy "Describe Properties") (quote describe-text-properties))) (define-key map [ra] (cons (purecopy "Remove Text Properties") (quote facemenu-remove-all))) (define-key map [rm] (cons (purecopy "Remove Face Properties") (quote facemenu-remove-face-props))) (define-key map [s1] (list (purecopy "--")))) | 10418 | (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") 'list-colors-display)) (define-key map [df] (cons (purecopy "Display Faces") 'list-faces-display)) (define-key map [dp] (cons (purecopy "Describe Properties") 'describe-text-properties)) (define-key map [ra] (cons (purecopy "Remove Text Properties") 'facemenu-remove-all)) (define-key map [rm] (cons (purecopy "Remove Face Properties") 'facemenu-remove-face-props)) (define-key map [s1] (list (purecopy "--")))) |
| 10578 | 10419 | ||
| 10579 | (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") (quote facemenu-indentation-menu))) (define-key map [ju] (cons (purecopy "Justification") (quote facemenu-justification-menu))) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") (quote facemenu-special-menu))) (define-key map [bg] (cons (purecopy "Background Color") (quote facemenu-background-menu))) (define-key map [fg] (cons (purecopy "Foreground Color") (quote facemenu-foreground-menu))) (define-key map [fc] (cons (purecopy "Face") (quote facemenu-face-menu)))) | 10420 | (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") 'facemenu-indentation-menu)) (define-key map [ju] (cons (purecopy "Justification") 'facemenu-justification-menu)) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") 'facemenu-special-menu)) (define-key map [bg] (cons (purecopy "Background Color") 'facemenu-background-menu)) (define-key map [fg] (cons (purecopy "Foreground Color") 'facemenu-foreground-menu)) (define-key map [fc] (cons (purecopy "Face") 'facemenu-face-menu))) |
| 10580 | 10421 | ||
| 10581 | (defalias (quote facemenu-menu) facemenu-menu) | 10422 | (defalias 'facemenu-menu facemenu-menu) |
| 10582 | 10423 | ||
| 10583 | (autoload (quote facemenu-set-face) "facemenu" "\ | 10424 | (autoload 'facemenu-set-face "facemenu" "\ |
| 10584 | Apply FACE to the region or next character typed. | 10425 | Apply FACE to the region or next character typed. |
| 10585 | 10426 | ||
| 10586 | If the region is active (normally true except in Transient | 10427 | If the region is active (normally true except in Transient |
| @@ -10602,7 +10443,7 @@ if `facemenu-listed-faces' says to do that. | |||
| 10602 | 10443 | ||
| 10603 | \(fn FACE &optional START END)" t nil) | 10444 | \(fn FACE &optional START END)" t nil) |
| 10604 | 10445 | ||
| 10605 | (autoload (quote facemenu-set-foreground) "facemenu" "\ | 10446 | (autoload 'facemenu-set-foreground "facemenu" "\ |
| 10606 | Set the foreground COLOR of the region or next character typed. | 10447 | Set the foreground COLOR of the region or next character typed. |
| 10607 | This command reads the color in the minibuffer. | 10448 | This command reads the color in the minibuffer. |
| 10608 | 10449 | ||
| @@ -10616,7 +10457,7 @@ typing a character to insert cancels the specification. | |||
| 10616 | 10457 | ||
| 10617 | \(fn COLOR &optional START END)" t nil) | 10458 | \(fn COLOR &optional START END)" t nil) |
| 10618 | 10459 | ||
| 10619 | (autoload (quote facemenu-set-background) "facemenu" "\ | 10460 | (autoload 'facemenu-set-background "facemenu" "\ |
| 10620 | Set the background COLOR of the region or next character typed. | 10461 | Set the background COLOR of the region or next character typed. |
| 10621 | This command reads the color in the minibuffer. | 10462 | This command reads the color in the minibuffer. |
| 10622 | 10463 | ||
| @@ -10630,7 +10471,7 @@ typing a character to insert cancels the specification. | |||
| 10630 | 10471 | ||
| 10631 | \(fn COLOR &optional START END)" t nil) | 10472 | \(fn COLOR &optional START END)" t nil) |
| 10632 | 10473 | ||
| 10633 | (autoload (quote facemenu-set-face-from-menu) "facemenu" "\ | 10474 | (autoload 'facemenu-set-face-from-menu "facemenu" "\ |
| 10634 | Set the FACE of the region or next character typed. | 10475 | Set the FACE of the region or next character typed. |
| 10635 | This function is designed to be called from a menu; FACE is determined | 10476 | This function is designed to be called from a menu; FACE is determined |
| 10636 | using the event type of the menu entry. If FACE is a symbol whose | 10477 | using the event type of the menu entry. If FACE is a symbol whose |
| @@ -10648,49 +10489,49 @@ to insert cancels the specification. | |||
| 10648 | 10489 | ||
| 10649 | \(fn FACE START END)" t nil) | 10490 | \(fn FACE START END)" t nil) |
| 10650 | 10491 | ||
| 10651 | (autoload (quote facemenu-set-invisible) "facemenu" "\ | 10492 | (autoload 'facemenu-set-invisible "facemenu" "\ |
| 10652 | Make the region invisible. | 10493 | Make the region invisible. |
| 10653 | This sets the `invisible' text property; it can be undone with | 10494 | This sets the `invisible' text property; it can be undone with |
| 10654 | `facemenu-remove-special'. | 10495 | `facemenu-remove-special'. |
| 10655 | 10496 | ||
| 10656 | \(fn START END)" t nil) | 10497 | \(fn START END)" t nil) |
| 10657 | 10498 | ||
| 10658 | (autoload (quote facemenu-set-intangible) "facemenu" "\ | 10499 | (autoload 'facemenu-set-intangible "facemenu" "\ |
| 10659 | Make the region intangible: disallow moving into it. | 10500 | Make the region intangible: disallow moving into it. |
| 10660 | This sets the `intangible' text property; it can be undone with | 10501 | This sets the `intangible' text property; it can be undone with |
| 10661 | `facemenu-remove-special'. | 10502 | `facemenu-remove-special'. |
| 10662 | 10503 | ||
| 10663 | \(fn START END)" t nil) | 10504 | \(fn START END)" t nil) |
| 10664 | 10505 | ||
| 10665 | (autoload (quote facemenu-set-read-only) "facemenu" "\ | 10506 | (autoload 'facemenu-set-read-only "facemenu" "\ |
| 10666 | Make the region unmodifiable. | 10507 | Make the region unmodifiable. |
| 10667 | This sets the `read-only' text property; it can be undone with | 10508 | This sets the `read-only' text property; it can be undone with |
| 10668 | `facemenu-remove-special'. | 10509 | `facemenu-remove-special'. |
| 10669 | 10510 | ||
| 10670 | \(fn START END)" t nil) | 10511 | \(fn START END)" t nil) |
| 10671 | 10512 | ||
| 10672 | (autoload (quote facemenu-remove-face-props) "facemenu" "\ | 10513 | (autoload 'facemenu-remove-face-props "facemenu" "\ |
| 10673 | Remove `face' and `mouse-face' text properties. | 10514 | Remove `face' and `mouse-face' text properties. |
| 10674 | 10515 | ||
| 10675 | \(fn START END)" t nil) | 10516 | \(fn START END)" t nil) |
| 10676 | 10517 | ||
| 10677 | (autoload (quote facemenu-remove-all) "facemenu" "\ | 10518 | (autoload 'facemenu-remove-all "facemenu" "\ |
| 10678 | Remove all text properties from the region. | 10519 | Remove all text properties from the region. |
| 10679 | 10520 | ||
| 10680 | \(fn START END)" t nil) | 10521 | \(fn START END)" t nil) |
| 10681 | 10522 | ||
| 10682 | (autoload (quote facemenu-remove-special) "facemenu" "\ | 10523 | (autoload 'facemenu-remove-special "facemenu" "\ |
| 10683 | Remove all the \"special\" text properties from the region. | 10524 | Remove all the \"special\" text properties from the region. |
| 10684 | These special properties include `invisible', `intangible' and `read-only'. | 10525 | These special properties include `invisible', `intangible' and `read-only'. |
| 10685 | 10526 | ||
| 10686 | \(fn START END)" t nil) | 10527 | \(fn START END)" t nil) |
| 10687 | 10528 | ||
| 10688 | (autoload (quote facemenu-read-color) "facemenu" "\ | 10529 | (autoload 'facemenu-read-color "facemenu" "\ |
| 10689 | Read a color using the minibuffer. | 10530 | Read a color using the minibuffer. |
| 10690 | 10531 | ||
| 10691 | \(fn &optional PROMPT)" nil nil) | 10532 | \(fn &optional PROMPT)" nil nil) |
| 10692 | 10533 | ||
| 10693 | (autoload (quote list-colors-display) "facemenu" "\ | 10534 | (autoload 'list-colors-display "facemenu" "\ |
| 10694 | Display names of defined colors, and show what they look like. | 10535 | Display names of defined colors, and show what they look like. |
| 10695 | If the optional argument LIST is non-nil, it should be a list of | 10536 | If the optional argument LIST is non-nil, it should be a list of |
| 10696 | colors to display. Otherwise, this command computes a list of | 10537 | colors to display. Otherwise, this command computes a list of |
| @@ -10702,10 +10543,10 @@ argument BUFFER-NAME is nil, it defaults to *Colors*. | |||
| 10702 | ;;;*** | 10543 | ;;;*** |
| 10703 | 10544 | ||
| 10704 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" | 10545 | ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" |
| 10705 | ;;;;;; "obsolete/fast-lock.el" (18104 24760)) | 10546 | ;;;;;; "obsolete/fast-lock.el" (18177 870)) |
| 10706 | ;;; Generated autoloads from obsolete/fast-lock.el | 10547 | ;;; Generated autoloads from obsolete/fast-lock.el |
| 10707 | 10548 | ||
| 10708 | (autoload (quote fast-lock-mode) "fast-lock" "\ | 10549 | (autoload 'fast-lock-mode "fast-lock" "\ |
| 10709 | Toggle Fast Lock mode. | 10550 | Toggle Fast Lock mode. |
| 10710 | With arg, turn Fast Lock mode on if and only if arg is positive and the buffer | 10551 | With arg, turn Fast Lock mode on if and only if arg is positive and the buffer |
| 10711 | is associated with a file. Enable it automatically in your `~/.emacs' by: | 10552 | is associated with a file. Enable it automatically in your `~/.emacs' by: |
| @@ -10732,40 +10573,40 @@ For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events', | |||
| 10732 | 10573 | ||
| 10733 | \(fn &optional ARG)" t nil) | 10574 | \(fn &optional ARG)" t nil) |
| 10734 | 10575 | ||
| 10735 | (autoload (quote turn-on-fast-lock) "fast-lock" "\ | 10576 | (autoload 'turn-on-fast-lock "fast-lock" "\ |
| 10736 | Unconditionally turn on Fast Lock mode. | 10577 | Unconditionally turn on Fast Lock mode. |
| 10737 | 10578 | ||
| 10738 | \(fn)" nil nil) | 10579 | \(fn)" nil nil) |
| 10739 | 10580 | ||
| 10740 | (when (fboundp (quote add-minor-mode)) (defvar fast-lock-mode nil) (add-minor-mode (quote fast-lock-mode) nil)) | 10581 | (when (fboundp 'add-minor-mode) (defvar fast-lock-mode nil) (add-minor-mode 'fast-lock-mode nil)) |
| 10741 | 10582 | ||
| 10742 | ;;;*** | 10583 | ;;;*** |
| 10743 | 10584 | ||
| 10744 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 10585 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 10745 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 10586 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 10746 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17900 45314)) | 10587 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (17928 6535)) |
| 10747 | ;;; Generated autoloads from mail/feedmail.el | 10588 | ;;; Generated autoloads from mail/feedmail.el |
| 10748 | 10589 | ||
| 10749 | (autoload (quote feedmail-send-it) "feedmail" "\ | 10590 | (autoload 'feedmail-send-it "feedmail" "\ |
| 10750 | Send the current mail buffer using the Feedmail package. | 10591 | Send the current mail buffer using the Feedmail package. |
| 10751 | This is a suitable value for `send-mail-function'. It can be used | 10592 | This is a suitable value for `send-mail-function'. It can be used |
| 10752 | with various lower-level mechanisms to provide features such as queueing. | 10593 | with various lower-level mechanisms to provide features such as queueing. |
| 10753 | 10594 | ||
| 10754 | \(fn)" nil nil) | 10595 | \(fn)" nil nil) |
| 10755 | 10596 | ||
| 10756 | (autoload (quote feedmail-run-the-queue-no-prompts) "feedmail" "\ | 10597 | (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\ |
| 10757 | Like `feedmail-run-the-queue', but suppress confirmation prompts. | 10598 | Like `feedmail-run-the-queue', but suppress confirmation prompts. |
| 10758 | 10599 | ||
| 10759 | \(fn &optional ARG)" t nil) | 10600 | \(fn &optional ARG)" t nil) |
| 10760 | 10601 | ||
| 10761 | (autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\ | 10602 | (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\ |
| 10762 | Like `feedmail-run-the-queue', but with a global confirmation prompt. | 10603 | Like `feedmail-run-the-queue', but with a global confirmation prompt. |
| 10763 | This is generally most useful if run non-interactively, since you can | 10604 | This is generally most useful if run non-interactively, since you can |
| 10764 | bail out with an appropriate answer to the global confirmation prompt. | 10605 | bail out with an appropriate answer to the global confirmation prompt. |
| 10765 | 10606 | ||
| 10766 | \(fn &optional ARG)" t nil) | 10607 | \(fn &optional ARG)" t nil) |
| 10767 | 10608 | ||
| 10768 | (autoload (quote feedmail-run-the-queue) "feedmail" "\ | 10609 | (autoload 'feedmail-run-the-queue "feedmail" "\ |
| 10769 | Visit each message in the feedmail queue directory and send it out. | 10610 | Visit each message in the feedmail queue directory and send it out. |
| 10770 | Return value is a list of three things: number of messages sent, number of | 10611 | Return value is a list of three things: number of messages sent, number of |
| 10771 | messages skipped, and number of non-message things in the queue (commonly | 10612 | messages skipped, and number of non-message things in the queue (commonly |
| @@ -10773,7 +10614,7 @@ backup file names and the like). | |||
| 10773 | 10614 | ||
| 10774 | \(fn &optional ARG)" t nil) | 10615 | \(fn &optional ARG)" t nil) |
| 10775 | 10616 | ||
| 10776 | (autoload (quote feedmail-queue-reminder) "feedmail" "\ | 10617 | (autoload 'feedmail-queue-reminder "feedmail" "\ |
| 10777 | Perform some kind of reminder activity about queued and draft messages. | 10618 | Perform some kind of reminder activity about queued and draft messages. |
| 10778 | Called with an optional symbol argument which says what kind of event | 10619 | Called with an optional symbol argument which says what kind of event |
| 10779 | is triggering the reminder activity. The default is 'on-demand, which | 10620 | is triggering the reminder activity. The default is 'on-demand, which |
| @@ -10797,10 +10638,10 @@ you can set `feedmail-queue-reminder-alist' to nil. | |||
| 10797 | ;;;*** | 10638 | ;;;*** |
| 10798 | 10639 | ||
| 10799 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 10640 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 10800 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18104 24735)) | 10641 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18190 35190)) |
| 10801 | ;;; Generated autoloads from ffap.el | 10642 | ;;; Generated autoloads from ffap.el |
| 10802 | 10643 | ||
| 10803 | (autoload (quote ffap-next) "ffap" "\ | 10644 | (autoload 'ffap-next "ffap" "\ |
| 10804 | Search buffer for next file or URL, and run ffap. | 10645 | Search buffer for next file or URL, and run ffap. |
| 10805 | Optional argument BACK says to search backwards. | 10646 | Optional argument BACK says to search backwards. |
| 10806 | Optional argument WRAP says to try wrapping around if necessary. | 10647 | Optional argument WRAP says to try wrapping around if necessary. |
| @@ -10810,7 +10651,7 @@ Actual search is done by `ffap-next-guess'. | |||
| 10810 | 10651 | ||
| 10811 | \(fn &optional BACK WRAP)" t nil) | 10652 | \(fn &optional BACK WRAP)" t nil) |
| 10812 | 10653 | ||
| 10813 | (autoload (quote find-file-at-point) "ffap" "\ | 10654 | (autoload 'find-file-at-point "ffap" "\ |
| 10814 | Find FILENAME, guessing a default from text around point. | 10655 | Find FILENAME, guessing a default from text around point. |
| 10815 | If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. | 10656 | If `ffap-url-regexp' is not nil, the FILENAME may also be an URL. |
| 10816 | With a prefix, this command behaves exactly like `ffap-file-finder'. | 10657 | With a prefix, this command behaves exactly like `ffap-file-finder'. |
| @@ -10820,9 +10661,9 @@ and the functions `ffap-file-at-point' and `ffap-url-at-point'. | |||
| 10820 | 10661 | ||
| 10821 | \(fn &optional FILENAME)" t nil) | 10662 | \(fn &optional FILENAME)" t nil) |
| 10822 | 10663 | ||
| 10823 | (defalias (quote ffap) (quote find-file-at-point)) | 10664 | (defalias 'ffap 'find-file-at-point) |
| 10824 | 10665 | ||
| 10825 | (autoload (quote ffap-menu) "ffap" "\ | 10666 | (autoload 'ffap-menu "ffap" "\ |
| 10826 | Put up a menu of files and urls mentioned in this buffer. | 10667 | Put up a menu of files and urls mentioned in this buffer. |
| 10827 | Then set mark, jump to choice, and try to fetch it. The menu is | 10668 | Then set mark, jump to choice, and try to fetch it. The menu is |
| 10828 | cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'. | 10669 | cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'. |
| @@ -10831,7 +10672,7 @@ a rebuild. Searches with `ffap-menu-regexp'. | |||
| 10831 | 10672 | ||
| 10832 | \(fn &optional RESCAN)" t nil) | 10673 | \(fn &optional RESCAN)" t nil) |
| 10833 | 10674 | ||
| 10834 | (autoload (quote ffap-at-mouse) "ffap" "\ | 10675 | (autoload 'ffap-at-mouse "ffap" "\ |
| 10835 | Find file or url guessed from text around mouse click. | 10676 | Find file or url guessed from text around mouse click. |
| 10836 | Interactively, calls `ffap-at-mouse-fallback' if no guess is found. | 10677 | Interactively, calls `ffap-at-mouse-fallback' if no guess is found. |
| 10837 | Return value: | 10678 | Return value: |
| @@ -10841,12 +10682,12 @@ Return value: | |||
| 10841 | 10682 | ||
| 10842 | \(fn E)" t nil) | 10683 | \(fn E)" t nil) |
| 10843 | 10684 | ||
| 10844 | (autoload (quote dired-at-point) "ffap" "\ | 10685 | (autoload 'dired-at-point "ffap" "\ |
| 10845 | Start Dired, defaulting to file at point. See `ffap'. | 10686 | Start Dired, defaulting to file at point. See `ffap'. |
| 10846 | 10687 | ||
| 10847 | \(fn &optional FILENAME)" t nil) | 10688 | \(fn &optional FILENAME)" t nil) |
| 10848 | 10689 | ||
| 10849 | (autoload (quote ffap-bindings) "ffap" "\ | 10690 | (autoload 'ffap-bindings "ffap" "\ |
| 10850 | Evaluate the forms in variable `ffap-bindings'. | 10691 | Evaluate the forms in variable `ffap-bindings'. |
| 10851 | 10692 | ||
| 10852 | \(fn)" t nil) | 10693 | \(fn)" t nil) |
| @@ -10856,17 +10697,17 @@ Evaluate the forms in variable `ffap-bindings'. | |||
| 10856 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively | 10697 | ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively |
| 10857 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find | 10698 | ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find |
| 10858 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) | 10699 | ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory) |
| 10859 | ;;;;;; "filecache" "filecache.el" (18104 24735)) | 10700 | ;;;;;; "filecache" "filecache.el" (18190 35190)) |
| 10860 | ;;; Generated autoloads from filecache.el | 10701 | ;;; Generated autoloads from filecache.el |
| 10861 | 10702 | ||
| 10862 | (autoload (quote file-cache-add-directory) "filecache" "\ | 10703 | (autoload 'file-cache-add-directory "filecache" "\ |
| 10863 | Add DIRECTORY to the file cache. | 10704 | Add DIRECTORY to the file cache. |
| 10864 | If the optional REGEXP argument is non-nil, only files which match it will | 10705 | If the optional REGEXP argument is non-nil, only files which match it will |
| 10865 | be added to the cache. | 10706 | be added to the cache. |
| 10866 | 10707 | ||
| 10867 | \(fn DIRECTORY &optional REGEXP)" t nil) | 10708 | \(fn DIRECTORY &optional REGEXP)" t nil) |
| 10868 | 10709 | ||
| 10869 | (autoload (quote file-cache-add-directory-list) "filecache" "\ | 10710 | (autoload 'file-cache-add-directory-list "filecache" "\ |
| 10870 | Add DIRECTORY-LIST (a list of directory names) to the file cache. | 10711 | Add DIRECTORY-LIST (a list of directory names) to the file cache. |
| 10871 | If the optional REGEXP argument is non-nil, only files which match it | 10712 | If the optional REGEXP argument is non-nil, only files which match it |
| 10872 | will be added to the cache. Note that the REGEXP is applied to the files | 10713 | will be added to the cache. Note that the REGEXP is applied to the files |
| @@ -10874,24 +10715,24 @@ in each directory, not to the directory list itself. | |||
| 10874 | 10715 | ||
| 10875 | \(fn DIRECTORY-LIST &optional REGEXP)" t nil) | 10716 | \(fn DIRECTORY-LIST &optional REGEXP)" t nil) |
| 10876 | 10717 | ||
| 10877 | (autoload (quote file-cache-add-file) "filecache" "\ | 10718 | (autoload 'file-cache-add-file "filecache" "\ |
| 10878 | Add FILE to the file cache. | 10719 | Add FILE to the file cache. |
| 10879 | 10720 | ||
| 10880 | \(fn FILE)" t nil) | 10721 | \(fn FILE)" t nil) |
| 10881 | 10722 | ||
| 10882 | (autoload (quote file-cache-add-directory-using-find) "filecache" "\ | 10723 | (autoload 'file-cache-add-directory-using-find "filecache" "\ |
| 10883 | Use the `find' command to add files to the file cache. | 10724 | Use the `find' command to add files to the file cache. |
| 10884 | Find is run in DIRECTORY. | 10725 | Find is run in DIRECTORY. |
| 10885 | 10726 | ||
| 10886 | \(fn DIRECTORY)" t nil) | 10727 | \(fn DIRECTORY)" t nil) |
| 10887 | 10728 | ||
| 10888 | (autoload (quote file-cache-add-directory-using-locate) "filecache" "\ | 10729 | (autoload 'file-cache-add-directory-using-locate "filecache" "\ |
| 10889 | Use the `locate' command to add files to the file cache. | 10730 | Use the `locate' command to add files to the file cache. |
| 10890 | STRING is passed as an argument to the locate command. | 10731 | STRING is passed as an argument to the locate command. |
| 10891 | 10732 | ||
| 10892 | \(fn STRING)" t nil) | 10733 | \(fn STRING)" t nil) |
| 10893 | 10734 | ||
| 10894 | (autoload (quote file-cache-add-directory-recursively) "filecache" "\ | 10735 | (autoload 'file-cache-add-directory-recursively "filecache" "\ |
| 10895 | Adds DIR and any subdirectories to the file-cache. | 10736 | Adds DIR and any subdirectories to the file-cache. |
| 10896 | This function does not use any external programs | 10737 | This function does not use any external programs |
| 10897 | If the optional REGEXP argument is non-nil, only files which match it | 10738 | If the optional REGEXP argument is non-nil, only files which match it |
| @@ -10900,7 +10741,7 @@ in each directory, not to the directory list itself. | |||
| 10900 | 10741 | ||
| 10901 | \(fn DIR &optional REGEXP)" t nil) | 10742 | \(fn DIR &optional REGEXP)" t nil) |
| 10902 | 10743 | ||
| 10903 | (autoload (quote file-cache-minibuffer-complete) "filecache" "\ | 10744 | (autoload 'file-cache-minibuffer-complete "filecache" "\ |
| 10904 | Complete a filename in the minibuffer using a preloaded cache. | 10745 | Complete a filename in the minibuffer using a preloaded cache. |
| 10905 | Filecache does two kinds of substitution: it completes on names in | 10746 | Filecache does two kinds of substitution: it completes on names in |
| 10906 | the cache, and, once it has found a unique name, it cycles through | 10747 | the cache, and, once it has found a unique name, it cycles through |
| @@ -10915,11 +10756,11 @@ the name is considered already unique; only the second substitution | |||
| 10915 | 10756 | ||
| 10916 | ;;;*** | 10757 | ;;;*** |
| 10917 | 10758 | ||
| 10918 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18104 | 10759 | ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18190 |
| 10919 | ;;;;;; 24735)) | 10760 | ;;;;;; 35190)) |
| 10920 | ;;; Generated autoloads from filesets.el | 10761 | ;;; Generated autoloads from filesets.el |
| 10921 | 10762 | ||
| 10922 | (autoload (quote filesets-init) "filesets" "\ | 10763 | (autoload 'filesets-init "filesets" "\ |
| 10923 | Filesets initialization. | 10764 | Filesets initialization. |
| 10924 | Set up hooks, load the cache file -- if existing -- and build the menu. | 10765 | Set up hooks, load the cache file -- if existing -- and build the menu. |
| 10925 | 10766 | ||
| @@ -10927,7 +10768,7 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10927 | 10768 | ||
| 10928 | ;;;*** | 10769 | ;;;*** |
| 10929 | 10770 | ||
| 10930 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (18104 24771)) | 10771 | ;;;### (autoloads nil "fill" "textmodes/fill.el" (18190 35208)) |
| 10931 | ;;; Generated autoloads from textmodes/fill.el | 10772 | ;;; Generated autoloads from textmodes/fill.el |
| 10932 | (put 'colon-double-space 'safe-local-variable 'booleanp) | 10773 | (put 'colon-double-space 'safe-local-variable 'booleanp) |
| 10933 | 10774 | ||
| @@ -10935,16 +10776,16 @@ Set up hooks, load the cache file -- if existing -- and build the menu. | |||
| 10935 | 10776 | ||
| 10936 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options | 10777 | ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options |
| 10937 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" | 10778 | ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" |
| 10938 | ;;;;;; (18104 24736)) | 10779 | ;;;;;; (18177 859)) |
| 10939 | ;;; Generated autoloads from find-dired.el | 10780 | ;;; Generated autoloads from find-dired.el |
| 10940 | 10781 | ||
| 10941 | (defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ | 10782 | (defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\ |
| 10942 | *Description of the option to `find' to produce an `ls -l'-type listing. | 10783 | *Description of the option to `find' to produce an `ls -l'-type listing. |
| 10943 | This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION | 10784 | This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION |
| 10944 | gives the option (or options) to `find' that produce the desired output. | 10785 | gives the option (or options) to `find' that produce the desired output. |
| 10945 | LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.") | 10786 | LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.") |
| 10946 | 10787 | ||
| 10947 | (custom-autoload (quote find-ls-option) "find-dired" t) | 10788 | (custom-autoload 'find-ls-option "find-dired" t) |
| 10948 | 10789 | ||
| 10949 | (defvar find-ls-subdir-switches "-al" "\ | 10790 | (defvar find-ls-subdir-switches "-al" "\ |
| 10950 | `ls' switches for inserting subdirectories in `*Find*' buffers. | 10791 | `ls' switches for inserting subdirectories in `*Find*' buffers. |
| @@ -10952,16 +10793,16 @@ This should contain the \"-l\" switch. | |||
| 10952 | Use the \"-F\" or \"-b\" switches if and only if you also use | 10793 | Use the \"-F\" or \"-b\" switches if and only if you also use |
| 10953 | them for `find-ls-option'.") | 10794 | them for `find-ls-option'.") |
| 10954 | 10795 | ||
| 10955 | (custom-autoload (quote find-ls-subdir-switches) "find-dired" t) | 10796 | (custom-autoload 'find-ls-subdir-switches "find-dired" t) |
| 10956 | 10797 | ||
| 10957 | (defvar find-grep-options (if (or (eq system-type (quote berkeley-unix)) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\ | 10798 | (defvar find-grep-options (if (or (eq system-type 'berkeley-unix) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\ |
| 10958 | *Option to grep to be as silent as possible. | 10799 | *Option to grep to be as silent as possible. |
| 10959 | On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it. | 10800 | On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it. |
| 10960 | On other systems, the closest you can come is to use `-l'.") | 10801 | On other systems, the closest you can come is to use `-l'.") |
| 10961 | 10802 | ||
| 10962 | (custom-autoload (quote find-grep-options) "find-dired" t) | 10803 | (custom-autoload 'find-grep-options "find-dired" t) |
| 10963 | 10804 | ||
| 10964 | (autoload (quote find-dired) "find-dired" "\ | 10805 | (autoload 'find-dired "find-dired" "\ |
| 10965 | Run `find' and go into Dired mode on a buffer of the output. | 10806 | Run `find' and go into Dired mode on a buffer of the output. |
| 10966 | The command run (after changing into DIR) is | 10807 | The command run (after changing into DIR) is |
| 10967 | 10808 | ||
| @@ -10972,7 +10813,7 @@ as the final argument. | |||
| 10972 | 10813 | ||
| 10973 | \(fn DIR ARGS)" t nil) | 10814 | \(fn DIR ARGS)" t nil) |
| 10974 | 10815 | ||
| 10975 | (autoload (quote find-name-dired) "find-dired" "\ | 10816 | (autoload 'find-name-dired "find-dired" "\ |
| 10976 | Search DIR recursively for files matching the globbing pattern PATTERN, | 10817 | Search DIR recursively for files matching the globbing pattern PATTERN, |
| 10977 | and run dired on those files. | 10818 | and run dired on those files. |
| 10978 | PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted. | 10819 | PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted. |
| @@ -10982,7 +10823,7 @@ The command run (after changing into DIR) is | |||
| 10982 | 10823 | ||
| 10983 | \(fn DIR PATTERN)" t nil) | 10824 | \(fn DIR PATTERN)" t nil) |
| 10984 | 10825 | ||
| 10985 | (autoload (quote find-grep-dired) "find-dired" "\ | 10826 | (autoload 'find-grep-dired "find-dired" "\ |
| 10986 | Find files in DIR containing a regexp REGEXP and start Dired on output. | 10827 | Find files in DIR containing a regexp REGEXP and start Dired on output. |
| 10987 | The command run (after changing into DIR) is | 10828 | The command run (after changing into DIR) is |
| 10988 | 10829 | ||
| @@ -10996,10 +10837,10 @@ Thus ARG can also contain additional grep options. | |||
| 10996 | 10837 | ||
| 10997 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 10838 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 10998 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 10839 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 10999 | ;;;;;; (18104 24736)) | 10840 | ;;;;;; (18177 860)) |
| 11000 | ;;; Generated autoloads from find-file.el | 10841 | ;;; Generated autoloads from find-file.el |
| 11001 | 10842 | ||
| 11002 | (defvar ff-special-constructs (quote (("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2))))) "\ | 10843 | (defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\ |
| 11003 | *List of special constructs for `ff-treat-as-special' to recognize. | 10844 | *List of special constructs for `ff-treat-as-special' to recognize. |
| 11004 | Each element, tried in order, has the form (REGEXP . EXTRACT). | 10845 | Each element, tried in order, has the form (REGEXP . EXTRACT). |
| 11005 | If REGEXP matches the current line (from the beginning of the line), | 10846 | If REGEXP matches the current line (from the beginning of the line), |
| @@ -11007,7 +10848,7 @@ If REGEXP matches the current line (from the beginning of the line), | |||
| 11007 | If EXTRACT returns nil, keep trying. Otherwise, return the | 10848 | If EXTRACT returns nil, keep trying. Otherwise, return the |
| 11008 | filename that EXTRACT returned.") | 10849 | filename that EXTRACT returned.") |
| 11009 | 10850 | ||
| 11010 | (autoload (quote ff-get-other-file) "find-file" "\ | 10851 | (autoload 'ff-get-other-file "find-file" "\ |
| 11011 | Find the header or source file corresponding to this file. | 10852 | Find the header or source file corresponding to this file. |
| 11012 | See also the documentation for `ff-find-other-file'. | 10853 | See also the documentation for `ff-find-other-file'. |
| 11013 | 10854 | ||
| @@ -11015,9 +10856,9 @@ If optional IN-OTHER-WINDOW is non-nil, find the file in another window. | |||
| 11015 | 10856 | ||
| 11016 | \(fn &optional IN-OTHER-WINDOW)" t nil) | 10857 | \(fn &optional IN-OTHER-WINDOW)" t nil) |
| 11017 | 10858 | ||
| 11018 | (defalias (quote ff-find-related-file) (quote ff-find-other-file)) | 10859 | (defalias 'ff-find-related-file 'ff-find-other-file) |
| 11019 | 10860 | ||
| 11020 | (autoload (quote ff-find-other-file) "find-file" "\ | 10861 | (autoload 'ff-find-other-file "find-file" "\ |
| 11021 | Find the header or source file corresponding to this file. | 10862 | Find the header or source file corresponding to this file. |
| 11022 | Being on a `#include' line pulls in that file. | 10863 | Being on a `#include' line pulls in that file. |
| 11023 | 10864 | ||
| @@ -11072,12 +10913,12 @@ Variables of interest include: | |||
| 11072 | 10913 | ||
| 11073 | \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil) | 10914 | \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil) |
| 11074 | 10915 | ||
| 11075 | (autoload (quote ff-mouse-find-other-file) "find-file" "\ | 10916 | (autoload 'ff-mouse-find-other-file "find-file" "\ |
| 11076 | Visit the file you click on. | 10917 | Visit the file you click on. |
| 11077 | 10918 | ||
| 11078 | \(fn EVENT)" t nil) | 10919 | \(fn EVENT)" t nil) |
| 11079 | 10920 | ||
| 11080 | (autoload (quote ff-mouse-find-other-file-other-window) "find-file" "\ | 10921 | (autoload 'ff-mouse-find-other-file-other-window "find-file" "\ |
| 11081 | Visit the file you click on in another window. | 10922 | Visit the file you click on in another window. |
| 11082 | 10923 | ||
| 11083 | \(fn EVENT)" t nil) | 10924 | \(fn EVENT)" t nil) |
| @@ -11090,15 +10931,15 @@ Visit the file you click on in another window. | |||
| 11090 | ;;;;;; find-variable find-variable-noselect find-function-other-frame | 10931 | ;;;;;; find-variable find-variable-noselect find-function-other-frame |
| 11091 | ;;;;;; find-function-other-window find-function find-function-noselect | 10932 | ;;;;;; find-function-other-window find-function find-function-noselect |
| 11092 | ;;;;;; find-function-search-for-symbol find-library) "find-func" | 10933 | ;;;;;; find-function-search-for-symbol find-library) "find-func" |
| 11093 | ;;;;;; "emacs-lisp/find-func.el" (18104 24748)) | 10934 | ;;;;;; "emacs-lisp/find-func.el" (18177 857)) |
| 11094 | ;;; Generated autoloads from emacs-lisp/find-func.el | 10935 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 11095 | 10936 | ||
| 11096 | (autoload (quote find-library) "find-func" "\ | 10937 | (autoload 'find-library "find-func" "\ |
| 11097 | Find the elisp source of LIBRARY. | 10938 | Find the elisp source of LIBRARY. |
| 11098 | 10939 | ||
| 11099 | \(fn LIBRARY)" t nil) | 10940 | \(fn LIBRARY)" t nil) |
| 11100 | 10941 | ||
| 11101 | (autoload (quote find-function-search-for-symbol) "find-func" "\ | 10942 | (autoload 'find-function-search-for-symbol "find-func" "\ |
| 11102 | Search for SYMBOL's definition of type TYPE in LIBRARY. | 10943 | Search for SYMBOL's definition of type TYPE in LIBRARY. |
| 11103 | Visit the library in a buffer, and return a cons cell (BUFFER . POSITION), | 10944 | Visit the library in a buffer, and return a cons cell (BUFFER . POSITION), |
| 11104 | or just (BUFFER . nil) if the definition can't be found in the file. | 10945 | or just (BUFFER . nil) if the definition can't be found in the file. |
| @@ -11110,7 +10951,7 @@ The search is done in the source for library LIBRARY. | |||
| 11110 | 10951 | ||
| 11111 | \(fn SYMBOL TYPE LIBRARY)" nil nil) | 10952 | \(fn SYMBOL TYPE LIBRARY)" nil nil) |
| 11112 | 10953 | ||
| 11113 | (autoload (quote find-function-noselect) "find-func" "\ | 10954 | (autoload 'find-function-noselect "find-func" "\ |
| 11114 | Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. | 10955 | Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. |
| 11115 | 10956 | ||
| 11116 | Finds the source file containing the definition of FUNCTION | 10957 | Finds the source file containing the definition of FUNCTION |
| @@ -11124,7 +10965,7 @@ in `load-path'. | |||
| 11124 | 10965 | ||
| 11125 | \(fn FUNCTION)" nil nil) | 10966 | \(fn FUNCTION)" nil nil) |
| 11126 | 10967 | ||
| 11127 | (autoload (quote find-function) "find-func" "\ | 10968 | (autoload 'find-function "find-func" "\ |
| 11128 | Find the definition of the FUNCTION near point. | 10969 | Find the definition of the FUNCTION near point. |
| 11129 | 10970 | ||
| 11130 | Finds the source file containing the definition of the function | 10971 | Finds the source file containing the definition of the function |
| @@ -11138,21 +10979,21 @@ See also `find-function-recenter-line' and `find-function-after-hook'. | |||
| 11138 | 10979 | ||
| 11139 | \(fn FUNCTION)" t nil) | 10980 | \(fn FUNCTION)" t nil) |
| 11140 | 10981 | ||
| 11141 | (autoload (quote find-function-other-window) "find-func" "\ | 10982 | (autoload 'find-function-other-window "find-func" "\ |
| 11142 | Find, in another window, the definition of FUNCTION near point. | 10983 | Find, in another window, the definition of FUNCTION near point. |
| 11143 | 10984 | ||
| 11144 | See `find-function' for more details. | 10985 | See `find-function' for more details. |
| 11145 | 10986 | ||
| 11146 | \(fn FUNCTION)" t nil) | 10987 | \(fn FUNCTION)" t nil) |
| 11147 | 10988 | ||
| 11148 | (autoload (quote find-function-other-frame) "find-func" "\ | 10989 | (autoload 'find-function-other-frame "find-func" "\ |
| 11149 | Find, in another frame, the definition of FUNCTION near point. | 10990 | Find, in another frame, the definition of FUNCTION near point. |
| 11150 | 10991 | ||
| 11151 | See `find-function' for more details. | 10992 | See `find-function' for more details. |
| 11152 | 10993 | ||
| 11153 | \(fn FUNCTION)" t nil) | 10994 | \(fn FUNCTION)" t nil) |
| 11154 | 10995 | ||
| 11155 | (autoload (quote find-variable-noselect) "find-func" "\ | 10996 | (autoload 'find-variable-noselect "find-func" "\ |
| 11156 | Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE. | 10997 | Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE. |
| 11157 | 10998 | ||
| 11158 | Finds the library containing the definition of VARIABLE in a buffer and | 10999 | Finds the library containing the definition of VARIABLE in a buffer and |
| @@ -11164,7 +11005,7 @@ The library where VARIABLE is defined is searched for in FILE or | |||
| 11164 | 11005 | ||
| 11165 | \(fn VARIABLE &optional FILE)" nil nil) | 11006 | \(fn VARIABLE &optional FILE)" nil nil) |
| 11166 | 11007 | ||
| 11167 | (autoload (quote find-variable) "find-func" "\ | 11008 | (autoload 'find-variable "find-func" "\ |
| 11168 | Find the definition of the VARIABLE at or before point. | 11009 | Find the definition of the VARIABLE at or before point. |
| 11169 | 11010 | ||
| 11170 | Finds the library containing the definition of the variable | 11011 | Finds the library containing the definition of the variable |
| @@ -11179,21 +11020,21 @@ See also `find-function-recenter-line' and `find-function-after-hook'. | |||
| 11179 | 11020 | ||
| 11180 | \(fn VARIABLE)" t nil) | 11021 | \(fn VARIABLE)" t nil) |
| 11181 | 11022 | ||
| 11182 | (autoload (quote find-variable-other-window) "find-func" "\ | 11023 | (autoload 'find-variable-other-window "find-func" "\ |
| 11183 | Find, in another window, the definition of VARIABLE near point. | 11024 | Find, in another window, the definition of VARIABLE near point. |
| 11184 | 11025 | ||
| 11185 | See `find-variable' for more details. | 11026 | See `find-variable' for more details. |
| 11186 | 11027 | ||
| 11187 | \(fn VARIABLE)" t nil) | 11028 | \(fn VARIABLE)" t nil) |
| 11188 | 11029 | ||
| 11189 | (autoload (quote find-variable-other-frame) "find-func" "\ | 11030 | (autoload 'find-variable-other-frame "find-func" "\ |
| 11190 | Find, in another frame, the definition of VARIABLE near point. | 11031 | Find, in another frame, the definition of VARIABLE near point. |
| 11191 | 11032 | ||
| 11192 | See `find-variable' for more details. | 11033 | See `find-variable' for more details. |
| 11193 | 11034 | ||
| 11194 | \(fn VARIABLE)" t nil) | 11035 | \(fn VARIABLE)" t nil) |
| 11195 | 11036 | ||
| 11196 | (autoload (quote find-definition-noselect) "find-func" "\ | 11037 | (autoload 'find-definition-noselect "find-func" "\ |
| 11197 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 11038 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 11198 | If the definition can't be found in the buffer, return (BUFFER). | 11039 | If the definition can't be found in the buffer, return (BUFFER). |
| 11199 | TYPE says what type of definition: nil for a function, `defvar' for a | 11040 | TYPE says what type of definition: nil for a function, `defvar' for a |
| @@ -11205,7 +11046,7 @@ The library where SYMBOL is defined is searched for in FILE or | |||
| 11205 | 11046 | ||
| 11206 | \(fn SYMBOL TYPE &optional FILE)" nil nil) | 11047 | \(fn SYMBOL TYPE &optional FILE)" nil nil) |
| 11207 | 11048 | ||
| 11208 | (autoload (quote find-face-definition) "find-func" "\ | 11049 | (autoload 'find-face-definition "find-func" "\ |
| 11209 | Find the definition of FACE. FACE defaults to the name near point. | 11050 | Find the definition of FACE. FACE defaults to the name near point. |
| 11210 | 11051 | ||
| 11211 | Finds the Emacs Lisp library containing the definition of the face | 11052 | Finds the Emacs Lisp library containing the definition of the face |
| @@ -11220,23 +11061,23 @@ See also `find-function-recenter-line' and `find-function-after-hook'. | |||
| 11220 | 11061 | ||
| 11221 | \(fn FACE)" t nil) | 11062 | \(fn FACE)" t nil) |
| 11222 | 11063 | ||
| 11223 | (autoload (quote find-function-on-key) "find-func" "\ | 11064 | (autoload 'find-function-on-key "find-func" "\ |
| 11224 | Find the function that KEY invokes. KEY is a string. | 11065 | Find the function that KEY invokes. KEY is a string. |
| 11225 | Set mark before moving, if the buffer already existed. | 11066 | Set mark before moving, if the buffer already existed. |
| 11226 | 11067 | ||
| 11227 | \(fn KEY)" t nil) | 11068 | \(fn KEY)" t nil) |
| 11228 | 11069 | ||
| 11229 | (autoload (quote find-function-at-point) "find-func" "\ | 11070 | (autoload 'find-function-at-point "find-func" "\ |
| 11230 | Find directly the function at point in the other window. | 11071 | Find directly the function at point in the other window. |
| 11231 | 11072 | ||
| 11232 | \(fn)" t nil) | 11073 | \(fn)" t nil) |
| 11233 | 11074 | ||
| 11234 | (autoload (quote find-variable-at-point) "find-func" "\ | 11075 | (autoload 'find-variable-at-point "find-func" "\ |
| 11235 | Find directly the variable at point in the other window. | 11076 | Find directly the variable at point in the other window. |
| 11236 | 11077 | ||
| 11237 | \(fn)" t nil) | 11078 | \(fn)" t nil) |
| 11238 | 11079 | ||
| 11239 | (autoload (quote find-function-setup-keys) "find-func" "\ | 11080 | (autoload 'find-function-setup-keys "find-func" "\ |
| 11240 | Define some key bindings for the find-function family of functions. | 11081 | Define some key bindings for the find-function family of functions. |
| 11241 | 11082 | ||
| 11242 | \(fn)" nil nil) | 11083 | \(fn)" nil nil) |
| @@ -11244,20 +11085,20 @@ Define some key bindings for the find-function family of functions. | |||
| 11244 | ;;;*** | 11085 | ;;;*** |
| 11245 | 11086 | ||
| 11246 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 11087 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 11247 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18104 24736)) | 11088 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18190 35190)) |
| 11248 | ;;; Generated autoloads from find-lisp.el | 11089 | ;;; Generated autoloads from find-lisp.el |
| 11249 | 11090 | ||
| 11250 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | 11091 | (autoload 'find-lisp-find-dired "find-lisp" "\ |
| 11251 | Find files in DIR, matching REGEXP. | 11092 | Find files in DIR, matching REGEXP. |
| 11252 | 11093 | ||
| 11253 | \(fn DIR REGEXP)" t nil) | 11094 | \(fn DIR REGEXP)" t nil) |
| 11254 | 11095 | ||
| 11255 | (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\ | 11096 | (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\ |
| 11256 | Find all subdirectories of DIR. | 11097 | Find all subdirectories of DIR. |
| 11257 | 11098 | ||
| 11258 | \(fn DIR)" t nil) | 11099 | \(fn DIR)" t nil) |
| 11259 | 11100 | ||
| 11260 | (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\ | 11101 | (autoload 'find-lisp-find-dired-filter "find-lisp" "\ |
| 11261 | Change the filter on a find-lisp-find-dired buffer to REGEXP. | 11102 | Change the filter on a find-lisp-find-dired buffer to REGEXP. |
| 11262 | 11103 | ||
| 11263 | \(fn REGEXP)" t nil) | 11104 | \(fn REGEXP)" t nil) |
| @@ -11265,21 +11106,21 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP. | |||
| 11265 | ;;;*** | 11106 | ;;;*** |
| 11266 | 11107 | ||
| 11267 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 11108 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 11268 | ;;;;;; "finder" "finder.el" (18104 24736)) | 11109 | ;;;;;; "finder" "finder.el" (18190 35190)) |
| 11269 | ;;; Generated autoloads from finder.el | 11110 | ;;; Generated autoloads from finder.el |
| 11270 | 11111 | ||
| 11271 | (autoload (quote finder-list-keywords) "finder" "\ | 11112 | (autoload 'finder-list-keywords "finder" "\ |
| 11272 | Display descriptions of the keywords in the Finder buffer. | 11113 | Display descriptions of the keywords in the Finder buffer. |
| 11273 | 11114 | ||
| 11274 | \(fn)" t nil) | 11115 | \(fn)" t nil) |
| 11275 | 11116 | ||
| 11276 | (autoload (quote finder-commentary) "finder" "\ | 11117 | (autoload 'finder-commentary "finder" "\ |
| 11277 | Display FILE's commentary section. | 11118 | Display FILE's commentary section. |
| 11278 | FILE should be in a form suitable for passing to `locate-library'. | 11119 | FILE should be in a form suitable for passing to `locate-library'. |
| 11279 | 11120 | ||
| 11280 | \(fn FILE)" t nil) | 11121 | \(fn FILE)" t nil) |
| 11281 | 11122 | ||
| 11282 | (autoload (quote finder-by-keyword) "finder" "\ | 11123 | (autoload 'finder-by-keyword "finder" "\ |
| 11283 | Find packages matching a given keyword. | 11124 | Find packages matching a given keyword. |
| 11284 | 11125 | ||
| 11285 | \(fn)" t nil) | 11126 | \(fn)" t nil) |
| @@ -11287,17 +11128,17 @@ Find packages matching a given keyword. | |||
| 11287 | ;;;*** | 11128 | ;;;*** |
| 11288 | 11129 | ||
| 11289 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" | 11130 | ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" |
| 11290 | ;;;;;; "flow-ctrl.el" (18104 24736)) | 11131 | ;;;;;; "flow-ctrl.el" (18177 860)) |
| 11291 | ;;; Generated autoloads from flow-ctrl.el | 11132 | ;;; Generated autoloads from flow-ctrl.el |
| 11292 | 11133 | ||
| 11293 | (autoload (quote enable-flow-control) "flow-ctrl" "\ | 11134 | (autoload 'enable-flow-control "flow-ctrl" "\ |
| 11294 | Toggle flow control handling. | 11135 | Toggle flow control handling. |
| 11295 | When handling is enabled, user can type C-s as C-\\, and C-q as C-^. | 11136 | When handling is enabled, user can type C-s as C-\\, and C-q as C-^. |
| 11296 | With arg, enable flow control mode if arg is positive, otherwise disable. | 11137 | With arg, enable flow control mode if arg is positive, otherwise disable. |
| 11297 | 11138 | ||
| 11298 | \(fn &optional ARGUMENT)" t nil) | 11139 | \(fn &optional ARGUMENT)" t nil) |
| 11299 | 11140 | ||
| 11300 | (autoload (quote enable-flow-control-on) "flow-ctrl" "\ | 11141 | (autoload 'enable-flow-control-on "flow-ctrl" "\ |
| 11301 | Enable flow control if using one of a specified set of terminal types. | 11142 | Enable flow control if using one of a specified set of terminal types. |
| 11302 | Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control | 11143 | Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control |
| 11303 | on VT-100 and H19 terminals. When flow control is enabled, | 11144 | on VT-100 and H19 terminals. When flow control is enabled, |
| @@ -11309,15 +11150,15 @@ to get the effect of a C-q. | |||
| 11309 | ;;;*** | 11150 | ;;;*** |
| 11310 | 11151 | ||
| 11311 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" | 11152 | ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" |
| 11312 | ;;;;;; (18104 24750)) | 11153 | ;;;;;; (18177 860)) |
| 11313 | ;;; Generated autoloads from gnus/flow-fill.el | 11154 | ;;; Generated autoloads from gnus/flow-fill.el |
| 11314 | 11155 | ||
| 11315 | (autoload (quote fill-flowed-encode) "flow-fill" "\ | 11156 | (autoload 'fill-flowed-encode "flow-fill" "\ |
| 11316 | Not documented | 11157 | Not documented |
| 11317 | 11158 | ||
| 11318 | \(fn &optional BUFFER)" nil nil) | 11159 | \(fn &optional BUFFER)" nil nil) |
| 11319 | 11160 | ||
| 11320 | (autoload (quote fill-flowed) "flow-fill" "\ | 11161 | (autoload 'fill-flowed "flow-fill" "\ |
| 11321 | Not documented | 11162 | Not documented |
| 11322 | 11163 | ||
| 11323 | \(fn &optional BUFFER)" nil nil) | 11164 | \(fn &optional BUFFER)" nil nil) |
| @@ -11325,22 +11166,22 @@ Not documented | |||
| 11325 | ;;;*** | 11166 | ;;;*** |
| 11326 | 11167 | ||
| 11327 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) | 11168 | ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode) |
| 11328 | ;;;;;; "flymake" "progmodes/flymake.el" (18104 24765)) | 11169 | ;;;;;; "flymake" "progmodes/flymake.el" (18177 872)) |
| 11329 | ;;; Generated autoloads from progmodes/flymake.el | 11170 | ;;; Generated autoloads from progmodes/flymake.el |
| 11330 | 11171 | ||
| 11331 | (autoload (quote flymake-mode) "flymake" "\ | 11172 | (autoload 'flymake-mode "flymake" "\ |
| 11332 | Minor mode to do on-the-fly syntax checking. | 11173 | Minor mode to do on-the-fly syntax checking. |
| 11333 | When called interactively, toggles the minor mode. | 11174 | When called interactively, toggles the minor mode. |
| 11334 | With arg, turn Flymake mode on if and only if arg is positive. | 11175 | With arg, turn Flymake mode on if and only if arg is positive. |
| 11335 | 11176 | ||
| 11336 | \(fn &optional ARG)" t nil) | 11177 | \(fn &optional ARG)" t nil) |
| 11337 | 11178 | ||
| 11338 | (autoload (quote flymake-mode-on) "flymake" "\ | 11179 | (autoload 'flymake-mode-on "flymake" "\ |
| 11339 | Turn flymake mode on. | 11180 | Turn flymake mode on. |
| 11340 | 11181 | ||
| 11341 | \(fn)" nil nil) | 11182 | \(fn)" nil nil) |
| 11342 | 11183 | ||
| 11343 | (autoload (quote flymake-mode-off) "flymake" "\ | 11184 | (autoload 'flymake-mode-off "flymake" "\ |
| 11344 | Turn flymake mode off. | 11185 | Turn flymake mode off. |
| 11345 | 11186 | ||
| 11346 | \(fn)" nil nil) | 11187 | \(fn)" nil nil) |
| @@ -11349,21 +11190,22 @@ Turn flymake mode off. | |||
| 11349 | 11190 | ||
| 11350 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 11191 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 11351 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 11192 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 11352 | ;;;;;; "flyspell" "textmodes/flyspell.el" (18104 24771)) | 11193 | ;;;;;; "flyspell" "textmodes/flyspell.el" (18190 35209)) |
| 11353 | ;;; Generated autoloads from textmodes/flyspell.el | 11194 | ;;; Generated autoloads from textmodes/flyspell.el |
| 11354 | 11195 | ||
| 11355 | (autoload (quote flyspell-prog-mode) "flyspell" "\ | 11196 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| 11356 | Turn on `flyspell-mode' for comments and strings. | 11197 | Turn on `flyspell-mode' for comments and strings. |
| 11357 | 11198 | ||
| 11358 | \(fn)" t nil) | 11199 | \(fn)" t nil) |
| 11359 | (defvar flyspell-mode nil) | 11200 | (defvar flyspell-mode nil) |
| 11360 | 11201 | ||
| 11361 | (autoload (quote flyspell-mode) "flyspell" "\ | 11202 | (autoload 'flyspell-mode "flyspell" "\ |
| 11362 | Minor mode performing on-the-fly spelling checking. | 11203 | Minor mode performing on-the-fly spelling checking. |
| 11363 | This spawns a single Ispell process and checks each word. | 11204 | This spawns a single Ispell process and checks each word. |
| 11364 | The default flyspell behavior is to highlight incorrect words. | 11205 | The default flyspell behavior is to highlight incorrect words. |
| 11365 | With no argument, this command toggles Flyspell mode. | 11206 | With no argument, this command toggles Flyspell mode. |
| 11366 | With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive. | 11207 | With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive, |
| 11208 | otherwise turn it off. | ||
| 11367 | 11209 | ||
| 11368 | Bindings: | 11210 | Bindings: |
| 11369 | \\[ispell-word]: correct words (using Ispell). | 11211 | \\[ispell-word]: correct words (using Ispell). |
| @@ -11389,27 +11231,27 @@ in your .emacs file. | |||
| 11389 | 11231 | ||
| 11390 | \(fn &optional ARG)" t nil) | 11232 | \(fn &optional ARG)" t nil) |
| 11391 | 11233 | ||
| 11392 | (autoload (quote turn-on-flyspell) "flyspell" "\ | 11234 | (autoload 'turn-on-flyspell "flyspell" "\ |
| 11393 | Unconditionally turn on Flyspell mode. | 11235 | Unconditionally turn on Flyspell mode. |
| 11394 | 11236 | ||
| 11395 | \(fn)" nil nil) | 11237 | \(fn)" nil nil) |
| 11396 | 11238 | ||
| 11397 | (autoload (quote turn-off-flyspell) "flyspell" "\ | 11239 | (autoload 'turn-off-flyspell "flyspell" "\ |
| 11398 | Unconditionally turn off Flyspell mode. | 11240 | Unconditionally turn off Flyspell mode. |
| 11399 | 11241 | ||
| 11400 | \(fn)" nil nil) | 11242 | \(fn)" nil nil) |
| 11401 | 11243 | ||
| 11402 | (autoload (quote flyspell-mode-off) "flyspell" "\ | 11244 | (autoload 'flyspell-mode-off "flyspell" "\ |
| 11403 | Turn Flyspell mode off. | 11245 | Turn Flyspell mode off. |
| 11404 | 11246 | ||
| 11405 | \(fn)" nil nil) | 11247 | \(fn)" nil nil) |
| 11406 | 11248 | ||
| 11407 | (autoload (quote flyspell-region) "flyspell" "\ | 11249 | (autoload 'flyspell-region "flyspell" "\ |
| 11408 | Flyspell text between BEG and END. | 11250 | Flyspell text between BEG and END. |
| 11409 | 11251 | ||
| 11410 | \(fn BEG END)" t nil) | 11252 | \(fn BEG END)" t nil) |
| 11411 | 11253 | ||
| 11412 | (autoload (quote flyspell-buffer) "flyspell" "\ | 11254 | (autoload 'flyspell-buffer "flyspell" "\ |
| 11413 | Flyspell whole buffer. | 11255 | Flyspell whole buffer. |
| 11414 | 11256 | ||
| 11415 | \(fn)" t nil) | 11257 | \(fn)" t nil) |
| @@ -11418,20 +11260,20 @@ Flyspell whole buffer. | |||
| 11418 | 11260 | ||
| 11419 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 11261 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 11420 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 11262 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 11421 | ;;;;;; (18104 24736)) | 11263 | ;;;;;; (18190 35190)) |
| 11422 | ;;; Generated autoloads from follow.el | 11264 | ;;; Generated autoloads from follow.el |
| 11423 | 11265 | ||
| 11424 | (autoload (quote turn-on-follow-mode) "follow" "\ | 11266 | (autoload 'turn-on-follow-mode "follow" "\ |
| 11425 | Turn on Follow mode. Please see the function `follow-mode'. | 11267 | Turn on Follow mode. Please see the function `follow-mode'. |
| 11426 | 11268 | ||
| 11427 | \(fn)" nil nil) | 11269 | \(fn)" nil nil) |
| 11428 | 11270 | ||
| 11429 | (autoload (quote turn-off-follow-mode) "follow" "\ | 11271 | (autoload 'turn-off-follow-mode "follow" "\ |
| 11430 | Turn off Follow mode. Please see the function `follow-mode'. | 11272 | Turn off Follow mode. Please see the function `follow-mode'. |
| 11431 | 11273 | ||
| 11432 | \(fn)" nil nil) | 11274 | \(fn)" nil nil) |
| 11433 | 11275 | ||
| 11434 | (autoload (quote follow-mode) "follow" "\ | 11276 | (autoload 'follow-mode "follow" "\ |
| 11435 | Minor mode that combines windows into one tall virtual window. | 11277 | Minor mode that combines windows into one tall virtual window. |
| 11436 | 11278 | ||
| 11437 | The feeling of a \"virtual window\" has been accomplished by the use | 11279 | The feeling of a \"virtual window\" has been accomplished by the use |
| @@ -11462,15 +11304,14 @@ If the variable `follow-intercept-processes' is non-nil, Follow mode | |||
| 11462 | will listen to the output of processes and redisplay accordingly. | 11304 | will listen to the output of processes and redisplay accordingly. |
| 11463 | \(This is the default.) | 11305 | \(This is the default.) |
| 11464 | 11306 | ||
| 11465 | When Follow mode is switched on, the hook `follow-mode-hook' | 11307 | This command runs the normal hook `follow-mode-hook'. |
| 11466 | is called. When turned off, `follow-mode-off-hook' is called. | ||
| 11467 | 11308 | ||
| 11468 | Keys specific to Follow mode: | 11309 | Keys specific to Follow mode: |
| 11469 | \\{follow-mode-map} | 11310 | \\{follow-mode-map} |
| 11470 | 11311 | ||
| 11471 | \(fn &optional ARG)" t nil) | 11312 | \(fn &optional ARG)" t nil) |
| 11472 | 11313 | ||
| 11473 | (autoload (quote follow-delete-other-windows-and-split) "follow" "\ | 11314 | (autoload 'follow-delete-other-windows-and-split "follow" "\ |
| 11474 | Create two side by side windows and enter Follow Mode. | 11315 | Create two side by side windows and enter Follow Mode. |
| 11475 | 11316 | ||
| 11476 | Execute this command to display as much as possible of the text | 11317 | Execute this command to display as much as possible of the text |
| @@ -11492,11 +11333,11 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 11492 | 11333 | ||
| 11493 | ;;;*** | 11334 | ;;;*** |
| 11494 | 11335 | ||
| 11495 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18104 | 11336 | ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18177 |
| 11496 | ;;;;;; 24758)) | 11337 | ;;;;;; 867)) |
| 11497 | ;;; Generated autoloads from mail/footnote.el | 11338 | ;;; Generated autoloads from mail/footnote.el |
| 11498 | 11339 | ||
| 11499 | (autoload (quote footnote-mode) "footnote" "\ | 11340 | (autoload 'footnote-mode "footnote" "\ |
| 11500 | Toggle footnote minor mode. | 11341 | Toggle footnote minor mode. |
| 11501 | \\<message-mode-map> | 11342 | \\<message-mode-map> |
| 11502 | key binding | 11343 | key binding |
| @@ -11514,10 +11355,10 @@ key binding | |||
| 11514 | ;;;*** | 11355 | ;;;*** |
| 11515 | 11356 | ||
| 11516 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 11357 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 11517 | ;;;;;; "forms" "forms.el" (18104 24736)) | 11358 | ;;;;;; "forms" "forms.el" (18177 860)) |
| 11518 | ;;; Generated autoloads from forms.el | 11359 | ;;; Generated autoloads from forms.el |
| 11519 | 11360 | ||
| 11520 | (autoload (quote forms-mode) "forms" "\ | 11361 | (autoload 'forms-mode "forms" "\ |
| 11521 | Major mode to visit files in a field-structured manner using a form. | 11362 | Major mode to visit files in a field-structured manner using a form. |
| 11522 | 11363 | ||
| 11523 | Commands: Equivalent keys in read-only mode: | 11364 | Commands: Equivalent keys in read-only mode: |
| @@ -11538,12 +11379,12 @@ Commands: Equivalent keys in read-only mode: | |||
| 11538 | 11379 | ||
| 11539 | \(fn &optional PRIMARY)" t nil) | 11380 | \(fn &optional PRIMARY)" t nil) |
| 11540 | 11381 | ||
| 11541 | (autoload (quote forms-find-file) "forms" "\ | 11382 | (autoload 'forms-find-file "forms" "\ |
| 11542 | Visit a file in Forms mode. | 11383 | Visit a file in Forms mode. |
| 11543 | 11384 | ||
| 11544 | \(fn FN)" t nil) | 11385 | \(fn FN)" t nil) |
| 11545 | 11386 | ||
| 11546 | (autoload (quote forms-find-file-other-window) "forms" "\ | 11387 | (autoload 'forms-find-file-other-window "forms" "\ |
| 11547 | Visit a file in Forms mode in other window. | 11388 | Visit a file in Forms mode in other window. |
| 11548 | 11389 | ||
| 11549 | \(fn FN)" t nil) | 11390 | \(fn FN)" t nil) |
| @@ -11551,10 +11392,10 @@ Visit a file in Forms mode in other window. | |||
| 11551 | ;;;*** | 11392 | ;;;*** |
| 11552 | 11393 | ||
| 11553 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" | 11394 | ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el" |
| 11554 | ;;;;;; (18104 24766)) | 11395 | ;;;;;; (18190 35205)) |
| 11555 | ;;; Generated autoloads from progmodes/fortran.el | 11396 | ;;; Generated autoloads from progmodes/fortran.el |
| 11556 | 11397 | ||
| 11557 | (autoload (quote fortran-mode) "fortran" "\ | 11398 | (autoload 'fortran-mode "fortran" "\ |
| 11558 | Major mode for editing Fortran code in fixed format. | 11399 | Major mode for editing Fortran code in fixed format. |
| 11559 | For free format code, use `f90-mode'. | 11400 | For free format code, use `f90-mode'. |
| 11560 | 11401 | ||
| @@ -11629,10 +11470,10 @@ with no args, if that value is non-nil. | |||
| 11629 | ;;;*** | 11470 | ;;;*** |
| 11630 | 11471 | ||
| 11631 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 11472 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 11632 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18104 24761)) | 11473 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18177 871)) |
| 11633 | ;;; Generated autoloads from play/fortune.el | 11474 | ;;; Generated autoloads from play/fortune.el |
| 11634 | 11475 | ||
| 11635 | (autoload (quote fortune-add-fortune) "fortune" "\ | 11476 | (autoload 'fortune-add-fortune "fortune" "\ |
| 11636 | Add STRING to a fortune file FILE. | 11477 | Add STRING to a fortune file FILE. |
| 11637 | 11478 | ||
| 11638 | Interactively, if called with a prefix argument, | 11479 | Interactively, if called with a prefix argument, |
| @@ -11640,7 +11481,7 @@ read the file name to use. Otherwise use the value of `fortune-file'. | |||
| 11640 | 11481 | ||
| 11641 | \(fn STRING FILE)" t nil) | 11482 | \(fn STRING FILE)" t nil) |
| 11642 | 11483 | ||
| 11643 | (autoload (quote fortune-from-region) "fortune" "\ | 11484 | (autoload 'fortune-from-region "fortune" "\ |
| 11644 | Append the current region to a local fortune-like data file. | 11485 | Append the current region to a local fortune-like data file. |
| 11645 | 11486 | ||
| 11646 | Interactively, if called with a prefix argument, | 11487 | Interactively, if called with a prefix argument, |
| @@ -11648,7 +11489,7 @@ read the file name to use. Otherwise use the value of `fortune-file'. | |||
| 11648 | 11489 | ||
| 11649 | \(fn BEG END FILE)" t nil) | 11490 | \(fn BEG END FILE)" t nil) |
| 11650 | 11491 | ||
| 11651 | (autoload (quote fortune-compile) "fortune" "\ | 11492 | (autoload 'fortune-compile "fortune" "\ |
| 11652 | Compile fortune file. | 11493 | Compile fortune file. |
| 11653 | 11494 | ||
| 11654 | If called with a prefix asks for the FILE to compile, otherwise uses | 11495 | If called with a prefix asks for the FILE to compile, otherwise uses |
| @@ -11656,7 +11497,7 @@ the value of `fortune-file'. This currently cannot handle directories. | |||
| 11656 | 11497 | ||
| 11657 | \(fn &optional FILE)" t nil) | 11498 | \(fn &optional FILE)" t nil) |
| 11658 | 11499 | ||
| 11659 | (autoload (quote fortune-to-signature) "fortune" "\ | 11500 | (autoload 'fortune-to-signature "fortune" "\ |
| 11660 | Create signature from output of the fortune program. | 11501 | Create signature from output of the fortune program. |
| 11661 | 11502 | ||
| 11662 | If called with a prefix asks for the FILE to choose the fortune from, | 11503 | If called with a prefix asks for the FILE to choose the fortune from, |
| @@ -11666,7 +11507,7 @@ and choose the directory as the fortune-file. | |||
| 11666 | 11507 | ||
| 11667 | \(fn &optional FILE)" t nil) | 11508 | \(fn &optional FILE)" t nil) |
| 11668 | 11509 | ||
| 11669 | (autoload (quote fortune) "fortune" "\ | 11510 | (autoload 'fortune "fortune" "\ |
| 11670 | Display a fortune cookie. | 11511 | Display a fortune cookie. |
| 11671 | 11512 | ||
| 11672 | If called with a prefix asks for the FILE to choose the fortune from, | 11513 | If called with a prefix asks for the FILE to choose the fortune from, |
| @@ -11678,14 +11519,15 @@ and choose the directory as the fortune-file. | |||
| 11678 | 11519 | ||
| 11679 | ;;;*** | 11520 | ;;;*** |
| 11680 | 11521 | ||
| 11681 | ;;;### (autoloads (gdb-enable-debug gdba) "gdb-ui" "progmodes/gdb-ui.el" | 11522 | ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" |
| 11682 | ;;;;;; (18104 24766)) | 11523 | ;;;;;; (18190 35205)) |
| 11683 | ;;; Generated autoloads from progmodes/gdb-ui.el | 11524 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 11684 | 11525 | ||
| 11685 | (autoload (quote gdba) "gdb-ui" "\ | 11526 | (autoload 'gdb "gdb-ui" "\ |
| 11686 | Run gdb on program FILE in buffer *gud-FILE*. | 11527 | Run gdb on program FILE in buffer *gud-FILE*. |
| 11687 | The directory containing FILE becomes the initial working directory | 11528 | The directory containing FILE becomes the initial working |
| 11688 | and source-file directory for your debugger. | 11529 | directory and source-file directory for your debugger. |
| 11530 | |||
| 11689 | 11531 | ||
| 11690 | If `gdb-many-windows' is nil (the default value) then gdb just | 11532 | If `gdb-many-windows' is nil (the default value) then gdb just |
| 11691 | pops up the GUD buffer unless `gdb-show-main' is t. In this case | 11533 | pops up the GUD buffer unless `gdb-show-main' is t. In this case |
| @@ -11732,18 +11574,25 @@ detailed description of this mode. | |||
| 11732 | | | D gdb-delete-breakpoint | | 11574 | | | D gdb-delete-breakpoint | |
| 11733 | +-----------------------------------+----------------------------------+ | 11575 | +-----------------------------------+----------------------------------+ |
| 11734 | 11576 | ||
| 11577 | To run GDB in text command mode, replace the GDB \"--annotate=3\" | ||
| 11578 | option with \"--fullname\" either in the minibuffer for the | ||
| 11579 | current Emacs session, or the custom variable | ||
| 11580 | `gud-gdb-command-name' for all future sessions. You need to use | ||
| 11581 | text command mode to debug multiple programs within one Emacs | ||
| 11582 | session. | ||
| 11583 | |||
| 11735 | \(fn COMMAND-LINE)" t nil) | 11584 | \(fn COMMAND-LINE)" t nil) |
| 11736 | 11585 | ||
| 11737 | (defvar gdb-enable-debug nil "\ | 11586 | (defvar gdb-enable-debug nil "\ |
| 11738 | Non-nil means record the process input and output in `gdb-debug-log'.") | 11587 | Non-nil means record the process input and output in `gdb-debug-log'.") |
| 11739 | 11588 | ||
| 11740 | (custom-autoload (quote gdb-enable-debug) "gdb-ui" t) | 11589 | (custom-autoload 'gdb-enable-debug "gdb-ui" t) |
| 11741 | 11590 | ||
| 11742 | ;;;*** | 11591 | ;;;*** |
| 11743 | 11592 | ||
| 11744 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal | 11593 | ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal |
| 11745 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18104 | 11594 | ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18190 |
| 11746 | ;;;;;; 24748)) | 11595 | ;;;;;; 35188)) |
| 11747 | ;;; Generated autoloads from emacs-lisp/generic.el | 11596 | ;;; Generated autoloads from emacs-lisp/generic.el |
| 11748 | 11597 | ||
| 11749 | (defvar generic-mode-list nil "\ | 11598 | (defvar generic-mode-list nil "\ |
| @@ -11751,7 +11600,7 @@ A list of mode names for `generic-mode'. | |||
| 11751 | Do not add entries to this list directly; use `define-generic-mode' | 11600 | Do not add entries to this list directly; use `define-generic-mode' |
| 11752 | instead (which see).") | 11601 | instead (which see).") |
| 11753 | 11602 | ||
| 11754 | (autoload (quote define-generic-mode) "generic" "\ | 11603 | (autoload 'define-generic-mode "generic" "\ |
| 11755 | Create a new generic mode MODE. | 11604 | Create a new generic mode MODE. |
| 11756 | 11605 | ||
| 11757 | MODE is the name of the command for the generic mode; don't quote it. | 11606 | MODE is the name of the command for the generic mode; don't quote it. |
| @@ -11787,12 +11636,12 @@ See the file generic-x.el for some examples of `define-generic-mode'. | |||
| 11787 | 11636 | ||
| 11788 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil (quote macro)) | 11637 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil (quote macro)) |
| 11789 | 11638 | ||
| 11790 | (autoload (quote generic-mode-internal) "generic" "\ | 11639 | (autoload 'generic-mode-internal "generic" "\ |
| 11791 | Go into the generic mode MODE. | 11640 | Go into the generic mode MODE. |
| 11792 | 11641 | ||
| 11793 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil) | 11642 | \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil) |
| 11794 | 11643 | ||
| 11795 | (autoload (quote generic-mode) "generic" "\ | 11644 | (autoload 'generic-mode "generic" "\ |
| 11796 | Enter generic mode MODE. | 11645 | Enter generic mode MODE. |
| 11797 | 11646 | ||
| 11798 | Generic modes provide basic comment and font-lock functionality | 11647 | Generic modes provide basic comment and font-lock functionality |
| @@ -11804,7 +11653,7 @@ Some generic modes are defined in `generic-x.el'. | |||
| 11804 | 11653 | ||
| 11805 | \(fn MODE)" t nil) | 11654 | \(fn MODE)" t nil) |
| 11806 | 11655 | ||
| 11807 | (autoload (quote generic-make-keywords-list) "generic" "\ | 11656 | (autoload 'generic-make-keywords-list "generic" "\ |
| 11808 | Return a `font-lock-keywords' construct that highlights KEYWORD-LIST. | 11657 | Return a `font-lock-keywords' construct that highlights KEYWORD-LIST. |
| 11809 | KEYWORD-LIST is a list of keyword strings that should be | 11658 | KEYWORD-LIST is a list of keyword strings that should be |
| 11810 | highlighted with face FACE. This function calculates a regular | 11659 | highlighted with face FACE. This function calculates a regular |
| @@ -11818,10 +11667,10 @@ regular expression that can be used as an element of | |||
| 11818 | ;;;*** | 11667 | ;;;*** |
| 11819 | 11668 | ||
| 11820 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 11669 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 11821 | ;;;;;; (18104 24766)) | 11670 | ;;;;;; (18177 872)) |
| 11822 | ;;; Generated autoloads from progmodes/glasses.el | 11671 | ;;; Generated autoloads from progmodes/glasses.el |
| 11823 | 11672 | ||
| 11824 | (autoload (quote glasses-mode) "glasses" "\ | 11673 | (autoload 'glasses-mode "glasses" "\ |
| 11825 | Minor mode for making identifiers likeThis readable. | 11674 | Minor mode for making identifiers likeThis readable. |
| 11826 | When this mode is active, it tries to add virtual separators (like underscores) | 11675 | When this mode is active, it tries to add virtual separators (like underscores) |
| 11827 | at places they belong to. | 11676 | at places they belong to. |
| @@ -11831,10 +11680,10 @@ at places they belong to. | |||
| 11831 | ;;;*** | 11680 | ;;;*** |
| 11832 | 11681 | ||
| 11833 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error | 11682 | ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error |
| 11834 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (18104 24750)) | 11683 | ;;;;;; gmm-message) "gmm-utils" "gnus/gmm-utils.el" (18177 860)) |
| 11835 | ;;; Generated autoloads from gnus/gmm-utils.el | 11684 | ;;; Generated autoloads from gnus/gmm-utils.el |
| 11836 | 11685 | ||
| 11837 | (autoload (quote gmm-message) "gmm-utils" "\ | 11686 | (autoload 'gmm-message "gmm-utils" "\ |
| 11838 | If LEVEL is lower than `gmm-verbose' print ARGS using `message'. | 11687 | If LEVEL is lower than `gmm-verbose' print ARGS using `message'. |
| 11839 | 11688 | ||
| 11840 | Guideline for numbers: | 11689 | Guideline for numbers: |
| @@ -11844,18 +11693,18 @@ inside loops. | |||
| 11844 | 11693 | ||
| 11845 | \(fn LEVEL &rest ARGS)" nil nil) | 11694 | \(fn LEVEL &rest ARGS)" nil nil) |
| 11846 | 11695 | ||
| 11847 | (autoload (quote gmm-error) "gmm-utils" "\ | 11696 | (autoload 'gmm-error "gmm-utils" "\ |
| 11848 | Beep an error if LEVEL is equal to or less than `gmm-verbose'. | 11697 | Beep an error if LEVEL is equal to or less than `gmm-verbose'. |
| 11849 | ARGS are passed to `message'. | 11698 | ARGS are passed to `message'. |
| 11850 | 11699 | ||
| 11851 | \(fn LEVEL &rest ARGS)" nil nil) | 11700 | \(fn LEVEL &rest ARGS)" nil nil) |
| 11852 | 11701 | ||
| 11853 | (autoload (quote gmm-widget-p) "gmm-utils" "\ | 11702 | (autoload 'gmm-widget-p "gmm-utils" "\ |
| 11854 | Non-nil iff SYMBOL is a widget. | 11703 | Non-nil if SYMBOL is a widget. |
| 11855 | 11704 | ||
| 11856 | \(fn SYMBOL)" nil nil) | 11705 | \(fn SYMBOL)" nil nil) |
| 11857 | 11706 | ||
| 11858 | (autoload (quote gmm-tool-bar-from-list) "gmm-utils" "\ | 11707 | (autoload 'gmm-tool-bar-from-list "gmm-utils" "\ |
| 11859 | Make a tool bar from ICON-LIST. | 11708 | Make a tool bar from ICON-LIST. |
| 11860 | 11709 | ||
| 11861 | Within each entry of ICON-LIST, the first element is a menu | 11710 | Within each entry of ICON-LIST, the first element is a menu |
| @@ -11878,17 +11727,17 @@ DEFAULT-MAP specifies the default key map for ICON-LIST. | |||
| 11878 | ;;;*** | 11727 | ;;;*** |
| 11879 | 11728 | ||
| 11880 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 11729 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 11881 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18104 24751)) | 11730 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18190 35191)) |
| 11882 | ;;; Generated autoloads from gnus/gnus.el | 11731 | ;;; Generated autoloads from gnus/gnus.el |
| 11883 | (when (fboundp 'custom-autoload) | 11732 | (when (fboundp 'custom-autoload) |
| 11884 | (custom-autoload 'gnus-select-method "gnus")) | 11733 | (custom-autoload 'gnus-select-method "gnus")) |
| 11885 | 11734 | ||
| 11886 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 11735 | (autoload 'gnus-slave-no-server "gnus" "\ |
| 11887 | Read network news as a slave, without connecting to the local server. | 11736 | Read network news as a slave, without connecting to the local server. |
| 11888 | 11737 | ||
| 11889 | \(fn &optional ARG)" t nil) | 11738 | \(fn &optional ARG)" t nil) |
| 11890 | 11739 | ||
| 11891 | (autoload (quote gnus-no-server) "gnus" "\ | 11740 | (autoload 'gnus-no-server "gnus" "\ |
| 11892 | Read network news. | 11741 | Read network news. |
| 11893 | If ARG is a positive number, Gnus will use that as the startup | 11742 | If ARG is a positive number, Gnus will use that as the startup |
| 11894 | level. If ARG is nil, Gnus will be started at level 2. If ARG is | 11743 | level. If ARG is nil, Gnus will be started at level 2. If ARG is |
| @@ -11899,12 +11748,12 @@ server. | |||
| 11899 | 11748 | ||
| 11900 | \(fn &optional ARG SLAVE)" t nil) | 11749 | \(fn &optional ARG SLAVE)" t nil) |
| 11901 | 11750 | ||
| 11902 | (autoload (quote gnus-slave) "gnus" "\ | 11751 | (autoload 'gnus-slave "gnus" "\ |
| 11903 | Read news as a slave. | 11752 | Read news as a slave. |
| 11904 | 11753 | ||
| 11905 | \(fn &optional ARG)" t nil) | 11754 | \(fn &optional ARG)" t nil) |
| 11906 | 11755 | ||
| 11907 | (autoload (quote gnus-other-frame) "gnus" "\ | 11756 | (autoload 'gnus-other-frame "gnus" "\ |
| 11908 | Pop up a frame to read news. | 11757 | Pop up a frame to read news. |
| 11909 | This will call one of the Gnus commands which is specified by the user | 11758 | This will call one of the Gnus commands which is specified by the user |
| 11910 | option `gnus-other-frame-function' (default `gnus') with the argument | 11759 | option `gnus-other-frame-function' (default `gnus') with the argument |
| @@ -11916,7 +11765,7 @@ current display is used. | |||
| 11916 | 11765 | ||
| 11917 | \(fn &optional ARG DISPLAY)" t nil) | 11766 | \(fn &optional ARG DISPLAY)" t nil) |
| 11918 | 11767 | ||
| 11919 | (autoload (quote gnus) "gnus" "\ | 11768 | (autoload 'gnus "gnus" "\ |
| 11920 | Read network news. | 11769 | Read network news. |
| 11921 | If ARG is non-nil and a positive number, Gnus will use that as the | 11770 | If ARG is non-nil and a positive number, Gnus will use that as the |
| 11922 | startup level. If ARG is non-nil and not a positive number, Gnus will | 11771 | startup level. If ARG is non-nil and not a positive number, Gnus will |
| @@ -11931,25 +11780,25 @@ prompt the user for the name of an NNTP server to use. | |||
| 11931 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group | 11780 | ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group |
| 11932 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize | 11781 | ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize |
| 11933 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" | 11782 | ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" |
| 11934 | ;;;;;; "gnus/gnus-agent.el" (18104 24750)) | 11783 | ;;;;;; "gnus/gnus-agent.el" (18190 35190)) |
| 11935 | ;;; Generated autoloads from gnus/gnus-agent.el | 11784 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 11936 | 11785 | ||
| 11937 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 11786 | (autoload 'gnus-unplugged "gnus-agent" "\ |
| 11938 | Start Gnus unplugged. | 11787 | Start Gnus unplugged. |
| 11939 | 11788 | ||
| 11940 | \(fn)" t nil) | 11789 | \(fn)" t nil) |
| 11941 | 11790 | ||
| 11942 | (autoload (quote gnus-plugged) "gnus-agent" "\ | 11791 | (autoload 'gnus-plugged "gnus-agent" "\ |
| 11943 | Start Gnus plugged. | 11792 | Start Gnus plugged. |
| 11944 | 11793 | ||
| 11945 | \(fn)" t nil) | 11794 | \(fn)" t nil) |
| 11946 | 11795 | ||
| 11947 | (autoload (quote gnus-slave-unplugged) "gnus-agent" "\ | 11796 | (autoload 'gnus-slave-unplugged "gnus-agent" "\ |
| 11948 | Read news as a slave unplugged. | 11797 | Read news as a slave unplugged. |
| 11949 | 11798 | ||
| 11950 | \(fn &optional ARG)" t nil) | 11799 | \(fn &optional ARG)" t nil) |
| 11951 | 11800 | ||
| 11952 | (autoload (quote gnus-agentize) "gnus-agent" "\ | 11801 | (autoload 'gnus-agentize "gnus-agent" "\ |
| 11953 | Allow Gnus to be an offline newsreader. | 11802 | Allow Gnus to be an offline newsreader. |
| 11954 | 11803 | ||
| 11955 | The gnus-agentize function is now called internally by gnus when | 11804 | The gnus-agentize function is now called internally by gnus when |
| @@ -11962,12 +11811,12 @@ minor mode in all Gnus buffers. | |||
| 11962 | 11811 | ||
| 11963 | \(fn)" t nil) | 11812 | \(fn)" t nil) |
| 11964 | 11813 | ||
| 11965 | (autoload (quote gnus-agent-possibly-save-gcc) "gnus-agent" "\ | 11814 | (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\ |
| 11966 | Save GCC if Gnus is unplugged. | 11815 | Save GCC if Gnus is unplugged. |
| 11967 | 11816 | ||
| 11968 | \(fn)" nil nil) | 11817 | \(fn)" nil nil) |
| 11969 | 11818 | ||
| 11970 | (autoload (quote gnus-agent-rename-group) "gnus-agent" "\ | 11819 | (autoload 'gnus-agent-rename-group "gnus-agent" "\ |
| 11971 | Rename fully-qualified OLD-GROUP as NEW-GROUP. | 11820 | Rename fully-qualified OLD-GROUP as NEW-GROUP. |
| 11972 | Always updates the agent, even when disabled, as the old agent | 11821 | Always updates the agent, even when disabled, as the old agent |
| 11973 | files would corrupt gnus when the agent was next enabled. | 11822 | files would corrupt gnus when the agent was next enabled. |
| @@ -11976,7 +11825,7 @@ supported. | |||
| 11976 | 11825 | ||
| 11977 | \(fn OLD-GROUP NEW-GROUP)" nil nil) | 11826 | \(fn OLD-GROUP NEW-GROUP)" nil nil) |
| 11978 | 11827 | ||
| 11979 | (autoload (quote gnus-agent-delete-group) "gnus-agent" "\ | 11828 | (autoload 'gnus-agent-delete-group "gnus-agent" "\ |
| 11980 | Delete fully-qualified GROUP. | 11829 | Delete fully-qualified GROUP. |
| 11981 | Always updates the agent, even when disabled, as the old agent | 11830 | Always updates the agent, even when disabled, as the old agent |
| 11982 | files would corrupt gnus when the agent was next enabled. | 11831 | files would corrupt gnus when the agent was next enabled. |
| @@ -11985,35 +11834,35 @@ supported. | |||
| 11985 | 11834 | ||
| 11986 | \(fn GROUP)" nil nil) | 11835 | \(fn GROUP)" nil nil) |
| 11987 | 11836 | ||
| 11988 | (autoload (quote gnus-agent-get-undownloaded-list) "gnus-agent" "\ | 11837 | (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\ |
| 11989 | Construct list of articles that have not been downloaded. | 11838 | Construct list of articles that have not been downloaded. |
| 11990 | 11839 | ||
| 11991 | \(fn)" nil nil) | 11840 | \(fn)" nil nil) |
| 11992 | 11841 | ||
| 11993 | (autoload (quote gnus-agent-possibly-alter-active) "gnus-agent" "\ | 11842 | (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\ |
| 11994 | Possibly expand a group's active range to include articles | 11843 | Possibly expand a group's active range to include articles |
| 11995 | downloaded into the agent. | 11844 | downloaded into the agent. |
| 11996 | 11845 | ||
| 11997 | \(fn GROUP ACTIVE &optional INFO)" nil nil) | 11846 | \(fn GROUP ACTIVE &optional INFO)" nil nil) |
| 11998 | 11847 | ||
| 11999 | (autoload (quote gnus-agent-find-parameter) "gnus-agent" "\ | 11848 | (autoload 'gnus-agent-find-parameter "gnus-agent" "\ |
| 12000 | Search for GROUPs SYMBOL in the group's parameters, the group's | 11849 | Search for GROUPs SYMBOL in the group's parameters, the group's |
| 12001 | topic parameters, the group's category, or the customizable | 11850 | topic parameters, the group's category, or the customizable |
| 12002 | variables. Returns the first non-nil value found. | 11851 | variables. Returns the first non-nil value found. |
| 12003 | 11852 | ||
| 12004 | \(fn GROUP SYMBOL)" nil nil) | 11853 | \(fn GROUP SYMBOL)" nil nil) |
| 12005 | 11854 | ||
| 12006 | (autoload (quote gnus-agent-batch-fetch) "gnus-agent" "\ | 11855 | (autoload 'gnus-agent-batch-fetch "gnus-agent" "\ |
| 12007 | Start Gnus and fetch session. | 11856 | Start Gnus and fetch session. |
| 12008 | 11857 | ||
| 12009 | \(fn)" t nil) | 11858 | \(fn)" t nil) |
| 12010 | 11859 | ||
| 12011 | (autoload (quote gnus-agent-batch) "gnus-agent" "\ | 11860 | (autoload 'gnus-agent-batch "gnus-agent" "\ |
| 12012 | Start Gnus, send queue and fetch session. | 11861 | Start Gnus, send queue and fetch session. |
| 12013 | 11862 | ||
| 12014 | \(fn)" t nil) | 11863 | \(fn)" t nil) |
| 12015 | 11864 | ||
| 12016 | (autoload (quote gnus-agent-regenerate) "gnus-agent" "\ | 11865 | (autoload 'gnus-agent-regenerate "gnus-agent" "\ |
| 12017 | Regenerate all agent covered files. | 11866 | Regenerate all agent covered files. |
| 12018 | If CLEAN, obsolete (ignore). | 11867 | If CLEAN, obsolete (ignore). |
| 12019 | 11868 | ||
| @@ -12022,10 +11871,10 @@ If CLEAN, obsolete (ignore). | |||
| 12022 | ;;;*** | 11871 | ;;;*** |
| 12023 | 11872 | ||
| 12024 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 11873 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 12025 | ;;;;;; (18104 24750)) | 11874 | ;;;;;; (18190 35190)) |
| 12026 | ;;; Generated autoloads from gnus/gnus-art.el | 11875 | ;;; Generated autoloads from gnus/gnus-art.el |
| 12027 | 11876 | ||
| 12028 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 11877 | (autoload 'gnus-article-prepare-display "gnus-art" "\ |
| 12029 | Make the current buffer look like a nice article. | 11878 | Make the current buffer look like a nice article. |
| 12030 | 11879 | ||
| 12031 | \(fn)" nil nil) | 11880 | \(fn)" nil nil) |
| @@ -12033,10 +11882,10 @@ Make the current buffer look like a nice article. | |||
| 12033 | ;;;*** | 11882 | ;;;*** |
| 12034 | 11883 | ||
| 12035 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 11884 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 12036 | ;;;;;; (18104 24750)) | 11885 | ;;;;;; (18177 860)) |
| 12037 | ;;; Generated autoloads from gnus/gnus-audio.el | 11886 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 12038 | 11887 | ||
| 12039 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 11888 | (autoload 'gnus-audio-play "gnus-audio" "\ |
| 12040 | Play a sound FILE through the speaker. | 11889 | Play a sound FILE through the speaker. |
| 12041 | 11890 | ||
| 12042 | \(fn FILE)" t nil) | 11891 | \(fn FILE)" t nil) |
| @@ -12045,11 +11894,11 @@ Play a sound FILE through the speaker. | |||
| 12045 | 11894 | ||
| 12046 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11895 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 12047 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11896 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 12048 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18104 | 11897 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18177 |
| 12049 | ;;;;;; 24750)) | 11898 | ;;;;;; 860)) |
| 12050 | ;;; Generated autoloads from gnus/gnus-cache.el | 11899 | ;;; Generated autoloads from gnus/gnus-cache.el |
| 12051 | 11900 | ||
| 12052 | (autoload (quote gnus-jog-cache) "gnus-cache" "\ | 11901 | (autoload 'gnus-jog-cache "gnus-cache" "\ |
| 12053 | Go through all groups and put the articles into the cache. | 11902 | Go through all groups and put the articles into the cache. |
| 12054 | 11903 | ||
| 12055 | Usage: | 11904 | Usage: |
| @@ -12057,17 +11906,17 @@ $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache | |||
| 12057 | 11906 | ||
| 12058 | \(fn)" t nil) | 11907 | \(fn)" t nil) |
| 12059 | 11908 | ||
| 12060 | (autoload (quote gnus-cache-generate-active) "gnus-cache" "\ | 11909 | (autoload 'gnus-cache-generate-active "gnus-cache" "\ |
| 12061 | Generate the cache active file. | 11910 | Generate the cache active file. |
| 12062 | 11911 | ||
| 12063 | \(fn &optional DIRECTORY)" t nil) | 11912 | \(fn &optional DIRECTORY)" t nil) |
| 12064 | 11913 | ||
| 12065 | (autoload (quote gnus-cache-generate-nov-databases) "gnus-cache" "\ | 11914 | (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\ |
| 12066 | Generate NOV files recursively starting in DIR. | 11915 | Generate NOV files recursively starting in DIR. |
| 12067 | 11916 | ||
| 12068 | \(fn DIR)" t nil) | 11917 | \(fn DIR)" t nil) |
| 12069 | 11918 | ||
| 12070 | (autoload (quote gnus-cache-rename-group) "gnus-cache" "\ | 11919 | (autoload 'gnus-cache-rename-group "gnus-cache" "\ |
| 12071 | Rename OLD-GROUP as NEW-GROUP. | 11920 | Rename OLD-GROUP as NEW-GROUP. |
| 12072 | Always updates the cache, even when disabled, as the old cache | 11921 | Always updates the cache, even when disabled, as the old cache |
| 12073 | files would corrupt Gnus when the cache was next enabled. It | 11922 | files would corrupt Gnus when the cache was next enabled. It |
| @@ -12076,7 +11925,7 @@ supported. | |||
| 12076 | 11925 | ||
| 12077 | \(fn OLD-GROUP NEW-GROUP)" nil nil) | 11926 | \(fn OLD-GROUP NEW-GROUP)" nil nil) |
| 12078 | 11927 | ||
| 12079 | (autoload (quote gnus-cache-delete-group) "gnus-cache" "\ | 11928 | (autoload 'gnus-cache-delete-group "gnus-cache" "\ |
| 12080 | Delete GROUP from the cache. | 11929 | Delete GROUP from the cache. |
| 12081 | Always updates the cache, even when disabled, as the old cache | 11930 | Always updates the cache, even when disabled, as the old cache |
| 12082 | files would corrupt gnus when the cache was next enabled. | 11931 | files would corrupt gnus when the cache was next enabled. |
| @@ -12088,10 +11937,10 @@ supported. | |||
| 12088 | ;;;*** | 11937 | ;;;*** |
| 12089 | 11938 | ||
| 12090 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) | 11939 | ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) |
| 12091 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18104 24750)) | 11940 | ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18177 860)) |
| 12092 | ;;; Generated autoloads from gnus/gnus-delay.el | 11941 | ;;; Generated autoloads from gnus/gnus-delay.el |
| 12093 | 11942 | ||
| 12094 | (autoload (quote gnus-delay-article) "gnus-delay" "\ | 11943 | (autoload 'gnus-delay-article "gnus-delay" "\ |
| 12095 | Delay this article by some time. | 11944 | Delay this article by some time. |
| 12096 | DELAY is a string, giving the length of the time. Possible values are: | 11945 | DELAY is a string, giving the length of the time. Possible values are: |
| 12097 | 11946 | ||
| @@ -12106,12 +11955,12 @@ DELAY is a string, giving the length of the time. Possible values are: | |||
| 12106 | 11955 | ||
| 12107 | \(fn DELAY)" t nil) | 11956 | \(fn DELAY)" t nil) |
| 12108 | 11957 | ||
| 12109 | (autoload (quote gnus-delay-send-queue) "gnus-delay" "\ | 11958 | (autoload 'gnus-delay-send-queue "gnus-delay" "\ |
| 12110 | Send all the delayed messages that are due now. | 11959 | Send all the delayed messages that are due now. |
| 12111 | 11960 | ||
| 12112 | \(fn)" t nil) | 11961 | \(fn)" t nil) |
| 12113 | 11962 | ||
| 12114 | (autoload (quote gnus-delay-initialize) "gnus-delay" "\ | 11963 | (autoload 'gnus-delay-initialize "gnus-delay" "\ |
| 12115 | Initialize the gnus-delay package. | 11964 | Initialize the gnus-delay package. |
| 12116 | This sets up a key binding in `message-mode' to delay a message. | 11965 | This sets up a key binding in `message-mode' to delay a message. |
| 12117 | This tells Gnus to look for delayed messages after getting new news. | 11966 | This tells Gnus to look for delayed messages after getting new news. |
| @@ -12124,15 +11973,15 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil. | |||
| 12124 | ;;;*** | 11973 | ;;;*** |
| 12125 | 11974 | ||
| 12126 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) | 11975 | ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d) |
| 12127 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18104 24750)) | 11976 | ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18177 860)) |
| 12128 | ;;; Generated autoloads from gnus/gnus-diary.el | 11977 | ;;; Generated autoloads from gnus/gnus-diary.el |
| 12129 | 11978 | ||
| 12130 | (autoload (quote gnus-user-format-function-d) "gnus-diary" "\ | 11979 | (autoload 'gnus-user-format-function-d "gnus-diary" "\ |
| 12131 | Not documented | 11980 | Not documented |
| 12132 | 11981 | ||
| 12133 | \(fn HEADER)" nil nil) | 11982 | \(fn HEADER)" nil nil) |
| 12134 | 11983 | ||
| 12135 | (autoload (quote gnus-user-format-function-D) "gnus-diary" "\ | 11984 | (autoload 'gnus-user-format-function-D "gnus-diary" "\ |
| 12136 | Not documented | 11985 | Not documented |
| 12137 | 11986 | ||
| 12138 | \(fn HEADER)" nil nil) | 11987 | \(fn HEADER)" nil nil) |
| @@ -12140,10 +11989,10 @@ Not documented | |||
| 12140 | ;;;*** | 11989 | ;;;*** |
| 12141 | 11990 | ||
| 12142 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" | 11991 | ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el" |
| 12143 | ;;;;;; (18104 24750)) | 11992 | ;;;;;; (18177 860)) |
| 12144 | ;;; Generated autoloads from gnus/gnus-dired.el | 11993 | ;;; Generated autoloads from gnus/gnus-dired.el |
| 12145 | 11994 | ||
| 12146 | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ | 11995 | (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\ |
| 12147 | Convenience method to turn on gnus-dired-mode. | 11996 | Convenience method to turn on gnus-dired-mode. |
| 12148 | 11997 | ||
| 12149 | \(fn)" nil nil) | 11998 | \(fn)" nil nil) |
| @@ -12151,10 +12000,10 @@ Convenience method to turn on gnus-dired-mode. | |||
| 12151 | ;;;*** | 12000 | ;;;*** |
| 12152 | 12001 | ||
| 12153 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" | 12002 | ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el" |
| 12154 | ;;;;;; (18104 24750)) | 12003 | ;;;;;; (18177 860)) |
| 12155 | ;;; Generated autoloads from gnus/gnus-draft.el | 12004 | ;;; Generated autoloads from gnus/gnus-draft.el |
| 12156 | 12005 | ||
| 12157 | (autoload (quote gnus-draft-reminder) "gnus-draft" "\ | 12006 | (autoload 'gnus-draft-reminder "gnus-draft" "\ |
| 12158 | Reminder user if there are unsent drafts. | 12007 | Reminder user if there are unsent drafts. |
| 12159 | 12008 | ||
| 12160 | \(fn)" t nil) | 12009 | \(fn)" t nil) |
| @@ -12163,37 +12012,37 @@ Reminder user if there are unsent drafts. | |||
| 12163 | 12012 | ||
| 12164 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png | 12013 | ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png |
| 12165 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header | 12014 | ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header |
| 12166 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18104 | 12015 | ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18177 |
| 12167 | ;;;;;; 24750)) | 12016 | ;;;;;; 860)) |
| 12168 | ;;; Generated autoloads from gnus/gnus-fun.el | 12017 | ;;; Generated autoloads from gnus/gnus-fun.el |
| 12169 | 12018 | ||
| 12170 | (autoload (quote gnus-random-x-face) "gnus-fun" "\ | 12019 | (autoload 'gnus-random-x-face "gnus-fun" "\ |
| 12171 | Return X-Face header data chosen randomly from `gnus-x-face-directory'. | 12020 | Return X-Face header data chosen randomly from `gnus-x-face-directory'. |
| 12172 | 12021 | ||
| 12173 | \(fn)" t nil) | 12022 | \(fn)" t nil) |
| 12174 | 12023 | ||
| 12175 | (autoload (quote gnus-insert-random-x-face-header) "gnus-fun" "\ | 12024 | (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\ |
| 12176 | Insert a random X-Face header from `gnus-x-face-directory'. | 12025 | Insert a random X-Face header from `gnus-x-face-directory'. |
| 12177 | 12026 | ||
| 12178 | \(fn)" t nil) | 12027 | \(fn)" t nil) |
| 12179 | 12028 | ||
| 12180 | (autoload (quote gnus-x-face-from-file) "gnus-fun" "\ | 12029 | (autoload 'gnus-x-face-from-file "gnus-fun" "\ |
| 12181 | Insert an X-Face header based on an image file. | 12030 | Insert an X-Face header based on an image file. |
| 12182 | 12031 | ||
| 12183 | \(fn FILE)" t nil) | 12032 | \(fn FILE)" t nil) |
| 12184 | 12033 | ||
| 12185 | (autoload (quote gnus-face-from-file) "gnus-fun" "\ | 12034 | (autoload 'gnus-face-from-file "gnus-fun" "\ |
| 12186 | Return a Face header based on an image file. | 12035 | Return a Face header based on an image file. |
| 12187 | 12036 | ||
| 12188 | \(fn FILE)" t nil) | 12037 | \(fn FILE)" t nil) |
| 12189 | 12038 | ||
| 12190 | (autoload (quote gnus-convert-face-to-png) "gnus-fun" "\ | 12039 | (autoload 'gnus-convert-face-to-png "gnus-fun" "\ |
| 12191 | Convert FACE (which is base64-encoded) to a PNG. | 12040 | Convert FACE (which is base64-encoded) to a PNG. |
| 12192 | The PNG is returned as a string. | 12041 | The PNG is returned as a string. |
| 12193 | 12042 | ||
| 12194 | \(fn FACE)" nil nil) | 12043 | \(fn FACE)" nil nil) |
| 12195 | 12044 | ||
| 12196 | (autoload (quote gnus-convert-png-to-face) "gnus-fun" "\ | 12045 | (autoload 'gnus-convert-png-to-face "gnus-fun" "\ |
| 12197 | Convert FILE to a Face. | 12046 | Convert FILE to a Face. |
| 12198 | FILE should be a PNG file that's 48x48 and smaller than or equal to | 12047 | FILE should be a PNG file that's 48x48 and smaller than or equal to |
| 12199 | 726 bytes. | 12048 | 726 bytes. |
| @@ -12203,16 +12052,16 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 12203 | ;;;*** | 12052 | ;;;*** |
| 12204 | 12053 | ||
| 12205 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) | 12054 | ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) |
| 12206 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (18104 24750)) | 12055 | ;;;;;; "gnus-group" "gnus/gnus-group.el" (18177 861)) |
| 12207 | ;;; Generated autoloads from gnus/gnus-group.el | 12056 | ;;; Generated autoloads from gnus/gnus-group.el |
| 12208 | 12057 | ||
| 12209 | (autoload (quote gnus-fetch-group) "gnus-group" "\ | 12058 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| 12210 | Start Gnus if necessary and enter GROUP. | 12059 | Start Gnus if necessary and enter GROUP. |
| 12211 | Returns whether the fetching was successful or not. | 12060 | Returns whether the fetching was successful or not. |
| 12212 | 12061 | ||
| 12213 | \(fn GROUP &optional ARTICLES)" t nil) | 12062 | \(fn GROUP &optional ARTICLES)" t nil) |
| 12214 | 12063 | ||
| 12215 | (autoload (quote gnus-fetch-group-other-frame) "gnus-group" "\ | 12064 | (autoload 'gnus-fetch-group-other-frame "gnus-group" "\ |
| 12216 | Pop up a frame and enter GROUP. | 12065 | Pop up a frame and enter GROUP. |
| 12217 | 12066 | ||
| 12218 | \(fn GROUP)" t nil) | 12067 | \(fn GROUP)" t nil) |
| @@ -12220,12 +12069,12 @@ Pop up a frame and enter GROUP. | |||
| 12220 | ;;;*** | 12069 | ;;;*** |
| 12221 | 12070 | ||
| 12222 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" | 12071 | ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el" |
| 12223 | ;;;;;; (18104 24750)) | 12072 | ;;;;;; (18177 861)) |
| 12224 | ;;; Generated autoloads from gnus/gnus-kill.el | 12073 | ;;; Generated autoloads from gnus/gnus-kill.el |
| 12225 | 12074 | ||
| 12226 | (defalias (quote gnus-batch-kill) (quote gnus-batch-score)) | 12075 | (defalias 'gnus-batch-kill 'gnus-batch-score) |
| 12227 | 12076 | ||
| 12228 | (autoload (quote gnus-batch-score) "gnus-kill" "\ | 12077 | (autoload 'gnus-batch-score "gnus-kill" "\ |
| 12229 | Run batched scoring. | 12078 | Run batched scoring. |
| 12230 | Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | 12079 | Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score |
| 12231 | 12080 | ||
| @@ -12235,21 +12084,21 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score | |||
| 12235 | 12084 | ||
| 12236 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate | 12085 | ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate |
| 12237 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" | 12086 | ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el" |
| 12238 | ;;;;;; (18104 24750)) | 12087 | ;;;;;; (18177 861)) |
| 12239 | ;;; Generated autoloads from gnus/gnus-ml.el | 12088 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 12240 | 12089 | ||
| 12241 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" "\ | 12090 | (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\ |
| 12242 | Not documented | 12091 | Not documented |
| 12243 | 12092 | ||
| 12244 | \(fn)" nil nil) | 12093 | \(fn)" nil nil) |
| 12245 | 12094 | ||
| 12246 | (autoload (quote gnus-mailing-list-insinuate) "gnus-ml" "\ | 12095 | (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\ |
| 12247 | Setup group parameters from List-Post header. | 12096 | Setup group parameters from List-Post header. |
| 12248 | If FORCE is non-nil, replace the old ones. | 12097 | If FORCE is non-nil, replace the old ones. |
| 12249 | 12098 | ||
| 12250 | \(fn &optional FORCE)" t nil) | 12099 | \(fn &optional FORCE)" t nil) |
| 12251 | 12100 | ||
| 12252 | (autoload (quote gnus-mailing-list-mode) "gnus-ml" "\ | 12101 | (autoload 'gnus-mailing-list-mode "gnus-ml" "\ |
| 12253 | Minor mode for providing mailing-list commands. | 12102 | Minor mode for providing mailing-list commands. |
| 12254 | 12103 | ||
| 12255 | \\{gnus-mailing-list-mode-map} | 12104 | \\{gnus-mailing-list-mode-map} |
| @@ -12260,10 +12109,10 @@ Minor mode for providing mailing-list commands. | |||
| 12260 | 12109 | ||
| 12261 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 12110 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 12262 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 12111 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 12263 | ;;;;;; (18104 24750)) | 12112 | ;;;;;; (18177 861)) |
| 12264 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 12113 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 12265 | 12114 | ||
| 12266 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 12115 | (autoload 'gnus-group-split-setup "gnus-mlspl" "\ |
| 12267 | Set up the split for nnmail-split-fancy. | 12116 | Set up the split for nnmail-split-fancy. |
| 12268 | Sets things up so that nnmail-split-fancy is used for mail | 12117 | Sets things up so that nnmail-split-fancy is used for mail |
| 12269 | splitting, and defines the variable nnmail-split-fancy according with | 12118 | splitting, and defines the variable nnmail-split-fancy according with |
| @@ -12287,7 +12136,7 @@ match any of the group-specified splitting rules. See | |||
| 12287 | 12136 | ||
| 12288 | \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil) | 12137 | \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil) |
| 12289 | 12138 | ||
| 12290 | (autoload (quote gnus-group-split-update) "gnus-mlspl" "\ | 12139 | (autoload 'gnus-group-split-update "gnus-mlspl" "\ |
| 12291 | Computes nnmail-split-fancy from group params and CATCH-ALL. | 12140 | Computes nnmail-split-fancy from group params and CATCH-ALL. |
| 12292 | It does this by calling by calling (gnus-group-split-fancy nil | 12141 | It does this by calling by calling (gnus-group-split-fancy nil |
| 12293 | nil CATCH-ALL). | 12142 | nil CATCH-ALL). |
| @@ -12297,7 +12146,7 @@ instead. This variable is set by gnus-group-split-setup. | |||
| 12297 | 12146 | ||
| 12298 | \(fn &optional CATCH-ALL)" t nil) | 12147 | \(fn &optional CATCH-ALL)" t nil) |
| 12299 | 12148 | ||
| 12300 | (autoload (quote gnus-group-split) "gnus-mlspl" "\ | 12149 | (autoload 'gnus-group-split "gnus-mlspl" "\ |
| 12301 | Uses information from group parameters in order to split mail. | 12150 | Uses information from group parameters in order to split mail. |
| 12302 | See `gnus-group-split-fancy' for more information. | 12151 | See `gnus-group-split-fancy' for more information. |
| 12303 | 12152 | ||
| @@ -12305,7 +12154,7 @@ gnus-group-split is a valid value for nnmail-split-methods. | |||
| 12305 | 12154 | ||
| 12306 | \(fn)" nil nil) | 12155 | \(fn)" nil nil) |
| 12307 | 12156 | ||
| 12308 | (autoload (quote gnus-group-split-fancy) "gnus-mlspl" "\ | 12157 | (autoload 'gnus-group-split-fancy "gnus-mlspl" "\ |
| 12309 | Uses information from group parameters in order to split mail. | 12158 | Uses information from group parameters in order to split mail. |
| 12310 | It can be embedded into `nnmail-split-fancy' lists with the SPLIT | 12159 | It can be embedded into `nnmail-split-fancy' lists with the SPLIT |
| 12311 | 12160 | ||
| @@ -12361,10 +12210,10 @@ Calling (gnus-group-split-fancy nil nil \"mail.others\") returns: | |||
| 12361 | ;;;*** | 12210 | ;;;*** |
| 12362 | 12211 | ||
| 12363 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" | 12212 | ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el" |
| 12364 | ;;;;;; (18104 24750)) | 12213 | ;;;;;; (18177 861)) |
| 12365 | ;;; Generated autoloads from gnus/gnus-move.el | 12214 | ;;; Generated autoloads from gnus/gnus-move.el |
| 12366 | 12215 | ||
| 12367 | (autoload (quote gnus-change-server) "gnus-move" "\ | 12216 | (autoload 'gnus-change-server "gnus-move" "\ |
| 12368 | Move from FROM-SERVER to TO-SERVER. | 12217 | Move from FROM-SERVER to TO-SERVER. |
| 12369 | Update the .newsrc.eld file to reflect the change of nntp server. | 12218 | Update the .newsrc.eld file to reflect the change of nntp server. |
| 12370 | 12219 | ||
| @@ -12373,40 +12222,40 @@ Update the .newsrc.eld file to reflect the change of nntp server. | |||
| 12373 | ;;;*** | 12222 | ;;;*** |
| 12374 | 12223 | ||
| 12375 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) | 12224 | ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) |
| 12376 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18104 24750)) | 12225 | ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18177 861)) |
| 12377 | ;;; Generated autoloads from gnus/gnus-msg.el | 12226 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 12378 | 12227 | ||
| 12379 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 12228 | (autoload 'gnus-msg-mail "gnus-msg" "\ |
| 12380 | Start editing a mail message to be sent. | 12229 | Start editing a mail message to be sent. |
| 12381 | Like `message-mail', but with Gnus paraphernalia, particularly the | 12230 | Like `message-mail', but with Gnus paraphernalia, particularly the |
| 12382 | Gcc: header for archiving purposes. | 12231 | Gcc: header for archiving purposes. |
| 12383 | 12232 | ||
| 12384 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS)" t nil) | 12233 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS)" t nil) |
| 12385 | 12234 | ||
| 12386 | (autoload (quote gnus-button-mailto) "gnus-msg" "\ | 12235 | (autoload 'gnus-button-mailto "gnus-msg" "\ |
| 12387 | Mail to ADDRESS. | 12236 | Mail to ADDRESS. |
| 12388 | 12237 | ||
| 12389 | \(fn ADDRESS)" nil nil) | 12238 | \(fn ADDRESS)" nil nil) |
| 12390 | 12239 | ||
| 12391 | (autoload (quote gnus-button-reply) "gnus-msg" "\ | 12240 | (autoload 'gnus-button-reply "gnus-msg" "\ |
| 12392 | Like `message-reply'. | 12241 | Like `message-reply'. |
| 12393 | 12242 | ||
| 12394 | \(fn &optional TO-ADDRESS WIDE)" t nil) | 12243 | \(fn &optional TO-ADDRESS WIDE)" t nil) |
| 12395 | 12244 | ||
| 12396 | (define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) | 12245 | (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| 12397 | 12246 | ||
| 12398 | ;;;*** | 12247 | ;;;*** |
| 12399 | 12248 | ||
| 12400 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) | 12249 | ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups) |
| 12401 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18104 24750)) | 12250 | ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18177 861)) |
| 12402 | ;;; Generated autoloads from gnus/gnus-nocem.el | 12251 | ;;; Generated autoloads from gnus/gnus-nocem.el |
| 12403 | 12252 | ||
| 12404 | (autoload (quote gnus-nocem-scan-groups) "gnus-nocem" "\ | 12253 | (autoload 'gnus-nocem-scan-groups "gnus-nocem" "\ |
| 12405 | Scan all NoCeM groups for new NoCeM messages. | 12254 | Scan all NoCeM groups for new NoCeM messages. |
| 12406 | 12255 | ||
| 12407 | \(fn)" t nil) | 12256 | \(fn)" t nil) |
| 12408 | 12257 | ||
| 12409 | (autoload (quote gnus-nocem-load-cache) "gnus-nocem" "\ | 12258 | (autoload 'gnus-nocem-load-cache "gnus-nocem" "\ |
| 12410 | Load the NoCeM cache. | 12259 | Load the NoCeM cache. |
| 12411 | 12260 | ||
| 12412 | \(fn)" t nil) | 12261 | \(fn)" t nil) |
| @@ -12415,22 +12264,22 @@ Load the NoCeM cache. | |||
| 12415 | 12264 | ||
| 12416 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon | 12265 | ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon |
| 12417 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" | 12266 | ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el" |
| 12418 | ;;;;;; (18104 24750)) | 12267 | ;;;;;; (18177 861)) |
| 12419 | ;;; Generated autoloads from gnus/gnus-picon.el | 12268 | ;;; Generated autoloads from gnus/gnus-picon.el |
| 12420 | 12269 | ||
| 12421 | (autoload (quote gnus-treat-from-picon) "gnus-picon" "\ | 12270 | (autoload 'gnus-treat-from-picon "gnus-picon" "\ |
| 12422 | Display picons in the From header. | 12271 | Display picons in the From header. |
| 12423 | If picons are already displayed, remove them. | 12272 | If picons are already displayed, remove them. |
| 12424 | 12273 | ||
| 12425 | \(fn)" t nil) | 12274 | \(fn)" t nil) |
| 12426 | 12275 | ||
| 12427 | (autoload (quote gnus-treat-mail-picon) "gnus-picon" "\ | 12276 | (autoload 'gnus-treat-mail-picon "gnus-picon" "\ |
| 12428 | Display picons in the Cc and To headers. | 12277 | Display picons in the Cc and To headers. |
| 12429 | If picons are already displayed, remove them. | 12278 | If picons are already displayed, remove them. |
| 12430 | 12279 | ||
| 12431 | \(fn)" t nil) | 12280 | \(fn)" t nil) |
| 12432 | 12281 | ||
| 12433 | (autoload (quote gnus-treat-newsgroups-picon) "gnus-picon" "\ | 12282 | (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\ |
| 12434 | Display picons in the Newsgroups and Followup-To headers. | 12283 | Display picons in the Newsgroups and Followup-To headers. |
| 12435 | If picons are already displayed, remove them. | 12284 | If picons are already displayed, remove them. |
| 12436 | 12285 | ||
| @@ -12442,67 +12291,67 @@ If picons are already displayed, remove them. | |||
| 12442 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection | 12291 | ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection |
| 12443 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement | 12292 | ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement |
| 12444 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" | 12293 | ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range" |
| 12445 | ;;;;;; "gnus/gnus-range.el" (18104 24750)) | 12294 | ;;;;;; "gnus/gnus-range.el" (18177 861)) |
| 12446 | ;;; Generated autoloads from gnus/gnus-range.el | 12295 | ;;; Generated autoloads from gnus/gnus-range.el |
| 12447 | 12296 | ||
| 12448 | (autoload (quote gnus-sorted-difference) "gnus-range" "\ | 12297 | (autoload 'gnus-sorted-difference "gnus-range" "\ |
| 12449 | Return a list of elements of LIST1 that do not appear in LIST2. | 12298 | Return a list of elements of LIST1 that do not appear in LIST2. |
| 12450 | Both lists have to be sorted over <. | 12299 | Both lists have to be sorted over <. |
| 12451 | The tail of LIST1 is not copied. | 12300 | The tail of LIST1 is not copied. |
| 12452 | 12301 | ||
| 12453 | \(fn LIST1 LIST2)" nil nil) | 12302 | \(fn LIST1 LIST2)" nil nil) |
| 12454 | 12303 | ||
| 12455 | (autoload (quote gnus-sorted-ndifference) "gnus-range" "\ | 12304 | (autoload 'gnus-sorted-ndifference "gnus-range" "\ |
| 12456 | Return a list of elements of LIST1 that do not appear in LIST2. | 12305 | Return a list of elements of LIST1 that do not appear in LIST2. |
| 12457 | Both lists have to be sorted over <. | 12306 | Both lists have to be sorted over <. |
| 12458 | LIST1 is modified. | 12307 | LIST1 is modified. |
| 12459 | 12308 | ||
| 12460 | \(fn LIST1 LIST2)" nil nil) | 12309 | \(fn LIST1 LIST2)" nil nil) |
| 12461 | 12310 | ||
| 12462 | (autoload (quote gnus-sorted-complement) "gnus-range" "\ | 12311 | (autoload 'gnus-sorted-complement "gnus-range" "\ |
| 12463 | Return a list of elements that are in LIST1 or LIST2 but not both. | 12312 | Return a list of elements that are in LIST1 or LIST2 but not both. |
| 12464 | Both lists have to be sorted over <. | 12313 | Both lists have to be sorted over <. |
| 12465 | 12314 | ||
| 12466 | \(fn LIST1 LIST2)" nil nil) | 12315 | \(fn LIST1 LIST2)" nil nil) |
| 12467 | 12316 | ||
| 12468 | (autoload (quote gnus-intersection) "gnus-range" "\ | 12317 | (autoload 'gnus-intersection "gnus-range" "\ |
| 12469 | Not documented | 12318 | Not documented |
| 12470 | 12319 | ||
| 12471 | \(fn LIST1 LIST2)" nil nil) | 12320 | \(fn LIST1 LIST2)" nil nil) |
| 12472 | 12321 | ||
| 12473 | (autoload (quote gnus-sorted-intersection) "gnus-range" "\ | 12322 | (autoload 'gnus-sorted-intersection "gnus-range" "\ |
| 12474 | Return intersection of LIST1 and LIST2. | 12323 | Return intersection of LIST1 and LIST2. |
| 12475 | LIST1 and LIST2 have to be sorted over <. | 12324 | LIST1 and LIST2 have to be sorted over <. |
| 12476 | 12325 | ||
| 12477 | \(fn LIST1 LIST2)" nil nil) | 12326 | \(fn LIST1 LIST2)" nil nil) |
| 12478 | 12327 | ||
| 12479 | (autoload (quote gnus-sorted-range-intersection) "gnus-range" "\ | 12328 | (autoload 'gnus-sorted-range-intersection "gnus-range" "\ |
| 12480 | Return intersection of RANGE1 and RANGE2. | 12329 | Return intersection of RANGE1 and RANGE2. |
| 12481 | RANGE1 and RANGE2 have to be sorted over <. | 12330 | RANGE1 and RANGE2 have to be sorted over <. |
| 12482 | 12331 | ||
| 12483 | \(fn RANGE1 RANGE2)" nil nil) | 12332 | \(fn RANGE1 RANGE2)" nil nil) |
| 12484 | 12333 | ||
| 12485 | (defalias (quote gnus-set-sorted-intersection) (quote gnus-sorted-nintersection)) | 12334 | (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection) |
| 12486 | 12335 | ||
| 12487 | (autoload (quote gnus-sorted-nintersection) "gnus-range" "\ | 12336 | (autoload 'gnus-sorted-nintersection "gnus-range" "\ |
| 12488 | Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1. | 12337 | Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1. |
| 12489 | LIST1 and LIST2 have to be sorted over <. | 12338 | LIST1 and LIST2 have to be sorted over <. |
| 12490 | 12339 | ||
| 12491 | \(fn LIST1 LIST2)" nil nil) | 12340 | \(fn LIST1 LIST2)" nil nil) |
| 12492 | 12341 | ||
| 12493 | (autoload (quote gnus-sorted-union) "gnus-range" "\ | 12342 | (autoload 'gnus-sorted-union "gnus-range" "\ |
| 12494 | Return union of LIST1 and LIST2. | 12343 | Return union of LIST1 and LIST2. |
| 12495 | LIST1 and LIST2 have to be sorted over <. | 12344 | LIST1 and LIST2 have to be sorted over <. |
| 12496 | 12345 | ||
| 12497 | \(fn LIST1 LIST2)" nil nil) | 12346 | \(fn LIST1 LIST2)" nil nil) |
| 12498 | 12347 | ||
| 12499 | (autoload (quote gnus-sorted-nunion) "gnus-range" "\ | 12348 | (autoload 'gnus-sorted-nunion "gnus-range" "\ |
| 12500 | Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1. | 12349 | Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1. |
| 12501 | LIST1 and LIST2 have to be sorted over <. | 12350 | LIST1 and LIST2 have to be sorted over <. |
| 12502 | 12351 | ||
| 12503 | \(fn LIST1 LIST2)" nil nil) | 12352 | \(fn LIST1 LIST2)" nil nil) |
| 12504 | 12353 | ||
| 12505 | (autoload (quote gnus-add-to-sorted-list) "gnus-range" "\ | 12354 | (autoload 'gnus-add-to-sorted-list "gnus-range" "\ |
| 12506 | Add NUM into sorted LIST by side effect. | 12355 | Add NUM into sorted LIST by side effect. |
| 12507 | 12356 | ||
| 12508 | \(fn LIST NUM)" nil nil) | 12357 | \(fn LIST NUM)" nil nil) |
| @@ -12510,15 +12359,15 @@ Add NUM into sorted LIST by side effect. | |||
| 12510 | ;;;*** | 12359 | ;;;*** |
| 12511 | 12360 | ||
| 12512 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) | 12361 | ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) |
| 12513 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18104 24750)) | 12362 | ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18177 861)) |
| 12514 | ;;; Generated autoloads from gnus/gnus-registry.el | 12363 | ;;; Generated autoloads from gnus/gnus-registry.el |
| 12515 | 12364 | ||
| 12516 | (autoload (quote gnus-registry-initialize) "gnus-registry" "\ | 12365 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| 12517 | Not documented | 12366 | Not documented |
| 12518 | 12367 | ||
| 12519 | \(fn)" t nil) | 12368 | \(fn)" t nil) |
| 12520 | 12369 | ||
| 12521 | (autoload (quote gnus-registry-install-hooks) "gnus-registry" "\ | 12370 | (autoload 'gnus-registry-install-hooks "gnus-registry" "\ |
| 12522 | Install the registry hooks. | 12371 | Install the registry hooks. |
| 12523 | 12372 | ||
| 12524 | \(fn)" t nil) | 12373 | \(fn)" t nil) |
| @@ -12526,11 +12375,11 @@ Install the registry hooks. | |||
| 12526 | ;;;*** | 12375 | ;;;*** |
| 12527 | 12376 | ||
| 12528 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate | 12377 | ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate |
| 12529 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18104 | 12378 | ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18177 |
| 12530 | ;;;;;; 24750)) | 12379 | ;;;;;; 861)) |
| 12531 | ;;; Generated autoloads from gnus/gnus-sieve.el | 12380 | ;;; Generated autoloads from gnus/gnus-sieve.el |
| 12532 | 12381 | ||
| 12533 | (autoload (quote gnus-sieve-update) "gnus-sieve" "\ | 12382 | (autoload 'gnus-sieve-update "gnus-sieve" "\ |
| 12534 | Update the Sieve script in gnus-sieve-file, by replacing the region | 12383 | Update the Sieve script in gnus-sieve-file, by replacing the region |
| 12535 | between gnus-sieve-region-start and gnus-sieve-region-end with | 12384 | between gnus-sieve-region-start and gnus-sieve-region-end with |
| 12536 | \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then | 12385 | \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then |
| @@ -12539,7 +12388,7 @@ See the documentation for these variables and functions for details. | |||
| 12539 | 12388 | ||
| 12540 | \(fn)" t nil) | 12389 | \(fn)" t nil) |
| 12541 | 12390 | ||
| 12542 | (autoload (quote gnus-sieve-generate) "gnus-sieve" "\ | 12391 | (autoload 'gnus-sieve-generate "gnus-sieve" "\ |
| 12543 | Generate the Sieve script in gnus-sieve-file, by replacing the region | 12392 | Generate the Sieve script in gnus-sieve-file, by replacing the region |
| 12544 | between gnus-sieve-region-start and gnus-sieve-region-end with | 12393 | between gnus-sieve-region-start and gnus-sieve-region-end with |
| 12545 | \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). | 12394 | \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost). |
| @@ -12547,7 +12396,7 @@ See the documentation for these variables and functions for details. | |||
| 12547 | 12396 | ||
| 12548 | \(fn)" t nil) | 12397 | \(fn)" t nil) |
| 12549 | 12398 | ||
| 12550 | (autoload (quote gnus-sieve-article-add-rule) "gnus-sieve" "\ | 12399 | (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\ |
| 12551 | Not documented | 12400 | Not documented |
| 12552 | 12401 | ||
| 12553 | \(fn)" t nil) | 12402 | \(fn)" t nil) |
| @@ -12555,10 +12404,10 @@ Not documented | |||
| 12555 | ;;;*** | 12404 | ;;;*** |
| 12556 | 12405 | ||
| 12557 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" | 12406 | ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" |
| 12558 | ;;;;;; (18104 24750)) | 12407 | ;;;;;; (18177 861)) |
| 12559 | ;;; Generated autoloads from gnus/gnus-soup.el | 12408 | ;;; Generated autoloads from gnus/gnus-soup.el |
| 12560 | 12409 | ||
| 12561 | (autoload (quote gnus-batch-brew-soup) "gnus-soup" "\ | 12410 | (autoload 'gnus-batch-brew-soup "gnus-soup" "\ |
| 12562 | Brew a SOUP packet from groups mention on the command line. | 12411 | Brew a SOUP packet from groups mention on the command line. |
| 12563 | Will use the remaining command line arguments as regular expressions | 12412 | Will use the remaining command line arguments as regular expressions |
| 12564 | for matching on group names. | 12413 | for matching on group names. |
| @@ -12575,10 +12424,10 @@ Note -- this function hasn't been implemented yet. | |||
| 12575 | ;;;*** | 12424 | ;;;*** |
| 12576 | 12425 | ||
| 12577 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" | 12426 | ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" |
| 12578 | ;;;;;; (18104 24750)) | 12427 | ;;;;;; (18177 861)) |
| 12579 | ;;; Generated autoloads from gnus/gnus-spec.el | 12428 | ;;; Generated autoloads from gnus/gnus-spec.el |
| 12580 | 12429 | ||
| 12581 | (autoload (quote gnus-update-format) "gnus-spec" "\ | 12430 | (autoload 'gnus-update-format "gnus-spec" "\ |
| 12582 | Update the format specification near point. | 12431 | Update the format specification near point. |
| 12583 | 12432 | ||
| 12584 | \(fn VAR)" t nil) | 12433 | \(fn VAR)" t nil) |
| @@ -12586,16 +12435,16 @@ Update the format specification near point. | |||
| 12586 | ;;;*** | 12435 | ;;;*** |
| 12587 | 12436 | ||
| 12588 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news | 12437 | ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news |
| 12589 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18104 | 12438 | ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18177 |
| 12590 | ;;;;;; 24750)) | 12439 | ;;;;;; 861)) |
| 12591 | ;;; Generated autoloads from gnus/gnus-start.el | 12440 | ;;; Generated autoloads from gnus/gnus-start.el |
| 12592 | 12441 | ||
| 12593 | (autoload (quote gnus-declare-backend) "gnus-start" "\ | 12442 | (autoload 'gnus-declare-backend "gnus-start" "\ |
| 12594 | Declare back end NAME with ABILITIES as a Gnus back end. | 12443 | Declare back end NAME with ABILITIES as a Gnus back end. |
| 12595 | 12444 | ||
| 12596 | \(fn NAME &rest ABILITIES)" nil nil) | 12445 | \(fn NAME &rest ABILITIES)" nil nil) |
| 12597 | 12446 | ||
| 12598 | (autoload (quote gnus-fixup-nnimap-unread-after-getting-new-news) "gnus-start" "\ | 12447 | (autoload 'gnus-fixup-nnimap-unread-after-getting-new-news "gnus-start" "\ |
| 12599 | Not documented | 12448 | Not documented |
| 12600 | 12449 | ||
| 12601 | \(fn)" nil nil) | 12450 | \(fn)" nil nil) |
| @@ -12603,20 +12452,20 @@ Not documented | |||
| 12603 | ;;;*** | 12452 | ;;;*** |
| 12604 | 12453 | ||
| 12605 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 12454 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 12606 | ;;;;;; (18104 24751)) | 12455 | ;;;;;; (18177 861)) |
| 12607 | ;;; Generated autoloads from gnus/gnus-win.el | 12456 | ;;; Generated autoloads from gnus/gnus-win.el |
| 12608 | 12457 | ||
| 12609 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 12458 | (autoload 'gnus-add-configuration "gnus-win" "\ |
| 12610 | Add the window configuration CONF to `gnus-buffer-configuration'. | 12459 | Add the window configuration CONF to `gnus-buffer-configuration'. |
| 12611 | 12460 | ||
| 12612 | \(fn CONF)" nil nil) | 12461 | \(fn CONF)" nil nil) |
| 12613 | 12462 | ||
| 12614 | ;;;*** | 12463 | ;;;*** |
| 12615 | 12464 | ||
| 12616 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18104 24761)) | 12465 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18177 871)) |
| 12617 | ;;; Generated autoloads from play/gomoku.el | 12466 | ;;; Generated autoloads from play/gomoku.el |
| 12618 | 12467 | ||
| 12619 | (autoload (quote gomoku) "gomoku" "\ | 12468 | (autoload 'gomoku "gomoku" "\ |
| 12620 | Start a Gomoku game between you and Emacs. | 12469 | Start a Gomoku game between you and Emacs. |
| 12621 | 12470 | ||
| 12622 | If a game is in progress, this command allow you to resume it. | 12471 | If a game is in progress, this command allow you to resume it. |
| @@ -12640,12 +12489,12 @@ Use \\[describe-mode] for more info. | |||
| 12640 | ;;;*** | 12489 | ;;;*** |
| 12641 | 12490 | ||
| 12642 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" | 12491 | ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr" |
| 12643 | ;;;;;; "net/goto-addr.el" (18104 24759)) | 12492 | ;;;;;; "net/goto-addr.el" (18177 869)) |
| 12644 | ;;; Generated autoloads from net/goto-addr.el | 12493 | ;;; Generated autoloads from net/goto-addr.el |
| 12645 | 12494 | ||
| 12646 | (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1") | 12495 | (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1") |
| 12647 | 12496 | ||
| 12648 | (autoload (quote goto-address-at-point) "goto-addr" "\ | 12497 | (autoload 'goto-address-at-point "goto-addr" "\ |
| 12649 | Send to the e-mail address or load the URL at point. | 12498 | Send to the e-mail address or load the URL at point. |
| 12650 | Send mail to address at point. See documentation for | 12499 | Send mail to address at point. See documentation for |
| 12651 | `goto-address-find-address-at-point'. If no address is found | 12500 | `goto-address-find-address-at-point'. If no address is found |
| @@ -12653,7 +12502,7 @@ there, then load the URL at or before point. | |||
| 12653 | 12502 | ||
| 12654 | \(fn &optional EVENT)" t nil) | 12503 | \(fn &optional EVENT)" t nil) |
| 12655 | 12504 | ||
| 12656 | (autoload (quote goto-address) "goto-addr" "\ | 12505 | (autoload 'goto-address "goto-addr" "\ |
| 12657 | Sets up goto-address functionality in the current buffer. | 12506 | Sets up goto-address functionality in the current buffer. |
| 12658 | Allows user to use mouse/keyboard command to click to go to a URL | 12507 | Allows user to use mouse/keyboard command to click to go to a URL |
| 12659 | or to send e-mail. | 12508 | or to send e-mail. |
| @@ -12670,13 +12519,13 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 12670 | 12519 | ||
| 12671 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults | 12520 | ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults |
| 12672 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command | 12521 | ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command |
| 12673 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18104 24766)) | 12522 | ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18190 35205)) |
| 12674 | ;;; Generated autoloads from progmodes/grep.el | 12523 | ;;; Generated autoloads from progmodes/grep.el |
| 12675 | 12524 | ||
| 12676 | (defvar grep-window-height nil "\ | 12525 | (defvar grep-window-height nil "\ |
| 12677 | *Number of lines in a grep window. If nil, use `compilation-window-height'.") | 12526 | *Number of lines in a grep window. If nil, use `compilation-window-height'.") |
| 12678 | 12527 | ||
| 12679 | (custom-autoload (quote grep-window-height) "grep" t) | 12528 | (custom-autoload 'grep-window-height "grep" t) |
| 12680 | 12529 | ||
| 12681 | (defvar grep-command nil "\ | 12530 | (defvar grep-command nil "\ |
| 12682 | The default grep command for \\[grep]. | 12531 | The default grep command for \\[grep]. |
| @@ -12687,21 +12536,21 @@ include it when specifying `grep-command'. | |||
| 12687 | The default value of this variable is set up by `grep-compute-defaults'; | 12536 | The default value of this variable is set up by `grep-compute-defaults'; |
| 12688 | call that function before using this variable in your program.") | 12537 | call that function before using this variable in your program.") |
| 12689 | 12538 | ||
| 12690 | (custom-autoload (quote grep-command) "grep" t) | 12539 | (custom-autoload 'grep-command "grep" t) |
| 12691 | 12540 | ||
| 12692 | (defvar grep-find-command nil "\ | 12541 | (defvar grep-find-command nil "\ |
| 12693 | The default find command for \\[grep-find]. | 12542 | The default find command for \\[grep-find]. |
| 12694 | The default value of this variable is set up by `grep-compute-defaults'; | 12543 | The default value of this variable is set up by `grep-compute-defaults'; |
| 12695 | call that function before using this variable in your program.") | 12544 | call that function before using this variable in your program.") |
| 12696 | 12545 | ||
| 12697 | (custom-autoload (quote grep-find-command) "grep" t) | 12546 | (custom-autoload 'grep-find-command "grep" t) |
| 12698 | 12547 | ||
| 12699 | (defvar grep-setup-hook nil "\ | 12548 | (defvar grep-setup-hook nil "\ |
| 12700 | List of hook functions run by `grep-process-setup' (see `run-hooks').") | 12549 | List of hook functions run by `grep-process-setup' (see `run-hooks').") |
| 12701 | 12550 | ||
| 12702 | (custom-autoload (quote grep-setup-hook) "grep" t) | 12551 | (custom-autoload 'grep-setup-hook "grep" t) |
| 12703 | 12552 | ||
| 12704 | (defvar grep-regexp-alist (quote (("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))) "\ | 12553 | (defvar grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ |
| 12705 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") | 12554 | Regexp used to match grep hits. See `compilation-error-regexp-alist'.") |
| 12706 | 12555 | ||
| 12707 | (defvar grep-program "grep" "\ | 12556 | (defvar grep-program "grep" "\ |
| @@ -12724,23 +12573,23 @@ This variable's value takes effect when `grep-compute-defaults' is called.") | |||
| 12724 | 12573 | ||
| 12725 | (defvar grep-find-history nil) | 12574 | (defvar grep-find-history nil) |
| 12726 | 12575 | ||
| 12727 | (autoload (quote grep-process-setup) "grep" "\ | 12576 | (autoload 'grep-process-setup "grep" "\ |
| 12728 | Setup compilation variables and buffer for `grep'. | 12577 | Setup compilation variables and buffer for `grep'. |
| 12729 | Set up `compilation-exit-message-function' and run `grep-setup-hook'. | 12578 | Set up `compilation-exit-message-function' and run `grep-setup-hook'. |
| 12730 | 12579 | ||
| 12731 | \(fn)" nil nil) | 12580 | \(fn)" nil nil) |
| 12732 | 12581 | ||
| 12733 | (autoload (quote grep-compute-defaults) "grep" "\ | 12582 | (autoload 'grep-compute-defaults "grep" "\ |
| 12734 | Not documented | 12583 | Not documented |
| 12735 | 12584 | ||
| 12736 | \(fn)" nil nil) | 12585 | \(fn)" nil nil) |
| 12737 | 12586 | ||
| 12738 | (autoload (quote grep-mode) "grep" "\ | 12587 | (autoload 'grep-mode "grep" "\ |
| 12739 | Sets `grep-last-buffer' and `compilation-window-height'. | 12588 | Sets `grep-last-buffer' and `compilation-window-height'. |
| 12740 | 12589 | ||
| 12741 | \(fn)" nil nil) | 12590 | \(fn)" nil nil) |
| 12742 | 12591 | ||
| 12743 | (autoload (quote grep) "grep" "\ | 12592 | (autoload 'grep "grep" "\ |
| 12744 | Run grep, with user-specified args, and collect output in a buffer. | 12593 | Run grep, with user-specified args, and collect output in a buffer. |
| 12745 | While grep runs asynchronously, you can use \\[next-error] (M-x next-error), | 12594 | While grep runs asynchronously, you can use \\[next-error] (M-x next-error), |
| 12746 | or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines | 12595 | or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines |
| @@ -12759,7 +12608,7 @@ if that history list is empty). | |||
| 12759 | 12608 | ||
| 12760 | \(fn COMMAND-ARGS)" t nil) | 12609 | \(fn COMMAND-ARGS)" t nil) |
| 12761 | 12610 | ||
| 12762 | (autoload (quote grep-find) "grep" "\ | 12611 | (autoload 'grep-find "grep" "\ |
| 12763 | Run grep via find, with user-specified args COMMAND-ARGS. | 12612 | Run grep via find, with user-specified args COMMAND-ARGS. |
| 12764 | Collect output in a buffer. | 12613 | Collect output in a buffer. |
| 12765 | While find runs asynchronously, you can use the \\[next-error] command | 12614 | While find runs asynchronously, you can use the \\[next-error] command |
| @@ -12770,9 +12619,9 @@ easily repeat a find command. | |||
| 12770 | 12619 | ||
| 12771 | \(fn COMMAND-ARGS)" t nil) | 12620 | \(fn COMMAND-ARGS)" t nil) |
| 12772 | 12621 | ||
| 12773 | (defalias (quote find-grep) (quote grep-find)) | 12622 | (defalias 'find-grep 'grep-find) |
| 12774 | 12623 | ||
| 12775 | (autoload (quote lgrep) "grep" "\ | 12624 | (autoload 'lgrep "grep" "\ |
| 12776 | Run grep, searching for REGEXP in FILES in directory DIR. | 12625 | Run grep, searching for REGEXP in FILES in directory DIR. |
| 12777 | The search is limited to file names matching shell pattern FILES. | 12626 | The search is limited to file names matching shell pattern FILES. |
| 12778 | FILES may use abbreviations defined in `grep-files-aliases', e.g. | 12627 | FILES may use abbreviations defined in `grep-files-aliases', e.g. |
| @@ -12790,7 +12639,7 @@ This command shares argument histories with \\[rgrep] and \\[grep]. | |||
| 12790 | 12639 | ||
| 12791 | \(fn REGEXP &optional FILES DIR)" t nil) | 12640 | \(fn REGEXP &optional FILES DIR)" t nil) |
| 12792 | 12641 | ||
| 12793 | (autoload (quote rgrep) "grep" "\ | 12642 | (autoload 'rgrep "grep" "\ |
| 12794 | Recursively grep for REGEXP in FILES in directory tree rooted at DIR. | 12643 | Recursively grep for REGEXP in FILES in directory tree rooted at DIR. |
| 12795 | The search is limited to file names matching shell pattern FILES. | 12644 | The search is limited to file names matching shell pattern FILES. |
| 12796 | FILES may use abbreviations defined in `grep-files-aliases', e.g. | 12645 | FILES may use abbreviations defined in `grep-files-aliases', e.g. |
| @@ -12810,10 +12659,10 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]. | |||
| 12810 | 12659 | ||
| 12811 | ;;;*** | 12660 | ;;;*** |
| 12812 | 12661 | ||
| 12813 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (18104 24737)) | 12662 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (18177 863)) |
| 12814 | ;;; Generated autoloads from gs.el | 12663 | ;;; Generated autoloads from gs.el |
| 12815 | 12664 | ||
| 12816 | (autoload (quote gs-load-image) "gs" "\ | 12665 | (autoload 'gs-load-image "gs" "\ |
| 12817 | Load a PS image for display on FRAME. | 12666 | Load a PS image for display on FRAME. |
| 12818 | SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width | 12667 | SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width |
| 12819 | and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of | 12668 | and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of |
| @@ -12823,11 +12672,11 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 12823 | 12672 | ||
| 12824 | ;;;*** | 12673 | ;;;*** |
| 12825 | 12674 | ||
| 12826 | ;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gdb) | 12675 | ;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb) |
| 12827 | ;;;;;; "gud" "progmodes/gud.el" (18104 24766)) | 12676 | ;;;;;; "gud" "progmodes/gud.el" (18190 35205)) |
| 12828 | ;;; Generated autoloads from progmodes/gud.el | 12677 | ;;; Generated autoloads from progmodes/gud.el |
| 12829 | 12678 | ||
| 12830 | (autoload (quote gdb) "gud" "\ | 12679 | (autoload 'gud-gdb "gud" "\ |
| 12831 | Run gdb on program FILE in buffer *gud-FILE*. | 12680 | Run gdb on program FILE in buffer *gud-FILE*. |
| 12832 | The directory containing FILE becomes the initial working | 12681 | The directory containing FILE becomes the initial working |
| 12833 | directory and source-file directory for your debugger. By | 12682 | directory and source-file directory for your debugger. By |
| @@ -12843,21 +12692,21 @@ session. | |||
| 12843 | 12692 | ||
| 12844 | \(fn COMMAND-LINE)" t nil) | 12693 | \(fn COMMAND-LINE)" t nil) |
| 12845 | 12694 | ||
| 12846 | (autoload (quote sdb) "gud" "\ | 12695 | (autoload 'sdb "gud" "\ |
| 12847 | Run sdb on program FILE in buffer *gud-FILE*. | 12696 | Run sdb on program FILE in buffer *gud-FILE*. |
| 12848 | The directory containing FILE becomes the initial working directory | 12697 | The directory containing FILE becomes the initial working directory |
| 12849 | and source-file directory for your debugger. | 12698 | and source-file directory for your debugger. |
| 12850 | 12699 | ||
| 12851 | \(fn COMMAND-LINE)" t nil) | 12700 | \(fn COMMAND-LINE)" t nil) |
| 12852 | 12701 | ||
| 12853 | (autoload (quote dbx) "gud" "\ | 12702 | (autoload 'dbx "gud" "\ |
| 12854 | Run dbx on program FILE in buffer *gud-FILE*. | 12703 | Run dbx on program FILE in buffer *gud-FILE*. |
| 12855 | The directory containing FILE becomes the initial working directory | 12704 | The directory containing FILE becomes the initial working directory |
| 12856 | and source-file directory for your debugger. | 12705 | and source-file directory for your debugger. |
| 12857 | 12706 | ||
| 12858 | \(fn COMMAND-LINE)" t nil) | 12707 | \(fn COMMAND-LINE)" t nil) |
| 12859 | 12708 | ||
| 12860 | (autoload (quote xdb) "gud" "\ | 12709 | (autoload 'xdb "gud" "\ |
| 12861 | Run xdb on program FILE in buffer *gud-FILE*. | 12710 | Run xdb on program FILE in buffer *gud-FILE*. |
| 12862 | The directory containing FILE becomes the initial working directory | 12711 | The directory containing FILE becomes the initial working directory |
| 12863 | and source-file directory for your debugger. | 12712 | and source-file directory for your debugger. |
| @@ -12867,21 +12716,21 @@ directories if your program contains sources from more than one directory. | |||
| 12867 | 12716 | ||
| 12868 | \(fn COMMAND-LINE)" t nil) | 12717 | \(fn COMMAND-LINE)" t nil) |
| 12869 | 12718 | ||
| 12870 | (autoload (quote perldb) "gud" "\ | 12719 | (autoload 'perldb "gud" "\ |
| 12871 | Run perldb on program FILE in buffer *gud-FILE*. | 12720 | Run perldb on program FILE in buffer *gud-FILE*. |
| 12872 | The directory containing FILE becomes the initial working directory | 12721 | The directory containing FILE becomes the initial working directory |
| 12873 | and source-file directory for your debugger. | 12722 | and source-file directory for your debugger. |
| 12874 | 12723 | ||
| 12875 | \(fn COMMAND-LINE)" t nil) | 12724 | \(fn COMMAND-LINE)" t nil) |
| 12876 | 12725 | ||
| 12877 | (autoload (quote pdb) "gud" "\ | 12726 | (autoload 'pdb "gud" "\ |
| 12878 | Run pdb on program FILE in buffer `*gud-FILE*'. | 12727 | Run pdb on program FILE in buffer `*gud-FILE*'. |
| 12879 | The directory containing FILE becomes the initial working directory | 12728 | The directory containing FILE becomes the initial working directory |
| 12880 | and source-file directory for your debugger. | 12729 | and source-file directory for your debugger. |
| 12881 | 12730 | ||
| 12882 | \(fn COMMAND-LINE)" t nil) | 12731 | \(fn COMMAND-LINE)" t nil) |
| 12883 | 12732 | ||
| 12884 | (autoload (quote jdb) "gud" "\ | 12733 | (autoload 'jdb "gud" "\ |
| 12885 | Run jdb with command line COMMAND-LINE in a buffer. | 12734 | Run jdb with command line COMMAND-LINE in a buffer. |
| 12886 | The buffer is named \"*gud*\" if no initial class is given or | 12735 | The buffer is named \"*gud*\" if no initial class is given or |
| 12887 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" | 12736 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" |
| @@ -12898,20 +12747,20 @@ gud, see `gud-mode'. | |||
| 12898 | \(fn COMMAND-LINE)" t nil) | 12747 | \(fn COMMAND-LINE)" t nil) |
| 12899 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") | 12748 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") |
| 12900 | 12749 | ||
| 12901 | (add-to-list (quote auto-mode-alist) (quote ("/\\.[a-z0-9-]*gdbinit" . gdb-script-mode))) | 12750 | (add-to-list 'auto-mode-alist '("/\\.[a-z0-9-]*gdbinit" . gdb-script-mode)) |
| 12902 | 12751 | ||
| 12903 | (autoload (quote gdb-script-mode) "gud" "\ | 12752 | (autoload 'gdb-script-mode "gud" "\ |
| 12904 | Major mode for editing GDB scripts | 12753 | Major mode for editing GDB scripts |
| 12905 | 12754 | ||
| 12906 | \(fn)" t nil) | 12755 | \(fn)" t nil) |
| 12907 | 12756 | ||
| 12908 | ;;;*** | 12757 | ;;;*** |
| 12909 | 12758 | ||
| 12910 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18104 | 12759 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18177 |
| 12911 | ;;;;;; 24761)) | 12760 | ;;;;;; 871)) |
| 12912 | ;;; Generated autoloads from play/handwrite.el | 12761 | ;;; Generated autoloads from play/handwrite.el |
| 12913 | 12762 | ||
| 12914 | (autoload (quote handwrite) "handwrite" "\ | 12763 | (autoload 'handwrite "handwrite" "\ |
| 12915 | Turns the buffer into a \"handwritten\" document. | 12764 | Turns the buffer into a \"handwritten\" document. |
| 12916 | The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt' | 12765 | The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt' |
| 12917 | and `handwrite-13pt' set up for various sizes of output. | 12766 | and `handwrite-13pt' set up for various sizes of output. |
| @@ -12926,15 +12775,15 @@ Variables: handwrite-linespace (default 12) | |||
| 12926 | ;;;*** | 12775 | ;;;*** |
| 12927 | 12776 | ||
| 12928 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 12777 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 12929 | ;;;;;; (17754 24255)) | 12778 | ;;;;;; (17928 6535)) |
| 12930 | ;;; Generated autoloads from play/hanoi.el | 12779 | ;;; Generated autoloads from play/hanoi.el |
| 12931 | 12780 | ||
| 12932 | (autoload (quote hanoi) "hanoi" "\ | 12781 | (autoload 'hanoi "hanoi" "\ |
| 12933 | Towers of Hanoi diversion. Use NRINGS rings. | 12782 | Towers of Hanoi diversion. Use NRINGS rings. |
| 12934 | 12783 | ||
| 12935 | \(fn NRINGS)" t nil) | 12784 | \(fn NRINGS)" t nil) |
| 12936 | 12785 | ||
| 12937 | (autoload (quote hanoi-unix) "hanoi" "\ | 12786 | (autoload 'hanoi-unix "hanoi" "\ |
| 12938 | Towers of Hanoi, UNIX doomsday version. | 12787 | Towers of Hanoi, UNIX doomsday version. |
| 12939 | Displays 32-ring towers that have been progressing at one move per | 12788 | Displays 32-ring towers that have been progressing at one move per |
| 12940 | second since 1970-01-01 00:00:00 GMT. | 12789 | second since 1970-01-01 00:00:00 GMT. |
| @@ -12943,7 +12792,7 @@ Repent before ring 31 moves. | |||
| 12943 | 12792 | ||
| 12944 | \(fn)" t nil) | 12793 | \(fn)" t nil) |
| 12945 | 12794 | ||
| 12946 | (autoload (quote hanoi-unix-64) "hanoi" "\ | 12795 | (autoload 'hanoi-unix-64 "hanoi" "\ |
| 12947 | Like hanoi-unix, but pretend to have a 64-bit clock. | 12796 | Like hanoi-unix, but pretend to have a 64-bit clock. |
| 12948 | This is, necessarily (as of Emacs 20.3), a crock. When the | 12797 | This is, necessarily (as of Emacs 20.3), a crock. When the |
| 12949 | current-time interface is made s2G-compliant, hanoi.el will need | 12798 | current-time interface is made s2G-compliant, hanoi.el will need |
| @@ -12956,10 +12805,10 @@ to be updated. | |||
| 12956 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12805 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12957 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12806 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12958 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12807 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| 12959 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18104 24737)) | 12808 | ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18177 863)) |
| 12960 | ;;; Generated autoloads from help-at-pt.el | 12809 | ;;; Generated autoloads from help-at-pt.el |
| 12961 | 12810 | ||
| 12962 | (autoload (quote help-at-pt-string) "help-at-pt" "\ | 12811 | (autoload 'help-at-pt-string "help-at-pt" "\ |
| 12963 | Return the help-echo string at point. | 12812 | Return the help-echo string at point. |
| 12964 | Normally, the string produced by the `help-echo' text or overlay | 12813 | Normally, the string produced by the `help-echo' text or overlay |
| 12965 | property, or nil, is returned. | 12814 | property, or nil, is returned. |
| @@ -12969,7 +12818,7 @@ can also be t, if that is the value of the `kbd-help' property. | |||
| 12969 | 12818 | ||
| 12970 | \(fn &optional KBD)" nil nil) | 12819 | \(fn &optional KBD)" nil nil) |
| 12971 | 12820 | ||
| 12972 | (autoload (quote help-at-pt-kbd-string) "help-at-pt" "\ | 12821 | (autoload 'help-at-pt-kbd-string "help-at-pt" "\ |
| 12973 | Return the keyboard help string at point. | 12822 | Return the keyboard help string at point. |
| 12974 | If the `kbd-help' text or overlay property at point produces a | 12823 | If the `kbd-help' text or overlay property at point produces a |
| 12975 | string, return it. Otherwise, use the `help-echo' property. If | 12824 | string, return it. Otherwise, use the `help-echo' property. If |
| @@ -12977,7 +12826,7 @@ this produces no string either, return nil. | |||
| 12977 | 12826 | ||
| 12978 | \(fn)" nil nil) | 12827 | \(fn)" nil nil) |
| 12979 | 12828 | ||
| 12980 | (autoload (quote display-local-help) "help-at-pt" "\ | 12829 | (autoload 'display-local-help "help-at-pt" "\ |
| 12981 | Display local help in the echo area. | 12830 | Display local help in the echo area. |
| 12982 | This displays a short help message, namely the string produced by | 12831 | This displays a short help message, namely the string produced by |
| 12983 | the `kbd-help' property at point. If `kbd-help' does not produce | 12832 | the `kbd-help' property at point. If `kbd-help' does not produce |
| @@ -12990,19 +12839,19 @@ mainly meant for use from Lisp. | |||
| 12990 | 12839 | ||
| 12991 | \(fn &optional ARG)" t nil) | 12840 | \(fn &optional ARG)" t nil) |
| 12992 | 12841 | ||
| 12993 | (autoload (quote help-at-pt-cancel-timer) "help-at-pt" "\ | 12842 | (autoload 'help-at-pt-cancel-timer "help-at-pt" "\ |
| 12994 | Cancel any timer set by `help-at-pt-set-timer'. | 12843 | Cancel any timer set by `help-at-pt-set-timer'. |
| 12995 | This disables `help-at-pt-display-when-idle'. | 12844 | This disables `help-at-pt-display-when-idle'. |
| 12996 | 12845 | ||
| 12997 | \(fn)" t nil) | 12846 | \(fn)" t nil) |
| 12998 | 12847 | ||
| 12999 | (autoload (quote help-at-pt-set-timer) "help-at-pt" "\ | 12848 | (autoload 'help-at-pt-set-timer "help-at-pt" "\ |
| 13000 | Enable `help-at-pt-display-when-idle'. | 12849 | Enable `help-at-pt-display-when-idle'. |
| 13001 | This is done by setting a timer, if none is currently active. | 12850 | This is done by setting a timer, if none is currently active. |
| 13002 | 12851 | ||
| 13003 | \(fn)" t nil) | 12852 | \(fn)" t nil) |
| 13004 | 12853 | ||
| 13005 | (defvar help-at-pt-display-when-idle (quote never) "\ | 12854 | (defvar help-at-pt-display-when-idle 'never "\ |
| 13006 | *Automatically show local help on point-over. | 12855 | *Automatically show local help on point-over. |
| 13007 | If the value is t, the string obtained from any `kbd-help' or | 12856 | If the value is t, the string obtained from any `kbd-help' or |
| 13008 | `help-echo' property at point is automatically printed in the | 12857 | `help-echo' property at point is automatically printed in the |
| @@ -13029,9 +12878,9 @@ Thus, Custom distinguishes between a nil value and other values | |||
| 13029 | that disable the feature, which Custom identifies with `never'. | 12878 | that disable the feature, which Custom identifies with `never'. |
| 13030 | The default is `never'.") | 12879 | The default is `never'.") |
| 13031 | 12880 | ||
| 13032 | (custom-autoload (quote help-at-pt-display-when-idle) "help-at-pt" nil) | 12881 | (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil) |
| 13033 | 12882 | ||
| 13034 | (autoload (quote scan-buf-move-to-region) "help-at-pt" "\ | 12883 | (autoload 'scan-buf-move-to-region "help-at-pt" "\ |
| 13035 | Go to the start of the next region with non-nil PROP property. | 12884 | Go to the start of the next region with non-nil PROP property. |
| 13036 | Then run HOOK, which should be a quoted symbol that is a normal | 12885 | Then run HOOK, which should be a quoted symbol that is a normal |
| 13037 | hook variable, or an expression evaluating to such a symbol. | 12886 | hook variable, or an expression evaluating to such a symbol. |
| @@ -13050,7 +12899,7 @@ in the error message. Point is not moved and HOOK is not run. | |||
| 13050 | 12899 | ||
| 13051 | \(fn PROP &optional ARG HOOK)" nil nil) | 12900 | \(fn PROP &optional ARG HOOK)" nil nil) |
| 13052 | 12901 | ||
| 13053 | (autoload (quote scan-buf-next-region) "help-at-pt" "\ | 12902 | (autoload 'scan-buf-next-region "help-at-pt" "\ |
| 13054 | Go to the start of the next region with non-nil help-echo. | 12903 | Go to the start of the next region with non-nil help-echo. |
| 13055 | Print the help found there using `display-local-help'. Adjacent | 12904 | Print the help found there using `display-local-help'. Adjacent |
| 13056 | areas with different non-nil help-echo properties are considered | 12905 | areas with different non-nil help-echo properties are considered |
| @@ -13072,7 +12921,7 @@ rarely happens in practice. | |||
| 13072 | 12921 | ||
| 13073 | \(fn &optional ARG)" t nil) | 12922 | \(fn &optional ARG)" t nil) |
| 13074 | 12923 | ||
| 13075 | (autoload (quote scan-buf-previous-region) "help-at-pt" "\ | 12924 | (autoload 'scan-buf-previous-region "help-at-pt" "\ |
| 13076 | Go to the start of the previous region with non-nil help-echo. | 12925 | Go to the start of the previous region with non-nil help-echo. |
| 13077 | Print the help found there using `display-local-help'. Adjacent | 12926 | Print the help found there using `display-local-help'. Adjacent |
| 13078 | areas with different non-nil help-echo properties are considered | 12927 | areas with different non-nil help-echo properties are considered |
| @@ -13086,38 +12935,38 @@ different regions. With numeric argument ARG, behaves like | |||
| 13086 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 12935 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 13087 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name | 12936 | ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name |
| 13088 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" | 12937 | ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el" |
| 13089 | ;;;;;; (18104 24737)) | 12938 | ;;;;;; (18190 35191)) |
| 13090 | ;;; Generated autoloads from help-fns.el | 12939 | ;;; Generated autoloads from help-fns.el |
| 13091 | 12940 | ||
| 13092 | (autoload (quote describe-function) "help-fns" "\ | 12941 | (autoload 'describe-function "help-fns" "\ |
| 13093 | Display the full documentation of FUNCTION (a symbol). | 12942 | Display the full documentation of FUNCTION (a symbol). |
| 13094 | 12943 | ||
| 13095 | \(fn FUNCTION)" t nil) | 12944 | \(fn FUNCTION)" t nil) |
| 13096 | 12945 | ||
| 13097 | (autoload (quote help-C-file-name) "help-fns" "\ | 12946 | (autoload 'help-C-file-name "help-fns" "\ |
| 13098 | Return the name of the C file where SUBR-OR-VAR is defined. | 12947 | Return the name of the C file where SUBR-OR-VAR is defined. |
| 13099 | KIND should be `var' for a variable or `subr' for a subroutine. | 12948 | KIND should be `var' for a variable or `subr' for a subroutine. |
| 13100 | 12949 | ||
| 13101 | \(fn SUBR-OR-VAR KIND)" nil nil) | 12950 | \(fn SUBR-OR-VAR KIND)" nil nil) |
| 13102 | 12951 | ||
| 13103 | (autoload (quote describe-simplify-lib-file-name) "help-fns" "\ | 12952 | (autoload 'describe-simplify-lib-file-name "help-fns" "\ |
| 13104 | Simplify a library name FILE to a relative name, and make it a source file. | 12953 | Simplify a library name FILE to a relative name, and make it a source file. |
| 13105 | 12954 | ||
| 13106 | \(fn FILE)" nil nil) | 12955 | \(fn FILE)" nil nil) |
| 13107 | 12956 | ||
| 13108 | (autoload (quote describe-function-1) "help-fns" "\ | 12957 | (autoload 'describe-function-1 "help-fns" "\ |
| 13109 | Not documented | 12958 | Not documented |
| 13110 | 12959 | ||
| 13111 | \(fn FUNCTION)" nil nil) | 12960 | \(fn FUNCTION)" nil nil) |
| 13112 | 12961 | ||
| 13113 | (autoload (quote variable-at-point) "help-fns" "\ | 12962 | (autoload 'variable-at-point "help-fns" "\ |
| 13114 | Return the bound variable symbol found at or before point. | 12963 | Return the bound variable symbol found at or before point. |
| 13115 | Return 0 if there is no such symbol. | 12964 | Return 0 if there is no such symbol. |
| 13116 | If ANY-SYMBOL is non-nil, don't insist the symbol be bound. | 12965 | If ANY-SYMBOL is non-nil, don't insist the symbol be bound. |
| 13117 | 12966 | ||
| 13118 | \(fn &optional ANY-SYMBOL)" nil nil) | 12967 | \(fn &optional ANY-SYMBOL)" nil nil) |
| 13119 | 12968 | ||
| 13120 | (autoload (quote describe-variable) "help-fns" "\ | 12969 | (autoload 'describe-variable "help-fns" "\ |
| 13121 | Display the full documentation of VARIABLE (a symbol). | 12970 | Display the full documentation of VARIABLE (a symbol). |
| 13122 | Returns the documentation as a string, also. | 12971 | Returns the documentation as a string, also. |
| 13123 | If VARIABLE has a buffer-local value in BUFFER or FRAME | 12972 | If VARIABLE has a buffer-local value in BUFFER or FRAME |
| @@ -13126,14 +12975,14 @@ it is displayed along with the global value. | |||
| 13126 | 12975 | ||
| 13127 | \(fn VARIABLE &optional BUFFER FRAME)" t nil) | 12976 | \(fn VARIABLE &optional BUFFER FRAME)" t nil) |
| 13128 | 12977 | ||
| 13129 | (autoload (quote describe-syntax) "help-fns" "\ | 12978 | (autoload 'describe-syntax "help-fns" "\ |
| 13130 | Describe the syntax specifications in the syntax table of BUFFER. | 12979 | Describe the syntax specifications in the syntax table of BUFFER. |
| 13131 | The descriptions are inserted in a help buffer, which is then displayed. | 12980 | The descriptions are inserted in a help buffer, which is then displayed. |
| 13132 | BUFFER defaults to the current buffer. | 12981 | BUFFER defaults to the current buffer. |
| 13133 | 12982 | ||
| 13134 | \(fn &optional BUFFER)" t nil) | 12983 | \(fn &optional BUFFER)" t nil) |
| 13135 | 12984 | ||
| 13136 | (autoload (quote describe-categories) "help-fns" "\ | 12985 | (autoload 'describe-categories "help-fns" "\ |
| 13137 | Describe the category specifications in the current category table. | 12986 | Describe the category specifications in the current category table. |
| 13138 | The descriptions are inserted in a buffer, which is then displayed. | 12987 | The descriptions are inserted in a buffer, which is then displayed. |
| 13139 | If BUFFER is non-nil, then describe BUFFER's category table instead. | 12988 | If BUFFER is non-nil, then describe BUFFER's category table instead. |
| @@ -13144,7 +12993,7 @@ BUFFER should be a buffer or a buffer name. | |||
| 13144 | ;;;*** | 12993 | ;;;*** |
| 13145 | 12994 | ||
| 13146 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 12995 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 13147 | ;;;;;; (18104 24737)) | 12996 | ;;;;;; (18177 863)) |
| 13148 | ;;; Generated autoloads from help-macro.el | 12997 | ;;; Generated autoloads from help-macro.el |
| 13149 | 12998 | ||
| 13150 | (defvar three-step-help nil "\ | 12999 | (defvar three-step-help nil "\ |
| @@ -13154,16 +13003,16 @@ and window listing and describing the options. | |||
| 13154 | A value of nil means skip the middle step, so that | 13003 | A value of nil means skip the middle step, so that |
| 13155 | \\[help-command] \\[help-command] gives the window that lists the options.") | 13004 | \\[help-command] \\[help-command] gives the window that lists the options.") |
| 13156 | 13005 | ||
| 13157 | (custom-autoload (quote three-step-help) "help-macro" t) | 13006 | (custom-autoload 'three-step-help "help-macro" t) |
| 13158 | 13007 | ||
| 13159 | ;;;*** | 13008 | ;;;*** |
| 13160 | 13009 | ||
| 13161 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | 13010 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button |
| 13162 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | 13011 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup |
| 13163 | ;;;;;; help-mode) "help-mode" "help-mode.el" (18104 24737)) | 13012 | ;;;;;; help-mode) "help-mode" "help-mode.el" (18177 863)) |
| 13164 | ;;; Generated autoloads from help-mode.el | 13013 | ;;; Generated autoloads from help-mode.el |
| 13165 | 13014 | ||
| 13166 | (autoload (quote help-mode) "help-mode" "\ | 13015 | (autoload 'help-mode "help-mode" "\ |
| 13167 | Major mode for viewing help text and navigating references in it. | 13016 | Major mode for viewing help text and navigating references in it. |
| 13168 | Entry to this mode runs the normal hook `help-mode-hook'. | 13017 | Entry to this mode runs the normal hook `help-mode-hook'. |
| 13169 | Commands: | 13018 | Commands: |
| @@ -13171,17 +13020,17 @@ Commands: | |||
| 13171 | 13020 | ||
| 13172 | \(fn)" t nil) | 13021 | \(fn)" t nil) |
| 13173 | 13022 | ||
| 13174 | (autoload (quote help-mode-setup) "help-mode" "\ | 13023 | (autoload 'help-mode-setup "help-mode" "\ |
| 13175 | Not documented | 13024 | Not documented |
| 13176 | 13025 | ||
| 13177 | \(fn)" nil nil) | 13026 | \(fn)" nil nil) |
| 13178 | 13027 | ||
| 13179 | (autoload (quote help-mode-finish) "help-mode" "\ | 13028 | (autoload 'help-mode-finish "help-mode" "\ |
| 13180 | Not documented | 13029 | Not documented |
| 13181 | 13030 | ||
| 13182 | \(fn)" nil nil) | 13031 | \(fn)" nil nil) |
| 13183 | 13032 | ||
| 13184 | (autoload (quote help-setup-xref) "help-mode" "\ | 13033 | (autoload 'help-setup-xref "help-mode" "\ |
| 13185 | Invoked from commands using the \"*Help*\" buffer to install some xref info. | 13034 | Invoked from commands using the \"*Help*\" buffer to install some xref info. |
| 13186 | 13035 | ||
| 13187 | ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help | 13036 | ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help |
| @@ -13195,7 +13044,7 @@ restore it properly when going back. | |||
| 13195 | 13044 | ||
| 13196 | \(fn ITEM INTERACTIVE-P)" nil nil) | 13045 | \(fn ITEM INTERACTIVE-P)" nil nil) |
| 13197 | 13046 | ||
| 13198 | (autoload (quote help-make-xrefs) "help-mode" "\ | 13047 | (autoload 'help-make-xrefs "help-mode" "\ |
| 13199 | Parse and hyperlink documentation cross-references in the given BUFFER. | 13048 | Parse and hyperlink documentation cross-references in the given BUFFER. |
| 13200 | 13049 | ||
| 13201 | Find cross-reference information in a buffer and activate such cross | 13050 | Find cross-reference information in a buffer and activate such cross |
| @@ -13218,7 +13067,7 @@ that. | |||
| 13218 | 13067 | ||
| 13219 | \(fn &optional BUFFER)" t nil) | 13068 | \(fn &optional BUFFER)" t nil) |
| 13220 | 13069 | ||
| 13221 | (autoload (quote help-xref-button) "help-mode" "\ | 13070 | (autoload 'help-xref-button "help-mode" "\ |
| 13222 | Make a hyperlink for cross-reference text previously matched. | 13071 | Make a hyperlink for cross-reference text previously matched. |
| 13223 | MATCH-NUMBER is the subexpression of interest in the last matched | 13072 | MATCH-NUMBER is the subexpression of interest in the last matched |
| 13224 | regexp. TYPE is the type of button to use. Any remaining arguments are | 13073 | regexp. TYPE is the type of button to use. Any remaining arguments are |
| @@ -13227,7 +13076,7 @@ See `help-make-xrefs'. | |||
| 13227 | 13076 | ||
| 13228 | \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil) | 13077 | \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil) |
| 13229 | 13078 | ||
| 13230 | (autoload (quote help-insert-xref-button) "help-mode" "\ | 13079 | (autoload 'help-insert-xref-button "help-mode" "\ |
| 13231 | Insert STRING and make a hyperlink from cross-reference text on it. | 13080 | Insert STRING and make a hyperlink from cross-reference text on it. |
| 13232 | TYPE is the type of button to use. Any remaining arguments are passed | 13081 | TYPE is the type of button to use. Any remaining arguments are passed |
| 13233 | to the button's help-function when it is invoked. | 13082 | to the button's help-function when it is invoked. |
| @@ -13235,7 +13084,7 @@ See `help-make-xrefs'. | |||
| 13235 | 13084 | ||
| 13236 | \(fn STRING TYPE &rest ARGS)" nil nil) | 13085 | \(fn STRING TYPE &rest ARGS)" nil nil) |
| 13237 | 13086 | ||
| 13238 | (autoload (quote help-xref-on-pp) "help-mode" "\ | 13087 | (autoload 'help-xref-on-pp "help-mode" "\ |
| 13239 | Add xrefs for symbols in `pp's output between FROM and TO. | 13088 | Add xrefs for symbols in `pp's output between FROM and TO. |
| 13240 | 13089 | ||
| 13241 | \(fn FROM TO)" nil nil) | 13090 | \(fn FROM TO)" nil nil) |
| @@ -13243,15 +13092,15 @@ Add xrefs for symbols in `pp's output between FROM and TO. | |||
| 13243 | ;;;*** | 13092 | ;;;*** |
| 13244 | 13093 | ||
| 13245 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 13094 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 13246 | ;;;;;; "emacs-lisp/helper.el" (18104 24748)) | 13095 | ;;;;;; "emacs-lisp/helper.el" (18177 858)) |
| 13247 | ;;; Generated autoloads from emacs-lisp/helper.el | 13096 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 13248 | 13097 | ||
| 13249 | (autoload (quote Helper-describe-bindings) "helper" "\ | 13098 | (autoload 'Helper-describe-bindings "helper" "\ |
| 13250 | Describe local key bindings of current mode. | 13099 | Describe local key bindings of current mode. |
| 13251 | 13100 | ||
| 13252 | \(fn)" t nil) | 13101 | \(fn)" t nil) |
| 13253 | 13102 | ||
| 13254 | (autoload (quote Helper-help) "helper" "\ | 13103 | (autoload 'Helper-help "helper" "\ |
| 13255 | Provide help for current mode. | 13104 | Provide help for current mode. |
| 13256 | 13105 | ||
| 13257 | \(fn)" t nil) | 13106 | \(fn)" t nil) |
| @@ -13259,10 +13108,10 @@ Provide help for current mode. | |||
| 13259 | ;;;*** | 13108 | ;;;*** |
| 13260 | 13109 | ||
| 13261 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 13110 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 13262 | ;;;;;; "hexl.el" (18104 24737)) | 13111 | ;;;;;; "hexl.el" (18177 863)) |
| 13263 | ;;; Generated autoloads from hexl.el | 13112 | ;;; Generated autoloads from hexl.el |
| 13264 | 13113 | ||
| 13265 | (autoload (quote hexl-mode) "hexl" "\ | 13114 | (autoload 'hexl-mode "hexl" "\ |
| 13266 | \\<hexl-mode-map>A mode for editing binary files in hex dump format. | 13115 | \\<hexl-mode-map>A mode for editing binary files in hex dump format. |
| 13267 | This is not an ordinary major mode; it alters some aspects | 13116 | This is not an ordinary major mode; it alters some aspects |
| 13268 | of the current mode's behavior, but not all; also, you can exit | 13117 | of the current mode's behavior, but not all; also, you can exit |
| @@ -13338,14 +13187,14 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. | |||
| 13338 | 13187 | ||
| 13339 | \(fn &optional ARG)" t nil) | 13188 | \(fn &optional ARG)" t nil) |
| 13340 | 13189 | ||
| 13341 | (autoload (quote hexl-find-file) "hexl" "\ | 13190 | (autoload 'hexl-find-file "hexl" "\ |
| 13342 | Edit file FILENAME as a binary file in hex dump format. | 13191 | Edit file FILENAME as a binary file in hex dump format. |
| 13343 | Switch to a buffer visiting file FILENAME, creating one if none exists, | 13192 | Switch to a buffer visiting file FILENAME, creating one if none exists, |
| 13344 | and edit the file in `hexl-mode'. | 13193 | and edit the file in `hexl-mode'. |
| 13345 | 13194 | ||
| 13346 | \(fn FILENAME)" t nil) | 13195 | \(fn FILENAME)" t nil) |
| 13347 | 13196 | ||
| 13348 | (autoload (quote hexlify-buffer) "hexl" "\ | 13197 | (autoload 'hexlify-buffer "hexl" "\ |
| 13349 | Convert a binary buffer to hexl format. | 13198 | Convert a binary buffer to hexl format. |
| 13350 | This discards the buffer's undo information. | 13199 | This discards the buffer's undo information. |
| 13351 | 13200 | ||
| @@ -13356,10 +13205,10 @@ This discards the buffer's undo information. | |||
| 13356 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer | 13205 | ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer |
| 13357 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer | 13206 | ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer |
| 13358 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" | 13207 | ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" |
| 13359 | ;;;;;; (18104 24737)) | 13208 | ;;;;;; (18190 35191)) |
| 13360 | ;;; Generated autoloads from hi-lock.el | 13209 | ;;; Generated autoloads from hi-lock.el |
| 13361 | 13210 | ||
| 13362 | (autoload (quote hi-lock-mode) "hi-lock" "\ | 13211 | (autoload 'hi-lock-mode "hi-lock" "\ |
| 13363 | Toggle minor mode for interactively adding font-lock highlighting patterns. | 13212 | Toggle minor mode for interactively adding font-lock highlighting patterns. |
| 13364 | 13213 | ||
| 13365 | If ARG positive, turn hi-lock on. Issuing a hi-lock command will also | 13214 | If ARG positive, turn hi-lock on. Issuing a hi-lock command will also |
| @@ -13387,7 +13236,7 @@ called interactively, are: | |||
| 13387 | Write active REGEXPs into buffer as comments (if possible). They may | 13236 | Write active REGEXPs into buffer as comments (if possible). They may |
| 13388 | be read the next time file is loaded or when the \\[hi-lock-find-patterns] command | 13237 | be read the next time file is loaded or when the \\[hi-lock-find-patterns] command |
| 13389 | is issued. The inserted regexps are in the form of font lock keywords. | 13238 | is issued. The inserted regexps are in the form of font lock keywords. |
| 13390 | (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns], | 13239 | (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns], |
| 13391 | any valid `font-lock-keywords' form is acceptable. When a file is | 13240 | any valid `font-lock-keywords' form is acceptable. When a file is |
| 13392 | loaded the patterns are read if `hi-lock-file-patterns-policy is | 13241 | loaded the patterns are read if `hi-lock-file-patterns-policy is |
| 13393 | 'ask and the user responds y to the prompt, or if | 13242 | 'ask and the user responds y to the prompt, or if |
| @@ -13417,9 +13266,9 @@ Setting this variable directly does not take effect; | |||
| 13417 | either customize it (see the info node `Easy Customization') | 13266 | either customize it (see the info node `Easy Customization') |
| 13418 | or call the function `global-hi-lock-mode'.") | 13267 | or call the function `global-hi-lock-mode'.") |
| 13419 | 13268 | ||
| 13420 | (custom-autoload (quote global-hi-lock-mode) "hi-lock" nil) | 13269 | (custom-autoload 'global-hi-lock-mode "hi-lock" nil) |
| 13421 | 13270 | ||
| 13422 | (autoload (quote global-hi-lock-mode) "hi-lock" "\ | 13271 | (autoload 'global-hi-lock-mode "hi-lock" "\ |
| 13423 | Toggle Hi-Lock mode in every possible buffer. | 13272 | Toggle Hi-Lock mode in every possible buffer. |
| 13424 | With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive. | 13273 | With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive. |
| 13425 | Hi-Lock mode is enabled in all buffers where `turn-on-hi-lock-if-enabled' would do it. | 13274 | Hi-Lock mode is enabled in all buffers where `turn-on-hi-lock-if-enabled' would do it. |
| @@ -13427,9 +13276,9 @@ See `hi-lock-mode' for more information on Hi-Lock mode. | |||
| 13427 | 13276 | ||
| 13428 | \(fn &optional ARG)" t nil) | 13277 | \(fn &optional ARG)" t nil) |
| 13429 | 13278 | ||
| 13430 | (defalias (quote highlight-lines-matching-regexp) (quote hi-lock-line-face-buffer)) | 13279 | (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer) |
| 13431 | 13280 | ||
| 13432 | (autoload (quote hi-lock-line-face-buffer) "hi-lock" "\ | 13281 | (autoload 'hi-lock-line-face-buffer "hi-lock" "\ |
| 13433 | Set face of all lines containing a match of REGEXP to FACE. | 13282 | Set face of all lines containing a match of REGEXP to FACE. |
| 13434 | 13283 | ||
| 13435 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 13284 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| @@ -13439,9 +13288,9 @@ list maintained for regexps, global history maintained for faces. | |||
| 13439 | 13288 | ||
| 13440 | \(fn REGEXP &optional FACE)" t nil) | 13289 | \(fn REGEXP &optional FACE)" t nil) |
| 13441 | 13290 | ||
| 13442 | (defalias (quote highlight-regexp) (quote hi-lock-face-buffer)) | 13291 | (defalias 'highlight-regexp 'hi-lock-face-buffer) |
| 13443 | 13292 | ||
| 13444 | (autoload (quote hi-lock-face-buffer) "hi-lock" "\ | 13293 | (autoload 'hi-lock-face-buffer "hi-lock" "\ |
| 13445 | Set face of each match of REGEXP to FACE. | 13294 | Set face of each match of REGEXP to FACE. |
| 13446 | 13295 | ||
| 13447 | Interactively, prompt for REGEXP then FACE. Buffer-local history | 13296 | Interactively, prompt for REGEXP then FACE. Buffer-local history |
| @@ -13451,9 +13300,9 @@ list maintained for regexps, global history maintained for faces. | |||
| 13451 | 13300 | ||
| 13452 | \(fn REGEXP &optional FACE)" t nil) | 13301 | \(fn REGEXP &optional FACE)" t nil) |
| 13453 | 13302 | ||
| 13454 | (defalias (quote highlight-phrase) (quote hi-lock-face-phrase-buffer)) | 13303 | (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer) |
| 13455 | 13304 | ||
| 13456 | (autoload (quote hi-lock-face-phrase-buffer) "hi-lock" "\ | 13305 | (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\ |
| 13457 | Set face of each match of phrase REGEXP to FACE. | 13306 | Set face of each match of phrase REGEXP to FACE. |
| 13458 | 13307 | ||
| 13459 | Whitespace in REGEXP converted to arbitrary whitespace and initial | 13308 | Whitespace in REGEXP converted to arbitrary whitespace and initial |
| @@ -13461,9 +13310,9 @@ lower-case letters made case insensitive. | |||
| 13461 | 13310 | ||
| 13462 | \(fn REGEXP &optional FACE)" t nil) | 13311 | \(fn REGEXP &optional FACE)" t nil) |
| 13463 | 13312 | ||
| 13464 | (defalias (quote unhighlight-regexp) (quote hi-lock-unface-buffer)) | 13313 | (defalias 'unhighlight-regexp 'hi-lock-unface-buffer) |
| 13465 | 13314 | ||
| 13466 | (autoload (quote hi-lock-unface-buffer) "hi-lock" "\ | 13315 | (autoload 'hi-lock-unface-buffer "hi-lock" "\ |
| 13467 | Remove highlighting of each match to REGEXP set by hi-lock. | 13316 | Remove highlighting of each match to REGEXP set by hi-lock. |
| 13468 | 13317 | ||
| 13469 | Interactively, prompt for REGEXP. Buffer-local history of inserted | 13318 | Interactively, prompt for REGEXP. Buffer-local history of inserted |
| @@ -13474,7 +13323,7 @@ interactive functions. (See `hi-lock-interactive-patterns'.) | |||
| 13474 | 13323 | ||
| 13475 | \(fn REGEXP)" t nil) | 13324 | \(fn REGEXP)" t nil) |
| 13476 | 13325 | ||
| 13477 | (autoload (quote hi-lock-write-interactive-patterns) "hi-lock" "\ | 13326 | (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\ |
| 13478 | Write interactively added patterns, if any, into buffer at point. | 13327 | Write interactively added patterns, if any, into buffer at point. |
| 13479 | 13328 | ||
| 13480 | Interactively added patterns are those normally specified using | 13329 | Interactively added patterns are those normally specified using |
| @@ -13486,10 +13335,10 @@ be found in variable `hi-lock-interactive-patterns'. | |||
| 13486 | ;;;*** | 13335 | ;;;*** |
| 13487 | 13336 | ||
| 13488 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially | 13337 | ;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially |
| 13489 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (18104 24766)) | 13338 | ;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (18177 872)) |
| 13490 | ;;; Generated autoloads from progmodes/hideif.el | 13339 | ;;; Generated autoloads from progmodes/hideif.el |
| 13491 | 13340 | ||
| 13492 | (autoload (quote hide-ifdef-mode) "hideif" "\ | 13341 | (autoload 'hide-ifdef-mode "hideif" "\ |
| 13493 | Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. | 13342 | Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. |
| 13494 | With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. | 13343 | With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise. |
| 13495 | In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor | 13344 | In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor |
| @@ -13526,25 +13375,25 @@ how the hiding is done: | |||
| 13526 | (defvar hide-ifdef-initially nil "\ | 13375 | (defvar hide-ifdef-initially nil "\ |
| 13527 | *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.") | 13376 | *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.") |
| 13528 | 13377 | ||
| 13529 | (custom-autoload (quote hide-ifdef-initially) "hideif" t) | 13378 | (custom-autoload 'hide-ifdef-initially "hideif" t) |
| 13530 | 13379 | ||
| 13531 | (defvar hide-ifdef-read-only nil "\ | 13380 | (defvar hide-ifdef-read-only nil "\ |
| 13532 | *Set to non-nil if you want buffer to be read-only while hiding text.") | 13381 | *Set to non-nil if you want buffer to be read-only while hiding text.") |
| 13533 | 13382 | ||
| 13534 | (custom-autoload (quote hide-ifdef-read-only) "hideif" t) | 13383 | (custom-autoload 'hide-ifdef-read-only "hideif" t) |
| 13535 | 13384 | ||
| 13536 | (defvar hide-ifdef-lines nil "\ | 13385 | (defvar hide-ifdef-lines nil "\ |
| 13537 | *Non-nil means hide the #ifX, #else, and #endif lines.") | 13386 | *Non-nil means hide the #ifX, #else, and #endif lines.") |
| 13538 | 13387 | ||
| 13539 | (custom-autoload (quote hide-ifdef-lines) "hideif" t) | 13388 | (custom-autoload 'hide-ifdef-lines "hideif" t) |
| 13540 | 13389 | ||
| 13541 | ;;;*** | 13390 | ;;;*** |
| 13542 | 13391 | ||
| 13543 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" | 13392 | ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el" |
| 13544 | ;;;;;; (18104 24766)) | 13393 | ;;;;;; (18177 873)) |
| 13545 | ;;; Generated autoloads from progmodes/hideshow.el | 13394 | ;;; Generated autoloads from progmodes/hideshow.el |
| 13546 | 13395 | ||
| 13547 | (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\ | 13396 | (defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "\ |
| 13548 | *Alist for initializing the hideshow variables for different modes. | 13397 | *Alist for initializing the hideshow variables for different modes. |
| 13549 | Each element has the form | 13398 | Each element has the form |
| 13550 | (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC). | 13399 | (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC). |
| @@ -13572,7 +13421,7 @@ If any of the elements is left nil or omitted, hideshow tries to guess | |||
| 13572 | appropriate values. The regexps should not contain leading or trailing | 13421 | appropriate values. The regexps should not contain leading or trailing |
| 13573 | whitespace. Case does not matter.") | 13422 | whitespace. Case does not matter.") |
| 13574 | 13423 | ||
| 13575 | (autoload (quote hs-minor-mode) "hideshow" "\ | 13424 | (autoload 'hs-minor-mode "hideshow" "\ |
| 13576 | Toggle hideshow minor mode. | 13425 | Toggle hideshow minor mode. |
| 13577 | With ARG, turn hideshow minor mode on if ARG is positive, off otherwise. | 13426 | With ARG, turn hideshow minor mode on if ARG is positive, off otherwise. |
| 13578 | When hideshow minor mode is on, the menu bar is augmented with hideshow | 13427 | When hideshow minor mode is on, the menu bar is augmented with hideshow |
| @@ -13593,7 +13442,7 @@ Key bindings: | |||
| 13593 | 13442 | ||
| 13594 | \(fn &optional ARG)" t nil) | 13443 | \(fn &optional ARG)" t nil) |
| 13595 | 13444 | ||
| 13596 | (autoload (quote turn-off-hideshow) "hideshow" "\ | 13445 | (autoload 'turn-off-hideshow "hideshow" "\ |
| 13597 | Unconditionally turn off `hs-minor-mode'. | 13446 | Unconditionally turn off `hs-minor-mode'. |
| 13598 | 13447 | ||
| 13599 | \(fn)" nil nil) | 13448 | \(fn)" nil nil) |
| @@ -13604,16 +13453,16 @@ Unconditionally turn off `hs-minor-mode'. | |||
| 13604 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces | 13453 | ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces |
| 13605 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change | 13454 | ;;;;;; highlight-changes-previous-change highlight-changes-next-change |
| 13606 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) | 13455 | ;;;;;; highlight-changes-mode highlight-changes-remove-highlight) |
| 13607 | ;;;;;; "hilit-chg" "hilit-chg.el" (18104 24737)) | 13456 | ;;;;;; "hilit-chg" "hilit-chg.el" (18177 863)) |
| 13608 | ;;; Generated autoloads from hilit-chg.el | 13457 | ;;; Generated autoloads from hilit-chg.el |
| 13609 | 13458 | ||
| 13610 | (autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ | 13459 | (autoload 'highlight-changes-remove-highlight "hilit-chg" "\ |
| 13611 | Remove the change face from the region between BEG and END. | 13460 | Remove the change face from the region between BEG and END. |
| 13612 | This allows you to manually remove highlighting from uninteresting changes. | 13461 | This allows you to manually remove highlighting from uninteresting changes. |
| 13613 | 13462 | ||
| 13614 | \(fn BEG END)" t nil) | 13463 | \(fn BEG END)" t nil) |
| 13615 | 13464 | ||
| 13616 | (autoload (quote highlight-changes-mode) "hilit-chg" "\ | 13465 | (autoload 'highlight-changes-mode "hilit-chg" "\ |
| 13617 | Toggle (or initially set) Highlight Changes mode. | 13466 | Toggle (or initially set) Highlight Changes mode. |
| 13618 | 13467 | ||
| 13619 | Without an argument: | 13468 | Without an argument: |
| @@ -13647,17 +13496,17 @@ Hook variables: | |||
| 13647 | 13496 | ||
| 13648 | \(fn &optional ARG)" t nil) | 13497 | \(fn &optional ARG)" t nil) |
| 13649 | 13498 | ||
| 13650 | (autoload (quote highlight-changes-next-change) "hilit-chg" "\ | 13499 | (autoload 'highlight-changes-next-change "hilit-chg" "\ |
| 13651 | Move to the beginning of the next change, if in Highlight Changes mode. | 13500 | Move to the beginning of the next change, if in Highlight Changes mode. |
| 13652 | 13501 | ||
| 13653 | \(fn)" t nil) | 13502 | \(fn)" t nil) |
| 13654 | 13503 | ||
| 13655 | (autoload (quote highlight-changes-previous-change) "hilit-chg" "\ | 13504 | (autoload 'highlight-changes-previous-change "hilit-chg" "\ |
| 13656 | Move to the beginning of the previous change, if in Highlight Changes mode. | 13505 | Move to the beginning of the previous change, if in Highlight Changes mode. |
| 13657 | 13506 | ||
| 13658 | \(fn)" t nil) | 13507 | \(fn)" t nil) |
| 13659 | 13508 | ||
| 13660 | (autoload (quote highlight-changes-rotate-faces) "hilit-chg" "\ | 13509 | (autoload 'highlight-changes-rotate-faces "hilit-chg" "\ |
| 13661 | Rotate the faces used by Highlight Changes mode. | 13510 | Rotate the faces used by Highlight Changes mode. |
| 13662 | 13511 | ||
| 13663 | Current changes are displayed in the face described by the first element | 13512 | Current changes are displayed in the face described by the first element |
| @@ -13673,7 +13522,7 @@ this, eval the following in the buffer to be saved: | |||
| 13673 | 13522 | ||
| 13674 | \(fn)" t nil) | 13523 | \(fn)" t nil) |
| 13675 | 13524 | ||
| 13676 | (autoload (quote highlight-compare-buffers) "hilit-chg" "\ | 13525 | (autoload 'highlight-compare-buffers "hilit-chg" "\ |
| 13677 | Compare two buffers and highlight the differences. | 13526 | Compare two buffers and highlight the differences. |
| 13678 | 13527 | ||
| 13679 | The default is the current buffer and the one in the next window. | 13528 | The default is the current buffer and the one in the next window. |
| @@ -13690,7 +13539,7 @@ changes are made, so \\[highlight-changes-next-change] and | |||
| 13690 | 13539 | ||
| 13691 | \(fn BUF-A BUF-B)" t nil) | 13540 | \(fn BUF-A BUF-B)" t nil) |
| 13692 | 13541 | ||
| 13693 | (autoload (quote highlight-compare-with-file) "hilit-chg" "\ | 13542 | (autoload 'highlight-compare-with-file "hilit-chg" "\ |
| 13694 | Compare this buffer with a file, and highlight differences. | 13543 | Compare this buffer with a file, and highlight differences. |
| 13695 | 13544 | ||
| 13696 | If the buffer has a backup filename, it is used as the default when | 13545 | If the buffer has a backup filename, it is used as the default when |
| @@ -13706,7 +13555,7 @@ changes are made, so \\[highlight-changes-next-change] and | |||
| 13706 | 13555 | ||
| 13707 | \(fn FILE-B)" t nil) | 13556 | \(fn FILE-B)" t nil) |
| 13708 | 13557 | ||
| 13709 | (autoload (quote global-highlight-changes) "hilit-chg" "\ | 13558 | (autoload 'global-highlight-changes "hilit-chg" "\ |
| 13710 | Turn on or off global Highlight Changes mode. | 13559 | Turn on or off global Highlight Changes mode. |
| 13711 | 13560 | ||
| 13712 | When called interactively: | 13561 | When called interactively: |
| @@ -13734,48 +13583,48 @@ variable `highlight-changes-global-changes-existing-buffers' is non-nil). | |||
| 13734 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction | 13583 | ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction |
| 13735 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space | 13584 | ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space |
| 13736 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" | 13585 | ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp" |
| 13737 | ;;;;;; "hippie-exp.el" (18104 24737)) | 13586 | ;;;;;; "hippie-exp.el" (18177 863)) |
| 13738 | ;;; Generated autoloads from hippie-exp.el | 13587 | ;;; Generated autoloads from hippie-exp.el |
| 13739 | 13588 | ||
| 13740 | (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\ | 13589 | (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\ |
| 13741 | The list of expansion functions tried in order by `hippie-expand'. | 13590 | The list of expansion functions tried in order by `hippie-expand'. |
| 13742 | To change the behavior of `hippie-expand', remove, change the order of, | 13591 | To change the behavior of `hippie-expand', remove, change the order of, |
| 13743 | or insert functions in this list.") | 13592 | or insert functions in this list.") |
| 13744 | 13593 | ||
| 13745 | (custom-autoload (quote hippie-expand-try-functions-list) "hippie-exp" t) | 13594 | (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t) |
| 13746 | 13595 | ||
| 13747 | (defvar hippie-expand-verbose t "\ | 13596 | (defvar hippie-expand-verbose t "\ |
| 13748 | *Non-nil makes `hippie-expand' output which function it is trying.") | 13597 | *Non-nil makes `hippie-expand' output which function it is trying.") |
| 13749 | 13598 | ||
| 13750 | (custom-autoload (quote hippie-expand-verbose) "hippie-exp" t) | 13599 | (custom-autoload 'hippie-expand-verbose "hippie-exp" t) |
| 13751 | 13600 | ||
| 13752 | (defvar hippie-expand-dabbrev-skip-space nil "\ | 13601 | (defvar hippie-expand-dabbrev-skip-space nil "\ |
| 13753 | *Non-nil means tolerate trailing spaces in the abbreviation to expand.") | 13602 | *Non-nil means tolerate trailing spaces in the abbreviation to expand.") |
| 13754 | 13603 | ||
| 13755 | (custom-autoload (quote hippie-expand-dabbrev-skip-space) "hippie-exp" t) | 13604 | (custom-autoload 'hippie-expand-dabbrev-skip-space "hippie-exp" t) |
| 13756 | 13605 | ||
| 13757 | (defvar hippie-expand-dabbrev-as-symbol t "\ | 13606 | (defvar hippie-expand-dabbrev-as-symbol t "\ |
| 13758 | *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.") | 13607 | *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.") |
| 13759 | 13608 | ||
| 13760 | (custom-autoload (quote hippie-expand-dabbrev-as-symbol) "hippie-exp" t) | 13609 | (custom-autoload 'hippie-expand-dabbrev-as-symbol "hippie-exp" t) |
| 13761 | 13610 | ||
| 13762 | (defvar hippie-expand-no-restriction t "\ | 13611 | (defvar hippie-expand-no-restriction t "\ |
| 13763 | *Non-nil means that narrowed buffers are widened during search.") | 13612 | *Non-nil means that narrowed buffers are widened during search.") |
| 13764 | 13613 | ||
| 13765 | (custom-autoload (quote hippie-expand-no-restriction) "hippie-exp" t) | 13614 | (custom-autoload 'hippie-expand-no-restriction "hippie-exp" t) |
| 13766 | 13615 | ||
| 13767 | (defvar hippie-expand-max-buffers nil "\ | 13616 | (defvar hippie-expand-max-buffers nil "\ |
| 13768 | *The maximum number of buffers (apart from the current) searched. | 13617 | *The maximum number of buffers (apart from the current) searched. |
| 13769 | If nil, all buffers are searched.") | 13618 | If nil, all buffers are searched.") |
| 13770 | 13619 | ||
| 13771 | (custom-autoload (quote hippie-expand-max-buffers) "hippie-exp" t) | 13620 | (custom-autoload 'hippie-expand-max-buffers "hippie-exp" t) |
| 13772 | 13621 | ||
| 13773 | (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\ | 13622 | (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode) "\ |
| 13774 | *A list specifying which buffers not to search (if not current). | 13623 | *A list specifying which buffers not to search (if not current). |
| 13775 | Can contain both regexps matching buffer names (as strings) and major modes | 13624 | Can contain both regexps matching buffer names (as strings) and major modes |
| 13776 | \(as atoms)") | 13625 | \(as atoms)") |
| 13777 | 13626 | ||
| 13778 | (custom-autoload (quote hippie-expand-ignore-buffers) "hippie-exp" t) | 13627 | (custom-autoload 'hippie-expand-ignore-buffers "hippie-exp" t) |
| 13779 | 13628 | ||
| 13780 | (defvar hippie-expand-only-buffers nil "\ | 13629 | (defvar hippie-expand-only-buffers nil "\ |
| 13781 | *A list specifying the only buffers to search (in addition to current). | 13630 | *A list specifying the only buffers to search (in addition to current). |
| @@ -13783,9 +13632,9 @@ Can contain both regexps matching buffer names (as strings) and major modes | |||
| 13783 | \(as atoms). If non-nil, this variable overrides the variable | 13632 | \(as atoms). If non-nil, this variable overrides the variable |
| 13784 | `hippie-expand-ignore-buffers'.") | 13633 | `hippie-expand-ignore-buffers'.") |
| 13785 | 13634 | ||
| 13786 | (custom-autoload (quote hippie-expand-only-buffers) "hippie-exp" t) | 13635 | (custom-autoload 'hippie-expand-only-buffers "hippie-exp" t) |
| 13787 | 13636 | ||
| 13788 | (autoload (quote hippie-expand) "hippie-exp" "\ | 13637 | (autoload 'hippie-expand "hippie-exp" "\ |
| 13789 | Try to expand text before point, using multiple methods. | 13638 | Try to expand text before point, using multiple methods. |
| 13790 | The expansion functions in `hippie-expand-try-functions-list' are | 13639 | The expansion functions in `hippie-expand-try-functions-list' are |
| 13791 | tried in order, until a possible expansion is found. Repeated | 13640 | tried in order, until a possible expansion is found. Repeated |
| @@ -13797,7 +13646,7 @@ undoes the expansion. | |||
| 13797 | 13646 | ||
| 13798 | \(fn ARG)" t nil) | 13647 | \(fn ARG)" t nil) |
| 13799 | 13648 | ||
| 13800 | (autoload (quote make-hippie-expand-function) "hippie-exp" "\ | 13649 | (autoload 'make-hippie-expand-function "hippie-exp" "\ |
| 13801 | Construct a function similar to `hippie-expand'. | 13650 | Construct a function similar to `hippie-expand'. |
| 13802 | Make it use the expansion functions in TRY-LIST. An optional second | 13651 | Make it use the expansion functions in TRY-LIST. An optional second |
| 13803 | argument VERBOSE non-nil makes the function verbose. | 13652 | argument VERBOSE non-nil makes the function verbose. |
| @@ -13807,10 +13656,10 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 13807 | ;;;*** | 13656 | ;;;*** |
| 13808 | 13657 | ||
| 13809 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 13658 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 13810 | ;;;;;; (18104 24737)) | 13659 | ;;;;;; (18177 863)) |
| 13811 | ;;; Generated autoloads from hl-line.el | 13660 | ;;; Generated autoloads from hl-line.el |
| 13812 | 13661 | ||
| 13813 | (autoload (quote hl-line-mode) "hl-line" "\ | 13662 | (autoload 'hl-line-mode "hl-line" "\ |
| 13814 | Buffer-local minor mode to highlight the line about point. | 13663 | Buffer-local minor mode to highlight the line about point. |
| 13815 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. | 13664 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. |
| 13816 | 13665 | ||
| @@ -13834,9 +13683,9 @@ Setting this variable directly does not take effect; | |||
| 13834 | either customize it (see the info node `Easy Customization') | 13683 | either customize it (see the info node `Easy Customization') |
| 13835 | or call the function `global-hl-line-mode'.") | 13684 | or call the function `global-hl-line-mode'.") |
| 13836 | 13685 | ||
| 13837 | (custom-autoload (quote global-hl-line-mode) "hl-line" nil) | 13686 | (custom-autoload 'global-hl-line-mode "hl-line" nil) |
| 13838 | 13687 | ||
| 13839 | (autoload (quote global-hl-line-mode) "hl-line" "\ | 13688 | (autoload 'global-hl-line-mode "hl-line" "\ |
| 13840 | Global minor mode to highlight the line about point in the current window. | 13689 | Global minor mode to highlight the line about point in the current window. |
| 13841 | With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise. | 13690 | With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise. |
| 13842 | 13691 | ||
| @@ -13848,10 +13697,10 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and | |||
| 13848 | ;;;*** | 13697 | ;;;*** |
| 13849 | 13698 | ||
| 13850 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 13699 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 13851 | ;;;;;; (18104 24745)) | 13700 | ;;;;;; (18190 35185)) |
| 13852 | ;;; Generated autoloads from calendar/holidays.el | 13701 | ;;; Generated autoloads from calendar/holidays.el |
| 13853 | 13702 | ||
| 13854 | (autoload (quote holidays) "holidays" "\ | 13703 | (autoload 'holidays "holidays" "\ |
| 13855 | Display the holidays for last month, this month, and next month. | 13704 | Display the holidays for last month, this month, and next month. |
| 13856 | If called with an optional prefix argument, prompts for month and year. | 13705 | If called with an optional prefix argument, prompts for month and year. |
| 13857 | 13706 | ||
| @@ -13859,7 +13708,7 @@ This function is suitable for execution in a .emacs file. | |||
| 13859 | 13708 | ||
| 13860 | \(fn &optional ARG)" t nil) | 13709 | \(fn &optional ARG)" t nil) |
| 13861 | 13710 | ||
| 13862 | (autoload (quote list-holidays) "holidays" "\ | 13711 | (autoload 'list-holidays "holidays" "\ |
| 13863 | Display holidays for years Y1 to Y2 (inclusive). | 13712 | Display holidays for years Y1 to Y2 (inclusive). |
| 13864 | 13713 | ||
| 13865 | The optional list of holidays L defaults to `calendar-holidays'. | 13714 | The optional list of holidays L defaults to `calendar-holidays'. |
| @@ -13884,11 +13733,11 @@ The optional LABEL is used to label the buffer created. | |||
| 13884 | 13733 | ||
| 13885 | ;;;*** | 13734 | ;;;*** |
| 13886 | 13735 | ||
| 13887 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18104 | 13736 | ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18177 |
| 13888 | ;;;;;; 24751)) | 13737 | ;;;;;; 861)) |
| 13889 | ;;; Generated autoloads from gnus/html2text.el | 13738 | ;;; Generated autoloads from gnus/html2text.el |
| 13890 | 13739 | ||
| 13891 | (autoload (quote html2text) "html2text" "\ | 13740 | (autoload 'html2text "html2text" "\ |
| 13892 | Convert HTML to plain text in the current buffer. | 13741 | Convert HTML to plain text in the current buffer. |
| 13893 | 13742 | ||
| 13894 | \(fn)" t nil) | 13743 | \(fn)" t nil) |
| @@ -13917,41 +13766,41 @@ Convert HTML to plain text in the current buffer. | |||
| 13917 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | 13766 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group |
| 13918 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | 13767 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group |
| 13919 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | 13768 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode |
| 13920 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18104 24737)) | 13769 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18177 863)) |
| 13921 | ;;; Generated autoloads from ibuf-ext.el | 13770 | ;;; Generated autoloads from ibuf-ext.el |
| 13922 | 13771 | ||
| 13923 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | 13772 | (autoload 'ibuffer-auto-mode "ibuf-ext" "\ |
| 13924 | Toggle use of Ibuffer's auto-update facility. | 13773 | Toggle use of Ibuffer's auto-update facility. |
| 13925 | With numeric ARG, enable auto-update if and only if ARG is positive. | 13774 | With numeric ARG, enable auto-update if and only if ARG is positive. |
| 13926 | 13775 | ||
| 13927 | \(fn &optional ARG)" t nil) | 13776 | \(fn &optional ARG)" t nil) |
| 13928 | 13777 | ||
| 13929 | (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\ | 13778 | (autoload 'ibuffer-mouse-filter-by-mode "ibuf-ext" "\ |
| 13930 | Enable or disable filtering by the major mode chosen via mouse. | 13779 | Enable or disable filtering by the major mode chosen via mouse. |
| 13931 | 13780 | ||
| 13932 | \(fn EVENT)" t nil) | 13781 | \(fn EVENT)" t nil) |
| 13933 | 13782 | ||
| 13934 | (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\ | 13783 | (autoload 'ibuffer-interactive-filter-by-mode "ibuf-ext" "\ |
| 13935 | Enable or disable filtering by the major mode at point. | 13784 | Enable or disable filtering by the major mode at point. |
| 13936 | 13785 | ||
| 13937 | \(fn EVENT-OR-POINT)" t nil) | 13786 | \(fn EVENT-OR-POINT)" t nil) |
| 13938 | 13787 | ||
| 13939 | (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\ | 13788 | (autoload 'ibuffer-mouse-toggle-filter-group "ibuf-ext" "\ |
| 13940 | Toggle the display status of the filter group chosen with the mouse. | 13789 | Toggle the display status of the filter group chosen with the mouse. |
| 13941 | 13790 | ||
| 13942 | \(fn EVENT)" t nil) | 13791 | \(fn EVENT)" t nil) |
| 13943 | 13792 | ||
| 13944 | (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\ | 13793 | (autoload 'ibuffer-toggle-filter-group "ibuf-ext" "\ |
| 13945 | Toggle the display status of the filter group on this line. | 13794 | Toggle the display status of the filter group on this line. |
| 13946 | 13795 | ||
| 13947 | \(fn)" t nil) | 13796 | \(fn)" t nil) |
| 13948 | 13797 | ||
| 13949 | (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\ | 13798 | (autoload 'ibuffer-forward-filter-group "ibuf-ext" "\ |
| 13950 | Move point forwards by COUNT filtering groups. | 13799 | Move point forwards by COUNT filtering groups. |
| 13951 | 13800 | ||
| 13952 | \(fn &optional COUNT)" t nil) | 13801 | \(fn &optional COUNT)" t nil) |
| 13953 | 13802 | ||
| 13954 | (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\ | 13803 | (autoload 'ibuffer-backward-filter-group "ibuf-ext" "\ |
| 13955 | Move point backwards by COUNT filtering groups. | 13804 | Move point backwards by COUNT filtering groups. |
| 13956 | 13805 | ||
| 13957 | \(fn &optional COUNT)" t nil) | 13806 | \(fn &optional COUNT)" t nil) |
| @@ -13967,77 +13816,77 @@ Move point backwards by COUNT filtering groups. | |||
| 13967 | (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext") | 13816 | (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext") |
| 13968 | (autoload 'ibuffer-do-print "ibuf-ext") | 13817 | (autoload 'ibuffer-do-print "ibuf-ext") |
| 13969 | 13818 | ||
| 13970 | (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" "\ | 13819 | (autoload 'ibuffer-included-in-filters-p "ibuf-ext" "\ |
| 13971 | Not documented | 13820 | Not documented |
| 13972 | 13821 | ||
| 13973 | \(fn BUF FILTERS)" nil nil) | 13822 | \(fn BUF FILTERS)" nil nil) |
| 13974 | 13823 | ||
| 13975 | (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\ | 13824 | (autoload 'ibuffer-filters-to-filter-group "ibuf-ext" "\ |
| 13976 | Make the current filters into a filtering group. | 13825 | Make the current filters into a filtering group. |
| 13977 | 13826 | ||
| 13978 | \(fn NAME)" t nil) | 13827 | \(fn NAME)" t nil) |
| 13979 | 13828 | ||
| 13980 | (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\ | 13829 | (autoload 'ibuffer-set-filter-groups-by-mode "ibuf-ext" "\ |
| 13981 | Set the current filter groups to filter by mode. | 13830 | Set the current filter groups to filter by mode. |
| 13982 | 13831 | ||
| 13983 | \(fn)" t nil) | 13832 | \(fn)" t nil) |
| 13984 | 13833 | ||
| 13985 | (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\ | 13834 | (autoload 'ibuffer-pop-filter-group "ibuf-ext" "\ |
| 13986 | Remove the first filter group. | 13835 | Remove the first filter group. |
| 13987 | 13836 | ||
| 13988 | \(fn)" t nil) | 13837 | \(fn)" t nil) |
| 13989 | 13838 | ||
| 13990 | (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\ | 13839 | (autoload 'ibuffer-decompose-filter-group "ibuf-ext" "\ |
| 13991 | Decompose the filter group GROUP into active filters. | 13840 | Decompose the filter group GROUP into active filters. |
| 13992 | 13841 | ||
| 13993 | \(fn GROUP)" t nil) | 13842 | \(fn GROUP)" t nil) |
| 13994 | 13843 | ||
| 13995 | (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\ | 13844 | (autoload 'ibuffer-clear-filter-groups "ibuf-ext" "\ |
| 13996 | Remove all filter groups. | 13845 | Remove all filter groups. |
| 13997 | 13846 | ||
| 13998 | \(fn)" t nil) | 13847 | \(fn)" t nil) |
| 13999 | 13848 | ||
| 14000 | (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\ | 13849 | (autoload 'ibuffer-jump-to-filter-group "ibuf-ext" "\ |
| 14001 | Move point to the filter group whose name is NAME. | 13850 | Move point to the filter group whose name is NAME. |
| 14002 | 13851 | ||
| 14003 | \(fn NAME)" t nil) | 13852 | \(fn NAME)" t nil) |
| 14004 | 13853 | ||
| 14005 | (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\ | 13854 | (autoload 'ibuffer-kill-filter-group "ibuf-ext" "\ |
| 14006 | Kill the filter group named NAME. | 13855 | Kill the filter group named NAME. |
| 14007 | The group will be added to `ibuffer-filter-group-kill-ring'. | 13856 | The group will be added to `ibuffer-filter-group-kill-ring'. |
| 14008 | 13857 | ||
| 14009 | \(fn NAME)" t nil) | 13858 | \(fn NAME)" t nil) |
| 14010 | 13859 | ||
| 14011 | (autoload (quote ibuffer-kill-line) "ibuf-ext" "\ | 13860 | (autoload 'ibuffer-kill-line "ibuf-ext" "\ |
| 14012 | Kill the filter group at point. | 13861 | Kill the filter group at point. |
| 14013 | See also `ibuffer-kill-filter-group'. | 13862 | See also `ibuffer-kill-filter-group'. |
| 14014 | 13863 | ||
| 14015 | \(fn &optional ARG INTERACTIVE-P)" t nil) | 13864 | \(fn &optional ARG INTERACTIVE-P)" t nil) |
| 14016 | 13865 | ||
| 14017 | (autoload (quote ibuffer-yank) "ibuf-ext" "\ | 13866 | (autoload 'ibuffer-yank "ibuf-ext" "\ |
| 14018 | Yank the last killed filter group before group at point. | 13867 | Yank the last killed filter group before group at point. |
| 14019 | 13868 | ||
| 14020 | \(fn)" t nil) | 13869 | \(fn)" t nil) |
| 14021 | 13870 | ||
| 14022 | (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\ | 13871 | (autoload 'ibuffer-yank-filter-group "ibuf-ext" "\ |
| 14023 | Yank the last killed filter group before group named NAME. | 13872 | Yank the last killed filter group before group named NAME. |
| 14024 | 13873 | ||
| 14025 | \(fn NAME)" t nil) | 13874 | \(fn NAME)" t nil) |
| 14026 | 13875 | ||
| 14027 | (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\ | 13876 | (autoload 'ibuffer-save-filter-groups "ibuf-ext" "\ |
| 14028 | Save all active filter groups GROUPS as NAME. | 13877 | Save all active filter groups GROUPS as NAME. |
| 14029 | They are added to `ibuffer-saved-filter-groups'. Interactively, | 13878 | They are added to `ibuffer-saved-filter-groups'. Interactively, |
| 14030 | prompt for NAME, and use the current filters. | 13879 | prompt for NAME, and use the current filters. |
| 14031 | 13880 | ||
| 14032 | \(fn NAME GROUPS)" t nil) | 13881 | \(fn NAME GROUPS)" t nil) |
| 14033 | 13882 | ||
| 14034 | (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\ | 13883 | (autoload 'ibuffer-delete-saved-filter-groups "ibuf-ext" "\ |
| 14035 | Delete saved filter groups with NAME. | 13884 | Delete saved filter groups with NAME. |
| 14036 | They are removed from `ibuffer-saved-filter-groups'. | 13885 | They are removed from `ibuffer-saved-filter-groups'. |
| 14037 | 13886 | ||
| 14038 | \(fn NAME)" t nil) | 13887 | \(fn NAME)" t nil) |
| 14039 | 13888 | ||
| 14040 | (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\ | 13889 | (autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\ |
| 14041 | Set this buffer's filter groups to saved version with NAME. | 13890 | Set this buffer's filter groups to saved version with NAME. |
| 14042 | The value from `ibuffer-saved-filters' is used. | 13891 | The value from `ibuffer-saved-filters' is used. |
| 14043 | If prefix argument ADD is non-nil, then add the saved filters instead | 13892 | If prefix argument ADD is non-nil, then add the saved filters instead |
| @@ -14045,17 +13894,17 @@ of replacing the current filters. | |||
| 14045 | 13894 | ||
| 14046 | \(fn NAME)" t nil) | 13895 | \(fn NAME)" t nil) |
| 14047 | 13896 | ||
| 14048 | (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\ | 13897 | (autoload 'ibuffer-filter-disable "ibuf-ext" "\ |
| 14049 | Disable all filters currently in effect in this buffer. | 13898 | Disable all filters currently in effect in this buffer. |
| 14050 | 13899 | ||
| 14051 | \(fn)" t nil) | 13900 | \(fn)" t nil) |
| 14052 | 13901 | ||
| 14053 | (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\ | 13902 | (autoload 'ibuffer-pop-filter "ibuf-ext" "\ |
| 14054 | Remove the top filter in this buffer. | 13903 | Remove the top filter in this buffer. |
| 14055 | 13904 | ||
| 14056 | \(fn)" t nil) | 13905 | \(fn)" t nil) |
| 14057 | 13906 | ||
| 14058 | (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\ | 13907 | (autoload 'ibuffer-decompose-filter "ibuf-ext" "\ |
| 14059 | Separate the top compound filter (OR, NOT, or SAVED) in this buffer. | 13908 | Separate the top compound filter (OR, NOT, or SAVED) in this buffer. |
| 14060 | 13909 | ||
| 14061 | This means that the topmost filter on the filtering stack, which must | 13910 | This means that the topmost filter on the filtering stack, which must |
| @@ -14064,40 +13913,40 @@ turned into two separate filters [name: foo] and [mode: bar-mode]. | |||
| 14064 | 13913 | ||
| 14065 | \(fn)" t nil) | 13914 | \(fn)" t nil) |
| 14066 | 13915 | ||
| 14067 | (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\ | 13916 | (autoload 'ibuffer-exchange-filters "ibuf-ext" "\ |
| 14068 | Exchange the top two filters on the stack in this buffer. | 13917 | Exchange the top two filters on the stack in this buffer. |
| 14069 | 13918 | ||
| 14070 | \(fn)" t nil) | 13919 | \(fn)" t nil) |
| 14071 | 13920 | ||
| 14072 | (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\ | 13921 | (autoload 'ibuffer-negate-filter "ibuf-ext" "\ |
| 14073 | Negate the sense of the top filter in the current buffer. | 13922 | Negate the sense of the top filter in the current buffer. |
| 14074 | 13923 | ||
| 14075 | \(fn)" t nil) | 13924 | \(fn)" t nil) |
| 14076 | 13925 | ||
| 14077 | (autoload (quote ibuffer-or-filter) "ibuf-ext" "\ | 13926 | (autoload 'ibuffer-or-filter "ibuf-ext" "\ |
| 14078 | Replace the top two filters in this buffer with their logical OR. | 13927 | Replace the top two filters in this buffer with their logical OR. |
| 14079 | If optional argument REVERSE is non-nil, instead break the top OR | 13928 | If optional argument REVERSE is non-nil, instead break the top OR |
| 14080 | filter into parts. | 13929 | filter into parts. |
| 14081 | 13930 | ||
| 14082 | \(fn &optional REVERSE)" t nil) | 13931 | \(fn &optional REVERSE)" t nil) |
| 14083 | 13932 | ||
| 14084 | (autoload (quote ibuffer-save-filters) "ibuf-ext" "\ | 13933 | (autoload 'ibuffer-save-filters "ibuf-ext" "\ |
| 14085 | Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'. | 13934 | Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'. |
| 14086 | Interactively, prompt for NAME, and use the current filters. | 13935 | Interactively, prompt for NAME, and use the current filters. |
| 14087 | 13936 | ||
| 14088 | \(fn NAME FILTERS)" t nil) | 13937 | \(fn NAME FILTERS)" t nil) |
| 14089 | 13938 | ||
| 14090 | (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\ | 13939 | (autoload 'ibuffer-delete-saved-filters "ibuf-ext" "\ |
| 14091 | Delete saved filters with NAME from `ibuffer-saved-filters'. | 13940 | Delete saved filters with NAME from `ibuffer-saved-filters'. |
| 14092 | 13941 | ||
| 14093 | \(fn NAME)" t nil) | 13942 | \(fn NAME)" t nil) |
| 14094 | 13943 | ||
| 14095 | (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\ | 13944 | (autoload 'ibuffer-add-saved-filters "ibuf-ext" "\ |
| 14096 | Add saved filters from `ibuffer-saved-filters' to this buffer's filters. | 13945 | Add saved filters from `ibuffer-saved-filters' to this buffer's filters. |
| 14097 | 13946 | ||
| 14098 | \(fn NAME)" t nil) | 13947 | \(fn NAME)" t nil) |
| 14099 | 13948 | ||
| 14100 | (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\ | 13949 | (autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\ |
| 14101 | Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. | 13950 | Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. |
| 14102 | If prefix argument ADD is non-nil, then add the saved filters instead | 13951 | If prefix argument ADD is non-nil, then add the saved filters instead |
| 14103 | of replacing the current filters. | 13952 | of replacing the current filters. |
| @@ -14112,7 +13961,7 @@ of replacing the current filters. | |||
| 14112 | (autoload 'ibuffer-filter-by-content "ibuf-ext") | 13961 | (autoload 'ibuffer-filter-by-content "ibuf-ext") |
| 14113 | (autoload 'ibuffer-filter-by-predicate "ibuf-ext") | 13962 | (autoload 'ibuffer-filter-by-predicate "ibuf-ext") |
| 14114 | 13963 | ||
| 14115 | (autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\ | 13964 | (autoload 'ibuffer-toggle-sorting-mode "ibuf-ext" "\ |
| 14116 | Toggle the current sorting mode. | 13965 | Toggle the current sorting mode. |
| 14117 | Default sorting modes are: | 13966 | Default sorting modes are: |
| 14118 | Recency - the last time the buffer was viewed | 13967 | Recency - the last time the buffer was viewed |
| @@ -14122,7 +13971,7 @@ Default sorting modes are: | |||
| 14122 | 13971 | ||
| 14123 | \(fn)" t nil) | 13972 | \(fn)" t nil) |
| 14124 | 13973 | ||
| 14125 | (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\ | 13974 | (autoload 'ibuffer-invert-sorting "ibuf-ext" "\ |
| 14126 | Toggle whether or not sorting is in reverse order. | 13975 | Toggle whether or not sorting is in reverse order. |
| 14127 | 13976 | ||
| 14128 | \(fn)" t nil) | 13977 | \(fn)" t nil) |
| @@ -14131,26 +13980,26 @@ Toggle whether or not sorting is in reverse order. | |||
| 14131 | (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext") | 13980 | (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext") |
| 14132 | (autoload 'ibuffer-do-sort-by-size "ibuf-ext") | 13981 | (autoload 'ibuffer-do-sort-by-size "ibuf-ext") |
| 14133 | 13982 | ||
| 14134 | (autoload (quote ibuffer-bs-show) "ibuf-ext" "\ | 13983 | (autoload 'ibuffer-bs-show "ibuf-ext" "\ |
| 14135 | Emulate `bs-show' from the bs.el package. | 13984 | Emulate `bs-show' from the bs.el package. |
| 14136 | 13985 | ||
| 14137 | \(fn)" t nil) | 13986 | \(fn)" t nil) |
| 14138 | 13987 | ||
| 14139 | (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\ | 13988 | (autoload 'ibuffer-add-to-tmp-hide "ibuf-ext" "\ |
| 14140 | Add REGEXP to `ibuffer-tmp-hide-regexps'. | 13989 | Add REGEXP to `ibuffer-tmp-hide-regexps'. |
| 14141 | This means that buffers whose name matches REGEXP will not be shown | 13990 | This means that buffers whose name matches REGEXP will not be shown |
| 14142 | for this Ibuffer session. | 13991 | for this Ibuffer session. |
| 14143 | 13992 | ||
| 14144 | \(fn REGEXP)" t nil) | 13993 | \(fn REGEXP)" t nil) |
| 14145 | 13994 | ||
| 14146 | (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\ | 13995 | (autoload 'ibuffer-add-to-tmp-show "ibuf-ext" "\ |
| 14147 | Add REGEXP to `ibuffer-tmp-show-regexps'. | 13996 | Add REGEXP to `ibuffer-tmp-show-regexps'. |
| 14148 | This means that buffers whose name matches REGEXP will always be shown | 13997 | This means that buffers whose name matches REGEXP will always be shown |
| 14149 | for this Ibuffer session. | 13998 | for this Ibuffer session. |
| 14150 | 13999 | ||
| 14151 | \(fn REGEXP)" t nil) | 14000 | \(fn REGEXP)" t nil) |
| 14152 | 14001 | ||
| 14153 | (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\ | 14002 | (autoload 'ibuffer-forward-next-marked "ibuf-ext" "\ |
| 14154 | Move forward by COUNT marked buffers (default 1). | 14003 | Move forward by COUNT marked buffers (default 1). |
| 14155 | 14004 | ||
| 14156 | If MARK is non-nil, it should be a character denoting the type of mark | 14005 | If MARK is non-nil, it should be a character denoting the type of mark |
| @@ -14161,7 +14010,7 @@ mean move backwards, non-negative integers mean move forwards. | |||
| 14161 | 14010 | ||
| 14162 | \(fn &optional COUNT MARK DIRECTION)" t nil) | 14011 | \(fn &optional COUNT MARK DIRECTION)" t nil) |
| 14163 | 14012 | ||
| 14164 | (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\ | 14013 | (autoload 'ibuffer-backwards-next-marked "ibuf-ext" "\ |
| 14165 | Move backwards by COUNT marked buffers (default 1). | 14014 | Move backwards by COUNT marked buffers (default 1). |
| 14166 | 14015 | ||
| 14167 | If MARK is non-nil, it should be a character denoting the type of mark | 14016 | If MARK is non-nil, it should be a character denoting the type of mark |
| @@ -14169,12 +14018,12 @@ to move by. The default is `ibuffer-marked-char'. | |||
| 14169 | 14018 | ||
| 14170 | \(fn &optional COUNT MARK)" t nil) | 14019 | \(fn &optional COUNT MARK)" t nil) |
| 14171 | 14020 | ||
| 14172 | (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\ | 14021 | (autoload 'ibuffer-do-kill-lines "ibuf-ext" "\ |
| 14173 | Hide all of the currently marked lines. | 14022 | Hide all of the currently marked lines. |
| 14174 | 14023 | ||
| 14175 | \(fn)" t nil) | 14024 | \(fn)" t nil) |
| 14176 | 14025 | ||
| 14177 | (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\ | 14026 | (autoload 'ibuffer-jump-to-buffer "ibuf-ext" "\ |
| 14178 | Move point to the buffer whose name is NAME. | 14027 | Move point to the buffer whose name is NAME. |
| 14179 | 14028 | ||
| 14180 | If called interactively, prompt for a buffer name and go to the | 14029 | If called interactively, prompt for a buffer name and go to the |
| @@ -14187,13 +14036,13 @@ a prefix argument reverses the meaning of that variable. | |||
| 14187 | 14036 | ||
| 14188 | \(fn NAME)" t nil) | 14037 | \(fn NAME)" t nil) |
| 14189 | 14038 | ||
| 14190 | (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\ | 14039 | (autoload 'ibuffer-diff-with-file "ibuf-ext" "\ |
| 14191 | View the differences between this buffer and its associated file. | 14040 | View the differences between this buffer and its associated file. |
| 14192 | This requires the external program \"diff\" to be in your `exec-path'. | 14041 | This requires the external program \"diff\" to be in your `exec-path'. |
| 14193 | 14042 | ||
| 14194 | \(fn)" t nil) | 14043 | \(fn)" t nil) |
| 14195 | 14044 | ||
| 14196 | (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\ | 14045 | (autoload 'ibuffer-copy-filename-as-kill "ibuf-ext" "\ |
| 14197 | Copy filenames of marked buffers into the kill ring. | 14046 | Copy filenames of marked buffers into the kill ring. |
| 14198 | 14047 | ||
| 14199 | The names are separated by a space. | 14048 | The names are separated by a space. |
| @@ -14202,78 +14051,78 @@ If a buffer has no filename, it is ignored. | |||
| 14202 | With no prefix arg, use the filename sans its directory of each marked file. | 14051 | With no prefix arg, use the filename sans its directory of each marked file. |
| 14203 | With a zero prefix arg, use the complete filename of each marked file. | 14052 | With a zero prefix arg, use the complete filename of each marked file. |
| 14204 | With \\[universal-argument], use the filename of each marked file relative | 14053 | With \\[universal-argument], use the filename of each marked file relative |
| 14205 | to `ibuffer-default-directory' iff non-nil, otherwise `default-directory'. | 14054 | to `ibuffer-default-directory' if non-nil, otherwise `default-directory'. |
| 14206 | 14055 | ||
| 14207 | You can then feed the file name(s) to other commands with \\[yank]. | 14056 | You can then feed the file name(s) to other commands with \\[yank]. |
| 14208 | 14057 | ||
| 14209 | \(fn &optional ARG)" t nil) | 14058 | \(fn &optional ARG)" t nil) |
| 14210 | 14059 | ||
| 14211 | (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\ | 14060 | (autoload 'ibuffer-mark-by-name-regexp "ibuf-ext" "\ |
| 14212 | Mark all buffers whose name matches REGEXP. | 14061 | Mark all buffers whose name matches REGEXP. |
| 14213 | 14062 | ||
| 14214 | \(fn REGEXP)" t nil) | 14063 | \(fn REGEXP)" t nil) |
| 14215 | 14064 | ||
| 14216 | (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\ | 14065 | (autoload 'ibuffer-mark-by-mode-regexp "ibuf-ext" "\ |
| 14217 | Mark all buffers whose major mode matches REGEXP. | 14066 | Mark all buffers whose major mode matches REGEXP. |
| 14218 | 14067 | ||
| 14219 | \(fn REGEXP)" t nil) | 14068 | \(fn REGEXP)" t nil) |
| 14220 | 14069 | ||
| 14221 | (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\ | 14070 | (autoload 'ibuffer-mark-by-file-name-regexp "ibuf-ext" "\ |
| 14222 | Mark all buffers whose file name matches REGEXP. | 14071 | Mark all buffers whose file name matches REGEXP. |
| 14223 | 14072 | ||
| 14224 | \(fn REGEXP)" t nil) | 14073 | \(fn REGEXP)" t nil) |
| 14225 | 14074 | ||
| 14226 | (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\ | 14075 | (autoload 'ibuffer-mark-by-mode "ibuf-ext" "\ |
| 14227 | Mark all buffers whose major mode equals MODE. | 14076 | Mark all buffers whose major mode equals MODE. |
| 14228 | 14077 | ||
| 14229 | \(fn MODE)" t nil) | 14078 | \(fn MODE)" t nil) |
| 14230 | 14079 | ||
| 14231 | (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\ | 14080 | (autoload 'ibuffer-mark-modified-buffers "ibuf-ext" "\ |
| 14232 | Mark all modified buffers. | 14081 | Mark all modified buffers. |
| 14233 | 14082 | ||
| 14234 | \(fn)" t nil) | 14083 | \(fn)" t nil) |
| 14235 | 14084 | ||
| 14236 | (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\ | 14085 | (autoload 'ibuffer-mark-unsaved-buffers "ibuf-ext" "\ |
| 14237 | Mark all modified buffers that have an associated file. | 14086 | Mark all modified buffers that have an associated file. |
| 14238 | 14087 | ||
| 14239 | \(fn)" t nil) | 14088 | \(fn)" t nil) |
| 14240 | 14089 | ||
| 14241 | (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\ | 14090 | (autoload 'ibuffer-mark-dissociated-buffers "ibuf-ext" "\ |
| 14242 | Mark all buffers whose associated file does not exist. | 14091 | Mark all buffers whose associated file does not exist. |
| 14243 | 14092 | ||
| 14244 | \(fn)" t nil) | 14093 | \(fn)" t nil) |
| 14245 | 14094 | ||
| 14246 | (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\ | 14095 | (autoload 'ibuffer-mark-help-buffers "ibuf-ext" "\ |
| 14247 | Mark buffers like *Help*, *Apropos*, *Info*. | 14096 | Mark buffers like *Help*, *Apropos*, *Info*. |
| 14248 | 14097 | ||
| 14249 | \(fn)" t nil) | 14098 | \(fn)" t nil) |
| 14250 | 14099 | ||
| 14251 | (autoload (quote ibuffer-mark-compressed-file-buffers) "ibuf-ext" "\ | 14100 | (autoload 'ibuffer-mark-compressed-file-buffers "ibuf-ext" "\ |
| 14252 | Mark buffers whose associated file is compressed. | 14101 | Mark buffers whose associated file is compressed. |
| 14253 | 14102 | ||
| 14254 | \(fn)" t nil) | 14103 | \(fn)" t nil) |
| 14255 | 14104 | ||
| 14256 | (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\ | 14105 | (autoload 'ibuffer-mark-old-buffers "ibuf-ext" "\ |
| 14257 | Mark buffers which have not been viewed in `ibuffer-old-time' hours. | 14106 | Mark buffers which have not been viewed in `ibuffer-old-time' hours. |
| 14258 | 14107 | ||
| 14259 | \(fn)" t nil) | 14108 | \(fn)" t nil) |
| 14260 | 14109 | ||
| 14261 | (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\ | 14110 | (autoload 'ibuffer-mark-special-buffers "ibuf-ext" "\ |
| 14262 | Mark all buffers whose name begins and ends with '*'. | 14111 | Mark all buffers whose name begins and ends with '*'. |
| 14263 | 14112 | ||
| 14264 | \(fn)" t nil) | 14113 | \(fn)" t nil) |
| 14265 | 14114 | ||
| 14266 | (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\ | 14115 | (autoload 'ibuffer-mark-read-only-buffers "ibuf-ext" "\ |
| 14267 | Mark all read-only buffers. | 14116 | Mark all read-only buffers. |
| 14268 | 14117 | ||
| 14269 | \(fn)" t nil) | 14118 | \(fn)" t nil) |
| 14270 | 14119 | ||
| 14271 | (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\ | 14120 | (autoload 'ibuffer-mark-dired-buffers "ibuf-ext" "\ |
| 14272 | Mark all `dired' buffers. | 14121 | Mark all `dired' buffers. |
| 14273 | 14122 | ||
| 14274 | \(fn)" t nil) | 14123 | \(fn)" t nil) |
| 14275 | 14124 | ||
| 14276 | (autoload (quote ibuffer-do-occur) "ibuf-ext" "\ | 14125 | (autoload 'ibuffer-do-occur "ibuf-ext" "\ |
| 14277 | View lines which match REGEXP in all marked buffers. | 14126 | View lines which match REGEXP in all marked buffers. |
| 14278 | Optional argument NLINES says how many lines of context to display: it | 14127 | Optional argument NLINES says how many lines of context to display: it |
| 14279 | defaults to one. | 14128 | defaults to one. |
| @@ -14283,11 +14132,11 @@ defaults to one. | |||
| 14283 | ;;;*** | 14132 | ;;;*** |
| 14284 | 14133 | ||
| 14285 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 14134 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 14286 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18104 | 14135 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18177 |
| 14287 | ;;;;;; 24737)) | 14136 | ;;;;;; 863)) |
| 14288 | ;;; Generated autoloads from ibuf-macs.el | 14137 | ;;; Generated autoloads from ibuf-macs.el |
| 14289 | 14138 | ||
| 14290 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 14139 | (autoload 'define-ibuffer-column "ibuf-macs" "\ |
| 14291 | Define a column SYMBOL for use with `ibuffer-formats'. | 14140 | Define a column SYMBOL for use with `ibuffer-formats'. |
| 14292 | 14141 | ||
| 14293 | BODY will be called with `buffer' bound to the buffer object, and | 14142 | BODY will be called with `buffer' bound to the buffer object, and |
| @@ -14312,7 +14161,7 @@ change its definition, you should explicitly call | |||
| 14312 | 14161 | ||
| 14313 | \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro)) | 14162 | \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro)) |
| 14314 | 14163 | ||
| 14315 | (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\ | 14164 | (autoload 'define-ibuffer-sorter "ibuf-macs" "\ |
| 14316 | Define a method of sorting named NAME. | 14165 | Define a method of sorting named NAME. |
| 14317 | DOCUMENTATION is the documentation of the function, which will be called | 14166 | DOCUMENTATION is the documentation of the function, which will be called |
| 14318 | `ibuffer-do-sort-by-NAME'. | 14167 | `ibuffer-do-sort-by-NAME'. |
| @@ -14324,7 +14173,7 @@ value if and only if `a' is \"less than\" `b'. | |||
| 14324 | 14173 | ||
| 14325 | \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro)) | 14174 | \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro)) |
| 14326 | 14175 | ||
| 14327 | (autoload (quote define-ibuffer-op) "ibuf-macs" "\ | 14176 | (autoload 'define-ibuffer-op "ibuf-macs" "\ |
| 14328 | Generate a function which operates on a buffer. | 14177 | Generate a function which operates on a buffer. |
| 14329 | OP becomes the name of the function; if it doesn't begin with | 14178 | OP becomes the name of the function; if it doesn't begin with |
| 14330 | `ibuffer-do-', then that is prepended to it. | 14179 | `ibuffer-do-', then that is prepended to it. |
| @@ -14357,7 +14206,7 @@ macro for exactly what it does. | |||
| 14357 | 14206 | ||
| 14358 | \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro)) | 14207 | \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro)) |
| 14359 | 14208 | ||
| 14360 | (autoload (quote define-ibuffer-filter) "ibuf-macs" "\ | 14209 | (autoload 'define-ibuffer-filter "ibuf-macs" "\ |
| 14361 | Define a filter named NAME. | 14210 | Define a filter named NAME. |
| 14362 | DOCUMENTATION is the documentation of the function. | 14211 | DOCUMENTATION is the documentation of the function. |
| 14363 | READER is a form which should read a qualifier from the user. | 14212 | READER is a form which should read a qualifier from the user. |
| @@ -14373,24 +14222,24 @@ bound to the current value of the filter. | |||
| 14373 | ;;;*** | 14222 | ;;;*** |
| 14374 | 14223 | ||
| 14375 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 14224 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 14376 | ;;;;;; "ibuffer" "ibuffer.el" (18104 24737)) | 14225 | ;;;;;; "ibuffer" "ibuffer.el" (18177 864)) |
| 14377 | ;;; Generated autoloads from ibuffer.el | 14226 | ;;; Generated autoloads from ibuffer.el |
| 14378 | 14227 | ||
| 14379 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 14228 | (autoload 'ibuffer-list-buffers "ibuffer" "\ |
| 14380 | Display a list of buffers, in another window. | 14229 | Display a list of buffers, in another window. |
| 14381 | If optional argument FILES-ONLY is non-nil, then add a filter for | 14230 | If optional argument FILES-ONLY is non-nil, then add a filter for |
| 14382 | buffers which are visiting a file. | 14231 | buffers which are visiting a file. |
| 14383 | 14232 | ||
| 14384 | \(fn &optional FILES-ONLY)" t nil) | 14233 | \(fn &optional FILES-ONLY)" t nil) |
| 14385 | 14234 | ||
| 14386 | (autoload (quote ibuffer-other-window) "ibuffer" "\ | 14235 | (autoload 'ibuffer-other-window "ibuffer" "\ |
| 14387 | Like `ibuffer', but displayed in another window by default. | 14236 | Like `ibuffer', but displayed in another window by default. |
| 14388 | If optional argument FILES-ONLY is non-nil, then add a filter for | 14237 | If optional argument FILES-ONLY is non-nil, then add a filter for |
| 14389 | buffers which are visiting a file. | 14238 | buffers which are visiting a file. |
| 14390 | 14239 | ||
| 14391 | \(fn &optional FILES-ONLY)" t nil) | 14240 | \(fn &optional FILES-ONLY)" t nil) |
| 14392 | 14241 | ||
| 14393 | (autoload (quote ibuffer) "ibuffer" "\ | 14242 | (autoload 'ibuffer "ibuffer" "\ |
| 14394 | Begin using Ibuffer to edit a list of buffers. | 14243 | Begin using Ibuffer to edit a list of buffers. |
| 14395 | Type 'h' after entering ibuffer for more information. | 14244 | Type 'h' after entering ibuffer for more information. |
| 14396 | 14245 | ||
| @@ -14414,17 +14263,17 @@ FORMATS is the value to use for `ibuffer-formats'. | |||
| 14414 | 14263 | ||
| 14415 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file | 14264 | ;;;### (autoloads (icalendar-import-buffer icalendar-import-file |
| 14416 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" | 14265 | ;;;;;; icalendar-export-region icalendar-export-file) "icalendar" |
| 14417 | ;;;;;; "calendar/icalendar.el" (18104 24745)) | 14266 | ;;;;;; "calendar/icalendar.el" (18190 35185)) |
| 14418 | ;;; Generated autoloads from calendar/icalendar.el | 14267 | ;;; Generated autoloads from calendar/icalendar.el |
| 14419 | 14268 | ||
| 14420 | (autoload (quote icalendar-export-file) "icalendar" "\ | 14269 | (autoload 'icalendar-export-file "icalendar" "\ |
| 14421 | Export diary file to iCalendar format. | 14270 | Export diary file to iCalendar format. |
| 14422 | All diary entries in the file DIARY-FILENAME are converted to iCalendar | 14271 | All diary entries in the file DIARY-FILENAME are converted to iCalendar |
| 14423 | format. The result is appended to the file ICAL-FILENAME. | 14272 | format. The result is appended to the file ICAL-FILENAME. |
| 14424 | 14273 | ||
| 14425 | \(fn DIARY-FILENAME ICAL-FILENAME)" t nil) | 14274 | \(fn DIARY-FILENAME ICAL-FILENAME)" t nil) |
| 14426 | 14275 | ||
| 14427 | (autoload (quote icalendar-export-region) "icalendar" "\ | 14276 | (autoload 'icalendar-export-region "icalendar" "\ |
| 14428 | Export region in diary file to iCalendar format. | 14277 | Export region in diary file to iCalendar format. |
| 14429 | All diary entries in the region from MIN to MAX in the current buffer are | 14278 | All diary entries in the region from MIN to MAX in the current buffer are |
| 14430 | converted to iCalendar format. The result is appended to the file | 14279 | converted to iCalendar format. The result is appended to the file |
| @@ -14435,7 +14284,7 @@ written into the buffer `*icalendar-errors*'. | |||
| 14435 | 14284 | ||
| 14436 | \(fn MIN MAX ICAL-FILENAME)" t nil) | 14285 | \(fn MIN MAX ICAL-FILENAME)" t nil) |
| 14437 | 14286 | ||
| 14438 | (autoload (quote icalendar-import-file) "icalendar" "\ | 14287 | (autoload 'icalendar-import-file "icalendar" "\ |
| 14439 | Import an iCalendar file and append to a diary file. | 14288 | Import an iCalendar file and append to a diary file. |
| 14440 | Argument ICAL-FILENAME output iCalendar file. | 14289 | Argument ICAL-FILENAME output iCalendar file. |
| 14441 | Argument DIARY-FILENAME input `diary-file'. | 14290 | Argument DIARY-FILENAME input `diary-file'. |
| @@ -14444,7 +14293,7 @@ non-marking or not. | |||
| 14444 | 14293 | ||
| 14445 | \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil) | 14294 | \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil) |
| 14446 | 14295 | ||
| 14447 | (autoload (quote icalendar-import-buffer) "icalendar" "\ | 14296 | (autoload 'icalendar-import-buffer "icalendar" "\ |
| 14448 | Extract iCalendar events from current buffer. | 14297 | Extract iCalendar events from current buffer. |
| 14449 | 14298 | ||
| 14450 | This function searches the current buffer for the first iCalendar | 14299 | This function searches the current buffer for the first iCalendar |
| @@ -14466,8 +14315,8 @@ buffer `*icalendar-errors*'. | |||
| 14466 | 14315 | ||
| 14467 | ;;;*** | 14316 | ;;;*** |
| 14468 | 14317 | ||
| 14469 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18104 | 14318 | ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18177 |
| 14470 | ;;;;;; 24737)) | 14319 | ;;;;;; 864)) |
| 14471 | ;;; Generated autoloads from icomplete.el | 14320 | ;;; Generated autoloads from icomplete.el |
| 14472 | 14321 | ||
| 14473 | (defvar icomplete-mode nil "\ | 14322 | (defvar icomplete-mode nil "\ |
| @@ -14477,20 +14326,21 @@ Setting this variable directly does not take effect; | |||
| 14477 | either customize it (see the info node `Easy Customization') | 14326 | either customize it (see the info node `Easy Customization') |
| 14478 | or call the function `icomplete-mode'.") | 14327 | or call the function `icomplete-mode'.") |
| 14479 | 14328 | ||
| 14480 | (custom-autoload (quote icomplete-mode) "icomplete" nil) | 14329 | (custom-autoload 'icomplete-mode "icomplete" nil) |
| 14481 | 14330 | ||
| 14482 | (autoload (quote icomplete-mode) "icomplete" "\ | 14331 | (autoload 'icomplete-mode "icomplete" "\ |
| 14483 | Toggle incremental minibuffer completion for this Emacs session. | 14332 | Toggle incremental minibuffer completion for this Emacs session. |
| 14484 | With a numeric argument, turn Icomplete mode on iff ARG is positive. | 14333 | With a numeric argument, turn Icomplete mode on if ARG is positive, |
| 14334 | otherwise turn it off. | ||
| 14485 | 14335 | ||
| 14486 | \(fn &optional ARG)" t nil) | 14336 | \(fn &optional ARG)" t nil) |
| 14487 | 14337 | ||
| 14488 | ;;;*** | 14338 | ;;;*** |
| 14489 | 14339 | ||
| 14490 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18104 24766)) | 14340 | ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18177 873)) |
| 14491 | ;;; Generated autoloads from progmodes/icon.el | 14341 | ;;; Generated autoloads from progmodes/icon.el |
| 14492 | 14342 | ||
| 14493 | (autoload (quote icon-mode) "icon" "\ | 14343 | (autoload 'icon-mode "icon" "\ |
| 14494 | Major mode for editing Icon code. | 14344 | Major mode for editing Icon code. |
| 14495 | Expression and list commands understand all Icon brackets. | 14345 | Expression and list commands understand all Icon brackets. |
| 14496 | Tab indents for Icon code. | 14346 | Tab indents for Icon code. |
| @@ -14528,10 +14378,10 @@ with no args, if that value is non-nil. | |||
| 14528 | ;;;*** | 14378 | ;;;*** |
| 14529 | 14379 | ||
| 14530 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" | 14380 | ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" |
| 14531 | ;;;;;; (18104 24767)) | 14381 | ;;;;;; (18177 873)) |
| 14532 | ;;; Generated autoloads from progmodes/idlw-shell.el | 14382 | ;;; Generated autoloads from progmodes/idlw-shell.el |
| 14533 | 14383 | ||
| 14534 | (autoload (quote idlwave-shell) "idlw-shell" "\ | 14384 | (autoload 'idlwave-shell "idlw-shell" "\ |
| 14535 | Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. | 14385 | Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. |
| 14536 | If buffer exists but shell process is not running, start new IDL. | 14386 | If buffer exists but shell process is not running, start new IDL. |
| 14537 | If buffer exists and shell process is running, just switch to the buffer. | 14387 | If buffer exists and shell process is running, just switch to the buffer. |
| @@ -14554,10 +14404,10 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 14554 | ;;;*** | 14404 | ;;;*** |
| 14555 | 14405 | ||
| 14556 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 14406 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 14557 | ;;;;;; (18104 24767)) | 14407 | ;;;;;; (18177 873)) |
| 14558 | ;;; Generated autoloads from progmodes/idlwave.el | 14408 | ;;; Generated autoloads from progmodes/idlwave.el |
| 14559 | 14409 | ||
| 14560 | (autoload (quote idlwave-mode) "idlwave" "\ | 14410 | (autoload 'idlwave-mode "idlwave" "\ |
| 14561 | Major mode for editing IDL source files (version 6.1_em22). | 14411 | Major mode for editing IDL source files (version 6.1_em22). |
| 14562 | 14412 | ||
| 14563 | The main features of this mode are | 14413 | The main features of this mode are |
| @@ -14689,8 +14539,8 @@ The main features of this mode are | |||
| 14689 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 14539 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 14690 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 14540 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 14691 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 14541 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 14692 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18104 | 14542 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18190 |
| 14693 | ;;;;;; 24737)) | 14543 | ;;;;;; 35191)) |
| 14694 | ;;; Generated autoloads from ido.el | 14544 | ;;; Generated autoloads from ido.el |
| 14695 | 14545 | ||
| 14696 | (defvar ido-mode nil "\ | 14546 | (defvar ido-mode nil "\ |
| @@ -14705,9 +14555,9 @@ should be enabled. The following values are possible: | |||
| 14705 | Setting this variable directly does not take effect; | 14555 | Setting this variable directly does not take effect; |
| 14706 | use either \\[customize] or the function `ido-mode'.") | 14556 | use either \\[customize] or the function `ido-mode'.") |
| 14707 | 14557 | ||
| 14708 | (custom-autoload (quote ido-mode) "ido" nil) | 14558 | (custom-autoload 'ido-mode "ido" nil) |
| 14709 | 14559 | ||
| 14710 | (autoload (quote ido-mode) "ido" "\ | 14560 | (autoload 'ido-mode "ido" "\ |
| 14711 | Toggle ido speed-ups on or off. | 14561 | Toggle ido speed-ups on or off. |
| 14712 | With ARG, turn ido speed-up on if arg is positive, off otherwise. | 14562 | With ARG, turn ido speed-up on if arg is positive, off otherwise. |
| 14713 | Turning on ido-mode will remap (via a minor-mode keymap) the default | 14563 | Turning on ido-mode will remap (via a minor-mode keymap) the default |
| @@ -14719,7 +14569,7 @@ This function also adds a hook to the minibuffer. | |||
| 14719 | 14569 | ||
| 14720 | \(fn &optional ARG)" t nil) | 14570 | \(fn &optional ARG)" t nil) |
| 14721 | 14571 | ||
| 14722 | (autoload (quote ido-switch-buffer) "ido" "\ | 14572 | (autoload 'ido-switch-buffer "ido" "\ |
| 14723 | Switch to another buffer. | 14573 | Switch to another buffer. |
| 14724 | The buffer is displayed according to `ido-default-buffer-method' -- the | 14574 | The buffer is displayed according to `ido-default-buffer-method' -- the |
| 14725 | default is to show it in the same window, unless it is already visible | 14575 | default is to show it in the same window, unless it is already visible |
| @@ -14755,47 +14605,47 @@ in a separate window. | |||
| 14755 | 14605 | ||
| 14756 | \(fn)" t nil) | 14606 | \(fn)" t nil) |
| 14757 | 14607 | ||
| 14758 | (autoload (quote ido-switch-buffer-other-window) "ido" "\ | 14608 | (autoload 'ido-switch-buffer-other-window "ido" "\ |
| 14759 | Switch to another buffer and show it in another window. | 14609 | Switch to another buffer and show it in another window. |
| 14760 | The buffer name is selected interactively by typing a substring. | 14610 | The buffer name is selected interactively by typing a substring. |
| 14761 | For details of keybindings, see `ido-switch-buffer'. | 14611 | For details of keybindings, see `ido-switch-buffer'. |
| 14762 | 14612 | ||
| 14763 | \(fn)" t nil) | 14613 | \(fn)" t nil) |
| 14764 | 14614 | ||
| 14765 | (autoload (quote ido-display-buffer) "ido" "\ | 14615 | (autoload 'ido-display-buffer "ido" "\ |
| 14766 | Display a buffer in another window but don't select it. | 14616 | Display a buffer in another window but don't select it. |
| 14767 | The buffer name is selected interactively by typing a substring. | 14617 | The buffer name is selected interactively by typing a substring. |
| 14768 | For details of keybindings, see `ido-switch-buffer'. | 14618 | For details of keybindings, see `ido-switch-buffer'. |
| 14769 | 14619 | ||
| 14770 | \(fn)" t nil) | 14620 | \(fn)" t nil) |
| 14771 | 14621 | ||
| 14772 | (autoload (quote ido-kill-buffer) "ido" "\ | 14622 | (autoload 'ido-kill-buffer "ido" "\ |
| 14773 | Kill a buffer. | 14623 | Kill a buffer. |
| 14774 | The buffer name is selected interactively by typing a substring. | 14624 | The buffer name is selected interactively by typing a substring. |
| 14775 | For details of keybindings, see `ido-switch-buffer'. | 14625 | For details of keybindings, see `ido-switch-buffer'. |
| 14776 | 14626 | ||
| 14777 | \(fn)" t nil) | 14627 | \(fn)" t nil) |
| 14778 | 14628 | ||
| 14779 | (autoload (quote ido-insert-buffer) "ido" "\ | 14629 | (autoload 'ido-insert-buffer "ido" "\ |
| 14780 | Insert contents of a buffer in current buffer after point. | 14630 | Insert contents of a buffer in current buffer after point. |
| 14781 | The buffer name is selected interactively by typing a substring. | 14631 | The buffer name is selected interactively by typing a substring. |
| 14782 | For details of keybindings, see `ido-switch-buffer'. | 14632 | For details of keybindings, see `ido-switch-buffer'. |
| 14783 | 14633 | ||
| 14784 | \(fn)" t nil) | 14634 | \(fn)" t nil) |
| 14785 | 14635 | ||
| 14786 | (autoload (quote ido-switch-buffer-other-frame) "ido" "\ | 14636 | (autoload 'ido-switch-buffer-other-frame "ido" "\ |
| 14787 | Switch to another buffer and show it in another frame. | 14637 | Switch to another buffer and show it in another frame. |
| 14788 | The buffer name is selected interactively by typing a substring. | 14638 | The buffer name is selected interactively by typing a substring. |
| 14789 | For details of keybindings, see `ido-switch-buffer'. | 14639 | For details of keybindings, see `ido-switch-buffer'. |
| 14790 | 14640 | ||
| 14791 | \(fn)" t nil) | 14641 | \(fn)" t nil) |
| 14792 | 14642 | ||
| 14793 | (autoload (quote ido-find-file-in-dir) "ido" "\ | 14643 | (autoload 'ido-find-file-in-dir "ido" "\ |
| 14794 | Switch to another file starting from DIR. | 14644 | Switch to another file starting from DIR. |
| 14795 | 14645 | ||
| 14796 | \(fn DIR)" t nil) | 14646 | \(fn DIR)" t nil) |
| 14797 | 14647 | ||
| 14798 | (autoload (quote ido-find-file) "ido" "\ | 14648 | (autoload 'ido-find-file "ido" "\ |
| 14799 | Edit file with name obtained via minibuffer. | 14649 | Edit file with name obtained via minibuffer. |
| 14800 | The file is displayed according to `ido-default-file-method' -- the | 14650 | The file is displayed according to `ido-default-file-method' -- the |
| 14801 | default is to show it in the same window, unless it is already | 14651 | default is to show it in the same window, unless it is already |
| @@ -14838,77 +14688,77 @@ in a separate window. | |||
| 14838 | 14688 | ||
| 14839 | \(fn)" t nil) | 14689 | \(fn)" t nil) |
| 14840 | 14690 | ||
| 14841 | (autoload (quote ido-find-file-other-window) "ido" "\ | 14691 | (autoload 'ido-find-file-other-window "ido" "\ |
| 14842 | Switch to another file and show it in another window. | 14692 | Switch to another file and show it in another window. |
| 14843 | The file name is selected interactively by typing a substring. | 14693 | The file name is selected interactively by typing a substring. |
| 14844 | For details of keybindings, see `ido-find-file'. | 14694 | For details of keybindings, see `ido-find-file'. |
| 14845 | 14695 | ||
| 14846 | \(fn)" t nil) | 14696 | \(fn)" t nil) |
| 14847 | 14697 | ||
| 14848 | (autoload (quote ido-find-alternate-file) "ido" "\ | 14698 | (autoload 'ido-find-alternate-file "ido" "\ |
| 14849 | Switch to another file and show it in another window. | 14699 | Switch to another file and show it in another window. |
| 14850 | The file name is selected interactively by typing a substring. | 14700 | The file name is selected interactively by typing a substring. |
| 14851 | For details of keybindings, see `ido-find-file'. | 14701 | For details of keybindings, see `ido-find-file'. |
| 14852 | 14702 | ||
| 14853 | \(fn)" t nil) | 14703 | \(fn)" t nil) |
| 14854 | 14704 | ||
| 14855 | (autoload (quote ido-find-file-read-only) "ido" "\ | 14705 | (autoload 'ido-find-file-read-only "ido" "\ |
| 14856 | Edit file read-only with name obtained via minibuffer. | 14706 | Edit file read-only with name obtained via minibuffer. |
| 14857 | The file name is selected interactively by typing a substring. | 14707 | The file name is selected interactively by typing a substring. |
| 14858 | For details of keybindings, see `ido-find-file'. | 14708 | For details of keybindings, see `ido-find-file'. |
| 14859 | 14709 | ||
| 14860 | \(fn)" t nil) | 14710 | \(fn)" t nil) |
| 14861 | 14711 | ||
| 14862 | (autoload (quote ido-find-file-read-only-other-window) "ido" "\ | 14712 | (autoload 'ido-find-file-read-only-other-window "ido" "\ |
| 14863 | Edit file read-only in other window with name obtained via minibuffer. | 14713 | Edit file read-only in other window with name obtained via minibuffer. |
| 14864 | The file name is selected interactively by typing a substring. | 14714 | The file name is selected interactively by typing a substring. |
| 14865 | For details of keybindings, see `ido-find-file'. | 14715 | For details of keybindings, see `ido-find-file'. |
| 14866 | 14716 | ||
| 14867 | \(fn)" t nil) | 14717 | \(fn)" t nil) |
| 14868 | 14718 | ||
| 14869 | (autoload (quote ido-find-file-read-only-other-frame) "ido" "\ | 14719 | (autoload 'ido-find-file-read-only-other-frame "ido" "\ |
| 14870 | Edit file read-only in other frame with name obtained via minibuffer. | 14720 | Edit file read-only in other frame with name obtained via minibuffer. |
| 14871 | The file name is selected interactively by typing a substring. | 14721 | The file name is selected interactively by typing a substring. |
| 14872 | For details of keybindings, see `ido-find-file'. | 14722 | For details of keybindings, see `ido-find-file'. |
| 14873 | 14723 | ||
| 14874 | \(fn)" t nil) | 14724 | \(fn)" t nil) |
| 14875 | 14725 | ||
| 14876 | (autoload (quote ido-display-file) "ido" "\ | 14726 | (autoload 'ido-display-file "ido" "\ |
| 14877 | Display a file in another window but don't select it. | 14727 | Display a file in another window but don't select it. |
| 14878 | The file name is selected interactively by typing a substring. | 14728 | The file name is selected interactively by typing a substring. |
| 14879 | For details of keybindings, see `ido-find-file'. | 14729 | For details of keybindings, see `ido-find-file'. |
| 14880 | 14730 | ||
| 14881 | \(fn)" t nil) | 14731 | \(fn)" t nil) |
| 14882 | 14732 | ||
| 14883 | (autoload (quote ido-find-file-other-frame) "ido" "\ | 14733 | (autoload 'ido-find-file-other-frame "ido" "\ |
| 14884 | Switch to another file and show it in another frame. | 14734 | Switch to another file and show it in another frame. |
| 14885 | The file name is selected interactively by typing a substring. | 14735 | The file name is selected interactively by typing a substring. |
| 14886 | For details of keybindings, see `ido-find-file'. | 14736 | For details of keybindings, see `ido-find-file'. |
| 14887 | 14737 | ||
| 14888 | \(fn)" t nil) | 14738 | \(fn)" t nil) |
| 14889 | 14739 | ||
| 14890 | (autoload (quote ido-write-file) "ido" "\ | 14740 | (autoload 'ido-write-file "ido" "\ |
| 14891 | Write current buffer to a file. | 14741 | Write current buffer to a file. |
| 14892 | The file name is selected interactively by typing a substring. | 14742 | The file name is selected interactively by typing a substring. |
| 14893 | For details of keybindings, see `ido-find-file'. | 14743 | For details of keybindings, see `ido-find-file'. |
| 14894 | 14744 | ||
| 14895 | \(fn)" t nil) | 14745 | \(fn)" t nil) |
| 14896 | 14746 | ||
| 14897 | (autoload (quote ido-insert-file) "ido" "\ | 14747 | (autoload 'ido-insert-file "ido" "\ |
| 14898 | Insert contents of file in current buffer. | 14748 | Insert contents of file in current buffer. |
| 14899 | The file name is selected interactively by typing a substring. | 14749 | The file name is selected interactively by typing a substring. |
| 14900 | For details of keybindings, see `ido-find-file'. | 14750 | For details of keybindings, see `ido-find-file'. |
| 14901 | 14751 | ||
| 14902 | \(fn)" t nil) | 14752 | \(fn)" t nil) |
| 14903 | 14753 | ||
| 14904 | (autoload (quote ido-dired) "ido" "\ | 14754 | (autoload 'ido-dired "ido" "\ |
| 14905 | Call `dired' the ido way. | 14755 | Call `dired' the ido way. |
| 14906 | The directory is selected interactively by typing a substring. | 14756 | The directory is selected interactively by typing a substring. |
| 14907 | For details of keybindings, see `ido-find-file'. | 14757 | For details of keybindings, see `ido-find-file'. |
| 14908 | 14758 | ||
| 14909 | \(fn)" t nil) | 14759 | \(fn)" t nil) |
| 14910 | 14760 | ||
| 14911 | (autoload (quote ido-read-buffer) "ido" "\ | 14761 | (autoload 'ido-read-buffer "ido" "\ |
| 14912 | Ido replacement for the built-in `read-buffer'. | 14762 | Ido replacement for the built-in `read-buffer'. |
| 14913 | Return the name of a buffer selected. | 14763 | Return the name of a buffer selected. |
| 14914 | PROMPT is the prompt to give to the user. DEFAULT if given is the default | 14764 | PROMPT is the prompt to give to the user. DEFAULT if given is the default |
| @@ -14917,21 +14767,21 @@ If REQUIRE-MATCH is non-nil, an existing buffer must be selected. | |||
| 14917 | 14767 | ||
| 14918 | \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil) | 14768 | \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil) |
| 14919 | 14769 | ||
| 14920 | (autoload (quote ido-read-file-name) "ido" "\ | 14770 | (autoload 'ido-read-file-name "ido" "\ |
| 14921 | Ido replacement for the built-in `read-file-name'. | 14771 | Ido replacement for the built-in `read-file-name'. |
| 14922 | Read file name, prompting with PROMPT and completing in directory DIR. | 14772 | Read file name, prompting with PROMPT and completing in directory DIR. |
| 14923 | See `read-file-name' for additional parameters. | 14773 | See `read-file-name' for additional parameters. |
| 14924 | 14774 | ||
| 14925 | \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil) | 14775 | \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil) |
| 14926 | 14776 | ||
| 14927 | (autoload (quote ido-read-directory-name) "ido" "\ | 14777 | (autoload 'ido-read-directory-name "ido" "\ |
| 14928 | Ido replacement for the built-in `read-directory-name'. | 14778 | Ido replacement for the built-in `read-directory-name'. |
| 14929 | Read directory name, prompting with PROMPT and completing in directory DIR. | 14779 | Read directory name, prompting with PROMPT and completing in directory DIR. |
| 14930 | See `read-directory-name' for additional parameters. | 14780 | See `read-directory-name' for additional parameters. |
| 14931 | 14781 | ||
| 14932 | \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil) | 14782 | \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil) |
| 14933 | 14783 | ||
| 14934 | (autoload (quote ido-completing-read) "ido" "\ | 14784 | (autoload 'ido-completing-read "ido" "\ |
| 14935 | Ido replacement for the built-in `completing-read'. | 14785 | Ido replacement for the built-in `completing-read'. |
| 14936 | Read a string in the minibuffer with ido-style completion. | 14786 | Read a string in the minibuffer with ido-style completion. |
| 14937 | PROMPT is a string to prompt with; normally it ends in a colon and a space. | 14787 | PROMPT is a string to prompt with; normally it ends in a colon and a space. |
| @@ -14951,11 +14801,11 @@ DEF, if non-nil, is the default value. | |||
| 14951 | 14801 | ||
| 14952 | ;;;*** | 14802 | ;;;*** |
| 14953 | 14803 | ||
| 14954 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (18104 24737)) | 14804 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (18177 864)) |
| 14955 | ;;; Generated autoloads from ielm.el | 14805 | ;;; Generated autoloads from ielm.el |
| 14956 | (add-hook 'same-window-buffer-names "*ielm*") | 14806 | (add-hook 'same-window-buffer-names "*ielm*") |
| 14957 | 14807 | ||
| 14958 | (autoload (quote ielm) "ielm" "\ | 14808 | (autoload 'ielm "ielm" "\ |
| 14959 | Interactively evaluate Emacs Lisp expressions. | 14809 | Interactively evaluate Emacs Lisp expressions. |
| 14960 | Switches to the buffer `*ielm*', or creates it if it does not exist. | 14810 | Switches to the buffer `*ielm*', or creates it if it does not exist. |
| 14961 | 14811 | ||
| @@ -14964,15 +14814,15 @@ Switches to the buffer `*ielm*', or creates it if it does not exist. | |||
| 14964 | ;;;*** | 14814 | ;;;*** |
| 14965 | 14815 | ||
| 14966 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" | 14816 | ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el" |
| 14967 | ;;;;;; (18104 24737)) | 14817 | ;;;;;; (18177 864)) |
| 14968 | ;;; Generated autoloads from iimage.el | 14818 | ;;; Generated autoloads from iimage.el |
| 14969 | 14819 | ||
| 14970 | (autoload (quote turn-on-iimage-mode) "iimage" "\ | 14820 | (autoload 'turn-on-iimage-mode "iimage" "\ |
| 14971 | Unconditionally turn on iimage mode. | 14821 | Unconditionally turn on iimage mode. |
| 14972 | 14822 | ||
| 14973 | \(fn)" t nil) | 14823 | \(fn)" t nil) |
| 14974 | 14824 | ||
| 14975 | (autoload (quote iimage-mode) "iimage" "\ | 14825 | (autoload 'iimage-mode "iimage" "\ |
| 14976 | Toggle inline image minor mode. | 14826 | Toggle inline image minor mode. |
| 14977 | 14827 | ||
| 14978 | \(fn &optional ARG)" t nil) | 14828 | \(fn &optional ARG)" t nil) |
| @@ -14983,38 +14833,38 @@ Toggle inline image minor mode. | |||
| 14983 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p | 14833 | ;;;;;; insert-image put-image create-image image-type-auto-detected-p |
| 14984 | ;;;;;; image-type-available-p image-type image-type-from-file-name | 14834 | ;;;;;; image-type-available-p image-type image-type-from-file-name |
| 14985 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) | 14835 | ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data) |
| 14986 | ;;;;;; "image" "image.el" (18104 24737)) | 14836 | ;;;;;; "image" "image.el" (18190 35191)) |
| 14987 | ;;; Generated autoloads from image.el | 14837 | ;;; Generated autoloads from image.el |
| 14988 | 14838 | ||
| 14989 | (autoload (quote image-type-from-data) "image" "\ | 14839 | (autoload 'image-type-from-data "image" "\ |
| 14990 | Determine the image type from image data DATA. | 14840 | Determine the image type from image data DATA. |
| 14991 | Value is a symbol specifying the image type or nil if type cannot | 14841 | Value is a symbol specifying the image type or nil if type cannot |
| 14992 | be determined. | 14842 | be determined. |
| 14993 | 14843 | ||
| 14994 | \(fn DATA)" nil nil) | 14844 | \(fn DATA)" nil nil) |
| 14995 | 14845 | ||
| 14996 | (autoload (quote image-type-from-buffer) "image" "\ | 14846 | (autoload 'image-type-from-buffer "image" "\ |
| 14997 | Determine the image type from data in the current buffer. | 14847 | Determine the image type from data in the current buffer. |
| 14998 | Value is a symbol specifying the image type or nil if type cannot | 14848 | Value is a symbol specifying the image type or nil if type cannot |
| 14999 | be determined. | 14849 | be determined. |
| 15000 | 14850 | ||
| 15001 | \(fn)" nil nil) | 14851 | \(fn)" nil nil) |
| 15002 | 14852 | ||
| 15003 | (autoload (quote image-type-from-file-header) "image" "\ | 14853 | (autoload 'image-type-from-file-header "image" "\ |
| 15004 | Determine the type of image file FILE from its first few bytes. | 14854 | Determine the type of image file FILE from its first few bytes. |
| 15005 | Value is a symbol specifying the image type, or nil if type cannot | 14855 | Value is a symbol specifying the image type, or nil if type cannot |
| 15006 | be determined. | 14856 | be determined. |
| 15007 | 14857 | ||
| 15008 | \(fn FILE)" nil nil) | 14858 | \(fn FILE)" nil nil) |
| 15009 | 14859 | ||
| 15010 | (autoload (quote image-type-from-file-name) "image" "\ | 14860 | (autoload 'image-type-from-file-name "image" "\ |
| 15011 | Determine the type of image file FILE from its name. | 14861 | Determine the type of image file FILE from its name. |
| 15012 | Value is a symbol specifying the image type, or nil if type cannot | 14862 | Value is a symbol specifying the image type, or nil if type cannot |
| 15013 | be determined. | 14863 | be determined. |
| 15014 | 14864 | ||
| 15015 | \(fn FILE)" nil nil) | 14865 | \(fn FILE)" nil nil) |
| 15016 | 14866 | ||
| 15017 | (autoload (quote image-type) "image" "\ | 14867 | (autoload 'image-type "image" "\ |
| 15018 | Determine and return image type. | 14868 | Determine and return image type. |
| 15019 | SOURCE is an image file name or image data. | 14869 | SOURCE is an image file name or image data. |
| 15020 | Optional TYPE is a symbol describing the image type. If TYPE is omitted | 14870 | Optional TYPE is a symbol describing the image type. If TYPE is omitted |
| @@ -15025,23 +14875,25 @@ Optional DATA-P non-nil means SOURCE is a string containing image data. | |||
| 15025 | 14875 | ||
| 15026 | \(fn SOURCE &optional TYPE DATA-P)" nil nil) | 14876 | \(fn SOURCE &optional TYPE DATA-P)" nil nil) |
| 15027 | 14877 | ||
| 15028 | (autoload (quote image-type-available-p) "image" "\ | 14878 | (autoload 'image-type-available-p "image" "\ |
| 15029 | Return non-nil if image type TYPE is available. | 14879 | Return non-nil if image type TYPE is available. |
| 15030 | Image types are symbols like `xbm' or `jpeg'. | 14880 | Image types are symbols like `xbm' or `jpeg'. |
| 15031 | 14881 | ||
| 15032 | \(fn TYPE)" nil nil) | 14882 | \(fn TYPE)" nil nil) |
| 15033 | 14883 | ||
| 15034 | (autoload (quote image-type-auto-detected-p) "image" "\ | 14884 | (autoload 'image-type-auto-detected-p "image" "\ |
| 15035 | Return t iff the current buffer contains an auto-detectable image. | 14885 | Return t if the current buffer contains an auto-detectable image. |
| 15036 | This function is intended to be used from `magic-fallback-mode-alist'. | 14886 | This function is intended to be used from `magic-fallback-mode-alist'. |
| 15037 | 14887 | ||
| 15038 | The buffer is considered to contain an auto-detectable image if | 14888 | The buffer is considered to contain an auto-detectable image if |
| 15039 | its beginning matches an image type in `image-type-header-regexps', | 14889 | its beginning matches an image type in `image-type-header-regexps', |
| 15040 | and that image type is present in `image-type-auto-detectable'. | 14890 | and that image type is present in `image-type-auto-detectable' with a |
| 14891 | non-nil value. If that value is non-nil, but not t, then the image type | ||
| 14892 | must be available. | ||
| 15041 | 14893 | ||
| 15042 | \(fn)" nil nil) | 14894 | \(fn)" nil nil) |
| 15043 | 14895 | ||
| 15044 | (autoload (quote create-image) "image" "\ | 14896 | (autoload 'create-image "image" "\ |
| 15045 | Create an image. | 14897 | Create an image. |
| 15046 | FILE-OR-DATA is an image file name or image data. | 14898 | FILE-OR-DATA is an image file name or image data. |
| 15047 | Optional TYPE is a symbol describing the image type. If TYPE is omitted | 14899 | Optional TYPE is a symbol describing the image type. If TYPE is omitted |
| @@ -15055,9 +14907,13 @@ Value is the image created, or nil if images of type TYPE are not supported. | |||
| 15055 | 14907 | ||
| 15056 | Images should not be larger than specified by `max-image-size'. | 14908 | Images should not be larger than specified by `max-image-size'. |
| 15057 | 14909 | ||
| 14910 | Image file names that are not absolute are searched for in the | ||
| 14911 | \"images\" sub-directory of `data-directory' and | ||
| 14912 | `x-bitmap-file-path' (in that order). | ||
| 14913 | |||
| 15058 | \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil) | 14914 | \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil) |
| 15059 | 14915 | ||
| 15060 | (autoload (quote put-image) "image" "\ | 14916 | (autoload 'put-image "image" "\ |
| 15061 | Put image IMAGE in front of POS in the current buffer. | 14917 | Put image IMAGE in front of POS in the current buffer. |
| 15062 | IMAGE must be an image created with `create-image' or `defimage'. | 14918 | IMAGE must be an image created with `create-image' or `defimage'. |
| 15063 | IMAGE is displayed by putting an overlay into the current buffer with a | 14919 | IMAGE is displayed by putting an overlay into the current buffer with a |
| @@ -15071,7 +14927,7 @@ means display it in the right marginal area. | |||
| 15071 | 14927 | ||
| 15072 | \(fn IMAGE POS &optional STRING AREA)" nil nil) | 14928 | \(fn IMAGE POS &optional STRING AREA)" nil nil) |
| 15073 | 14929 | ||
| 15074 | (autoload (quote insert-image) "image" "\ | 14930 | (autoload 'insert-image "image" "\ |
| 15075 | Insert IMAGE into current buffer at point. | 14931 | Insert IMAGE into current buffer at point. |
| 15076 | IMAGE is displayed by inserting STRING into the current buffer | 14932 | IMAGE is displayed by inserting STRING into the current buffer |
| 15077 | with a `display' property whose value is the image. STRING is | 14933 | with a `display' property whose value is the image. STRING is |
| @@ -15088,7 +14944,7 @@ height of the image; integer values are taken as pixel values. | |||
| 15088 | 14944 | ||
| 15089 | \(fn IMAGE &optional STRING AREA SLICE)" nil nil) | 14945 | \(fn IMAGE &optional STRING AREA SLICE)" nil nil) |
| 15090 | 14946 | ||
| 15091 | (autoload (quote insert-sliced-image) "image" "\ | 14947 | (autoload 'insert-sliced-image "image" "\ |
| 15092 | Insert IMAGE into current buffer at point. | 14948 | Insert IMAGE into current buffer at point. |
| 15093 | IMAGE is displayed by inserting STRING into the current buffer | 14949 | IMAGE is displayed by inserting STRING into the current buffer |
| 15094 | with a `display' property whose value is the image. STRING is | 14950 | with a `display' property whose value is the image. STRING is |
| @@ -15101,14 +14957,14 @@ The image is automatically split into ROW x COLS slices. | |||
| 15101 | 14957 | ||
| 15102 | \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil) | 14958 | \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil) |
| 15103 | 14959 | ||
| 15104 | (autoload (quote remove-images) "image" "\ | 14960 | (autoload 'remove-images "image" "\ |
| 15105 | Remove images between START and END in BUFFER. | 14961 | Remove images between START and END in BUFFER. |
| 15106 | Remove only images that were put in BUFFER with calls to `put-image'. | 14962 | Remove only images that were put in BUFFER with calls to `put-image'. |
| 15107 | BUFFER nil or omitted means use the current buffer. | 14963 | BUFFER nil or omitted means use the current buffer. |
| 15108 | 14964 | ||
| 15109 | \(fn START END &optional BUFFER)" nil nil) | 14965 | \(fn START END &optional BUFFER)" nil nil) |
| 15110 | 14966 | ||
| 15111 | (autoload (quote find-image) "image" "\ | 14967 | (autoload 'find-image "image" "\ |
| 15112 | Find an image, choosing one of a list of image specifications. | 14968 | Find an image, choosing one of a list of image specifications. |
| 15113 | 14969 | ||
| 15114 | SPECS is a list of image specifications. | 14970 | SPECS is a list of image specifications. |
| @@ -15129,7 +14985,7 @@ Image files should not be larger than specified by `max-image-size'. | |||
| 15129 | 14985 | ||
| 15130 | \(fn SPECS)" nil nil) | 14986 | \(fn SPECS)" nil nil) |
| 15131 | 14987 | ||
| 15132 | (autoload (quote defimage) "image" "\ | 14988 | (autoload 'defimage "image" "\ |
| 15133 | Define SYMBOL as an image. | 14989 | Define SYMBOL as an image. |
| 15134 | 14990 | ||
| 15135 | SPECS is a list of image specifications. DOC is an optional | 14991 | SPECS is a list of image specifications. DOC is an optional |
| @@ -15160,15 +15016,15 @@ Example: | |||
| 15160 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 15016 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 15161 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 15017 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 15162 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) | 15018 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) |
| 15163 | ;;;;;; "image-dired" "image-dired.el" (18104 24737)) | 15019 | ;;;;;; "image-dired" "image-dired.el" (18190 35191)) |
| 15164 | ;;; Generated autoloads from image-dired.el | 15020 | ;;; Generated autoloads from image-dired.el |
| 15165 | 15021 | ||
| 15166 | (autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\ | 15022 | (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ |
| 15167 | Insert thumbnails before file names of marked files in the dired buffer. | 15023 | Insert thumbnails before file names of marked files in the dired buffer. |
| 15168 | 15024 | ||
| 15169 | \(fn)" t nil) | 15025 | \(fn)" t nil) |
| 15170 | 15026 | ||
| 15171 | (autoload (quote image-dired-dired-with-window-configuration) "image-dired" "\ | 15027 | (autoload 'image-dired-dired-with-window-configuration "image-dired" "\ |
| 15172 | Open directory DIR and create a default window configuration. | 15028 | Open directory DIR and create a default window configuration. |
| 15173 | 15029 | ||
| 15174 | Convenience command that: | 15030 | Convenience command that: |
| @@ -15188,7 +15044,7 @@ calling `image-dired-restore-window-configuration'. | |||
| 15188 | 15044 | ||
| 15189 | \(fn DIR &optional ARG)" t nil) | 15045 | \(fn DIR &optional ARG)" t nil) |
| 15190 | 15046 | ||
| 15191 | (autoload (quote image-dired-display-thumbs) "image-dired" "\ | 15047 | (autoload 'image-dired-display-thumbs "image-dired" "\ |
| 15192 | Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'. | 15048 | Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'. |
| 15193 | If a thumbnail image does not exist for a file, it is created on the | 15049 | If a thumbnail image does not exist for a file, it is created on the |
| 15194 | fly. With prefix argument ARG, display only thumbnail for file at | 15050 | fly. With prefix argument ARG, display only thumbnail for file at |
| @@ -15211,7 +15067,7 @@ thumbnail buffer to be selected. | |||
| 15211 | 15067 | ||
| 15212 | \(fn &optional ARG APPEND DO-NOT-POP)" t nil) | 15068 | \(fn &optional ARG APPEND DO-NOT-POP)" t nil) |
| 15213 | 15069 | ||
| 15214 | (autoload (quote image-dired-show-all-from-dir) "image-dired" "\ | 15070 | (autoload 'image-dired-show-all-from-dir "image-dired" "\ |
| 15215 | Make a preview buffer for all images in DIR and display it. | 15071 | Make a preview buffer for all images in DIR and display it. |
| 15216 | If the number of files in DIR matching `image-file-name-regexp' | 15072 | If the number of files in DIR matching `image-file-name-regexp' |
| 15217 | exceeds `image-dired-show-all-from-dir-max-files', a warning will be | 15073 | exceeds `image-dired-show-all-from-dir-max-files', a warning will be |
| @@ -15219,61 +15075,61 @@ displayed. | |||
| 15219 | 15075 | ||
| 15220 | \(fn DIR)" t nil) | 15076 | \(fn DIR)" t nil) |
| 15221 | 15077 | ||
| 15222 | (defalias (quote image-dired) (quote image-dired-show-all-from-dir)) | 15078 | (defalias 'image-dired 'image-dired-show-all-from-dir) |
| 15223 | 15079 | ||
| 15224 | (defalias (quote tumme) (quote image-dired-show-all-from-dir)) | 15080 | (defalias 'tumme 'image-dired-show-all-from-dir) |
| 15225 | 15081 | ||
| 15226 | (autoload (quote image-dired-tag-files) "image-dired" "\ | 15082 | (autoload 'image-dired-tag-files "image-dired" "\ |
| 15227 | Tag marked file(s) in dired. With prefix ARG, tag file at point. | 15083 | Tag marked file(s) in dired. With prefix ARG, tag file at point. |
| 15228 | 15084 | ||
| 15229 | \(fn ARG)" t nil) | 15085 | \(fn ARG)" t nil) |
| 15230 | 15086 | ||
| 15231 | (autoload (quote image-dired-delete-tag) "image-dired" "\ | 15087 | (autoload 'image-dired-delete-tag "image-dired" "\ |
| 15232 | Remove tag for selected file(s). | 15088 | Remove tag for selected file(s). |
| 15233 | With prefix argument ARG, remove tag from file at point. | 15089 | With prefix argument ARG, remove tag from file at point. |
| 15234 | 15090 | ||
| 15235 | \(fn ARG)" t nil) | 15091 | \(fn ARG)" t nil) |
| 15236 | 15092 | ||
| 15237 | (autoload (quote image-dired-jump-thumbnail-buffer) "image-dired" "\ | 15093 | (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\ |
| 15238 | Jump to thumbnail buffer. | 15094 | Jump to thumbnail buffer. |
| 15239 | 15095 | ||
| 15240 | \(fn)" t nil) | 15096 | \(fn)" t nil) |
| 15241 | 15097 | ||
| 15242 | (autoload (quote image-dired-setup-dired-keybindings) "image-dired" "\ | 15098 | (autoload 'image-dired-setup-dired-keybindings "image-dired" "\ |
| 15243 | Setup easy-to-use keybindings for the commands to be used in dired mode. | 15099 | Setup easy-to-use keybindings for the commands to be used in dired mode. |
| 15244 | Note that n, p and <down> and <up> will be hijacked and bound to | 15100 | Note that n, p and <down> and <up> will be hijacked and bound to |
| 15245 | `image-dired-dired-x-line'. | 15101 | `image-dired-dired-x-line'. |
| 15246 | 15102 | ||
| 15247 | \(fn)" t nil) | 15103 | \(fn)" t nil) |
| 15248 | 15104 | ||
| 15249 | (autoload (quote image-dired-display-thumbs-append) "image-dired" "\ | 15105 | (autoload 'image-dired-display-thumbs-append "image-dired" "\ |
| 15250 | Append thumbnails to `image-dired-thumbnail-buffer'. | 15106 | Append thumbnails to `image-dired-thumbnail-buffer'. |
| 15251 | 15107 | ||
| 15252 | \(fn)" t nil) | 15108 | \(fn)" t nil) |
| 15253 | 15109 | ||
| 15254 | (autoload (quote image-dired-display-thumb) "image-dired" "\ | 15110 | (autoload 'image-dired-display-thumb "image-dired" "\ |
| 15255 | Shorthand for `image-dired-display-thumbs' with prefix argument. | 15111 | Shorthand for `image-dired-display-thumbs' with prefix argument. |
| 15256 | 15112 | ||
| 15257 | \(fn)" t nil) | 15113 | \(fn)" t nil) |
| 15258 | 15114 | ||
| 15259 | (autoload (quote image-dired-dired-display-external) "image-dired" "\ | 15115 | (autoload 'image-dired-dired-display-external "image-dired" "\ |
| 15260 | Display file at point using an external viewer. | 15116 | Display file at point using an external viewer. |
| 15261 | 15117 | ||
| 15262 | \(fn)" t nil) | 15118 | \(fn)" t nil) |
| 15263 | 15119 | ||
| 15264 | (autoload (quote image-dired-dired-display-image) "image-dired" "\ | 15120 | (autoload 'image-dired-dired-display-image "image-dired" "\ |
| 15265 | Display current image file. | 15121 | Display current image file. |
| 15266 | See documentation for `image-dired-display-image' for more information. | 15122 | See documentation for `image-dired-display-image' for more information. |
| 15267 | With prefix argument ARG, display image in its original size. | 15123 | With prefix argument ARG, display image in its original size. |
| 15268 | 15124 | ||
| 15269 | \(fn &optional ARG)" t nil) | 15125 | \(fn &optional ARG)" t nil) |
| 15270 | 15126 | ||
| 15271 | (autoload (quote image-dired-dired-comment-files) "image-dired" "\ | 15127 | (autoload 'image-dired-dired-comment-files "image-dired" "\ |
| 15272 | Add comment to current or marked files in dired. | 15128 | Add comment to current or marked files in dired. |
| 15273 | 15129 | ||
| 15274 | \(fn)" t nil) | 15130 | \(fn)" t nil) |
| 15275 | 15131 | ||
| 15276 | (autoload (quote image-dired-mark-tagged-files) "image-dired" "\ | 15132 | (autoload 'image-dired-mark-tagged-files "image-dired" "\ |
| 15277 | Use regexp to mark files with matching tag. | 15133 | Use regexp to mark files with matching tag. |
| 15278 | A `tag' is a keyword, a piece of meta data, associated with an | 15134 | A `tag' is a keyword, a piece of meta data, associated with an |
| 15279 | image file and stored in image-dired's database file. This command | 15135 | image file and stored in image-dired's database file. This command |
| @@ -15283,7 +15139,7 @@ matching tags will be marked in the dired buffer. | |||
| 15283 | 15139 | ||
| 15284 | \(fn)" t nil) | 15140 | \(fn)" t nil) |
| 15285 | 15141 | ||
| 15286 | (autoload (quote image-dired-dired-edit-comment-and-tags) "image-dired" "\ | 15142 | (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\ |
| 15287 | Edit comment and tags of current or marked image files. | 15143 | Edit comment and tags of current or marked image files. |
| 15288 | Edit comment and tags for all marked image files in an | 15144 | Edit comment and tags for all marked image files in an |
| 15289 | easy-to-use form. | 15145 | easy-to-use form. |
| @@ -15294,10 +15150,10 @@ easy-to-use form. | |||
| 15294 | 15150 | ||
| 15295 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp | 15151 | ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp |
| 15296 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" | 15152 | ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" |
| 15297 | ;;;;;; "image-file.el" (18104 24737)) | 15153 | ;;;;;; "image-file.el" (18177 864)) |
| 15298 | ;;; Generated autoloads from image-file.el | 15154 | ;;; Generated autoloads from image-file.el |
| 15299 | 15155 | ||
| 15300 | (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ | 15156 | (defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\ |
| 15301 | *A list of image-file filename extensions. | 15157 | *A list of image-file filename extensions. |
| 15302 | Filenames having one of these extensions are considered image files, | 15158 | Filenames having one of these extensions are considered image files, |
| 15303 | in addition to those matching `image-file-name-regexps'. | 15159 | in addition to those matching `image-file-name-regexps'. |
| @@ -15307,7 +15163,7 @@ setting this variable directly does not take effect unless | |||
| 15307 | `auto-image-file-mode' is re-enabled; this happens automatically when | 15163 | `auto-image-file-mode' is re-enabled; this happens automatically when |
| 15308 | the variable is set using \\[customize].") | 15164 | the variable is set using \\[customize].") |
| 15309 | 15165 | ||
| 15310 | (custom-autoload (quote image-file-name-extensions) "image-file" nil) | 15166 | (custom-autoload 'image-file-name-extensions "image-file" nil) |
| 15311 | 15167 | ||
| 15312 | (defvar image-file-name-regexps nil "\ | 15168 | (defvar image-file-name-regexps nil "\ |
| 15313 | *List of regexps matching image-file filenames. | 15169 | *List of regexps matching image-file filenames. |
| @@ -15319,14 +15175,14 @@ enabled, setting this variable directly does not take effect unless | |||
| 15319 | `auto-image-file-mode' is re-enabled; this happens automatically when | 15175 | `auto-image-file-mode' is re-enabled; this happens automatically when |
| 15320 | the variable is set using \\[customize].") | 15176 | the variable is set using \\[customize].") |
| 15321 | 15177 | ||
| 15322 | (custom-autoload (quote image-file-name-regexps) "image-file" nil) | 15178 | (custom-autoload 'image-file-name-regexps "image-file" nil) |
| 15323 | 15179 | ||
| 15324 | (autoload (quote image-file-name-regexp) "image-file" "\ | 15180 | (autoload 'image-file-name-regexp "image-file" "\ |
| 15325 | Return a regular expression matching image-file filenames. | 15181 | Return a regular expression matching image-file filenames. |
| 15326 | 15182 | ||
| 15327 | \(fn)" nil nil) | 15183 | \(fn)" nil nil) |
| 15328 | 15184 | ||
| 15329 | (autoload (quote insert-image-file) "image-file" "\ | 15185 | (autoload 'insert-image-file "image-file" "\ |
| 15330 | Insert the image file FILE into the current buffer. | 15186 | Insert the image file FILE into the current buffer. |
| 15331 | Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for | 15187 | Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for |
| 15332 | the command `insert-file-contents'. | 15188 | the command `insert-file-contents'. |
| @@ -15340,9 +15196,9 @@ Setting this variable directly does not take effect; | |||
| 15340 | either customize it (see the info node `Easy Customization') | 15196 | either customize it (see the info node `Easy Customization') |
| 15341 | or call the function `auto-image-file-mode'.") | 15197 | or call the function `auto-image-file-mode'.") |
| 15342 | 15198 | ||
| 15343 | (custom-autoload (quote auto-image-file-mode) "image-file" nil) | 15199 | (custom-autoload 'auto-image-file-mode "image-file" nil) |
| 15344 | 15200 | ||
| 15345 | (autoload (quote auto-image-file-mode) "image-file" "\ | 15201 | (autoload 'auto-image-file-mode "image-file" "\ |
| 15346 | Toggle visiting of image files as images. | 15202 | Toggle visiting of image files as images. |
| 15347 | With prefix argument ARG, turn on if positive, otherwise off. | 15203 | With prefix argument ARG, turn on if positive, otherwise off. |
| 15348 | Returns non-nil if the new state is enabled. | 15204 | Returns non-nil if the new state is enabled. |
| @@ -15356,30 +15212,33 @@ Image files are those whose name has an extension in | |||
| 15356 | ;;;*** | 15212 | ;;;*** |
| 15357 | 15213 | ||
| 15358 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) | 15214 | ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode) |
| 15359 | ;;;;;; "image-mode" "image-mode.el" (18104 24737)) | 15215 | ;;;;;; "image-mode" "image-mode.el" (18177 864)) |
| 15360 | ;;; Generated autoloads from image-mode.el | 15216 | ;;; Generated autoloads from image-mode.el |
| 15361 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) | 15217 | (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist) |
| 15362 | (push '("\\.png\\'" . image-mode) auto-mode-alist) | 15218 | (push '("\\.png\\'" . image-mode) auto-mode-alist) |
| 15363 | (push '("\\.gif\\'" . image-mode) auto-mode-alist) | 15219 | (push '("\\.gif\\'" . image-mode) auto-mode-alist) |
| 15364 | (push '("\\.tiff?\\'" . image-mode) auto-mode-alist) | 15220 | (push '("\\.tiff?\\'" . image-mode) auto-mode-alist) |
| 15365 | (push '("\\.p[bpgn]m\\'" . image-mode) auto-mode-alist) | 15221 | (push '("\\.p[bpgn]m\\'" . image-mode) auto-mode-alist) |
| 15222 | (push '("\\.x[bp]m\\'" . c-mode) auto-mode-alist) | ||
| 15366 | (push '("\\.x[bp]m\\'" . image-mode-maybe) auto-mode-alist) | 15223 | (push '("\\.x[bp]m\\'" . image-mode-maybe) auto-mode-alist) |
| 15224 | (push '("\\.svgz?\\'" . xml-mode) auto-mode-alist) | ||
| 15225 | (push '("\\.svgz?\\'" . image-mode-maybe) auto-mode-alist) | ||
| 15367 | 15226 | ||
| 15368 | (autoload (quote image-mode) "image-mode" "\ | 15227 | (autoload 'image-mode "image-mode" "\ |
| 15369 | Major mode for image files. | 15228 | Major mode for image files. |
| 15370 | You can use \\<image-mode-map>\\[image-toggle-display] | 15229 | You can use \\<image-mode-map>\\[image-toggle-display] |
| 15371 | to toggle between display as an image and display as text. | 15230 | to toggle between display as an image and display as text. |
| 15372 | 15231 | ||
| 15373 | \(fn)" t nil) | 15232 | \(fn)" t nil) |
| 15374 | 15233 | ||
| 15375 | (autoload (quote image-minor-mode) "image-mode" "\ | 15234 | (autoload 'image-minor-mode "image-mode" "\ |
| 15376 | Toggle Image minor mode. | 15235 | Toggle Image minor mode. |
| 15377 | With arg, turn Image minor mode on if arg is positive, off otherwise. | 15236 | With arg, turn Image minor mode on if arg is positive, off otherwise. |
| 15378 | See the command `image-mode' for more information on this mode. | 15237 | See the command `image-mode' for more information on this mode. |
| 15379 | 15238 | ||
| 15380 | \(fn &optional ARG)" t nil) | 15239 | \(fn &optional ARG)" t nil) |
| 15381 | 15240 | ||
| 15382 | (autoload (quote image-mode-maybe) "image-mode" "\ | 15241 | (autoload 'image-mode-maybe "image-mode" "\ |
| 15383 | Set major or minor mode for image files. | 15242 | Set major or minor mode for image files. |
| 15384 | Set Image major mode only when there are no other major modes | 15243 | Set Image major mode only when there are no other major modes |
| 15385 | associated with a filename in `auto-mode-alist'. When an image | 15244 | associated with a filename in `auto-mode-alist'. When an image |
| @@ -15394,7 +15253,7 @@ information on these modes. | |||
| 15394 | ;;;*** | 15253 | ;;;*** |
| 15395 | 15254 | ||
| 15396 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 15255 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 15397 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (18104 24737)) | 15256 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (18177 864)) |
| 15398 | ;;; Generated autoloads from imenu.el | 15257 | ;;; Generated autoloads from imenu.el |
| 15399 | 15258 | ||
| 15400 | (defvar imenu-sort-function nil "\ | 15259 | (defvar imenu-sort-function nil "\ |
| @@ -15412,7 +15271,7 @@ The function should take two arguments and return t if the first | |||
| 15412 | element should come before the second. The arguments are cons cells; | 15271 | element should come before the second. The arguments are cons cells; |
| 15413 | \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.") | 15272 | \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.") |
| 15414 | 15273 | ||
| 15415 | (custom-autoload (quote imenu-sort-function) "imenu" t) | 15274 | (custom-autoload 'imenu-sort-function "imenu" t) |
| 15416 | 15275 | ||
| 15417 | (defvar imenu-generic-expression nil "\ | 15276 | (defvar imenu-generic-expression nil "\ |
| 15418 | The regex pattern to use for creating a buffer index. | 15277 | The regex pattern to use for creating a buffer index. |
| @@ -15426,9 +15285,9 @@ For example, see the value of `fortran-imenu-generic-expression' used by | |||
| 15426 | characters which normally have \"symbol\" syntax \"word\" syntax | 15285 | characters which normally have \"symbol\" syntax \"word\" syntax |
| 15427 | during matching.") | 15286 | during matching.") |
| 15428 | 15287 | ||
| 15429 | (make-variable-buffer-local (quote imenu-generic-expression)) | 15288 | (make-variable-buffer-local 'imenu-generic-expression) |
| 15430 | 15289 | ||
| 15431 | (defvar imenu-create-index-function (quote imenu-default-create-index-function) "\ | 15290 | (defvar imenu-create-index-function 'imenu-default-create-index-function "\ |
| 15432 | The function to use for creating an index alist of the current buffer. | 15291 | The function to use for creating an index alist of the current buffer. |
| 15433 | 15292 | ||
| 15434 | It should be a function that takes no arguments and returns | 15293 | It should be a function that takes no arguments and returns |
| @@ -15437,9 +15296,9 @@ called within a `save-excursion'. | |||
| 15437 | 15296 | ||
| 15438 | See `imenu--index-alist' for the format of the buffer index alist.") | 15297 | See `imenu--index-alist' for the format of the buffer index alist.") |
| 15439 | 15298 | ||
| 15440 | (make-variable-buffer-local (quote imenu-create-index-function)) | 15299 | (make-variable-buffer-local 'imenu-create-index-function) |
| 15441 | 15300 | ||
| 15442 | (defvar imenu-prev-index-position-function (quote beginning-of-defun) "\ | 15301 | (defvar imenu-prev-index-position-function 'beginning-of-defun "\ |
| 15443 | Function for finding the next index position. | 15302 | Function for finding the next index position. |
| 15444 | 15303 | ||
| 15445 | If `imenu-create-index-function' is set to | 15304 | If `imenu-create-index-function' is set to |
| @@ -15450,7 +15309,7 @@ file. | |||
| 15450 | The function should leave point at the place to be connected to the | 15309 | The function should leave point at the place to be connected to the |
| 15451 | index and it should return nil when it doesn't find another index.") | 15310 | index and it should return nil when it doesn't find another index.") |
| 15452 | 15311 | ||
| 15453 | (make-variable-buffer-local (quote imenu-prev-index-position-function)) | 15312 | (make-variable-buffer-local 'imenu-prev-index-position-function) |
| 15454 | 15313 | ||
| 15455 | (defvar imenu-extract-index-name-function nil "\ | 15314 | (defvar imenu-extract-index-name-function nil "\ |
| 15456 | Function for extracting the index item name, given a position. | 15315 | Function for extracting the index item name, given a position. |
| @@ -15459,7 +15318,7 @@ This function is called after `imenu-prev-index-position-function' | |||
| 15459 | finds a position for an index item, with point at that position. | 15318 | finds a position for an index item, with point at that position. |
| 15460 | It should return the name for that index item.") | 15319 | It should return the name for that index item.") |
| 15461 | 15320 | ||
| 15462 | (make-variable-buffer-local (quote imenu-extract-index-name-function)) | 15321 | (make-variable-buffer-local 'imenu-extract-index-name-function) |
| 15463 | 15322 | ||
| 15464 | (defvar imenu-name-lookup-function nil "\ | 15323 | (defvar imenu-name-lookup-function nil "\ |
| 15465 | Function to compare string with index item. | 15324 | Function to compare string with index item. |
| @@ -15472,33 +15331,33 @@ Set this to some other function for more advanced comparisons, | |||
| 15472 | such as \"begins with\" or \"name matches and number of | 15331 | such as \"begins with\" or \"name matches and number of |
| 15473 | arguments match\".") | 15332 | arguments match\".") |
| 15474 | 15333 | ||
| 15475 | (make-variable-buffer-local (quote imenu-name-lookup-function)) | 15334 | (make-variable-buffer-local 'imenu-name-lookup-function) |
| 15476 | 15335 | ||
| 15477 | (defvar imenu-default-goto-function (quote imenu-default-goto-function) "\ | 15336 | (defvar imenu-default-goto-function 'imenu-default-goto-function "\ |
| 15478 | The default function called when selecting an Imenu item. | 15337 | The default function called when selecting an Imenu item. |
| 15479 | The function in this variable is called when selecting a normal index-item.") | 15338 | The function in this variable is called when selecting a normal index-item.") |
| 15480 | 15339 | ||
| 15481 | (make-variable-buffer-local (quote imenu-default-goto-function)) | 15340 | (make-variable-buffer-local 'imenu-default-goto-function) |
| 15482 | 15341 | ||
| 15483 | (make-variable-buffer-local (quote imenu-syntax-alist)) | 15342 | (make-variable-buffer-local 'imenu-syntax-alist) |
| 15484 | 15343 | ||
| 15485 | (make-variable-buffer-local (quote imenu-case-fold-search)) | 15344 | (make-variable-buffer-local 'imenu-case-fold-search) |
| 15486 | 15345 | ||
| 15487 | (autoload (quote imenu-add-to-menubar) "imenu" "\ | 15346 | (autoload 'imenu-add-to-menubar "imenu" "\ |
| 15488 | Add an `imenu' entry to the menu bar for the current buffer. | 15347 | Add an `imenu' entry to the menu bar for the current buffer. |
| 15489 | NAME is a string used to name the menu bar item. | 15348 | NAME is a string used to name the menu bar item. |
| 15490 | See the command `imenu' for more information. | 15349 | See the command `imenu' for more information. |
| 15491 | 15350 | ||
| 15492 | \(fn NAME)" t nil) | 15351 | \(fn NAME)" t nil) |
| 15493 | 15352 | ||
| 15494 | (autoload (quote imenu-add-menubar-index) "imenu" "\ | 15353 | (autoload 'imenu-add-menubar-index "imenu" "\ |
| 15495 | Add an Imenu \"Index\" entry on the menu bar for the current buffer. | 15354 | Add an Imenu \"Index\" entry on the menu bar for the current buffer. |
| 15496 | 15355 | ||
| 15497 | A trivial interface to `imenu-add-to-menubar' suitable for use in a hook. | 15356 | A trivial interface to `imenu-add-to-menubar' suitable for use in a hook. |
| 15498 | 15357 | ||
| 15499 | \(fn)" t nil) | 15358 | \(fn)" t nil) |
| 15500 | 15359 | ||
| 15501 | (autoload (quote imenu) "imenu" "\ | 15360 | (autoload 'imenu "imenu" "\ |
| 15502 | Jump to a place in the buffer chosen using a buffer menu or mouse menu. | 15361 | Jump to a place in the buffer chosen using a buffer menu or mouse menu. |
| 15503 | INDEX-ITEM specifies the position. See `imenu-choose-buffer-index' | 15362 | INDEX-ITEM specifies the position. See `imenu-choose-buffer-index' |
| 15504 | for more information. | 15363 | for more information. |
| @@ -15507,52 +15366,41 @@ for more information. | |||
| 15507 | 15366 | ||
| 15508 | ;;;*** | 15367 | ;;;*** |
| 15509 | 15368 | ||
| 15510 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 15369 | ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion |
| 15511 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 15370 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 15512 | ;;;;;; "ind-util" "language/ind-util.el" (18104 24757)) | 15371 | ;;;;;; "ind-util" "language/ind-util.el" (18177 866)) |
| 15513 | ;;; Generated autoloads from language/ind-util.el | 15372 | ;;; Generated autoloads from language/ind-util.el |
| 15514 | 15373 | ||
| 15515 | (autoload (quote indian-compose-region) "ind-util" "\ | 15374 | (autoload 'indian-compose-region "ind-util" "\ |
| 15516 | Compose the region according to `composition-function-table'. | 15375 | Compose the region according to `composition-function-table'. |
| 15517 | 15376 | ||
| 15518 | \(fn FROM TO)" t nil) | 15377 | \(fn FROM TO)" t nil) |
| 15519 | 15378 | ||
| 15520 | (autoload (quote indian-compose-string) "ind-util" "\ | 15379 | (autoload 'indian-compose-string "ind-util" "\ |
| 15521 | Not documented | 15380 | Not documented |
| 15522 | 15381 | ||
| 15523 | \(fn STRING)" nil nil) | 15382 | \(fn STRING)" nil nil) |
| 15524 | 15383 | ||
| 15525 | (autoload (quote in-is13194-post-read-conversion) "ind-util" "\ | 15384 | (autoload 'in-is13194-post-read-conversion "ind-util" "\ |
| 15526 | Not documented | 15385 | Not documented |
| 15527 | 15386 | ||
| 15528 | \(fn LEN)" nil nil) | 15387 | \(fn LEN)" nil nil) |
| 15529 | 15388 | ||
| 15530 | (autoload (quote in-is13194-pre-write-conversion) "ind-util" "\ | 15389 | (autoload 'in-is13194-pre-write-conversion "ind-util" "\ |
| 15531 | Not documented | 15390 | Not documented |
| 15532 | 15391 | ||
| 15533 | \(fn FROM TO)" nil nil) | 15392 | \(fn FROM TO)" nil nil) |
| 15534 | 15393 | ||
| 15535 | (autoload (quote indian-glyph-char) "ind-util" "\ | 15394 | (autoload 'indian-2-column-to-ucs-region "ind-util" "\ |
| 15536 | Return character of charset `indian-glyph' made from glyph index INDEX. | 15395 | Convert old Emacs Devanagari characters to UCS. |
| 15537 | The variable `indian-default-script' specifies the script of the glyph. | ||
| 15538 | Optional argument SCRIPT, if non-nil, overrides `indian-default-script'. | ||
| 15539 | See also the function `indian-char-glyph'. | ||
| 15540 | 15396 | ||
| 15541 | \(fn INDEX &optional SCRIPT)" nil nil) | 15397 | \(fn FROM TO)" t nil) |
| 15542 | |||
| 15543 | (autoload (quote indian-char-glyph) "ind-util" "\ | ||
| 15544 | Return information about the glyph code for CHAR of `indian-glyph' charset. | ||
| 15545 | The value is (INDEX . SCRIPT), where INDEX is the glyph index | ||
| 15546 | in the font that Indian script name SCRIPT specifies. | ||
| 15547 | See also the function `indian-glyph-char'. | ||
| 15548 | |||
| 15549 | \(fn CHAR)" nil nil) | ||
| 15550 | 15398 | ||
| 15551 | ;;;*** | 15399 | ;;;*** |
| 15552 | 15400 | ||
| 15553 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command | 15401 | ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command |
| 15554 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" | 15402 | ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp" |
| 15555 | ;;;;;; "progmodes/inf-lisp.el" (18104 24767)) | 15403 | ;;;;;; "progmodes/inf-lisp.el" (18177 873)) |
| 15556 | ;;; Generated autoloads from progmodes/inf-lisp.el | 15404 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 15557 | 15405 | ||
| 15558 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 15406 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -15561,12 +15409,12 @@ Input matching this regexp is not saved on the input history in Inferior Lisp | |||
| 15561 | mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword | 15409 | mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword |
| 15562 | \(as in :a, :c, etc.)") | 15410 | \(as in :a, :c, etc.)") |
| 15563 | 15411 | ||
| 15564 | (custom-autoload (quote inferior-lisp-filter-regexp) "inf-lisp" t) | 15412 | (custom-autoload 'inferior-lisp-filter-regexp "inf-lisp" t) |
| 15565 | 15413 | ||
| 15566 | (defvar inferior-lisp-program "lisp" "\ | 15414 | (defvar inferior-lisp-program "lisp" "\ |
| 15567 | *Program name for invoking an inferior Lisp in Inferior Lisp mode.") | 15415 | *Program name for invoking an inferior Lisp in Inferior Lisp mode.") |
| 15568 | 15416 | ||
| 15569 | (custom-autoload (quote inferior-lisp-program) "inf-lisp" t) | 15417 | (custom-autoload 'inferior-lisp-program "inf-lisp" t) |
| 15570 | 15418 | ||
| 15571 | (defvar inferior-lisp-load-command "(load \"%s\")\n" "\ | 15419 | (defvar inferior-lisp-load-command "(load \"%s\")\n" "\ |
| 15572 | *Format-string for building a Lisp expression to load a file. | 15420 | *Format-string for building a Lisp expression to load a file. |
| @@ -15577,7 +15425,7 @@ The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\" | |||
| 15577 | produces cosmetically superior output for this application, | 15425 | produces cosmetically superior output for this application, |
| 15578 | but it works only in Common Lisp.") | 15426 | but it works only in Common Lisp.") |
| 15579 | 15427 | ||
| 15580 | (custom-autoload (quote inferior-lisp-load-command) "inf-lisp" t) | 15428 | (custom-autoload 'inferior-lisp-load-command "inf-lisp" t) |
| 15581 | 15429 | ||
| 15582 | (defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\ | 15430 | (defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\ |
| 15583 | Regexp to recognize prompts in the Inferior Lisp mode. | 15431 | Regexp to recognize prompts in the Inferior Lisp mode. |
| @@ -15595,12 +15443,12 @@ kcl: \"^>+ *\" | |||
| 15595 | 15443 | ||
| 15596 | This is a fine thing to set in your .emacs file or through Custom.") | 15444 | This is a fine thing to set in your .emacs file or through Custom.") |
| 15597 | 15445 | ||
| 15598 | (custom-autoload (quote inferior-lisp-prompt) "inf-lisp" t) | 15446 | (custom-autoload 'inferior-lisp-prompt "inf-lisp" t) |
| 15599 | 15447 | ||
| 15600 | (defvar inferior-lisp-mode-hook (quote nil) "\ | 15448 | (defvar inferior-lisp-mode-hook 'nil "\ |
| 15601 | *Hook for customising Inferior Lisp mode.") | 15449 | *Hook for customising Inferior Lisp mode.") |
| 15602 | 15450 | ||
| 15603 | (autoload (quote inferior-lisp) "inf-lisp" "\ | 15451 | (autoload 'inferior-lisp "inf-lisp" "\ |
| 15604 | Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'. | 15452 | Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'. |
| 15605 | If there is a process already running in `*inferior-lisp*', just switch | 15453 | If there is a process already running in `*inferior-lisp*', just switch |
| 15606 | to that buffer. | 15454 | to that buffer. |
| @@ -15612,24 +15460,24 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 15612 | \(fn CMD)" t nil) | 15460 | \(fn CMD)" t nil) |
| 15613 | (add-hook 'same-window-buffer-names "*inferior-lisp*") | 15461 | (add-hook 'same-window-buffer-names "*inferior-lisp*") |
| 15614 | 15462 | ||
| 15615 | (defalias (quote run-lisp) (quote inferior-lisp)) | 15463 | (defalias 'run-lisp 'inferior-lisp) |
| 15616 | 15464 | ||
| 15617 | ;;;*** | 15465 | ;;;*** |
| 15618 | 15466 | ||
| 15619 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 15467 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 15620 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index | 15468 | ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index |
| 15621 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual | 15469 | ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual |
| 15622 | ;;;;;; info info-other-window) "info" "info.el" (18104 24737)) | 15470 | ;;;;;; info info-other-window) "info" "info.el" (18177 864)) |
| 15623 | ;;; Generated autoloads from info.el | 15471 | ;;; Generated autoloads from info.el |
| 15624 | 15472 | ||
| 15625 | (autoload (quote info-other-window) "info" "\ | 15473 | (autoload 'info-other-window "info" "\ |
| 15626 | Like `info' but show the Info buffer in another window. | 15474 | Like `info' but show the Info buffer in another window. |
| 15627 | 15475 | ||
| 15628 | \(fn &optional FILE-OR-NODE)" t nil) | 15476 | \(fn &optional FILE-OR-NODE)" t nil) |
| 15629 | (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)") | 15477 | (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)") |
| 15630 | (put 'info 'info-file "emacs") | 15478 | (put 'info 'info-file "emacs") |
| 15631 | 15479 | ||
| 15632 | (autoload (quote info) "info" "\ | 15480 | (autoload 'info "info" "\ |
| 15633 | Enter Info, the documentation browser. | 15481 | Enter Info, the documentation browser. |
| 15634 | Optional argument FILE-OR-NODE specifies the file to examine; | 15482 | Optional argument FILE-OR-NODE specifies the file to examine; |
| 15635 | the default is the top-level directory of Info. | 15483 | the default is the top-level directory of Info. |
| @@ -15651,31 +15499,31 @@ in all the directories in that path. | |||
| 15651 | 15499 | ||
| 15652 | \(fn &optional FILE-OR-NODE BUFFER)" t nil) | 15500 | \(fn &optional FILE-OR-NODE BUFFER)" t nil) |
| 15653 | 15501 | ||
| 15654 | (autoload (quote info-emacs-manual) "info" "\ | 15502 | (autoload 'info-emacs-manual "info" "\ |
| 15655 | Display the Emacs manual in Info mode. | 15503 | Display the Emacs manual in Info mode. |
| 15656 | 15504 | ||
| 15657 | \(fn)" t nil) | 15505 | \(fn)" t nil) |
| 15658 | 15506 | ||
| 15659 | (autoload (quote info-standalone) "info" "\ | 15507 | (autoload 'info-standalone "info" "\ |
| 15660 | Run Emacs as a standalone Info reader. | 15508 | Run Emacs as a standalone Info reader. |
| 15661 | Usage: emacs -f info-standalone [filename] | 15509 | Usage: emacs -f info-standalone [filename] |
| 15662 | In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself. | 15510 | In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself. |
| 15663 | 15511 | ||
| 15664 | \(fn)" nil nil) | 15512 | \(fn)" nil nil) |
| 15665 | 15513 | ||
| 15666 | (autoload (quote Info-on-current-buffer) "info" "\ | 15514 | (autoload 'Info-on-current-buffer "info" "\ |
| 15667 | Use Info mode to browse the current Info buffer. | 15515 | Use Info mode to browse the current Info buffer. |
| 15668 | With a prefix arg, this queries for the node name to visit first; | 15516 | With a prefix arg, this queries for the node name to visit first; |
| 15669 | otherwise, that defaults to `Top'. | 15517 | otherwise, that defaults to `Top'. |
| 15670 | 15518 | ||
| 15671 | \(fn &optional NODENAME)" t nil) | 15519 | \(fn &optional NODENAME)" t nil) |
| 15672 | 15520 | ||
| 15673 | (autoload (quote Info-directory) "info" "\ | 15521 | (autoload 'Info-directory "info" "\ |
| 15674 | Go to the Info directory node. | 15522 | Go to the Info directory node. |
| 15675 | 15523 | ||
| 15676 | \(fn)" t nil) | 15524 | \(fn)" t nil) |
| 15677 | 15525 | ||
| 15678 | (autoload (quote Info-index) "info" "\ | 15526 | (autoload 'Info-index "info" "\ |
| 15679 | Look up a string TOPIC in the index for this manual and go to that entry. | 15527 | Look up a string TOPIC in the index for this manual and go to that entry. |
| 15680 | If there are no exact matches to the specified topic, this chooses | 15528 | If there are no exact matches to the specified topic, this chooses |
| 15681 | the first match which is a case-insensitive substring of a topic. | 15529 | the first match which is a case-insensitive substring of a topic. |
| @@ -15684,13 +15532,13 @@ Give an empty topic name to go to the Index node itself. | |||
| 15684 | 15532 | ||
| 15685 | \(fn TOPIC)" t nil) | 15533 | \(fn TOPIC)" t nil) |
| 15686 | 15534 | ||
| 15687 | (autoload (quote info-apropos) "info" "\ | 15535 | (autoload 'info-apropos "info" "\ |
| 15688 | Grovel indices of all known Info files on your system for STRING. | 15536 | Grovel indices of all known Info files on your system for STRING. |
| 15689 | Build a menu of the possible matches. | 15537 | Build a menu of the possible matches. |
| 15690 | 15538 | ||
| 15691 | \(fn STRING)" t nil) | 15539 | \(fn STRING)" t nil) |
| 15692 | 15540 | ||
| 15693 | (autoload (quote Info-mode) "info" "\ | 15541 | (autoload 'Info-mode "info" "\ |
| 15694 | Info mode provides commands for browsing through the Info documentation tree. | 15542 | Info mode provides commands for browsing through the Info documentation tree. |
| 15695 | Documentation in Info is divided into \"nodes\", each of which discusses | 15543 | Documentation in Info is divided into \"nodes\", each of which discusses |
| 15696 | one topic and contains references to other nodes which discuss related | 15544 | one topic and contains references to other nodes which discuss related |
| @@ -15755,7 +15603,7 @@ Advanced commands: | |||
| 15755 | \(fn)" nil nil) | 15603 | \(fn)" nil nil) |
| 15756 | (put 'Info-goto-emacs-command-node 'info-file "emacs") | 15604 | (put 'Info-goto-emacs-command-node 'info-file "emacs") |
| 15757 | 15605 | ||
| 15758 | (autoload (quote Info-goto-emacs-command-node) "info" "\ | 15606 | (autoload 'Info-goto-emacs-command-node "info" "\ |
| 15759 | Go to the Info node in the Emacs manual for command COMMAND. | 15607 | Go to the Info node in the Emacs manual for command COMMAND. |
| 15760 | The command is found by looking up in Emacs manual's indices | 15608 | The command is found by looking up in Emacs manual's indices |
| 15761 | or in another manual found via COMMAND's `info-file' property or | 15609 | or in another manual found via COMMAND's `info-file' property or |
| @@ -15765,7 +15613,7 @@ COMMAND must be a symbol or string. | |||
| 15765 | \(fn COMMAND)" t nil) | 15613 | \(fn COMMAND)" t nil) |
| 15766 | (put 'Info-goto-emacs-key-command-node 'info-file "emacs") | 15614 | (put 'Info-goto-emacs-key-command-node 'info-file "emacs") |
| 15767 | 15615 | ||
| 15768 | (autoload (quote Info-goto-emacs-key-command-node) "info" "\ | 15616 | (autoload 'Info-goto-emacs-key-command-node "info" "\ |
| 15769 | Go to the node in the Emacs manual which describes the command bound to KEY. | 15617 | Go to the node in the Emacs manual which describes the command bound to KEY. |
| 15770 | KEY is a string. | 15618 | KEY is a string. |
| 15771 | Interactively, if the binding is `execute-extended-command', a command is read. | 15619 | Interactively, if the binding is `execute-extended-command', a command is read. |
| @@ -15775,7 +15623,7 @@ the variable `Info-file-list-for-emacs'. | |||
| 15775 | 15623 | ||
| 15776 | \(fn KEY)" t nil) | 15624 | \(fn KEY)" t nil) |
| 15777 | 15625 | ||
| 15778 | (autoload (quote Info-speedbar-browser) "info" "\ | 15626 | (autoload 'Info-speedbar-browser "info" "\ |
| 15779 | Initialize speedbar to display an Info node browser. | 15627 | Initialize speedbar to display an Info node browser. |
| 15780 | This will add a speedbar major display mode. | 15628 | This will add a speedbar major display mode. |
| 15781 | 15629 | ||
| @@ -15785,10 +15633,10 @@ This will add a speedbar major display mode. | |||
| 15785 | 15633 | ||
| 15786 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 15634 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 15787 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 15635 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 15788 | ;;;;;; (18104 24737)) | 15636 | ;;;;;; (18177 864)) |
| 15789 | ;;; Generated autoloads from info-look.el | 15637 | ;;; Generated autoloads from info-look.el |
| 15790 | 15638 | ||
| 15791 | (autoload (quote info-lookup-reset) "info-look" "\ | 15639 | (autoload 'info-lookup-reset "info-look" "\ |
| 15792 | Throw away all cached data. | 15640 | Throw away all cached data. |
| 15793 | This command is useful if the user wants to start at the beginning without | 15641 | This command is useful if the user wants to start at the beginning without |
| 15794 | quitting Emacs, for example, after some Info documents were updated on the | 15642 | quitting Emacs, for example, after some Info documents were updated on the |
| @@ -15797,7 +15645,7 @@ system. | |||
| 15797 | \(fn)" t nil) | 15645 | \(fn)" t nil) |
| 15798 | (put 'info-lookup-symbol 'info-file "emacs") | 15646 | (put 'info-lookup-symbol 'info-file "emacs") |
| 15799 | 15647 | ||
| 15800 | (autoload (quote info-lookup-symbol) "info-look" "\ | 15648 | (autoload 'info-lookup-symbol "info-look" "\ |
| 15801 | Display the definition of SYMBOL, as found in the relevant manual. | 15649 | Display the definition of SYMBOL, as found in the relevant manual. |
| 15802 | When this command is called interactively, it reads SYMBOL from the | 15650 | When this command is called interactively, it reads SYMBOL from the |
| 15803 | minibuffer. In the minibuffer, use M-n to yank the default argument | 15651 | minibuffer. In the minibuffer, use M-n to yank the default argument |
| @@ -15809,7 +15657,7 @@ With prefix arg a query for the symbol help mode is offered. | |||
| 15809 | \(fn SYMBOL &optional MODE)" t nil) | 15657 | \(fn SYMBOL &optional MODE)" t nil) |
| 15810 | (put 'info-lookup-file 'info-file "emacs") | 15658 | (put 'info-lookup-file 'info-file "emacs") |
| 15811 | 15659 | ||
| 15812 | (autoload (quote info-lookup-file) "info-look" "\ | 15660 | (autoload 'info-lookup-file "info-look" "\ |
| 15813 | Display the documentation of a file. | 15661 | Display the documentation of a file. |
| 15814 | When this command is called interactively, it reads FILE from the minibuffer. | 15662 | When this command is called interactively, it reads FILE from the minibuffer. |
| 15815 | In the minibuffer, use M-n to yank the default file name | 15663 | In the minibuffer, use M-n to yank the default file name |
| @@ -15820,12 +15668,12 @@ With prefix arg a query for the file help mode is offered. | |||
| 15820 | 15668 | ||
| 15821 | \(fn FILE &optional MODE)" t nil) | 15669 | \(fn FILE &optional MODE)" t nil) |
| 15822 | 15670 | ||
| 15823 | (autoload (quote info-complete-symbol) "info-look" "\ | 15671 | (autoload 'info-complete-symbol "info-look" "\ |
| 15824 | Perform completion on symbol preceding point. | 15672 | Perform completion on symbol preceding point. |
| 15825 | 15673 | ||
| 15826 | \(fn &optional MODE)" t nil) | 15674 | \(fn &optional MODE)" t nil) |
| 15827 | 15675 | ||
| 15828 | (autoload (quote info-complete-file) "info-look" "\ | 15676 | (autoload 'info-complete-file "info-look" "\ |
| 15829 | Perform completion on file preceding point. | 15677 | Perform completion on file preceding point. |
| 15830 | 15678 | ||
| 15831 | \(fn &optional MODE)" t nil) | 15679 | \(fn &optional MODE)" t nil) |
| @@ -15833,21 +15681,21 @@ Perform completion on file preceding point. | |||
| 15833 | ;;;*** | 15681 | ;;;*** |
| 15834 | 15682 | ||
| 15835 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all | 15683 | ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all |
| 15836 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (18104 24737)) | 15684 | ;;;;;; info-xref-check) "info-xref" "info-xref.el" (18177 864)) |
| 15837 | ;;; Generated autoloads from info-xref.el | 15685 | ;;; Generated autoloads from info-xref.el |
| 15838 | 15686 | ||
| 15839 | (autoload (quote info-xref-check) "info-xref" "\ | 15687 | (autoload 'info-xref-check "info-xref" "\ |
| 15840 | Check external references in FILENAME, an info document. | 15688 | Check external references in FILENAME, an info document. |
| 15841 | 15689 | ||
| 15842 | \(fn FILENAME)" t nil) | 15690 | \(fn FILENAME)" t nil) |
| 15843 | 15691 | ||
| 15844 | (autoload (quote info-xref-check-all) "info-xref" "\ | 15692 | (autoload 'info-xref-check-all "info-xref" "\ |
| 15845 | Check external references in all info documents in the usual path. | 15693 | Check external references in all info documents in the usual path. |
| 15846 | The usual path is `Info-directory-list' and `Info-additional-directory-list'. | 15694 | The usual path is `Info-directory-list' and `Info-additional-directory-list'. |
| 15847 | 15695 | ||
| 15848 | \(fn)" t nil) | 15696 | \(fn)" t nil) |
| 15849 | 15697 | ||
| 15850 | (autoload (quote info-xref-check-all-custom) "info-xref" "\ | 15698 | (autoload 'info-xref-check-all-custom "info-xref" "\ |
| 15851 | Check info references in all customize groups and variables. | 15699 | Check info references in all customize groups and variables. |
| 15852 | `custom-manual' and `info-link' entries in the `custom-links' list are checked. | 15700 | `custom-manual' and `info-link' entries in the `custom-links' list are checked. |
| 15853 | 15701 | ||
| @@ -15860,15 +15708,15 @@ quite a while. | |||
| 15860 | ;;;*** | 15708 | ;;;*** |
| 15861 | 15709 | ||
| 15862 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) | 15710 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) |
| 15863 | ;;;;;; "informat" "informat.el" (18104 24737)) | 15711 | ;;;;;; "informat" "informat.el" (18177 864)) |
| 15864 | ;;; Generated autoloads from informat.el | 15712 | ;;; Generated autoloads from informat.el |
| 15865 | 15713 | ||
| 15866 | (autoload (quote Info-tagify) "informat" "\ | 15714 | (autoload 'Info-tagify "informat" "\ |
| 15867 | Create or update Info file tag table in current buffer or in a region. | 15715 | Create or update Info file tag table in current buffer or in a region. |
| 15868 | 15716 | ||
| 15869 | \(fn &optional INPUT-BUFFER-NAME)" t nil) | 15717 | \(fn &optional INPUT-BUFFER-NAME)" t nil) |
| 15870 | 15718 | ||
| 15871 | (autoload (quote Info-split) "informat" "\ | 15719 | (autoload 'Info-split "informat" "\ |
| 15872 | Split an info file into an indirect file plus bounded-size subfiles. | 15720 | Split an info file into an indirect file plus bounded-size subfiles. |
| 15873 | Each subfile will be up to 50,000 characters plus one node. | 15721 | Each subfile will be up to 50,000 characters plus one node. |
| 15874 | 15722 | ||
| @@ -15883,13 +15731,13 @@ contains just the tag table and a directory of subfiles. | |||
| 15883 | 15731 | ||
| 15884 | \(fn)" t nil) | 15732 | \(fn)" t nil) |
| 15885 | 15733 | ||
| 15886 | (autoload (quote Info-validate) "informat" "\ | 15734 | (autoload 'Info-validate "informat" "\ |
| 15887 | Check current buffer for validity as an Info file. | 15735 | Check current buffer for validity as an Info file. |
| 15888 | Check that every node pointer points to an existing node. | 15736 | Check that every node pointer points to an existing node. |
| 15889 | 15737 | ||
| 15890 | \(fn)" t nil) | 15738 | \(fn)" t nil) |
| 15891 | 15739 | ||
| 15892 | (autoload (quote batch-info-validate) "informat" "\ | 15740 | (autoload 'batch-info-validate "informat" "\ |
| 15893 | Runs `Info-validate' on the files remaining on the command line. | 15741 | Runs `Info-validate' on the files remaining on the command line. |
| 15894 | Must be used only with -batch, and kills Emacs on completion. | 15742 | Must be used only with -batch, and kills Emacs on completion. |
| 15895 | Each file will be processed even if an error occurred previously. | 15743 | Each file will be processed even if an error occurred previously. |
| @@ -15901,31 +15749,31 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15901 | 15749 | ||
| 15902 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15750 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15903 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15751 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15904 | ;;;;;; (18104 24756)) | 15752 | ;;;;;; (18177 864)) |
| 15905 | ;;; Generated autoloads from international/isearch-x.el | 15753 | ;;; Generated autoloads from international/isearch-x.el |
| 15906 | 15754 | ||
| 15907 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 15755 | (autoload 'isearch-toggle-specified-input-method "isearch-x" "\ |
| 15908 | Select an input method and turn it on in interactive search. | 15756 | Select an input method and turn it on in interactive search. |
| 15909 | 15757 | ||
| 15910 | \(fn)" t nil) | 15758 | \(fn)" t nil) |
| 15911 | 15759 | ||
| 15912 | (autoload (quote isearch-toggle-input-method) "isearch-x" "\ | 15760 | (autoload 'isearch-toggle-input-method "isearch-x" "\ |
| 15913 | Toggle input method in interactive search. | 15761 | Toggle input method in interactive search. |
| 15914 | 15762 | ||
| 15915 | \(fn)" t nil) | 15763 | \(fn)" t nil) |
| 15916 | 15764 | ||
| 15917 | (autoload (quote isearch-process-search-multibyte-characters) "isearch-x" "\ | 15765 | (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\ |
| 15918 | Not documented | 15766 | Not documented |
| 15919 | 15767 | ||
| 15920 | \(fn LAST-CHAR)" nil nil) | 15768 | \(fn LAST-CHAR)" nil nil) |
| 15921 | 15769 | ||
| 15922 | ;;;*** | 15770 | ;;;*** |
| 15923 | 15771 | ||
| 15924 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18104 | 15772 | ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18177 |
| 15925 | ;;;;;; 24737)) | 15773 | ;;;;;; 865)) |
| 15926 | ;;; Generated autoloads from isearchb.el | 15774 | ;;; Generated autoloads from isearchb.el |
| 15927 | 15775 | ||
| 15928 | (autoload (quote isearchb-activate) "isearchb" "\ | 15776 | (autoload 'isearchb-activate "isearchb" "\ |
| 15929 | Active isearchb mode for subsequent alphanumeric keystrokes. | 15777 | Active isearchb mode for subsequent alphanumeric keystrokes. |
| 15930 | Executing this command again will terminate the search; or, if | 15778 | Executing this command again will terminate the search; or, if |
| 15931 | the search has not yet begun, will toggle to the last buffer | 15779 | the search has not yet begun, will toggle to the last buffer |
| @@ -15936,10 +15784,10 @@ accessed via isearchb. | |||
| 15936 | ;;;*** | 15784 | ;;;*** |
| 15937 | 15785 | ||
| 15938 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" | 15786 | ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el" |
| 15939 | ;;;;;; (18104 24760)) | 15787 | ;;;;;; (18177 870)) |
| 15940 | ;;; Generated autoloads from obsolete/iso-acc.el | 15788 | ;;; Generated autoloads from obsolete/iso-acc.el |
| 15941 | 15789 | ||
| 15942 | (autoload (quote iso-accents-mode) "iso-acc" "\ | 15790 | (autoload 'iso-accents-mode "iso-acc" "\ |
| 15943 | Toggle ISO Accents mode, in which accents modify the following letter. | 15791 | Toggle ISO Accents mode, in which accents modify the following letter. |
| 15944 | This permits easy insertion of accented characters according to ISO-8859-1. | 15792 | This permits easy insertion of accented characters according to ISO-8859-1. |
| 15945 | When Iso-accents mode is enabled, accent character keys | 15793 | When Iso-accents mode is enabled, accent character keys |
| @@ -15969,83 +15817,83 @@ and a negative argument disables it. | |||
| 15969 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 15817 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 15970 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 15818 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 15971 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 15819 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 15972 | ;;;;;; "international/iso-cvt.el" (18104 24756)) | 15820 | ;;;;;; "international/iso-cvt.el" (18177 864)) |
| 15973 | ;;; Generated autoloads from international/iso-cvt.el | 15821 | ;;; Generated autoloads from international/iso-cvt.el |
| 15974 | 15822 | ||
| 15975 | (autoload (quote iso-spanish) "iso-cvt" "\ | 15823 | (autoload 'iso-spanish "iso-cvt" "\ |
| 15976 | Translate net conventions for Spanish to ISO 8859-1. | 15824 | Translate net conventions for Spanish to ISO 8859-1. |
| 15977 | The region between FROM and TO is translated using the table TRANS-TAB. | 15825 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 15978 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15826 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 15979 | 15827 | ||
| 15980 | \(fn FROM TO &optional BUFFER)" t nil) | 15828 | \(fn FROM TO &optional BUFFER)" t nil) |
| 15981 | 15829 | ||
| 15982 | (autoload (quote iso-german) "iso-cvt" "\ | 15830 | (autoload 'iso-german "iso-cvt" "\ |
| 15983 | Translate net conventions for German to ISO 8859-1. | 15831 | Translate net conventions for German to ISO 8859-1. |
| 15984 | The region between FROM and TO is translated using the table TRANS-TAB. | 15832 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 15985 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15833 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 15986 | 15834 | ||
| 15987 | \(fn FROM TO &optional BUFFER)" t nil) | 15835 | \(fn FROM TO &optional BUFFER)" t nil) |
| 15988 | 15836 | ||
| 15989 | (autoload (quote iso-iso2tex) "iso-cvt" "\ | 15837 | (autoload 'iso-iso2tex "iso-cvt" "\ |
| 15990 | Translate ISO 8859-1 characters to TeX sequences. | 15838 | Translate ISO 8859-1 characters to TeX sequences. |
| 15991 | The region between FROM and TO is translated using the table TRANS-TAB. | 15839 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 15992 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15840 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 15993 | 15841 | ||
| 15994 | \(fn FROM TO &optional BUFFER)" t nil) | 15842 | \(fn FROM TO &optional BUFFER)" t nil) |
| 15995 | 15843 | ||
| 15996 | (autoload (quote iso-tex2iso) "iso-cvt" "\ | 15844 | (autoload 'iso-tex2iso "iso-cvt" "\ |
| 15997 | Translate TeX sequences to ISO 8859-1 characters. | 15845 | Translate TeX sequences to ISO 8859-1 characters. |
| 15998 | The region between FROM and TO is translated using the table TRANS-TAB. | 15846 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 15999 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15847 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16000 | 15848 | ||
| 16001 | \(fn FROM TO &optional BUFFER)" t nil) | 15849 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16002 | 15850 | ||
| 16003 | (autoload (quote iso-gtex2iso) "iso-cvt" "\ | 15851 | (autoload 'iso-gtex2iso "iso-cvt" "\ |
| 16004 | Translate German TeX sequences to ISO 8859-1 characters. | 15852 | Translate German TeX sequences to ISO 8859-1 characters. |
| 16005 | The region between FROM and TO is translated using the table TRANS-TAB. | 15853 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 16006 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15854 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16007 | 15855 | ||
| 16008 | \(fn FROM TO &optional BUFFER)" t nil) | 15856 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16009 | 15857 | ||
| 16010 | (autoload (quote iso-iso2gtex) "iso-cvt" "\ | 15858 | (autoload 'iso-iso2gtex "iso-cvt" "\ |
| 16011 | Translate ISO 8859-1 characters to German TeX sequences. | 15859 | Translate ISO 8859-1 characters to German TeX sequences. |
| 16012 | The region between FROM and TO is translated using the table TRANS-TAB. | 15860 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 16013 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15861 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16014 | 15862 | ||
| 16015 | \(fn FROM TO &optional BUFFER)" t nil) | 15863 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16016 | 15864 | ||
| 16017 | (autoload (quote iso-iso2duden) "iso-cvt" "\ | 15865 | (autoload 'iso-iso2duden "iso-cvt" "\ |
| 16018 | Translate ISO 8859-1 characters to German TeX sequences. | 15866 | Translate ISO 8859-1 characters to German TeX sequences. |
| 16019 | The region between FROM and TO is translated using the table TRANS-TAB. | 15867 | The region between FROM and TO is translated using the table TRANS-TAB. |
| 16020 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15868 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16021 | 15869 | ||
| 16022 | \(fn FROM TO &optional BUFFER)" t nil) | 15870 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16023 | 15871 | ||
| 16024 | (autoload (quote iso-iso2sgml) "iso-cvt" "\ | 15872 | (autoload 'iso-iso2sgml "iso-cvt" "\ |
| 16025 | Translate ISO 8859-1 characters in the region to SGML entities. | 15873 | Translate ISO 8859-1 characters in the region to SGML entities. |
| 16026 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". | 15874 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". |
| 16027 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15875 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16028 | 15876 | ||
| 16029 | \(fn FROM TO &optional BUFFER)" t nil) | 15877 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16030 | 15878 | ||
| 16031 | (autoload (quote iso-sgml2iso) "iso-cvt" "\ | 15879 | (autoload 'iso-sgml2iso "iso-cvt" "\ |
| 16032 | Translate SGML entities in the region to ISO 8859-1 characters. | 15880 | Translate SGML entities in the region to ISO 8859-1 characters. |
| 16033 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". | 15881 | The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\". |
| 16034 | Optional arg BUFFER is ignored (for use in `format-alist'). | 15882 | Optional arg BUFFER is ignored (for use in `format-alist'). |
| 16035 | 15883 | ||
| 16036 | \(fn FROM TO &optional BUFFER)" t nil) | 15884 | \(fn FROM TO &optional BUFFER)" t nil) |
| 16037 | 15885 | ||
| 16038 | (autoload (quote iso-cvt-read-only) "iso-cvt" "\ | 15886 | (autoload 'iso-cvt-read-only "iso-cvt" "\ |
| 16039 | Warn that format is read-only. | 15887 | Warn that format is read-only. |
| 16040 | 15888 | ||
| 16041 | \(fn &rest IGNORE)" t nil) | 15889 | \(fn &rest IGNORE)" t nil) |
| 16042 | 15890 | ||
| 16043 | (autoload (quote iso-cvt-write-only) "iso-cvt" "\ | 15891 | (autoload 'iso-cvt-write-only "iso-cvt" "\ |
| 16044 | Warn that format is write-only. | 15892 | Warn that format is write-only. |
| 16045 | 15893 | ||
| 16046 | \(fn &rest IGNORE)" t nil) | 15894 | \(fn &rest IGNORE)" t nil) |
| 16047 | 15895 | ||
| 16048 | (autoload (quote iso-cvt-define-menu) "iso-cvt" "\ | 15896 | (autoload 'iso-cvt-define-menu "iso-cvt" "\ |
| 16049 | Add submenus to the File menu, to convert to and from various formats. | 15897 | Add submenus to the File menu, to convert to and from various formats. |
| 16050 | 15898 | ||
| 16051 | \(fn)" t nil) | 15899 | \(fn)" t nil) |
| @@ -16053,7 +15901,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16053 | ;;;*** | 15901 | ;;;*** |
| 16054 | 15902 | ||
| 16055 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | 15903 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" |
| 16056 | ;;;;;; (18104 24756)) | 15904 | ;;;;;; (18177 864)) |
| 16057 | ;;; Generated autoloads from international/iso-transl.el | 15905 | ;;; Generated autoloads from international/iso-transl.el |
| 16058 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) | 15906 | (or key-translation-map (setq key-translation-map (make-sparse-keymap))) |
| 16059 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | 15907 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) |
| @@ -16066,7 +15914,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16066 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 15914 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 16067 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist | 15915 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist |
| 16068 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 15916 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 16069 | ;;;;;; (18104 24771)) | 15917 | ;;;;;; (18177 875)) |
| 16070 | ;;; Generated autoloads from textmodes/ispell.el | 15918 | ;;; Generated autoloads from textmodes/ispell.el |
| 16071 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) | 15919 | (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive)))) |
| 16072 | 15920 | ||
| @@ -16075,7 +15923,7 @@ Add submenus to the File menu, to convert to and from various formats. | |||
| 16075 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, | 15923 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, |
| 16076 | where DICTNAME is the name of your default dictionary.") | 15924 | where DICTNAME is the name of your default dictionary.") |
| 16077 | 15925 | ||
| 16078 | (custom-autoload (quote ispell-personal-dictionary) "ispell" t) | 15926 | (custom-autoload 'ispell-personal-dictionary "ispell" t) |
| 16079 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) | 15927 | (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p) |
| 16080 | 15928 | ||
| 16081 | (defvar ispell-local-dictionary-alist nil "\ | 15929 | (defvar ispell-local-dictionary-alist nil "\ |
| @@ -16086,19 +15934,19 @@ To make permanent changes to your dictionary definitions, you | |||
| 16086 | will need to make your changes in this variable, save, and then | 15934 | will need to make your changes in this variable, save, and then |
| 16087 | re-start Emacs.") | 15935 | re-start Emacs.") |
| 16088 | 15936 | ||
| 16089 | (custom-autoload (quote ispell-local-dictionary-alist) "ispell" t) | 15937 | (custom-autoload 'ispell-local-dictionary-alist "ispell" t) |
| 16090 | 15938 | ||
| 16091 | (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) | 15939 | (setq ispell-dictionary-alist-1 '((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))) |
| 16092 | 15940 | ||
| 16093 | (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) | 15941 | (setq ispell-dictionary-alist-2 '(("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))) |
| 16094 | 15942 | ||
| 16095 | (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1)))) | 15943 | (setq ispell-dictionary-alist-3 '(("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1))) |
| 16096 | 15944 | ||
| 16097 | (setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1)))) | 15945 | (setq ispell-dictionary-alist-4 '(("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1))) |
| 16098 | 15946 | ||
| 16099 | (setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[.]" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) | 15947 | (setq ispell-dictionary-alist-5 '(("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[.]" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1))) |
| 16100 | 15948 | ||
| 16101 | (setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) | 15949 | (setq ispell-dictionary-alist-6 '(("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1))) |
| 16102 | 15950 | ||
| 16103 | (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ | 15951 | (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ |
| 16104 | An alist of dictionaries and their associated parameters. | 15952 | An alist of dictionaries and their associated parameters. |
| @@ -16161,15 +16009,15 @@ Spelling menu for XEmacs. | |||
| 16161 | If nil when package is loaded, a standard menu will be set, | 16009 | If nil when package is loaded, a standard menu will be set, |
| 16162 | and added as a submenu of the \"Edit\" menu.") | 16010 | and added as a submenu of the \"Edit\" menu.") |
| 16163 | 16011 | ||
| 16164 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep (quote xemacs))) (quote reload))) | 16012 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload)) |
| 16165 | 16013 | ||
| 16166 | (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) | 16014 | (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] '(menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name")) (define-key ispell-menu-map [ispell-kill-ispell] '(menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help "Terminate Ispell subprocess")) (define-key ispell-menu-map [ispell-pdict-save] '(menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary")) (define-key ispell-menu-map [ispell-customize] '(menu-item "Customize..." (lambda nil (interactive) (customize-group 'ispell)) :help "Customize spell checking options")) (define-key ispell-menu-map [ispell-help] '(menu-item "Help" (lambda nil (interactive) (describe-function 'ispell-help)) :help "Show standard Ispell keybindings and commands")) (define-key ispell-menu-map [flyspell-mode] '(menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode))) (define-key ispell-menu-map [ispell-complete-word] '(menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary")) (define-key ispell-menu-map [ispell-complete-word-interior-frag] '(menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))) |
| 16167 | 16015 | ||
| 16168 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))) | 16016 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] '(menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp 'ispell-region-end) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region")) (define-key ispell-menu-map [ispell-word] '(menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor")) (define-key ispell-menu-map [ispell-comments-and-strings] '(menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))) |
| 16169 | 16017 | ||
| 16170 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :visible (eq major-mode (quote mail-mode)) :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map))))) | 16018 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] '(menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region")) (define-key ispell-menu-map [ispell-message] '(menu-item "Spell-Check Message" ispell-message :visible (eq major-mode 'mail-mode) :help "Skip headers and included message text")) (define-key ispell-menu-map [ispell-buffer] '(menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer")) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map)))) |
| 16171 | 16019 | ||
| 16172 | (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)"))) "\ | 16020 | (defvar ispell-skip-region-alist '((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)")) "\ |
| 16173 | Alist expressing beginning and end of regions not to spell check. | 16021 | Alist expressing beginning and end of regions not to spell check. |
| 16174 | The alist key must be a regular expression. | 16022 | The alist key must be a regular expression. |
| 16175 | Valid forms include: | 16023 | Valid forms include: |
| @@ -16178,7 +16026,7 @@ Valid forms include: | |||
| 16178 | (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. | 16026 | (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string. |
| 16179 | (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.") | 16027 | (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.") |
| 16180 | 16028 | ||
| 16181 | (defvar ispell-tex-skip-alists (quote ((("\\\\addcontentsline" ispell-tex-arg-end 2) ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end) ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end) ("\\\\bibliographystyle" ispell-tex-arg-end) ("\\\\makebox" ispell-tex-arg-end 0) ("\\\\e?psfig" ispell-tex-arg-end) ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \n]*{[ \n]*document[ \n]*}")) (("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) ("list" ispell-tex-arg-end 2) ("program" . "\\\\end[ \n]*{[ \n]*program[ \n]*}") ("verbatim\\*?" . "\\\\end[ \n]*{[ \n]*verbatim\\*?[ \n]*}")))) "\ | 16029 | (defvar ispell-tex-skip-alists '((("\\\\addcontentsline" ispell-tex-arg-end 2) ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end) ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end) ("\\\\bibliographystyle" ispell-tex-arg-end) ("\\\\makebox" ispell-tex-arg-end 0) ("\\\\e?psfig" ispell-tex-arg-end) ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \n]*{[ \n]*document[ \n]*}")) (("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) ("list" ispell-tex-arg-end 2) ("program" . "\\\\end[ \n]*{[ \n]*program[ \n]*}") ("verbatim\\*?" . "\\\\end[ \n]*{[ \n]*verbatim\\*?[ \n]*}"))) "\ |
| 16182 | *Lists of regions to be skipped in TeX mode. | 16030 | *Lists of regions to be skipped in TeX mode. |
| 16183 | First list is used raw. | 16031 | First list is used raw. |
| 16184 | Second list has key placed inside \\begin{}. | 16032 | Second list has key placed inside \\begin{}. |
| @@ -16186,14 +16034,14 @@ Second list has key placed inside \\begin{}. | |||
| 16186 | Delete or add any regions you want to be automatically selected | 16034 | Delete or add any regions you want to be automatically selected |
| 16187 | for skipping in latex mode.") | 16035 | for skipping in latex mode.") |
| 16188 | 16036 | ||
| 16189 | (defvar ispell-html-skip-alists (quote (("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \n>]" ">") ("&[^ \n;]" "[; \n]"))) "\ | 16037 | (defvar ispell-html-skip-alists '(("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \n>]" ">") ("&[^ \n;]" "[; \n]")) "\ |
| 16190 | *Lists of start and end keys to skip in HTML buffers. | 16038 | *Lists of start and end keys to skip in HTML buffers. |
| 16191 | Same format as `ispell-skip-region-alist' | 16039 | Same format as `ispell-skip-region-alist' |
| 16192 | Note - substrings of other matches must come last | 16040 | Note - substrings of other matches must come last |
| 16193 | (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") | 16041 | (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") |
| 16194 | (define-key esc-map "$" 'ispell-word) | 16042 | (define-key esc-map "$" 'ispell-word) |
| 16195 | 16043 | ||
| 16196 | (autoload (quote ispell-word) "ispell" "\ | 16044 | (autoload 'ispell-word "ispell" "\ |
| 16197 | Check spelling of word under or before the cursor. | 16045 | Check spelling of word under or before the cursor. |
| 16198 | If the word is not found in dictionary, display possible corrections | 16046 | If the word is not found in dictionary, display possible corrections |
| 16199 | in a window allowing you to choose one. | 16047 | in a window allowing you to choose one. |
| @@ -16222,13 +16070,13 @@ quit spell session exited. | |||
| 16222 | 16070 | ||
| 16223 | \(fn &optional FOLLOWING QUIETLY CONTINUE)" t nil) | 16071 | \(fn &optional FOLLOWING QUIETLY CONTINUE)" t nil) |
| 16224 | 16072 | ||
| 16225 | (autoload (quote ispell-pdict-save) "ispell" "\ | 16073 | (autoload 'ispell-pdict-save "ispell" "\ |
| 16226 | Check to see if the personal dictionary has been modified. | 16074 | Check to see if the personal dictionary has been modified. |
| 16227 | If so, ask if it needs to be saved. | 16075 | If so, ask if it needs to be saved. |
| 16228 | 16076 | ||
| 16229 | \(fn &optional NO-QUERY FORCE-SAVE)" t nil) | 16077 | \(fn &optional NO-QUERY FORCE-SAVE)" t nil) |
| 16230 | 16078 | ||
| 16231 | (autoload (quote ispell-help) "ispell" "\ | 16079 | (autoload 'ispell-help "ispell" "\ |
| 16232 | Display a list of the options available when a misspelling is encountered. | 16080 | Display a list of the options available when a misspelling is encountered. |
| 16233 | 16081 | ||
| 16234 | Selections are: | 16082 | Selections are: |
| @@ -16254,13 +16102,13 @@ SPC: Accept word this time. | |||
| 16254 | 16102 | ||
| 16255 | \(fn)" nil nil) | 16103 | \(fn)" nil nil) |
| 16256 | 16104 | ||
| 16257 | (autoload (quote ispell-kill-ispell) "ispell" "\ | 16105 | (autoload 'ispell-kill-ispell "ispell" "\ |
| 16258 | Kill current Ispell process (so that you may start a fresh one). | 16106 | Kill current Ispell process (so that you may start a fresh one). |
| 16259 | With NO-ERROR, just return non-nil if there was no Ispell running. | 16107 | With NO-ERROR, just return non-nil if there was no Ispell running. |
| 16260 | 16108 | ||
| 16261 | \(fn &optional NO-ERROR)" t nil) | 16109 | \(fn &optional NO-ERROR)" t nil) |
| 16262 | 16110 | ||
| 16263 | (autoload (quote ispell-change-dictionary) "ispell" "\ | 16111 | (autoload 'ispell-change-dictionary "ispell" "\ |
| 16264 | Change to dictionary DICT for Ispell. | 16112 | Change to dictionary DICT for Ispell. |
| 16265 | With a prefix arg, set it \"globally\", for all buffers. | 16113 | With a prefix arg, set it \"globally\", for all buffers. |
| 16266 | Without a prefix arg, set it \"locally\", just for this buffer. | 16114 | Without a prefix arg, set it \"locally\", just for this buffer. |
| @@ -16269,29 +16117,29 @@ By just answering RET you can find out what the current dictionary is. | |||
| 16269 | 16117 | ||
| 16270 | \(fn DICT &optional ARG)" t nil) | 16118 | \(fn DICT &optional ARG)" t nil) |
| 16271 | 16119 | ||
| 16272 | (autoload (quote ispell-region) "ispell" "\ | 16120 | (autoload 'ispell-region "ispell" "\ |
| 16273 | Interactively check a region for spelling errors. | 16121 | Interactively check a region for spelling errors. |
| 16274 | Return nil if spell session is quit, | 16122 | Return nil if spell session is quit, |
| 16275 | otherwise returns shift offset amount for last line processed. | 16123 | otherwise returns shift offset amount for last line processed. |
| 16276 | 16124 | ||
| 16277 | \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil) | 16125 | \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil) |
| 16278 | 16126 | ||
| 16279 | (autoload (quote ispell-comments-and-strings) "ispell" "\ | 16127 | (autoload 'ispell-comments-and-strings "ispell" "\ |
| 16280 | Check comments and strings in the current buffer for spelling errors. | 16128 | Check comments and strings in the current buffer for spelling errors. |
| 16281 | 16129 | ||
| 16282 | \(fn)" t nil) | 16130 | \(fn)" t nil) |
| 16283 | 16131 | ||
| 16284 | (autoload (quote ispell-buffer) "ispell" "\ | 16132 | (autoload 'ispell-buffer "ispell" "\ |
| 16285 | Check the current buffer for spelling errors interactively. | 16133 | Check the current buffer for spelling errors interactively. |
| 16286 | 16134 | ||
| 16287 | \(fn)" t nil) | 16135 | \(fn)" t nil) |
| 16288 | 16136 | ||
| 16289 | (autoload (quote ispell-continue) "ispell" "\ | 16137 | (autoload 'ispell-continue "ispell" "\ |
| 16290 | Continue a halted spelling session beginning with the current word. | 16138 | Continue a halted spelling session beginning with the current word. |
| 16291 | 16139 | ||
| 16292 | \(fn)" t nil) | 16140 | \(fn)" t nil) |
| 16293 | 16141 | ||
| 16294 | (autoload (quote ispell-complete-word) "ispell" "\ | 16142 | (autoload 'ispell-complete-word "ispell" "\ |
| 16295 | Try to complete the word before or under point (see `lookup-words'). | 16143 | Try to complete the word before or under point (see `lookup-words'). |
| 16296 | If optional INTERIOR-FRAG is non-nil then the word may be a character | 16144 | If optional INTERIOR-FRAG is non-nil then the word may be a character |
| 16297 | sequence inside of a word. | 16145 | sequence inside of a word. |
| @@ -16300,12 +16148,12 @@ Standard ispell choices are then available. | |||
| 16300 | 16148 | ||
| 16301 | \(fn &optional INTERIOR-FRAG)" t nil) | 16149 | \(fn &optional INTERIOR-FRAG)" t nil) |
| 16302 | 16150 | ||
| 16303 | (autoload (quote ispell-complete-word-interior-frag) "ispell" "\ | 16151 | (autoload 'ispell-complete-word-interior-frag "ispell" "\ |
| 16304 | Completes word matching character sequence inside a word. | 16152 | Completes word matching character sequence inside a word. |
| 16305 | 16153 | ||
| 16306 | \(fn)" t nil) | 16154 | \(fn)" t nil) |
| 16307 | 16155 | ||
| 16308 | (autoload (quote ispell) "ispell" "\ | 16156 | (autoload 'ispell "ispell" "\ |
| 16309 | Interactively check a region or buffer for spelling errors. | 16157 | Interactively check a region or buffer for spelling errors. |
| 16310 | If `transient-mark-mode' is on, and a region is active, spell-check | 16158 | If `transient-mark-mode' is on, and a region is active, spell-check |
| 16311 | that region. Otherwise spell-check the buffer. | 16159 | that region. Otherwise spell-check the buffer. |
| @@ -16317,9 +16165,10 @@ available on the net. | |||
| 16317 | 16165 | ||
| 16318 | \(fn)" t nil) | 16166 | \(fn)" t nil) |
| 16319 | 16167 | ||
| 16320 | (autoload (quote ispell-minor-mode) "ispell" "\ | 16168 | (autoload 'ispell-minor-mode "ispell" "\ |
| 16321 | Toggle Ispell minor mode. | 16169 | Toggle Ispell minor mode. |
| 16322 | With prefix arg, turn Ispell minor mode on iff arg is positive. | 16170 | With prefix argument ARG, turn Ispell minor mode on if ARG is positive, |
| 16171 | otherwise turn it off. | ||
| 16323 | 16172 | ||
| 16324 | In Ispell minor mode, pressing SPC or RET | 16173 | In Ispell minor mode, pressing SPC or RET |
| 16325 | warns you if the previous word is incorrectly spelled. | 16174 | warns you if the previous word is incorrectly spelled. |
| @@ -16329,7 +16178,7 @@ them into the running ispell process, type \\[ispell-word] SPC. | |||
| 16329 | 16178 | ||
| 16330 | \(fn &optional ARG)" t nil) | 16179 | \(fn &optional ARG)" t nil) |
| 16331 | 16180 | ||
| 16332 | (autoload (quote ispell-message) "ispell" "\ | 16181 | (autoload 'ispell-message "ispell" "\ |
| 16333 | Check the spelling of a mail message or news post. | 16182 | Check the spelling of a mail message or news post. |
| 16334 | Don't check spelling of message headers except the Subject field. | 16183 | Don't check spelling of message headers except the Subject field. |
| 16335 | Don't check included messages. | 16184 | Don't check included messages. |
| @@ -16353,8 +16202,8 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 16353 | 16202 | ||
| 16354 | ;;;*** | 16203 | ;;;*** |
| 16355 | 16204 | ||
| 16356 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18104 | 16205 | ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18177 |
| 16357 | ;;;;;; 24737)) | 16206 | ;;;;;; 865)) |
| 16358 | ;;; Generated autoloads from iswitchb.el | 16207 | ;;; Generated autoloads from iswitchb.el |
| 16359 | 16208 | ||
| 16360 | (defvar iswitchb-mode nil "\ | 16209 | (defvar iswitchb-mode nil "\ |
| @@ -16364,11 +16213,11 @@ Setting this variable directly does not take effect; | |||
| 16364 | either customize it (see the info node `Easy Customization') | 16213 | either customize it (see the info node `Easy Customization') |
| 16365 | or call the function `iswitchb-mode'.") | 16214 | or call the function `iswitchb-mode'.") |
| 16366 | 16215 | ||
| 16367 | (custom-autoload (quote iswitchb-mode) "iswitchb" nil) | 16216 | (custom-autoload 'iswitchb-mode "iswitchb" nil) |
| 16368 | 16217 | ||
| 16369 | (autoload (quote iswitchb-mode) "iswitchb" "\ | 16218 | (autoload 'iswitchb-mode "iswitchb" "\ |
| 16370 | Toggle Iswitchb global minor mode. | 16219 | Toggle Iswitchb global minor mode. |
| 16371 | With arg, turn Iswitchb mode on if and only iff ARG is positive. | 16220 | With arg, turn Iswitchb mode on if ARG is positive, otherwise turn it off. |
| 16372 | This mode enables switching between buffers using substrings. See | 16221 | This mode enables switching between buffers using substrings. See |
| 16373 | `iswitchb' for details. | 16222 | `iswitchb' for details. |
| 16374 | 16223 | ||
| @@ -16379,15 +16228,15 @@ This mode enables switching between buffers using substrings. See | |||
| 16379 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 16228 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 16380 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 16229 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 16381 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 16230 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 16382 | ;;;;;; "japan-util" "language/japan-util.el" (18104 24757)) | 16231 | ;;;;;; "japan-util" "language/japan-util.el" (18177 866)) |
| 16383 | ;;; Generated autoloads from language/japan-util.el | 16232 | ;;; Generated autoloads from language/japan-util.el |
| 16384 | 16233 | ||
| 16385 | (autoload (quote setup-japanese-environment-internal) "japan-util" "\ | 16234 | (autoload 'setup-japanese-environment-internal "japan-util" "\ |
| 16386 | Not documented | 16235 | Not documented |
| 16387 | 16236 | ||
| 16388 | \(fn)" nil nil) | 16237 | \(fn)" nil nil) |
| 16389 | 16238 | ||
| 16390 | (autoload (quote japanese-katakana) "japan-util" "\ | 16239 | (autoload 'japanese-katakana "japan-util" "\ |
| 16391 | Convert argument to Katakana and return that. | 16240 | Convert argument to Katakana and return that. |
| 16392 | The argument may be a character or string. The result has the same type. | 16241 | The argument may be a character or string. The result has the same type. |
| 16393 | The argument object is not altered--the value is a copy. | 16242 | The argument object is not altered--the value is a copy. |
| @@ -16398,14 +16247,14 @@ Optional argument HANKAKU t means to convert to `hankaku' Katakana | |||
| 16398 | 16247 | ||
| 16399 | \(fn OBJ &optional HANKAKU)" nil nil) | 16248 | \(fn OBJ &optional HANKAKU)" nil nil) |
| 16400 | 16249 | ||
| 16401 | (autoload (quote japanese-hiragana) "japan-util" "\ | 16250 | (autoload 'japanese-hiragana "japan-util" "\ |
| 16402 | Convert argument to Hiragana and return that. | 16251 | Convert argument to Hiragana and return that. |
| 16403 | The argument may be a character or string. The result has the same type. | 16252 | The argument may be a character or string. The result has the same type. |
| 16404 | The argument object is not altered--the value is a copy. | 16253 | The argument object is not altered--the value is a copy. |
| 16405 | 16254 | ||
| 16406 | \(fn OBJ)" nil nil) | 16255 | \(fn OBJ)" nil nil) |
| 16407 | 16256 | ||
| 16408 | (autoload (quote japanese-hankaku) "japan-util" "\ | 16257 | (autoload 'japanese-hankaku "japan-util" "\ |
| 16409 | Convert argument to `hankaku' and return that. | 16258 | Convert argument to `hankaku' and return that. |
| 16410 | The argument may be a character or string. The result has the same type. | 16259 | The argument may be a character or string. The result has the same type. |
| 16411 | The argument object is not altered--the value is a copy. | 16260 | The argument object is not altered--the value is a copy. |
| @@ -16413,26 +16262,26 @@ Optional argument ASCII-ONLY non-nil means to return only ASCII character. | |||
| 16413 | 16262 | ||
| 16414 | \(fn OBJ &optional ASCII-ONLY)" nil nil) | 16263 | \(fn OBJ &optional ASCII-ONLY)" nil nil) |
| 16415 | 16264 | ||
| 16416 | (autoload (quote japanese-zenkaku) "japan-util" "\ | 16265 | (autoload 'japanese-zenkaku "japan-util" "\ |
| 16417 | Convert argument to `zenkaku' and return that. | 16266 | Convert argument to `zenkaku' and return that. |
| 16418 | The argument may be a character or string. The result has the same type. | 16267 | The argument may be a character or string. The result has the same type. |
| 16419 | The argument object is not altered--the value is a copy. | 16268 | The argument object is not altered--the value is a copy. |
| 16420 | 16269 | ||
| 16421 | \(fn OBJ)" nil nil) | 16270 | \(fn OBJ)" nil nil) |
| 16422 | 16271 | ||
| 16423 | (autoload (quote japanese-katakana-region) "japan-util" "\ | 16272 | (autoload 'japanese-katakana-region "japan-util" "\ |
| 16424 | Convert Japanese `hiragana' chars in the region to `katakana' chars. | 16273 | Convert Japanese `hiragana' chars in the region to `katakana' chars. |
| 16425 | Optional argument HANKAKU t means to convert to `hankaku katakana' character | 16274 | Optional argument HANKAKU t means to convert to `hankaku katakana' character |
| 16426 | of which charset is `japanese-jisx0201-kana'. | 16275 | of which charset is `japanese-jisx0201-kana'. |
| 16427 | 16276 | ||
| 16428 | \(fn FROM TO &optional HANKAKU)" t nil) | 16277 | \(fn FROM TO &optional HANKAKU)" t nil) |
| 16429 | 16278 | ||
| 16430 | (autoload (quote japanese-hiragana-region) "japan-util" "\ | 16279 | (autoload 'japanese-hiragana-region "japan-util" "\ |
| 16431 | Convert Japanese `katakana' chars in the region to `hiragana' chars. | 16280 | Convert Japanese `katakana' chars in the region to `hiragana' chars. |
| 16432 | 16281 | ||
| 16433 | \(fn FROM TO)" t nil) | 16282 | \(fn FROM TO)" t nil) |
| 16434 | 16283 | ||
| 16435 | (autoload (quote japanese-hankaku-region) "japan-util" "\ | 16284 | (autoload 'japanese-hankaku-region "japan-util" "\ |
| 16436 | Convert Japanese `zenkaku' chars in the region to `hankaku' chars. | 16285 | Convert Japanese `zenkaku' chars in the region to `hankaku' chars. |
| 16437 | `Zenkaku' chars belong to `japanese-jisx0208' | 16286 | `Zenkaku' chars belong to `japanese-jisx0208' |
| 16438 | `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'. | 16287 | `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'. |
| @@ -16440,7 +16289,7 @@ Optional argument ASCII-ONLY non-nil means to convert only to ASCII char. | |||
| 16440 | 16289 | ||
| 16441 | \(fn FROM TO &optional ASCII-ONLY)" t nil) | 16290 | \(fn FROM TO &optional ASCII-ONLY)" t nil) |
| 16442 | 16291 | ||
| 16443 | (autoload (quote japanese-zenkaku-region) "japan-util" "\ | 16292 | (autoload 'japanese-zenkaku-region "japan-util" "\ |
| 16444 | Convert hankaku' chars in the region to Japanese `zenkaku' chars. | 16293 | Convert hankaku' chars in the region to Japanese `zenkaku' chars. |
| 16445 | `Zenkaku' chars belong to `japanese-jisx0208' | 16294 | `Zenkaku' chars belong to `japanese-jisx0208' |
| 16446 | `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'. | 16295 | `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'. |
| @@ -16448,7 +16297,7 @@ Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char. | |||
| 16448 | 16297 | ||
| 16449 | \(fn FROM TO &optional KATAKANA-ONLY)" t nil) | 16298 | \(fn FROM TO &optional KATAKANA-ONLY)" t nil) |
| 16450 | 16299 | ||
| 16451 | (autoload (quote read-hiragana-string) "japan-util" "\ | 16300 | (autoload 'read-hiragana-string "japan-util" "\ |
| 16452 | Read a Hiragana string from the minibuffer, prompting with string PROMPT. | 16301 | Read a Hiragana string from the minibuffer, prompting with string PROMPT. |
| 16453 | If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | 16302 | If non-nil, second arg INITIAL-INPUT is a string to insert before reading. |
| 16454 | 16303 | ||
| @@ -16457,7 +16306,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading. | |||
| 16457 | ;;;*** | 16306 | ;;;*** |
| 16458 | 16307 | ||
| 16459 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" | 16308 | ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr" |
| 16460 | ;;;;;; "jka-compr.el" (18104 24737)) | 16309 | ;;;;;; "jka-compr.el" (18177 866)) |
| 16461 | ;;; Generated autoloads from jka-compr.el | 16310 | ;;; Generated autoloads from jka-compr.el |
| 16462 | 16311 | ||
| 16463 | (defvar jka-compr-inhibit nil "\ | 16312 | (defvar jka-compr-inhibit nil "\ |
| @@ -16465,12 +16314,12 @@ Non-nil means inhibit automatic uncompression temporarily. | |||
| 16465 | Lisp programs can bind this to t to do that. | 16314 | Lisp programs can bind this to t to do that. |
| 16466 | It is not recommended to set this variable permanently to anything but nil.") | 16315 | It is not recommended to set this variable permanently to anything but nil.") |
| 16467 | 16316 | ||
| 16468 | (autoload (quote jka-compr-handler) "jka-compr" "\ | 16317 | (autoload 'jka-compr-handler "jka-compr" "\ |
| 16469 | Not documented | 16318 | Not documented |
| 16470 | 16319 | ||
| 16471 | \(fn OPERATION &rest ARGS)" nil nil) | 16320 | \(fn OPERATION &rest ARGS)" nil nil) |
| 16472 | 16321 | ||
| 16473 | (autoload (quote jka-compr-uninstall) "jka-compr" "\ | 16322 | (autoload 'jka-compr-uninstall "jka-compr" "\ |
| 16474 | Uninstall jka-compr. | 16323 | Uninstall jka-compr. |
| 16475 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' | 16324 | This removes the entries in `file-name-handler-alist' and `auto-mode-alist' |
| 16476 | and `inhibit-first-line-modes-suffixes' that were added | 16325 | and `inhibit-first-line-modes-suffixes' that were added |
| @@ -16482,7 +16331,7 @@ by `jka-compr-installed'. | |||
| 16482 | 16331 | ||
| 16483 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | 16332 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup |
| 16484 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | 16333 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" |
| 16485 | ;;;;;; (18104 24748)) | 16334 | ;;;;;; (18177 858)) |
| 16486 | ;;; Generated autoloads from emulation/keypad.el | 16335 | ;;; Generated autoloads from emulation/keypad.el |
| 16487 | 16336 | ||
| 16488 | (defvar keypad-setup nil "\ | 16337 | (defvar keypad-setup nil "\ |
| @@ -16490,30 +16339,30 @@ Specifies the keypad setup for unshifted keypad keys when NumLock is off. | |||
| 16490 | When selecting the plain numeric keypad setup, the character returned by the | 16339 | When selecting the plain numeric keypad setup, the character returned by the |
| 16491 | decimal key must be specified.") | 16340 | decimal key must be specified.") |
| 16492 | 16341 | ||
| 16493 | (custom-autoload (quote keypad-setup) "keypad" nil) | 16342 | (custom-autoload 'keypad-setup "keypad" nil) |
| 16494 | 16343 | ||
| 16495 | (defvar keypad-numlock-setup nil "\ | 16344 | (defvar keypad-numlock-setup nil "\ |
| 16496 | Specifies the keypad setup for unshifted keypad keys when NumLock is on. | 16345 | Specifies the keypad setup for unshifted keypad keys when NumLock is on. |
| 16497 | When selecting the plain numeric keypad setup, the character returned by the | 16346 | When selecting the plain numeric keypad setup, the character returned by the |
| 16498 | decimal key must be specified.") | 16347 | decimal key must be specified.") |
| 16499 | 16348 | ||
| 16500 | (custom-autoload (quote keypad-numlock-setup) "keypad" nil) | 16349 | (custom-autoload 'keypad-numlock-setup "keypad" nil) |
| 16501 | 16350 | ||
| 16502 | (defvar keypad-shifted-setup nil "\ | 16351 | (defvar keypad-shifted-setup nil "\ |
| 16503 | Specifies the keypad setup for shifted keypad keys when NumLock is off. | 16352 | Specifies the keypad setup for shifted keypad keys when NumLock is off. |
| 16504 | When selecting the plain numeric keypad setup, the character returned by the | 16353 | When selecting the plain numeric keypad setup, the character returned by the |
| 16505 | decimal key must be specified.") | 16354 | decimal key must be specified.") |
| 16506 | 16355 | ||
| 16507 | (custom-autoload (quote keypad-shifted-setup) "keypad" nil) | 16356 | (custom-autoload 'keypad-shifted-setup "keypad" nil) |
| 16508 | 16357 | ||
| 16509 | (defvar keypad-numlock-shifted-setup nil "\ | 16358 | (defvar keypad-numlock-shifted-setup nil "\ |
| 16510 | Specifies the keypad setup for shifted keypad keys when NumLock is off. | 16359 | Specifies the keypad setup for shifted keypad keys when NumLock is off. |
| 16511 | When selecting the plain numeric keypad setup, the character returned by the | 16360 | When selecting the plain numeric keypad setup, the character returned by the |
| 16512 | decimal key must be specified.") | 16361 | decimal key must be specified.") |
| 16513 | 16362 | ||
| 16514 | (custom-autoload (quote keypad-numlock-shifted-setup) "keypad" nil) | 16363 | (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil) |
| 16515 | 16364 | ||
| 16516 | (autoload (quote keypad-setup) "keypad" "\ | 16365 | (autoload 'keypad-setup "keypad" "\ |
| 16517 | Set keypad bindings in `function-key-map' according to SETUP. | 16366 | Set keypad bindings in `function-key-map' according to SETUP. |
| 16518 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings | 16367 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings |
| 16519 | are changed. Otherwise, the NumLock Off bindings are changed. | 16368 | are changed. Otherwise, the NumLock Off bindings are changed. |
| @@ -16538,10 +16387,10 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.' | |||
| 16538 | ;;;*** | 16387 | ;;;*** |
| 16539 | 16388 | ||
| 16540 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 16389 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 16541 | ;;;;;; (18104 24756)) | 16390 | ;;;;;; (18177 865)) |
| 16542 | ;;; Generated autoloads from international/kinsoku.el | 16391 | ;;; Generated autoloads from international/kinsoku.el |
| 16543 | 16392 | ||
| 16544 | (autoload (quote kinsoku) "kinsoku" "\ | 16393 | (autoload 'kinsoku "kinsoku" "\ |
| 16545 | Go to a line breaking position near point by doing `kinsoku' processing. | 16394 | Go to a line breaking position near point by doing `kinsoku' processing. |
| 16546 | LINEBEG is a buffer position we can't break a line before. | 16395 | LINEBEG is a buffer position we can't break a line before. |
| 16547 | 16396 | ||
| @@ -16559,8 +16408,8 @@ the context of text formatting. | |||
| 16559 | 16408 | ||
| 16560 | ;;;*** | 16409 | ;;;*** |
| 16561 | 16410 | ||
| 16562 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18104 | 16411 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18177 |
| 16563 | ;;;;;; 24757)) | 16412 | ;;;;;; 865)) |
| 16564 | ;;; Generated autoloads from international/kkc.el | 16413 | ;;; Generated autoloads from international/kkc.el |
| 16565 | 16414 | ||
| 16566 | (defvar kkc-after-update-conversion-functions nil "\ | 16415 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -16570,7 +16419,7 @@ candidate list. Each time he changes the selection, functions in this | |||
| 16570 | list are called with two arguments; starting and ending buffer | 16419 | list are called with two arguments; starting and ending buffer |
| 16571 | positions that contains the current selection.") | 16420 | positions that contains the current selection.") |
| 16572 | 16421 | ||
| 16573 | (autoload (quote kkc-region) "kkc" "\ | 16422 | (autoload 'kkc-region "kkc" "\ |
| 16574 | Convert Kana string in the current region to Kanji-Kana mixed string. | 16423 | Convert Kana string in the current region to Kanji-Kana mixed string. |
| 16575 | Users can select a desirable conversion interactively. | 16424 | Users can select a desirable conversion interactively. |
| 16576 | When called from a program, expects two arguments, | 16425 | When called from a program, expects two arguments, |
| @@ -16585,7 +16434,7 @@ and the return value is the length of the conversion. | |||
| 16585 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro | 16434 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro |
| 16586 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter | 16435 | ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter |
| 16587 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" | 16436 | ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" |
| 16588 | ;;;;;; "kmacro.el" (18104 24737)) | 16437 | ;;;;;; "kmacro.el" (18177 866)) |
| 16589 | ;;; Generated autoloads from kmacro.el | 16438 | ;;; Generated autoloads from kmacro.el |
| 16590 | (global-set-key "\C-x(" 'kmacro-start-macro) | 16439 | (global-set-key "\C-x(" 'kmacro-start-macro) |
| 16591 | (global-set-key "\C-x)" 'kmacro-end-macro) | 16440 | (global-set-key "\C-x)" 'kmacro-end-macro) |
| @@ -16595,7 +16444,7 @@ and the return value is the length of the conversion. | |||
| 16595 | (global-set-key "\C-x\C-k" 'kmacro-keymap) | 16444 | (global-set-key "\C-x\C-k" 'kmacro-keymap) |
| 16596 | (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap) | 16445 | (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap) |
| 16597 | 16446 | ||
| 16598 | (autoload (quote kmacro-start-macro) "kmacro" "\ | 16447 | (autoload 'kmacro-start-macro "kmacro" "\ |
| 16599 | Record subsequent keyboard input, defining a keyboard macro. | 16448 | Record subsequent keyboard input, defining a keyboard macro. |
| 16600 | The commands are recorded even as they are executed. | 16449 | The commands are recorded even as they are executed. |
| 16601 | Use \\[kmacro-end-macro] to finish recording and make the macro available. | 16450 | Use \\[kmacro-end-macro] to finish recording and make the macro available. |
| @@ -16619,7 +16468,7 @@ Use \\[kmacro-bind-to-key] to bind it to a key sequence. | |||
| 16619 | 16468 | ||
| 16620 | \(fn ARG)" t nil) | 16469 | \(fn ARG)" t nil) |
| 16621 | 16470 | ||
| 16622 | (autoload (quote kmacro-end-macro) "kmacro" "\ | 16471 | (autoload 'kmacro-end-macro "kmacro" "\ |
| 16623 | Finish defining a keyboard macro. | 16472 | Finish defining a keyboard macro. |
| 16624 | The definition was started by \\[kmacro-start-macro]. | 16473 | The definition was started by \\[kmacro-start-macro]. |
| 16625 | The macro is now available for use via \\[kmacro-call-macro], | 16474 | The macro is now available for use via \\[kmacro-call-macro], |
| @@ -16632,7 +16481,7 @@ An argument of zero means repeat until error. | |||
| 16632 | 16481 | ||
| 16633 | \(fn ARG)" t nil) | 16482 | \(fn ARG)" t nil) |
| 16634 | 16483 | ||
| 16635 | (autoload (quote kmacro-call-macro) "kmacro" "\ | 16484 | (autoload 'kmacro-call-macro "kmacro" "\ |
| 16636 | Call the last keyboard macro that you defined with \\[kmacro-start-macro]. | 16485 | Call the last keyboard macro that you defined with \\[kmacro-start-macro]. |
| 16637 | A prefix argument serves as a repeat count. Zero means repeat until error. | 16486 | A prefix argument serves as a repeat count. Zero means repeat until error. |
| 16638 | 16487 | ||
| @@ -16646,7 +16495,7 @@ others, use \\[kmacro-name-last-macro]. | |||
| 16646 | 16495 | ||
| 16647 | \(fn ARG &optional NO-REPEAT END-MACRO)" t nil) | 16496 | \(fn ARG &optional NO-REPEAT END-MACRO)" t nil) |
| 16648 | 16497 | ||
| 16649 | (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\ | 16498 | (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\ |
| 16650 | Record subsequent keyboard input, defining a keyboard macro. | 16499 | Record subsequent keyboard input, defining a keyboard macro. |
| 16651 | The commands are recorded even as they are executed. | 16500 | The commands are recorded even as they are executed. |
| 16652 | 16501 | ||
| @@ -16665,14 +16514,14 @@ The format of the counter can be modified via \\[kmacro-set-format]. | |||
| 16665 | 16514 | ||
| 16666 | \(fn ARG)" t nil) | 16515 | \(fn ARG)" t nil) |
| 16667 | 16516 | ||
| 16668 | (autoload (quote kmacro-end-or-call-macro) "kmacro" "\ | 16517 | (autoload 'kmacro-end-or-call-macro "kmacro" "\ |
| 16669 | End kbd macro if currently being defined; else call last kbd macro. | 16518 | End kbd macro if currently being defined; else call last kbd macro. |
| 16670 | With numeric prefix ARG, repeat macro that many times. | 16519 | With numeric prefix ARG, repeat macro that many times. |
| 16671 | With \\[universal-argument], call second macro in macro ring. | 16520 | With \\[universal-argument], call second macro in macro ring. |
| 16672 | 16521 | ||
| 16673 | \(fn ARG &optional NO-REPEAT)" t nil) | 16522 | \(fn ARG &optional NO-REPEAT)" t nil) |
| 16674 | 16523 | ||
| 16675 | (autoload (quote kmacro-end-and-call-macro) "kmacro" "\ | 16524 | (autoload 'kmacro-end-and-call-macro "kmacro" "\ |
| 16676 | Call last keyboard macro, ending it first if currently being defined. | 16525 | Call last keyboard macro, ending it first if currently being defined. |
| 16677 | With numeric prefix ARG, repeat macro that many times. | 16526 | With numeric prefix ARG, repeat macro that many times. |
| 16678 | Zero argument means repeat until there is an error. | 16527 | Zero argument means repeat until there is an error. |
| @@ -16682,7 +16531,7 @@ even after defining other macros, use \\[kmacro-name-last-macro]. | |||
| 16682 | 16531 | ||
| 16683 | \(fn ARG &optional NO-REPEAT)" t nil) | 16532 | \(fn ARG &optional NO-REPEAT)" t nil) |
| 16684 | 16533 | ||
| 16685 | (autoload (quote kmacro-end-call-mouse) "kmacro" "\ | 16534 | (autoload 'kmacro-end-call-mouse "kmacro" "\ |
| 16686 | Move point to the position clicked with the mouse and call last kbd macro. | 16535 | Move point to the position clicked with the mouse and call last kbd macro. |
| 16687 | If kbd macro currently being defined end it before activating it. | 16536 | If kbd macro currently being defined end it before activating it. |
| 16688 | 16537 | ||
| @@ -16690,39 +16539,46 @@ If kbd macro currently being defined end it before activating it. | |||
| 16690 | 16539 | ||
| 16691 | ;;;*** | 16540 | ;;;*** |
| 16692 | 16541 | ||
| 16693 | ;;;### (autoloads (kannada-post-read-conversion kannada-compose-string | 16542 | ;;;### (autoloads (kannada-composition-function kannada-post-read-conversion |
| 16694 | ;;;;;; kannada-compose-region) "knd-util" "language/knd-util.el" | 16543 | ;;;;;; kannada-compose-string kannada-compose-region) "knd-util" |
| 16695 | ;;;;;; (18104 24757)) | 16544 | ;;;;;; "language/knd-util.el" (18177 866)) |
| 16696 | ;;; Generated autoloads from language/knd-util.el | 16545 | ;;; Generated autoloads from language/knd-util.el |
| 16697 | 16546 | ||
| 16698 | (defconst kannada-consonant "[\x51f75-\x51fb9]") | 16547 | (defconst kannada-consonant "[\x0c95-\x0cb9]") |
| 16699 | 16548 | ||
| 16700 | (autoload (quote kannada-compose-region) "knd-util" "\ | 16549 | (autoload 'kannada-compose-region "knd-util" "\ |
| 16701 | Not documented | 16550 | Not documented |
| 16702 | 16551 | ||
| 16703 | \(fn FROM TO)" t nil) | 16552 | \(fn FROM TO)" t nil) |
| 16704 | 16553 | ||
| 16705 | (autoload (quote kannada-compose-string) "knd-util" "\ | 16554 | (autoload 'kannada-compose-string "knd-util" "\ |
| 16706 | Not documented | 16555 | Not documented |
| 16707 | 16556 | ||
| 16708 | \(fn STRING)" nil nil) | 16557 | \(fn STRING)" nil nil) |
| 16709 | 16558 | ||
| 16710 | (autoload (quote kannada-post-read-conversion) "knd-util" "\ | 16559 | (autoload 'kannada-post-read-conversion "knd-util" "\ |
| 16711 | Not documented | 16560 | Not documented |
| 16712 | 16561 | ||
| 16713 | \(fn LEN)" nil nil) | 16562 | \(fn LEN)" nil nil) |
| 16714 | 16563 | ||
| 16564 | (autoload 'kannada-composition-function "knd-util" "\ | ||
| 16565 | Compose Kannada characters after the position POS. | ||
| 16566 | If STRING is not nil, it is a string, and POS is an index to the string. | ||
| 16567 | In this case, compose characters after POS of the string. | ||
| 16568 | |||
| 16569 | \(fn POS &optional STRING)" nil nil) | ||
| 16570 | |||
| 16715 | ;;;*** | 16571 | ;;;*** |
| 16716 | 16572 | ||
| 16717 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 16573 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 16718 | ;;;;;; "language/korea-util.el" (18104 24757)) | 16574 | ;;;;;; "language/korea-util.el" (18177 866)) |
| 16719 | ;;; Generated autoloads from language/korea-util.el | 16575 | ;;; Generated autoloads from language/korea-util.el |
| 16720 | 16576 | ||
| 16721 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 16577 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| 16722 | *The kind of Korean keyboard for Korean input method. | 16578 | *The kind of Korean keyboard for Korean input method. |
| 16723 | \"\" for 2, \"3\" for 3.") | 16579 | \"\" for 2, \"3\" for 3.") |
| 16724 | 16580 | ||
| 16725 | (autoload (quote setup-korean-environment-internal) "korea-util" "\ | 16581 | (autoload 'setup-korean-environment-internal "korea-util" "\ |
| 16726 | Not documented | 16582 | Not documented |
| 16727 | 16583 | ||
| 16728 | \(fn)" nil nil) | 16584 | \(fn)" nil nil) |
| @@ -16730,19 +16586,19 @@ Not documented | |||
| 16730 | ;;;*** | 16586 | ;;;*** |
| 16731 | 16587 | ||
| 16732 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 16588 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 16733 | ;;;;;; (18104 24762)) | 16589 | ;;;;;; (18177 871)) |
| 16734 | ;;; Generated autoloads from play/landmark.el | 16590 | ;;; Generated autoloads from play/landmark.el |
| 16735 | 16591 | ||
| 16736 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 16592 | (defalias 'landmark-repeat 'lm-test-run) |
| 16737 | 16593 | ||
| 16738 | (autoload (quote lm-test-run) "landmark" "\ | 16594 | (autoload 'lm-test-run "landmark" "\ |
| 16739 | Run 100 Lm games, each time saving the weights from the previous game. | 16595 | Run 100 Lm games, each time saving the weights from the previous game. |
| 16740 | 16596 | ||
| 16741 | \(fn)" t nil) | 16597 | \(fn)" t nil) |
| 16742 | 16598 | ||
| 16743 | (defalias (quote landmark) (quote lm)) | 16599 | (defalias 'landmark 'lm) |
| 16744 | 16600 | ||
| 16745 | (autoload (quote lm) "landmark" "\ | 16601 | (autoload 'lm "landmark" "\ |
| 16746 | Start or resume an Lm game. | 16602 | Start or resume an Lm game. |
| 16747 | If a game is in progress, this command allows you to resume it. | 16603 | If a game is in progress, this command allows you to resume it. |
| 16748 | Here is the relation between prefix args and game options: | 16604 | Here is the relation between prefix args and game options: |
| @@ -16762,18 +16618,17 @@ Use \\[describe-mode] for more info. | |||
| 16762 | 16618 | ||
| 16763 | ;;;*** | 16619 | ;;;*** |
| 16764 | 16620 | ||
| 16765 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-post-read-conversion | 16621 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string |
| 16766 | ;;;;;; lao-transcribe-roman-to-lao-string lao-transcribe-single-roman-syllable-to-lao | 16622 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) |
| 16767 | ;;;;;; lao-compose-string) "lao-util" "language/lao-util.el" (18104 | 16623 | ;;;;;; "lao-util" "language/lao-util.el" (18177 866)) |
| 16768 | ;;;;;; 24757)) | ||
| 16769 | ;;; Generated autoloads from language/lao-util.el | 16624 | ;;; Generated autoloads from language/lao-util.el |
| 16770 | 16625 | ||
| 16771 | (autoload (quote lao-compose-string) "lao-util" "\ | 16626 | (autoload 'lao-compose-string "lao-util" "\ |
| 16772 | Not documented | 16627 | Not documented |
| 16773 | 16628 | ||
| 16774 | \(fn STR)" nil nil) | 16629 | \(fn STR)" nil nil) |
| 16775 | 16630 | ||
| 16776 | (autoload (quote lao-transcribe-single-roman-syllable-to-lao) "lao-util" "\ | 16631 | (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\ |
| 16777 | Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. | 16632 | Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. |
| 16778 | Only the first syllable is transcribed. | 16633 | Only the first syllable is transcribed. |
| 16779 | The value has the form: (START END LAO-STRING), where | 16634 | The value has the form: (START END LAO-STRING), where |
| @@ -16785,27 +16640,17 @@ syllable. In that case, FROM and TO are indexes to STR. | |||
| 16785 | 16640 | ||
| 16786 | \(fn FROM TO &optional STR)" nil nil) | 16641 | \(fn FROM TO &optional STR)" nil nil) |
| 16787 | 16642 | ||
| 16788 | (autoload (quote lao-transcribe-roman-to-lao-string) "lao-util" "\ | 16643 | (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\ |
| 16789 | Transcribe Romanized Lao string STR to Lao character string. | 16644 | Transcribe Romanized Lao string STR to Lao character string. |
| 16790 | 16645 | ||
| 16791 | \(fn STR)" nil nil) | 16646 | \(fn STR)" nil nil) |
| 16792 | 16647 | ||
| 16793 | (autoload (quote lao-post-read-conversion) "lao-util" "\ | 16648 | (autoload 'lao-composition-function "lao-util" "\ |
| 16794 | Not documented | 16649 | Not documented |
| 16795 | 16650 | ||
| 16796 | \(fn LEN)" nil nil) | 16651 | \(fn POS &optional STRING)" nil nil) |
| 16797 | |||
| 16798 | (autoload (quote lao-composition-function) "lao-util" "\ | ||
| 16799 | Compose Lao text in the region FROM and TO. | ||
| 16800 | The text matches the regular expression PATTERN. | ||
| 16801 | Optional 4th argument STRING, if non-nil, is a string containing text | ||
| 16802 | to compose. | ||
| 16803 | |||
| 16804 | The return value is number of composed characters. | ||
| 16805 | 16652 | ||
| 16806 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | 16653 | (autoload 'lao-compose-region "lao-util" "\ |
| 16807 | |||
| 16808 | (autoload (quote lao-compose-region) "lao-util" "\ | ||
| 16809 | Not documented | 16654 | Not documented |
| 16810 | 16655 | ||
| 16811 | \(fn FROM TO)" t nil) | 16656 | \(fn FROM TO)" t nil) |
| @@ -16814,29 +16659,29 @@ Not documented | |||
| 16814 | 16659 | ||
| 16815 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc | 16660 | ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc |
| 16816 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) | 16661 | ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist) |
| 16817 | ;;;;;; "latexenc" "international/latexenc.el" (18104 24757)) | 16662 | ;;;;;; "latexenc" "international/latexenc.el" (18177 865)) |
| 16818 | ;;; Generated autoloads from international/latexenc.el | 16663 | ;;; Generated autoloads from international/latexenc.el |
| 16819 | 16664 | ||
| 16820 | (defvar latex-inputenc-coding-alist (quote (("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8))) "\ | 16665 | (defvar latex-inputenc-coding-alist '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8)) "\ |
| 16821 | Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems. | 16666 | Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems. |
| 16822 | LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". | 16667 | LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". |
| 16823 | Used by the function `latexenc-find-file-coding-system'.") | 16668 | Used by the function `latexenc-find-file-coding-system'.") |
| 16824 | 16669 | ||
| 16825 | (custom-autoload (quote latex-inputenc-coding-alist) "latexenc" t) | 16670 | (custom-autoload 'latex-inputenc-coding-alist "latexenc" t) |
| 16826 | 16671 | ||
| 16827 | (autoload (quote latexenc-inputenc-to-coding-system) "latexenc" "\ | 16672 | (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\ |
| 16828 | Return the corresponding coding-system for the specified input encoding. | 16673 | Return the corresponding coding-system for the specified input encoding. |
| 16829 | Return nil if no matching coding system can be found. | 16674 | Return nil if no matching coding system can be found. |
| 16830 | 16675 | ||
| 16831 | \(fn INPUTENC)" nil nil) | 16676 | \(fn INPUTENC)" nil nil) |
| 16832 | 16677 | ||
| 16833 | (autoload (quote latexenc-coding-system-to-inputenc) "latexenc" "\ | 16678 | (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\ |
| 16834 | Return the corresponding input encoding for the specified coding system. | 16679 | Return the corresponding input encoding for the specified coding system. |
| 16835 | Return nil if no matching input encoding can be found. | 16680 | Return nil if no matching input encoding can be found. |
| 16836 | 16681 | ||
| 16837 | \(fn CS)" nil nil) | 16682 | \(fn CS)" nil nil) |
| 16838 | 16683 | ||
| 16839 | (autoload (quote latexenc-find-file-coding-system) "latexenc" "\ | 16684 | (autoload 'latexenc-find-file-coding-system "latexenc" "\ |
| 16840 | Determine the coding system of a LaTeX file if it uses \"inputenc.sty\". | 16685 | Determine the coding system of a LaTeX file if it uses \"inputenc.sty\". |
| 16841 | The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs | 16686 | The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs |
| 16842 | coding system names is determined from `latex-inputenc-coding-alist'. | 16687 | coding system names is determined from `latex-inputenc-coding-alist'. |
| @@ -16846,7 +16691,7 @@ coding system names is determined from `latex-inputenc-coding-alist'. | |||
| 16846 | ;;;*** | 16691 | ;;;*** |
| 16847 | 16692 | ||
| 16848 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) | 16693 | ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) |
| 16849 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (18104 24757)) | 16694 | ;;;;;; "latin1-disp" "international/latin1-disp.el" (18177 865)) |
| 16850 | ;;; Generated autoloads from international/latin1-disp.el | 16695 | ;;; Generated autoloads from international/latin1-disp.el |
| 16851 | 16696 | ||
| 16852 | (defvar latin1-display nil "\ | 16697 | (defvar latin1-display nil "\ |
| @@ -16864,9 +16709,9 @@ charsets if you don't have a Unicode font with which to display them. | |||
| 16864 | Setting this variable directly does not take effect; | 16709 | Setting this variable directly does not take effect; |
| 16865 | use either \\[customize] or the function `latin1-display'.") | 16710 | use either \\[customize] or the function `latin1-display'.") |
| 16866 | 16711 | ||
| 16867 | (custom-autoload (quote latin1-display) "latin1-disp" nil) | 16712 | (custom-autoload 'latin1-display "latin1-disp" nil) |
| 16868 | 16713 | ||
| 16869 | (autoload (quote latin1-display) "latin1-disp" "\ | 16714 | (autoload 'latin1-display "latin1-disp" "\ |
| 16870 | Set up Latin-1/ASCII display for the arguments character SETS. | 16715 | Set up Latin-1/ASCII display for the arguments character SETS. |
| 16871 | See option `latin1-display' for the method. The members of the list | 16716 | See option `latin1-display' for the method. The members of the list |
| 16872 | must be in `latin1-display-sets'. With no arguments, reset the | 16717 | must be in `latin1-display-sets'. With no arguments, reset the |
| @@ -16885,15 +16730,15 @@ changed if the display can render Unicode characters. | |||
| 16885 | Setting this variable directly does not take effect; | 16730 | Setting this variable directly does not take effect; |
| 16886 | use either \\[customize] or the function `latin1-display'.") | 16731 | use either \\[customize] or the function `latin1-display'.") |
| 16887 | 16732 | ||
| 16888 | (custom-autoload (quote latin1-display-ucs-per-lynx) "latin1-disp" nil) | 16733 | (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil) |
| 16889 | 16734 | ||
| 16890 | ;;;*** | 16735 | ;;;*** |
| 16891 | 16736 | ||
| 16892 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" | 16737 | ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" |
| 16893 | ;;;;;; "obsolete/lazy-lock.el" (18104 24760)) | 16738 | ;;;;;; "obsolete/lazy-lock.el" (18177 870)) |
| 16894 | ;;; Generated autoloads from obsolete/lazy-lock.el | 16739 | ;;; Generated autoloads from obsolete/lazy-lock.el |
| 16895 | 16740 | ||
| 16896 | (autoload (quote lazy-lock-mode) "lazy-lock" "\ | 16741 | (autoload 'lazy-lock-mode "lazy-lock" "\ |
| 16897 | Toggle Lazy Lock mode. | 16742 | Toggle Lazy Lock mode. |
| 16898 | With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it | 16743 | With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it |
| 16899 | automatically in your `~/.emacs' by: | 16744 | automatically in your `~/.emacs' by: |
| @@ -16950,7 +16795,7 @@ verbosity is controlled via the variable `lazy-lock-stealth-verbose'. | |||
| 16950 | 16795 | ||
| 16951 | \(fn &optional ARG)" t nil) | 16796 | \(fn &optional ARG)" t nil) |
| 16952 | 16797 | ||
| 16953 | (autoload (quote turn-on-lazy-lock) "lazy-lock" "\ | 16798 | (autoload 'turn-on-lazy-lock "lazy-lock" "\ |
| 16954 | Unconditionally turn on Lazy Lock mode. | 16799 | Unconditionally turn on Lazy Lock mode. |
| 16955 | 16800 | ||
| 16956 | \(fn)" nil nil) | 16801 | \(fn)" nil nil) |
| @@ -16958,14 +16803,14 @@ Unconditionally turn on Lazy Lock mode. | |||
| 16958 | ;;;*** | 16803 | ;;;*** |
| 16959 | 16804 | ||
| 16960 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" | 16805 | ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el" |
| 16961 | ;;;;;; (18104 24767)) | 16806 | ;;;;;; (18177 873)) |
| 16962 | ;;; Generated autoloads from progmodes/ld-script.el | 16807 | ;;; Generated autoloads from progmodes/ld-script.el |
| 16963 | 16808 | ||
| 16964 | (add-to-list (quote auto-mode-alist) (quote ("\\.ld[si]?\\>" . ld-script-mode))) | 16809 | (add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode)) |
| 16965 | 16810 | ||
| 16966 | (add-to-list (quote auto-mode-alist) (quote ("\\.x[bdsru]?[cn]?\\'" . ld-script-mode))) | 16811 | (add-to-list 'auto-mode-alist '("\\.x[bdsru]?[cn]?\\'" . ld-script-mode)) |
| 16967 | 16812 | ||
| 16968 | (autoload (quote ld-script-mode) "ld-script" "\ | 16813 | (autoload 'ld-script-mode "ld-script" "\ |
| 16969 | A major mode to edit GNU ld script files | 16814 | A major mode to edit GNU ld script files |
| 16970 | 16815 | ||
| 16971 | \(fn)" t nil) | 16816 | \(fn)" t nil) |
| @@ -16973,7 +16818,7 @@ A major mode to edit GNU ld script files | |||
| 16973 | ;;;*** | 16818 | ;;;*** |
| 16974 | 16819 | ||
| 16975 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 16820 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 16976 | ;;;;;; (18104 24737)) | 16821 | ;;;;;; (18177 867)) |
| 16977 | ;;; Generated autoloads from ledit.el | 16822 | ;;; Generated autoloads from ledit.el |
| 16978 | 16823 | ||
| 16979 | (defconst ledit-save-files t "\ | 16824 | (defconst ledit-save-files t "\ |
| @@ -16985,7 +16830,7 @@ A major mode to edit GNU ld script files | |||
| 16985 | (defconst ledit-go-to-liszt-string "%?liszt" "\ | 16830 | (defconst ledit-go-to-liszt-string "%?liszt" "\ |
| 16986 | *Shell commands to execute to resume Lisp compiler job.") | 16831 | *Shell commands to execute to resume Lisp compiler job.") |
| 16987 | 16832 | ||
| 16988 | (autoload (quote ledit-mode) "ledit" "\ | 16833 | (autoload 'ledit-mode "ledit" "\ |
| 16989 | \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job. | 16834 | \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job. |
| 16990 | Like Lisp mode, plus these special commands: | 16835 | Like Lisp mode, plus these special commands: |
| 16991 | \\[ledit-save-defun] -- record defun at or after point | 16836 | \\[ledit-save-defun] -- record defun at or after point |
| @@ -17001,17 +16846,17 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode) | |||
| 17001 | 16846 | ||
| 17002 | \(fn)" t nil) | 16847 | \(fn)" t nil) |
| 17003 | 16848 | ||
| 17004 | (autoload (quote ledit-from-lisp-mode) "ledit" "\ | 16849 | (autoload 'ledit-from-lisp-mode "ledit" "\ |
| 17005 | Not documented | 16850 | Not documented |
| 17006 | 16851 | ||
| 17007 | \(fn)" nil nil) | 16852 | \(fn)" nil nil) |
| 17008 | 16853 | ||
| 17009 | ;;;*** | 16854 | ;;;*** |
| 17010 | 16855 | ||
| 17011 | ;;;### (autoloads (life) "life" "play/life.el" (18104 24762)) | 16856 | ;;;### (autoloads (life) "life" "play/life.el" (18177 871)) |
| 17012 | ;;; Generated autoloads from play/life.el | 16857 | ;;; Generated autoloads from play/life.el |
| 17013 | 16858 | ||
| 17014 | (autoload (quote life) "life" "\ | 16859 | (autoload 'life "life" "\ |
| 17015 | Run Conway's Life simulation. | 16860 | Run Conway's Life simulation. |
| 17016 | The starting pattern is randomly selected. Prefix arg (optional first | 16861 | The starting pattern is randomly selected. Prefix arg (optional first |
| 17017 | arg non-nil from a program) is the number of seconds to sleep between | 16862 | arg non-nil from a program) is the number of seconds to sleep between |
| @@ -17021,11 +16866,11 @@ generations (this defaults to 1). | |||
| 17021 | 16866 | ||
| 17022 | ;;;*** | 16867 | ;;;*** |
| 17023 | 16868 | ||
| 17024 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18104 | 16869 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18177 |
| 17025 | ;;;;;; 24737)) | 16870 | ;;;;;; 867)) |
| 17026 | ;;; Generated autoloads from loadhist.el | 16871 | ;;; Generated autoloads from loadhist.el |
| 17027 | 16872 | ||
| 17028 | (autoload (quote unload-feature) "loadhist" "\ | 16873 | (autoload 'unload-feature "loadhist" "\ |
| 17029 | Unload the library that provided FEATURE, restoring all its autoloads. | 16874 | Unload the library that provided FEATURE, restoring all its autoloads. |
| 17030 | If the feature is required by any other loaded code, and prefix arg FORCE | 16875 | If the feature is required by any other loaded code, and prefix arg FORCE |
| 17031 | is nil, raise an error. | 16876 | is nil, raise an error. |
| @@ -17045,16 +16890,16 @@ such as redefining an Emacs function. | |||
| 17045 | ;;;*** | 16890 | ;;;*** |
| 17046 | 16891 | ||
| 17047 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 16892 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 17048 | ;;;;;; "locate" "locate.el" (18104 24737)) | 16893 | ;;;;;; "locate" "locate.el" (18177 867)) |
| 17049 | ;;; Generated autoloads from locate.el | 16894 | ;;; Generated autoloads from locate.el |
| 17050 | 16895 | ||
| 17051 | (defvar locate-ls-subdir-switches "-al" "\ | 16896 | (defvar locate-ls-subdir-switches "-al" "\ |
| 17052 | `ls' switches for inserting subdirectories in `*Locate*' buffers. | 16897 | `ls' switches for inserting subdirectories in `*Locate*' buffers. |
| 17053 | This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.") | 16898 | This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.") |
| 17054 | 16899 | ||
| 17055 | (custom-autoload (quote locate-ls-subdir-switches) "locate" t) | 16900 | (custom-autoload 'locate-ls-subdir-switches "locate" t) |
| 17056 | 16901 | ||
| 17057 | (autoload (quote locate) "locate" "\ | 16902 | (autoload 'locate "locate" "\ |
| 17058 | Run the program `locate', putting results in `*Locate*' buffer. | 16903 | Run the program `locate', putting results in `*Locate*' buffer. |
| 17059 | Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING. | 16904 | Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING. |
| 17060 | With prefix arg, prompt for the exact shell command to run instead. | 16905 | With prefix arg, prompt for the exact shell command to run instead. |
| @@ -17077,7 +16922,7 @@ ARG is the interactive prefix arg. | |||
| 17077 | 16922 | ||
| 17078 | \(fn SEARCH-STRING &optional FILTER ARG)" t nil) | 16923 | \(fn SEARCH-STRING &optional FILTER ARG)" t nil) |
| 17079 | 16924 | ||
| 17080 | (autoload (quote locate-with-filter) "locate" "\ | 16925 | (autoload 'locate-with-filter "locate" "\ |
| 17081 | Run the executable program `locate' with a filter. | 16926 | Run the executable program `locate' with a filter. |
| 17082 | This function is similar to the function `locate', which see. | 16927 | This function is similar to the function `locate', which see. |
| 17083 | The difference is that, when invoked interactively, the present function | 16928 | The difference is that, when invoked interactively, the present function |
| @@ -17096,10 +16941,10 @@ except that FILTER is not optional. | |||
| 17096 | 16941 | ||
| 17097 | ;;;*** | 16942 | ;;;*** |
| 17098 | 16943 | ||
| 17099 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18104 24738)) | 16944 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18177 867)) |
| 17100 | ;;; Generated autoloads from log-edit.el | 16945 | ;;; Generated autoloads from log-edit.el |
| 17101 | 16946 | ||
| 17102 | (autoload (quote log-edit) "log-edit" "\ | 16947 | (autoload 'log-edit "log-edit" "\ |
| 17103 | Setup a buffer to enter a log message. | 16948 | Setup a buffer to enter a log message. |
| 17104 | \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'. | 16949 | \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'. |
| 17105 | If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run. | 16950 | If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run. |
| @@ -17117,22 +16962,22 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 17117 | 16962 | ||
| 17118 | ;;;*** | 16963 | ;;;*** |
| 17119 | 16964 | ||
| 17120 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18104 | 16965 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18190 |
| 17121 | ;;;;;; 24738)) | 16966 | ;;;;;; 35201)) |
| 17122 | ;;; Generated autoloads from log-view.el | 16967 | ;;; Generated autoloads from log-view.el |
| 17123 | 16968 | ||
| 17124 | (autoload (quote log-view-mode) "log-view" "\ | 16969 | (autoload 'log-view-mode "log-view" "\ |
| 17125 | Major mode for browsing CVS log output. | 16970 | Major mode for browsing CVS log output. |
| 17126 | 16971 | ||
| 17127 | \(fn)" t nil) | 16972 | \(fn)" t nil) |
| 17128 | 16973 | ||
| 17129 | ;;;*** | 16974 | ;;;*** |
| 17130 | 16975 | ||
| 17131 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18104 | 16976 | ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18177 |
| 17132 | ;;;;;; 24738)) | 16977 | ;;;;;; 867)) |
| 17133 | ;;; Generated autoloads from longlines.el | 16978 | ;;; Generated autoloads from longlines.el |
| 17134 | 16979 | ||
| 17135 | (autoload (quote longlines-mode) "longlines" "\ | 16980 | (autoload 'longlines-mode "longlines" "\ |
| 17136 | Toggle Long Lines mode. | 16981 | Toggle Long Lines mode. |
| 17137 | In Long Lines mode, long lines are wrapped if they extend beyond | 16982 | In Long Lines mode, long lines are wrapped if they extend beyond |
| 17138 | `fill-column'. The soft newlines used for line wrapping will not | 16983 | `fill-column'. The soft newlines used for line wrapping will not |
| @@ -17150,13 +16995,13 @@ are indicated with a symbol. | |||
| 17150 | ;;;*** | 16995 | ;;;*** |
| 17151 | 16996 | ||
| 17152 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16997 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 17153 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18104 | 16998 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18177 |
| 17154 | ;;;;;; 24738)) | 16999 | ;;;;;; 867)) |
| 17155 | ;;; Generated autoloads from lpr.el | 17000 | ;;; Generated autoloads from lpr.el |
| 17156 | 17001 | ||
| 17157 | (defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt)))) | 17002 | (defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) |
| 17158 | 17003 | ||
| 17159 | (defvar lpr-lp-system (memq system-type (quote (usg-unix-v dgux hpux irix)))) | 17004 | (defvar lpr-lp-system (memq system-type '(usg-unix-v dgux hpux irix))) |
| 17160 | 17005 | ||
| 17161 | (defvar printer-name (and lpr-windows-system "PRN") "\ | 17006 | (defvar printer-name (and lpr-windows-system "PRN") "\ |
| 17162 | *The name of a local printer to which data is sent for printing. | 17007 | *The name of a local printer to which data is sent for printing. |
| @@ -17173,7 +17018,7 @@ printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or | |||
| 17173 | it to the name of a file, in which case the output gets appended to that | 17018 | it to the name of a file, in which case the output gets appended to that |
| 17174 | file. If you want to discard the printed output, set this to \"NUL\".") | 17019 | file. If you want to discard the printed output, set this to \"NUL\".") |
| 17175 | 17020 | ||
| 17176 | (custom-autoload (quote printer-name) "lpr" t) | 17021 | (custom-autoload 'printer-name "lpr" t) |
| 17177 | 17022 | ||
| 17178 | (defvar lpr-switches nil "\ | 17023 | (defvar lpr-switches nil "\ |
| 17179 | *List of strings to pass as extra options for the printer program. | 17024 | *List of strings to pass as extra options for the printer program. |
| @@ -17181,7 +17026,7 @@ It is recommended to set `printer-name' instead of including an explicit | |||
| 17181 | switch on this list. | 17026 | switch on this list. |
| 17182 | See `lpr-command'.") | 17027 | See `lpr-command'.") |
| 17183 | 17028 | ||
| 17184 | (custom-autoload (quote lpr-switches) "lpr" t) | 17029 | (custom-autoload 'lpr-switches "lpr" t) |
| 17185 | 17030 | ||
| 17186 | (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\ | 17031 | (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\ |
| 17187 | *Name of program for printing a file. | 17032 | *Name of program for printing a file. |
| @@ -17194,16 +17039,16 @@ Windows NT and Novell Netware respectively) are handled specially, using | |||
| 17194 | treated like `lpr' except that an explicit filename is given as the last | 17039 | treated like `lpr' except that an explicit filename is given as the last |
| 17195 | argument.") | 17040 | argument.") |
| 17196 | 17041 | ||
| 17197 | (custom-autoload (quote lpr-command) "lpr" t) | 17042 | (custom-autoload 'lpr-command "lpr" t) |
| 17198 | 17043 | ||
| 17199 | (autoload (quote lpr-buffer) "lpr" "\ | 17044 | (autoload 'lpr-buffer "lpr" "\ |
| 17200 | Print buffer contents without pagination or page headers. | 17045 | Print buffer contents without pagination or page headers. |
| 17201 | See the variables `lpr-switches' and `lpr-command' | 17046 | See the variables `lpr-switches' and `lpr-command' |
| 17202 | for customization of the printer command. | 17047 | for customization of the printer command. |
| 17203 | 17048 | ||
| 17204 | \(fn)" t nil) | 17049 | \(fn)" t nil) |
| 17205 | 17050 | ||
| 17206 | (autoload (quote print-buffer) "lpr" "\ | 17051 | (autoload 'print-buffer "lpr" "\ |
| 17207 | Paginate and print buffer contents. | 17052 | Paginate and print buffer contents. |
| 17208 | 17053 | ||
| 17209 | The variable `lpr-headers-switches' controls how to paginate. | 17054 | The variable `lpr-headers-switches' controls how to paginate. |
| @@ -17219,14 +17064,14 @@ for further customization of the printer command. | |||
| 17219 | 17064 | ||
| 17220 | \(fn)" t nil) | 17065 | \(fn)" t nil) |
| 17221 | 17066 | ||
| 17222 | (autoload (quote lpr-region) "lpr" "\ | 17067 | (autoload 'lpr-region "lpr" "\ |
| 17223 | Print region contents without pagination or page headers. | 17068 | Print region contents without pagination or page headers. |
| 17224 | See the variables `lpr-switches' and `lpr-command' | 17069 | See the variables `lpr-switches' and `lpr-command' |
| 17225 | for customization of the printer command. | 17070 | for customization of the printer command. |
| 17226 | 17071 | ||
| 17227 | \(fn START END)" t nil) | 17072 | \(fn START END)" t nil) |
| 17228 | 17073 | ||
| 17229 | (autoload (quote print-region) "lpr" "\ | 17074 | (autoload 'print-region "lpr" "\ |
| 17230 | Paginate and print the region contents. | 17075 | Paginate and print the region contents. |
| 17231 | 17076 | ||
| 17232 | The variable `lpr-headers-switches' controls how to paginate. | 17077 | The variable `lpr-headers-switches' controls how to paginate. |
| @@ -17245,22 +17090,22 @@ for further customization of the printer command. | |||
| 17245 | ;;;*** | 17090 | ;;;*** |
| 17246 | 17091 | ||
| 17247 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 17092 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 17248 | ;;;;;; (18104 24738)) | 17093 | ;;;;;; (18177 867)) |
| 17249 | ;;; Generated autoloads from ls-lisp.el | 17094 | ;;; Generated autoloads from ls-lisp.el |
| 17250 | 17095 | ||
| 17251 | (defvar ls-lisp-support-shell-wildcards t "\ | 17096 | (defvar ls-lisp-support-shell-wildcards t "\ |
| 17252 | *Non-nil means ls-lisp treats file patterns as shell wildcards. | 17097 | *Non-nil means ls-lisp treats file patterns as shell wildcards. |
| 17253 | Otherwise they are treated as Emacs regexps (for backward compatibility).") | 17098 | Otherwise they are treated as Emacs regexps (for backward compatibility).") |
| 17254 | 17099 | ||
| 17255 | (custom-autoload (quote ls-lisp-support-shell-wildcards) "ls-lisp" t) | 17100 | (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t) |
| 17256 | 17101 | ||
| 17257 | ;;;*** | 17102 | ;;;*** |
| 17258 | 17103 | ||
| 17259 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (18104 | 17104 | ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (18177 |
| 17260 | ;;;;;; 24745)) | 17105 | ;;;;;; 856)) |
| 17261 | ;;; Generated autoloads from calendar/lunar.el | 17106 | ;;; Generated autoloads from calendar/lunar.el |
| 17262 | 17107 | ||
| 17263 | (autoload (quote phases-of-moon) "lunar" "\ | 17108 | (autoload 'phases-of-moon "lunar" "\ |
| 17264 | Display the quarters of the moon for last month, this month, and next month. | 17109 | Display the quarters of the moon for last month, this month, and next month. |
| 17265 | If called with an optional prefix argument, prompts for month and year. | 17110 | If called with an optional prefix argument, prompts for month and year. |
| 17266 | 17111 | ||
| @@ -17270,11 +17115,11 @@ This function is suitable for execution in a .emacs file. | |||
| 17270 | 17115 | ||
| 17271 | ;;;*** | 17116 | ;;;*** |
| 17272 | 17117 | ||
| 17273 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18104 | 17118 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18177 |
| 17274 | ;;;;;; 24767)) | 17119 | ;;;;;; 873)) |
| 17275 | ;;; Generated autoloads from progmodes/m4-mode.el | 17120 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 17276 | 17121 | ||
| 17277 | (autoload (quote m4-mode) "m4-mode" "\ | 17122 | (autoload 'm4-mode "m4-mode" "\ |
| 17278 | A major mode to edit m4 macro files. | 17123 | A major mode to edit m4 macro files. |
| 17279 | \\{m4-mode-map} | 17124 | \\{m4-mode-map} |
| 17280 | 17125 | ||
| @@ -17283,10 +17128,10 @@ A major mode to edit m4 macro files. | |||
| 17283 | ;;;*** | 17128 | ;;;*** |
| 17284 | 17129 | ||
| 17285 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" | 17130 | ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el" |
| 17286 | ;;;;;; (18104 24748)) | 17131 | ;;;;;; (18177 858)) |
| 17287 | ;;; Generated autoloads from emacs-lisp/macroexp.el | 17132 | ;;; Generated autoloads from emacs-lisp/macroexp.el |
| 17288 | 17133 | ||
| 17289 | (autoload (quote macroexpand-all) "macroexp" "\ | 17134 | (autoload 'macroexpand-all "macroexp" "\ |
| 17290 | Return result of expanding macros at all levels in FORM. | 17135 | Return result of expanding macros at all levels in FORM. |
| 17291 | If no macros are expanded, FORM is returned unchanged. | 17136 | If no macros are expanded, FORM is returned unchanged. |
| 17292 | The second optional arg ENVIRONMENT specifies an environment of macro | 17137 | The second optional arg ENVIRONMENT specifies an environment of macro |
| @@ -17297,10 +17142,10 @@ definitions to shadow the loaded ones for use in file byte-compilation. | |||
| 17297 | ;;;*** | 17142 | ;;;*** |
| 17298 | 17143 | ||
| 17299 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 17144 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 17300 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (18104 24738)) | 17145 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (18177 867)) |
| 17301 | ;;; Generated autoloads from macros.el | 17146 | ;;; Generated autoloads from macros.el |
| 17302 | 17147 | ||
| 17303 | (autoload (quote name-last-kbd-macro) "macros" "\ | 17148 | (autoload 'name-last-kbd-macro "macros" "\ |
| 17304 | Assign a name to the last keyboard macro defined. | 17149 | Assign a name to the last keyboard macro defined. |
| 17305 | Argument SYMBOL is the name to define. | 17150 | Argument SYMBOL is the name to define. |
| 17306 | The symbol's function definition becomes the keyboard macro string. | 17151 | The symbol's function definition becomes the keyboard macro string. |
| @@ -17308,7 +17153,7 @@ Such a \"function\" cannot be called from Lisp, but it is a valid editor command | |||
| 17308 | 17153 | ||
| 17309 | \(fn SYMBOL)" t nil) | 17154 | \(fn SYMBOL)" t nil) |
| 17310 | 17155 | ||
| 17311 | (autoload (quote insert-kbd-macro) "macros" "\ | 17156 | (autoload 'insert-kbd-macro "macros" "\ |
| 17312 | Insert in buffer the definition of kbd macro NAME, as Lisp code. | 17157 | Insert in buffer the definition of kbd macro NAME, as Lisp code. |
| 17313 | Optional second arg KEYS means also record the keys it is on | 17158 | Optional second arg KEYS means also record the keys it is on |
| 17314 | \(this is the prefix argument, when calling interactively). | 17159 | \(this is the prefix argument, when calling interactively). |
| @@ -17324,7 +17169,7 @@ use this command, and then save the file. | |||
| 17324 | 17169 | ||
| 17325 | \(fn MACRONAME &optional KEYS)" t nil) | 17170 | \(fn MACRONAME &optional KEYS)" t nil) |
| 17326 | 17171 | ||
| 17327 | (autoload (quote kbd-macro-query) "macros" "\ | 17172 | (autoload 'kbd-macro-query "macros" "\ |
| 17328 | Query user during kbd macro execution. | 17173 | Query user during kbd macro execution. |
| 17329 | With prefix argument, enters recursive edit, reading keyboard | 17174 | With prefix argument, enters recursive edit, reading keyboard |
| 17330 | commands even within a kbd macro. You can give different commands | 17175 | commands even within a kbd macro. You can give different commands |
| @@ -17339,7 +17184,7 @@ Your options are: \\<query-replace-map> | |||
| 17339 | 17184 | ||
| 17340 | \(fn FLAG)" t nil) | 17185 | \(fn FLAG)" t nil) |
| 17341 | 17186 | ||
| 17342 | (autoload (quote apply-macro-to-region-lines) "macros" "\ | 17187 | (autoload 'apply-macro-to-region-lines "macros" "\ |
| 17343 | Apply last keyboard macro to all lines in the region. | 17188 | Apply last keyboard macro to all lines in the region. |
| 17344 | For each line that begins in the region, move to the beginning of | 17189 | For each line that begins in the region, move to the beginning of |
| 17345 | the line, and run the last keyboard macro. | 17190 | the line, and run the last keyboard macro. |
| @@ -17386,10 +17231,10 @@ and then select the region of un-tablified names and use | |||
| 17386 | ;;;*** | 17231 | ;;;*** |
| 17387 | 17232 | ||
| 17388 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 17233 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 17389 | ;;;;;; "mail/mail-extr.el" (18104 24758)) | 17234 | ;;;;;; "mail/mail-extr.el" (18177 867)) |
| 17390 | ;;; Generated autoloads from mail/mail-extr.el | 17235 | ;;; Generated autoloads from mail/mail-extr.el |
| 17391 | 17236 | ||
| 17392 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 17237 | (autoload 'mail-extract-address-components "mail-extr" "\ |
| 17393 | Given an RFC-822 address ADDRESS, extract full name and canonical address. | 17238 | Given an RFC-822 address ADDRESS, extract full name and canonical address. |
| 17394 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no | 17239 | Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no |
| 17395 | name can be extracted, FULL-NAME will be nil. Also see | 17240 | name can be extracted, FULL-NAME will be nil. Also see |
| @@ -17409,7 +17254,7 @@ consing a string.) | |||
| 17409 | 17254 | ||
| 17410 | \(fn ADDRESS &optional ALL)" nil nil) | 17255 | \(fn ADDRESS &optional ALL)" nil nil) |
| 17411 | 17256 | ||
| 17412 | (autoload (quote what-domain) "mail-extr" "\ | 17257 | (autoload 'what-domain "mail-extr" "\ |
| 17413 | Convert mail domain DOMAIN to the country it corresponds to. | 17258 | Convert mail domain DOMAIN to the country it corresponds to. |
| 17414 | 17259 | ||
| 17415 | \(fn DOMAIN)" t nil) | 17260 | \(fn DOMAIN)" t nil) |
| @@ -17418,15 +17263,15 @@ Convert mail domain DOMAIN to the country it corresponds to. | |||
| 17418 | 17263 | ||
| 17419 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 17264 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 17420 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 17265 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 17421 | ;;;;;; (18104 24758)) | 17266 | ;;;;;; (18177 867)) |
| 17422 | ;;; Generated autoloads from mail/mail-hist.el | 17267 | ;;; Generated autoloads from mail/mail-hist.el |
| 17423 | 17268 | ||
| 17424 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ | 17269 | (autoload 'mail-hist-define-keys "mail-hist" "\ |
| 17425 | Define keys for accessing mail header history. For use in hooks. | 17270 | Define keys for accessing mail header history. For use in hooks. |
| 17426 | 17271 | ||
| 17427 | \(fn)" nil nil) | 17272 | \(fn)" nil nil) |
| 17428 | 17273 | ||
| 17429 | (autoload (quote mail-hist-enable) "mail-hist" "\ | 17274 | (autoload 'mail-hist-enable "mail-hist" "\ |
| 17430 | Not documented | 17275 | Not documented |
| 17431 | 17276 | ||
| 17432 | \(fn)" nil nil) | 17277 | \(fn)" nil nil) |
| @@ -17434,9 +17279,9 @@ Not documented | |||
| 17434 | (defvar mail-hist-keep-history t "\ | 17279 | (defvar mail-hist-keep-history t "\ |
| 17435 | *Non-nil means keep a history for headers and text of outgoing mail.") | 17280 | *Non-nil means keep a history for headers and text of outgoing mail.") |
| 17436 | 17281 | ||
| 17437 | (custom-autoload (quote mail-hist-keep-history) "mail-hist" t) | 17282 | (custom-autoload 'mail-hist-keep-history "mail-hist" t) |
| 17438 | 17283 | ||
| 17439 | (autoload (quote mail-hist-put-headers-into-history) "mail-hist" "\ | 17284 | (autoload 'mail-hist-put-headers-into-history "mail-hist" "\ |
| 17440 | Put headers and contents of this message into mail header history. | 17285 | Put headers and contents of this message into mail header history. |
| 17441 | Each header has its own independent history, as does the body of the | 17286 | Each header has its own independent history, as does the body of the |
| 17442 | message. | 17287 | message. |
| @@ -17449,8 +17294,8 @@ This function normally would be called when the message is sent. | |||
| 17449 | 17294 | ||
| 17450 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region | 17295 | ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region |
| 17451 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p | 17296 | ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p |
| 17452 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18104 | 17297 | ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18177 |
| 17453 | ;;;;;; 24758)) | 17298 | ;;;;;; 867)) |
| 17454 | ;;; Generated autoloads from mail/mail-utils.el | 17299 | ;;; Generated autoloads from mail/mail-utils.el |
| 17455 | 17300 | ||
| 17456 | (defvar mail-use-rfc822 nil "\ | 17301 | (defvar mail-use-rfc822 nil "\ |
| @@ -17458,28 +17303,28 @@ This function normally would be called when the message is sent. | |||
| 17458 | Otherwise, (the default) use a smaller, somewhat faster, and | 17303 | Otherwise, (the default) use a smaller, somewhat faster, and |
| 17459 | often correct parser.") | 17304 | often correct parser.") |
| 17460 | 17305 | ||
| 17461 | (custom-autoload (quote mail-use-rfc822) "mail-utils" t) | 17306 | (custom-autoload 'mail-use-rfc822 "mail-utils" t) |
| 17462 | 17307 | ||
| 17463 | (autoload (quote mail-file-babyl-p) "mail-utils" "\ | 17308 | (autoload 'mail-file-babyl-p "mail-utils" "\ |
| 17464 | Not documented | 17309 | Not documented |
| 17465 | 17310 | ||
| 17466 | \(fn FILE)" nil nil) | 17311 | \(fn FILE)" nil nil) |
| 17467 | 17312 | ||
| 17468 | (autoload (quote mail-quote-printable) "mail-utils" "\ | 17313 | (autoload 'mail-quote-printable "mail-utils" "\ |
| 17469 | Convert a string to the \"quoted printable\" Q encoding. | 17314 | Convert a string to the \"quoted printable\" Q encoding. |
| 17470 | If the optional argument WRAPPER is non-nil, | 17315 | If the optional argument WRAPPER is non-nil, |
| 17471 | we add the wrapper characters =?ISO-8859-1?Q?....?=. | 17316 | we add the wrapper characters =?ISO-8859-1?Q?....?=. |
| 17472 | 17317 | ||
| 17473 | \(fn STRING &optional WRAPPER)" nil nil) | 17318 | \(fn STRING &optional WRAPPER)" nil nil) |
| 17474 | 17319 | ||
| 17475 | (autoload (quote mail-unquote-printable) "mail-utils" "\ | 17320 | (autoload 'mail-unquote-printable "mail-utils" "\ |
| 17476 | Undo the \"quoted printable\" encoding. | 17321 | Undo the \"quoted printable\" encoding. |
| 17477 | If the optional argument WRAPPER is non-nil, | 17322 | If the optional argument WRAPPER is non-nil, |
| 17478 | we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=. | 17323 | we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=. |
| 17479 | 17324 | ||
| 17480 | \(fn STRING &optional WRAPPER)" nil nil) | 17325 | \(fn STRING &optional WRAPPER)" nil nil) |
| 17481 | 17326 | ||
| 17482 | (autoload (quote mail-unquote-printable-region) "mail-utils" "\ | 17327 | (autoload 'mail-unquote-printable-region "mail-utils" "\ |
| 17483 | Undo the \"quoted printable\" encoding in buffer from BEG to END. | 17328 | Undo the \"quoted printable\" encoding in buffer from BEG to END. |
| 17484 | If the optional argument WRAPPER is non-nil, | 17329 | If the optional argument WRAPPER is non-nil, |
| 17485 | we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=. | 17330 | we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=. |
| @@ -17490,7 +17335,7 @@ as Rmail does. | |||
| 17490 | 17335 | ||
| 17491 | \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil) | 17336 | \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil) |
| 17492 | 17337 | ||
| 17493 | (autoload (quote mail-fetch-field) "mail-utils" "\ | 17338 | (autoload 'mail-fetch-field "mail-utils" "\ |
| 17494 | Return the value of the header field whose type is FIELD-NAME. | 17339 | Return the value of the header field whose type is FIELD-NAME. |
| 17495 | The buffer is expected to be narrowed to just the header of the message. | 17340 | The buffer is expected to be narrowed to just the header of the message. |
| 17496 | If second arg LAST is non-nil, use the last field of type FIELD-NAME. | 17341 | If second arg LAST is non-nil, use the last field of type FIELD-NAME. |
| @@ -17502,21 +17347,21 @@ If 4th arg LIST is non-nil, return a list of all such fields. | |||
| 17502 | ;;;*** | 17347 | ;;;*** |
| 17503 | 17348 | ||
| 17504 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) | 17349 | ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) |
| 17505 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (18104 24758)) | 17350 | ;;;;;; "mailabbrev" "mail/mailabbrev.el" (18177 867)) |
| 17506 | ;;; Generated autoloads from mail/mailabbrev.el | 17351 | ;;; Generated autoloads from mail/mailabbrev.el |
| 17507 | 17352 | ||
| 17508 | (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ | 17353 | (autoload 'mail-abbrevs-setup "mailabbrev" "\ |
| 17509 | Initialize use of the `mailabbrev' package. | 17354 | Initialize use of the `mailabbrev' package. |
| 17510 | 17355 | ||
| 17511 | \(fn)" nil nil) | 17356 | \(fn)" nil nil) |
| 17512 | 17357 | ||
| 17513 | (autoload (quote build-mail-abbrevs) "mailabbrev" "\ | 17358 | (autoload 'build-mail-abbrevs "mailabbrev" "\ |
| 17514 | Read mail aliases from personal mail alias file and set `mail-abbrevs'. | 17359 | Read mail aliases from personal mail alias file and set `mail-abbrevs'. |
| 17515 | By default this is the file specified by `mail-personal-alias-file'. | 17360 | By default this is the file specified by `mail-personal-alias-file'. |
| 17516 | 17361 | ||
| 17517 | \(fn &optional FILE RECURSIVEP)" nil nil) | 17362 | \(fn &optional FILE RECURSIVEP)" nil nil) |
| 17518 | 17363 | ||
| 17519 | (autoload (quote define-mail-abbrev) "mailabbrev" "\ | 17364 | (autoload 'define-mail-abbrev "mailabbrev" "\ |
| 17520 | Define NAME as a mail alias abbrev that translates to DEFINITION. | 17365 | Define NAME as a mail alias abbrev that translates to DEFINITION. |
| 17521 | If DEFINITION contains multiple addresses, separate them with commas. | 17366 | If DEFINITION contains multiple addresses, separate them with commas. |
| 17522 | 17367 | ||
| @@ -17525,11 +17370,11 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 17525 | ;;;*** | 17370 | ;;;*** |
| 17526 | 17371 | ||
| 17527 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 17372 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 17528 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18104 | 17373 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18177 |
| 17529 | ;;;;;; 24758)) | 17374 | ;;;;;; 867)) |
| 17530 | ;;; Generated autoloads from mail/mailalias.el | 17375 | ;;; Generated autoloads from mail/mailalias.el |
| 17531 | 17376 | ||
| 17532 | (defvar mail-complete-style (quote angles) "\ | 17377 | (defvar mail-complete-style 'angles "\ |
| 17533 | *Specifies how \\[mail-complete] formats the full name when it completes. | 17378 | *Specifies how \\[mail-complete] formats the full name when it completes. |
| 17534 | If `nil', they contain just the return address like: | 17379 | If `nil', they contain just the return address like: |
| 17535 | king@grassland.com | 17380 | king@grassland.com |
| @@ -17538,9 +17383,9 @@ If `parens', they look like: | |||
| 17538 | If `angles', they look like: | 17383 | If `angles', they look like: |
| 17539 | Elvis Parsley <king@grassland.com>") | 17384 | Elvis Parsley <king@grassland.com>") |
| 17540 | 17385 | ||
| 17541 | (custom-autoload (quote mail-complete-style) "mailalias" t) | 17386 | (custom-autoload 'mail-complete-style "mailalias" t) |
| 17542 | 17387 | ||
| 17543 | (autoload (quote expand-mail-aliases) "mailalias" "\ | 17388 | (autoload 'expand-mail-aliases "mailalias" "\ |
| 17544 | Expand all mail aliases in suitable header fields found between BEG and END. | 17389 | Expand all mail aliases in suitable header fields found between BEG and END. |
| 17545 | If interactive, expand in header fields. | 17390 | If interactive, expand in header fields. |
| 17546 | Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and | 17391 | Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and |
| @@ -17551,7 +17396,7 @@ removed from alias expansions. | |||
| 17551 | 17396 | ||
| 17552 | \(fn BEG END &optional EXCLUDE)" t nil) | 17397 | \(fn BEG END &optional EXCLUDE)" t nil) |
| 17553 | 17398 | ||
| 17554 | (autoload (quote define-mail-alias) "mailalias" "\ | 17399 | (autoload 'define-mail-alias "mailalias" "\ |
| 17555 | Define NAME as a mail alias that translates to DEFINITION. | 17400 | Define NAME as a mail alias that translates to DEFINITION. |
| 17556 | This means that sending a message to NAME will actually send to DEFINITION. | 17401 | This means that sending a message to NAME will actually send to DEFINITION. |
| 17557 | 17402 | ||
| @@ -17562,7 +17407,7 @@ if it is quoted with double-quotes. | |||
| 17562 | 17407 | ||
| 17563 | \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil) | 17408 | \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil) |
| 17564 | 17409 | ||
| 17565 | (autoload (quote mail-complete) "mailalias" "\ | 17410 | (autoload 'mail-complete "mailalias" "\ |
| 17566 | Perform completion on header field or word preceding point. | 17411 | Perform completion on header field or word preceding point. |
| 17567 | Completable headers are according to `mail-complete-alist'. If none matches | 17412 | Completable headers are according to `mail-complete-alist'. If none matches |
| 17568 | current header, calls `mail-complete-function' and passes prefix arg if any. | 17413 | current header, calls `mail-complete-function' and passes prefix arg if any. |
| @@ -17572,10 +17417,10 @@ current header, calls `mail-complete-function' and passes prefix arg if any. | |||
| 17572 | ;;;*** | 17417 | ;;;*** |
| 17573 | 17418 | ||
| 17574 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" | 17419 | ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el" |
| 17575 | ;;;;;; (18104 24758)) | 17420 | ;;;;;; (18177 867)) |
| 17576 | ;;; Generated autoloads from mail/mailclient.el | 17421 | ;;; Generated autoloads from mail/mailclient.el |
| 17577 | 17422 | ||
| 17578 | (autoload (quote mailclient-send-it) "mailclient" "\ | 17423 | (autoload 'mailclient-send-it "mailclient" "\ |
| 17579 | Pass current buffer on to the system's mail client. | 17424 | Pass current buffer on to the system's mail client. |
| 17580 | Suitable value for `send-mail-function'. | 17425 | Suitable value for `send-mail-function'. |
| 17581 | The mail client is taken to be the handler of mailto URLs. | 17426 | The mail client is taken to be the handler of mailto URLs. |
| @@ -17586,10 +17431,10 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 17586 | 17431 | ||
| 17587 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 17432 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 17588 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 17433 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 17589 | ;;;;;; "make-mode" "progmodes/make-mode.el" (18104 24767)) | 17434 | ;;;;;; "make-mode" "progmodes/make-mode.el" (18177 873)) |
| 17590 | ;;; Generated autoloads from progmodes/make-mode.el | 17435 | ;;; Generated autoloads from progmodes/make-mode.el |
| 17591 | 17436 | ||
| 17592 | (autoload (quote makefile-mode) "make-mode" "\ | 17437 | (autoload 'makefile-mode "make-mode" "\ |
| 17593 | Major mode for editing standard Makefiles. | 17438 | Major mode for editing standard Makefiles. |
| 17594 | 17439 | ||
| 17595 | If you are editing a file for a different make, try one of the | 17440 | If you are editing a file for a different make, try one of the |
| @@ -17676,38 +17521,38 @@ Makefile mode can be configured by modifying the following variables: | |||
| 17676 | 17521 | ||
| 17677 | \(fn)" t nil) | 17522 | \(fn)" t nil) |
| 17678 | 17523 | ||
| 17679 | (autoload (quote makefile-automake-mode) "make-mode" "\ | 17524 | (autoload 'makefile-automake-mode "make-mode" "\ |
| 17680 | An adapted `makefile-mode' that knows about automake. | 17525 | An adapted `makefile-mode' that knows about automake. |
| 17681 | 17526 | ||
| 17682 | \(fn)" t nil) | 17527 | \(fn)" t nil) |
| 17683 | 17528 | ||
| 17684 | (autoload (quote makefile-gmake-mode) "make-mode" "\ | 17529 | (autoload 'makefile-gmake-mode "make-mode" "\ |
| 17685 | An adapted `makefile-mode' that knows about gmake. | 17530 | An adapted `makefile-mode' that knows about gmake. |
| 17686 | 17531 | ||
| 17687 | \(fn)" t nil) | 17532 | \(fn)" t nil) |
| 17688 | 17533 | ||
| 17689 | (autoload (quote makefile-makepp-mode) "make-mode" "\ | 17534 | (autoload 'makefile-makepp-mode "make-mode" "\ |
| 17690 | An adapted `makefile-mode' that knows about makepp. | 17535 | An adapted `makefile-mode' that knows about makepp. |
| 17691 | 17536 | ||
| 17692 | \(fn)" t nil) | 17537 | \(fn)" t nil) |
| 17693 | 17538 | ||
| 17694 | (autoload (quote makefile-bsdmake-mode) "make-mode" "\ | 17539 | (autoload 'makefile-bsdmake-mode "make-mode" "\ |
| 17695 | An adapted `makefile-mode' that knows about BSD make. | 17540 | An adapted `makefile-mode' that knows about BSD make. |
| 17696 | 17541 | ||
| 17697 | \(fn)" t nil) | 17542 | \(fn)" t nil) |
| 17698 | 17543 | ||
| 17699 | (autoload (quote makefile-imake-mode) "make-mode" "\ | 17544 | (autoload 'makefile-imake-mode "make-mode" "\ |
| 17700 | An adapted `makefile-mode' that knows about imake. | 17545 | An adapted `makefile-mode' that knows about imake. |
| 17701 | 17546 | ||
| 17702 | \(fn)" t nil) | 17547 | \(fn)" t nil) |
| 17703 | 17548 | ||
| 17704 | ;;;*** | 17549 | ;;;*** |
| 17705 | 17550 | ||
| 17706 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18104 | 17551 | ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18177 |
| 17707 | ;;;;;; 24738)) | 17552 | ;;;;;; 867)) |
| 17708 | ;;; Generated autoloads from makesum.el | 17553 | ;;; Generated autoloads from makesum.el |
| 17709 | 17554 | ||
| 17710 | (autoload (quote make-command-summary) "makesum" "\ | 17555 | (autoload 'make-command-summary "makesum" "\ |
| 17711 | Make a summary of current key bindings in the buffer *Summary*. | 17556 | Make a summary of current key bindings in the buffer *Summary*. |
| 17712 | Previous contents of that buffer are killed first. | 17557 | Previous contents of that buffer are killed first. |
| 17713 | 17558 | ||
| @@ -17715,12 +17560,12 @@ Previous contents of that buffer are killed first. | |||
| 17715 | 17560 | ||
| 17716 | ;;;*** | 17561 | ;;;*** |
| 17717 | 17562 | ||
| 17718 | ;;;### (autoloads (man-follow man) "man" "man.el" (18104 24738)) | 17563 | ;;;### (autoloads (man-follow man) "man" "man.el" (18190 35202)) |
| 17719 | ;;; Generated autoloads from man.el | 17564 | ;;; Generated autoloads from man.el |
| 17720 | 17565 | ||
| 17721 | (defalias (quote manual-entry) (quote man)) | 17566 | (defalias 'manual-entry 'man) |
| 17722 | 17567 | ||
| 17723 | (autoload (quote man) "man" "\ | 17568 | (autoload 'man "man" "\ |
| 17724 | Get a Un*x manual page and put it in a buffer. | 17569 | Get a Un*x manual page and put it in a buffer. |
| 17725 | This command is the top-level command in the man package. It runs a Un*x | 17570 | This command is the top-level command in the man package. It runs a Un*x |
| 17726 | command to retrieve and clean a manpage in the background and places the | 17571 | command to retrieve and clean a manpage in the background and places the |
| @@ -17735,17 +17580,17 @@ all sections related to a subject, put something appropriate into the | |||
| 17735 | 17580 | ||
| 17736 | \(fn MAN-ARGS)" t nil) | 17581 | \(fn MAN-ARGS)" t nil) |
| 17737 | 17582 | ||
| 17738 | (autoload (quote man-follow) "man" "\ | 17583 | (autoload 'man-follow "man" "\ |
| 17739 | Get a Un*x manual page of the item under point and put it in a buffer. | 17584 | Get a Un*x manual page of the item under point and put it in a buffer. |
| 17740 | 17585 | ||
| 17741 | \(fn MAN-ARGS)" t nil) | 17586 | \(fn MAN-ARGS)" t nil) |
| 17742 | 17587 | ||
| 17743 | ;;;*** | 17588 | ;;;*** |
| 17744 | 17589 | ||
| 17745 | ;;;### (autoloads (master-mode) "master" "master.el" (18104 24738)) | 17590 | ;;;### (autoloads (master-mode) "master" "master.el" (18177 867)) |
| 17746 | ;;; Generated autoloads from master.el | 17591 | ;;; Generated autoloads from master.el |
| 17747 | 17592 | ||
| 17748 | (autoload (quote master-mode) "master" "\ | 17593 | (autoload 'master-mode "master" "\ |
| 17749 | Toggle Master mode. | 17594 | Toggle Master mode. |
| 17750 | With no argument, this command toggles the mode. | 17595 | With no argument, this command toggles the mode. |
| 17751 | Non-null prefix argument turns on the mode. | 17596 | Non-null prefix argument turns on the mode. |
| @@ -17765,7 +17610,7 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 17765 | ;;;*** | 17610 | ;;;*** |
| 17766 | 17611 | ||
| 17767 | ;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el" | 17612 | ;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el" |
| 17768 | ;;;;;; (18104 24738)) | 17613 | ;;;;;; (18190 35202)) |
| 17769 | ;;; Generated autoloads from mb-depth.el | 17614 | ;;; Generated autoloads from mb-depth.el |
| 17770 | 17615 | ||
| 17771 | (defvar minibuffer-indicate-depth-mode nil "\ | 17616 | (defvar minibuffer-indicate-depth-mode nil "\ |
| @@ -17775,9 +17620,9 @@ Setting this variable directly does not take effect; | |||
| 17775 | either customize it (see the info node `Easy Customization') | 17620 | either customize it (see the info node `Easy Customization') |
| 17776 | or call the function `minibuffer-indicate-depth-mode'.") | 17621 | or call the function `minibuffer-indicate-depth-mode'.") |
| 17777 | 17622 | ||
| 17778 | (custom-autoload (quote minibuffer-indicate-depth-mode) "mb-depth" nil) | 17623 | (custom-autoload 'minibuffer-indicate-depth-mode "mb-depth" nil) |
| 17779 | 17624 | ||
| 17780 | (autoload (quote minibuffer-indicate-depth-mode) "mb-depth" "\ | 17625 | (autoload 'minibuffer-indicate-depth-mode "mb-depth" "\ |
| 17781 | Toggle Minibuffer Indicate Depth mode. | 17626 | Toggle Minibuffer Indicate Depth mode. |
| 17782 | When active, any recursive use of the minibuffer will show | 17627 | When active, any recursive use of the minibuffer will show |
| 17783 | the recursion depth in the minibuffer prompt. This is only | 17628 | the recursion depth in the minibuffer prompt. This is only |
| @@ -17790,11 +17635,11 @@ Returns non-nil if the new state is enabled. | |||
| 17790 | 17635 | ||
| 17791 | ;;;*** | 17636 | ;;;*** |
| 17792 | 17637 | ||
| 17793 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18104 | 17638 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18190 |
| 17794 | ;;;;;; 24738)) | 17639 | ;;;;;; 35202)) |
| 17795 | ;;; Generated autoloads from menu-bar.el | 17640 | ;;; Generated autoloads from menu-bar.el |
| 17796 | 17641 | ||
| 17797 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 17642 | (put 'menu-bar-mode 'standard-value '(t)) |
| 17798 | 17643 | ||
| 17799 | (defvar menu-bar-mode nil "\ | 17644 | (defvar menu-bar-mode nil "\ |
| 17800 | Non-nil if Menu-Bar mode is enabled. | 17645 | Non-nil if Menu-Bar mode is enabled. |
| @@ -17803,9 +17648,9 @@ Setting this variable directly does not take effect; | |||
| 17803 | either customize it (see the info node `Easy Customization') | 17648 | either customize it (see the info node `Easy Customization') |
| 17804 | or call the function `menu-bar-mode'.") | 17649 | or call the function `menu-bar-mode'.") |
| 17805 | 17650 | ||
| 17806 | (custom-autoload (quote menu-bar-mode) "menu-bar" nil) | 17651 | (custom-autoload 'menu-bar-mode "menu-bar" nil) |
| 17807 | 17652 | ||
| 17808 | (autoload (quote menu-bar-mode) "menu-bar" "\ | 17653 | (autoload 'menu-bar-mode "menu-bar" "\ |
| 17809 | Toggle display of a menu bar on each frame. | 17654 | Toggle display of a menu bar on each frame. |
| 17810 | This command applies to all frames that exist and frames to be | 17655 | This command applies to all frames that exist and frames to be |
| 17811 | created in the future. | 17656 | created in the future. |
| @@ -17826,10 +17671,10 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 17826 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function | 17671 | ;;;;;; message-cite-function message-yank-prefix message-citation-line-function |
| 17827 | ;;;;;; message-send-mail-function message-user-organization-file | 17672 | ;;;;;; message-send-mail-function message-user-organization-file |
| 17828 | ;;;;;; message-signature-separator message-from-style) "message" | 17673 | ;;;;;; message-signature-separator message-from-style) "message" |
| 17829 | ;;;;;; "gnus/message.el" (18104 24751)) | 17674 | ;;;;;; "gnus/message.el" (18177 861)) |
| 17830 | ;;; Generated autoloads from gnus/message.el | 17675 | ;;; Generated autoloads from gnus/message.el |
| 17831 | 17676 | ||
| 17832 | (defvar message-from-style (quote default) "\ | 17677 | (defvar message-from-style 'default "\ |
| 17833 | *Specifies how \"From\" headers look. | 17678 | *Specifies how \"From\" headers look. |
| 17834 | 17679 | ||
| 17835 | If nil, they contain just the return address like: | 17680 | If nil, they contain just the return address like: |
| @@ -17842,19 +17687,19 @@ If `angles', they look like: | |||
| 17842 | Otherwise, most addresses look like `angles', but they look like | 17687 | Otherwise, most addresses look like `angles', but they look like |
| 17843 | `parens' if `angles' would need quoting and `parens' would not.") | 17688 | `parens' if `angles' would need quoting and `parens' would not.") |
| 17844 | 17689 | ||
| 17845 | (custom-autoload (quote message-from-style) "message" t) | 17690 | (custom-autoload 'message-from-style "message" t) |
| 17846 | 17691 | ||
| 17847 | (defvar message-signature-separator "^-- *$" "\ | 17692 | (defvar message-signature-separator "^-- *$" "\ |
| 17848 | Regexp matching the signature separator.") | 17693 | Regexp matching the signature separator.") |
| 17849 | 17694 | ||
| 17850 | (custom-autoload (quote message-signature-separator) "message" t) | 17695 | (custom-autoload 'message-signature-separator "message" t) |
| 17851 | 17696 | ||
| 17852 | (defvar message-user-organization-file "/usr/lib/news/organization" "\ | 17697 | (defvar message-user-organization-file "/usr/lib/news/organization" "\ |
| 17853 | *Local news organization file.") | 17698 | *Local news organization file.") |
| 17854 | 17699 | ||
| 17855 | (custom-autoload (quote message-user-organization-file) "message" t) | 17700 | (custom-autoload 'message-user-organization-file "message" t) |
| 17856 | 17701 | ||
| 17857 | (defvar message-send-mail-function (quote message-send-mail-with-sendmail) "\ | 17702 | (defvar message-send-mail-function 'message-send-mail-with-sendmail "\ |
| 17858 | Function to call to send the current buffer as mail. | 17703 | Function to call to send the current buffer as mail. |
| 17859 | The headers should be delimited by a line whose contents match the | 17704 | The headers should be delimited by a line whose contents match the |
| 17860 | variable `mail-header-separator'. | 17705 | variable `mail-header-separator'. |
| @@ -17865,9 +17710,9 @@ Valid values include `message-send-mail-with-sendmail' (the default), | |||
| 17865 | 17710 | ||
| 17866 | See also `send-mail-function'.") | 17711 | See also `send-mail-function'.") |
| 17867 | 17712 | ||
| 17868 | (custom-autoload (quote message-send-mail-function) "message" t) | 17713 | (custom-autoload 'message-send-mail-function "message" t) |
| 17869 | 17714 | ||
| 17870 | (defvar message-citation-line-function (quote message-insert-citation-line) "\ | 17715 | (defvar message-citation-line-function 'message-insert-citation-line "\ |
| 17871 | *Function called to insert the \"Whomever writes:\" line. | 17716 | *Function called to insert the \"Whomever writes:\" line. |
| 17872 | 17717 | ||
| 17873 | Note that Gnus provides a feature where the reader can click on | 17718 | Note that Gnus provides a feature where the reader can click on |
| @@ -17875,30 +17720,30 @@ Note that Gnus provides a feature where the reader can click on | |||
| 17875 | people who read your message will have to change their Gnus | 17720 | people who read your message will have to change their Gnus |
| 17876 | configuration. See the variable `gnus-cite-attribution-suffix'.") | 17721 | configuration. See the variable `gnus-cite-attribution-suffix'.") |
| 17877 | 17722 | ||
| 17878 | (custom-autoload (quote message-citation-line-function) "message" t) | 17723 | (custom-autoload 'message-citation-line-function "message" t) |
| 17879 | 17724 | ||
| 17880 | (defvar message-yank-prefix "> " "\ | 17725 | (defvar message-yank-prefix "> " "\ |
| 17881 | *Prefix inserted on the lines of yanked messages. | 17726 | *Prefix inserted on the lines of yanked messages. |
| 17882 | Fix `message-cite-prefix-regexp' if it is set to an abnormal value. | 17727 | Fix `message-cite-prefix-regexp' if it is set to an abnormal value. |
| 17883 | See also `message-yank-cited-prefix'.") | 17728 | See also `message-yank-cited-prefix'.") |
| 17884 | 17729 | ||
| 17885 | (custom-autoload (quote message-yank-prefix) "message" t) | 17730 | (custom-autoload 'message-yank-prefix "message" t) |
| 17886 | 17731 | ||
| 17887 | (defvar message-cite-function (quote message-cite-original) "\ | 17732 | (defvar message-cite-function 'message-cite-original "\ |
| 17888 | *Function for citing an original message. | 17733 | *Function for citing an original message. |
| 17889 | Predefined functions include `message-cite-original' and | 17734 | Predefined functions include `message-cite-original' and |
| 17890 | `message-cite-original-without-signature'. | 17735 | `message-cite-original-without-signature'. |
| 17891 | Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.") | 17736 | Note that `message-cite-original' uses `mail-citation-hook' if that is non-nil.") |
| 17892 | 17737 | ||
| 17893 | (custom-autoload (quote message-cite-function) "message" t) | 17738 | (custom-autoload 'message-cite-function "message" t) |
| 17894 | 17739 | ||
| 17895 | (defvar message-indent-citation-function (quote message-indent-citation) "\ | 17740 | (defvar message-indent-citation-function 'message-indent-citation "\ |
| 17896 | *Function for modifying a citation just inserted in the mail buffer. | 17741 | *Function for modifying a citation just inserted in the mail buffer. |
| 17897 | This can also be a list of functions. Each function can find the | 17742 | This can also be a list of functions. Each function can find the |
| 17898 | citation between (point) and (mark t). And each function should leave | 17743 | citation between (point) and (mark t). And each function should leave |
| 17899 | point and mark around the citation text as modified.") | 17744 | point and mark around the citation text as modified.") |
| 17900 | 17745 | ||
| 17901 | (custom-autoload (quote message-indent-citation-function) "message" t) | 17746 | (custom-autoload 'message-indent-citation-function "message" t) |
| 17902 | 17747 | ||
| 17903 | (defvar message-signature t "\ | 17748 | (defvar message-signature t "\ |
| 17904 | *String to be inserted at the end of the message buffer. | 17749 | *String to be inserted at the end of the message buffer. |
| @@ -17906,23 +17751,23 @@ If t, the `message-signature-file' file will be inserted instead. | |||
| 17906 | If a function, the result from the function will be used instead. | 17751 | If a function, the result from the function will be used instead. |
| 17907 | If a form, the result from the form will be used instead.") | 17752 | If a form, the result from the form will be used instead.") |
| 17908 | 17753 | ||
| 17909 | (custom-autoload (quote message-signature) "message" t) | 17754 | (custom-autoload 'message-signature "message" t) |
| 17910 | 17755 | ||
| 17911 | (defvar message-signature-file "~/.signature" "\ | 17756 | (defvar message-signature-file "~/.signature" "\ |
| 17912 | *Name of file containing the text inserted at end of message buffer. | 17757 | *Name of file containing the text inserted at end of message buffer. |
| 17913 | Ignored if the named file doesn't exist. | 17758 | Ignored if the named file doesn't exist. |
| 17914 | If nil, don't insert a signature.") | 17759 | If nil, don't insert a signature.") |
| 17915 | 17760 | ||
| 17916 | (custom-autoload (quote message-signature-file) "message" t) | 17761 | (custom-autoload 'message-signature-file "message" t) |
| 17917 | 17762 | ||
| 17918 | (defvar message-signature-insert-empty-line t "\ | 17763 | (defvar message-signature-insert-empty-line t "\ |
| 17919 | *If non-nil, insert an empty line before the signature separator.") | 17764 | *If non-nil, insert an empty line before the signature separator.") |
| 17920 | 17765 | ||
| 17921 | (custom-autoload (quote message-signature-insert-empty-line) "message" t) | 17766 | (custom-autoload 'message-signature-insert-empty-line "message" t) |
| 17922 | 17767 | ||
| 17923 | (define-mail-user-agent (quote message-user-agent) (quote message-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook)) | 17768 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| 17924 | 17769 | ||
| 17925 | (autoload (quote message-mode) "message" "\ | 17770 | (autoload 'message-mode "message" "\ |
| 17926 | Major mode for editing mail and news to be sent. | 17771 | Major mode for editing mail and news to be sent. |
| 17927 | Like Text Mode but with these additional commands:\\<message-mode-map> | 17772 | Like Text Mode but with these additional commands:\\<message-mode-map> |
| 17928 | C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit' | 17773 | C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit' |
| @@ -17962,7 +17807,7 @@ M-RET `message-newline-and-reformat' (break the line and reformat). | |||
| 17962 | 17807 | ||
| 17963 | \(fn)" t nil) | 17808 | \(fn)" t nil) |
| 17964 | 17809 | ||
| 17965 | (autoload (quote message-mail) "message" "\ | 17810 | (autoload 'message-mail "message" "\ |
| 17966 | Start editing a mail message to be sent. | 17811 | Start editing a mail message to be sent. |
| 17967 | OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether | 17812 | OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether |
| 17968 | to continue editing a message already being composed. SWITCH-FUNCTION | 17813 | to continue editing a message already being composed. SWITCH-FUNCTION |
| @@ -17970,73 +17815,73 @@ is a function used to switch to and display the mail buffer. | |||
| 17970 | 17815 | ||
| 17971 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil) | 17816 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil) |
| 17972 | 17817 | ||
| 17973 | (autoload (quote message-news) "message" "\ | 17818 | (autoload 'message-news "message" "\ |
| 17974 | Start editing a news article to be sent. | 17819 | Start editing a news article to be sent. |
| 17975 | 17820 | ||
| 17976 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) | 17821 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) |
| 17977 | 17822 | ||
| 17978 | (autoload (quote message-reply) "message" "\ | 17823 | (autoload 'message-reply "message" "\ |
| 17979 | Start editing a reply to the article in the current buffer. | 17824 | Start editing a reply to the article in the current buffer. |
| 17980 | 17825 | ||
| 17981 | \(fn &optional TO-ADDRESS WIDE)" t nil) | 17826 | \(fn &optional TO-ADDRESS WIDE)" t nil) |
| 17982 | 17827 | ||
| 17983 | (autoload (quote message-wide-reply) "message" "\ | 17828 | (autoload 'message-wide-reply "message" "\ |
| 17984 | Make a \"wide\" reply to the message in the current buffer. | 17829 | Make a \"wide\" reply to the message in the current buffer. |
| 17985 | 17830 | ||
| 17986 | \(fn &optional TO-ADDRESS)" t nil) | 17831 | \(fn &optional TO-ADDRESS)" t nil) |
| 17987 | 17832 | ||
| 17988 | (autoload (quote message-followup) "message" "\ | 17833 | (autoload 'message-followup "message" "\ |
| 17989 | Follow up to the message in the current buffer. | 17834 | Follow up to the message in the current buffer. |
| 17990 | If TO-NEWSGROUPS, use that as the new Newsgroups line. | 17835 | If TO-NEWSGROUPS, use that as the new Newsgroups line. |
| 17991 | 17836 | ||
| 17992 | \(fn &optional TO-NEWSGROUPS)" t nil) | 17837 | \(fn &optional TO-NEWSGROUPS)" t nil) |
| 17993 | 17838 | ||
| 17994 | (autoload (quote message-cancel-news) "message" "\ | 17839 | (autoload 'message-cancel-news "message" "\ |
| 17995 | Cancel an article you posted. | 17840 | Cancel an article you posted. |
| 17996 | If ARG, allow editing of the cancellation message. | 17841 | If ARG, allow editing of the cancellation message. |
| 17997 | 17842 | ||
| 17998 | \(fn &optional ARG)" t nil) | 17843 | \(fn &optional ARG)" t nil) |
| 17999 | 17844 | ||
| 18000 | (autoload (quote message-supersede) "message" "\ | 17845 | (autoload 'message-supersede "message" "\ |
| 18001 | Start composing a message to supersede the current message. | 17846 | Start composing a message to supersede the current message. |
| 18002 | This is done simply by taking the old article and adding a Supersedes | 17847 | This is done simply by taking the old article and adding a Supersedes |
| 18003 | header line with the old Message-ID. | 17848 | header line with the old Message-ID. |
| 18004 | 17849 | ||
| 18005 | \(fn)" t nil) | 17850 | \(fn)" t nil) |
| 18006 | 17851 | ||
| 18007 | (autoload (quote message-recover) "message" "\ | 17852 | (autoload 'message-recover "message" "\ |
| 18008 | Reread contents of current buffer from its last auto-save file. | 17853 | Reread contents of current buffer from its last auto-save file. |
| 18009 | 17854 | ||
| 18010 | \(fn)" t nil) | 17855 | \(fn)" t nil) |
| 18011 | 17856 | ||
| 18012 | (autoload (quote message-forward) "message" "\ | 17857 | (autoload 'message-forward "message" "\ |
| 18013 | Forward the current message via mail. | 17858 | Forward the current message via mail. |
| 18014 | Optional NEWS will use news to forward instead of mail. | 17859 | Optional NEWS will use news to forward instead of mail. |
| 18015 | Optional DIGEST will use digest to forward. | 17860 | Optional DIGEST will use digest to forward. |
| 18016 | 17861 | ||
| 18017 | \(fn &optional NEWS DIGEST)" t nil) | 17862 | \(fn &optional NEWS DIGEST)" t nil) |
| 18018 | 17863 | ||
| 18019 | (autoload (quote message-forward-make-body) "message" "\ | 17864 | (autoload 'message-forward-make-body "message" "\ |
| 18020 | Not documented | 17865 | Not documented |
| 18021 | 17866 | ||
| 18022 | \(fn FORWARD-BUFFER &optional DIGEST)" nil nil) | 17867 | \(fn FORWARD-BUFFER &optional DIGEST)" nil nil) |
| 18023 | 17868 | ||
| 18024 | (autoload (quote message-forward-rmail-make-body) "message" "\ | 17869 | (autoload 'message-forward-rmail-make-body "message" "\ |
| 18025 | Not documented | 17870 | Not documented |
| 18026 | 17871 | ||
| 18027 | \(fn FORWARD-BUFFER)" nil nil) | 17872 | \(fn FORWARD-BUFFER)" nil nil) |
| 18028 | 17873 | ||
| 18029 | (autoload (quote message-insinuate-rmail) "message" "\ | 17874 | (autoload 'message-insinuate-rmail "message" "\ |
| 18030 | Let RMAIL use message to forward. | 17875 | Let RMAIL use message to forward. |
| 18031 | 17876 | ||
| 18032 | \(fn)" t nil) | 17877 | \(fn)" t nil) |
| 18033 | 17878 | ||
| 18034 | (autoload (quote message-resend) "message" "\ | 17879 | (autoload 'message-resend "message" "\ |
| 18035 | Resend the current article to ADDRESS. | 17880 | Resend the current article to ADDRESS. |
| 18036 | 17881 | ||
| 18037 | \(fn ADDRESS)" t nil) | 17882 | \(fn ADDRESS)" t nil) |
| 18038 | 17883 | ||
| 18039 | (autoload (quote message-bounce) "message" "\ | 17884 | (autoload 'message-bounce "message" "\ |
| 18040 | Re-mail the current message. | 17885 | Re-mail the current message. |
| 18041 | This only makes sense if the current message is a bounce message that | 17886 | This only makes sense if the current message is a bounce message that |
| 18042 | contains some mail you have written which has been bounced back to | 17887 | contains some mail you have written which has been bounced back to |
| @@ -18044,27 +17889,27 @@ you. | |||
| 18044 | 17889 | ||
| 18045 | \(fn)" t nil) | 17890 | \(fn)" t nil) |
| 18046 | 17891 | ||
| 18047 | (autoload (quote message-mail-other-window) "message" "\ | 17892 | (autoload 'message-mail-other-window "message" "\ |
| 18048 | Like `message-mail' command, but display mail buffer in another window. | 17893 | Like `message-mail' command, but display mail buffer in another window. |
| 18049 | 17894 | ||
| 18050 | \(fn &optional TO SUBJECT)" t nil) | 17895 | \(fn &optional TO SUBJECT)" t nil) |
| 18051 | 17896 | ||
| 18052 | (autoload (quote message-mail-other-frame) "message" "\ | 17897 | (autoload 'message-mail-other-frame "message" "\ |
| 18053 | Like `message-mail' command, but display mail buffer in another frame. | 17898 | Like `message-mail' command, but display mail buffer in another frame. |
| 18054 | 17899 | ||
| 18055 | \(fn &optional TO SUBJECT)" t nil) | 17900 | \(fn &optional TO SUBJECT)" t nil) |
| 18056 | 17901 | ||
| 18057 | (autoload (quote message-news-other-window) "message" "\ | 17902 | (autoload 'message-news-other-window "message" "\ |
| 18058 | Start editing a news article to be sent. | 17903 | Start editing a news article to be sent. |
| 18059 | 17904 | ||
| 18060 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) | 17905 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) |
| 18061 | 17906 | ||
| 18062 | (autoload (quote message-news-other-frame) "message" "\ | 17907 | (autoload 'message-news-other-frame "message" "\ |
| 18063 | Start editing a news article to be sent. | 17908 | Start editing a news article to be sent. |
| 18064 | 17909 | ||
| 18065 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) | 17910 | \(fn &optional NEWSGROUPS SUBJECT)" t nil) |
| 18066 | 17911 | ||
| 18067 | (autoload (quote bold-region) "message" "\ | 17912 | (autoload 'bold-region "message" "\ |
| 18068 | Bold all nonblank characters in the region. | 17913 | Bold all nonblank characters in the region. |
| 18069 | Works by overstriking characters. | 17914 | Works by overstriking characters. |
| 18070 | Called from program, takes two arguments START and END | 17915 | Called from program, takes two arguments START and END |
| @@ -18072,7 +17917,7 @@ which specify the range to operate on. | |||
| 18072 | 17917 | ||
| 18073 | \(fn START END)" t nil) | 17918 | \(fn START END)" t nil) |
| 18074 | 17919 | ||
| 18075 | (autoload (quote unbold-region) "message" "\ | 17920 | (autoload 'unbold-region "message" "\ |
| 18076 | Remove all boldness (overstruck characters) in the region. | 17921 | Remove all boldness (overstruck characters) in the region. |
| 18077 | Called from program, takes two arguments START and END | 17922 | Called from program, takes two arguments START and END |
| 18078 | which specify the range to operate on. | 17923 | which specify the range to operate on. |
| @@ -18082,10 +17927,10 @@ which specify the range to operate on. | |||
| 18082 | ;;;*** | 17927 | ;;;*** |
| 18083 | 17928 | ||
| 18084 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" | 17929 | ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" |
| 18085 | ;;;;;; (18104 24767)) | 17930 | ;;;;;; (18190 35205)) |
| 18086 | ;;; Generated autoloads from progmodes/meta-mode.el | 17931 | ;;; Generated autoloads from progmodes/meta-mode.el |
| 18087 | 17932 | ||
| 18088 | (autoload (quote metafont-mode) "meta-mode" "\ | 17933 | (autoload 'metafont-mode "meta-mode" "\ |
| 18089 | Major mode for editing Metafont sources. | 17934 | Major mode for editing Metafont sources. |
| 18090 | Special commands: | 17935 | Special commands: |
| 18091 | \\{meta-mode-map} | 17936 | \\{meta-mode-map} |
| @@ -18095,7 +17940,7 @@ Turning on Metafont mode calls the value of the variables | |||
| 18095 | 17940 | ||
| 18096 | \(fn)" t nil) | 17941 | \(fn)" t nil) |
| 18097 | 17942 | ||
| 18098 | (autoload (quote metapost-mode) "meta-mode" "\ | 17943 | (autoload 'metapost-mode "meta-mode" "\ |
| 18099 | Major mode for editing MetaPost sources. | 17944 | Major mode for editing MetaPost sources. |
| 18100 | Special commands: | 17945 | Special commands: |
| 18101 | \\{meta-mode-map} | 17946 | \\{meta-mode-map} |
| @@ -18109,16 +17954,16 @@ Turning on MetaPost mode calls the value of the variable | |||
| 18109 | 17954 | ||
| 18110 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body | 17955 | ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body |
| 18111 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" | 17956 | ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el" |
| 18112 | ;;;;;; (18104 24758)) | 17957 | ;;;;;; (18177 867)) |
| 18113 | ;;; Generated autoloads from mail/metamail.el | 17958 | ;;; Generated autoloads from mail/metamail.el |
| 18114 | 17959 | ||
| 18115 | (autoload (quote metamail-interpret-header) "metamail" "\ | 17960 | (autoload 'metamail-interpret-header "metamail" "\ |
| 18116 | Interpret a header part of a MIME message in current buffer. | 17961 | Interpret a header part of a MIME message in current buffer. |
| 18117 | Its body part is not interpreted at all. | 17962 | Its body part is not interpreted at all. |
| 18118 | 17963 | ||
| 18119 | \(fn)" t nil) | 17964 | \(fn)" t nil) |
| 18120 | 17965 | ||
| 18121 | (autoload (quote metamail-interpret-body) "metamail" "\ | 17966 | (autoload 'metamail-interpret-body "metamail" "\ |
| 18122 | Interpret a body part of a MIME message in current buffer. | 17967 | Interpret a body part of a MIME message in current buffer. |
| 18123 | Optional argument VIEWMODE specifies the value of the | 17968 | Optional argument VIEWMODE specifies the value of the |
| 18124 | EMACS_VIEW_MODE environment variable (defaulted to 1). | 17969 | EMACS_VIEW_MODE environment variable (defaulted to 1). |
| @@ -18128,7 +17973,7 @@ Its header part is not interpreted at all. | |||
| 18128 | 17973 | ||
| 18129 | \(fn &optional VIEWMODE NODISPLAY)" t nil) | 17974 | \(fn &optional VIEWMODE NODISPLAY)" t nil) |
| 18130 | 17975 | ||
| 18131 | (autoload (quote metamail-buffer) "metamail" "\ | 17976 | (autoload 'metamail-buffer "metamail" "\ |
| 18132 | Process current buffer through `metamail'. | 17977 | Process current buffer through `metamail'. |
| 18133 | Optional argument VIEWMODE specifies the value of the | 17978 | Optional argument VIEWMODE specifies the value of the |
| 18134 | EMACS_VIEW_MODE environment variable (defaulted to 1). | 17979 | EMACS_VIEW_MODE environment variable (defaulted to 1). |
| @@ -18139,7 +17984,7 @@ redisplayed as output is inserted. | |||
| 18139 | 17984 | ||
| 18140 | \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil) | 17985 | \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil) |
| 18141 | 17986 | ||
| 18142 | (autoload (quote metamail-region) "metamail" "\ | 17987 | (autoload 'metamail-region "metamail" "\ |
| 18143 | Process current region through 'metamail'. | 17988 | Process current region through 'metamail'. |
| 18144 | Optional argument VIEWMODE specifies the value of the | 17989 | Optional argument VIEWMODE specifies the value of the |
| 18145 | EMACS_VIEW_MODE environment variable (defaulted to 1). | 17990 | EMACS_VIEW_MODE environment variable (defaulted to 1). |
| @@ -18154,22 +17999,22 @@ redisplayed as output is inserted. | |||
| 18154 | 17999 | ||
| 18155 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose | 18000 | ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose |
| 18156 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" | 18001 | ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp" |
| 18157 | ;;;;;; "mh-e/mh-comp.el" (18104 24759)) | 18002 | ;;;;;; "mh-e/mh-comp.el" (18177 868)) |
| 18158 | ;;; Generated autoloads from mh-e/mh-comp.el | 18003 | ;;; Generated autoloads from mh-e/mh-comp.el |
| 18159 | 18004 | ||
| 18160 | (autoload (quote mh-smail) "mh-comp" "\ | 18005 | (autoload 'mh-smail "mh-comp" "\ |
| 18161 | Compose a message with the MH mail system. | 18006 | Compose a message with the MH mail system. |
| 18162 | See `mh-send' for more details on composing mail. | 18007 | See `mh-send' for more details on composing mail. |
| 18163 | 18008 | ||
| 18164 | \(fn)" t nil) | 18009 | \(fn)" t nil) |
| 18165 | 18010 | ||
| 18166 | (autoload (quote mh-smail-other-window) "mh-comp" "\ | 18011 | (autoload 'mh-smail-other-window "mh-comp" "\ |
| 18167 | Compose a message with the MH mail system in other window. | 18012 | Compose a message with the MH mail system in other window. |
| 18168 | See `mh-send' for more details on composing mail. | 18013 | See `mh-send' for more details on composing mail. |
| 18169 | 18014 | ||
| 18170 | \(fn)" t nil) | 18015 | \(fn)" t nil) |
| 18171 | 18016 | ||
| 18172 | (autoload (quote mh-smail-batch) "mh-comp" "\ | 18017 | (autoload 'mh-smail-batch "mh-comp" "\ |
| 18173 | Compose a message with the MH mail system. | 18018 | Compose a message with the MH mail system. |
| 18174 | 18019 | ||
| 18175 | This function does not prompt the user for any header fields, and | 18020 | This function does not prompt the user for any header fields, and |
| @@ -18184,9 +18029,9 @@ applications should use `mh-user-agent-compose'. | |||
| 18184 | 18029 | ||
| 18185 | \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil) | 18030 | \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil) |
| 18186 | 18031 | ||
| 18187 | (define-mail-user-agent (quote mh-e-user-agent) (quote mh-user-agent-compose) (quote mh-send-letter) (quote mh-fully-kill-draft) (quote mh-before-send-letter-hook)) | 18032 | (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook) |
| 18188 | 18033 | ||
| 18189 | (autoload (quote mh-user-agent-compose) "mh-comp" "\ | 18034 | (autoload 'mh-user-agent-compose "mh-comp" "\ |
| 18190 | Set up mail composition draft with the MH mail system. | 18035 | Set up mail composition draft with the MH mail system. |
| 18191 | This is the `mail-user-agent' entry point to MH-E. This function | 18036 | This is the `mail-user-agent' entry point to MH-E. This function |
| 18192 | conforms to the contract specified by `define-mail-user-agent' | 18037 | conforms to the contract specified by `define-mail-user-agent' |
| @@ -18205,7 +18050,7 @@ ignored. | |||
| 18205 | 18050 | ||
| 18206 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil) | 18051 | \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil) |
| 18207 | 18052 | ||
| 18208 | (autoload (quote mh-send-letter) "mh-comp" "\ | 18053 | (autoload 'mh-send-letter "mh-comp" "\ |
| 18209 | Save draft and send message. | 18054 | Save draft and send message. |
| 18210 | 18055 | ||
| 18211 | When you are all through editing a message, you send it with this | 18056 | When you are all through editing a message, you send it with this |
| @@ -18229,7 +18074,7 @@ use `mh-send-prog' to tell MH-E the name. | |||
| 18229 | 18074 | ||
| 18230 | \(fn &optional ARG)" t nil) | 18075 | \(fn &optional ARG)" t nil) |
| 18231 | 18076 | ||
| 18232 | (autoload (quote mh-fully-kill-draft) "mh-comp" "\ | 18077 | (autoload 'mh-fully-kill-draft "mh-comp" "\ |
| 18233 | Quit editing and delete draft message. | 18078 | Quit editing and delete draft message. |
| 18234 | 18079 | ||
| 18235 | If for some reason you are not happy with the draft, you can use | 18080 | If for some reason you are not happy with the draft, you can use |
| @@ -18241,16 +18086,16 @@ delete the draft message. | |||
| 18241 | 18086 | ||
| 18242 | ;;;*** | 18087 | ;;;*** |
| 18243 | 18088 | ||
| 18244 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18104 24759)) | 18089 | ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18190 35202)) |
| 18245 | ;;; Generated autoloads from mh-e/mh-e.el | 18090 | ;;; Generated autoloads from mh-e/mh-e.el |
| 18246 | 18091 | ||
| 18247 | (put (quote mh-progs) (quote risky-local-variable) t) | 18092 | (put 'mh-progs 'risky-local-variable t) |
| 18248 | 18093 | ||
| 18249 | (put (quote mh-lib) (quote risky-local-variable) t) | 18094 | (put 'mh-lib 'risky-local-variable t) |
| 18250 | 18095 | ||
| 18251 | (put (quote mh-lib-progs) (quote risky-local-variable) t) | 18096 | (put 'mh-lib-progs 'risky-local-variable t) |
| 18252 | 18097 | ||
| 18253 | (autoload (quote mh-version) "mh-e" "\ | 18098 | (autoload 'mh-version "mh-e" "\ |
| 18254 | Display version information about MH-E and the MH mail handling system. | 18099 | Display version information about MH-E and the MH mail handling system. |
| 18255 | 18100 | ||
| 18256 | \(fn)" t nil) | 18101 | \(fn)" t nil) |
| @@ -18258,10 +18103,10 @@ Display version information about MH-E and the MH mail handling system. | |||
| 18258 | ;;;*** | 18103 | ;;;*** |
| 18259 | 18104 | ||
| 18260 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" | 18105 | ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder" |
| 18261 | ;;;;;; "mh-e/mh-folder.el" (18104 24759)) | 18106 | ;;;;;; "mh-e/mh-folder.el" (18177 868)) |
| 18262 | ;;; Generated autoloads from mh-e/mh-folder.el | 18107 | ;;; Generated autoloads from mh-e/mh-folder.el |
| 18263 | 18108 | ||
| 18264 | (autoload (quote mh-rmail) "mh-folder" "\ | 18109 | (autoload 'mh-rmail "mh-folder" "\ |
| 18265 | Incorporate new mail with MH. | 18110 | Incorporate new mail with MH. |
| 18266 | Scan an MH folder if ARG is non-nil. | 18111 | Scan an MH folder if ARG is non-nil. |
| 18267 | 18112 | ||
| @@ -18270,7 +18115,7 @@ the MH mail system. | |||
| 18270 | 18115 | ||
| 18271 | \(fn &optional ARG)" t nil) | 18116 | \(fn &optional ARG)" t nil) |
| 18272 | 18117 | ||
| 18273 | (autoload (quote mh-nmail) "mh-folder" "\ | 18118 | (autoload 'mh-nmail "mh-folder" "\ |
| 18274 | Check for new mail in inbox folder. | 18119 | Check for new mail in inbox folder. |
| 18275 | Scan an MH folder if ARG is non-nil. | 18120 | Scan an MH folder if ARG is non-nil. |
| 18276 | 18121 | ||
| @@ -18279,7 +18124,7 @@ the MH mail system. | |||
| 18279 | 18124 | ||
| 18280 | \(fn &optional ARG)" t nil) | 18125 | \(fn &optional ARG)" t nil) |
| 18281 | 18126 | ||
| 18282 | (autoload (quote mh-folder-mode) "mh-folder" "\ | 18127 | (autoload 'mh-folder-mode "mh-folder" "\ |
| 18283 | Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> | 18128 | Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map> |
| 18284 | 18129 | ||
| 18285 | You can show the message the cursor is pointing to, and step through | 18130 | You can show the message the cursor is pointing to, and step through |
| @@ -18340,10 +18185,10 @@ perform the operation on all messages in that region. | |||
| 18340 | ;;;*** | 18185 | ;;;*** |
| 18341 | 18186 | ||
| 18342 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 18187 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 18343 | ;;;;;; "midnight.el" (18104 24738)) | 18188 | ;;;;;; "midnight.el" (18177 868)) |
| 18344 | ;;; Generated autoloads from midnight.el | 18189 | ;;; Generated autoloads from midnight.el |
| 18345 | 18190 | ||
| 18346 | (autoload (quote clean-buffer-list) "midnight" "\ | 18191 | (autoload 'clean-buffer-list "midnight" "\ |
| 18347 | Kill old buffers that have not been displayed recently. | 18192 | Kill old buffers that have not been displayed recently. |
| 18348 | The relevant variables are `clean-buffer-list-delay-general', | 18193 | The relevant variables are `clean-buffer-list-delay-general', |
| 18349 | `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names', | 18194 | `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names', |
| @@ -18357,7 +18202,7 @@ lifetime, i.e., its \"age\" when it will be purged. | |||
| 18357 | 18202 | ||
| 18358 | \(fn)" t nil) | 18203 | \(fn)" t nil) |
| 18359 | 18204 | ||
| 18360 | (autoload (quote midnight-delay-set) "midnight" "\ | 18205 | (autoload 'midnight-delay-set "midnight" "\ |
| 18361 | Modify `midnight-timer' according to `midnight-delay'. | 18206 | Modify `midnight-timer' according to `midnight-delay'. |
| 18362 | Sets the first argument SYMB (which must be symbol `midnight-delay') | 18207 | Sets the first argument SYMB (which must be symbol `midnight-delay') |
| 18363 | to its second argument TM. | 18208 | to its second argument TM. |
| @@ -18367,7 +18212,7 @@ to its second argument TM. | |||
| 18367 | ;;;*** | 18212 | ;;;*** |
| 18368 | 18213 | ||
| 18369 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" | 18214 | ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef" |
| 18370 | ;;;;;; "minibuf-eldef.el" (18104 24738)) | 18215 | ;;;;;; "minibuf-eldef.el" (18177 868)) |
| 18371 | ;;; Generated autoloads from minibuf-eldef.el | 18216 | ;;; Generated autoloads from minibuf-eldef.el |
| 18372 | 18217 | ||
| 18373 | (defvar minibuffer-electric-default-mode nil "\ | 18218 | (defvar minibuffer-electric-default-mode nil "\ |
| @@ -18377,9 +18222,9 @@ Setting this variable directly does not take effect; | |||
| 18377 | either customize it (see the info node `Easy Customization') | 18222 | either customize it (see the info node `Easy Customization') |
| 18378 | or call the function `minibuffer-electric-default-mode'.") | 18223 | or call the function `minibuffer-electric-default-mode'.") |
| 18379 | 18224 | ||
| 18380 | (custom-autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" nil) | 18225 | (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil) |
| 18381 | 18226 | ||
| 18382 | (autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\ | 18227 | (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\ |
| 18383 | Toggle Minibuffer Electric Default mode. | 18228 | Toggle Minibuffer Electric Default mode. |
| 18384 | When active, minibuffer prompts that show a default value only show the | 18229 | When active, minibuffer prompts that show a default value only show the |
| 18385 | default when it's applicable -- that is, when hitting RET would yield | 18230 | default when it's applicable -- that is, when hitting RET would yield |
| @@ -18395,53 +18240,53 @@ Returns non-nil if the new state is enabled. | |||
| 18395 | ;;;*** | 18240 | ;;;*** |
| 18396 | 18241 | ||
| 18397 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | 18242 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" |
| 18398 | ;;;;;; (18104 24768)) | 18243 | ;;;;;; (18177 873)) |
| 18399 | ;;; Generated autoloads from progmodes/mixal-mode.el | 18244 | ;;; Generated autoloads from progmodes/mixal-mode.el |
| 18400 | 18245 | ||
| 18401 | (autoload (quote mixal-mode) "mixal-mode" "\ | 18246 | (autoload 'mixal-mode "mixal-mode" "\ |
| 18402 | Major mode for the mixal asm language. | 18247 | Major mode for the mixal asm language. |
| 18403 | \\{mixal-mode-map} | 18248 | \\{mixal-mode-map} |
| 18404 | 18249 | ||
| 18405 | \(fn)" t nil) | 18250 | \(fn)" t nil) |
| 18406 | 18251 | ||
| 18407 | (add-to-list (quote auto-mode-alist) (quote ("\\.mixal\\'" . mixal-mode))) | 18252 | (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode)) |
| 18408 | 18253 | ||
| 18409 | ;;;*** | 18254 | ;;;*** |
| 18410 | 18255 | ||
| 18411 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion | 18256 | ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion |
| 18412 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" | 18257 | ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el" |
| 18413 | ;;;;;; (18104 24758)) | 18258 | ;;;;;; (18177 866)) |
| 18414 | ;;; Generated autoloads from language/mlm-util.el | 18259 | ;;; Generated autoloads from language/mlm-util.el |
| 18415 | 18260 | ||
| 18416 | (autoload (quote malayalam-compose-region) "mlm-util" "\ | 18261 | (autoload 'malayalam-compose-region "mlm-util" "\ |
| 18417 | Not documented | 18262 | Not documented |
| 18418 | 18263 | ||
| 18419 | \(fn FROM TO)" t nil) | 18264 | \(fn FROM TO)" t nil) |
| 18420 | 18265 | ||
| 18421 | (autoload (quote malayalam-post-read-conversion) "mlm-util" "\ | 18266 | (autoload 'malayalam-post-read-conversion "mlm-util" "\ |
| 18422 | Not documented | 18267 | Not documented |
| 18423 | 18268 | ||
| 18424 | \(fn LEN)" nil nil) | 18269 | \(fn LEN)" nil nil) |
| 18425 | 18270 | ||
| 18426 | (autoload (quote malayalam-composition-function) "mlm-util" "\ | 18271 | (autoload 'malayalam-composition-function "mlm-util" "\ |
| 18427 | Compose Malayalam characters in REGION, or STRING if specified. | 18272 | Compose Malayalam characters after the position POS. |
| 18428 | Assume that the REGION or STRING must fully match the composable | 18273 | If STRING is not nil, it is a string, and POS is an index to the string. |
| 18429 | PATTERN regexp. | 18274 | In this case, compose characters after POS of the string. |
| 18430 | 18275 | ||
| 18431 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | 18276 | \(fn POS &optional STRING)" nil nil) |
| 18432 | 18277 | ||
| 18433 | ;;;*** | 18278 | ;;;*** |
| 18434 | 18279 | ||
| 18435 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) | 18280 | ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents) |
| 18436 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (18104 24752)) | 18281 | ;;;;;; "mm-extern" "gnus/mm-extern.el" (18177 861)) |
| 18437 | ;;; Generated autoloads from gnus/mm-extern.el | 18282 | ;;; Generated autoloads from gnus/mm-extern.el |
| 18438 | 18283 | ||
| 18439 | (autoload (quote mm-extern-cache-contents) "mm-extern" "\ | 18284 | (autoload 'mm-extern-cache-contents "mm-extern" "\ |
| 18440 | Put the external-body part of HANDLE into its cache. | 18285 | Put the external-body part of HANDLE into its cache. |
| 18441 | 18286 | ||
| 18442 | \(fn HANDLE)" nil nil) | 18287 | \(fn HANDLE)" nil nil) |
| 18443 | 18288 | ||
| 18444 | (autoload (quote mm-inline-external-body) "mm-extern" "\ | 18289 | (autoload 'mm-inline-external-body "mm-extern" "\ |
| 18445 | Show the external-body part of HANDLE. | 18290 | Show the external-body part of HANDLE. |
| 18446 | This function replaces the buffer of HANDLE with a buffer contains | 18291 | This function replaces the buffer of HANDLE with a buffer contains |
| 18447 | the entire message. | 18292 | the entire message. |
| @@ -18452,10 +18297,10 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18452 | ;;;*** | 18297 | ;;;*** |
| 18453 | 18298 | ||
| 18454 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 18299 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 18455 | ;;;;;; (18104 24752)) | 18300 | ;;;;;; (18177 861)) |
| 18456 | ;;; Generated autoloads from gnus/mm-partial.el | 18301 | ;;; Generated autoloads from gnus/mm-partial.el |
| 18457 | 18302 | ||
| 18458 | (autoload (quote mm-inline-partial) "mm-partial" "\ | 18303 | (autoload 'mm-inline-partial "mm-partial" "\ |
| 18459 | Show the partial part of HANDLE. | 18304 | Show the partial part of HANDLE. |
| 18460 | This function replaces the buffer of HANDLE with a buffer contains | 18305 | This function replaces the buffer of HANDLE with a buffer contains |
| 18461 | the entire message. | 18306 | the entire message. |
| @@ -18466,16 +18311,16 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing. | |||
| 18466 | ;;;*** | 18311 | ;;;*** |
| 18467 | 18312 | ||
| 18468 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) | 18313 | ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) |
| 18469 | ;;;;;; "mm-url" "gnus/mm-url.el" (18104 24752)) | 18314 | ;;;;;; "mm-url" "gnus/mm-url.el" (18177 861)) |
| 18470 | ;;; Generated autoloads from gnus/mm-url.el | 18315 | ;;; Generated autoloads from gnus/mm-url.el |
| 18471 | 18316 | ||
| 18472 | (autoload (quote mm-url-insert-file-contents) "mm-url" "\ | 18317 | (autoload 'mm-url-insert-file-contents "mm-url" "\ |
| 18473 | Insert file contents of URL. | 18318 | Insert file contents of URL. |
| 18474 | If `mm-url-use-external' is non-nil, use `mm-url-program'. | 18319 | If `mm-url-use-external' is non-nil, use `mm-url-program'. |
| 18475 | 18320 | ||
| 18476 | \(fn URL)" nil nil) | 18321 | \(fn URL)" nil nil) |
| 18477 | 18322 | ||
| 18478 | (autoload (quote mm-url-insert-file-contents-external) "mm-url" "\ | 18323 | (autoload 'mm-url-insert-file-contents-external "mm-url" "\ |
| 18479 | Insert file contents of URL using `mm-url-program'. | 18324 | Insert file contents of URL using `mm-url-program'. |
| 18480 | 18325 | ||
| 18481 | \(fn URL)" nil nil) | 18326 | \(fn URL)" nil nil) |
| @@ -18483,10 +18328,10 @@ Insert file contents of URL using `mm-url-program'. | |||
| 18483 | ;;;*** | 18328 | ;;;*** |
| 18484 | 18329 | ||
| 18485 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 18330 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 18486 | ;;;;;; "gnus/mm-uu.el" (18104 24752)) | 18331 | ;;;;;; "gnus/mm-uu.el" (18177 861)) |
| 18487 | ;;; Generated autoloads from gnus/mm-uu.el | 18332 | ;;; Generated autoloads from gnus/mm-uu.el |
| 18488 | 18333 | ||
| 18489 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | 18334 | (autoload 'mm-uu-dissect "mm-uu" "\ |
| 18490 | Dissect the current buffer and return a list of uu handles. | 18335 | Dissect the current buffer and return a list of uu handles. |
| 18491 | The optional NOHEADER means there's no header in the buffer. | 18336 | The optional NOHEADER means there's no header in the buffer. |
| 18492 | MIME-TYPE specifies a MIME type and parameters, which defaults to the | 18337 | MIME-TYPE specifies a MIME type and parameters, which defaults to the |
| @@ -18494,7 +18339,7 @@ value of `mm-uu-text-plain-type'. | |||
| 18494 | 18339 | ||
| 18495 | \(fn &optional NOHEADER MIME-TYPE)" nil nil) | 18340 | \(fn &optional NOHEADER MIME-TYPE)" nil nil) |
| 18496 | 18341 | ||
| 18497 | (autoload (quote mm-uu-dissect-text-parts) "mm-uu" "\ | 18342 | (autoload 'mm-uu-dissect-text-parts "mm-uu" "\ |
| 18498 | Dissect text parts and put uu handles into HANDLE. | 18343 | Dissect text parts and put uu handles into HANDLE. |
| 18499 | Assume text has been decoded if DECODED is non-nil. | 18344 | Assume text has been decoded if DECODED is non-nil. |
| 18500 | 18345 | ||
| @@ -18503,15 +18348,15 @@ Assume text has been decoded if DECODED is non-nil. | |||
| 18503 | ;;;*** | 18348 | ;;;*** |
| 18504 | 18349 | ||
| 18505 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" | 18350 | ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el" |
| 18506 | ;;;;;; (18104 24752)) | 18351 | ;;;;;; (18177 862)) |
| 18507 | ;;; Generated autoloads from gnus/mml1991.el | 18352 | ;;; Generated autoloads from gnus/mml1991.el |
| 18508 | 18353 | ||
| 18509 | (autoload (quote mml1991-encrypt) "mml1991" "\ | 18354 | (autoload 'mml1991-encrypt "mml1991" "\ |
| 18510 | Not documented | 18355 | Not documented |
| 18511 | 18356 | ||
| 18512 | \(fn CONT &optional SIGN)" nil nil) | 18357 | \(fn CONT &optional SIGN)" nil nil) |
| 18513 | 18358 | ||
| 18514 | (autoload (quote mml1991-sign) "mml1991" "\ | 18359 | (autoload 'mml1991-sign "mml1991" "\ |
| 18515 | Not documented | 18360 | Not documented |
| 18516 | 18361 | ||
| 18517 | \(fn CONT)" nil nil) | 18362 | \(fn CONT)" nil nil) |
| @@ -18520,40 +18365,40 @@ Not documented | |||
| 18520 | 18365 | ||
| 18521 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt | 18366 | ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt |
| 18522 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) | 18367 | ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) |
| 18523 | ;;;;;; "mml2015" "gnus/mml2015.el" (18104 24752)) | 18368 | ;;;;;; "mml2015" "gnus/mml2015.el" (18177 862)) |
| 18524 | ;;; Generated autoloads from gnus/mml2015.el | 18369 | ;;; Generated autoloads from gnus/mml2015.el |
| 18525 | 18370 | ||
| 18526 | (autoload (quote mml2015-decrypt) "mml2015" "\ | 18371 | (autoload 'mml2015-decrypt "mml2015" "\ |
| 18527 | Not documented | 18372 | Not documented |
| 18528 | 18373 | ||
| 18529 | \(fn HANDLE CTL)" nil nil) | 18374 | \(fn HANDLE CTL)" nil nil) |
| 18530 | 18375 | ||
| 18531 | (autoload (quote mml2015-decrypt-test) "mml2015" "\ | 18376 | (autoload 'mml2015-decrypt-test "mml2015" "\ |
| 18532 | Not documented | 18377 | Not documented |
| 18533 | 18378 | ||
| 18534 | \(fn HANDLE CTL)" nil nil) | 18379 | \(fn HANDLE CTL)" nil nil) |
| 18535 | 18380 | ||
| 18536 | (autoload (quote mml2015-verify) "mml2015" "\ | 18381 | (autoload 'mml2015-verify "mml2015" "\ |
| 18537 | Not documented | 18382 | Not documented |
| 18538 | 18383 | ||
| 18539 | \(fn HANDLE CTL)" nil nil) | 18384 | \(fn HANDLE CTL)" nil nil) |
| 18540 | 18385 | ||
| 18541 | (autoload (quote mml2015-verify-test) "mml2015" "\ | 18386 | (autoload 'mml2015-verify-test "mml2015" "\ |
| 18542 | Not documented | 18387 | Not documented |
| 18543 | 18388 | ||
| 18544 | \(fn HANDLE CTL)" nil nil) | 18389 | \(fn HANDLE CTL)" nil nil) |
| 18545 | 18390 | ||
| 18546 | (autoload (quote mml2015-encrypt) "mml2015" "\ | 18391 | (autoload 'mml2015-encrypt "mml2015" "\ |
| 18547 | Not documented | 18392 | Not documented |
| 18548 | 18393 | ||
| 18549 | \(fn CONT &optional SIGN)" nil nil) | 18394 | \(fn CONT &optional SIGN)" nil nil) |
| 18550 | 18395 | ||
| 18551 | (autoload (quote mml2015-sign) "mml2015" "\ | 18396 | (autoload 'mml2015-sign "mml2015" "\ |
| 18552 | Not documented | 18397 | Not documented |
| 18553 | 18398 | ||
| 18554 | \(fn CONT)" nil nil) | 18399 | \(fn CONT)" nil nil) |
| 18555 | 18400 | ||
| 18556 | (autoload (quote mml2015-self-encrypt) "mml2015" "\ | 18401 | (autoload 'mml2015-self-encrypt "mml2015" "\ |
| 18557 | Not documented | 18402 | Not documented |
| 18558 | 18403 | ||
| 18559 | \(fn)" nil nil) | 18404 | \(fn)" nil nil) |
| @@ -18561,10 +18406,10 @@ Not documented | |||
| 18561 | ;;;*** | 18406 | ;;;*** |
| 18562 | 18407 | ||
| 18563 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 18408 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 18564 | ;;;;;; (17279 21317)) | 18409 | ;;;;;; (18177 873)) |
| 18565 | ;;; Generated autoloads from progmodes/modula2.el | 18410 | ;;; Generated autoloads from progmodes/modula2.el |
| 18566 | 18411 | ||
| 18567 | (autoload (quote modula-2-mode) "modula2" "\ | 18412 | (autoload 'modula-2-mode "modula2" "\ |
| 18568 | This is a mode intended to support program development in Modula-2. | 18413 | This is a mode intended to support program development in Modula-2. |
| 18569 | All control constructs of Modula-2 can be reached by typing C-c | 18414 | All control constructs of Modula-2 can be reached by typing C-c |
| 18570 | followed by the first character of the construct. | 18415 | followed by the first character of the construct. |
| @@ -18593,23 +18438,23 @@ followed by the first character of the construct. | |||
| 18593 | ;;;*** | 18438 | ;;;*** |
| 18594 | 18439 | ||
| 18595 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 18440 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 18596 | ;;;;;; (18104 24762)) | 18441 | ;;;;;; (18177 871)) |
| 18597 | ;;; Generated autoloads from play/morse.el | 18442 | ;;; Generated autoloads from play/morse.el |
| 18598 | 18443 | ||
| 18599 | (autoload (quote morse-region) "morse" "\ | 18444 | (autoload 'morse-region "morse" "\ |
| 18600 | Convert all text in a given region to morse code. | 18445 | Convert all text in a given region to morse code. |
| 18601 | 18446 | ||
| 18602 | \(fn BEG END)" t nil) | 18447 | \(fn BEG END)" t nil) |
| 18603 | 18448 | ||
| 18604 | (autoload (quote unmorse-region) "morse" "\ | 18449 | (autoload 'unmorse-region "morse" "\ |
| 18605 | Convert morse coded text in region to ordinary ASCII text. | 18450 | Convert morse coded text in region to ordinary ASCII text. |
| 18606 | 18451 | ||
| 18607 | \(fn BEG END)" t nil) | 18452 | \(fn BEG END)" t nil) |
| 18608 | 18453 | ||
| 18609 | ;;;*** | 18454 | ;;;*** |
| 18610 | 18455 | ||
| 18611 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18104 | 18456 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18177 |
| 18612 | ;;;;;; 24738)) | 18457 | ;;;;;; 868)) |
| 18613 | ;;; Generated autoloads from mouse-sel.el | 18458 | ;;; Generated autoloads from mouse-sel.el |
| 18614 | 18459 | ||
| 18615 | (defvar mouse-sel-mode nil "\ | 18460 | (defvar mouse-sel-mode nil "\ |
| @@ -18619,9 +18464,9 @@ Setting this variable directly does not take effect; | |||
| 18619 | either customize it (see the info node `Easy Customization') | 18464 | either customize it (see the info node `Easy Customization') |
| 18620 | or call the function `mouse-sel-mode'.") | 18465 | or call the function `mouse-sel-mode'.") |
| 18621 | 18466 | ||
| 18622 | (custom-autoload (quote mouse-sel-mode) "mouse-sel" nil) | 18467 | (custom-autoload 'mouse-sel-mode "mouse-sel" nil) |
| 18623 | 18468 | ||
| 18624 | (autoload (quote mouse-sel-mode) "mouse-sel" "\ | 18469 | (autoload 'mouse-sel-mode "mouse-sel" "\ |
| 18625 | Toggle Mouse Sel mode. | 18470 | Toggle Mouse Sel mode. |
| 18626 | With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. | 18471 | With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive. |
| 18627 | Returns the new status of Mouse Sel mode (non-nil means on). | 18472 | Returns the new status of Mouse Sel mode (non-nil means on). |
| @@ -18661,17 +18506,17 @@ primary selection and region. | |||
| 18661 | 18506 | ||
| 18662 | ;;;*** | 18507 | ;;;*** |
| 18663 | 18508 | ||
| 18664 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18104 24762)) | 18509 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18177 871)) |
| 18665 | ;;; Generated autoloads from play/mpuz.el | 18510 | ;;; Generated autoloads from play/mpuz.el |
| 18666 | 18511 | ||
| 18667 | (autoload (quote mpuz) "mpuz" "\ | 18512 | (autoload 'mpuz "mpuz" "\ |
| 18668 | Multiplication puzzle with GNU Emacs. | 18513 | Multiplication puzzle with GNU Emacs. |
| 18669 | 18514 | ||
| 18670 | \(fn)" t nil) | 18515 | \(fn)" t nil) |
| 18671 | 18516 | ||
| 18672 | ;;;*** | 18517 | ;;;*** |
| 18673 | 18518 | ||
| 18674 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (18104 24738)) | 18519 | ;;;### (autoloads (msb-mode) "msb" "msb.el" (18177 868)) |
| 18675 | ;;; Generated autoloads from msb.el | 18520 | ;;; Generated autoloads from msb.el |
| 18676 | 18521 | ||
| 18677 | (defvar msb-mode nil "\ | 18522 | (defvar msb-mode nil "\ |
| @@ -18681,9 +18526,9 @@ Setting this variable directly does not take effect; | |||
| 18681 | either customize it (see the info node `Easy Customization') | 18526 | either customize it (see the info node `Easy Customization') |
| 18682 | or call the function `msb-mode'.") | 18527 | or call the function `msb-mode'.") |
| 18683 | 18528 | ||
| 18684 | (custom-autoload (quote msb-mode) "msb" nil) | 18529 | (custom-autoload 'msb-mode "msb" nil) |
| 18685 | 18530 | ||
| 18686 | (autoload (quote msb-mode) "msb" "\ | 18531 | (autoload 'msb-mode "msb" "\ |
| 18687 | Toggle Msb mode. | 18532 | Toggle Msb mode. |
| 18688 | With arg, turn Msb mode on if and only if arg is positive. | 18533 | With arg, turn Msb mode on if and only if arg is positive. |
| 18689 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a | 18534 | This mode overrides the binding(s) of `mouse-buffer-menu' to provide a |
| @@ -18693,57 +18538,17 @@ different buffer menu using the function `msb'. | |||
| 18693 | 18538 | ||
| 18694 | ;;;*** | 18539 | ;;;*** |
| 18695 | 18540 | ||
| 18696 | ;;;### (autoloads (mule-diag list-input-methods list-fontsets describe-fontset | 18541 | ;;;### (autoloads (unicode-data unicodedata-file mule-diag list-input-methods |
| 18697 | ;;;;;; describe-font list-coding-categories list-coding-systems | 18542 | ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories |
| 18698 | ;;;;;; describe-current-coding-system describe-current-coding-system-briefly | 18543 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly |
| 18699 | ;;;;;; describe-coding-system describe-character-set list-charset-chars | 18544 | ;;;;;; describe-coding-system describe-character-set list-charset-chars |
| 18700 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 18545 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 18701 | ;;;;;; (18104 24757)) | 18546 | ;;;;;; (18190 35192)) |
| 18702 | ;;; Generated autoloads from international/mule-diag.el | 18547 | ;;; Generated autoloads from international/mule-diag.el |
| 18703 | 18548 | ||
| 18704 | (defvar non-iso-charset-alist (\` ((mac-roman (ascii latin-iso8859-1 mule-unicode-2500-33ff mule-unicode-0100-24ff mule-unicode-e000-ffff) mac-roman-decoder ((0 255))) (viscii (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-viscii-nonascii-translation-table ((0 255))) (vietnamese-tcvn (ascii vietnamese-viscii-lower vietnamese-viscii-upper) viet-tcvn-nonascii-translation-table ((0 255))) (koi8-r (ascii cyrillic-iso8859-5) cyrillic-koi8-r-nonascii-translation-table ((32 255))) (alternativnyj (ascii cyrillic-iso8859-5) cyrillic-alternativnyj-nonascii-translation-table ((32 255))) (koi8-u (ascii cyrillic-iso8859-5 mule-unicode-0100-24ff) cyrillic-koi8-u-nonascii-translation-table ((32 255))) (big5 (ascii chinese-big5-1 chinese-big5-2) decode-big5-char ((32 127) ((161 254) 64 126 161 254))) (sjis (ascii katakana-jisx0201 japanese-jisx0208) decode-sjis-char ((32 127 161 223) ((129 159 224 239) 64 126 128 252))))) "\ | 18549 | (autoload 'list-character-sets "mule-diag" "\ |
| 18705 | Alist of charset names vs the corresponding information. | ||
| 18706 | This is mis-named for historical reasons. The charsets are actually | ||
| 18707 | non-built-in ones. They correspond to Emacs coding systems, not Emacs | ||
| 18708 | charsets, i.e. what Emacs can read (or write) by mapping to (or | ||
| 18709 | from) Emacs internal charsets that typically correspond to a limited | ||
| 18710 | set of ISO charsets. | ||
| 18711 | |||
| 18712 | Each element has the following format: | ||
| 18713 | (CHARSET CHARSET-LIST TRANSLATION-METHOD [ CODE-RANGE ]) | ||
| 18714 | |||
| 18715 | CHARSET is the name (symbol) of the charset. | ||
| 18716 | |||
| 18717 | CHARSET-LIST is a list of Emacs charsets into which characters of | ||
| 18718 | CHARSET are mapped. | ||
| 18719 | |||
| 18720 | TRANSLATION-METHOD is a translation table (symbol) to translate a | ||
| 18721 | character code of CHARSET to the corresponding Emacs character | ||
| 18722 | code. It can also be a function to call with one argument, a | ||
| 18723 | character code in CHARSET. | ||
| 18724 | |||
| 18725 | CODE-RANGE specifies the valid code ranges of CHARSET. | ||
| 18726 | It is a list of RANGEs, where each RANGE is of the form: | ||
| 18727 | (FROM1 TO1 FROM2 TO2 ...) | ||
| 18728 | or | ||
| 18729 | ((FROM1-1 TO1-1 FROM1-2 TO1-2 ...) . (FROM2-1 TO2-1 FROM2-2 TO2-2 ...)) | ||
| 18730 | In the first form, valid codes are between FROM1 and TO1, or FROM2 and | ||
| 18731 | TO2, or... | ||
| 18732 | The second form is used for 2-byte codes. The car part is the ranges | ||
| 18733 | of the first byte, and the cdr part is the ranges of the second byte.") | ||
| 18734 | |||
| 18735 | (autoload (quote list-character-sets) "mule-diag" "\ | ||
| 18736 | Display a list of all character sets. | 18550 | Display a list of all character sets. |
| 18737 | 18551 | ||
| 18738 | The ID-NUM column contains a charset identification number for | ||
| 18739 | internal Emacs use. | ||
| 18740 | |||
| 18741 | The MULTIBYTE-FORM column contains the format of the buffer and string | ||
| 18742 | multibyte sequence of characters in the charset using one to four | ||
| 18743 | hexadecimal digits. | ||
| 18744 | `xx' stands for any byte in the range 0..127. | ||
| 18745 | `XX' stands for any byte in the range 160..255. | ||
| 18746 | |||
| 18747 | The D column contains the dimension of this character set. The CH | 18552 | The D column contains the dimension of this character set. The CH |
| 18748 | column contains the number of characters in a block of this character | 18553 | column contains the number of characters in a block of this character |
| 18749 | set. The FINAL-CHAR column contains an ISO-2022 <final-char> to use | 18554 | set. The FINAL-CHAR column contains an ISO-2022 <final-char> to use |
| @@ -18754,11 +18559,9 @@ but still shows the full information. | |||
| 18754 | 18559 | ||
| 18755 | \(fn ARG)" t nil) | 18560 | \(fn ARG)" t nil) |
| 18756 | 18561 | ||
| 18757 | (autoload (quote read-charset) "mule-diag" "\ | 18562 | (autoload 'read-charset "mule-diag" "\ |
| 18758 | Read a character set from the minibuffer, prompting with string PROMPT. | 18563 | Read a character set from the minibuffer, prompting with string PROMPT. |
| 18759 | It must be an Emacs character set listed in the variable `charset-list' | 18564 | It must be an Emacs character set listed in the variable `charset-list'. |
| 18760 | or a non-ISO character set listed in the variable | ||
| 18761 | `non-iso-charset-alist'. | ||
| 18762 | 18565 | ||
| 18763 | Optional arguments are DEFAULT-VALUE and INITIAL-INPUT. | 18566 | Optional arguments are DEFAULT-VALUE and INITIAL-INPUT. |
| 18764 | DEFAULT-VALUE, if non-nil, is the default value. | 18567 | DEFAULT-VALUE, if non-nil, is the default value. |
| @@ -18768,25 +18571,22 @@ detailed meanings of these arguments. | |||
| 18768 | 18571 | ||
| 18769 | \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil) | 18572 | \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil) |
| 18770 | 18573 | ||
| 18771 | (autoload (quote list-charset-chars) "mule-diag" "\ | 18574 | (autoload 'list-charset-chars "mule-diag" "\ |
| 18772 | Display a list of characters in the specified character set. | 18575 | Display a list of characters in character set CHARSET. |
| 18773 | This can list both Emacs `official' (ISO standard) charsets and the | ||
| 18774 | characters encoded by various Emacs coding systems which correspond to | ||
| 18775 | PC `codepages' and other coded character sets. See `non-iso-charset-alist'. | ||
| 18776 | 18576 | ||
| 18777 | \(fn CHARSET)" t nil) | 18577 | \(fn CHARSET)" t nil) |
| 18778 | 18578 | ||
| 18779 | (autoload (quote describe-character-set) "mule-diag" "\ | 18579 | (autoload 'describe-character-set "mule-diag" "\ |
| 18780 | Display information about built-in character set CHARSET. | 18580 | Display information about built-in character set CHARSET. |
| 18781 | 18581 | ||
| 18782 | \(fn CHARSET)" t nil) | 18582 | \(fn CHARSET)" t nil) |
| 18783 | 18583 | ||
| 18784 | (autoload (quote describe-coding-system) "mule-diag" "\ | 18584 | (autoload 'describe-coding-system "mule-diag" "\ |
| 18785 | Display information about CODING-SYSTEM. | 18585 | Display information about CODING-SYSTEM. |
| 18786 | 18586 | ||
| 18787 | \(fn CODING-SYSTEM)" t nil) | 18587 | \(fn CODING-SYSTEM)" t nil) |
| 18788 | 18588 | ||
| 18789 | (autoload (quote describe-current-coding-system-briefly) "mule-diag" "\ | 18589 | (autoload 'describe-current-coding-system-briefly "mule-diag" "\ |
| 18790 | Display coding systems currently used in a brief format in echo area. | 18590 | Display coding systems currently used in a brief format in echo area. |
| 18791 | 18591 | ||
| 18792 | The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\", | 18592 | The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\", |
| @@ -18811,12 +18611,12 @@ in place of `..': | |||
| 18811 | 18611 | ||
| 18812 | \(fn)" t nil) | 18612 | \(fn)" t nil) |
| 18813 | 18613 | ||
| 18814 | (autoload (quote describe-current-coding-system) "mule-diag" "\ | 18614 | (autoload 'describe-current-coding-system "mule-diag" "\ |
| 18815 | Display coding systems currently used, in detail. | 18615 | Display coding systems currently used, in detail. |
| 18816 | 18616 | ||
| 18817 | \(fn)" t nil) | 18617 | \(fn)" t nil) |
| 18818 | 18618 | ||
| 18819 | (autoload (quote list-coding-systems) "mule-diag" "\ | 18619 | (autoload 'list-coding-systems "mule-diag" "\ |
| 18820 | Display a list of all coding systems. | 18620 | Display a list of all coding systems. |
| 18821 | This shows the mnemonic letter, name, and description of each coding system. | 18621 | This shows the mnemonic letter, name, and description of each coding system. |
| 18822 | 18622 | ||
| @@ -18825,24 +18625,24 @@ but still contains full information about each coding system. | |||
| 18825 | 18625 | ||
| 18826 | \(fn &optional ARG)" t nil) | 18626 | \(fn &optional ARG)" t nil) |
| 18827 | 18627 | ||
| 18828 | (autoload (quote list-coding-categories) "mule-diag" "\ | 18628 | (autoload 'list-coding-categories "mule-diag" "\ |
| 18829 | Display a list of all coding categories. | 18629 | Display a list of all coding categories. |
| 18830 | 18630 | ||
| 18831 | \(fn)" nil nil) | 18631 | \(fn)" nil nil) |
| 18832 | 18632 | ||
| 18833 | (autoload (quote describe-font) "mule-diag" "\ | 18633 | (autoload 'describe-font "mule-diag" "\ |
| 18834 | Display information about a font whose name is FONTNAME. | 18634 | Display information about a font whose name is FONTNAME. |
| 18835 | The font must be already used by Emacs. | 18635 | The font must be already used by Emacs. |
| 18836 | 18636 | ||
| 18837 | \(fn FONTNAME)" t nil) | 18637 | \(fn FONTNAME)" t nil) |
| 18838 | 18638 | ||
| 18839 | (autoload (quote describe-fontset) "mule-diag" "\ | 18639 | (autoload 'describe-fontset "mule-diag" "\ |
| 18840 | Display information about FONTSET. | 18640 | Display information about FONTSET. |
| 18841 | This shows which font is used for which character(s). | 18641 | This shows which font is used for which character(s). |
| 18842 | 18642 | ||
| 18843 | \(fn FONTSET)" t nil) | 18643 | \(fn FONTSET)" t nil) |
| 18844 | 18644 | ||
| 18845 | (autoload (quote list-fontsets) "mule-diag" "\ | 18645 | (autoload 'list-fontsets "mule-diag" "\ |
| 18846 | Display a list of all fontsets. | 18646 | Display a list of all fontsets. |
| 18847 | This shows the name, size, and style of each fontset. | 18647 | This shows the name, size, and style of each fontset. |
| 18848 | With prefix arg, also list the fonts contained in each fontset; | 18648 | With prefix arg, also list the fonts contained in each fontset; |
| @@ -18850,12 +18650,12 @@ see the function `describe-fontset' for the format of the list. | |||
| 18850 | 18650 | ||
| 18851 | \(fn ARG)" t nil) | 18651 | \(fn ARG)" t nil) |
| 18852 | 18652 | ||
| 18853 | (autoload (quote list-input-methods) "mule-diag" "\ | 18653 | (autoload 'list-input-methods "mule-diag" "\ |
| 18854 | Display information about all input methods. | 18654 | Display information about all input methods. |
| 18855 | 18655 | ||
| 18856 | \(fn)" t nil) | 18656 | \(fn)" t nil) |
| 18857 | 18657 | ||
| 18858 | (autoload (quote mule-diag) "mule-diag" "\ | 18658 | (autoload 'mule-diag "mule-diag" "\ |
| 18859 | Display diagnosis of the multilingual environment (Mule). | 18659 | Display diagnosis of the multilingual environment (Mule). |
| 18860 | 18660 | ||
| 18861 | This shows various information related to the current multilingual | 18661 | This shows various information related to the current multilingual |
| @@ -18865,23 +18665,38 @@ system which uses fontsets). | |||
| 18865 | 18665 | ||
| 18866 | \(fn)" t nil) | 18666 | \(fn)" t nil) |
| 18867 | 18667 | ||
| 18668 | (defvar unicodedata-file nil "\ | ||
| 18669 | Location of UnicodeData file. | ||
| 18670 | This is the UnicodeData.txt file from the Unicode consortium, used for | ||
| 18671 | diagnostics. If it is non-nil `describe-char-after' will print data | ||
| 18672 | looked up from it.") | ||
| 18673 | |||
| 18674 | (custom-autoload 'unicodedata-file "mule-diag" t) | ||
| 18675 | |||
| 18676 | (autoload 'unicode-data "mule-diag" "\ | ||
| 18677 | Return a list of Unicode data for unicode CHAR. | ||
| 18678 | Each element is a list of a property description and the property value. | ||
| 18679 | The list is null if CHAR isn't found in `unicodedata-file'. | ||
| 18680 | |||
| 18681 | \(fn CHAR)" nil nil) | ||
| 18682 | |||
| 18868 | ;;;*** | 18683 | ;;;*** |
| 18869 | 18684 | ||
| 18870 | ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment | 18685 | ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment |
| 18871 | ;;;;;; detect-coding-with-priority coding-system-translation-table-for-encode | 18686 | ;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode |
| 18872 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion | 18687 | ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion |
| 18873 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist | 18688 | ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist |
| 18874 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) | 18689 | ;;;;;; truncate-string-to-width store-substring string-to-sequence) |
| 18875 | ;;;;;; "mule-util" "international/mule-util.el" (18104 24757)) | 18690 | ;;;;;; "mule-util" "international/mule-util.el" (18177 865)) |
| 18876 | ;;; Generated autoloads from international/mule-util.el | 18691 | ;;; Generated autoloads from international/mule-util.el |
| 18877 | 18692 | ||
| 18878 | (autoload (quote string-to-sequence) "mule-util" "\ | 18693 | (autoload 'string-to-sequence "mule-util" "\ |
| 18879 | Convert STRING to a sequence of TYPE which contains characters in STRING. | 18694 | Convert STRING to a sequence of TYPE which contains characters in STRING. |
| 18880 | TYPE should be `list' or `vector'. | 18695 | TYPE should be `list' or `vector'. |
| 18881 | 18696 | ||
| 18882 | \(fn STRING TYPE)" nil nil) | 18697 | \(fn STRING TYPE)" nil nil) |
| 18883 | 18698 | ||
| 18884 | (make-obsolete (quote string-to-sequence) "use `string-to-list' or `string-to-vector'." "22.1") | 18699 | (make-obsolete 'string-to-sequence "use `string-to-list' or `string-to-vector'." "22.1") |
| 18885 | 18700 | ||
| 18886 | (defsubst string-to-list (string) "\ | 18701 | (defsubst string-to-list (string) "\ |
| 18887 | Return a list of characters in STRING." (append string nil)) | 18702 | Return a list of characters in STRING." (append string nil)) |
| @@ -18889,12 +18704,12 @@ Return a list of characters in STRING." (append string nil)) | |||
| 18889 | (defsubst string-to-vector (string) "\ | 18704 | (defsubst string-to-vector (string) "\ |
| 18890 | Return a vector of characters in STRING." (vconcat string)) | 18705 | Return a vector of characters in STRING." (vconcat string)) |
| 18891 | 18706 | ||
| 18892 | (autoload (quote store-substring) "mule-util" "\ | 18707 | (autoload 'store-substring "mule-util" "\ |
| 18893 | Embed OBJ (string or character) at index IDX of STRING. | 18708 | Embed OBJ (string or character) at index IDX of STRING. |
| 18894 | 18709 | ||
| 18895 | \(fn STRING IDX OBJ)" nil nil) | 18710 | \(fn STRING IDX OBJ)" nil nil) |
| 18896 | 18711 | ||
| 18897 | (autoload (quote truncate-string-to-width) "mule-util" "\ | 18712 | (autoload 'truncate-string-to-width "mule-util" "\ |
| 18898 | Truncate string STR to end at column END-COLUMN. | 18713 | Truncate string STR to end at column END-COLUMN. |
| 18899 | The optional 3rd arg START-COLUMN, if non-nil, specifies the starting | 18714 | The optional 3rd arg START-COLUMN, if non-nil, specifies the starting |
| 18900 | column; that means to return the characters occupying columns | 18715 | column; that means to return the characters occupying columns |
| @@ -18931,7 +18746,7 @@ You can use a nested alist to store any Lisp object (ENTRY) for a key | |||
| 18931 | sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ | 18746 | sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ |
| 18932 | can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj)))) | 18747 | can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj)))) |
| 18933 | 18748 | ||
| 18934 | (autoload (quote set-nested-alist) "mule-util" "\ | 18749 | (autoload 'set-nested-alist "mule-util" "\ |
| 18935 | Set ENTRY for KEYSEQ in a nested alist ALIST. | 18750 | Set ENTRY for KEYSEQ in a nested alist ALIST. |
| 18936 | Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ | 18751 | Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ |
| 18937 | is considered. | 18752 | is considered. |
| @@ -18941,7 +18756,7 @@ See the documentation of `nested-alist-p' for more detail. | |||
| 18941 | 18756 | ||
| 18942 | \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil) | 18757 | \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil) |
| 18943 | 18758 | ||
| 18944 | (autoload (quote lookup-nested-alist) "mule-util" "\ | 18759 | (autoload 'lookup-nested-alist "mule-util" "\ |
| 18945 | Look up key sequence KEYSEQ in nested alist ALIST. Return the definition. | 18760 | Look up key sequence KEYSEQ in nested alist ALIST. Return the definition. |
| 18946 | Optional 1st argument LEN specifies the length of KEYSEQ. | 18761 | Optional 1st argument LEN specifies the length of KEYSEQ. |
| 18947 | Optional 2nd argument START specifies index of the starting key. | 18762 | Optional 2nd argument START specifies index of the starting key. |
| @@ -18955,41 +18770,49 @@ Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil | |||
| 18955 | 18770 | ||
| 18956 | \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil) | 18771 | \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil) |
| 18957 | 18772 | ||
| 18958 | (autoload (quote coding-system-post-read-conversion) "mule-util" "\ | 18773 | (autoload 'coding-system-post-read-conversion "mule-util" "\ |
| 18959 | Return the value of CODING-SYSTEM's `post-read-conversion' property. | 18774 | Return the value of CODING-SYSTEM's `post-read-conversion' property. |
| 18960 | 18775 | ||
| 18961 | \(fn CODING-SYSTEM)" nil nil) | 18776 | \(fn CODING-SYSTEM)" nil nil) |
| 18962 | 18777 | ||
| 18963 | (autoload (quote coding-system-pre-write-conversion) "mule-util" "\ | 18778 | (autoload 'coding-system-pre-write-conversion "mule-util" "\ |
| 18964 | Return the value of CODING-SYSTEM's `pre-write-conversion' property. | 18779 | Return the value of CODING-SYSTEM's `pre-write-conversion' property. |
| 18965 | 18780 | ||
| 18966 | \(fn CODING-SYSTEM)" nil nil) | 18781 | \(fn CODING-SYSTEM)" nil nil) |
| 18967 | 18782 | ||
| 18968 | (autoload (quote coding-system-translation-table-for-decode) "mule-util" "\ | 18783 | (autoload 'coding-system-translation-table-for-decode "mule-util" "\ |
| 18969 | Return the value of CODING-SYSTEM's `translation-table-for-decode' property. | 18784 | Return the value of CODING-SYSTEM's `decode-translation-table' property. |
| 18970 | 18785 | ||
| 18971 | \(fn CODING-SYSTEM)" nil nil) | 18786 | \(fn CODING-SYSTEM)" nil nil) |
| 18972 | 18787 | ||
| 18973 | (autoload (quote coding-system-translation-table-for-encode) "mule-util" "\ | 18788 | (autoload 'coding-system-translation-table-for-encode "mule-util" "\ |
| 18974 | Return the value of CODING-SYSTEM's `translation-table-for-encode' property. | 18789 | Return the value of CODING-SYSTEM's `encode-translation-table' property. |
| 18975 | 18790 | ||
| 18976 | \(fn CODING-SYSTEM)" nil nil) | 18791 | \(fn CODING-SYSTEM)" nil nil) |
| 18977 | 18792 | ||
| 18978 | (autoload (quote detect-coding-with-priority) "mule-util" "\ | 18793 | (autoload 'with-coding-priority "mule-util" "\ |
| 18794 | Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list. | ||
| 18795 | CODING-SYSTEMS is a list of coding systems. See | ||
| 18796 | `set-coding-priority'. This affects the implicit sorting of lists of | ||
| 18797 | coding sysems returned by operations such as `find-coding-systems-region'. | ||
| 18798 | |||
| 18799 | \(fn CODING-SYSTEMS &rest BODY)" nil (quote macro)) | ||
| 18800 | |||
| 18801 | (autoload 'detect-coding-with-priority "mule-util" "\ | ||
| 18979 | Detect a coding system of the text between FROM and TO with PRIORITY-LIST. | 18802 | Detect a coding system of the text between FROM and TO with PRIORITY-LIST. |
| 18980 | PRIORITY-LIST is an alist of coding categories vs the corresponding | 18803 | PRIORITY-LIST is an alist of coding categories vs the corresponding |
| 18981 | coding systems ordered by priority. | 18804 | coding systems ordered by priority. |
| 18982 | 18805 | ||
| 18983 | \(fn FROM TO PRIORITY-LIST)" nil (quote macro)) | 18806 | \(fn FROM TO PRIORITY-LIST)" nil (quote macro)) |
| 18984 | 18807 | ||
| 18985 | (autoload (quote detect-coding-with-language-environment) "mule-util" "\ | 18808 | (autoload 'detect-coding-with-language-environment "mule-util" "\ |
| 18986 | Detect a coding system of the text between FROM and TO with LANG-ENV. | 18809 | Detect a coding system for the text between FROM and TO with LANG-ENV. |
| 18987 | The detection takes into account the coding system priorities for the | 18810 | The detection takes into account the coding system priorities for the |
| 18988 | language environment LANG-ENV. | 18811 | language environment LANG-ENV. |
| 18989 | 18812 | ||
| 18990 | \(fn FROM TO LANG-ENV)" nil nil) | 18813 | \(fn FROM TO LANG-ENV)" nil nil) |
| 18991 | 18814 | ||
| 18992 | (autoload (quote char-displayable-p) "mule-util" "\ | 18815 | (autoload 'char-displayable-p "mule-util" "\ |
| 18993 | Return non-nil if we should be able to display CHAR. | 18816 | Return non-nil if we should be able to display CHAR. |
| 18994 | On a multi-font display, the test is only whether there is an | 18817 | On a multi-font display, the test is only whether there is an |
| 18995 | appropriate font from the selected frame's fontset to display CHAR's | 18818 | appropriate font from the selected frame's fontset to display CHAR's |
| @@ -19001,7 +18824,7 @@ basis, this may not be accurate. | |||
| 19001 | ;;;*** | 18824 | ;;;*** |
| 19002 | 18825 | ||
| 19003 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 18826 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 19004 | ;;;;;; (18104 24738)) | 18827 | ;;;;;; (18177 869)) |
| 19005 | ;;; Generated autoloads from mwheel.el | 18828 | ;;; Generated autoloads from mwheel.el |
| 19006 | 18829 | ||
| 19007 | (defvar mouse-wheel-mode nil "\ | 18830 | (defvar mouse-wheel-mode nil "\ |
| @@ -19011,16 +18834,16 @@ Setting this variable directly does not take effect; | |||
| 19011 | either customize it (see the info node `Easy Customization') | 18834 | either customize it (see the info node `Easy Customization') |
| 19012 | or call the function `mouse-wheel-mode'.") | 18835 | or call the function `mouse-wheel-mode'.") |
| 19013 | 18836 | ||
| 19014 | (custom-autoload (quote mouse-wheel-mode) "mwheel" nil) | 18837 | (custom-autoload 'mouse-wheel-mode "mwheel" nil) |
| 19015 | 18838 | ||
| 19016 | (autoload (quote mouse-wheel-mode) "mwheel" "\ | 18839 | (autoload 'mouse-wheel-mode "mwheel" "\ |
| 19017 | Toggle mouse wheel support. | 18840 | Toggle mouse wheel support. |
| 19018 | With prefix argument ARG, turn on if positive, otherwise off. | 18841 | With prefix argument ARG, turn on if positive, otherwise off. |
| 19019 | Return non-nil if the new state is enabled. | 18842 | Return non-nil if the new state is enabled. |
| 19020 | 18843 | ||
| 19021 | \(fn &optional ARG)" t nil) | 18844 | \(fn &optional ARG)" t nil) |
| 19022 | 18845 | ||
| 19023 | (autoload (quote mwheel-install) "mwheel" "\ | 18846 | (autoload 'mwheel-install "mwheel" "\ |
| 19024 | Enable mouse wheel support. | 18847 | Enable mouse wheel support. |
| 19025 | 18848 | ||
| 19026 | \(fn &optional UNINSTALL)" nil nil) | 18849 | \(fn &optional UNINSTALL)" nil nil) |
| @@ -19030,91 +18853,91 @@ Enable mouse wheel support. | |||
| 19030 | ;;;### (autoloads (network-connection network-connection-to-service | 18853 | ;;;### (autoloads (network-connection network-connection-to-service |
| 19031 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host | 18854 | ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host |
| 19032 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) | 18855 | ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute) |
| 19033 | ;;;;;; "net-utils" "net/net-utils.el" (18104 24760)) | 18856 | ;;;;;; "net-utils" "net/net-utils.el" (18177 869)) |
| 19034 | ;;; Generated autoloads from net/net-utils.el | 18857 | ;;; Generated autoloads from net/net-utils.el |
| 19035 | 18858 | ||
| 19036 | (autoload (quote traceroute) "net-utils" "\ | 18859 | (autoload 'traceroute "net-utils" "\ |
| 19037 | Run traceroute program for TARGET. | 18860 | Run traceroute program for TARGET. |
| 19038 | 18861 | ||
| 19039 | \(fn TARGET)" t nil) | 18862 | \(fn TARGET)" t nil) |
| 19040 | 18863 | ||
| 19041 | (autoload (quote ping) "net-utils" "\ | 18864 | (autoload 'ping "net-utils" "\ |
| 19042 | Ping HOST. | 18865 | Ping HOST. |
| 19043 | If your system's ping continues until interrupted, you can try setting | 18866 | If your system's ping continues until interrupted, you can try setting |
| 19044 | `ping-program-options'. | 18867 | `ping-program-options'. |
| 19045 | 18868 | ||
| 19046 | \(fn HOST)" t nil) | 18869 | \(fn HOST)" t nil) |
| 19047 | 18870 | ||
| 19048 | (autoload (quote ipconfig) "net-utils" "\ | 18871 | (autoload 'ipconfig "net-utils" "\ |
| 19049 | Run ipconfig program. | 18872 | Run ipconfig program. |
| 19050 | 18873 | ||
| 19051 | \(fn)" t nil) | 18874 | \(fn)" t nil) |
| 19052 | 18875 | ||
| 19053 | (defalias (quote ifconfig) (quote ipconfig)) | 18876 | (defalias 'ifconfig 'ipconfig) |
| 19054 | 18877 | ||
| 19055 | (autoload (quote netstat) "net-utils" "\ | 18878 | (autoload 'netstat "net-utils" "\ |
| 19056 | Run netstat program. | 18879 | Run netstat program. |
| 19057 | 18880 | ||
| 19058 | \(fn)" t nil) | 18881 | \(fn)" t nil) |
| 19059 | 18882 | ||
| 19060 | (autoload (quote arp) "net-utils" "\ | 18883 | (autoload 'arp "net-utils" "\ |
| 19061 | Run the arp program. | 18884 | Run the arp program. |
| 19062 | 18885 | ||
| 19063 | \(fn)" t nil) | 18886 | \(fn)" t nil) |
| 19064 | 18887 | ||
| 19065 | (autoload (quote route) "net-utils" "\ | 18888 | (autoload 'route "net-utils" "\ |
| 19066 | Run the route program. | 18889 | Run the route program. |
| 19067 | 18890 | ||
| 19068 | \(fn)" t nil) | 18891 | \(fn)" t nil) |
| 19069 | 18892 | ||
| 19070 | (autoload (quote nslookup-host) "net-utils" "\ | 18893 | (autoload 'nslookup-host "net-utils" "\ |
| 19071 | Lookup the DNS information for HOST. | 18894 | Lookup the DNS information for HOST. |
| 19072 | 18895 | ||
| 19073 | \(fn HOST)" t nil) | 18896 | \(fn HOST)" t nil) |
| 19074 | 18897 | ||
| 19075 | (autoload (quote nslookup) "net-utils" "\ | 18898 | (autoload 'nslookup "net-utils" "\ |
| 19076 | Run nslookup program. | 18899 | Run nslookup program. |
| 19077 | 18900 | ||
| 19078 | \(fn)" t nil) | 18901 | \(fn)" t nil) |
| 19079 | 18902 | ||
| 19080 | (autoload (quote dns-lookup-host) "net-utils" "\ | 18903 | (autoload 'dns-lookup-host "net-utils" "\ |
| 19081 | Lookup the DNS information for HOST (name or IP address). | 18904 | Lookup the DNS information for HOST (name or IP address). |
| 19082 | 18905 | ||
| 19083 | \(fn HOST)" t nil) | 18906 | \(fn HOST)" t nil) |
| 19084 | 18907 | ||
| 19085 | (autoload (quote run-dig) "net-utils" "\ | 18908 | (autoload 'run-dig "net-utils" "\ |
| 19086 | Run dig program. | 18909 | Run dig program. |
| 19087 | 18910 | ||
| 19088 | \(fn HOST)" t nil) | 18911 | \(fn HOST)" t nil) |
| 19089 | 18912 | ||
| 19090 | (autoload (quote ftp) "net-utils" "\ | 18913 | (autoload 'ftp "net-utils" "\ |
| 19091 | Run ftp program. | 18914 | Run ftp program. |
| 19092 | 18915 | ||
| 19093 | \(fn HOST)" t nil) | 18916 | \(fn HOST)" t nil) |
| 19094 | 18917 | ||
| 19095 | (autoload (quote finger) "net-utils" "\ | 18918 | (autoload 'finger "net-utils" "\ |
| 19096 | Finger USER on HOST. | 18919 | Finger USER on HOST. |
| 19097 | 18920 | ||
| 19098 | \(fn USER HOST)" t nil) | 18921 | \(fn USER HOST)" t nil) |
| 19099 | 18922 | ||
| 19100 | (autoload (quote whois) "net-utils" "\ | 18923 | (autoload 'whois "net-utils" "\ |
| 19101 | Send SEARCH-STRING to server defined by the `whois-server-name' variable. | 18924 | Send SEARCH-STRING to server defined by the `whois-server-name' variable. |
| 19102 | If `whois-guess-server' is non-nil, then try to deduce the correct server | 18925 | If `whois-guess-server' is non-nil, then try to deduce the correct server |
| 19103 | from SEARCH-STRING. With argument, prompt for whois server. | 18926 | from SEARCH-STRING. With argument, prompt for whois server. |
| 19104 | 18927 | ||
| 19105 | \(fn ARG SEARCH-STRING)" t nil) | 18928 | \(fn ARG SEARCH-STRING)" t nil) |
| 19106 | 18929 | ||
| 19107 | (autoload (quote whois-reverse-lookup) "net-utils" "\ | 18930 | (autoload 'whois-reverse-lookup "net-utils" "\ |
| 19108 | Not documented | 18931 | Not documented |
| 19109 | 18932 | ||
| 19110 | \(fn)" t nil) | 18933 | \(fn)" t nil) |
| 19111 | 18934 | ||
| 19112 | (autoload (quote network-connection-to-service) "net-utils" "\ | 18935 | (autoload 'network-connection-to-service "net-utils" "\ |
| 19113 | Open a network connection to SERVICE on HOST. | 18936 | Open a network connection to SERVICE on HOST. |
| 19114 | 18937 | ||
| 19115 | \(fn HOST SERVICE)" t nil) | 18938 | \(fn HOST SERVICE)" t nil) |
| 19116 | 18939 | ||
| 19117 | (autoload (quote network-connection) "net-utils" "\ | 18940 | (autoload 'network-connection "net-utils" "\ |
| 19118 | Open a network connection to HOST on PORT. | 18941 | Open a network connection to HOST on PORT. |
| 19119 | 18942 | ||
| 19120 | \(fn HOST PORT)" t nil) | 18943 | \(fn HOST PORT)" t nil) |
| @@ -19126,18 +18949,18 @@ Open a network connection to HOST on PORT. | |||
| 19126 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | 18949 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent |
| 19127 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line | 18950 | ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line |
| 19128 | ;;;;;; comment-padding comment-style comment-column) "newcomment" | 18951 | ;;;;;; comment-padding comment-style comment-column) "newcomment" |
| 19129 | ;;;;;; "newcomment.el" (18104 24738)) | 18952 | ;;;;;; "newcomment.el" (18190 35203)) |
| 19130 | ;;; Generated autoloads from newcomment.el | 18953 | ;;; Generated autoloads from newcomment.el |
| 19131 | 18954 | ||
| 19132 | (defalias (quote indent-for-comment) (quote comment-indent)) | 18955 | (defalias 'indent-for-comment 'comment-indent) |
| 19133 | 18956 | ||
| 19134 | (defalias (quote set-comment-column) (quote comment-set-column)) | 18957 | (defalias 'set-comment-column 'comment-set-column) |
| 19135 | 18958 | ||
| 19136 | (defalias (quote kill-comment) (quote comment-kill)) | 18959 | (defalias 'kill-comment 'comment-kill) |
| 19137 | 18960 | ||
| 19138 | (defalias (quote indent-new-comment-line) (quote comment-indent-new-line)) | 18961 | (defalias 'indent-new-comment-line 'comment-indent-new-line) |
| 19139 | 18962 | ||
| 19140 | (defvar comment-use-syntax (quote undecided) "\ | 18963 | (defvar comment-use-syntax 'undecided "\ |
| 19141 | Non-nil if syntax-tables can be used instead of regexps. | 18964 | Non-nil if syntax-tables can be used instead of regexps. |
| 19142 | Can also be `undecided' which means that a somewhat expensive test will | 18965 | Can also be `undecided' which means that a somewhat expensive test will |
| 19143 | be used to try to determine whether syntax-tables should be trusted | 18966 | be used to try to determine whether syntax-tables should be trusted |
| @@ -19151,7 +18974,7 @@ can set the value for a particular mode using that mode's hook. | |||
| 19151 | Comments might be indented to a different value in order not to go beyond | 18974 | Comments might be indented to a different value in order not to go beyond |
| 19152 | `comment-fill-column' or in order to align them with surrounding comments.") | 18975 | `comment-fill-column' or in order to align them with surrounding comments.") |
| 19153 | 18976 | ||
| 19154 | (custom-autoload (quote comment-column) "newcomment" t) | 18977 | (custom-autoload 'comment-column "newcomment" t) |
| 19155 | (put 'comment-column 'safe-local-variable 'integerp) | 18978 | (put 'comment-column 'safe-local-variable 'integerp) |
| 19156 | 18979 | ||
| 19157 | (defvar comment-start nil "\ | 18980 | (defvar comment-start nil "\ |
| @@ -19173,7 +18996,7 @@ Regexp to match the end of a comment plus everything up to its body.") | |||
| 19173 | Should be an empty string if comments are terminated by end-of-line.") | 18996 | Should be an empty string if comments are terminated by end-of-line.") |
| 19174 | (put 'comment-end 'safe-local-variable 'string-or-null-p) | 18997 | (put 'comment-end 'safe-local-variable 'string-or-null-p) |
| 19175 | 18998 | ||
| 19176 | (defvar comment-indent-function (quote comment-indent-default) "\ | 18999 | (defvar comment-indent-function 'comment-indent-default "\ |
| 19177 | Function to compute desired indentation for a comment. | 19000 | Function to compute desired indentation for a comment. |
| 19178 | This function is called with no args with point at the beginning of | 19001 | This function is called with no args with point at the beginning of |
| 19179 | the comment's starting delimiter and should return either the desired | 19002 | the comment's starting delimiter and should return either the desired |
| @@ -19187,11 +19010,11 @@ The function has no args. | |||
| 19187 | Applicable at least in modes for languages like fixed-format Fortran where | 19010 | Applicable at least in modes for languages like fixed-format Fortran where |
| 19188 | comments always start in column zero.") | 19011 | comments always start in column zero.") |
| 19189 | 19012 | ||
| 19190 | (defvar comment-style (quote plain) "\ | 19013 | (defvar comment-style 'plain "\ |
| 19191 | Style to be used for `comment-region'. | 19014 | Style to be used for `comment-region'. |
| 19192 | See `comment-styles' for a list of available styles.") | 19015 | See `comment-styles' for a list of available styles.") |
| 19193 | 19016 | ||
| 19194 | (custom-autoload (quote comment-style) "newcomment" t) | 19017 | (custom-autoload 'comment-style "newcomment" t) |
| 19195 | 19018 | ||
| 19196 | (defvar comment-padding " " "\ | 19019 | (defvar comment-padding " " "\ |
| 19197 | Padding string that `comment-region' puts between comment chars and text. | 19020 | Padding string that `comment-region' puts between comment chars and text. |
| @@ -19201,7 +19024,7 @@ of the corresponding number of spaces. | |||
| 19201 | Extra spacing between the comment characters and the comment text | 19024 | Extra spacing between the comment characters and the comment text |
| 19202 | makes the comment easier to read. Default is 1. nil means 0.") | 19025 | makes the comment easier to read. Default is 1. nil means 0.") |
| 19203 | 19026 | ||
| 19204 | (custom-autoload (quote comment-padding) "newcomment" t) | 19027 | (custom-autoload 'comment-padding "newcomment" t) |
| 19205 | 19028 | ||
| 19206 | (defvar comment-multi-line nil "\ | 19029 | (defvar comment-multi-line nil "\ |
| 19207 | Non-nil means `comment-indent-new-line' continues comments. | 19030 | Non-nil means `comment-indent-new-line' continues comments. |
| @@ -19212,9 +19035,9 @@ customize this variable. | |||
| 19212 | It also affects \\[indent-new-comment-line]. However, if you want this | 19035 | It also affects \\[indent-new-comment-line]. However, if you want this |
| 19213 | behavior for explicit filling, you might as well use \\[newline-and-indent].") | 19036 | behavior for explicit filling, you might as well use \\[newline-and-indent].") |
| 19214 | 19037 | ||
| 19215 | (custom-autoload (quote comment-multi-line) "newcomment" t) | 19038 | (custom-autoload 'comment-multi-line "newcomment" t) |
| 19216 | 19039 | ||
| 19217 | (autoload (quote comment-normalize-vars) "newcomment" "\ | 19040 | (autoload 'comment-normalize-vars "newcomment" "\ |
| 19218 | Check and setup the variables needed by other commenting functions. | 19041 | Check and setup the variables needed by other commenting functions. |
| 19219 | Functions autoloaded from newcomment.el, being entry points, should call | 19042 | Functions autoloaded from newcomment.el, being entry points, should call |
| 19220 | this function before any other, so the rest of the code can assume that | 19043 | this function before any other, so the rest of the code can assume that |
| @@ -19222,18 +19045,18 @@ the variables are properly set. | |||
| 19222 | 19045 | ||
| 19223 | \(fn &optional NOERROR)" nil nil) | 19046 | \(fn &optional NOERROR)" nil nil) |
| 19224 | 19047 | ||
| 19225 | (autoload (quote comment-indent-default) "newcomment" "\ | 19048 | (autoload 'comment-indent-default "newcomment" "\ |
| 19226 | Default for `comment-indent-function'. | 19049 | Default for `comment-indent-function'. |
| 19227 | 19050 | ||
| 19228 | \(fn)" nil nil) | 19051 | \(fn)" nil nil) |
| 19229 | 19052 | ||
| 19230 | (autoload (quote comment-indent) "newcomment" "\ | 19053 | (autoload 'comment-indent "newcomment" "\ |
| 19231 | Indent this line's comment to `comment-column', or insert an empty comment. | 19054 | Indent this line's comment to `comment-column', or insert an empty comment. |
| 19232 | If CONTINUE is non-nil, use the `comment-continue' markers if any. | 19055 | If CONTINUE is non-nil, use the `comment-continue' markers if any. |
| 19233 | 19056 | ||
| 19234 | \(fn &optional CONTINUE)" t nil) | 19057 | \(fn &optional CONTINUE)" t nil) |
| 19235 | 19058 | ||
| 19236 | (autoload (quote comment-set-column) "newcomment" "\ | 19059 | (autoload 'comment-set-column "newcomment" "\ |
| 19237 | Set the comment column based on point. | 19060 | Set the comment column based on point. |
| 19238 | With no ARG, set the comment column to the current column. | 19061 | With no ARG, set the comment column to the current column. |
| 19239 | With just minus as arg, kill any comment on this line. | 19062 | With just minus as arg, kill any comment on this line. |
| @@ -19242,20 +19065,20 @@ With any other arg, set comment column to indentation of the previous comment | |||
| 19242 | 19065 | ||
| 19243 | \(fn ARG)" t nil) | 19066 | \(fn ARG)" t nil) |
| 19244 | 19067 | ||
| 19245 | (autoload (quote comment-kill) "newcomment" "\ | 19068 | (autoload 'comment-kill "newcomment" "\ |
| 19246 | Kill the comment on this line, if any. | 19069 | Kill the comment on this line, if any. |
| 19247 | With prefix ARG, kill comments on that many lines starting with this one. | 19070 | With prefix ARG, kill comments on that many lines starting with this one. |
| 19248 | 19071 | ||
| 19249 | \(fn ARG)" t nil) | 19072 | \(fn ARG)" t nil) |
| 19250 | 19073 | ||
| 19251 | (autoload (quote uncomment-region) "newcomment" "\ | 19074 | (autoload 'uncomment-region "newcomment" "\ |
| 19252 | Uncomment each line in the BEG .. END region. | 19075 | Uncomment each line in the BEG .. END region. |
| 19253 | The numeric prefix ARG can specify a number of chars to remove from the | 19076 | The numeric prefix ARG can specify a number of chars to remove from the |
| 19254 | comment markers. | 19077 | comment markers. |
| 19255 | 19078 | ||
| 19256 | \(fn BEG END &optional ARG)" t nil) | 19079 | \(fn BEG END &optional ARG)" t nil) |
| 19257 | 19080 | ||
| 19258 | (autoload (quote comment-region) "newcomment" "\ | 19081 | (autoload 'comment-region "newcomment" "\ |
| 19259 | Comment or uncomment each line in the region. | 19082 | Comment or uncomment each line in the region. |
| 19260 | With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END. | 19083 | With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END. |
| 19261 | Numeric prefix ARG means use ARG comment characters. | 19084 | Numeric prefix ARG means use ARG comment characters. |
| @@ -19269,21 +19092,21 @@ The strings used as comment starts are built from | |||
| 19269 | 19092 | ||
| 19270 | \(fn BEG END &optional ARG)" t nil) | 19093 | \(fn BEG END &optional ARG)" t nil) |
| 19271 | 19094 | ||
| 19272 | (autoload (quote comment-box) "newcomment" "\ | 19095 | (autoload 'comment-box "newcomment" "\ |
| 19273 | Comment out the BEG .. END region, putting it inside a box. | 19096 | Comment out the BEG .. END region, putting it inside a box. |
| 19274 | The numeric prefix ARG specifies how many characters to add to begin- and | 19097 | The numeric prefix ARG specifies how many characters to add to begin- and |
| 19275 | end- comment markers additionally to what `comment-add' already specifies. | 19098 | end- comment markers additionally to what `comment-add' already specifies. |
| 19276 | 19099 | ||
| 19277 | \(fn BEG END &optional ARG)" t nil) | 19100 | \(fn BEG END &optional ARG)" t nil) |
| 19278 | 19101 | ||
| 19279 | (autoload (quote comment-or-uncomment-region) "newcomment" "\ | 19102 | (autoload 'comment-or-uncomment-region "newcomment" "\ |
| 19280 | Call `comment-region', unless the region only consists of comments, | 19103 | Call `comment-region', unless the region only consists of comments, |
| 19281 | in which case call `uncomment-region'. If a prefix arg is given, it | 19104 | in which case call `uncomment-region'. If a prefix arg is given, it |
| 19282 | is passed on to the respective function. | 19105 | is passed on to the respective function. |
| 19283 | 19106 | ||
| 19284 | \(fn BEG END &optional ARG)" t nil) | 19107 | \(fn BEG END &optional ARG)" t nil) |
| 19285 | 19108 | ||
| 19286 | (autoload (quote comment-dwim) "newcomment" "\ | 19109 | (autoload 'comment-dwim "newcomment" "\ |
| 19287 | Call the comment command you want (Do What I Mean). | 19110 | Call the comment command you want (Do What I Mean). |
| 19288 | If the region is active and `transient-mark-mode' is on, call | 19111 | If the region is active and `transient-mark-mode' is on, call |
| 19289 | `comment-region' (unless it only consists of comments, in which | 19112 | `comment-region' (unless it only consists of comments, in which |
| @@ -19299,9 +19122,9 @@ You can configure `comment-style' to change the way regions are commented. | |||
| 19299 | Non-nil means to only auto-fill inside comments. | 19122 | Non-nil means to only auto-fill inside comments. |
| 19300 | This has no effect in modes that do not define a comment syntax.") | 19123 | This has no effect in modes that do not define a comment syntax.") |
| 19301 | 19124 | ||
| 19302 | (custom-autoload (quote comment-auto-fill-only-comments) "newcomment" t) | 19125 | (custom-autoload 'comment-auto-fill-only-comments "newcomment" t) |
| 19303 | 19126 | ||
| 19304 | (autoload (quote comment-indent-new-line) "newcomment" "\ | 19127 | (autoload 'comment-indent-new-line "newcomment" "\ |
| 19305 | Break line at point and indent, continuing comment if within one. | 19128 | Break line at point and indent, continuing comment if within one. |
| 19306 | This indents the body of the continued comment | 19129 | This indents the body of the continued comment |
| 19307 | under the previous comment line. | 19130 | under the previous comment line. |
| @@ -19322,17 +19145,17 @@ unless optional argument SOFT is non-nil. | |||
| 19322 | 19145 | ||
| 19323 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start | 19146 | ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start |
| 19324 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" | 19147 | ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker" |
| 19325 | ;;;;;; "net/newsticker.el" (18104 24760)) | 19148 | ;;;;;; "net/newsticker.el" (18177 869)) |
| 19326 | ;;; Generated autoloads from net/newsticker.el | 19149 | ;;; Generated autoloads from net/newsticker.el |
| 19327 | 19150 | ||
| 19328 | (autoload (quote newsticker-running-p) "newsticker" "\ | 19151 | (autoload 'newsticker-running-p "newsticker" "\ |
| 19329 | Check whether newsticker is running. | 19152 | Check whether newsticker is running. |
| 19330 | Return t if newsticker is running, nil otherwise. Newsticker is | 19153 | Return t if newsticker is running, nil otherwise. Newsticker is |
| 19331 | considered to be running if the newsticker timer list is not empty. | 19154 | considered to be running if the newsticker timer list is not empty. |
| 19332 | 19155 | ||
| 19333 | \(fn)" nil nil) | 19156 | \(fn)" nil nil) |
| 19334 | 19157 | ||
| 19335 | (autoload (quote newsticker-ticker-running-p) "newsticker" "\ | 19158 | (autoload 'newsticker-ticker-running-p "newsticker" "\ |
| 19336 | Check whether newsticker's actual ticker is running. | 19159 | Check whether newsticker's actual ticker is running. |
| 19337 | Return t if ticker is running, nil otherwise. Newsticker is | 19160 | Return t if ticker is running, nil otherwise. Newsticker is |
| 19338 | considered to be running if the newsticker timer list is not | 19161 | considered to be running if the newsticker timer list is not |
| @@ -19340,7 +19163,7 @@ empty. | |||
| 19340 | 19163 | ||
| 19341 | \(fn)" nil nil) | 19164 | \(fn)" nil nil) |
| 19342 | 19165 | ||
| 19343 | (autoload (quote newsticker-start) "newsticker" "\ | 19166 | (autoload 'newsticker-start "newsticker" "\ |
| 19344 | Start the newsticker. | 19167 | Start the newsticker. |
| 19345 | Start the timers for display and retrieval. If the newsticker, i.e. the | 19168 | Start the timers for display and retrieval. If the newsticker, i.e. the |
| 19346 | timers, are running already a warning message is printed unless | 19169 | timers, are running already a warning message is printed unless |
| @@ -19349,14 +19172,14 @@ Run `newsticker-start-hook' if newsticker was not running already. | |||
| 19349 | 19172 | ||
| 19350 | \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil) | 19173 | \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil) |
| 19351 | 19174 | ||
| 19352 | (autoload (quote newsticker-start-ticker) "newsticker" "\ | 19175 | (autoload 'newsticker-start-ticker "newsticker" "\ |
| 19353 | Start newsticker's ticker (but not the news retrieval). | 19176 | Start newsticker's ticker (but not the news retrieval). |
| 19354 | Start display timer for the actual ticker if wanted and not | 19177 | Start display timer for the actual ticker if wanted and not |
| 19355 | running already. | 19178 | running already. |
| 19356 | 19179 | ||
| 19357 | \(fn)" t nil) | 19180 | \(fn)" t nil) |
| 19358 | 19181 | ||
| 19359 | (autoload (quote newsticker-show-news) "newsticker" "\ | 19182 | (autoload 'newsticker-show-news "newsticker" "\ |
| 19360 | Switch to newsticker buffer. You may want to bind this to a key. | 19183 | Switch to newsticker buffer. You may want to bind this to a key. |
| 19361 | 19184 | ||
| 19362 | \(fn)" t nil) | 19185 | \(fn)" t nil) |
| @@ -19364,21 +19187,21 @@ Switch to newsticker buffer. You may want to bind this to a key. | |||
| 19364 | ;;;*** | 19187 | ;;;*** |
| 19365 | 19188 | ||
| 19366 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" | 19189 | ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" |
| 19367 | ;;;;;; (18104 24753)) | 19190 | ;;;;;; (18177 862)) |
| 19368 | ;;; Generated autoloads from gnus/nndiary.el | 19191 | ;;; Generated autoloads from gnus/nndiary.el |
| 19369 | 19192 | ||
| 19370 | (autoload (quote nndiary-generate-nov-databases) "nndiary" "\ | 19193 | (autoload 'nndiary-generate-nov-databases "nndiary" "\ |
| 19371 | Generate NOV databases in all nndiary directories. | 19194 | Generate NOV databases in all nndiary directories. |
| 19372 | 19195 | ||
| 19373 | \(fn &optional SERVER)" t nil) | 19196 | \(fn &optional SERVER)" t nil) |
| 19374 | 19197 | ||
| 19375 | ;;;*** | 19198 | ;;;*** |
| 19376 | 19199 | ||
| 19377 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18104 | 19200 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18177 |
| 19378 | ;;;;;; 24753)) | 19201 | ;;;;;; 862)) |
| 19379 | ;;; Generated autoloads from gnus/nndoc.el | 19202 | ;;; Generated autoloads from gnus/nndoc.el |
| 19380 | 19203 | ||
| 19381 | (autoload (quote nndoc-add-type) "nndoc" "\ | 19204 | (autoload 'nndoc-add-type "nndoc" "\ |
| 19382 | Add document DEFINITION to the list of nndoc document definitions. | 19205 | Add document DEFINITION to the list of nndoc document definitions. |
| 19383 | If POSITION is nil or `last', the definition will be added | 19206 | If POSITION is nil or `last', the definition will be added |
| 19384 | as the last checked definition, if t or `first', add as the | 19207 | as the last checked definition, if t or `first', add as the |
| @@ -19390,10 +19213,10 @@ symbol in the alist. | |||
| 19390 | ;;;*** | 19213 | ;;;*** |
| 19391 | 19214 | ||
| 19392 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 19215 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 19393 | ;;;;;; (18104 24753)) | 19216 | ;;;;;; (18177 862)) |
| 19394 | ;;; Generated autoloads from gnus/nnfolder.el | 19217 | ;;; Generated autoloads from gnus/nnfolder.el |
| 19395 | 19218 | ||
| 19396 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 19219 | (autoload 'nnfolder-generate-active-file "nnfolder" "\ |
| 19397 | Look for mbox folders in the nnfolder directory and make them into groups. | 19220 | Look for mbox folders in the nnfolder directory and make them into groups. |
| 19398 | This command does not work if you use short group names. | 19221 | This command does not work if you use short group names. |
| 19399 | 19222 | ||
| @@ -19402,10 +19225,10 @@ This command does not work if you use short group names. | |||
| 19402 | ;;;*** | 19225 | ;;;*** |
| 19403 | 19226 | ||
| 19404 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" | 19227 | ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" |
| 19405 | ;;;;;; (18104 24753)) | 19228 | ;;;;;; (18177 862)) |
| 19406 | ;;; Generated autoloads from gnus/nnkiboze.el | 19229 | ;;; Generated autoloads from gnus/nnkiboze.el |
| 19407 | 19230 | ||
| 19408 | (autoload (quote nnkiboze-generate-groups) "nnkiboze" "\ | 19231 | (autoload 'nnkiboze-generate-groups "nnkiboze" "\ |
| 19409 | \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\". | 19232 | \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\". |
| 19410 | Finds out what articles are to be part of the nnkiboze groups. | 19233 | Finds out what articles are to be part of the nnkiboze groups. |
| 19411 | 19234 | ||
| @@ -19414,10 +19237,10 @@ Finds out what articles are to be part of the nnkiboze groups. | |||
| 19414 | ;;;*** | 19237 | ;;;*** |
| 19415 | 19238 | ||
| 19416 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" | 19239 | ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" |
| 19417 | ;;;;;; (18104 24754)) | 19240 | ;;;;;; (18177 862)) |
| 19418 | ;;; Generated autoloads from gnus/nnml.el | 19241 | ;;; Generated autoloads from gnus/nnml.el |
| 19419 | 19242 | ||
| 19420 | (autoload (quote nnml-generate-nov-databases) "nnml" "\ | 19243 | (autoload 'nnml-generate-nov-databases "nnml" "\ |
| 19421 | Generate NOV databases in all nnml directories. | 19244 | Generate NOV databases in all nnml directories. |
| 19422 | 19245 | ||
| 19423 | \(fn &optional SERVER)" t nil) | 19246 | \(fn &optional SERVER)" t nil) |
| @@ -19425,20 +19248,20 @@ Generate NOV databases in all nnml directories. | |||
| 19425 | ;;;*** | 19248 | ;;;*** |
| 19426 | 19249 | ||
| 19427 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) | 19250 | ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) |
| 19428 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (18104 24754)) | 19251 | ;;;;;; "nnsoup" "gnus/nnsoup.el" (18177 862)) |
| 19429 | ;;; Generated autoloads from gnus/nnsoup.el | 19252 | ;;; Generated autoloads from gnus/nnsoup.el |
| 19430 | 19253 | ||
| 19431 | (autoload (quote nnsoup-pack-replies) "nnsoup" "\ | 19254 | (autoload 'nnsoup-pack-replies "nnsoup" "\ |
| 19432 | Make an outbound package of SOUP replies. | 19255 | Make an outbound package of SOUP replies. |
| 19433 | 19256 | ||
| 19434 | \(fn)" t nil) | 19257 | \(fn)" t nil) |
| 19435 | 19258 | ||
| 19436 | (autoload (quote nnsoup-set-variables) "nnsoup" "\ | 19259 | (autoload 'nnsoup-set-variables "nnsoup" "\ |
| 19437 | Use the SOUP methods for posting news and mailing mail. | 19260 | Use the SOUP methods for posting news and mailing mail. |
| 19438 | 19261 | ||
| 19439 | \(fn)" t nil) | 19262 | \(fn)" t nil) |
| 19440 | 19263 | ||
| 19441 | (autoload (quote nnsoup-revert-variables) "nnsoup" "\ | 19264 | (autoload 'nnsoup-revert-variables "nnsoup" "\ |
| 19442 | Revert posting and mailing methods to the standard Emacs methods. | 19265 | Revert posting and mailing methods to the standard Emacs methods. |
| 19443 | 19266 | ||
| 19444 | \(fn)" t nil) | 19267 | \(fn)" t nil) |
| @@ -19446,21 +19269,21 @@ Revert posting and mailing methods to the standard Emacs methods. | |||
| 19446 | ;;;*** | 19269 | ;;;*** |
| 19447 | 19270 | ||
| 19448 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 19271 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 19449 | ;;;;;; "novice" "novice.el" (18104 24738)) | 19272 | ;;;;;; "novice" "novice.el" (18177 870)) |
| 19450 | ;;; Generated autoloads from novice.el | 19273 | ;;; Generated autoloads from novice.el |
| 19451 | 19274 | ||
| 19452 | (defvar disabled-command-function (quote disabled-command-function) "\ | 19275 | (defvar disabled-command-function 'disabled-command-function "\ |
| 19453 | Function to call to handle disabled commands. | 19276 | Function to call to handle disabled commands. |
| 19454 | If nil, the feature is disabled, i.e., all commands work normally.") | 19277 | If nil, the feature is disabled, i.e., all commands work normally.") |
| 19455 | 19278 | ||
| 19456 | (define-obsolete-variable-alias (quote disabled-command-hook) (quote disabled-command-function) "22.1") | 19279 | (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") |
| 19457 | 19280 | ||
| 19458 | (autoload (quote disabled-command-function) "novice" "\ | 19281 | (autoload 'disabled-command-function "novice" "\ |
| 19459 | Not documented | 19282 | Not documented |
| 19460 | 19283 | ||
| 19461 | \(fn &rest IGNORE)" nil nil) | 19284 | \(fn &rest IGNORE)" nil nil) |
| 19462 | 19285 | ||
| 19463 | (autoload (quote enable-command) "novice" "\ | 19286 | (autoload 'enable-command "novice" "\ |
| 19464 | Allow COMMAND to be executed without special confirmation from now on. | 19287 | Allow COMMAND to be executed without special confirmation from now on. |
| 19465 | COMMAND must be a symbol. | 19288 | COMMAND must be a symbol. |
| 19466 | This command alters the user's .emacs file so that this will apply | 19289 | This command alters the user's .emacs file so that this will apply |
| @@ -19468,7 +19291,7 @@ to future sessions. | |||
| 19468 | 19291 | ||
| 19469 | \(fn COMMAND)" t nil) | 19292 | \(fn COMMAND)" t nil) |
| 19470 | 19293 | ||
| 19471 | (autoload (quote disable-command) "novice" "\ | 19294 | (autoload 'disable-command "novice" "\ |
| 19472 | Require special confirmation to execute COMMAND from now on. | 19295 | Require special confirmation to execute COMMAND from now on. |
| 19473 | COMMAND must be a symbol. | 19296 | COMMAND must be a symbol. |
| 19474 | This command alters the user's .emacs file so that this will apply | 19297 | This command alters the user's .emacs file so that this will apply |
| @@ -19479,10 +19302,10 @@ to future sessions. | |||
| 19479 | ;;;*** | 19302 | ;;;*** |
| 19480 | 19303 | ||
| 19481 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" | 19304 | ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el" |
| 19482 | ;;;;;; (18104 24771)) | 19305 | ;;;;;; (18177 875)) |
| 19483 | ;;; Generated autoloads from textmodes/nroff-mode.el | 19306 | ;;; Generated autoloads from textmodes/nroff-mode.el |
| 19484 | 19307 | ||
| 19485 | (autoload (quote nroff-mode) "nroff-mode" "\ | 19308 | (autoload 'nroff-mode "nroff-mode" "\ |
| 19486 | Major mode for editing text intended for nroff to format. | 19309 | Major mode for editing text intended for nroff to format. |
| 19487 | \\{nroff-mode-map} | 19310 | \\{nroff-mode-map} |
| 19488 | Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'. | 19311 | Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'. |
| @@ -19494,10 +19317,10 @@ closing requests for requests that are used in matched pairs. | |||
| 19494 | ;;;*** | 19317 | ;;;*** |
| 19495 | 19318 | ||
| 19496 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" | 19319 | ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el" |
| 19497 | ;;;;;; (18104 24768)) | 19320 | ;;;;;; (18177 873)) |
| 19498 | ;;; Generated autoloads from progmodes/octave-hlp.el | 19321 | ;;; Generated autoloads from progmodes/octave-hlp.el |
| 19499 | 19322 | ||
| 19500 | (autoload (quote octave-help) "octave-hlp" "\ | 19323 | (autoload 'octave-help "octave-hlp" "\ |
| 19501 | Get help on Octave symbols from the Octave info files. | 19324 | Get help on Octave symbols from the Octave info files. |
| 19502 | Look up KEY in the function, operator and variable indices of the files | 19325 | Look up KEY in the function, operator and variable indices of the files |
| 19503 | specified by `octave-help-files'. | 19326 | specified by `octave-help-files'. |
| @@ -19508,10 +19331,10 @@ If KEY is not a string, prompt for it with completion. | |||
| 19508 | ;;;*** | 19331 | ;;;*** |
| 19509 | 19332 | ||
| 19510 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 19333 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 19511 | ;;;;;; (18104 24768)) | 19334 | ;;;;;; (18190 35205)) |
| 19512 | ;;; Generated autoloads from progmodes/octave-inf.el | 19335 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 19513 | 19336 | ||
| 19514 | (autoload (quote inferior-octave) "octave-inf" "\ | 19337 | (autoload 'inferior-octave "octave-inf" "\ |
| 19515 | Run an inferior Octave process, I/O via `inferior-octave-buffer'. | 19338 | Run an inferior Octave process, I/O via `inferior-octave-buffer'. |
| 19516 | This buffer is put in Inferior Octave mode. See `inferior-octave-mode'. | 19339 | This buffer is put in Inferior Octave mode. See `inferior-octave-mode'. |
| 19517 | 19340 | ||
| @@ -19526,20 +19349,20 @@ startup file, `~/.emacs-octave'. | |||
| 19526 | 19349 | ||
| 19527 | \(fn &optional ARG)" t nil) | 19350 | \(fn &optional ARG)" t nil) |
| 19528 | 19351 | ||
| 19529 | (defalias (quote run-octave) (quote inferior-octave)) | 19352 | (defalias 'run-octave 'inferior-octave) |
| 19530 | 19353 | ||
| 19531 | ;;;*** | 19354 | ;;;*** |
| 19532 | 19355 | ||
| 19533 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" | 19356 | ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el" |
| 19534 | ;;;;;; (18104 24768)) | 19357 | ;;;;;; (18190 35205)) |
| 19535 | ;;; Generated autoloads from progmodes/octave-mod.el | 19358 | ;;; Generated autoloads from progmodes/octave-mod.el |
| 19536 | 19359 | ||
| 19537 | (autoload (quote octave-mode) "octave-mod" "\ | 19360 | (autoload 'octave-mode "octave-mod" "\ |
| 19538 | Major mode for editing Octave code. | 19361 | Major mode for editing Octave code. |
| 19539 | 19362 | ||
| 19540 | This mode makes it easier to write Octave code by helping with | 19363 | This mode makes it easier to write Octave code by helping with |
| 19541 | indentation, doing some of the typing for you (with Abbrev mode) and by | 19364 | indentation, doing some of the typing for you (with Abbrev mode) and by |
| 19542 | showing keywords, comments, strings, etc. in different faces (with | 19365 | showing keywords, comments, strings, etc.. in different faces (with |
| 19543 | Font Lock mode on terminals that support it). | 19366 | Font Lock mode on terminals that support it). |
| 19544 | 19367 | ||
| 19545 | Octave itself is a high-level language, primarily intended for numerical | 19368 | Octave itself is a high-level language, primarily intended for numerical |
| @@ -19549,7 +19372,7 @@ can also be stored in files, and it can be used in a batch mode (which | |||
| 19549 | is why you need this mode!). | 19372 | is why you need this mode!). |
| 19550 | 19373 | ||
| 19551 | The latest released version of Octave is always available via anonymous | 19374 | The latest released version of Octave is always available via anonymous |
| 19552 | ftp from bevo.che.wisc.edu in the directory `/pub/octave'. Complete | 19375 | ftp from ftp.octave.org in the directory `/pub/octave'. Complete |
| 19553 | source and binaries for several popular systems are available. | 19376 | source and binaries for several popular systems are available. |
| 19554 | 19377 | ||
| 19555 | Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords. | 19378 | Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords. |
| @@ -19562,43 +19385,39 @@ Keybindings | |||
| 19562 | Variables you can use to customize Octave mode | 19385 | Variables you can use to customize Octave mode |
| 19563 | ============================================== | 19386 | ============================================== |
| 19564 | 19387 | ||
| 19565 | octave-auto-indent | 19388 | `octave-auto-indent' |
| 19566 | Non-nil means indent current line after a semicolon or space. | 19389 | Non-nil means indent current line after a semicolon or space. |
| 19567 | Default is nil. | 19390 | Default is nil. |
| 19568 | 19391 | ||
| 19569 | octave-auto-newline | 19392 | `octave-auto-newline' |
| 19570 | Non-nil means auto-insert a newline and indent after a semicolon. | 19393 | Non-nil means auto-insert a newline and indent after a semicolon. |
| 19571 | Default is nil. | 19394 | Default is nil. |
| 19572 | 19395 | ||
| 19573 | octave-blink-matching-block | 19396 | `octave-blink-matching-block' |
| 19574 | Non-nil means show matching begin of block when inserting a space, | 19397 | Non-nil means show matching begin of block when inserting a space, |
| 19575 | newline or semicolon after an else or end keyword. Default is t. | 19398 | newline or semicolon after an else or end keyword. Default is t. |
| 19576 | 19399 | ||
| 19577 | octave-block-offset | 19400 | `octave-block-offset' |
| 19578 | Extra indentation applied to statements in block structures. | 19401 | Extra indentation applied to statements in block structures. |
| 19579 | Default is 2. | 19402 | Default is 2. |
| 19580 | 19403 | ||
| 19581 | octave-continuation-offset | 19404 | `octave-continuation-offset' |
| 19582 | Extra indentation applied to Octave continuation lines. | 19405 | Extra indentation applied to Octave continuation lines. |
| 19583 | Default is 4. | 19406 | Default is 4. |
| 19584 | 19407 | ||
| 19585 | octave-continuation-string | 19408 | `octave-continuation-string' |
| 19586 | String used for Octave continuation lines. | 19409 | String used for Octave continuation lines. |
| 19587 | Default is a backslash. | 19410 | Default is a backslash. |
| 19588 | 19411 | ||
| 19589 | octave-mode-startup-message | 19412 | `octave-send-echo-input' |
| 19590 | nil means do not display the Octave mode startup message. | ||
| 19591 | Default is t. | ||
| 19592 | |||
| 19593 | octave-send-echo-input | ||
| 19594 | Non-nil means always display `inferior-octave-buffer' after sending a | 19413 | Non-nil means always display `inferior-octave-buffer' after sending a |
| 19595 | command to the inferior Octave process. | 19414 | command to the inferior Octave process. |
| 19596 | 19415 | ||
| 19597 | octave-send-line-auto-forward | 19416 | `octave-send-line-auto-forward' |
| 19598 | Non-nil means always go to the next unsent line of Octave code after | 19417 | Non-nil means always go to the next unsent line of Octave code after |
| 19599 | sending a line to the inferior Octave process. | 19418 | sending a line to the inferior Octave process. |
| 19600 | 19419 | ||
| 19601 | octave-send-echo-input | 19420 | `octave-send-echo-input' |
| 19602 | Non-nil means echo input sent to the inferior Octave process. | 19421 | Non-nil means echo input sent to the inferior Octave process. |
| 19603 | 19422 | ||
| 19604 | Turning on Octave mode runs the hook `octave-mode-hook'. | 19423 | Turning on Octave mode runs the hook `octave-mode-hook'. |
| @@ -19606,19 +19425,15 @@ Turning on Octave mode runs the hook `octave-mode-hook'. | |||
| 19606 | To begin using this mode for all `.m' files that you edit, add the | 19425 | To begin using this mode for all `.m' files that you edit, add the |
| 19607 | following lines to your `.emacs' file: | 19426 | following lines to your `.emacs' file: |
| 19608 | 19427 | ||
| 19609 | (autoload 'octave-mode \"octave-mod\" nil t) | 19428 | (add-to-list 'auto-mode-alist '(\"\\\\.m\\\\'\" . octave-mode)) |
| 19610 | (setq auto-mode-alist | ||
| 19611 | (cons '(\"\\\\.m$\" . octave-mode) auto-mode-alist)) | ||
| 19612 | 19429 | ||
| 19613 | To automatically turn on the abbrev, auto-fill and font-lock features, | 19430 | To automatically turn on the abbrev and auto-fill features, |
| 19614 | add the following lines to your `.emacs' file as well: | 19431 | add the following lines to your `.emacs' file as well: |
| 19615 | 19432 | ||
| 19616 | (add-hook 'octave-mode-hook | 19433 | (add-hook 'octave-mode-hook |
| 19617 | (lambda () | 19434 | (lambda () |
| 19618 | (abbrev-mode 1) | 19435 | (abbrev-mode 1) |
| 19619 | (auto-fill-mode 1) | 19436 | (auto-fill-mode 1))) |
| 19620 | (if (eq window-system 'x) | ||
| 19621 | (font-lock-mode 1)))) | ||
| 19622 | 19437 | ||
| 19623 | To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer. | 19438 | To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer. |
| 19624 | This automatically sets up a mail buffer with version information | 19439 | This automatically sets up a mail buffer with version information |
| @@ -19630,16 +19445,16 @@ including a reproducible test case and send the message. | |||
| 19630 | ;;;*** | 19445 | ;;;*** |
| 19631 | 19446 | ||
| 19632 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" | 19447 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" |
| 19633 | ;;;;;; (18104 24760)) | 19448 | ;;;;;; (18177 870)) |
| 19634 | ;;; Generated autoloads from obsolete/options.el | 19449 | ;;; Generated autoloads from obsolete/options.el |
| 19635 | 19450 | ||
| 19636 | (autoload (quote list-options) "options" "\ | 19451 | (autoload 'list-options "options" "\ |
| 19637 | Display a list of Emacs user options, with values and documentation. | 19452 | Display a list of Emacs user options, with values and documentation. |
| 19638 | It is now better to use Customize instead. | 19453 | It is now better to use Customize instead. |
| 19639 | 19454 | ||
| 19640 | \(fn)" t nil) | 19455 | \(fn)" t nil) |
| 19641 | 19456 | ||
| 19642 | (autoload (quote edit-options) "options" "\ | 19457 | (autoload 'edit-options "options" "\ |
| 19643 | Edit a list of Emacs user option values. | 19458 | Edit a list of Emacs user option values. |
| 19644 | Selects a buffer containing such a list, | 19459 | Selects a buffer containing such a list, |
| 19645 | in which there are commands to set the option values. | 19460 | in which there are commands to set the option values. |
| @@ -19656,12 +19471,13 @@ The Custom feature is intended to make this obsolete. | |||
| 19656 | ;;;;;; org-agenda-list org-cycle-agenda-files org-batch-store-agenda-views | 19471 | ;;;;;; org-agenda-list org-cycle-agenda-files org-batch-store-agenda-views |
| 19657 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda | 19472 | ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda |
| 19658 | ;;;;;; org-agenda org-remember-handler org-remember org-remember-apply-template | 19473 | ;;;;;; org-agenda org-remember-handler org-remember org-remember-apply-template |
| 19659 | ;;;;;; org-remember-annotation org-store-link orgtbl-mode turn-on-orgtbl | 19474 | ;;;;;; org-remember-annotation org-open-at-point-global org-insert-link-global |
| 19475 | ;;;;;; org-store-link orgtbl-mode turn-on-orgtbl org-run-like-in-org-mode | ||
| 19660 | ;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-cycle | 19476 | ;;;;;; turn-on-orgstruct orgstruct-mode org-global-cycle org-cycle |
| 19661 | ;;;;;; org-mode) "org" "textmodes/org.el" (18104 24771)) | 19477 | ;;;;;; org-mode) "org" "textmodes/org.el" (18190 35212)) |
| 19662 | ;;; Generated autoloads from textmodes/org.el | 19478 | ;;; Generated autoloads from textmodes/org.el |
| 19663 | 19479 | ||
| 19664 | (autoload (quote org-mode) "org" "\ | 19480 | (autoload 'org-mode "org" "\ |
| 19665 | Outline-based notes management and organizer, alias | 19481 | Outline-based notes management and organizer, alias |
| 19666 | \"Carsten's outline-mode for keeping track of everything.\" | 19482 | \"Carsten's outline-mode for keeping track of everything.\" |
| 19667 | 19483 | ||
| @@ -19682,7 +19498,7 @@ The following commands are available: | |||
| 19682 | 19498 | ||
| 19683 | \(fn)" t nil) | 19499 | \(fn)" t nil) |
| 19684 | 19500 | ||
| 19685 | (autoload (quote org-cycle) "org" "\ | 19501 | (autoload 'org-cycle "org" "\ |
| 19686 | Visibility cycling for Org-mode. | 19502 | Visibility cycling for Org-mode. |
| 19687 | 19503 | ||
| 19688 | - When this function is called with a prefix argument, rotate the entire | 19504 | - When this function is called with a prefix argument, rotate the entire |
| @@ -19709,15 +19525,16 @@ Visibility cycling for Org-mode. | |||
| 19709 | 19525 | ||
| 19710 | - Special case: if point is at the beginning of the buffer and there is | 19526 | - Special case: if point is at the beginning of the buffer and there is |
| 19711 | no headline in line 1, this function will act as if called with prefix arg. | 19527 | no headline in line 1, this function will act as if called with prefix arg. |
| 19528 | But only if also the variable `org-cycle-global-at-bob' is t. | ||
| 19712 | 19529 | ||
| 19713 | \(fn &optional ARG)" t nil) | 19530 | \(fn &optional ARG)" t nil) |
| 19714 | 19531 | ||
| 19715 | (autoload (quote org-global-cycle) "org" "\ | 19532 | (autoload 'org-global-cycle "org" "\ |
| 19716 | Cycle the global visibility. For details see `org-cycle'. | 19533 | Cycle the global visibility. For details see `org-cycle'. |
| 19717 | 19534 | ||
| 19718 | \(fn &optional ARG)" t nil) | 19535 | \(fn &optional ARG)" t nil) |
| 19719 | 19536 | ||
| 19720 | (autoload (quote orgstruct-mode) "org" "\ | 19537 | (autoload 'orgstruct-mode "org" "\ |
| 19721 | Toggle the minor more `orgstruct-mode'. | 19538 | Toggle the minor more `orgstruct-mode'. |
| 19722 | This mode is for using Org-mode structure commands in other modes. | 19539 | This mode is for using Org-mode structure commands in other modes. |
| 19723 | The following key behave as if Org-mode was active, if the cursor | 19540 | The following key behave as if Org-mode was active, if the cursor |
| @@ -19742,22 +19559,27 @@ C-c C-c Set tags / toggle checkbox | |||
| 19742 | 19559 | ||
| 19743 | \(fn &optional ARG)" t nil) | 19560 | \(fn &optional ARG)" t nil) |
| 19744 | 19561 | ||
| 19745 | (autoload (quote turn-on-orgstruct) "org" "\ | 19562 | (autoload 'turn-on-orgstruct "org" "\ |
| 19746 | Unconditionally turn on `orgstruct-mode'. | 19563 | Unconditionally turn on `orgstruct-mode'. |
| 19747 | 19564 | ||
| 19748 | \(fn)" nil nil) | 19565 | \(fn)" nil nil) |
| 19749 | 19566 | ||
| 19750 | (autoload (quote turn-on-orgtbl) "org" "\ | 19567 | (autoload 'org-run-like-in-org-mode "org" "\ |
| 19568 | Not documented | ||
| 19569 | |||
| 19570 | \(fn CMD)" nil nil) | ||
| 19571 | |||
| 19572 | (autoload 'turn-on-orgtbl "org" "\ | ||
| 19751 | Unconditionally turn on `orgtbl-mode'. | 19573 | Unconditionally turn on `orgtbl-mode'. |
| 19752 | 19574 | ||
| 19753 | \(fn)" nil nil) | 19575 | \(fn)" nil nil) |
| 19754 | 19576 | ||
| 19755 | (autoload (quote orgtbl-mode) "org" "\ | 19577 | (autoload 'orgtbl-mode "org" "\ |
| 19756 | The `org-mode' table editor as a minor mode for use in other modes. | 19578 | The `org-mode' table editor as a minor mode for use in other modes. |
| 19757 | 19579 | ||
| 19758 | \(fn &optional ARG)" t nil) | 19580 | \(fn &optional ARG)" t nil) |
| 19759 | 19581 | ||
| 19760 | (autoload (quote org-store-link) "org" "\ | 19582 | (autoload 'org-store-link "org" "\ |
| 19761 | \\<org-mode-map>Store an org-link to the current location. | 19583 | \\<org-mode-map>Store an org-link to the current location. |
| 19762 | This link can later be inserted into an org-buffer with | 19584 | This link can later be inserted into an org-buffer with |
| 19763 | \\[org-insert-link]. | 19585 | \\[org-insert-link]. |
| @@ -19767,7 +19589,20 @@ For file links, arg negates `org-context-in-file-links'. | |||
| 19767 | 19589 | ||
| 19768 | \(fn ARG)" t nil) | 19590 | \(fn ARG)" t nil) |
| 19769 | 19591 | ||
| 19770 | (autoload (quote org-remember-annotation) "org" "\ | 19592 | (autoload 'org-insert-link-global "org" "\ |
| 19593 | Insert a link like Org-mode does. | ||
| 19594 | This command can be called in any mode to insert a link in Org-mode syntax. | ||
| 19595 | |||
| 19596 | \(fn)" t nil) | ||
| 19597 | |||
| 19598 | (autoload 'org-open-at-point-global "org" "\ | ||
| 19599 | Follow a link like Org-mode does. | ||
| 19600 | This command can be called in any mode to follow a link that has | ||
| 19601 | Org-mode syntax. | ||
| 19602 | |||
| 19603 | \(fn)" t nil) | ||
| 19604 | |||
| 19605 | (autoload 'org-remember-annotation "org" "\ | ||
| 19771 | Return a link to the current location as an annotation for remember.el. | 19606 | Return a link to the current location as an annotation for remember.el. |
| 19772 | If you are using Org-mode files as target for data storage with | 19607 | If you are using Org-mode files as target for data storage with |
| 19773 | remember.el, then the annotations should include a link compatible with the | 19608 | remember.el, then the annotations should include a link compatible with the |
| @@ -19775,21 +19610,21 @@ conventions in Org-mode. This function returns such a link. | |||
| 19775 | 19610 | ||
| 19776 | \(fn)" nil nil) | 19611 | \(fn)" nil nil) |
| 19777 | 19612 | ||
| 19778 | (autoload (quote org-remember-apply-template) "org" "\ | 19613 | (autoload 'org-remember-apply-template "org" "\ |
| 19779 | Initialize *remember* buffer with template, invoke `org-mode'. | 19614 | Initialize *remember* buffer with template, invoke `org-mode'. |
| 19780 | This function should be placed into `remember-mode-hook' and in fact requires | 19615 | This function should be placed into `remember-mode-hook' and in fact requires |
| 19781 | to be run from that hook to fucntion properly. | 19616 | to be run from that hook to fucntion properly. |
| 19782 | 19617 | ||
| 19783 | \(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil) | 19618 | \(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil) |
| 19784 | 19619 | ||
| 19785 | (autoload (quote org-remember) "org" "\ | 19620 | (autoload 'org-remember "org" "\ |
| 19786 | Call `remember'. If this is already a remember buffer, re-apply template. | 19621 | Call `remember'. If this is already a remember buffer, re-apply template. |
| 19787 | If there is an active region, make sure remember uses it as initial content | 19622 | If there is an active region, make sure remember uses it as initial content |
| 19788 | of the remember buffer. | 19623 | of the remember buffer. |
| 19789 | 19624 | ||
| 19790 | \(fn)" t nil) | 19625 | \(fn)" t nil) |
| 19791 | 19626 | ||
| 19792 | (autoload (quote org-remember-handler) "org" "\ | 19627 | (autoload 'org-remember-handler "org" "\ |
| 19793 | Store stuff from remember.el into an org file. | 19628 | Store stuff from remember.el into an org file. |
| 19794 | First prompts for an org file. If the user just presses return, the value | 19629 | First prompts for an org file. If the user just presses return, the value |
| 19795 | of `org-default-notes-file' is used. | 19630 | of `org-default-notes-file' is used. |
| @@ -19801,7 +19636,7 @@ find a better place. Then press RET or <left> or <right> in insert the note. | |||
| 19801 | 19636 | ||
| 19802 | Key Cursor position Note gets inserted | 19637 | Key Cursor position Note gets inserted |
| 19803 | ----------------------------------------------------------------------------- | 19638 | ----------------------------------------------------------------------------- |
| 19804 | RET buffer-start as level 2 heading at end of file | 19639 | RET buffer-start as level 1 heading at end of file |
| 19805 | RET on headline as sublevel of the heading at cursor | 19640 | RET on headline as sublevel of the heading at cursor |
| 19806 | RET no heading at cursor position, level taken from context. | 19641 | RET no heading at cursor position, level taken from context. |
| 19807 | Or use prefix arg to specify level manually. | 19642 | Or use prefix arg to specify level manually. |
| @@ -19810,8 +19645,10 @@ RET no heading at cursor position, level taken from context. | |||
| 19810 | 19645 | ||
| 19811 | So the fastest way to store the note is to press RET RET to append it to | 19646 | So the fastest way to store the note is to press RET RET to append it to |
| 19812 | the default file. This way your current train of thought is not | 19647 | the default file. This way your current train of thought is not |
| 19813 | interrupted, in accordance with the principles of remember.el. But with | 19648 | interrupted, in accordance with the principles of remember.el. |
| 19814 | little extra effort, you can push it directly to the correct location. | 19649 | You can also get the fast execution without prompting by using |
| 19650 | C-u C-c C-c to exit the remember buffer. See also the variable | ||
| 19651 | `org-remember-store-without-prompt'. | ||
| 19815 | 19652 | ||
| 19816 | Before being stored away, the function ensures that the text has a | 19653 | Before being stored away, the function ensures that the text has a |
| 19817 | headline, i.e. a first line that starts with a \"*\". If not, a headline | 19654 | headline, i.e. a first line that starts with a \"*\". If not, a headline |
| @@ -19825,7 +19662,7 @@ See also the variable `org-reverse-note-order'. | |||
| 19825 | 19662 | ||
| 19826 | \(fn)" nil nil) | 19663 | \(fn)" nil nil) |
| 19827 | 19664 | ||
| 19828 | (autoload (quote org-agenda) "org" "\ | 19665 | (autoload 'org-agenda "org" "\ |
| 19829 | Dispatch agenda commands to collect entries to the agenda buffer. | 19666 | Dispatch agenda commands to collect entries to the agenda buffer. |
| 19830 | Prompts for a character to select a command. Any prefix arg will be passed | 19667 | Prompts for a character to select a command. Any prefix arg will be passed |
| 19831 | on to the selected command. The default selections are: | 19668 | on to the selected command. The default selections are: |
| @@ -19837,7 +19674,7 @@ T Call `org-todo-list' to display the global todo list, select only | |||
| 19837 | m Call `org-tags-view' to display headlines with tags matching | 19674 | m Call `org-tags-view' to display headlines with tags matching |
| 19838 | a condition (the user is prompted for the condition). | 19675 | a condition (the user is prompted for the condition). |
| 19839 | M Like `m', but select only TODO entries, no ordinary headlines. | 19676 | M Like `m', but select only TODO entries, no ordinary headlines. |
| 19840 | l Create a timeline for the current buffer. | 19677 | L Create a timeline for the current buffer. |
| 19841 | e Export views to associated files. | 19678 | e Export views to associated files. |
| 19842 | 19679 | ||
| 19843 | More commands can be added by configuring the variable | 19680 | More commands can be added by configuring the variable |
| @@ -19850,7 +19687,7 @@ next use of \\[org-agenda]) restricted to the current file. | |||
| 19850 | 19687 | ||
| 19851 | \(fn ARG)" t nil) | 19688 | \(fn ARG)" t nil) |
| 19852 | 19689 | ||
| 19853 | (autoload (quote org-batch-agenda) "org" "\ | 19690 | (autoload 'org-batch-agenda "org" "\ |
| 19854 | Run an agenda command in batch mode and send the result to STDOUT. | 19691 | Run an agenda command in batch mode and send the result to STDOUT. |
| 19855 | If CMD-KEY is a string of length 1, it is used as a key in | 19692 | If CMD-KEY is a string of length 1, it is used as a key in |
| 19856 | `org-agenda-custom-commands' and triggers this command. If it is a | 19693 | `org-agenda-custom-commands' and triggers this command. If it is a |
| @@ -19860,7 +19697,7 @@ before running the agenda command. | |||
| 19860 | 19697 | ||
| 19861 | \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro)) | 19698 | \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro)) |
| 19862 | 19699 | ||
| 19863 | (autoload (quote org-batch-agenda-csv) "org" "\ | 19700 | (autoload 'org-batch-agenda-csv "org" "\ |
| 19864 | Run an agenda command in batch mode and send the result to STDOUT. | 19701 | Run an agenda command in batch mode and send the result to STDOUT. |
| 19865 | If CMD-KEY is a string of length 1, it is used as a key in | 19702 | If CMD-KEY is a string of length 1, it is used as a key in |
| 19866 | `org-agenda-custom-commands' and triggers this command. If it is a | 19703 | `org-agenda-custom-commands' and triggers this command. If it is a |
| @@ -19897,24 +19734,24 @@ agenda-day The day in the agenda where this is listed | |||
| 19897 | 19734 | ||
| 19898 | \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro)) | 19735 | \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro)) |
| 19899 | 19736 | ||
| 19900 | (autoload (quote org-store-agenda-views) "org" "\ | 19737 | (autoload 'org-store-agenda-views "org" "\ |
| 19901 | Not documented | 19738 | Not documented |
| 19902 | 19739 | ||
| 19903 | \(fn &rest PARAMETERS)" t nil) | 19740 | \(fn &rest PARAMETERS)" t nil) |
| 19904 | 19741 | ||
| 19905 | (autoload (quote org-batch-store-agenda-views) "org" "\ | 19742 | (autoload 'org-batch-store-agenda-views "org" "\ |
| 19906 | Run all custom agenda commands that have a file argument. | 19743 | Run all custom agenda commands that have a file argument. |
| 19907 | 19744 | ||
| 19908 | \(fn &rest PARAMETERS)" nil (quote macro)) | 19745 | \(fn &rest PARAMETERS)" nil (quote macro)) |
| 19909 | 19746 | ||
| 19910 | (autoload (quote org-cycle-agenda-files) "org" "\ | 19747 | (autoload 'org-cycle-agenda-files "org" "\ |
| 19911 | Cycle through the files in `org-agenda-files'. | 19748 | Cycle through the files in `org-agenda-files'. |
| 19912 | If the current buffer visits an agenda file, find the next one in the list. | 19749 | If the current buffer visits an agenda file, find the next one in the list. |
| 19913 | If the current buffer does not, find the first agenda file. | 19750 | If the current buffer does not, find the first agenda file. |
| 19914 | 19751 | ||
| 19915 | \(fn)" t nil) | 19752 | \(fn)" t nil) |
| 19916 | 19753 | ||
| 19917 | (autoload (quote org-agenda-list) "org" "\ | 19754 | (autoload 'org-agenda-list "org" "\ |
| 19918 | Produce a weekly view from all files in variable `org-agenda-files'. | 19755 | Produce a weekly view from all files in variable `org-agenda-files'. |
| 19919 | The view will be for the current week, but from the overview buffer you | 19756 | The view will be for the current week, but from the overview buffer you |
| 19920 | will be able to go to other weeks. | 19757 | will be able to go to other weeks. |
| @@ -19929,7 +19766,7 @@ NDAYS defaults to `org-agenda-ndays'. | |||
| 19929 | 19766 | ||
| 19930 | \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) | 19767 | \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) |
| 19931 | 19768 | ||
| 19932 | (autoload (quote org-todo-list) "org" "\ | 19769 | (autoload 'org-todo-list "org" "\ |
| 19933 | Show all TODO entries from all agenda file in a single list. | 19770 | Show all TODO entries from all agenda file in a single list. |
| 19934 | The prefix arg can be used to select a specific TODO keyword and limit | 19771 | The prefix arg can be used to select a specific TODO keyword and limit |
| 19935 | the list to these. When using \\[universal-argument], you will be prompted | 19772 | the list to these. When using \\[universal-argument], you will be prompted |
| @@ -19938,13 +19775,13 @@ for a keyword. A numeric prefix directly selects the Nth keyword in | |||
| 19938 | 19775 | ||
| 19939 | \(fn ARG)" t nil) | 19776 | \(fn ARG)" t nil) |
| 19940 | 19777 | ||
| 19941 | (autoload (quote org-tags-view) "org" "\ | 19778 | (autoload 'org-tags-view "org" "\ |
| 19942 | Show all headlines for all `org-agenda-files' matching a TAGS criterion. | 19779 | Show all headlines for all `org-agenda-files' matching a TAGS criterion. |
| 19943 | The prefix arg TODO-ONLY limits the search to TODO entries. | 19780 | The prefix arg TODO-ONLY limits the search to TODO entries. |
| 19944 | 19781 | ||
| 19945 | \(fn &optional TODO-ONLY MATCH)" t nil) | 19782 | \(fn &optional TODO-ONLY MATCH)" t nil) |
| 19946 | 19783 | ||
| 19947 | (autoload (quote org-diary) "org" "\ | 19784 | (autoload 'org-diary "org" "\ |
| 19948 | Return diary information from org-files. | 19785 | Return diary information from org-files. |
| 19949 | This function can be used in a \"sexp\" diary entry in the Emacs calendar. | 19786 | This function can be used in a \"sexp\" diary entry in the Emacs calendar. |
| 19950 | It accesses org files and extracts information from those files to be | 19787 | It accesses org files and extracts information from those files to be |
| @@ -19992,21 +19829,21 @@ function from a program - use `org-agenda-get-day-entries' instead. | |||
| 19992 | 19829 | ||
| 19993 | \(fn &rest ARGS)" nil nil) | 19830 | \(fn &rest ARGS)" nil nil) |
| 19994 | 19831 | ||
| 19995 | (autoload (quote org-export-icalendar-this-file) "org" "\ | 19832 | (autoload 'org-export-icalendar-this-file "org" "\ |
| 19996 | Export current file as an iCalendar file. | 19833 | Export current file as an iCalendar file. |
| 19997 | The iCalendar file will be located in the same directory as the Org-mode | 19834 | The iCalendar file will be located in the same directory as the Org-mode |
| 19998 | file, but with extension `.ics'. | 19835 | file, but with extension `.ics'. |
| 19999 | 19836 | ||
| 20000 | \(fn)" t nil) | 19837 | \(fn)" t nil) |
| 20001 | 19838 | ||
| 20002 | (autoload (quote org-export-icalendar-all-agenda-files) "org" "\ | 19839 | (autoload 'org-export-icalendar-all-agenda-files "org" "\ |
| 20003 | Export all files in `org-agenda-files' to iCalendar .ics files. | 19840 | Export all files in `org-agenda-files' to iCalendar .ics files. |
| 20004 | Each iCalendar file will be located in the same directory as the Org-mode | 19841 | Each iCalendar file will be located in the same directory as the Org-mode |
| 20005 | file, but with extension `.ics'. | 19842 | file, but with extension `.ics'. |
| 20006 | 19843 | ||
| 20007 | \(fn)" t nil) | 19844 | \(fn)" t nil) |
| 20008 | 19845 | ||
| 20009 | (autoload (quote org-export-icalendar-combine-agenda-files) "org" "\ | 19846 | (autoload 'org-export-icalendar-combine-agenda-files "org" "\ |
| 20010 | Export all files in `org-agenda-files' to a single combined iCalendar file. | 19847 | Export all files in `org-agenda-files' to a single combined iCalendar file. |
| 20011 | The file is stored under the name `org-combined-agenda-icalendar-file'. | 19848 | The file is stored under the name `org-combined-agenda-icalendar-file'. |
| 20012 | 19849 | ||
| @@ -20014,29 +19851,83 @@ The file is stored under the name `org-combined-agenda-icalendar-file'. | |||
| 20014 | 19851 | ||
| 20015 | ;;;*** | 19852 | ;;;*** |
| 20016 | 19853 | ||
| 19854 | ;;;### (autoloads (org-export-as-latex org-export-region-as-latex | ||
| 19855 | ;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer | ||
| 19856 | ;;;;;; org-export-as-latex-batch) "org-export-latex" "textmodes/org-export-latex.el" | ||
| 19857 | ;;;;;; (18190 35212)) | ||
| 19858 | ;;; Generated autoloads from textmodes/org-export-latex.el | ||
| 19859 | |||
| 19860 | (autoload 'org-export-as-latex-batch "org-export-latex" "\ | ||
| 19861 | Call `org-export-as-latex', may be used in batch processing as | ||
| 19862 | emacs --batch | ||
| 19863 | --load=$HOME/lib/emacs/org.el | ||
| 19864 | --eval \"(setq org-export-headline-levels 2)\" | ||
| 19865 | --visit=MyFile --funcall org-export-as-latex-batch | ||
| 19866 | |||
| 19867 | \(fn)" nil nil) | ||
| 19868 | |||
| 19869 | (autoload 'org-export-as-latex-to-buffer "org-export-latex" "\ | ||
| 19870 | Call `org-exort-as-latex` with output to a temporary buffer. | ||
| 19871 | No file is created. The prefix ARG is passed through to `org-export-as-latex'. | ||
| 19872 | |||
| 19873 | \(fn ARG)" t nil) | ||
| 19874 | |||
| 19875 | (autoload 'org-replace-region-by-latex "org-export-latex" "\ | ||
| 19876 | Replace the region from BEG to END with its LaTeX export. | ||
| 19877 | It assumes the region has `org-mode' syntax, and then convert it to | ||
| 19878 | LaTeX. This can be used in any buffer. For example, you could | ||
| 19879 | write an itemized list in `org-mode' syntax in an LaTeX buffer and | ||
| 19880 | then use this command to convert it. | ||
| 19881 | |||
| 19882 | \(fn BEG END)" t nil) | ||
| 19883 | |||
| 19884 | (autoload 'org-export-region-as-latex "org-export-latex" "\ | ||
| 19885 | Convert region from BEG to END in `org-mode' buffer to LaTeX. | ||
| 19886 | If prefix arg BODY-ONLY is set, omit file header, footer, and table of | ||
| 19887 | contents, and only produce the region of converted text, useful for | ||
| 19888 | cut-and-paste operations. | ||
| 19889 | If BUFFER is a buffer or a string, use/create that buffer as a target | ||
| 19890 | of the converted LaTeX. If BUFFER is the symbol `string', return the | ||
| 19891 | produced LaTeX as a string and leave not buffer behind. For example, | ||
| 19892 | a Lisp program could call this function in the following way: | ||
| 19893 | |||
| 19894 | (setq latex (org-export-region-as-latex beg end t 'string)) | ||
| 19895 | |||
| 19896 | When called interactively, the output buffer is selected, and shown | ||
| 19897 | in a window. A non-interactive call will only retunr the buffer. | ||
| 19898 | |||
| 19899 | \(fn BEG END &optional BODY-ONLY BUFFER)" t nil) | ||
| 19900 | |||
| 19901 | (autoload 'org-export-as-latex "org-export-latex" "\ | ||
| 19902 | Export current buffer to a LaTeX file. | ||
| 19903 | |||
| 19904 | \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY)" t nil) | ||
| 19905 | |||
| 19906 | ;;;*** | ||
| 19907 | |||
| 20017 | ;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project | 19908 | ;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project |
| 20018 | ;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18104 | 19909 | ;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18190 |
| 20019 | ;;;;;; 24771)) | 19910 | ;;;;;; 35212)) |
| 20020 | ;;; Generated autoloads from textmodes/org-publish.el | 19911 | ;;; Generated autoloads from textmodes/org-publish.el |
| 20021 | 19912 | ||
| 20022 | (autoload (quote org-publish) "org-publish" "\ | 19913 | (autoload 'org-publish "org-publish" "\ |
| 20023 | Publish the project PROJECT-NAME. | 19914 | Publish the project PROJECT-NAME. |
| 20024 | 19915 | ||
| 20025 | \(fn PROJECT-NAME &optional FORCE)" t nil) | 19916 | \(fn PROJECT-NAME &optional FORCE)" t nil) |
| 20026 | 19917 | ||
| 20027 | (autoload (quote org-publish-current-project) "org-publish" "\ | 19918 | (autoload 'org-publish-current-project "org-publish" "\ |
| 20028 | Publish the project associated with the current file. | 19919 | Publish the project associated with the current file. |
| 20029 | With prefix argument, force publishing all files in project. | 19920 | With prefix argument, force publishing all files in project. |
| 20030 | 19921 | ||
| 20031 | \(fn &optional FORCE)" t nil) | 19922 | \(fn &optional FORCE)" t nil) |
| 20032 | 19923 | ||
| 20033 | (autoload (quote org-publish-current-file) "org-publish" "\ | 19924 | (autoload 'org-publish-current-file "org-publish" "\ |
| 20034 | Publish the current file. | 19925 | Publish the current file. |
| 20035 | With prefix argument, force publish the file. | 19926 | With prefix argument, force publish the file. |
| 20036 | 19927 | ||
| 20037 | \(fn &optional FORCE)" t nil) | 19928 | \(fn &optional FORCE)" t nil) |
| 20038 | 19929 | ||
| 20039 | (autoload (quote org-publish-all) "org-publish" "\ | 19930 | (autoload 'org-publish-all "org-publish" "\ |
| 20040 | Publish all projects. | 19931 | Publish all projects. |
| 20041 | With prefix argument, force publish all files. | 19932 | With prefix argument, force publish all files. |
| 20042 | 19933 | ||
| @@ -20045,11 +19936,11 @@ With prefix argument, force publish all files. | |||
| 20045 | ;;;*** | 19936 | ;;;*** |
| 20046 | 19937 | ||
| 20047 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" | 19938 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 20048 | ;;;;;; (18104 24738)) | 19939 | ;;;;;; (18190 35204)) |
| 20049 | ;;; Generated autoloads from outline.el | 19940 | ;;; Generated autoloads from outline.el |
| 20050 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) | 19941 | (put 'outline-regexp 'safe-local-variable 'string-or-null-p) |
| 20051 | 19942 | ||
| 20052 | (autoload (quote outline-mode) "outline" "\ | 19943 | (autoload 'outline-mode "outline" "\ |
| 20053 | Set major mode for editing outlines with selective display. | 19944 | Set major mode for editing outlines with selective display. |
| 20054 | Headings are lines which start with asterisks: one for major headings, | 19945 | Headings are lines which start with asterisks: one for major headings, |
| 20055 | two for subheadings, etc. Lines not starting with asterisks are body lines. | 19946 | two for subheadings, etc. Lines not starting with asterisks are body lines. |
| @@ -20092,7 +19983,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of | |||
| 20092 | 19983 | ||
| 20093 | \(fn)" t nil) | 19984 | \(fn)" t nil) |
| 20094 | 19985 | ||
| 20095 | (autoload (quote outline-minor-mode) "outline" "\ | 19986 | (autoload 'outline-minor-mode "outline" "\ |
| 20096 | Toggle Outline minor mode. | 19987 | Toggle Outline minor mode. |
| 20097 | With arg, turn Outline minor mode on if arg is positive, off otherwise. | 19988 | With arg, turn Outline minor mode on if arg is positive, off otherwise. |
| 20098 | See the command `outline-mode' for more information on this mode. | 19989 | See the command `outline-mode' for more information on this mode. |
| @@ -20101,8 +19992,8 @@ See the command `outline-mode' for more information on this mode. | |||
| 20101 | 19992 | ||
| 20102 | ;;;*** | 19993 | ;;;*** |
| 20103 | 19994 | ||
| 20104 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (18104 | 19995 | ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (18177 |
| 20105 | ;;;;;; 24772)) | 19996 | ;;;;;; 875)) |
| 20106 | ;;; Generated autoloads from textmodes/paragraphs.el | 19997 | ;;; Generated autoloads from textmodes/paragraphs.el |
| 20107 | (put 'paragraph-start 'safe-local-variable 'stringp) | 19998 | (put 'paragraph-start 'safe-local-variable 'stringp) |
| 20108 | (put 'paragraph-separate 'safe-local-variable 'stringp) | 19999 | (put 'paragraph-separate 'safe-local-variable 'stringp) |
| @@ -20116,7 +20007,7 @@ See the command `outline-mode' for more information on this mode. | |||
| 20116 | 20007 | ||
| 20117 | ;;;*** | 20008 | ;;;*** |
| 20118 | 20009 | ||
| 20119 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18104 24738)) | 20010 | ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18177 870)) |
| 20120 | ;;; Generated autoloads from paren.el | 20011 | ;;; Generated autoloads from paren.el |
| 20121 | 20012 | ||
| 20122 | (defvar show-paren-mode nil "\ | 20013 | (defvar show-paren-mode nil "\ |
| @@ -20126,9 +20017,9 @@ Setting this variable directly does not take effect; | |||
| 20126 | either customize it (see the info node `Easy Customization') | 20017 | either customize it (see the info node `Easy Customization') |
| 20127 | or call the function `show-paren-mode'.") | 20018 | or call the function `show-paren-mode'.") |
| 20128 | 20019 | ||
| 20129 | (custom-autoload (quote show-paren-mode) "paren" nil) | 20020 | (custom-autoload 'show-paren-mode "paren" nil) |
| 20130 | 20021 | ||
| 20131 | (autoload (quote show-paren-mode) "paren" "\ | 20022 | (autoload 'show-paren-mode "paren" "\ |
| 20132 | Toggle Show Paren mode. | 20023 | Toggle Show Paren mode. |
| 20133 | With prefix ARG, turn Show Paren mode on if and only if ARG is positive. | 20024 | With prefix ARG, turn Show Paren mode on if and only if ARG is positive. |
| 20134 | Returns the new status of Show Paren mode (non-nil means on). | 20025 | Returns the new status of Show Paren mode (non-nil means on). |
| @@ -20141,10 +20032,10 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time. | |||
| 20141 | ;;;*** | 20032 | ;;;*** |
| 20142 | 20033 | ||
| 20143 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" | 20034 | ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el" |
| 20144 | ;;;;;; (18104 24745)) | 20035 | ;;;;;; (18177 856)) |
| 20145 | ;;; Generated autoloads from calendar/parse-time.el | 20036 | ;;; Generated autoloads from calendar/parse-time.el |
| 20146 | 20037 | ||
| 20147 | (autoload (quote parse-time-string) "parse-time" "\ | 20038 | (autoload 'parse-time-string "parse-time" "\ |
| 20148 | Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). | 20039 | Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). |
| 20149 | The values are identical to those of `decode-time', but any values that are | 20040 | The values are identical to those of `decode-time', but any values that are |
| 20150 | unknown are returned as nil. | 20041 | unknown are returned as nil. |
| @@ -20153,11 +20044,11 @@ unknown are returned as nil. | |||
| 20153 | 20044 | ||
| 20154 | ;;;*** | 20045 | ;;;*** |
| 20155 | 20046 | ||
| 20156 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18104 | 20047 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18177 |
| 20157 | ;;;;;; 24768)) | 20048 | ;;;;;; 873)) |
| 20158 | ;;; Generated autoloads from progmodes/pascal.el | 20049 | ;;; Generated autoloads from progmodes/pascal.el |
| 20159 | 20050 | ||
| 20160 | (autoload (quote pascal-mode) "pascal" "\ | 20051 | (autoload 'pascal-mode "pascal" "\ |
| 20161 | Major mode for editing Pascal code. \\<pascal-mode-map> | 20052 | Major mode for editing Pascal code. \\<pascal-mode-map> |
| 20162 | TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. | 20053 | TAB indents for Pascal code. Delete converts tabs to spaces as it moves back. |
| 20163 | 20054 | ||
| @@ -20207,10 +20098,10 @@ no args, if that value is non-nil. | |||
| 20207 | ;;;*** | 20098 | ;;;*** |
| 20208 | 20099 | ||
| 20209 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 20100 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 20210 | ;;;;;; (18104 24748)) | 20101 | ;;;;;; (18177 858)) |
| 20211 | ;;; Generated autoloads from emulation/pc-mode.el | 20102 | ;;; Generated autoloads from emulation/pc-mode.el |
| 20212 | 20103 | ||
| 20213 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 20104 | (autoload 'pc-bindings-mode "pc-mode" "\ |
| 20214 | Set up certain key bindings for PC compatibility. | 20105 | Set up certain key bindings for PC compatibility. |
| 20215 | The keys affected are: | 20106 | The keys affected are: |
| 20216 | Delete (and its variants) delete forward instead of backward. | 20107 | Delete (and its variants) delete forward instead of backward. |
| @@ -20225,7 +20116,7 @@ C-Escape does list-buffers. | |||
| 20225 | ;;;*** | 20116 | ;;;*** |
| 20226 | 20117 | ||
| 20227 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" | 20118 | ;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" |
| 20228 | ;;;;;; "emulation/pc-select.el" (18104 24748)) | 20119 | ;;;;;; "emulation/pc-select.el" (18177 858)) |
| 20229 | ;;; Generated autoloads from emulation/pc-select.el | 20120 | ;;; Generated autoloads from emulation/pc-select.el |
| 20230 | 20121 | ||
| 20231 | (defvar pc-selection-mode nil "\ | 20122 | (defvar pc-selection-mode nil "\ |
| @@ -20235,9 +20126,9 @@ Setting this variable directly does not take effect; | |||
| 20235 | either customize it (see the info node `Easy Customization') | 20126 | either customize it (see the info node `Easy Customization') |
| 20236 | or call the function `pc-selection-mode'.") | 20127 | or call the function `pc-selection-mode'.") |
| 20237 | 20128 | ||
| 20238 | (custom-autoload (quote pc-selection-mode) "pc-select" nil) | 20129 | (custom-autoload 'pc-selection-mode "pc-select" nil) |
| 20239 | 20130 | ||
| 20240 | (autoload (quote pc-selection-mode) "pc-select" "\ | 20131 | (autoload 'pc-selection-mode "pc-select" "\ |
| 20241 | Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. | 20132 | Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. |
| 20242 | 20133 | ||
| 20243 | This mode enables Delete Selection mode and Transient Mark mode. | 20134 | This mode enables Delete Selection mode and Transient Mark mode. |
| @@ -20297,15 +20188,15 @@ This mode enables Delete Selection mode and Transient Mark mode. | |||
| 20297 | Setting this variable directly does not take effect; | 20188 | Setting this variable directly does not take effect; |
| 20298 | you must modify it using \\[customize] or \\[pc-selection-mode].") | 20189 | you must modify it using \\[customize] or \\[pc-selection-mode].") |
| 20299 | 20190 | ||
| 20300 | (custom-autoload (quote pc-selection-mode) "pc-select" nil) | 20191 | (custom-autoload 'pc-selection-mode "pc-select" nil) |
| 20301 | 20192 | ||
| 20302 | ;;;*** | 20193 | ;;;*** |
| 20303 | 20194 | ||
| 20304 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18104 | 20195 | ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18177 |
| 20305 | ;;;;;; 24738)) | 20196 | ;;;;;; 870)) |
| 20306 | ;;; Generated autoloads from pcmpl-cvs.el | 20197 | ;;; Generated autoloads from pcmpl-cvs.el |
| 20307 | 20198 | ||
| 20308 | (autoload (quote pcomplete/cvs) "pcmpl-cvs" "\ | 20199 | (autoload 'pcomplete/cvs "pcmpl-cvs" "\ |
| 20309 | Completion rules for the `cvs' command. | 20200 | Completion rules for the `cvs' command. |
| 20310 | 20201 | ||
| 20311 | \(fn)" nil nil) | 20202 | \(fn)" nil nil) |
| @@ -20313,59 +20204,59 @@ Completion rules for the `cvs' command. | |||
| 20313 | ;;;*** | 20204 | ;;;*** |
| 20314 | 20205 | ||
| 20315 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 20206 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 20316 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18104 24738)) | 20207 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18177 870)) |
| 20317 | ;;; Generated autoloads from pcmpl-gnu.el | 20208 | ;;; Generated autoloads from pcmpl-gnu.el |
| 20318 | 20209 | ||
| 20319 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ | 20210 | (autoload 'pcomplete/gzip "pcmpl-gnu" "\ |
| 20320 | Completion for `gzip'. | 20211 | Completion for `gzip'. |
| 20321 | 20212 | ||
| 20322 | \(fn)" nil nil) | 20213 | \(fn)" nil nil) |
| 20323 | 20214 | ||
| 20324 | (autoload (quote pcomplete/bzip2) "pcmpl-gnu" "\ | 20215 | (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\ |
| 20325 | Completion for `bzip2'. | 20216 | Completion for `bzip2'. |
| 20326 | 20217 | ||
| 20327 | \(fn)" nil nil) | 20218 | \(fn)" nil nil) |
| 20328 | 20219 | ||
| 20329 | (autoload (quote pcomplete/make) "pcmpl-gnu" "\ | 20220 | (autoload 'pcomplete/make "pcmpl-gnu" "\ |
| 20330 | Completion for GNU `make'. | 20221 | Completion for GNU `make'. |
| 20331 | 20222 | ||
| 20332 | \(fn)" nil nil) | 20223 | \(fn)" nil nil) |
| 20333 | 20224 | ||
| 20334 | (autoload (quote pcomplete/tar) "pcmpl-gnu" "\ | 20225 | (autoload 'pcomplete/tar "pcmpl-gnu" "\ |
| 20335 | Completion for the GNU tar utility. | 20226 | Completion for the GNU tar utility. |
| 20336 | 20227 | ||
| 20337 | \(fn)" nil nil) | 20228 | \(fn)" nil nil) |
| 20338 | 20229 | ||
| 20339 | (defalias (quote pcomplete/gdb) (quote pcomplete/xargs)) | 20230 | (defalias 'pcomplete/gdb 'pcomplete/xargs) |
| 20340 | 20231 | ||
| 20341 | ;;;*** | 20232 | ;;;*** |
| 20342 | 20233 | ||
| 20343 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 20234 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 20344 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18104 24738)) | 20235 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18177 870)) |
| 20345 | ;;; Generated autoloads from pcmpl-linux.el | 20236 | ;;; Generated autoloads from pcmpl-linux.el |
| 20346 | 20237 | ||
| 20347 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 20238 | (autoload 'pcomplete/kill "pcmpl-linux" "\ |
| 20348 | Completion for GNU/Linux `kill', using /proc filesystem. | 20239 | Completion for GNU/Linux `kill', using /proc filesystem. |
| 20349 | 20240 | ||
| 20350 | \(fn)" nil nil) | 20241 | \(fn)" nil nil) |
| 20351 | 20242 | ||
| 20352 | (autoload (quote pcomplete/umount) "pcmpl-linux" "\ | 20243 | (autoload 'pcomplete/umount "pcmpl-linux" "\ |
| 20353 | Completion for GNU/Linux `umount'. | 20244 | Completion for GNU/Linux `umount'. |
| 20354 | 20245 | ||
| 20355 | \(fn)" nil nil) | 20246 | \(fn)" nil nil) |
| 20356 | 20247 | ||
| 20357 | (autoload (quote pcomplete/mount) "pcmpl-linux" "\ | 20248 | (autoload 'pcomplete/mount "pcmpl-linux" "\ |
| 20358 | Completion for GNU/Linux `mount'. | 20249 | Completion for GNU/Linux `mount'. |
| 20359 | 20250 | ||
| 20360 | \(fn)" nil nil) | 20251 | \(fn)" nil nil) |
| 20361 | 20252 | ||
| 20362 | ;;;*** | 20253 | ;;;*** |
| 20363 | 20254 | ||
| 20364 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18104 | 20255 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18177 |
| 20365 | ;;;;;; 24738)) | 20256 | ;;;;;; 870)) |
| 20366 | ;;; Generated autoloads from pcmpl-rpm.el | 20257 | ;;; Generated autoloads from pcmpl-rpm.el |
| 20367 | 20258 | ||
| 20368 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 20259 | (autoload 'pcomplete/rpm "pcmpl-rpm" "\ |
| 20369 | Completion for RedHat's `rpm' command. | 20260 | Completion for RedHat's `rpm' command. |
| 20370 | These rules were taken from the output of `rpm --help' on a RedHat 6.1 | 20261 | These rules were taken from the output of `rpm --help' on a RedHat 6.1 |
| 20371 | system. They follow my interpretation of what followed, but since I'm | 20262 | system. They follow my interpretation of what followed, but since I'm |
| @@ -20378,44 +20269,44 @@ You can use \\[eshell-report-bug] to do so. | |||
| 20378 | 20269 | ||
| 20379 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 20270 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 20380 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 20271 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 20381 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (18104 24738)) | 20272 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (18177 870)) |
| 20382 | ;;; Generated autoloads from pcmpl-unix.el | 20273 | ;;; Generated autoloads from pcmpl-unix.el |
| 20383 | 20274 | ||
| 20384 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 20275 | (autoload 'pcomplete/cd "pcmpl-unix" "\ |
| 20385 | Completion for `cd'. | 20276 | Completion for `cd'. |
| 20386 | 20277 | ||
| 20387 | \(fn)" nil nil) | 20278 | \(fn)" nil nil) |
| 20388 | 20279 | ||
| 20389 | (defalias (quote pcomplete/pushd) (quote pcomplete/cd)) | 20280 | (defalias 'pcomplete/pushd 'pcomplete/cd) |
| 20390 | 20281 | ||
| 20391 | (autoload (quote pcomplete/rmdir) "pcmpl-unix" "\ | 20282 | (autoload 'pcomplete/rmdir "pcmpl-unix" "\ |
| 20392 | Completion for `rmdir'. | 20283 | Completion for `rmdir'. |
| 20393 | 20284 | ||
| 20394 | \(fn)" nil nil) | 20285 | \(fn)" nil nil) |
| 20395 | 20286 | ||
| 20396 | (autoload (quote pcomplete/rm) "pcmpl-unix" "\ | 20287 | (autoload 'pcomplete/rm "pcmpl-unix" "\ |
| 20397 | Completion for `rm'. | 20288 | Completion for `rm'. |
| 20398 | 20289 | ||
| 20399 | \(fn)" nil nil) | 20290 | \(fn)" nil nil) |
| 20400 | 20291 | ||
| 20401 | (autoload (quote pcomplete/xargs) "pcmpl-unix" "\ | 20292 | (autoload 'pcomplete/xargs "pcmpl-unix" "\ |
| 20402 | Completion for `xargs'. | 20293 | Completion for `xargs'. |
| 20403 | 20294 | ||
| 20404 | \(fn)" nil nil) | 20295 | \(fn)" nil nil) |
| 20405 | 20296 | ||
| 20406 | (defalias (quote pcomplete/time) (quote pcomplete/xargs)) | 20297 | (defalias 'pcomplete/time 'pcomplete/xargs) |
| 20407 | 20298 | ||
| 20408 | (autoload (quote pcomplete/which) "pcmpl-unix" "\ | 20299 | (autoload 'pcomplete/which "pcmpl-unix" "\ |
| 20409 | Completion for `which'. | 20300 | Completion for `which'. |
| 20410 | 20301 | ||
| 20411 | \(fn)" nil nil) | 20302 | \(fn)" nil nil) |
| 20412 | 20303 | ||
| 20413 | (autoload (quote pcomplete/chown) "pcmpl-unix" "\ | 20304 | (autoload 'pcomplete/chown "pcmpl-unix" "\ |
| 20414 | Completion for the `chown' command. | 20305 | Completion for the `chown' command. |
| 20415 | 20306 | ||
| 20416 | \(fn)" nil nil) | 20307 | \(fn)" nil nil) |
| 20417 | 20308 | ||
| 20418 | (autoload (quote pcomplete/chgrp) "pcmpl-unix" "\ | 20309 | (autoload 'pcomplete/chgrp "pcmpl-unix" "\ |
| 20419 | Completion for the `chgrp' command. | 20310 | Completion for the `chgrp' command. |
| 20420 | 20311 | ||
| 20421 | \(fn)" nil nil) | 20312 | \(fn)" nil nil) |
| @@ -20424,50 +20315,50 @@ Completion for the `chgrp' command. | |||
| 20424 | 20315 | ||
| 20425 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 20316 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 20426 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 20317 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 20427 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18104 | 20318 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18177 |
| 20428 | ;;;;;; 24738)) | 20319 | ;;;;;; 870)) |
| 20429 | ;;; Generated autoloads from pcomplete.el | 20320 | ;;; Generated autoloads from pcomplete.el |
| 20430 | 20321 | ||
| 20431 | (autoload (quote pcomplete) "pcomplete" "\ | 20322 | (autoload 'pcomplete "pcomplete" "\ |
| 20432 | Support extensible programmable completion. | 20323 | Support extensible programmable completion. |
| 20433 | To use this function, just bind the TAB key to it, or add it to your | 20324 | To use this function, just bind the TAB key to it, or add it to your |
| 20434 | completion functions list (it should occur fairly early in the list). | 20325 | completion functions list (it should occur fairly early in the list). |
| 20435 | 20326 | ||
| 20436 | \(fn &optional INTERACTIVELY)" t nil) | 20327 | \(fn &optional INTERACTIVELY)" t nil) |
| 20437 | 20328 | ||
| 20438 | (autoload (quote pcomplete-reverse) "pcomplete" "\ | 20329 | (autoload 'pcomplete-reverse "pcomplete" "\ |
| 20439 | If cycling completion is in use, cycle backwards. | 20330 | If cycling completion is in use, cycle backwards. |
| 20440 | 20331 | ||
| 20441 | \(fn)" t nil) | 20332 | \(fn)" t nil) |
| 20442 | 20333 | ||
| 20443 | (autoload (quote pcomplete-expand-and-complete) "pcomplete" "\ | 20334 | (autoload 'pcomplete-expand-and-complete "pcomplete" "\ |
| 20444 | Expand the textual value of the current argument. | 20335 | Expand the textual value of the current argument. |
| 20445 | This will modify the current buffer. | 20336 | This will modify the current buffer. |
| 20446 | 20337 | ||
| 20447 | \(fn)" t nil) | 20338 | \(fn)" t nil) |
| 20448 | 20339 | ||
| 20449 | (autoload (quote pcomplete-continue) "pcomplete" "\ | 20340 | (autoload 'pcomplete-continue "pcomplete" "\ |
| 20450 | Complete without reference to any cycling completions. | 20341 | Complete without reference to any cycling completions. |
| 20451 | 20342 | ||
| 20452 | \(fn)" t nil) | 20343 | \(fn)" t nil) |
| 20453 | 20344 | ||
| 20454 | (autoload (quote pcomplete-expand) "pcomplete" "\ | 20345 | (autoload 'pcomplete-expand "pcomplete" "\ |
| 20455 | Expand the textual value of the current argument. | 20346 | Expand the textual value of the current argument. |
| 20456 | This will modify the current buffer. | 20347 | This will modify the current buffer. |
| 20457 | 20348 | ||
| 20458 | \(fn)" t nil) | 20349 | \(fn)" t nil) |
| 20459 | 20350 | ||
| 20460 | (autoload (quote pcomplete-help) "pcomplete" "\ | 20351 | (autoload 'pcomplete-help "pcomplete" "\ |
| 20461 | Display any help information relative to the current argument. | 20352 | Display any help information relative to the current argument. |
| 20462 | 20353 | ||
| 20463 | \(fn)" t nil) | 20354 | \(fn)" t nil) |
| 20464 | 20355 | ||
| 20465 | (autoload (quote pcomplete-list) "pcomplete" "\ | 20356 | (autoload 'pcomplete-list "pcomplete" "\ |
| 20466 | Show the list of possible completions for the current argument. | 20357 | Show the list of possible completions for the current argument. |
| 20467 | 20358 | ||
| 20468 | \(fn)" t nil) | 20359 | \(fn)" t nil) |
| 20469 | 20360 | ||
| 20470 | (autoload (quote pcomplete-comint-setup) "pcomplete" "\ | 20361 | (autoload 'pcomplete-comint-setup "pcomplete" "\ |
| 20471 | Setup a comint buffer to use pcomplete. | 20362 | Setup a comint buffer to use pcomplete. |
| 20472 | COMPLETEF-SYM should be the symbol where the | 20363 | COMPLETEF-SYM should be the symbol where the |
| 20473 | dynamic-complete-functions are kept. For comint mode itself, | 20364 | dynamic-complete-functions are kept. For comint mode itself, |
| @@ -20475,7 +20366,7 @@ this is `comint-dynamic-complete-functions'. | |||
| 20475 | 20366 | ||
| 20476 | \(fn COMPLETEF-SYM)" nil nil) | 20367 | \(fn COMPLETEF-SYM)" nil nil) |
| 20477 | 20368 | ||
| 20478 | (autoload (quote pcomplete-shell-setup) "pcomplete" "\ | 20369 | (autoload 'pcomplete-shell-setup "pcomplete" "\ |
| 20479 | Setup shell-mode to use pcomplete. | 20370 | Setup shell-mode to use pcomplete. |
| 20480 | 20371 | ||
| 20481 | \(fn)" nil nil) | 20372 | \(fn)" nil nil) |
| @@ -20484,10 +20375,10 @@ Setup shell-mode to use pcomplete. | |||
| 20484 | 20375 | ||
| 20485 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 20376 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 20486 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 20377 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 20487 | ;;;;;; "pcvs.el" (18104 24738)) | 20378 | ;;;;;; "pcvs.el" (18190 35204)) |
| 20488 | ;;; Generated autoloads from pcvs.el | 20379 | ;;; Generated autoloads from pcvs.el |
| 20489 | 20380 | ||
| 20490 | (autoload (quote cvs-checkout) "pcvs" "\ | 20381 | (autoload 'cvs-checkout "pcvs" "\ |
| 20491 | Run a 'cvs checkout MODULES' in DIR. | 20382 | Run a 'cvs checkout MODULES' in DIR. |
| 20492 | Feed the output to a *cvs* buffer, display it in the current window, | 20383 | Feed the output to a *cvs* buffer, display it in the current window, |
| 20493 | and run `cvs-mode' on it. | 20384 | and run `cvs-mode' on it. |
| @@ -20496,7 +20387,7 @@ With a prefix argument, prompt for cvs FLAGS to use. | |||
| 20496 | 20387 | ||
| 20497 | \(fn MODULES DIR FLAGS &optional ROOT)" t nil) | 20388 | \(fn MODULES DIR FLAGS &optional ROOT)" t nil) |
| 20498 | 20389 | ||
| 20499 | (autoload (quote cvs-quickdir) "pcvs" "\ | 20390 | (autoload 'cvs-quickdir "pcvs" "\ |
| 20500 | Open a *cvs* buffer on DIR without running cvs. | 20391 | Open a *cvs* buffer on DIR without running cvs. |
| 20501 | With a prefix argument, prompt for a directory to use. | 20392 | With a prefix argument, prompt for a directory to use. |
| 20502 | A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]), | 20393 | A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]), |
| @@ -20506,7 +20397,7 @@ FLAGS is ignored. | |||
| 20506 | 20397 | ||
| 20507 | \(fn DIR &optional FLAGS NOSHOW)" t nil) | 20398 | \(fn DIR &optional FLAGS NOSHOW)" t nil) |
| 20508 | 20399 | ||
| 20509 | (autoload (quote cvs-examine) "pcvs" "\ | 20400 | (autoload 'cvs-examine "pcvs" "\ |
| 20510 | Run a `cvs -n update' in the specified DIRECTORY. | 20401 | Run a `cvs -n update' in the specified DIRECTORY. |
| 20511 | That is, check what needs to be done, but don't change the disc. | 20402 | That is, check what needs to be done, but don't change the disc. |
| 20512 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. | 20403 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. |
| @@ -20517,7 +20408,7 @@ Optional argument NOSHOW if non-nil means not to display the buffer. | |||
| 20517 | 20408 | ||
| 20518 | \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil) | 20409 | \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil) |
| 20519 | 20410 | ||
| 20520 | (autoload (quote cvs-update) "pcvs" "\ | 20411 | (autoload 'cvs-update "pcvs" "\ |
| 20521 | Run a `cvs update' in the current working DIRECTORY. | 20412 | Run a `cvs update' in the current working DIRECTORY. |
| 20522 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. | 20413 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. |
| 20523 | With a \\[universal-argument] prefix argument, prompt for a directory to use. | 20414 | With a \\[universal-argument] prefix argument, prompt for a directory to use. |
| @@ -20528,7 +20419,7 @@ The prefix is also passed to `cvs-flags-query' to select the FLAGS | |||
| 20528 | 20419 | ||
| 20529 | \(fn DIRECTORY FLAGS)" t nil) | 20420 | \(fn DIRECTORY FLAGS)" t nil) |
| 20530 | 20421 | ||
| 20531 | (autoload (quote cvs-status) "pcvs" "\ | 20422 | (autoload 'cvs-status "pcvs" "\ |
| 20532 | Run a `cvs status' in the current working DIRECTORY. | 20423 | Run a `cvs status' in the current working DIRECTORY. |
| 20533 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. | 20424 | Feed the output to a *cvs* buffer and run `cvs-mode' on it. |
| 20534 | With a prefix argument, prompt for a directory and cvs FLAGS to use. | 20425 | With a prefix argument, prompt for a directory and cvs FLAGS to use. |
| @@ -20538,22 +20429,22 @@ Optional argument NOSHOW if non-nil means not to display the buffer. | |||
| 20538 | 20429 | ||
| 20539 | \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil) | 20430 | \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil) |
| 20540 | 20431 | ||
| 20541 | (add-to-list (quote completion-ignored-extensions) "CVS/") | 20432 | (add-to-list 'completion-ignored-extensions "CVS/") |
| 20542 | 20433 | ||
| 20543 | (defvar cvs-dired-action (quote cvs-quickdir) "\ | 20434 | (defvar cvs-dired-action 'cvs-quickdir "\ |
| 20544 | The action to be performed when opening a CVS directory. | 20435 | The action to be performed when opening a CVS directory. |
| 20545 | Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.") | 20436 | Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.") |
| 20546 | 20437 | ||
| 20547 | (custom-autoload (quote cvs-dired-action) "pcvs" t) | 20438 | (custom-autoload 'cvs-dired-action "pcvs" t) |
| 20548 | 20439 | ||
| 20549 | (defvar cvs-dired-use-hook (quote (4)) "\ | 20440 | (defvar cvs-dired-use-hook '(4) "\ |
| 20550 | Whether or not opening a CVS directory should run PCL-CVS. | 20441 | Whether or not opening a CVS directory should run PCL-CVS. |
| 20551 | A value of nil means never do it. | 20442 | A value of nil means never do it. |
| 20552 | ALWAYS means to always do it unless a prefix argument is given to the | 20443 | ALWAYS means to always do it unless a prefix argument is given to the |
| 20553 | command that prompted the opening of the directory. | 20444 | command that prompted the opening of the directory. |
| 20554 | Anything else means to do it only if the prefix arg is equal to this value.") | 20445 | Anything else means to do it only if the prefix arg is equal to this value.") |
| 20555 | 20446 | ||
| 20556 | (custom-autoload (quote cvs-dired-use-hook) "pcvs" t) | 20447 | (custom-autoload 'cvs-dired-use-hook "pcvs" t) |
| 20557 | 20448 | ||
| 20558 | (defun cvs-dired-noselect (dir) "\ | 20449 | (defun cvs-dired-noselect (dir) "\ |
| 20559 | Run `cvs-examine' if DIR is a CVS administrative directory. | 20450 | Run `cvs-examine' if DIR is a CVS administrative directory. |
| @@ -20561,18 +20452,19 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 20561 | 20452 | ||
| 20562 | ;;;*** | 20453 | ;;;*** |
| 20563 | 20454 | ||
| 20564 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18104 24738)) | 20455 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18190 35204)) |
| 20565 | ;;; Generated autoloads from pcvs-defs.el | 20456 | ;;; Generated autoloads from pcvs-defs.el |
| 20566 | 20457 | ||
| 20567 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) | 20458 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m))) |
| 20568 | 20459 | ||
| 20569 | ;;;*** | 20460 | ;;;*** |
| 20570 | 20461 | ||
| 20571 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 20462 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 20572 | ;;;;;; (18104 24768)) | 20463 | ;;;;;; (18177 873)) |
| 20573 | ;;; Generated autoloads from progmodes/perl-mode.el | 20464 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 20465 | (put 'perl-indent-level 'safe-local-variable 'integerp) | ||
| 20574 | 20466 | ||
| 20575 | (autoload (quote perl-mode) "perl-mode" "\ | 20467 | (autoload 'perl-mode "perl-mode" "\ |
| 20576 | Major mode for editing Perl code. | 20468 | Major mode for editing Perl code. |
| 20577 | Expression and list commands understand all Perl brackets. | 20469 | Expression and list commands understand all Perl brackets. |
| 20578 | Tab indents for Perl code. | 20470 | Tab indents for Perl code. |
| @@ -20627,10 +20519,10 @@ Turning on Perl mode runs the normal hook `perl-mode-hook'. | |||
| 20627 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key | 20519 | ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key |
| 20628 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt | 20520 | ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt |
| 20629 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region | 20521 | ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region |
| 20630 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18104 24738)) | 20522 | ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18177 871)) |
| 20631 | ;;; Generated autoloads from pgg.el | 20523 | ;;; Generated autoloads from pgg.el |
| 20632 | 20524 | ||
| 20633 | (autoload (quote pgg-encrypt-region) "pgg" "\ | 20525 | (autoload 'pgg-encrypt-region "pgg" "\ |
| 20634 | Encrypt the current region between START and END for RCPTS. | 20526 | Encrypt the current region between START and END for RCPTS. |
| 20635 | 20527 | ||
| 20636 | If optional argument SIGN is non-nil, do a combined sign and encrypt. | 20528 | If optional argument SIGN is non-nil, do a combined sign and encrypt. |
| @@ -20640,7 +20532,7 @@ passphrase cache or user. | |||
| 20640 | 20532 | ||
| 20641 | \(fn START END RCPTS &optional SIGN PASSPHRASE)" t nil) | 20533 | \(fn START END RCPTS &optional SIGN PASSPHRASE)" t nil) |
| 20642 | 20534 | ||
| 20643 | (autoload (quote pgg-encrypt-symmetric-region) "pgg" "\ | 20535 | (autoload 'pgg-encrypt-symmetric-region "pgg" "\ |
| 20644 | Encrypt the current region between START and END symmetric with passphrase. | 20536 | Encrypt the current region between START and END symmetric with passphrase. |
| 20645 | 20537 | ||
| 20646 | If optional PASSPHRASE is not specified, it will be obtained from the | 20538 | If optional PASSPHRASE is not specified, it will be obtained from the |
| @@ -20648,7 +20540,7 @@ cache or user. | |||
| 20648 | 20540 | ||
| 20649 | \(fn START END &optional PASSPHRASE)" t nil) | 20541 | \(fn START END &optional PASSPHRASE)" t nil) |
| 20650 | 20542 | ||
| 20651 | (autoload (quote pgg-encrypt-symmetric) "pgg" "\ | 20543 | (autoload 'pgg-encrypt-symmetric "pgg" "\ |
| 20652 | Encrypt the current buffer using a symmetric, rather than key-pair, cipher. | 20544 | Encrypt the current buffer using a symmetric, rather than key-pair, cipher. |
| 20653 | 20545 | ||
| 20654 | If optional arguments START and END are specified, only encrypt within | 20546 | If optional arguments START and END are specified, only encrypt within |
| @@ -20659,7 +20551,7 @@ passphrase cache or user. | |||
| 20659 | 20551 | ||
| 20660 | \(fn &optional START END PASSPHRASE)" t nil) | 20552 | \(fn &optional START END PASSPHRASE)" t nil) |
| 20661 | 20553 | ||
| 20662 | (autoload (quote pgg-encrypt) "pgg" "\ | 20554 | (autoload 'pgg-encrypt "pgg" "\ |
| 20663 | Encrypt the current buffer for RCPTS. | 20555 | Encrypt the current buffer for RCPTS. |
| 20664 | 20556 | ||
| 20665 | If optional argument SIGN is non-nil, do a combined sign and encrypt. | 20557 | If optional argument SIGN is non-nil, do a combined sign and encrypt. |
| @@ -20672,7 +20564,7 @@ passphrase cache or user. | |||
| 20672 | 20564 | ||
| 20673 | \(fn RCPTS &optional SIGN START END PASSPHRASE)" t nil) | 20565 | \(fn RCPTS &optional SIGN START END PASSPHRASE)" t nil) |
| 20674 | 20566 | ||
| 20675 | (autoload (quote pgg-decrypt-region) "pgg" "\ | 20567 | (autoload 'pgg-decrypt-region "pgg" "\ |
| 20676 | Decrypt the current region between START and END. | 20568 | Decrypt the current region between START and END. |
| 20677 | 20569 | ||
| 20678 | If optional PASSPHRASE is not specified, it will be obtained from the | 20570 | If optional PASSPHRASE is not specified, it will be obtained from the |
| @@ -20680,7 +20572,7 @@ passphrase cache or user. | |||
| 20680 | 20572 | ||
| 20681 | \(fn START END &optional PASSPHRASE)" t nil) | 20573 | \(fn START END &optional PASSPHRASE)" t nil) |
| 20682 | 20574 | ||
| 20683 | (autoload (quote pgg-decrypt) "pgg" "\ | 20575 | (autoload 'pgg-decrypt "pgg" "\ |
| 20684 | Decrypt the current buffer. | 20576 | Decrypt the current buffer. |
| 20685 | 20577 | ||
| 20686 | If optional arguments START and END are specified, only decrypt within | 20578 | If optional arguments START and END are specified, only decrypt within |
| @@ -20691,7 +20583,7 @@ passphrase cache or user. | |||
| 20691 | 20583 | ||
| 20692 | \(fn &optional START END PASSPHRASE)" t nil) | 20584 | \(fn &optional START END PASSPHRASE)" t nil) |
| 20693 | 20585 | ||
| 20694 | (autoload (quote pgg-sign-region) "pgg" "\ | 20586 | (autoload 'pgg-sign-region "pgg" "\ |
| 20695 | Make the signature from text between START and END. | 20587 | Make the signature from text between START and END. |
| 20696 | 20588 | ||
| 20697 | If the optional 3rd argument CLEARTEXT is non-nil, it does not create | 20589 | If the optional 3rd argument CLEARTEXT is non-nil, it does not create |
| @@ -20705,7 +20597,7 @@ passphrase cache or user. | |||
| 20705 | 20597 | ||
| 20706 | \(fn START END &optional CLEARTEXT PASSPHRASE)" t nil) | 20598 | \(fn START END &optional CLEARTEXT PASSPHRASE)" t nil) |
| 20707 | 20599 | ||
| 20708 | (autoload (quote pgg-sign) "pgg" "\ | 20600 | (autoload 'pgg-sign "pgg" "\ |
| 20709 | Sign the current buffer. | 20601 | Sign the current buffer. |
| 20710 | 20602 | ||
| 20711 | If the optional argument CLEARTEXT is non-nil, it does not create a | 20603 | If the optional argument CLEARTEXT is non-nil, it does not create a |
| @@ -20722,7 +20614,7 @@ passphrase cache or user. | |||
| 20722 | 20614 | ||
| 20723 | \(fn &optional CLEARTEXT START END PASSPHRASE)" t nil) | 20615 | \(fn &optional CLEARTEXT START END PASSPHRASE)" t nil) |
| 20724 | 20616 | ||
| 20725 | (autoload (quote pgg-verify-region) "pgg" "\ | 20617 | (autoload 'pgg-verify-region "pgg" "\ |
| 20726 | Verify the current region between START and END. | 20618 | Verify the current region between START and END. |
| 20727 | If the optional 3rd argument SIGNATURE is non-nil, it is treated as | 20619 | If the optional 3rd argument SIGNATURE is non-nil, it is treated as |
| 20728 | the detached signature of the current region. | 20620 | the detached signature of the current region. |
| @@ -20732,7 +20624,7 @@ signer's public key from `pgg-default-keyserver-address'. | |||
| 20732 | 20624 | ||
| 20733 | \(fn START END &optional SIGNATURE FETCH)" t nil) | 20625 | \(fn START END &optional SIGNATURE FETCH)" t nil) |
| 20734 | 20626 | ||
| 20735 | (autoload (quote pgg-verify) "pgg" "\ | 20627 | (autoload 'pgg-verify "pgg" "\ |
| 20736 | Verify the current buffer. | 20628 | Verify the current buffer. |
| 20737 | If the optional argument SIGNATURE is non-nil, it is treated as | 20629 | If the optional argument SIGNATURE is non-nil, it is treated as |
| 20738 | the detached signature of the current region. | 20630 | the detached signature of the current region. |
| @@ -20743,17 +20635,17 @@ within the region. | |||
| 20743 | 20635 | ||
| 20744 | \(fn &optional SIGNATURE FETCH START END)" t nil) | 20636 | \(fn &optional SIGNATURE FETCH START END)" t nil) |
| 20745 | 20637 | ||
| 20746 | (autoload (quote pgg-insert-key) "pgg" "\ | 20638 | (autoload 'pgg-insert-key "pgg" "\ |
| 20747 | Insert the ASCII armored public key. | 20639 | Insert the ASCII armored public key. |
| 20748 | 20640 | ||
| 20749 | \(fn)" t nil) | 20641 | \(fn)" t nil) |
| 20750 | 20642 | ||
| 20751 | (autoload (quote pgg-snarf-keys-region) "pgg" "\ | 20643 | (autoload 'pgg-snarf-keys-region "pgg" "\ |
| 20752 | Import public keys in the current region between START and END. | 20644 | Import public keys in the current region between START and END. |
| 20753 | 20645 | ||
| 20754 | \(fn START END)" t nil) | 20646 | \(fn START END)" t nil) |
| 20755 | 20647 | ||
| 20756 | (autoload (quote pgg-snarf-keys) "pgg" "\ | 20648 | (autoload 'pgg-snarf-keys "pgg" "\ |
| 20757 | Import public keys in the current buffer. | 20649 | Import public keys in the current buffer. |
| 20758 | 20650 | ||
| 20759 | \(fn)" t nil) | 20651 | \(fn)" t nil) |
| @@ -20761,10 +20653,10 @@ Import public keys in the current buffer. | |||
| 20761 | ;;;*** | 20653 | ;;;*** |
| 20762 | 20654 | ||
| 20763 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" | 20655 | ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el" |
| 20764 | ;;;;;; (18104 24738)) | 20656 | ;;;;;; (18177 871)) |
| 20765 | ;;; Generated autoloads from pgg-gpg.el | 20657 | ;;; Generated autoloads from pgg-gpg.el |
| 20766 | 20658 | ||
| 20767 | (autoload (quote pgg-gpg-symmetric-key-p) "pgg-gpg" "\ | 20659 | (autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\ |
| 20768 | True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | 20660 | True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. |
| 20769 | 20661 | ||
| 20770 | \(fn MESSAGE-KEYS)" nil nil) | 20662 | \(fn MESSAGE-KEYS)" nil nil) |
| @@ -20772,10 +20664,10 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | |||
| 20772 | ;;;*** | 20664 | ;;;*** |
| 20773 | 20665 | ||
| 20774 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 20666 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 20775 | ;;;;;; (18104 24772)) | 20667 | ;;;;;; (18177 876)) |
| 20776 | ;;; Generated autoloads from textmodes/picture.el | 20668 | ;;; Generated autoloads from textmodes/picture.el |
| 20777 | 20669 | ||
| 20778 | (autoload (quote picture-mode) "picture" "\ | 20670 | (autoload 'picture-mode "picture" "\ |
| 20779 | Switch to Picture mode, in which a quarter-plane screen model is used. | 20671 | Switch to Picture mode, in which a quarter-plane screen model is used. |
| 20780 | \\<picture-mode-map> | 20672 | \\<picture-mode-map> |
| 20781 | Printing characters replace instead of inserting themselves with motion | 20673 | Printing characters replace instead of inserting themselves with motion |
| @@ -20848,15 +20740,15 @@ they are not defaultly assigned to keys. | |||
| 20848 | 20740 | ||
| 20849 | \(fn)" t nil) | 20741 | \(fn)" t nil) |
| 20850 | 20742 | ||
| 20851 | (defalias (quote edit-picture) (quote picture-mode)) | 20743 | (defalias 'edit-picture 'picture-mode) |
| 20852 | 20744 | ||
| 20853 | ;;;*** | 20745 | ;;;*** |
| 20854 | 20746 | ||
| 20855 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" | 20747 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 20856 | ;;;;;; (18104 24772)) | 20748 | ;;;;;; (18177 876)) |
| 20857 | ;;; Generated autoloads from textmodes/po.el | 20749 | ;;; Generated autoloads from textmodes/po.el |
| 20858 | 20750 | ||
| 20859 | (autoload (quote po-find-file-coding-system) "po" "\ | 20751 | (autoload 'po-find-file-coding-system "po" "\ |
| 20860 | Return a (DECODING . ENCODING) pair, according to PO file's charset. | 20752 | Return a (DECODING . ENCODING) pair, according to PO file's charset. |
| 20861 | Called through `file-coding-system-alist', before the file is visited for real. | 20753 | Called through `file-coding-system-alist', before the file is visited for real. |
| 20862 | 20754 | ||
| @@ -20864,10 +20756,10 @@ Called through `file-coding-system-alist', before the file is visited for real. | |||
| 20864 | 20756 | ||
| 20865 | ;;;*** | 20757 | ;;;*** |
| 20866 | 20758 | ||
| 20867 | ;;;### (autoloads (pong) "pong" "play/pong.el" (18104 24762)) | 20759 | ;;;### (autoloads (pong) "pong" "play/pong.el" (18177 871)) |
| 20868 | ;;; Generated autoloads from play/pong.el | 20760 | ;;; Generated autoloads from play/pong.el |
| 20869 | 20761 | ||
| 20870 | (autoload (quote pong) "pong" "\ | 20762 | (autoload 'pong "pong" "\ |
| 20871 | Play pong and waste time. | 20763 | Play pong and waste time. |
| 20872 | This is an implementation of the classical game pong. | 20764 | This is an implementation of the classical game pong. |
| 20873 | Move left and right bats and try to bounce the ball to your opponent. | 20765 | Move left and right bats and try to bounce the ball to your opponent. |
| @@ -20881,22 +20773,22 @@ pong-mode keybindings:\\<pong-mode-map> | |||
| 20881 | ;;;*** | 20773 | ;;;*** |
| 20882 | 20774 | ||
| 20883 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer | 20775 | ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer |
| 20884 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (18104 24748)) | 20776 | ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (18177 858)) |
| 20885 | ;;; Generated autoloads from emacs-lisp/pp.el | 20777 | ;;; Generated autoloads from emacs-lisp/pp.el |
| 20886 | 20778 | ||
| 20887 | (autoload (quote pp-to-string) "pp" "\ | 20779 | (autoload 'pp-to-string "pp" "\ |
| 20888 | Return a string containing the pretty-printed representation of OBJECT. | 20780 | Return a string containing the pretty-printed representation of OBJECT. |
| 20889 | OBJECT can be any Lisp object. Quoting characters are used as needed | 20781 | OBJECT can be any Lisp object. Quoting characters are used as needed |
| 20890 | to make output that `read' can handle, whenever this is possible. | 20782 | to make output that `read' can handle, whenever this is possible. |
| 20891 | 20783 | ||
| 20892 | \(fn OBJECT)" nil nil) | 20784 | \(fn OBJECT)" nil nil) |
| 20893 | 20785 | ||
| 20894 | (autoload (quote pp-buffer) "pp" "\ | 20786 | (autoload 'pp-buffer "pp" "\ |
| 20895 | Prettify the current buffer with printed representation of a Lisp object. | 20787 | Prettify the current buffer with printed representation of a Lisp object. |
| 20896 | 20788 | ||
| 20897 | \(fn)" nil nil) | 20789 | \(fn)" nil nil) |
| 20898 | 20790 | ||
| 20899 | (autoload (quote pp) "pp" "\ | 20791 | (autoload 'pp "pp" "\ |
| 20900 | Output the pretty-printed representation of OBJECT, any Lisp object. | 20792 | Output the pretty-printed representation of OBJECT, any Lisp object. |
| 20901 | Quoting characters are printed as needed to make output that `read' | 20793 | Quoting characters are printed as needed to make output that `read' |
| 20902 | can handle, whenever this is possible. | 20794 | can handle, whenever this is possible. |
| @@ -20904,13 +20796,13 @@ Output stream is STREAM, or value of `standard-output' (which see). | |||
| 20904 | 20796 | ||
| 20905 | \(fn OBJECT &optional STREAM)" nil nil) | 20797 | \(fn OBJECT &optional STREAM)" nil nil) |
| 20906 | 20798 | ||
| 20907 | (autoload (quote pp-eval-expression) "pp" "\ | 20799 | (autoload 'pp-eval-expression "pp" "\ |
| 20908 | Evaluate EXPRESSION and pretty-print its value. | 20800 | Evaluate EXPRESSION and pretty-print its value. |
| 20909 | Also add the value to the front of the list in the variable `values'. | 20801 | Also add the value to the front of the list in the variable `values'. |
| 20910 | 20802 | ||
| 20911 | \(fn EXPRESSION)" t nil) | 20803 | \(fn EXPRESSION)" t nil) |
| 20912 | 20804 | ||
| 20913 | (autoload (quote pp-eval-last-sexp) "pp" "\ | 20805 | (autoload 'pp-eval-last-sexp "pp" "\ |
| 20914 | Run `pp-eval-expression' on sexp before point (which see). | 20806 | Run `pp-eval-expression' on sexp before point (which see). |
| 20915 | With argument, pretty-print output into current buffer. | 20807 | With argument, pretty-print output into current buffer. |
| 20916 | Ignores leading comment characters. | 20808 | Ignores leading comment characters. |
| @@ -20937,10 +20829,10 @@ Ignores leading comment characters. | |||
| 20937 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20829 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 20938 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20830 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 20939 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20831 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 20940 | ;;;;;; (18104 24738)) | 20832 | ;;;;;; (18190 35204)) |
| 20941 | ;;; Generated autoloads from printing.el | 20833 | ;;; Generated autoloads from printing.el |
| 20942 | 20834 | ||
| 20943 | (autoload (quote pr-interface) "printing" "\ | 20835 | (autoload 'pr-interface "printing" "\ |
| 20944 | Activate the printing interface buffer. | 20836 | Activate the printing interface buffer. |
| 20945 | 20837 | ||
| 20946 | If BUFFER is nil, the current buffer is used for printing. | 20838 | If BUFFER is nil, the current buffer is used for printing. |
| @@ -20949,7 +20841,7 @@ For more information, type \\[pr-interface-help]. | |||
| 20949 | 20841 | ||
| 20950 | \(fn &optional BUFFER)" t nil) | 20842 | \(fn &optional BUFFER)" t nil) |
| 20951 | 20843 | ||
| 20952 | (autoload (quote pr-ps-directory-preview) "printing" "\ | 20844 | (autoload 'pr-ps-directory-preview "printing" "\ |
| 20953 | Preview directory using ghostview. | 20845 | Preview directory using ghostview. |
| 20954 | 20846 | ||
| 20955 | Interactively, the command prompts for N-UP printing number, a directory, a | 20847 | Interactively, the command prompts for N-UP printing number, a directory, a |
| @@ -20968,7 +20860,7 @@ See also documentation for `pr-list-directory'. | |||
| 20968 | 20860 | ||
| 20969 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) | 20861 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) |
| 20970 | 20862 | ||
| 20971 | (autoload (quote pr-ps-directory-using-ghostscript) "printing" "\ | 20863 | (autoload 'pr-ps-directory-using-ghostscript "printing" "\ |
| 20972 | Print directory using PostScript through ghostscript. | 20864 | Print directory using PostScript through ghostscript. |
| 20973 | 20865 | ||
| 20974 | Interactively, the command prompts for N-UP printing number, a directory, a | 20866 | Interactively, the command prompts for N-UP printing number, a directory, a |
| @@ -20987,7 +20879,7 @@ See also documentation for `pr-list-directory'. | |||
| 20987 | 20879 | ||
| 20988 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) | 20880 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) |
| 20989 | 20881 | ||
| 20990 | (autoload (quote pr-ps-directory-print) "printing" "\ | 20882 | (autoload 'pr-ps-directory-print "printing" "\ |
| 20991 | Print directory using PostScript printer. | 20883 | Print directory using PostScript printer. |
| 20992 | 20884 | ||
| 20993 | Interactively, the command prompts for N-UP printing number, a directory, a | 20885 | Interactively, the command prompts for N-UP printing number, a directory, a |
| @@ -21006,7 +20898,7 @@ See also documentation for `pr-list-directory'. | |||
| 21006 | 20898 | ||
| 21007 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) | 20899 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) |
| 21008 | 20900 | ||
| 21009 | (autoload (quote pr-ps-directory-ps-print) "printing" "\ | 20901 | (autoload 'pr-ps-directory-ps-print "printing" "\ |
| 21010 | Print directory using PostScript printer or through ghostscript. | 20902 | Print directory using PostScript printer or through ghostscript. |
| 21011 | 20903 | ||
| 21012 | It depends on `pr-print-using-ghostscript'. | 20904 | It depends on `pr-print-using-ghostscript'. |
| @@ -21027,7 +20919,7 @@ See also documentation for `pr-list-directory'. | |||
| 21027 | 20919 | ||
| 21028 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) | 20920 | \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil) |
| 21029 | 20921 | ||
| 21030 | (autoload (quote pr-ps-buffer-preview) "printing" "\ | 20922 | (autoload 'pr-ps-buffer-preview "printing" "\ |
| 21031 | Preview buffer using ghostview. | 20923 | Preview buffer using ghostview. |
| 21032 | 20924 | ||
| 21033 | Interactively, the command prompts for N-UP printing number and, when you use a | 20925 | Interactively, the command prompts for N-UP printing number and, when you use a |
| @@ -21041,7 +20933,7 @@ with that name. If FILENAME is t, prompts for a file name. | |||
| 21041 | 20933 | ||
| 21042 | \(fn N-UP &optional FILENAME)" t nil) | 20934 | \(fn N-UP &optional FILENAME)" t nil) |
| 21043 | 20935 | ||
| 21044 | (autoload (quote pr-ps-buffer-using-ghostscript) "printing" "\ | 20936 | (autoload 'pr-ps-buffer-using-ghostscript "printing" "\ |
| 21045 | Print buffer using PostScript through ghostscript. | 20937 | Print buffer using PostScript through ghostscript. |
| 21046 | 20938 | ||
| 21047 | Interactively, the command prompts for N-UP printing number and, when you use a | 20939 | Interactively, the command prompts for N-UP printing number and, when you use a |
| @@ -21055,7 +20947,7 @@ that name. If FILENAME is t, prompts for a file name. | |||
| 21055 | 20947 | ||
| 21056 | \(fn N-UP &optional FILENAME)" t nil) | 20948 | \(fn N-UP &optional FILENAME)" t nil) |
| 21057 | 20949 | ||
| 21058 | (autoload (quote pr-ps-buffer-print) "printing" "\ | 20950 | (autoload 'pr-ps-buffer-print "printing" "\ |
| 21059 | Print buffer using PostScript printer. | 20951 | Print buffer using PostScript printer. |
| 21060 | 20952 | ||
| 21061 | Interactively, the command prompts for N-UP printing number and, when you use a | 20953 | Interactively, the command prompts for N-UP printing number and, when you use a |
| @@ -21069,7 +20961,7 @@ that name. If FILENAME is t, prompts for a file name. | |||
| 21069 | 20961 | ||
| 21070 | \(fn N-UP &optional FILENAME)" t nil) | 20962 | \(fn N-UP &optional FILENAME)" t nil) |
| 21071 | 20963 | ||
| 21072 | (autoload (quote pr-ps-buffer-ps-print) "printing" "\ | 20964 | (autoload 'pr-ps-buffer-ps-print "printing" "\ |
| 21073 | Print buffer using PostScript printer or through ghostscript. | 20965 | Print buffer using PostScript printer or through ghostscript. |
| 21074 | 20966 | ||
| 21075 | It depends on `pr-print-using-ghostscript'. | 20967 | It depends on `pr-print-using-ghostscript'. |
| @@ -21085,63 +20977,63 @@ that name. If FILENAME is t, prompts for a file name. | |||
| 21085 | 20977 | ||
| 21086 | \(fn N-UP &optional FILENAME)" t nil) | 20978 | \(fn N-UP &optional FILENAME)" t nil) |
| 21087 | 20979 | ||
| 21088 | (autoload (quote pr-ps-region-preview) "printing" "\ | 20980 | (autoload 'pr-ps-region-preview "printing" "\ |
| 21089 | Preview region using ghostview. | 20981 | Preview region using ghostview. |
| 21090 | 20982 | ||
| 21091 | See also `pr-ps-buffer-preview'. | 20983 | See also `pr-ps-buffer-preview'. |
| 21092 | 20984 | ||
| 21093 | \(fn N-UP &optional FILENAME)" t nil) | 20985 | \(fn N-UP &optional FILENAME)" t nil) |
| 21094 | 20986 | ||
| 21095 | (autoload (quote pr-ps-region-using-ghostscript) "printing" "\ | 20987 | (autoload 'pr-ps-region-using-ghostscript "printing" "\ |
| 21096 | Print region using PostScript through ghostscript. | 20988 | Print region using PostScript through ghostscript. |
| 21097 | 20989 | ||
| 21098 | See also `pr-ps-buffer-using-ghostscript'. | 20990 | See also `pr-ps-buffer-using-ghostscript'. |
| 21099 | 20991 | ||
| 21100 | \(fn N-UP &optional FILENAME)" t nil) | 20992 | \(fn N-UP &optional FILENAME)" t nil) |
| 21101 | 20993 | ||
| 21102 | (autoload (quote pr-ps-region-print) "printing" "\ | 20994 | (autoload 'pr-ps-region-print "printing" "\ |
| 21103 | Print region using PostScript printer. | 20995 | Print region using PostScript printer. |
| 21104 | 20996 | ||
| 21105 | See also `pr-ps-buffer-print'. | 20997 | See also `pr-ps-buffer-print'. |
| 21106 | 20998 | ||
| 21107 | \(fn N-UP &optional FILENAME)" t nil) | 20999 | \(fn N-UP &optional FILENAME)" t nil) |
| 21108 | 21000 | ||
| 21109 | (autoload (quote pr-ps-region-ps-print) "printing" "\ | 21001 | (autoload 'pr-ps-region-ps-print "printing" "\ |
| 21110 | Print region using PostScript printer or through ghostscript. | 21002 | Print region using PostScript printer or through ghostscript. |
| 21111 | 21003 | ||
| 21112 | See also `pr-ps-buffer-ps-print'. | 21004 | See also `pr-ps-buffer-ps-print'. |
| 21113 | 21005 | ||
| 21114 | \(fn N-UP &optional FILENAME)" t nil) | 21006 | \(fn N-UP &optional FILENAME)" t nil) |
| 21115 | 21007 | ||
| 21116 | (autoload (quote pr-ps-mode-preview) "printing" "\ | 21008 | (autoload 'pr-ps-mode-preview "printing" "\ |
| 21117 | Preview major mode using ghostview. | 21009 | Preview major mode using ghostview. |
| 21118 | 21010 | ||
| 21119 | See also `pr-ps-buffer-preview'. | 21011 | See also `pr-ps-buffer-preview'. |
| 21120 | 21012 | ||
| 21121 | \(fn N-UP &optional FILENAME)" t nil) | 21013 | \(fn N-UP &optional FILENAME)" t nil) |
| 21122 | 21014 | ||
| 21123 | (autoload (quote pr-ps-mode-using-ghostscript) "printing" "\ | 21015 | (autoload 'pr-ps-mode-using-ghostscript "printing" "\ |
| 21124 | Print major mode using PostScript through ghostscript. | 21016 | Print major mode using PostScript through ghostscript. |
| 21125 | 21017 | ||
| 21126 | See also `pr-ps-buffer-using-ghostscript'. | 21018 | See also `pr-ps-buffer-using-ghostscript'. |
| 21127 | 21019 | ||
| 21128 | \(fn N-UP &optional FILENAME)" t nil) | 21020 | \(fn N-UP &optional FILENAME)" t nil) |
| 21129 | 21021 | ||
| 21130 | (autoload (quote pr-ps-mode-print) "printing" "\ | 21022 | (autoload 'pr-ps-mode-print "printing" "\ |
| 21131 | Print major mode using PostScript printer. | 21023 | Print major mode using PostScript printer. |
| 21132 | 21024 | ||
| 21133 | See also `pr-ps-buffer-print'. | 21025 | See also `pr-ps-buffer-print'. |
| 21134 | 21026 | ||
| 21135 | \(fn N-UP &optional FILENAME)" t nil) | 21027 | \(fn N-UP &optional FILENAME)" t nil) |
| 21136 | 21028 | ||
| 21137 | (autoload (quote pr-ps-mode-ps-print) "printing" "\ | 21029 | (autoload 'pr-ps-mode-ps-print "printing" "\ |
| 21138 | Print major mode using PostScript or through ghostscript. | 21030 | Print major mode using PostScript or through ghostscript. |
| 21139 | 21031 | ||
| 21140 | See also `pr-ps-buffer-ps-print'. | 21032 | See also `pr-ps-buffer-ps-print'. |
| 21141 | 21033 | ||
| 21142 | \(fn N-UP &optional FILENAME)" t nil) | 21034 | \(fn N-UP &optional FILENAME)" t nil) |
| 21143 | 21035 | ||
| 21144 | (autoload (quote pr-printify-directory) "printing" "\ | 21036 | (autoload 'pr-printify-directory "printing" "\ |
| 21145 | Replace nonprinting characters in directory with printable representations. | 21037 | Replace nonprinting characters in directory with printable representations. |
| 21146 | The printable representations use ^ (for ASCII control characters) or hex. | 21038 | The printable representations use ^ (for ASCII control characters) or hex. |
| 21147 | The characters tab, linefeed, space, return and formfeed are not affected. | 21039 | The characters tab, linefeed, space, return and formfeed are not affected. |
| @@ -21156,21 +21048,21 @@ See also documentation for `pr-list-directory'. | |||
| 21156 | 21048 | ||
| 21157 | \(fn &optional DIR FILE-REGEXP)" t nil) | 21049 | \(fn &optional DIR FILE-REGEXP)" t nil) |
| 21158 | 21050 | ||
| 21159 | (autoload (quote pr-printify-buffer) "printing" "\ | 21051 | (autoload 'pr-printify-buffer "printing" "\ |
| 21160 | Replace nonprinting characters in buffer with printable representations. | 21052 | Replace nonprinting characters in buffer with printable representations. |
| 21161 | The printable representations use ^ (for ASCII control characters) or hex. | 21053 | The printable representations use ^ (for ASCII control characters) or hex. |
| 21162 | The characters tab, linefeed, space, return and formfeed are not affected. | 21054 | The characters tab, linefeed, space, return and formfeed are not affected. |
| 21163 | 21055 | ||
| 21164 | \(fn)" t nil) | 21056 | \(fn)" t nil) |
| 21165 | 21057 | ||
| 21166 | (autoload (quote pr-printify-region) "printing" "\ | 21058 | (autoload 'pr-printify-region "printing" "\ |
| 21167 | Replace nonprinting characters in region with printable representations. | 21059 | Replace nonprinting characters in region with printable representations. |
| 21168 | The printable representations use ^ (for ASCII control characters) or hex. | 21060 | The printable representations use ^ (for ASCII control characters) or hex. |
| 21169 | The characters tab, linefeed, space, return and formfeed are not affected. | 21061 | The characters tab, linefeed, space, return and formfeed are not affected. |
| 21170 | 21062 | ||
| 21171 | \(fn)" t nil) | 21063 | \(fn)" t nil) |
| 21172 | 21064 | ||
| 21173 | (autoload (quote pr-txt-directory) "printing" "\ | 21065 | (autoload 'pr-txt-directory "printing" "\ |
| 21174 | Print directory using text printer. | 21066 | Print directory using text printer. |
| 21175 | 21067 | ||
| 21176 | Interactively, the command prompts for a directory and a file name regexp for | 21068 | Interactively, the command prompts for a directory and a file name regexp for |
| @@ -21183,22 +21075,22 @@ See also documentation for `pr-list-directory'. | |||
| 21183 | 21075 | ||
| 21184 | \(fn &optional DIR FILE-REGEXP)" t nil) | 21076 | \(fn &optional DIR FILE-REGEXP)" t nil) |
| 21185 | 21077 | ||
| 21186 | (autoload (quote pr-txt-buffer) "printing" "\ | 21078 | (autoload 'pr-txt-buffer "printing" "\ |
| 21187 | Print buffer using text printer. | 21079 | Print buffer using text printer. |
| 21188 | 21080 | ||
| 21189 | \(fn)" t nil) | 21081 | \(fn)" t nil) |
| 21190 | 21082 | ||
| 21191 | (autoload (quote pr-txt-region) "printing" "\ | 21083 | (autoload 'pr-txt-region "printing" "\ |
| 21192 | Print region using text printer. | 21084 | Print region using text printer. |
| 21193 | 21085 | ||
| 21194 | \(fn)" t nil) | 21086 | \(fn)" t nil) |
| 21195 | 21087 | ||
| 21196 | (autoload (quote pr-txt-mode) "printing" "\ | 21088 | (autoload 'pr-txt-mode "printing" "\ |
| 21197 | Print major mode using text printer. | 21089 | Print major mode using text printer. |
| 21198 | 21090 | ||
| 21199 | \(fn)" t nil) | 21091 | \(fn)" t nil) |
| 21200 | 21092 | ||
| 21201 | (autoload (quote pr-despool-preview) "printing" "\ | 21093 | (autoload 'pr-despool-preview "printing" "\ |
| 21202 | Preview spooled PostScript. | 21094 | Preview spooled PostScript. |
| 21203 | 21095 | ||
| 21204 | Interactively, when you use a prefix argument (C-u), the command prompts the | 21096 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| @@ -21211,7 +21103,7 @@ PostScript image in a file with that name. | |||
| 21211 | 21103 | ||
| 21212 | \(fn &optional FILENAME)" t nil) | 21104 | \(fn &optional FILENAME)" t nil) |
| 21213 | 21105 | ||
| 21214 | (autoload (quote pr-despool-using-ghostscript) "printing" "\ | 21106 | (autoload 'pr-despool-using-ghostscript "printing" "\ |
| 21215 | Print spooled PostScript using ghostscript. | 21107 | Print spooled PostScript using ghostscript. |
| 21216 | 21108 | ||
| 21217 | Interactively, when you use a prefix argument (C-u), the command prompts the | 21109 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| @@ -21224,7 +21116,7 @@ image in a file with that name. | |||
| 21224 | 21116 | ||
| 21225 | \(fn &optional FILENAME)" t nil) | 21117 | \(fn &optional FILENAME)" t nil) |
| 21226 | 21118 | ||
| 21227 | (autoload (quote pr-despool-print) "printing" "\ | 21119 | (autoload 'pr-despool-print "printing" "\ |
| 21228 | Send the spooled PostScript to the printer. | 21120 | Send the spooled PostScript to the printer. |
| 21229 | 21121 | ||
| 21230 | Interactively, when you use a prefix argument (C-u), the command prompts the | 21122 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| @@ -21237,7 +21129,7 @@ image in a file with that name. | |||
| 21237 | 21129 | ||
| 21238 | \(fn &optional FILENAME)" t nil) | 21130 | \(fn &optional FILENAME)" t nil) |
| 21239 | 21131 | ||
| 21240 | (autoload (quote pr-despool-ps-print) "printing" "\ | 21132 | (autoload 'pr-despool-ps-print "printing" "\ |
| 21241 | Send the spooled PostScript to the printer or use ghostscript to print it. | 21133 | Send the spooled PostScript to the printer or use ghostscript to print it. |
| 21242 | 21134 | ||
| 21243 | Interactively, when you use a prefix argument (C-u), the command prompts the | 21135 | Interactively, when you use a prefix argument (C-u), the command prompts the |
| @@ -21250,32 +21142,32 @@ image in a file with that name. | |||
| 21250 | 21142 | ||
| 21251 | \(fn &optional FILENAME)" t nil) | 21143 | \(fn &optional FILENAME)" t nil) |
| 21252 | 21144 | ||
| 21253 | (autoload (quote pr-ps-file-preview) "printing" "\ | 21145 | (autoload 'pr-ps-file-preview "printing" "\ |
| 21254 | Preview PostScript file FILENAME. | 21146 | Preview PostScript file FILENAME. |
| 21255 | 21147 | ||
| 21256 | \(fn FILENAME)" t nil) | 21148 | \(fn FILENAME)" t nil) |
| 21257 | 21149 | ||
| 21258 | (autoload (quote pr-ps-file-up-preview) "printing" "\ | 21150 | (autoload 'pr-ps-file-up-preview "printing" "\ |
| 21259 | Preview PostScript file FILENAME. | 21151 | Preview PostScript file FILENAME. |
| 21260 | 21152 | ||
| 21261 | \(fn N-UP IFILENAME &optional OFILENAME)" t nil) | 21153 | \(fn N-UP IFILENAME &optional OFILENAME)" t nil) |
| 21262 | 21154 | ||
| 21263 | (autoload (quote pr-ps-file-using-ghostscript) "printing" "\ | 21155 | (autoload 'pr-ps-file-using-ghostscript "printing" "\ |
| 21264 | Print PostScript file FILENAME using ghostscript. | 21156 | Print PostScript file FILENAME using ghostscript. |
| 21265 | 21157 | ||
| 21266 | \(fn FILENAME)" t nil) | 21158 | \(fn FILENAME)" t nil) |
| 21267 | 21159 | ||
| 21268 | (autoload (quote pr-ps-file-print) "printing" "\ | 21160 | (autoload 'pr-ps-file-print "printing" "\ |
| 21269 | Print PostScript file FILENAME. | 21161 | Print PostScript file FILENAME. |
| 21270 | 21162 | ||
| 21271 | \(fn FILENAME)" t nil) | 21163 | \(fn FILENAME)" t nil) |
| 21272 | 21164 | ||
| 21273 | (autoload (quote pr-ps-file-ps-print) "printing" "\ | 21165 | (autoload 'pr-ps-file-ps-print "printing" "\ |
| 21274 | Send PostScript file FILENAME to printer or use ghostscript to print it. | 21166 | Send PostScript file FILENAME to printer or use ghostscript to print it. |
| 21275 | 21167 | ||
| 21276 | \(fn FILENAME)" t nil) | 21168 | \(fn FILENAME)" t nil) |
| 21277 | 21169 | ||
| 21278 | (autoload (quote pr-ps-file-up-ps-print) "printing" "\ | 21170 | (autoload 'pr-ps-file-up-ps-print "printing" "\ |
| 21279 | Process a PostScript file IFILENAME and send it to printer. | 21171 | Process a PostScript file IFILENAME and send it to printer. |
| 21280 | 21172 | ||
| 21281 | Interactively, the command prompts for N-UP printing number, for an input | 21173 | Interactively, the command prompts for N-UP printing number, for an input |
| @@ -21293,12 +21185,12 @@ file name. | |||
| 21293 | 21185 | ||
| 21294 | \(fn N-UP IFILENAME &optional OFILENAME)" t nil) | 21186 | \(fn N-UP IFILENAME &optional OFILENAME)" t nil) |
| 21295 | 21187 | ||
| 21296 | (autoload (quote pr-toggle-file-duplex) "printing" "\ | 21188 | (autoload 'pr-toggle-file-duplex "printing" "\ |
| 21297 | Toggle duplex for PostScript file. | 21189 | Toggle duplex for PostScript file. |
| 21298 | 21190 | ||
| 21299 | \(fn)" t nil) | 21191 | \(fn)" t nil) |
| 21300 | 21192 | ||
| 21301 | (autoload (quote pr-toggle-file-tumble) "printing" "\ | 21193 | (autoload 'pr-toggle-file-tumble "printing" "\ |
| 21302 | Toggle tumble for PostScript file. | 21194 | Toggle tumble for PostScript file. |
| 21303 | 21195 | ||
| 21304 | If tumble is off, produces a printing suitable for binding on the left or | 21196 | If tumble is off, produces a printing suitable for binding on the left or |
| @@ -21308,32 +21200,32 @@ bottom. | |||
| 21308 | 21200 | ||
| 21309 | \(fn)" t nil) | 21201 | \(fn)" t nil) |
| 21310 | 21202 | ||
| 21311 | (autoload (quote pr-toggle-file-landscape) "printing" "\ | 21203 | (autoload 'pr-toggle-file-landscape "printing" "\ |
| 21312 | Toggle landscape for PostScript file. | 21204 | Toggle landscape for PostScript file. |
| 21313 | 21205 | ||
| 21314 | \(fn)" t nil) | 21206 | \(fn)" t nil) |
| 21315 | 21207 | ||
| 21316 | (autoload (quote pr-toggle-ghostscript) "printing" "\ | 21208 | (autoload 'pr-toggle-ghostscript "printing" "\ |
| 21317 | Toggle printing using ghostscript. | 21209 | Toggle printing using ghostscript. |
| 21318 | 21210 | ||
| 21319 | \(fn)" t nil) | 21211 | \(fn)" t nil) |
| 21320 | 21212 | ||
| 21321 | (autoload (quote pr-toggle-faces) "printing" "\ | 21213 | (autoload 'pr-toggle-faces "printing" "\ |
| 21322 | Toggle printing with faces. | 21214 | Toggle printing with faces. |
| 21323 | 21215 | ||
| 21324 | \(fn)" t nil) | 21216 | \(fn)" t nil) |
| 21325 | 21217 | ||
| 21326 | (autoload (quote pr-toggle-spool) "printing" "\ | 21218 | (autoload 'pr-toggle-spool "printing" "\ |
| 21327 | Toggle spooling. | 21219 | Toggle spooling. |
| 21328 | 21220 | ||
| 21329 | \(fn)" t nil) | 21221 | \(fn)" t nil) |
| 21330 | 21222 | ||
| 21331 | (autoload (quote pr-toggle-duplex) "printing" "\ | 21223 | (autoload 'pr-toggle-duplex "printing" "\ |
| 21332 | Toggle duplex. | 21224 | Toggle duplex. |
| 21333 | 21225 | ||
| 21334 | \(fn)" t nil) | 21226 | \(fn)" t nil) |
| 21335 | 21227 | ||
| 21336 | (autoload (quote pr-toggle-tumble) "printing" "\ | 21228 | (autoload 'pr-toggle-tumble "printing" "\ |
| 21337 | Toggle tumble. | 21229 | Toggle tumble. |
| 21338 | 21230 | ||
| 21339 | If tumble is off, produces a printing suitable for binding on the left or | 21231 | If tumble is off, produces a printing suitable for binding on the left or |
| @@ -21343,97 +21235,97 @@ bottom. | |||
| 21343 | 21235 | ||
| 21344 | \(fn)" t nil) | 21236 | \(fn)" t nil) |
| 21345 | 21237 | ||
| 21346 | (autoload (quote pr-toggle-landscape) "printing" "\ | 21238 | (autoload 'pr-toggle-landscape "printing" "\ |
| 21347 | Toggle landscape. | 21239 | Toggle landscape. |
| 21348 | 21240 | ||
| 21349 | \(fn)" t nil) | 21241 | \(fn)" t nil) |
| 21350 | 21242 | ||
| 21351 | (autoload (quote pr-toggle-upside-down) "printing" "\ | 21243 | (autoload 'pr-toggle-upside-down "printing" "\ |
| 21352 | Toggle upside-down. | 21244 | Toggle upside-down. |
| 21353 | 21245 | ||
| 21354 | \(fn)" t nil) | 21246 | \(fn)" t nil) |
| 21355 | 21247 | ||
| 21356 | (autoload (quote pr-toggle-line) "printing" "\ | 21248 | (autoload 'pr-toggle-line "printing" "\ |
| 21357 | Toggle line number. | 21249 | Toggle line number. |
| 21358 | 21250 | ||
| 21359 | \(fn)" t nil) | 21251 | \(fn)" t nil) |
| 21360 | 21252 | ||
| 21361 | (autoload (quote pr-toggle-zebra) "printing" "\ | 21253 | (autoload 'pr-toggle-zebra "printing" "\ |
| 21362 | Toggle zebra stripes. | 21254 | Toggle zebra stripes. |
| 21363 | 21255 | ||
| 21364 | \(fn)" t nil) | 21256 | \(fn)" t nil) |
| 21365 | 21257 | ||
| 21366 | (autoload (quote pr-toggle-header) "printing" "\ | 21258 | (autoload 'pr-toggle-header "printing" "\ |
| 21367 | Toggle printing header. | 21259 | Toggle printing header. |
| 21368 | 21260 | ||
| 21369 | \(fn)" t nil) | 21261 | \(fn)" t nil) |
| 21370 | 21262 | ||
| 21371 | (autoload (quote pr-toggle-header-frame) "printing" "\ | 21263 | (autoload 'pr-toggle-header-frame "printing" "\ |
| 21372 | Toggle printing header frame. | 21264 | Toggle printing header frame. |
| 21373 | 21265 | ||
| 21374 | \(fn)" t nil) | 21266 | \(fn)" t nil) |
| 21375 | 21267 | ||
| 21376 | (autoload (quote pr-toggle-lock) "printing" "\ | 21268 | (autoload 'pr-toggle-lock "printing" "\ |
| 21377 | Toggle menu lock. | 21269 | Toggle menu lock. |
| 21378 | 21270 | ||
| 21379 | \(fn)" t nil) | 21271 | \(fn)" t nil) |
| 21380 | 21272 | ||
| 21381 | (autoload (quote pr-toggle-region) "printing" "\ | 21273 | (autoload 'pr-toggle-region "printing" "\ |
| 21382 | Toggle auto region. | 21274 | Toggle auto region. |
| 21383 | 21275 | ||
| 21384 | \(fn)" t nil) | 21276 | \(fn)" t nil) |
| 21385 | 21277 | ||
| 21386 | (autoload (quote pr-toggle-mode) "printing" "\ | 21278 | (autoload 'pr-toggle-mode "printing" "\ |
| 21387 | Toggle auto mode. | 21279 | Toggle auto mode. |
| 21388 | 21280 | ||
| 21389 | \(fn)" t nil) | 21281 | \(fn)" t nil) |
| 21390 | 21282 | ||
| 21391 | (autoload (quote pr-customize) "printing" "\ | 21283 | (autoload 'pr-customize "printing" "\ |
| 21392 | Customization of the `printing' group. | 21284 | Customization of the `printing' group. |
| 21393 | 21285 | ||
| 21394 | \(fn &rest IGNORE)" t nil) | 21286 | \(fn &rest IGNORE)" t nil) |
| 21395 | 21287 | ||
| 21396 | (autoload (quote lpr-customize) "printing" "\ | 21288 | (autoload 'lpr-customize "printing" "\ |
| 21397 | Customization of the `lpr' group. | 21289 | Customization of the `lpr' group. |
| 21398 | 21290 | ||
| 21399 | \(fn &rest IGNORE)" t nil) | 21291 | \(fn &rest IGNORE)" t nil) |
| 21400 | 21292 | ||
| 21401 | (autoload (quote pr-help) "printing" "\ | 21293 | (autoload 'pr-help "printing" "\ |
| 21402 | Help for the printing package. | 21294 | Help for the printing package. |
| 21403 | 21295 | ||
| 21404 | \(fn &rest IGNORE)" t nil) | 21296 | \(fn &rest IGNORE)" t nil) |
| 21405 | 21297 | ||
| 21406 | (autoload (quote pr-ps-name) "printing" "\ | 21298 | (autoload 'pr-ps-name "printing" "\ |
| 21407 | Interactively select a PostScript printer. | 21299 | Interactively select a PostScript printer. |
| 21408 | 21300 | ||
| 21409 | \(fn)" t nil) | 21301 | \(fn)" t nil) |
| 21410 | 21302 | ||
| 21411 | (autoload (quote pr-txt-name) "printing" "\ | 21303 | (autoload 'pr-txt-name "printing" "\ |
| 21412 | Interactively select a text printer. | 21304 | Interactively select a text printer. |
| 21413 | 21305 | ||
| 21414 | \(fn)" t nil) | 21306 | \(fn)" t nil) |
| 21415 | 21307 | ||
| 21416 | (autoload (quote pr-ps-utility) "printing" "\ | 21308 | (autoload 'pr-ps-utility "printing" "\ |
| 21417 | Interactively select a PostScript utility. | 21309 | Interactively select a PostScript utility. |
| 21418 | 21310 | ||
| 21419 | \(fn)" t nil) | 21311 | \(fn)" t nil) |
| 21420 | 21312 | ||
| 21421 | (autoload (quote pr-show-ps-setup) "printing" "\ | 21313 | (autoload 'pr-show-ps-setup "printing" "\ |
| 21422 | Show current ps-print settings. | 21314 | Show current ps-print settings. |
| 21423 | 21315 | ||
| 21424 | \(fn &rest IGNORE)" t nil) | 21316 | \(fn &rest IGNORE)" t nil) |
| 21425 | 21317 | ||
| 21426 | (autoload (quote pr-show-pr-setup) "printing" "\ | 21318 | (autoload 'pr-show-pr-setup "printing" "\ |
| 21427 | Show current printing settings. | 21319 | Show current printing settings. |
| 21428 | 21320 | ||
| 21429 | \(fn &rest IGNORE)" t nil) | 21321 | \(fn &rest IGNORE)" t nil) |
| 21430 | 21322 | ||
| 21431 | (autoload (quote pr-show-lpr-setup) "printing" "\ | 21323 | (autoload 'pr-show-lpr-setup "printing" "\ |
| 21432 | Show current lpr settings. | 21324 | Show current lpr settings. |
| 21433 | 21325 | ||
| 21434 | \(fn &rest IGNORE)" t nil) | 21326 | \(fn &rest IGNORE)" t nil) |
| 21435 | 21327 | ||
| 21436 | (autoload (quote pr-ps-fast-fire) "printing" "\ | 21328 | (autoload 'pr-ps-fast-fire "printing" "\ |
| 21437 | Fast fire function for PostScript printing. | 21329 | Fast fire function for PostScript printing. |
| 21438 | 21330 | ||
| 21439 | If a region is active, the region will be printed instead of the whole buffer. | 21331 | If a region is active, the region will be printed instead of the whole buffer. |
| @@ -21496,7 +21388,7 @@ are both set to t. | |||
| 21496 | 21388 | ||
| 21497 | \(fn N-UP &optional SELECT)" t nil) | 21389 | \(fn N-UP &optional SELECT)" t nil) |
| 21498 | 21390 | ||
| 21499 | (autoload (quote pr-txt-fast-fire) "printing" "\ | 21391 | (autoload 'pr-txt-fast-fire "printing" "\ |
| 21500 | Fast fire function for text printing. | 21392 | Fast fire function for text printing. |
| 21501 | 21393 | ||
| 21502 | If a region is active, the region will be printed instead of the whole buffer. | 21394 | If a region is active, the region will be printed instead of the whole buffer. |
| @@ -21525,10 +21417,10 @@ are both set to t. | |||
| 21525 | ;;;*** | 21417 | ;;;*** |
| 21526 | 21418 | ||
| 21527 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" | 21419 | ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el" |
| 21528 | ;;;;;; (18104 24768)) | 21420 | ;;;;;; (18177 873)) |
| 21529 | ;;; Generated autoloads from progmodes/prolog.el | 21421 | ;;; Generated autoloads from progmodes/prolog.el |
| 21530 | 21422 | ||
| 21531 | (autoload (quote prolog-mode) "prolog" "\ | 21423 | (autoload 'prolog-mode "prolog" "\ |
| 21532 | Major mode for editing Prolog code for Prologs. | 21424 | Major mode for editing Prolog code for Prologs. |
| 21533 | Blank lines and `%%...' separate paragraphs. `%'s start comments. | 21425 | Blank lines and `%%...' separate paragraphs. `%'s start comments. |
| 21534 | Commands: | 21426 | Commands: |
| @@ -21538,9 +21430,9 @@ if that value is non-nil. | |||
| 21538 | 21430 | ||
| 21539 | \(fn)" t nil) | 21431 | \(fn)" t nil) |
| 21540 | 21432 | ||
| 21541 | (defalias (quote run-prolog) (quote switch-to-prolog)) | 21433 | (defalias 'run-prolog 'switch-to-prolog) |
| 21542 | 21434 | ||
| 21543 | (autoload (quote switch-to-prolog) "prolog" "\ | 21435 | (autoload 'switch-to-prolog "prolog" "\ |
| 21544 | Run an inferior Prolog process, input and output via buffer *prolog*. | 21436 | Run an inferior Prolog process, input and output via buffer *prolog*. |
| 21545 | With prefix argument \\[universal-prefix], prompt for the program to use. | 21437 | With prefix argument \\[universal-prefix], prompt for the program to use. |
| 21546 | 21438 | ||
| @@ -21548,20 +21440,20 @@ With prefix argument \\[universal-prefix], prompt for the program to use. | |||
| 21548 | 21440 | ||
| 21549 | ;;;*** | 21441 | ;;;*** |
| 21550 | 21442 | ||
| 21551 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18104 24739)) | 21443 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18177 874)) |
| 21552 | ;;; Generated autoloads from ps-bdf.el | 21444 | ;;; Generated autoloads from ps-bdf.el |
| 21553 | 21445 | ||
| 21554 | (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 21446 | (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\ |
| 21555 | *List of directories to search for `BDF' font files. | 21447 | *List of directories to search for `BDF' font files. |
| 21556 | The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | 21448 | The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") |
| 21557 | 21449 | ||
| 21558 | ;;;*** | 21450 | ;;;*** |
| 21559 | 21451 | ||
| 21560 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18104 | 21452 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18177 |
| 21561 | ;;;;;; 24768)) | 21453 | ;;;;;; 873)) |
| 21562 | ;;; Generated autoloads from progmodes/ps-mode.el | 21454 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 21563 | 21455 | ||
| 21564 | (autoload (quote ps-mode) "ps-mode" "\ | 21456 | (autoload 'ps-mode "ps-mode" "\ |
| 21565 | Major mode for editing PostScript with GNU Emacs. | 21457 | Major mode for editing PostScript with GNU Emacs. |
| 21566 | 21458 | ||
| 21567 | Entry to this mode calls `ps-mode-hook'. | 21459 | Entry to this mode calls `ps-mode-hook'. |
| @@ -21609,24 +21501,24 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21609 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 21501 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 21610 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 21502 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 21611 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 21503 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 21612 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18104 | 21504 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18190 |
| 21613 | ;;;;;; 24739)) | 21505 | ;;;;;; 35206)) |
| 21614 | ;;; Generated autoloads from ps-print.el | 21506 | ;;; Generated autoloads from ps-print.el |
| 21615 | 21507 | ||
| 21616 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ | 21508 | (defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5")) "\ |
| 21617 | *List associating a symbolic paper type to its width, height and doc media. | 21509 | *List associating a symbolic paper type to its width, height and doc media. |
| 21618 | See `ps-paper-type'.") | 21510 | See `ps-paper-type'.") |
| 21619 | 21511 | ||
| 21620 | (custom-autoload (quote ps-page-dimensions-database) "ps-print" t) | 21512 | (custom-autoload 'ps-page-dimensions-database "ps-print" t) |
| 21621 | 21513 | ||
| 21622 | (defvar ps-paper-type (quote letter) "\ | 21514 | (defvar ps-paper-type 'letter "\ |
| 21623 | *Specify the size of paper to format for. | 21515 | *Specify the size of paper to format for. |
| 21624 | Should be one of the paper types defined in `ps-page-dimensions-database', for | 21516 | Should be one of the paper types defined in `ps-page-dimensions-database', for |
| 21625 | example `letter', `legal' or `a4'.") | 21517 | example `letter', `legal' or `a4'.") |
| 21626 | 21518 | ||
| 21627 | (custom-autoload (quote ps-paper-type) "ps-print" t) | 21519 | (custom-autoload 'ps-paper-type "ps-print" t) |
| 21628 | 21520 | ||
| 21629 | (defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\ | 21521 | (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\ |
| 21630 | *Specify how buffer's text color is printed. | 21522 | *Specify how buffer's text color is printed. |
| 21631 | 21523 | ||
| 21632 | Valid values are: | 21524 | Valid values are: |
| @@ -21640,14 +21532,14 @@ Valid values are: | |||
| 21640 | 21532 | ||
| 21641 | Any other value is treated as t.") | 21533 | Any other value is treated as t.") |
| 21642 | 21534 | ||
| 21643 | (custom-autoload (quote ps-print-color-p) "ps-print" t) | 21535 | (custom-autoload 'ps-print-color-p "ps-print" t) |
| 21644 | 21536 | ||
| 21645 | (autoload (quote ps-print-customize) "ps-print" "\ | 21537 | (autoload 'ps-print-customize "ps-print" "\ |
| 21646 | Customization of ps-print group. | 21538 | Customization of ps-print group. |
| 21647 | 21539 | ||
| 21648 | \(fn)" t nil) | 21540 | \(fn)" t nil) |
| 21649 | 21541 | ||
| 21650 | (autoload (quote ps-print-buffer) "ps-print" "\ | 21542 | (autoload 'ps-print-buffer "ps-print" "\ |
| 21651 | Generate and print a PostScript image of the buffer. | 21543 | Generate and print a PostScript image of the buffer. |
| 21652 | 21544 | ||
| 21653 | Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the | 21545 | Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the |
| @@ -21660,7 +21552,7 @@ image in a file with that name. | |||
| 21660 | 21552 | ||
| 21661 | \(fn &optional FILENAME)" t nil) | 21553 | \(fn &optional FILENAME)" t nil) |
| 21662 | 21554 | ||
| 21663 | (autoload (quote ps-print-buffer-with-faces) "ps-print" "\ | 21555 | (autoload 'ps-print-buffer-with-faces "ps-print" "\ |
| 21664 | Generate and print a PostScript image of the buffer. | 21556 | Generate and print a PostScript image of the buffer. |
| 21665 | Like `ps-print-buffer', but includes font, color, and underline information in | 21557 | Like `ps-print-buffer', but includes font, color, and underline information in |
| 21666 | the generated image. This command works only if you are using a window system, | 21558 | the generated image. This command works only if you are using a window system, |
| @@ -21668,13 +21560,13 @@ so it has a way to determine color values. | |||
| 21668 | 21560 | ||
| 21669 | \(fn &optional FILENAME)" t nil) | 21561 | \(fn &optional FILENAME)" t nil) |
| 21670 | 21562 | ||
| 21671 | (autoload (quote ps-print-region) "ps-print" "\ | 21563 | (autoload 'ps-print-region "ps-print" "\ |
| 21672 | Generate and print a PostScript image of the region. | 21564 | Generate and print a PostScript image of the region. |
| 21673 | Like `ps-print-buffer', but prints just the current region. | 21565 | Like `ps-print-buffer', but prints just the current region. |
| 21674 | 21566 | ||
| 21675 | \(fn FROM TO &optional FILENAME)" t nil) | 21567 | \(fn FROM TO &optional FILENAME)" t nil) |
| 21676 | 21568 | ||
| 21677 | (autoload (quote ps-print-region-with-faces) "ps-print" "\ | 21569 | (autoload 'ps-print-region-with-faces "ps-print" "\ |
| 21678 | Generate and print a PostScript image of the region. | 21570 | Generate and print a PostScript image of the region. |
| 21679 | Like `ps-print-region', but includes font, color, and underline information in | 21571 | Like `ps-print-region', but includes font, color, and underline information in |
| 21680 | the generated image. This command works only if you are using a window system, | 21572 | the generated image. This command works only if you are using a window system, |
| @@ -21682,7 +21574,7 @@ so it has a way to determine color values. | |||
| 21682 | 21574 | ||
| 21683 | \(fn FROM TO &optional FILENAME)" t nil) | 21575 | \(fn FROM TO &optional FILENAME)" t nil) |
| 21684 | 21576 | ||
| 21685 | (autoload (quote ps-spool-buffer) "ps-print" "\ | 21577 | (autoload 'ps-spool-buffer "ps-print" "\ |
| 21686 | Generate and spool a PostScript image of the buffer. | 21578 | Generate and spool a PostScript image of the buffer. |
| 21687 | Like `ps-print-buffer' except that the PostScript image is saved in a local | 21579 | Like `ps-print-buffer' except that the PostScript image is saved in a local |
| 21688 | buffer to be sent to the printer later. | 21580 | buffer to be sent to the printer later. |
| @@ -21691,7 +21583,7 @@ Use the command `ps-despool' to send the spooled images to the printer. | |||
| 21691 | 21583 | ||
| 21692 | \(fn)" t nil) | 21584 | \(fn)" t nil) |
| 21693 | 21585 | ||
| 21694 | (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\ | 21586 | (autoload 'ps-spool-buffer-with-faces "ps-print" "\ |
| 21695 | Generate and spool a PostScript image of the buffer. | 21587 | Generate and spool a PostScript image of the buffer. |
| 21696 | Like `ps-spool-buffer', but includes font, color, and underline information in | 21588 | Like `ps-spool-buffer', but includes font, color, and underline information in |
| 21697 | the generated image. This command works only if you are using a window system, | 21589 | the generated image. This command works only if you are using a window system, |
| @@ -21701,7 +21593,7 @@ Use the command `ps-despool' to send the spooled images to the printer. | |||
| 21701 | 21593 | ||
| 21702 | \(fn)" t nil) | 21594 | \(fn)" t nil) |
| 21703 | 21595 | ||
| 21704 | (autoload (quote ps-spool-region) "ps-print" "\ | 21596 | (autoload 'ps-spool-region "ps-print" "\ |
| 21705 | Generate a PostScript image of the region and spool locally. | 21597 | Generate a PostScript image of the region and spool locally. |
| 21706 | Like `ps-spool-buffer', but spools just the current region. | 21598 | Like `ps-spool-buffer', but spools just the current region. |
| 21707 | 21599 | ||
| @@ -21709,7 +21601,7 @@ Use the command `ps-despool' to send the spooled images to the printer. | |||
| 21709 | 21601 | ||
| 21710 | \(fn FROM TO)" t nil) | 21602 | \(fn FROM TO)" t nil) |
| 21711 | 21603 | ||
| 21712 | (autoload (quote ps-spool-region-with-faces) "ps-print" "\ | 21604 | (autoload 'ps-spool-region-with-faces "ps-print" "\ |
| 21713 | Generate a PostScript image of the region and spool locally. | 21605 | Generate a PostScript image of the region and spool locally. |
| 21714 | Like `ps-spool-region', but includes font, color, and underline information in | 21606 | Like `ps-spool-region', but includes font, color, and underline information in |
| 21715 | the generated image. This command works only if you are using a window system, | 21607 | the generated image. This command works only if you are using a window system, |
| @@ -21719,7 +21611,7 @@ Use the command `ps-despool' to send the spooled images to the printer. | |||
| 21719 | 21611 | ||
| 21720 | \(fn FROM TO)" t nil) | 21612 | \(fn FROM TO)" t nil) |
| 21721 | 21613 | ||
| 21722 | (autoload (quote ps-despool) "ps-print" "\ | 21614 | (autoload 'ps-despool "ps-print" "\ |
| 21723 | Send the spooled PostScript to the printer. | 21615 | Send the spooled PostScript to the printer. |
| 21724 | 21616 | ||
| 21725 | Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the | 21617 | Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the |
| @@ -21732,7 +21624,7 @@ image in a file with that name. | |||
| 21732 | 21624 | ||
| 21733 | \(fn &optional FILENAME)" t nil) | 21625 | \(fn &optional FILENAME)" t nil) |
| 21734 | 21626 | ||
| 21735 | (autoload (quote ps-line-lengths) "ps-print" "\ | 21627 | (autoload 'ps-line-lengths "ps-print" "\ |
| 21736 | Display the correspondence between a line length and a font size. | 21628 | Display the correspondence between a line length and a font size. |
| 21737 | Done using the current ps-print setup. | 21629 | Done using the current ps-print setup. |
| 21738 | Try: pr -t file | awk '{printf \"%3d %s | 21630 | Try: pr -t file | awk '{printf \"%3d %s |
| @@ -21740,24 +21632,24 @@ Try: pr -t file | awk '{printf \"%3d %s | |||
| 21740 | 21632 | ||
| 21741 | \(fn)" t nil) | 21633 | \(fn)" t nil) |
| 21742 | 21634 | ||
| 21743 | (autoload (quote ps-nb-pages-buffer) "ps-print" "\ | 21635 | (autoload 'ps-nb-pages-buffer "ps-print" "\ |
| 21744 | Display number of pages to print this buffer, for various font heights. | 21636 | Display number of pages to print this buffer, for various font heights. |
| 21745 | The table depends on the current ps-print setup. | 21637 | The table depends on the current ps-print setup. |
| 21746 | 21638 | ||
| 21747 | \(fn NB-LINES)" t nil) | 21639 | \(fn NB-LINES)" t nil) |
| 21748 | 21640 | ||
| 21749 | (autoload (quote ps-nb-pages-region) "ps-print" "\ | 21641 | (autoload 'ps-nb-pages-region "ps-print" "\ |
| 21750 | Display number of pages to print the region, for various font heights. | 21642 | Display number of pages to print the region, for various font heights. |
| 21751 | The table depends on the current ps-print setup. | 21643 | The table depends on the current ps-print setup. |
| 21752 | 21644 | ||
| 21753 | \(fn NB-LINES)" t nil) | 21645 | \(fn NB-LINES)" t nil) |
| 21754 | 21646 | ||
| 21755 | (autoload (quote ps-setup) "ps-print" "\ | 21647 | (autoload 'ps-setup "ps-print" "\ |
| 21756 | Return the current PostScript-generation setup. | 21648 | Return the current PostScript-generation setup. |
| 21757 | 21649 | ||
| 21758 | \(fn)" nil nil) | 21650 | \(fn)" nil nil) |
| 21759 | 21651 | ||
| 21760 | (autoload (quote ps-extend-face-list) "ps-print" "\ | 21652 | (autoload 'ps-extend-face-list "ps-print" "\ |
| 21761 | Extend face in ALIST-SYM. | 21653 | Extend face in ALIST-SYM. |
| 21762 | 21654 | ||
| 21763 | If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged | 21655 | If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged |
| @@ -21772,7 +21664,7 @@ See `ps-extend-face' for documentation. | |||
| 21772 | 21664 | ||
| 21773 | \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil) | 21665 | \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil) |
| 21774 | 21666 | ||
| 21775 | (autoload (quote ps-extend-face) "ps-print" "\ | 21667 | (autoload 'ps-extend-face "ps-print" "\ |
| 21776 | Extend face in ALIST-SYM. | 21668 | Extend face in ALIST-SYM. |
| 21777 | 21669 | ||
| 21778 | If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged | 21670 | If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged |
| @@ -21807,16 +21699,16 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21807 | ;;;*** | 21699 | ;;;*** |
| 21808 | 21700 | ||
| 21809 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" | 21701 | ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" |
| 21810 | ;;;;;; (18104 24768)) | 21702 | ;;;;;; (18190 35206)) |
| 21811 | ;;; Generated autoloads from progmodes/python.el | 21703 | ;;; Generated autoloads from progmodes/python.el |
| 21812 | 21704 | ||
| 21813 | (add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) | 21705 | (add-to-list 'interpreter-mode-alist '("jython" . jython-mode)) |
| 21814 | 21706 | ||
| 21815 | (add-to-list (quote interpreter-mode-alist) (quote ("python" . python-mode))) | 21707 | (add-to-list 'interpreter-mode-alist '("python" . python-mode)) |
| 21816 | 21708 | ||
| 21817 | (add-to-list (quote auto-mode-alist) (quote ("\\.py\\'" . python-mode))) | 21709 | (add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode)) |
| 21818 | 21710 | ||
| 21819 | (autoload (quote run-python) "python" "\ | 21711 | (autoload 'run-python "python" "\ |
| 21820 | Run an inferior Python process, input and output via buffer *Python*. | 21712 | Run an inferior Python process, input and output via buffer *Python*. |
| 21821 | CMD is the Python command to run. NOSHOW non-nil means don't show the | 21713 | CMD is the Python command to run. NOSHOW non-nil means don't show the |
| 21822 | buffer automatically. | 21714 | buffer automatically. |
| @@ -21835,7 +21727,7 @@ buffer for a list of commands.) | |||
| 21835 | 21727 | ||
| 21836 | \(fn &optional CMD NOSHOW NEW)" t nil) | 21728 | \(fn &optional CMD NOSHOW NEW)" t nil) |
| 21837 | 21729 | ||
| 21838 | (autoload (quote python-mode) "python" "\ | 21730 | (autoload 'python-mode "python" "\ |
| 21839 | Major mode for editing Python files. | 21731 | Major mode for editing Python files. |
| 21840 | Font Lock mode is currently required for correct parsing of the source. | 21732 | Font Lock mode is currently required for correct parsing of the source. |
| 21841 | See also `jython-mode', which is actually invoked if the buffer appears to | 21733 | See also `jython-mode', which is actually invoked if the buffer appears to |
| @@ -21872,7 +21764,7 @@ with skeleton expansions for compound statement templates. | |||
| 21872 | 21764 | ||
| 21873 | \(fn)" t nil) | 21765 | \(fn)" t nil) |
| 21874 | 21766 | ||
| 21875 | (autoload (quote jython-mode) "python" "\ | 21767 | (autoload 'jython-mode "python" "\ |
| 21876 | Major mode for editing Jython files. | 21768 | Major mode for editing Jython files. |
| 21877 | Like `python-mode', but sets up parameters for Jython subprocesses. | 21769 | Like `python-mode', but sets up parameters for Jython subprocesses. |
| 21878 | Runs `jython-mode-hook' after `python-mode-hook'. | 21770 | Runs `jython-mode-hook' after `python-mode-hook'. |
| @@ -21882,10 +21774,10 @@ Runs `jython-mode-hook' after `python-mode-hook'. | |||
| 21882 | ;;;*** | 21774 | ;;;*** |
| 21883 | 21775 | ||
| 21884 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" | 21776 | ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el" |
| 21885 | ;;;;;; (18104 24754)) | 21777 | ;;;;;; (18177 862)) |
| 21886 | ;;; Generated autoloads from gnus/qp.el | 21778 | ;;; Generated autoloads from gnus/qp.el |
| 21887 | 21779 | ||
| 21888 | (autoload (quote quoted-printable-decode-region) "qp" "\ | 21780 | (autoload 'quoted-printable-decode-region "qp" "\ |
| 21889 | Decode quoted-printable in the region between FROM and TO, per RFC 2045. | 21781 | Decode quoted-printable in the region between FROM and TO, per RFC 2045. |
| 21890 | If CODING-SYSTEM is non-nil, decode bytes into characters with that | 21782 | If CODING-SYSTEM is non-nil, decode bytes into characters with that |
| 21891 | coding-system. | 21783 | coding-system. |
| @@ -21905,15 +21797,15 @@ them into characters should be done separately. | |||
| 21905 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 21797 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 21906 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 21798 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 21907 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 21799 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 21908 | ;;;;;; "international/quail.el" (18104 24757)) | 21800 | ;;;;;; "international/quail.el" (18177 865)) |
| 21909 | ;;; Generated autoloads from international/quail.el | 21801 | ;;; Generated autoloads from international/quail.el |
| 21910 | 21802 | ||
| 21911 | (autoload (quote quail-title) "quail" "\ | 21803 | (autoload 'quail-title "quail" "\ |
| 21912 | Return the title of the current Quail package. | 21804 | Return the title of the current Quail package. |
| 21913 | 21805 | ||
| 21914 | \(fn)" nil nil) | 21806 | \(fn)" nil nil) |
| 21915 | 21807 | ||
| 21916 | (autoload (quote quail-use-package) "quail" "\ | 21808 | (autoload 'quail-use-package "quail" "\ |
| 21917 | Start using Quail package PACKAGE-NAME. | 21809 | Start using Quail package PACKAGE-NAME. |
| 21918 | The remaining arguments are libraries to be loaded before using the package. | 21810 | The remaining arguments are libraries to be loaded before using the package. |
| 21919 | 21811 | ||
| @@ -21922,7 +21814,7 @@ This activates input method defined by PACKAGE-NAME by running | |||
| 21922 | 21814 | ||
| 21923 | \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil) | 21815 | \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil) |
| 21924 | 21816 | ||
| 21925 | (autoload (quote quail-define-package) "quail" "\ | 21817 | (autoload 'quail-define-package "quail" "\ |
| 21926 | Define NAME as a new Quail package for input LANGUAGE. | 21818 | Define NAME as a new Quail package for input LANGUAGE. |
| 21927 | TITLE is a string to be displayed at mode-line to indicate this package. | 21819 | TITLE is a string to be displayed at mode-line to indicate this package. |
| 21928 | Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS, | 21820 | Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS, |
| @@ -22003,7 +21895,7 @@ non-Quail commands. | |||
| 22003 | 21895 | ||
| 22004 | \(fn NAME LANGUAGE TITLE &optional GUIDANCE DOCSTRING TRANSLATION-KEYS FORGET-LAST-SELECTION DETERMINISTIC KBD-TRANSLATE SHOW-LAYOUT CREATE-DECODE-MAP MAXIMUM-SHORTEST OVERLAY-PLIST UPDATE-TRANSLATION-FUNCTION CONVERSION-KEYS SIMPLE)" nil nil) | 21896 | \(fn NAME LANGUAGE TITLE &optional GUIDANCE DOCSTRING TRANSLATION-KEYS FORGET-LAST-SELECTION DETERMINISTIC KBD-TRANSLATE SHOW-LAYOUT CREATE-DECODE-MAP MAXIMUM-SHORTEST OVERLAY-PLIST UPDATE-TRANSLATION-FUNCTION CONVERSION-KEYS SIMPLE)" nil nil) |
| 22005 | 21897 | ||
| 22006 | (autoload (quote quail-set-keyboard-layout) "quail" "\ | 21898 | (autoload 'quail-set-keyboard-layout "quail" "\ |
| 22007 | Set the current keyboard layout to the same as keyboard KBD-TYPE. | 21899 | Set the current keyboard layout to the same as keyboard KBD-TYPE. |
| 22008 | 21900 | ||
| 22009 | Since some Quail packages depends on a physical layout of keys (not | 21901 | Since some Quail packages depends on a physical layout of keys (not |
| @@ -22014,7 +21906,7 @@ you type is correctly handled. | |||
| 22014 | 21906 | ||
| 22015 | \(fn KBD-TYPE)" t nil) | 21907 | \(fn KBD-TYPE)" t nil) |
| 22016 | 21908 | ||
| 22017 | (autoload (quote quail-show-keyboard-layout) "quail" "\ | 21909 | (autoload 'quail-show-keyboard-layout "quail" "\ |
| 22018 | Show the physical layout of the keyboard type KEYBOARD-TYPE. | 21910 | Show the physical layout of the keyboard type KEYBOARD-TYPE. |
| 22019 | 21911 | ||
| 22020 | The variable `quail-keyboard-layout-type' holds the currently selected | 21912 | The variable `quail-keyboard-layout-type' holds the currently selected |
| @@ -22022,7 +21914,7 @@ keyboard type. | |||
| 22022 | 21914 | ||
| 22023 | \(fn &optional KEYBOARD-TYPE)" t nil) | 21915 | \(fn &optional KEYBOARD-TYPE)" t nil) |
| 22024 | 21916 | ||
| 22025 | (autoload (quote quail-define-rules) "quail" "\ | 21917 | (autoload 'quail-define-rules "quail" "\ |
| 22026 | Define translation rules of the current Quail package. | 21918 | Define translation rules of the current Quail package. |
| 22027 | Each argument is a list of KEY and TRANSLATION. | 21919 | Each argument is a list of KEY and TRANSLATION. |
| 22028 | KEY is a string meaning a sequence of keystrokes to be translated. | 21920 | KEY is a string meaning a sequence of keystrokes to be translated. |
| @@ -22057,7 +21949,7 @@ the following annotation types are supported. | |||
| 22057 | 21949 | ||
| 22058 | \(fn &rest RULES)" nil (quote macro)) | 21950 | \(fn &rest RULES)" nil (quote macro)) |
| 22059 | 21951 | ||
| 22060 | (autoload (quote quail-install-map) "quail" "\ | 21952 | (autoload 'quail-install-map "quail" "\ |
| 22061 | Install the Quail map MAP in the current Quail package. | 21953 | Install the Quail map MAP in the current Quail package. |
| 22062 | 21954 | ||
| 22063 | Optional 2nd arg NAME, if non-nil, is a name of Quail package for | 21955 | Optional 2nd arg NAME, if non-nil, is a name of Quail package for |
| @@ -22067,7 +21959,7 @@ The installed map can be referred by the function `quail-map'. | |||
| 22067 | 21959 | ||
| 22068 | \(fn MAP &optional NAME)" nil nil) | 21960 | \(fn MAP &optional NAME)" nil nil) |
| 22069 | 21961 | ||
| 22070 | (autoload (quote quail-install-decode-map) "quail" "\ | 21962 | (autoload 'quail-install-decode-map "quail" "\ |
| 22071 | Install the Quail decode map DECODE-MAP in the current Quail package. | 21963 | Install the Quail decode map DECODE-MAP in the current Quail package. |
| 22072 | 21964 | ||
| 22073 | Optional 2nd arg NAME, if non-nil, is a name of Quail package for | 21965 | Optional 2nd arg NAME, if non-nil, is a name of Quail package for |
| @@ -22077,7 +21969,7 @@ The installed decode map can be referred by the function `quail-decode-map'. | |||
| 22077 | 21969 | ||
| 22078 | \(fn DECODE-MAP &optional NAME)" nil nil) | 21970 | \(fn DECODE-MAP &optional NAME)" nil nil) |
| 22079 | 21971 | ||
| 22080 | (autoload (quote quail-defrule) "quail" "\ | 21972 | (autoload 'quail-defrule "quail" "\ |
| 22081 | Add one translation rule, KEY to TRANSLATION, in the current Quail package. | 21973 | Add one translation rule, KEY to TRANSLATION, in the current Quail package. |
| 22082 | KEY is a string meaning a sequence of keystrokes to be translated. | 21974 | KEY is a string meaning a sequence of keystrokes to be translated. |
| 22083 | TRANSLATION is a character, a string, a vector, a Quail map, | 21975 | TRANSLATION is a character, a string, a vector, a Quail map, |
| @@ -22104,7 +21996,7 @@ to the current translations for KEY instead of replacing them. | |||
| 22104 | 21996 | ||
| 22105 | \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil) | 21997 | \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil) |
| 22106 | 21998 | ||
| 22107 | (autoload (quote quail-defrule-internal) "quail" "\ | 21999 | (autoload 'quail-defrule-internal "quail" "\ |
| 22108 | Define KEY as TRANS in a Quail map MAP. | 22000 | Define KEY as TRANS in a Quail map MAP. |
| 22109 | 22001 | ||
| 22110 | If Optional 4th arg APPEND is non-nil, TRANS is appended to the | 22002 | If Optional 4th arg APPEND is non-nil, TRANS is appended to the |
| @@ -22117,7 +22009,7 @@ function `quail-define-rules' for the detail. | |||
| 22117 | 22009 | ||
| 22118 | \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil) | 22010 | \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil) |
| 22119 | 22011 | ||
| 22120 | (autoload (quote quail-update-leim-list-file) "quail" "\ | 22012 | (autoload 'quail-update-leim-list-file "quail" "\ |
| 22121 | Update entries for Quail packages in `LEIM' list file in directory DIRNAME. | 22013 | Update entries for Quail packages in `LEIM' list file in directory DIRNAME. |
| 22122 | DIRNAME is a directory containing Emacs input methods; | 22014 | DIRNAME is a directory containing Emacs input methods; |
| 22123 | normally, it should specify the `leim' subdirectory | 22015 | normally, it should specify the `leim' subdirectory |
| @@ -22136,8 +22028,8 @@ of each directory. | |||
| 22136 | 22028 | ||
| 22137 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 22029 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 22138 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 22030 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 22139 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18104 | 22031 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18177 |
| 22140 | ;;;;;; 24760)) | 22032 | ;;;;;; 869)) |
| 22141 | ;;; Generated autoloads from net/quickurl.el | 22033 | ;;; Generated autoloads from net/quickurl.el |
| 22142 | 22034 | ||
| 22143 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 22035 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -22151,7 +22043,7 @@ To make use of this do something like: | |||
| 22151 | 22043 | ||
| 22152 | in your ~/.emacs (after loading/requiring quickurl).") | 22044 | in your ~/.emacs (after loading/requiring quickurl).") |
| 22153 | 22045 | ||
| 22154 | (autoload (quote quickurl) "quickurl" "\ | 22046 | (autoload 'quickurl "quickurl" "\ |
| 22155 | Insert an URL based on LOOKUP. | 22047 | Insert an URL based on LOOKUP. |
| 22156 | 22048 | ||
| 22157 | If not supplied LOOKUP is taken to be the word at point in the current | 22049 | If not supplied LOOKUP is taken to be the word at point in the current |
| @@ -22160,12 +22052,12 @@ buffer, this default action can be modifed via | |||
| 22160 | 22052 | ||
| 22161 | \(fn &optional LOOKUP)" t nil) | 22053 | \(fn &optional LOOKUP)" t nil) |
| 22162 | 22054 | ||
| 22163 | (autoload (quote quickurl-ask) "quickurl" "\ | 22055 | (autoload 'quickurl-ask "quickurl" "\ |
| 22164 | Insert an URL, with `completing-read' prompt, based on LOOKUP. | 22056 | Insert an URL, with `completing-read' prompt, based on LOOKUP. |
| 22165 | 22057 | ||
| 22166 | \(fn LOOKUP)" t nil) | 22058 | \(fn LOOKUP)" t nil) |
| 22167 | 22059 | ||
| 22168 | (autoload (quote quickurl-add-url) "quickurl" "\ | 22060 | (autoload 'quickurl-add-url "quickurl" "\ |
| 22169 | Allow the user to interactively add a new URL associated with WORD. | 22061 | Allow the user to interactively add a new URL associated with WORD. |
| 22170 | 22062 | ||
| 22171 | See `quickurl-grab-url' for details on how the default word/url combination | 22063 | See `quickurl-grab-url' for details on how the default word/url combination |
| @@ -22173,7 +22065,7 @@ is decided. | |||
| 22173 | 22065 | ||
| 22174 | \(fn WORD URL COMMENT)" t nil) | 22066 | \(fn WORD URL COMMENT)" t nil) |
| 22175 | 22067 | ||
| 22176 | (autoload (quote quickurl-browse-url) "quickurl" "\ | 22068 | (autoload 'quickurl-browse-url "quickurl" "\ |
| 22177 | Browse the URL associated with LOOKUP. | 22069 | Browse the URL associated with LOOKUP. |
| 22178 | 22070 | ||
| 22179 | If not supplied LOOKUP is taken to be the word at point in the | 22071 | If not supplied LOOKUP is taken to be the word at point in the |
| @@ -22182,17 +22074,17 @@ current buffer, this default action can be modifed via | |||
| 22182 | 22074 | ||
| 22183 | \(fn &optional LOOKUP)" t nil) | 22075 | \(fn &optional LOOKUP)" t nil) |
| 22184 | 22076 | ||
| 22185 | (autoload (quote quickurl-browse-url-ask) "quickurl" "\ | 22077 | (autoload 'quickurl-browse-url-ask "quickurl" "\ |
| 22186 | Browse the URL, with `completing-read' prompt, associated with LOOKUP. | 22078 | Browse the URL, with `completing-read' prompt, associated with LOOKUP. |
| 22187 | 22079 | ||
| 22188 | \(fn LOOKUP)" t nil) | 22080 | \(fn LOOKUP)" t nil) |
| 22189 | 22081 | ||
| 22190 | (autoload (quote quickurl-edit-urls) "quickurl" "\ | 22082 | (autoload 'quickurl-edit-urls "quickurl" "\ |
| 22191 | Pull `quickurl-url-file' into a buffer for hand editing. | 22083 | Pull `quickurl-url-file' into a buffer for hand editing. |
| 22192 | 22084 | ||
| 22193 | \(fn)" t nil) | 22085 | \(fn)" t nil) |
| 22194 | 22086 | ||
| 22195 | (autoload (quote quickurl-list-mode) "quickurl" "\ | 22087 | (autoload 'quickurl-list-mode "quickurl" "\ |
| 22196 | A mode for browsing the quickurl URL list. | 22088 | A mode for browsing the quickurl URL list. |
| 22197 | 22089 | ||
| 22198 | The key bindings for `quickurl-list-mode' are: | 22090 | The key bindings for `quickurl-list-mode' are: |
| @@ -22201,7 +22093,7 @@ The key bindings for `quickurl-list-mode' are: | |||
| 22201 | 22093 | ||
| 22202 | \(fn)" t nil) | 22094 | \(fn)" t nil) |
| 22203 | 22095 | ||
| 22204 | (autoload (quote quickurl-list) "quickurl" "\ | 22096 | (autoload 'quickurl-list "quickurl" "\ |
| 22205 | Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | 22097 | Display `quickurl-list' as a formatted list using `quickurl-list-mode'. |
| 22206 | 22098 | ||
| 22207 | \(fn)" t nil) | 22099 | \(fn)" t nil) |
| @@ -22209,10 +22101,10 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'. | |||
| 22209 | ;;;*** | 22101 | ;;;*** |
| 22210 | 22102 | ||
| 22211 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" | 22103 | ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc" |
| 22212 | ;;;;;; "net/rcirc.el" (18104 24760)) | 22104 | ;;;;;; "net/rcirc.el" (18177 869)) |
| 22213 | ;;; Generated autoloads from net/rcirc.el | 22105 | ;;; Generated autoloads from net/rcirc.el |
| 22214 | 22106 | ||
| 22215 | (autoload (quote rcirc) "rcirc" "\ | 22107 | (autoload 'rcirc "rcirc" "\ |
| 22216 | Connect to all servers in `rcirc-server-alist'. | 22108 | Connect to all servers in `rcirc-server-alist'. |
| 22217 | 22109 | ||
| 22218 | Do not connect to a server if it is already connected. | 22110 | Do not connect to a server if it is already connected. |
| @@ -22221,9 +22113,9 @@ If ARG is non-nil, instead prompt for connection parameters. | |||
| 22221 | 22113 | ||
| 22222 | \(fn ARG)" t nil) | 22114 | \(fn ARG)" t nil) |
| 22223 | 22115 | ||
| 22224 | (defalias (quote irc) (quote rcirc)) | 22116 | (defalias 'irc 'rcirc) |
| 22225 | 22117 | ||
| 22226 | (autoload (quote rcirc-connect) "rcirc" "\ | 22118 | (autoload 'rcirc-connect "rcirc" "\ |
| 22227 | Not documented | 22119 | Not documented |
| 22228 | 22120 | ||
| 22229 | \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil) | 22121 | \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil) |
| @@ -22235,20 +22127,20 @@ Setting this variable directly does not take effect; | |||
| 22235 | either customize it (see the info node `Easy Customization') | 22127 | either customize it (see the info node `Easy Customization') |
| 22236 | or call the function `rcirc-track-minor-mode'.") | 22128 | or call the function `rcirc-track-minor-mode'.") |
| 22237 | 22129 | ||
| 22238 | (custom-autoload (quote rcirc-track-minor-mode) "rcirc" nil) | 22130 | (custom-autoload 'rcirc-track-minor-mode "rcirc" nil) |
| 22239 | 22131 | ||
| 22240 | (autoload (quote rcirc-track-minor-mode) "rcirc" "\ | 22132 | (autoload 'rcirc-track-minor-mode "rcirc" "\ |
| 22241 | Global minor mode for tracking activity in rcirc buffers. | 22133 | Global minor mode for tracking activity in rcirc buffers. |
| 22242 | 22134 | ||
| 22243 | \(fn &optional ARG)" t nil) | 22135 | \(fn &optional ARG)" t nil) |
| 22244 | 22136 | ||
| 22245 | ;;;*** | 22137 | ;;;*** |
| 22246 | 22138 | ||
| 22247 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18104 | 22139 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18177 |
| 22248 | ;;;;;; 24760)) | 22140 | ;;;;;; 869)) |
| 22249 | ;;; Generated autoloads from net/rcompile.el | 22141 | ;;; Generated autoloads from net/rcompile.el |
| 22250 | 22142 | ||
| 22251 | (autoload (quote remote-compile) "rcompile" "\ | 22143 | (autoload 'remote-compile "rcompile" "\ |
| 22252 | Compile the current buffer's directory on HOST. Log in as USER. | 22144 | Compile the current buffer's directory on HOST. Log in as USER. |
| 22253 | See \\[compile]. | 22145 | See \\[compile]. |
| 22254 | 22146 | ||
| @@ -22257,19 +22149,19 @@ See \\[compile]. | |||
| 22257 | ;;;*** | 22149 | ;;;*** |
| 22258 | 22150 | ||
| 22259 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" | 22151 | ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" |
| 22260 | ;;;;;; (18104 24748)) | 22152 | ;;;;;; (18190 35188)) |
| 22261 | ;;; Generated autoloads from emacs-lisp/re-builder.el | 22153 | ;;; Generated autoloads from emacs-lisp/re-builder.el |
| 22262 | 22154 | ||
| 22263 | (defalias (quote regexp-builder) (quote re-builder)) | 22155 | (defalias 'regexp-builder 're-builder) |
| 22264 | 22156 | ||
| 22265 | (autoload (quote re-builder) "re-builder" "\ | 22157 | (autoload 're-builder "re-builder" "\ |
| 22266 | Construct a regexp interactively. | 22158 | Construct a regexp interactively. |
| 22267 | 22159 | ||
| 22268 | \(fn)" t nil) | 22160 | \(fn)" t nil) |
| 22269 | 22161 | ||
| 22270 | ;;;*** | 22162 | ;;;*** |
| 22271 | 22163 | ||
| 22272 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18104 24739)) | 22164 | ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18190 35206)) |
| 22273 | ;;; Generated autoloads from recentf.el | 22165 | ;;; Generated autoloads from recentf.el |
| 22274 | 22166 | ||
| 22275 | (defvar recentf-mode nil "\ | 22167 | (defvar recentf-mode nil "\ |
| @@ -22279,9 +22171,9 @@ Setting this variable directly does not take effect; | |||
| 22279 | either customize it (see the info node `Easy Customization') | 22171 | either customize it (see the info node `Easy Customization') |
| 22280 | or call the function `recentf-mode'.") | 22172 | or call the function `recentf-mode'.") |
| 22281 | 22173 | ||
| 22282 | (custom-autoload (quote recentf-mode) "recentf" nil) | 22174 | (custom-autoload 'recentf-mode "recentf" nil) |
| 22283 | 22175 | ||
| 22284 | (autoload (quote recentf-mode) "recentf" "\ | 22176 | (autoload 'recentf-mode "recentf" "\ |
| 22285 | Toggle recentf mode. | 22177 | Toggle recentf mode. |
| 22286 | With prefix argument ARG, turn on if positive, otherwise off. | 22178 | With prefix argument ARG, turn on if positive, otherwise off. |
| 22287 | Returns non-nil if the new state is enabled. | 22179 | Returns non-nil if the new state is enabled. |
| @@ -22296,20 +22188,20 @@ that were operated on recently. | |||
| 22296 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle | 22188 | ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle |
| 22297 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle | 22189 | ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle |
| 22298 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle | 22190 | ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle |
| 22299 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18104 | 22191 | ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18177 |
| 22300 | ;;;;;; 24739)) | 22192 | ;;;;;; 874)) |
| 22301 | ;;; Generated autoloads from rect.el | 22193 | ;;; Generated autoloads from rect.el |
| 22302 | 22194 | ||
| 22303 | (autoload (quote move-to-column-force) "rect" "\ | 22195 | (autoload 'move-to-column-force "rect" "\ |
| 22304 | If COLUMN is within a multi-column character, replace it by spaces and tab. | 22196 | If COLUMN is within a multi-column character, replace it by spaces and tab. |
| 22305 | As for `move-to-column', passing anything but nil or t in FLAG will move to | 22197 | As for `move-to-column', passing anything but nil or t in FLAG will move to |
| 22306 | the desired column only if the line is long enough. | 22198 | the desired column only if the line is long enough. |
| 22307 | 22199 | ||
| 22308 | \(fn COLUMN &optional FLAG)" nil nil) | 22200 | \(fn COLUMN &optional FLAG)" nil nil) |
| 22309 | 22201 | ||
| 22310 | (make-obsolete (quote move-to-column-force) (quote move-to-column) "21.2") | 22202 | (make-obsolete 'move-to-column-force 'move-to-column "21.2") |
| 22311 | 22203 | ||
| 22312 | (autoload (quote delete-rectangle) "rect" "\ | 22204 | (autoload 'delete-rectangle "rect" "\ |
| 22313 | Delete (don't save) text in the region-rectangle. | 22205 | Delete (don't save) text in the region-rectangle. |
| 22314 | The same range of columns is deleted in each line starting with the | 22206 | The same range of columns is deleted in each line starting with the |
| 22315 | line where the region begins and ending with the line where the region | 22207 | line where the region begins and ending with the line where the region |
| @@ -22321,7 +22213,7 @@ to be deleted. | |||
| 22321 | 22213 | ||
| 22322 | \(fn START END &optional FILL)" t nil) | 22214 | \(fn START END &optional FILL)" t nil) |
| 22323 | 22215 | ||
| 22324 | (autoload (quote delete-extract-rectangle) "rect" "\ | 22216 | (autoload 'delete-extract-rectangle "rect" "\ |
| 22325 | Delete the contents of the rectangle with corners at START and END. | 22217 | Delete the contents of the rectangle with corners at START and END. |
| 22326 | Return it as a list of strings, one for each line of the rectangle. | 22218 | Return it as a list of strings, one for each line of the rectangle. |
| 22327 | 22219 | ||
| @@ -22331,13 +22223,13 @@ deleted. | |||
| 22331 | 22223 | ||
| 22332 | \(fn START END &optional FILL)" nil nil) | 22224 | \(fn START END &optional FILL)" nil nil) |
| 22333 | 22225 | ||
| 22334 | (autoload (quote extract-rectangle) "rect" "\ | 22226 | (autoload 'extract-rectangle "rect" "\ |
| 22335 | Return the contents of the rectangle with corners at START and END. | 22227 | Return the contents of the rectangle with corners at START and END. |
| 22336 | Return it as a list of strings, one for each line of the rectangle. | 22228 | Return it as a list of strings, one for each line of the rectangle. |
| 22337 | 22229 | ||
| 22338 | \(fn START END)" nil nil) | 22230 | \(fn START END)" nil nil) |
| 22339 | 22231 | ||
| 22340 | (autoload (quote kill-rectangle) "rect" "\ | 22232 | (autoload 'kill-rectangle "rect" "\ |
| 22341 | Delete the region-rectangle and save it as the last killed one. | 22233 | Delete the region-rectangle and save it as the last killed one. |
| 22342 | 22234 | ||
| 22343 | When called from a program the rectangle's corners are START and END. | 22235 | When called from a program the rectangle's corners are START and END. |
| @@ -22354,12 +22246,12 @@ even beep.) | |||
| 22354 | 22246 | ||
| 22355 | \(fn START END &optional FILL)" t nil) | 22247 | \(fn START END &optional FILL)" t nil) |
| 22356 | 22248 | ||
| 22357 | (autoload (quote yank-rectangle) "rect" "\ | 22249 | (autoload 'yank-rectangle "rect" "\ |
| 22358 | Yank the last killed rectangle with upper left corner at point. | 22250 | Yank the last killed rectangle with upper left corner at point. |
| 22359 | 22251 | ||
| 22360 | \(fn)" t nil) | 22252 | \(fn)" t nil) |
| 22361 | 22253 | ||
| 22362 | (autoload (quote insert-rectangle) "rect" "\ | 22254 | (autoload 'insert-rectangle "rect" "\ |
| 22363 | Insert text of RECTANGLE with upper left corner at point. | 22255 | Insert text of RECTANGLE with upper left corner at point. |
| 22364 | RECTANGLE's first line is inserted at point, its second | 22256 | RECTANGLE's first line is inserted at point, its second |
| 22365 | line is inserted at a point vertically under point, etc. | 22257 | line is inserted at a point vertically under point, etc. |
| @@ -22369,7 +22261,7 @@ and point is at the lower right corner. | |||
| 22369 | 22261 | ||
| 22370 | \(fn RECTANGLE)" nil nil) | 22262 | \(fn RECTANGLE)" nil nil) |
| 22371 | 22263 | ||
| 22372 | (autoload (quote open-rectangle) "rect" "\ | 22264 | (autoload 'open-rectangle "rect" "\ |
| 22373 | Blank out the region-rectangle, shifting text right. | 22265 | Blank out the region-rectangle, shifting text right. |
| 22374 | 22266 | ||
| 22375 | The text previously in the region is not overwritten by the blanks, | 22267 | The text previously in the region is not overwritten by the blanks, |
| @@ -22381,9 +22273,9 @@ on the right side of the rectangle. | |||
| 22381 | 22273 | ||
| 22382 | \(fn START END &optional FILL)" t nil) | 22274 | \(fn START END &optional FILL)" t nil) |
| 22383 | 22275 | ||
| 22384 | (defalias (quote close-rectangle) (quote delete-whitespace-rectangle)) | 22276 | (defalias 'close-rectangle 'delete-whitespace-rectangle) |
| 22385 | 22277 | ||
| 22386 | (autoload (quote delete-whitespace-rectangle) "rect" "\ | 22278 | (autoload 'delete-whitespace-rectangle "rect" "\ |
| 22387 | Delete all whitespace following a specified column in each line. | 22279 | Delete all whitespace following a specified column in each line. |
| 22388 | The left edge of the rectangle specifies the position in each line | 22280 | The left edge of the rectangle specifies the position in each line |
| 22389 | at which whitespace deletion should begin. On each line in the | 22281 | at which whitespace deletion should begin. On each line in the |
| @@ -22394,7 +22286,7 @@ With a prefix (or a FILL) argument, also fill too short lines. | |||
| 22394 | 22286 | ||
| 22395 | \(fn START END &optional FILL)" t nil) | 22287 | \(fn START END &optional FILL)" t nil) |
| 22396 | 22288 | ||
| 22397 | (autoload (quote string-rectangle) "rect" "\ | 22289 | (autoload 'string-rectangle "rect" "\ |
| 22398 | Replace rectangle contents with STRING on each line. | 22290 | Replace rectangle contents with STRING on each line. |
| 22399 | The length of STRING need not be the same as the rectangle width. | 22291 | The length of STRING need not be the same as the rectangle width. |
| 22400 | 22292 | ||
| @@ -22402,9 +22294,9 @@ Called from a program, takes three args; START, END and STRING. | |||
| 22402 | 22294 | ||
| 22403 | \(fn START END STRING)" t nil) | 22295 | \(fn START END STRING)" t nil) |
| 22404 | 22296 | ||
| 22405 | (defalias (quote replace-rectangle) (quote string-rectangle)) | 22297 | (defalias 'replace-rectangle 'string-rectangle) |
| 22406 | 22298 | ||
| 22407 | (autoload (quote string-insert-rectangle) "rect" "\ | 22299 | (autoload 'string-insert-rectangle "rect" "\ |
| 22408 | Insert STRING on each line of region-rectangle, shifting text right. | 22300 | Insert STRING on each line of region-rectangle, shifting text right. |
| 22409 | 22301 | ||
| 22410 | When called from a program, the rectangle's corners are START and END. | 22302 | When called from a program, the rectangle's corners are START and END. |
| @@ -22413,7 +22305,7 @@ This command does not delete or overwrite any existing text. | |||
| 22413 | 22305 | ||
| 22414 | \(fn START END STRING)" t nil) | 22306 | \(fn START END STRING)" t nil) |
| 22415 | 22307 | ||
| 22416 | (autoload (quote clear-rectangle) "rect" "\ | 22308 | (autoload 'clear-rectangle "rect" "\ |
| 22417 | Blank out the region-rectangle. | 22309 | Blank out the region-rectangle. |
| 22418 | The text previously in the region is overwritten with blanks. | 22310 | The text previously in the region is overwritten with blanks. |
| 22419 | 22311 | ||
| @@ -22425,13 +22317,13 @@ rectangle which were empty. | |||
| 22425 | 22317 | ||
| 22426 | ;;;*** | 22318 | ;;;*** |
| 22427 | 22319 | ||
| 22428 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18104 | 22320 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18177 |
| 22429 | ;;;;;; 24772)) | 22321 | ;;;;;; 876)) |
| 22430 | ;;; Generated autoloads from textmodes/refill.el | 22322 | ;;; Generated autoloads from textmodes/refill.el |
| 22431 | 22323 | ||
| 22432 | (autoload (quote refill-mode) "refill" "\ | 22324 | (autoload 'refill-mode "refill" "\ |
| 22433 | Toggle Refill minor mode. | 22325 | Toggle Refill minor mode. |
| 22434 | With prefix arg, turn Refill mode on iff arg is positive. | 22326 | With prefix arg, turn Refill mode on if arg is positive, otherwise turn it off. |
| 22435 | 22327 | ||
| 22436 | When Refill mode is on, the current paragraph will be formatted when | 22328 | When Refill mode is on, the current paragraph will be formatted when |
| 22437 | changes are made within it. Self-inserting characters only cause | 22329 | changes are made within it. Self-inserting characters only cause |
| @@ -22442,15 +22334,15 @@ refilling if they would cause auto-filling. | |||
| 22442 | ;;;*** | 22334 | ;;;*** |
| 22443 | 22335 | ||
| 22444 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode | 22336 | ;;;### (autoloads (reftex-reset-scanning-information reftex-mode |
| 22445 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18104 24772)) | 22337 | ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18177 876)) |
| 22446 | ;;; Generated autoloads from textmodes/reftex.el | 22338 | ;;; Generated autoloads from textmodes/reftex.el |
| 22447 | 22339 | ||
| 22448 | (autoload (quote turn-on-reftex) "reftex" "\ | 22340 | (autoload 'turn-on-reftex "reftex" "\ |
| 22449 | Turn on RefTeX mode. | 22341 | Turn on RefTeX mode. |
| 22450 | 22342 | ||
| 22451 | \(fn)" nil nil) | 22343 | \(fn)" nil nil) |
| 22452 | 22344 | ||
| 22453 | (autoload (quote reftex-mode) "reftex" "\ | 22345 | (autoload 'reftex-mode "reftex" "\ |
| 22454 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. | 22346 | Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX. |
| 22455 | 22347 | ||
| 22456 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing | 22348 | \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing |
| @@ -22483,7 +22375,7 @@ on the menu bar. | |||
| 22483 | 22375 | ||
| 22484 | \(fn &optional ARG)" t nil) | 22376 | \(fn &optional ARG)" t nil) |
| 22485 | 22377 | ||
| 22486 | (autoload (quote reftex-reset-scanning-information) "reftex" "\ | 22378 | (autoload 'reftex-reset-scanning-information "reftex" "\ |
| 22487 | Reset the symbols containing information from buffer scanning. | 22379 | Reset the symbols containing information from buffer scanning. |
| 22488 | This enforces rescanning the buffer on next use. | 22380 | This enforces rescanning the buffer on next use. |
| 22489 | 22381 | ||
| @@ -22492,10 +22384,10 @@ This enforces rescanning the buffer on next use. | |||
| 22492 | ;;;*** | 22384 | ;;;*** |
| 22493 | 22385 | ||
| 22494 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 22386 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 22495 | ;;;;;; (18104 24772)) | 22387 | ;;;;;; (18177 876)) |
| 22496 | ;;; Generated autoloads from textmodes/reftex-cite.el | 22388 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 22497 | 22389 | ||
| 22498 | (autoload (quote reftex-citation) "reftex-cite" "\ | 22390 | (autoload 'reftex-citation "reftex-cite" "\ |
| 22499 | Make a citation using BibTeX database files. | 22391 | Make a citation using BibTeX database files. |
| 22500 | After prompting for a regular expression, scans the buffers with | 22392 | After prompting for a regular expression, scans the buffers with |
| 22501 | bibtex entries (taken from the \\bibliography command) and offers the | 22393 | bibtex entries (taken from the \\bibliography command) and offers the |
| @@ -22522,27 +22414,27 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 22522 | ;;;*** | 22414 | ;;;*** |
| 22523 | 22415 | ||
| 22524 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" | 22416 | ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el" |
| 22525 | ;;;;;; (18104 24772)) | 22417 | ;;;;;; (18177 876)) |
| 22526 | ;;; Generated autoloads from textmodes/reftex-global.el | 22418 | ;;; Generated autoloads from textmodes/reftex-global.el |
| 22527 | 22419 | ||
| 22528 | (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\ | 22420 | (autoload 'reftex-isearch-minor-mode "reftex-global" "\ |
| 22529 | When on, isearch searches the whole document, not only the current file. | 22421 | When on, isearch searches the whole document, not only the current file. |
| 22530 | This minor mode allows isearch to search through all the files of | 22422 | This minor mode allows isearch to search through all the files of |
| 22531 | the current TeX document. | 22423 | the current TeX document. |
| 22532 | 22424 | ||
| 22533 | With no argument, this command toggles | 22425 | With no argument, this command toggles |
| 22534 | `reftex-isearch-minor-mode'. With a prefix argument ARG, turn | 22426 | `reftex-isearch-minor-mode'. With a prefix argument ARG, turn |
| 22535 | `reftex-isearch-minor-mode' on iff ARG is positive. | 22427 | `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off. |
| 22536 | 22428 | ||
| 22537 | \(fn &optional ARG)" t nil) | 22429 | \(fn &optional ARG)" t nil) |
| 22538 | 22430 | ||
| 22539 | ;;;*** | 22431 | ;;;*** |
| 22540 | 22432 | ||
| 22541 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 22433 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 22542 | ;;;;;; (18104 24772)) | 22434 | ;;;;;; (18177 876)) |
| 22543 | ;;; Generated autoloads from textmodes/reftex-index.el | 22435 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 22544 | 22436 | ||
| 22545 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 22437 | (autoload 'reftex-index-phrases-mode "reftex-index" "\ |
| 22546 | Major mode for managing the Index phrases of a LaTeX document. | 22438 | Major mode for managing the Index phrases of a LaTeX document. |
| 22547 | This buffer was created with RefTeX. | 22439 | This buffer was created with RefTeX. |
| 22548 | 22440 | ||
| @@ -22572,10 +22464,10 @@ Here are all local bindings. | |||
| 22572 | ;;;*** | 22464 | ;;;*** |
| 22573 | 22465 | ||
| 22574 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" | 22466 | ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" |
| 22575 | ;;;;;; (18104 24772)) | 22467 | ;;;;;; (18177 876)) |
| 22576 | ;;; Generated autoloads from textmodes/reftex-parse.el | 22468 | ;;; Generated autoloads from textmodes/reftex-parse.el |
| 22577 | 22469 | ||
| 22578 | (autoload (quote reftex-all-document-files) "reftex-parse" "\ | 22470 | (autoload 'reftex-all-document-files "reftex-parse" "\ |
| 22579 | Return a list of all files belonging to the current document. | 22471 | Return a list of all files belonging to the current document. |
| 22580 | When RELATIVE is non-nil, give file names relative to directory | 22472 | When RELATIVE is non-nil, give file names relative to directory |
| 22581 | of master file. | 22473 | of master file. |
| @@ -22584,8 +22476,8 @@ of master file. | |||
| 22584 | 22476 | ||
| 22585 | ;;;*** | 22477 | ;;;*** |
| 22586 | 22478 | ||
| 22587 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18104 | 22479 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18177 |
| 22588 | ;;;;;; 24772)) | 22480 | ;;;;;; 876)) |
| 22589 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22481 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22590 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22482 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22591 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22483 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22595,10 +22487,10 @@ of master file. | |||
| 22595 | ;;;*** | 22487 | ;;;*** |
| 22596 | 22488 | ||
| 22597 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" | 22489 | ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" |
| 22598 | ;;;;;; (18104 24748)) | 22490 | ;;;;;; (18177 858)) |
| 22599 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el | 22491 | ;;; Generated autoloads from emacs-lisp/regexp-opt.el |
| 22600 | 22492 | ||
| 22601 | (autoload (quote regexp-opt) "regexp-opt" "\ | 22493 | (autoload 'regexp-opt "regexp-opt" "\ |
| 22602 | Return a regexp to match a string in the list STRINGS. | 22494 | Return a regexp to match a string in the list STRINGS. |
| 22603 | Each string should be unique in STRINGS and should not contain any regexps, | 22495 | Each string should be unique in STRINGS and should not contain any regexps, |
| 22604 | quoted or not. If optional PAREN is non-nil, ensure that the returned regexp | 22496 | quoted or not. If optional PAREN is non-nil, ensure that the returned regexp |
| @@ -22613,7 +22505,7 @@ by \\=\\< and \\>. | |||
| 22613 | 22505 | ||
| 22614 | \(fn STRINGS &optional PAREN)" nil nil) | 22506 | \(fn STRINGS &optional PAREN)" nil nil) |
| 22615 | 22507 | ||
| 22616 | (autoload (quote regexp-opt-depth) "regexp-opt" "\ | 22508 | (autoload 'regexp-opt-depth "regexp-opt" "\ |
| 22617 | Return the depth of REGEXP. | 22509 | Return the depth of REGEXP. |
| 22618 | This means the number of non-shy regexp grouping constructs | 22510 | This means the number of non-shy regexp grouping constructs |
| 22619 | \(parenthesized expressions) in REGEXP. | 22511 | \(parenthesized expressions) in REGEXP. |
| @@ -22622,28 +22514,33 @@ This means the number of non-shy regexp grouping constructs | |||
| 22622 | 22514 | ||
| 22623 | ;;;*** | 22515 | ;;;*** |
| 22624 | 22516 | ||
| 22625 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (18104 24739)) | 22517 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (18190 35206)) |
| 22626 | ;;; Generated autoloads from repeat.el | 22518 | ;;; Generated autoloads from repeat.el |
| 22627 | 22519 | ||
| 22628 | (autoload (quote repeat) "repeat" "\ | 22520 | (autoload 'repeat "repeat" "\ |
| 22629 | Repeat most recently executed command. | 22521 | Repeat most recently executed command. |
| 22630 | With prefix arg, apply new prefix arg to that command; otherwise, use | 22522 | With prefix arg, apply new prefix arg to that command; otherwise, |
| 22631 | the prefix arg that was used before (if any). | 22523 | use the prefix arg that was used before (if any). |
| 22632 | This command is like the `.' command in the vi editor. | 22524 | This command is like the `.' command in the vi editor. |
| 22633 | 22525 | ||
| 22634 | If this command is invoked by a multi-character key sequence, it can then | 22526 | If this command is invoked by a multi-character key sequence, it |
| 22635 | be repeated by repeating the final character of that sequence. This behavior | 22527 | can then be repeated by repeating the final character of that |
| 22636 | can be modified by the global variable `repeat-on-final-keystroke'. | 22528 | sequence. This behavior can be modified by the global variable |
| 22529 | `repeat-on-final-keystroke'. | ||
| 22530 | |||
| 22531 | `repeat' ignores commands bound to input events. Hence the term | ||
| 22532 | \"most recently executed command\" shall be read as \"most | ||
| 22533 | recently executed command not bound to an input event\". | ||
| 22637 | 22534 | ||
| 22638 | \(fn REPEAT-ARG)" t nil) | 22535 | \(fn REPEAT-ARG)" t nil) |
| 22639 | 22536 | ||
| 22640 | ;;;*** | 22537 | ;;;*** |
| 22641 | 22538 | ||
| 22642 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 22539 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 22643 | ;;;;;; (18104 24758)) | 22540 | ;;;;;; (18177 867)) |
| 22644 | ;;; Generated autoloads from mail/reporter.el | 22541 | ;;; Generated autoloads from mail/reporter.el |
| 22645 | 22542 | ||
| 22646 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 22543 | (autoload 'reporter-submit-bug-report "reporter" "\ |
| 22647 | Begin submitting a bug report via email. | 22544 | Begin submitting a bug report via email. |
| 22648 | 22545 | ||
| 22649 | ADDRESS is the email address for the package's maintainer. PKGNAME is | 22546 | ADDRESS is the email address for the package's maintainer. PKGNAME is |
| @@ -22672,10 +22569,10 @@ mail-sending package is used for editing and sending the message. | |||
| 22672 | ;;;*** | 22569 | ;;;*** |
| 22673 | 22570 | ||
| 22674 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" | 22571 | ;;;### (autoloads (reposition-window) "reposition" "reposition.el" |
| 22675 | ;;;;;; (18104 24739)) | 22572 | ;;;;;; (18177 874)) |
| 22676 | ;;; Generated autoloads from reposition.el | 22573 | ;;; Generated autoloads from reposition.el |
| 22677 | 22574 | ||
| 22678 | (autoload (quote reposition-window) "reposition" "\ | 22575 | (autoload 'reposition-window "reposition" "\ |
| 22679 | Make the current definition and/or comment visible. | 22576 | Make the current definition and/or comment visible. |
| 22680 | Further invocations move it to the top of the window or toggle the | 22577 | Further invocations move it to the top of the window or toggle the |
| 22681 | visibility of comments that precede it. | 22578 | visibility of comments that precede it. |
| @@ -22699,11 +22596,11 @@ first comment line visible (if point is in a comment). | |||
| 22699 | 22596 | ||
| 22700 | ;;;*** | 22597 | ;;;*** |
| 22701 | 22598 | ||
| 22702 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18104 | 22599 | ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18177 |
| 22703 | ;;;;;; 24739)) | 22600 | ;;;;;; 874)) |
| 22704 | ;;; Generated autoloads from resume.el | 22601 | ;;; Generated autoloads from resume.el |
| 22705 | 22602 | ||
| 22706 | (autoload (quote resume-suspend-hook) "resume" "\ | 22603 | (autoload 'resume-suspend-hook "resume" "\ |
| 22707 | Clear out the file used for transmitting args when Emacs resumes. | 22604 | Clear out the file used for transmitting args when Emacs resumes. |
| 22708 | 22605 | ||
| 22709 | \(fn)" nil nil) | 22606 | \(fn)" nil nil) |
| @@ -22711,10 +22608,10 @@ Clear out the file used for transmitting args when Emacs resumes. | |||
| 22711 | ;;;*** | 22608 | ;;;*** |
| 22712 | 22609 | ||
| 22713 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | 22610 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" |
| 22714 | ;;;;;; (18104 24739)) | 22611 | ;;;;;; (18177 874)) |
| 22715 | ;;; Generated autoloads from reveal.el | 22612 | ;;; Generated autoloads from reveal.el |
| 22716 | 22613 | ||
| 22717 | (autoload (quote reveal-mode) "reveal" "\ | 22614 | (autoload 'reveal-mode "reveal" "\ |
| 22718 | Toggle Reveal mode on or off. | 22615 | Toggle Reveal mode on or off. |
| 22719 | Reveal mode renders invisible text around point visible again. | 22616 | Reveal mode renders invisible text around point visible again. |
| 22720 | 22617 | ||
| @@ -22731,9 +22628,9 @@ Setting this variable directly does not take effect; | |||
| 22731 | either customize it (see the info node `Easy Customization') | 22628 | either customize it (see the info node `Easy Customization') |
| 22732 | or call the function `global-reveal-mode'.") | 22629 | or call the function `global-reveal-mode'.") |
| 22733 | 22630 | ||
| 22734 | (custom-autoload (quote global-reveal-mode) "reveal" nil) | 22631 | (custom-autoload 'global-reveal-mode "reveal" nil) |
| 22735 | 22632 | ||
| 22736 | (autoload (quote global-reveal-mode) "reveal" "\ | 22633 | (autoload 'global-reveal-mode "reveal" "\ |
| 22737 | Toggle Reveal mode in all buffers on or off. | 22634 | Toggle Reveal mode in all buffers on or off. |
| 22738 | Reveal mode renders invisible text around point visible again. | 22635 | Reveal mode renders invisible text around point visible again. |
| 22739 | 22636 | ||
| @@ -22746,26 +22643,26 @@ With zero or negative ARG turn mode off. | |||
| 22746 | ;;;*** | 22643 | ;;;*** |
| 22747 | 22644 | ||
| 22748 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 22645 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 22749 | ;;;;;; (18104 24748)) | 22646 | ;;;;;; (18177 858)) |
| 22750 | ;;; Generated autoloads from emacs-lisp/ring.el | 22647 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 22751 | 22648 | ||
| 22752 | (autoload (quote ring-p) "ring" "\ | 22649 | (autoload 'ring-p "ring" "\ |
| 22753 | Return t if X is a ring; nil otherwise. | 22650 | Return t if X is a ring; nil otherwise. |
| 22754 | 22651 | ||
| 22755 | \(fn X)" nil nil) | 22652 | \(fn X)" nil nil) |
| 22756 | 22653 | ||
| 22757 | (autoload (quote make-ring) "ring" "\ | 22654 | (autoload 'make-ring "ring" "\ |
| 22758 | Make a ring that can contain SIZE elements. | 22655 | Make a ring that can contain SIZE elements. |
| 22759 | 22656 | ||
| 22760 | \(fn SIZE)" nil nil) | 22657 | \(fn SIZE)" nil nil) |
| 22761 | 22658 | ||
| 22762 | ;;;*** | 22659 | ;;;*** |
| 22763 | 22660 | ||
| 22764 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18104 24760)) | 22661 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18177 869)) |
| 22765 | ;;; Generated autoloads from net/rlogin.el | 22662 | ;;; Generated autoloads from net/rlogin.el |
| 22766 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 22663 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 22767 | 22664 | ||
| 22768 | (autoload (quote rlogin) "rlogin" "\ | 22665 | (autoload 'rlogin "rlogin" "\ |
| 22769 | Open a network login connection via `rlogin' with args INPUT-ARGS. | 22666 | Open a network login connection via `rlogin' with args INPUT-ARGS. |
| 22770 | INPUT-ARGS should start with a host name; it may also contain | 22667 | INPUT-ARGS should start with a host name; it may also contain |
| 22771 | other arguments for `rlogin'. | 22668 | other arguments for `rlogin'. |
| @@ -22812,11 +22709,11 @@ variable. | |||
| 22812 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 22709 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 22813 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 22710 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 22814 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names | 22711 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names |
| 22815 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18104 | 22712 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18177 |
| 22816 | ;;;;;; 24758)) | 22713 | ;;;;;; 867)) |
| 22817 | ;;; Generated autoloads from mail/rmail.el | 22714 | ;;; Generated autoloads from mail/rmail.el |
| 22818 | 22715 | ||
| 22819 | (autoload (quote rmail-movemail-variant-p) "rmail" "\ | 22716 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| 22820 | Return t if the current movemail variant is any of VARIANTS. | 22717 | Return t if the current movemail variant is any of VARIANTS. |
| 22821 | Currently known variants are 'emacs and 'mailutils. | 22718 | Currently known variants are 'emacs and 'mailutils. |
| 22822 | 22719 | ||
| @@ -22827,7 +22724,7 @@ Currently known variants are 'emacs and 'mailutils. | |||
| 22827 | A value of nil means exclude your own email address as an address | 22724 | A value of nil means exclude your own email address as an address |
| 22828 | plus whatever is specified by `rmail-default-dont-reply-to-names'.") | 22725 | plus whatever is specified by `rmail-default-dont-reply-to-names'.") |
| 22829 | 22726 | ||
| 22830 | (custom-autoload (quote rmail-dont-reply-to-names) "rmail" t) | 22727 | (custom-autoload 'rmail-dont-reply-to-names "rmail" t) |
| 22831 | 22728 | ||
| 22832 | (defvar rmail-default-dont-reply-to-names "\\`info-" "\ | 22729 | (defvar rmail-default-dont-reply-to-names "\\`info-" "\ |
| 22833 | A regular expression specifying part of the default value of the | 22730 | A regular expression specifying part of the default value of the |
| @@ -22846,36 +22743,36 @@ To make a change in this variable take effect | |||
| 22846 | for a message that you have already viewed, | 22743 | for a message that you have already viewed, |
| 22847 | go to that message and type \\[rmail-toggle-header] twice.") | 22744 | go to that message and type \\[rmail-toggle-header] twice.") |
| 22848 | 22745 | ||
| 22849 | (custom-autoload (quote rmail-ignored-headers) "rmail" t) | 22746 | (custom-autoload 'rmail-ignored-headers "rmail" t) |
| 22850 | 22747 | ||
| 22851 | (defvar rmail-displayed-headers nil "\ | 22748 | (defvar rmail-displayed-headers nil "\ |
| 22852 | *Regexp to match Header fields that Rmail should display. | 22749 | *Regexp to match Header fields that Rmail should display. |
| 22853 | If nil, display all header fields except those matched by | 22750 | If nil, display all header fields except those matched by |
| 22854 | `rmail-ignored-headers'.") | 22751 | `rmail-ignored-headers'.") |
| 22855 | 22752 | ||
| 22856 | (custom-autoload (quote rmail-displayed-headers) "rmail" t) | 22753 | (custom-autoload 'rmail-displayed-headers "rmail" t) |
| 22857 | 22754 | ||
| 22858 | (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\ | 22755 | (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\ |
| 22859 | *Headers that should be stripped when retrying a failed message.") | 22756 | *Headers that should be stripped when retrying a failed message.") |
| 22860 | 22757 | ||
| 22861 | (custom-autoload (quote rmail-retry-ignored-headers) "rmail" t) | 22758 | (custom-autoload 'rmail-retry-ignored-headers "rmail" t) |
| 22862 | 22759 | ||
| 22863 | (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\ | 22760 | (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\ |
| 22864 | *Regexp to match Header fields that Rmail should normally highlight. | 22761 | *Regexp to match Header fields that Rmail should normally highlight. |
| 22865 | A value of nil means don't highlight. | 22762 | A value of nil means don't highlight. |
| 22866 | See also `rmail-highlight-face'.") | 22763 | See also `rmail-highlight-face'.") |
| 22867 | 22764 | ||
| 22868 | (custom-autoload (quote rmail-highlighted-headers) "rmail" t) | 22765 | (custom-autoload 'rmail-highlighted-headers "rmail" t) |
| 22869 | 22766 | ||
| 22870 | (defvar rmail-highlight-face (quote rmail-highlight) "\ | 22767 | (defvar rmail-highlight-face 'rmail-highlight "\ |
| 22871 | *Face used by Rmail for highlighting headers.") | 22768 | *Face used by Rmail for highlighting headers.") |
| 22872 | 22769 | ||
| 22873 | (custom-autoload (quote rmail-highlight-face) "rmail" t) | 22770 | (custom-autoload 'rmail-highlight-face "rmail" t) |
| 22874 | 22771 | ||
| 22875 | (defvar rmail-delete-after-output nil "\ | 22772 | (defvar rmail-delete-after-output nil "\ |
| 22876 | *Non-nil means automatically delete a message that is copied to a file.") | 22773 | *Non-nil means automatically delete a message that is copied to a file.") |
| 22877 | 22774 | ||
| 22878 | (custom-autoload (quote rmail-delete-after-output) "rmail" t) | 22775 | (custom-autoload 'rmail-delete-after-output "rmail" t) |
| 22879 | 22776 | ||
| 22880 | (defvar rmail-primary-inbox-list nil "\ | 22777 | (defvar rmail-primary-inbox-list nil "\ |
| 22881 | *List of files which are inboxes for user's primary mail file `~/RMAIL'. | 22778 | *List of files which are inboxes for user's primary mail file `~/RMAIL'. |
| @@ -22883,29 +22780,29 @@ nil means the default, which is (\"/usr/spool/mail/$USER\") | |||
| 22883 | \(the name varies depending on the operating system, | 22780 | \(the name varies depending on the operating system, |
| 22884 | and the value of the environment variable MAIL overrides it).") | 22781 | and the value of the environment variable MAIL overrides it).") |
| 22885 | 22782 | ||
| 22886 | (custom-autoload (quote rmail-primary-inbox-list) "rmail" t) | 22783 | (custom-autoload 'rmail-primary-inbox-list "rmail" t) |
| 22887 | 22784 | ||
| 22888 | (defvar rmail-mail-new-frame nil "\ | 22785 | (defvar rmail-mail-new-frame nil "\ |
| 22889 | *Non-nil means Rmail makes a new frame for composing outgoing mail. | 22786 | *Non-nil means Rmail makes a new frame for composing outgoing mail. |
| 22890 | This is handy if you want to preserve the window configuration of | 22787 | This is handy if you want to preserve the window configuration of |
| 22891 | the frame where you have the RMAIL buffer displayed.") | 22788 | the frame where you have the RMAIL buffer displayed.") |
| 22892 | 22789 | ||
| 22893 | (custom-autoload (quote rmail-mail-new-frame) "rmail" t) | 22790 | (custom-autoload 'rmail-mail-new-frame "rmail" t) |
| 22894 | 22791 | ||
| 22895 | (defvar rmail-secondary-file-directory "~/" "\ | 22792 | (defvar rmail-secondary-file-directory "~/" "\ |
| 22896 | *Directory for additional secondary Rmail files.") | 22793 | *Directory for additional secondary Rmail files.") |
| 22897 | 22794 | ||
| 22898 | (custom-autoload (quote rmail-secondary-file-directory) "rmail" t) | 22795 | (custom-autoload 'rmail-secondary-file-directory "rmail" t) |
| 22899 | 22796 | ||
| 22900 | (defvar rmail-secondary-file-regexp "\\.xmail$" "\ | 22797 | (defvar rmail-secondary-file-regexp "\\.xmail$" "\ |
| 22901 | *Regexp for which files are secondary Rmail files.") | 22798 | *Regexp for which files are secondary Rmail files.") |
| 22902 | 22799 | ||
| 22903 | (custom-autoload (quote rmail-secondary-file-regexp) "rmail" t) | 22800 | (custom-autoload 'rmail-secondary-file-regexp "rmail" t) |
| 22904 | 22801 | ||
| 22905 | (defvar rmail-confirm-expunge (quote y-or-n-p) "\ | 22802 | (defvar rmail-confirm-expunge 'y-or-n-p "\ |
| 22906 | *Whether and how to ask for confirmation before expunging deleted messages.") | 22803 | *Whether and how to ask for confirmation before expunging deleted messages.") |
| 22907 | 22804 | ||
| 22908 | (custom-autoload (quote rmail-confirm-expunge) "rmail" t) | 22805 | (custom-autoload 'rmail-confirm-expunge "rmail" t) |
| 22909 | 22806 | ||
| 22910 | (defvar rmail-mode-hook nil "\ | 22807 | (defvar rmail-mode-hook nil "\ |
| 22911 | List of functions to call when Rmail is invoked.") | 22808 | List of functions to call when Rmail is invoked.") |
| @@ -22916,7 +22813,7 @@ List of functions to call when Rmail has retrieved new mail.") | |||
| 22916 | (defvar rmail-show-message-hook nil "\ | 22813 | (defvar rmail-show-message-hook nil "\ |
| 22917 | List of functions to call when Rmail displays a message.") | 22814 | List of functions to call when Rmail displays a message.") |
| 22918 | 22815 | ||
| 22919 | (custom-autoload (quote rmail-show-message-hook) "rmail" t) | 22816 | (custom-autoload 'rmail-show-message-hook "rmail" t) |
| 22920 | 22817 | ||
| 22921 | (defvar rmail-quit-hook nil "\ | 22818 | (defvar rmail-quit-hook nil "\ |
| 22922 | List of functions to call when quitting out of Rmail.") | 22819 | List of functions to call when quitting out of Rmail.") |
| @@ -22941,7 +22838,7 @@ Even if the value is non-nil, you can't use MIME feature | |||
| 22941 | if the feature specified by `rmail-mime-feature' is not available | 22838 | if the feature specified by `rmail-mime-feature' is not available |
| 22942 | in your session.") | 22839 | in your session.") |
| 22943 | 22840 | ||
| 22944 | (custom-autoload (quote rmail-enable-mime) "rmail" t) | 22841 | (custom-autoload 'rmail-enable-mime "rmail" t) |
| 22945 | 22842 | ||
| 22946 | (defvar rmail-show-mime-function nil "\ | 22843 | (defvar rmail-show-mime-function nil "\ |
| 22947 | Function to show MIME decoded message of RMAIL file. | 22844 | Function to show MIME decoded message of RMAIL file. |
| @@ -22977,7 +22874,7 @@ MSG is the message number, | |||
| 22977 | REGEXP is the regular expression, | 22874 | REGEXP is the regular expression, |
| 22978 | LIMIT is the position specifying the end of header.") | 22875 | LIMIT is the position specifying the end of header.") |
| 22979 | 22876 | ||
| 22980 | (defvar rmail-mime-feature (quote rmail-mime) "\ | 22877 | (defvar rmail-mime-feature 'rmail-mime "\ |
| 22981 | Feature to require to load MIME support in Rmail. | 22878 | Feature to require to load MIME support in Rmail. |
| 22982 | When starting Rmail, if `rmail-enable-mime' is non-nil, | 22879 | When starting Rmail, if `rmail-enable-mime' is non-nil, |
| 22983 | this feature is required with `require'. | 22880 | this feature is required with `require'. |
| @@ -22998,7 +22895,7 @@ the variable `rmail-mime-feature'.") | |||
| 22998 | Regexp to match MIME-charset specification in a header of message. | 22895 | Regexp to match MIME-charset specification in a header of message. |
| 22999 | The first parenthesized expression should match the MIME-charset name.") | 22896 | The first parenthesized expression should match the MIME-charset name.") |
| 23000 | 22897 | ||
| 23001 | (autoload (quote rmail) "rmail" "\ | 22898 | (autoload 'rmail "rmail" "\ |
| 23002 | Read and edit incoming mail. | 22899 | Read and edit incoming mail. |
| 23003 | Moves messages into file named by `rmail-file-name' (a babyl format file) | 22900 | Moves messages into file named by `rmail-file-name' (a babyl format file) |
| 23004 | and edits that file in RMAIL Mode. | 22901 | and edits that file in RMAIL Mode. |
| @@ -23013,7 +22910,7 @@ If `rmail-display-summary' is non-nil, make a summary for this RMAIL file. | |||
| 23013 | 22910 | ||
| 23014 | \(fn &optional FILE-NAME-ARG)" t nil) | 22911 | \(fn &optional FILE-NAME-ARG)" t nil) |
| 23015 | 22912 | ||
| 23016 | (autoload (quote rmail-mode) "rmail" "\ | 22913 | (autoload 'rmail-mode "rmail" "\ |
| 23017 | Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. | 22914 | Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. |
| 23018 | All normal editing commands are turned off. | 22915 | All normal editing commands are turned off. |
| 23019 | Instead, these commands are available: | 22916 | Instead, these commands are available: |
| @@ -23065,12 +22962,12 @@ Instead, these commands are available: | |||
| 23065 | 22962 | ||
| 23066 | \(fn)" t nil) | 22963 | \(fn)" t nil) |
| 23067 | 22964 | ||
| 23068 | (autoload (quote rmail-input) "rmail" "\ | 22965 | (autoload 'rmail-input "rmail" "\ |
| 23069 | Run Rmail on file FILENAME. | 22966 | Run Rmail on file FILENAME. |
| 23070 | 22967 | ||
| 23071 | \(fn FILENAME)" t nil) | 22968 | \(fn FILENAME)" t nil) |
| 23072 | 22969 | ||
| 23073 | (autoload (quote rmail-set-remote-password) "rmail" "\ | 22970 | (autoload 'rmail-set-remote-password "rmail" "\ |
| 23074 | Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | 22971 | Set PASSWORD to be used for retrieving mail from a POP or IMAP server. |
| 23075 | 22972 | ||
| 23076 | \(fn PASSWORD)" t nil) | 22973 | \(fn PASSWORD)" t nil) |
| @@ -23078,10 +22975,10 @@ Set PASSWORD to be used for retrieving mail from a POP or IMAP server. | |||
| 23078 | ;;;*** | 22975 | ;;;*** |
| 23079 | 22976 | ||
| 23080 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 22977 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 23081 | ;;;;;; (18104 24758)) | 22978 | ;;;;;; (18177 867)) |
| 23082 | ;;; Generated autoloads from mail/rmailedit.el | 22979 | ;;; Generated autoloads from mail/rmailedit.el |
| 23083 | 22980 | ||
| 23084 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 22981 | (autoload 'rmail-edit-current-message "rmailedit" "\ |
| 23085 | Edit the contents of this message. | 22982 | Edit the contents of this message. |
| 23086 | 22983 | ||
| 23087 | \(fn)" t nil) | 22984 | \(fn)" t nil) |
| @@ -23090,27 +22987,27 @@ Edit the contents of this message. | |||
| 23090 | 22987 | ||
| 23091 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 22988 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 23092 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 22989 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 23093 | ;;;;;; "mail/rmailkwd.el" (18104 24758)) | 22990 | ;;;;;; "mail/rmailkwd.el" (18177 867)) |
| 23094 | ;;; Generated autoloads from mail/rmailkwd.el | 22991 | ;;; Generated autoloads from mail/rmailkwd.el |
| 23095 | 22992 | ||
| 23096 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 22993 | (autoload 'rmail-add-label "rmailkwd" "\ |
| 23097 | Add LABEL to labels associated with current RMAIL message. | 22994 | Add LABEL to labels associated with current RMAIL message. |
| 23098 | Completion is performed over known labels when reading. | 22995 | Completion is performed over known labels when reading. |
| 23099 | 22996 | ||
| 23100 | \(fn STRING)" t nil) | 22997 | \(fn STRING)" t nil) |
| 23101 | 22998 | ||
| 23102 | (autoload (quote rmail-kill-label) "rmailkwd" "\ | 22999 | (autoload 'rmail-kill-label "rmailkwd" "\ |
| 23103 | Remove LABEL from labels associated with current RMAIL message. | 23000 | Remove LABEL from labels associated with current RMAIL message. |
| 23104 | Completion is performed over known labels when reading. | 23001 | Completion is performed over known labels when reading. |
| 23105 | 23002 | ||
| 23106 | \(fn STRING)" t nil) | 23003 | \(fn STRING)" t nil) |
| 23107 | 23004 | ||
| 23108 | (autoload (quote rmail-read-label) "rmailkwd" "\ | 23005 | (autoload 'rmail-read-label "rmailkwd" "\ |
| 23109 | Not documented | 23006 | Not documented |
| 23110 | 23007 | ||
| 23111 | \(fn PROMPT)" nil nil) | 23008 | \(fn PROMPT)" nil nil) |
| 23112 | 23009 | ||
| 23113 | (autoload (quote rmail-previous-labeled-message) "rmailkwd" "\ | 23010 | (autoload 'rmail-previous-labeled-message "rmailkwd" "\ |
| 23114 | Show previous message with one of the labels LABELS. | 23011 | Show previous message with one of the labels LABELS. |
| 23115 | LABELS should be a comma-separated list of label names. | 23012 | LABELS should be a comma-separated list of label names. |
| 23116 | If LABELS is empty, the last set of labels specified is used. | 23013 | If LABELS is empty, the last set of labels specified is used. |
| @@ -23118,7 +23015,7 @@ With prefix argument N moves backward N messages with these labels. | |||
| 23118 | 23015 | ||
| 23119 | \(fn N LABELS)" t nil) | 23016 | \(fn N LABELS)" t nil) |
| 23120 | 23017 | ||
| 23121 | (autoload (quote rmail-next-labeled-message) "rmailkwd" "\ | 23018 | (autoload 'rmail-next-labeled-message "rmailkwd" "\ |
| 23122 | Show next message with one of the labels LABELS. | 23019 | Show next message with one of the labels LABELS. |
| 23123 | LABELS should be a comma-separated list of label names. | 23020 | LABELS should be a comma-separated list of label names. |
| 23124 | If LABELS is empty, the last set of labels specified is used. | 23021 | If LABELS is empty, the last set of labels specified is used. |
| @@ -23129,10 +23026,10 @@ With prefix argument N moves forward N messages with these labels. | |||
| 23129 | ;;;*** | 23026 | ;;;*** |
| 23130 | 23027 | ||
| 23131 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" | 23028 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" |
| 23132 | ;;;;;; (18104 24758)) | 23029 | ;;;;;; (18177 867)) |
| 23133 | ;;; Generated autoloads from mail/rmailmsc.el | 23030 | ;;; Generated autoloads from mail/rmailmsc.el |
| 23134 | 23031 | ||
| 23135 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ | 23032 | (autoload 'set-rmail-inbox-list "rmailmsc" "\ |
| 23136 | Set the inbox list of the current RMAIL file to FILE-NAME. | 23033 | Set the inbox list of the current RMAIL file to FILE-NAME. |
| 23137 | You can specify one file name, or several names separated by commas. | 23034 | You can specify one file name, or several names separated by commas. |
| 23138 | If FILE-NAME is empty, remove any existing inbox list. | 23035 | If FILE-NAME is empty, remove any existing inbox list. |
| @@ -23143,7 +23040,7 @@ If FILE-NAME is empty, remove any existing inbox list. | |||
| 23143 | 23040 | ||
| 23144 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 23041 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 23145 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 23042 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 23146 | ;;;;;; "mail/rmailout.el" (18104 24758)) | 23043 | ;;;;;; "mail/rmailout.el" (18177 867)) |
| 23147 | ;;; Generated autoloads from mail/rmailout.el | 23044 | ;;; Generated autoloads from mail/rmailout.el |
| 23148 | 23045 | ||
| 23149 | (defvar rmail-output-file-alist nil "\ | 23046 | (defvar rmail-output-file-alist nil "\ |
| @@ -23154,9 +23051,9 @@ NAME-EXP may be a string constant giving the file name to use, | |||
| 23154 | or more generally it may be any kind of expression that returns | 23051 | or more generally it may be any kind of expression that returns |
| 23155 | a file name as a string.") | 23052 | a file name as a string.") |
| 23156 | 23053 | ||
| 23157 | (custom-autoload (quote rmail-output-file-alist) "rmailout" t) | 23054 | (custom-autoload 'rmail-output-file-alist "rmailout" t) |
| 23158 | 23055 | ||
| 23159 | (autoload (quote rmail-output-to-rmail-file) "rmailout" "\ | 23056 | (autoload 'rmail-output-to-rmail-file "rmailout" "\ |
| 23160 | Append the current message to an Rmail file named FILE-NAME. | 23057 | Append the current message to an Rmail file named FILE-NAME. |
| 23161 | If the file does not exist, ask if it should be created. | 23058 | If the file does not exist, ask if it should be created. |
| 23162 | If file is being visited, the message is appended to the Emacs | 23059 | If file is being visited, the message is appended to the Emacs |
| @@ -23178,9 +23075,9 @@ message up instead of moving forward to the next non-deleted message. | |||
| 23178 | (defvar rmail-fields-not-to-output nil "\ | 23075 | (defvar rmail-fields-not-to-output nil "\ |
| 23179 | *Regexp describing fields to exclude when outputting a message to a file.") | 23076 | *Regexp describing fields to exclude when outputting a message to a file.") |
| 23180 | 23077 | ||
| 23181 | (custom-autoload (quote rmail-fields-not-to-output) "rmailout" t) | 23078 | (custom-autoload 'rmail-fields-not-to-output "rmailout" t) |
| 23182 | 23079 | ||
| 23183 | (autoload (quote rmail-output) "rmailout" "\ | 23080 | (autoload 'rmail-output "rmailout" "\ |
| 23184 | Append this message to system-inbox-format mail file named FILE-NAME. | 23081 | Append this message to system-inbox-format mail file named FILE-NAME. |
| 23185 | A prefix argument COUNT says to output that many consecutive messages, | 23082 | A prefix argument COUNT says to output that many consecutive messages, |
| 23186 | starting with the current one. Deleted messages are skipped and don't count. | 23083 | starting with the current one. Deleted messages are skipped and don't count. |
| @@ -23200,7 +23097,7 @@ The optional fourth argument FROM-GNUS is set when called from GNUS. | |||
| 23200 | 23097 | ||
| 23201 | \(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil) | 23098 | \(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil) |
| 23202 | 23099 | ||
| 23203 | (autoload (quote rmail-output-body-to-file) "rmailout" "\ | 23100 | (autoload 'rmail-output-body-to-file "rmailout" "\ |
| 23204 | Write this message body to the file FILE-NAME. | 23101 | Write this message body to the file FILE-NAME. |
| 23205 | FILE-NAME defaults, interactively, from the Subject field of the message. | 23102 | FILE-NAME defaults, interactively, from the Subject field of the message. |
| 23206 | 23103 | ||
| @@ -23210,47 +23107,47 @@ FILE-NAME defaults, interactively, from the Subject field of the message. | |||
| 23210 | 23107 | ||
| 23211 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent | 23108 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 23212 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 23109 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 23213 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18104 | 23110 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18177 |
| 23214 | ;;;;;; 24758)) | 23111 | ;;;;;; 867)) |
| 23215 | ;;; Generated autoloads from mail/rmailsort.el | 23112 | ;;; Generated autoloads from mail/rmailsort.el |
| 23216 | 23113 | ||
| 23217 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 23114 | (autoload 'rmail-sort-by-date "rmailsort" "\ |
| 23218 | Sort messages of current Rmail file by date. | 23115 | Sort messages of current Rmail file by date. |
| 23219 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23116 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23220 | 23117 | ||
| 23221 | \(fn REVERSE)" t nil) | 23118 | \(fn REVERSE)" t nil) |
| 23222 | 23119 | ||
| 23223 | (autoload (quote rmail-sort-by-subject) "rmailsort" "\ | 23120 | (autoload 'rmail-sort-by-subject "rmailsort" "\ |
| 23224 | Sort messages of current Rmail file by subject. | 23121 | Sort messages of current Rmail file by subject. |
| 23225 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23122 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23226 | 23123 | ||
| 23227 | \(fn REVERSE)" t nil) | 23124 | \(fn REVERSE)" t nil) |
| 23228 | 23125 | ||
| 23229 | (autoload (quote rmail-sort-by-author) "rmailsort" "\ | 23126 | (autoload 'rmail-sort-by-author "rmailsort" "\ |
| 23230 | Sort messages of current Rmail file by author. | 23127 | Sort messages of current Rmail file by author. |
| 23231 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23128 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23232 | 23129 | ||
| 23233 | \(fn REVERSE)" t nil) | 23130 | \(fn REVERSE)" t nil) |
| 23234 | 23131 | ||
| 23235 | (autoload (quote rmail-sort-by-recipient) "rmailsort" "\ | 23132 | (autoload 'rmail-sort-by-recipient "rmailsort" "\ |
| 23236 | Sort messages of current Rmail file by recipient. | 23133 | Sort messages of current Rmail file by recipient. |
| 23237 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23134 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23238 | 23135 | ||
| 23239 | \(fn REVERSE)" t nil) | 23136 | \(fn REVERSE)" t nil) |
| 23240 | 23137 | ||
| 23241 | (autoload (quote rmail-sort-by-correspondent) "rmailsort" "\ | 23138 | (autoload 'rmail-sort-by-correspondent "rmailsort" "\ |
| 23242 | Sort messages of current Rmail file by other correspondent. | 23139 | Sort messages of current Rmail file by other correspondent. |
| 23243 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23140 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23244 | 23141 | ||
| 23245 | \(fn REVERSE)" t nil) | 23142 | \(fn REVERSE)" t nil) |
| 23246 | 23143 | ||
| 23247 | (autoload (quote rmail-sort-by-lines) "rmailsort" "\ | 23144 | (autoload 'rmail-sort-by-lines "rmailsort" "\ |
| 23248 | Sort messages of current Rmail file by number of lines. | 23145 | Sort messages of current Rmail file by number of lines. |
| 23249 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23146 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23250 | 23147 | ||
| 23251 | \(fn REVERSE)" t nil) | 23148 | \(fn REVERSE)" t nil) |
| 23252 | 23149 | ||
| 23253 | (autoload (quote rmail-sort-by-labels) "rmailsort" "\ | 23150 | (autoload 'rmail-sort-by-labels "rmailsort" "\ |
| 23254 | Sort messages of current Rmail file by labels. | 23151 | Sort messages of current Rmail file by labels. |
| 23255 | If prefix argument REVERSE is non-nil, sort them in reverse order. | 23152 | If prefix argument REVERSE is non-nil, sort them in reverse order. |
| 23256 | KEYWORDS is a comma-separated list of labels. | 23153 | KEYWORDS is a comma-separated list of labels. |
| @@ -23263,31 +23160,31 @@ KEYWORDS is a comma-separated list of labels. | |||
| 23263 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 23160 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 23264 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 23161 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 23265 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 23162 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 23266 | ;;;;;; "rmailsum" "mail/rmailsum.el" (18104 24758)) | 23163 | ;;;;;; "rmailsum" "mail/rmailsum.el" (18177 867)) |
| 23267 | ;;; Generated autoloads from mail/rmailsum.el | 23164 | ;;; Generated autoloads from mail/rmailsum.el |
| 23268 | 23165 | ||
| 23269 | (defvar rmail-summary-scroll-between-messages t "\ | 23166 | (defvar rmail-summary-scroll-between-messages t "\ |
| 23270 | *Non-nil means Rmail summary scroll commands move between messages.") | 23167 | *Non-nil means Rmail summary scroll commands move between messages.") |
| 23271 | 23168 | ||
| 23272 | (custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum" t) | 23169 | (custom-autoload 'rmail-summary-scroll-between-messages "rmailsum" t) |
| 23273 | 23170 | ||
| 23274 | (defvar rmail-summary-line-count-flag t "\ | 23171 | (defvar rmail-summary-line-count-flag t "\ |
| 23275 | *Non-nil means Rmail summary should show the number of lines in each message.") | 23172 | *Non-nil means Rmail summary should show the number of lines in each message.") |
| 23276 | 23173 | ||
| 23277 | (custom-autoload (quote rmail-summary-line-count-flag) "rmailsum" t) | 23174 | (custom-autoload 'rmail-summary-line-count-flag "rmailsum" t) |
| 23278 | 23175 | ||
| 23279 | (autoload (quote rmail-summary) "rmailsum" "\ | 23176 | (autoload 'rmail-summary "rmailsum" "\ |
| 23280 | Display a summary of all messages, one line per message. | 23177 | Display a summary of all messages, one line per message. |
| 23281 | 23178 | ||
| 23282 | \(fn)" t nil) | 23179 | \(fn)" t nil) |
| 23283 | 23180 | ||
| 23284 | (autoload (quote rmail-summary-by-labels) "rmailsum" "\ | 23181 | (autoload 'rmail-summary-by-labels "rmailsum" "\ |
| 23285 | Display a summary of all messages with one or more LABELS. | 23182 | Display a summary of all messages with one or more LABELS. |
| 23286 | LABELS should be a string containing the desired labels, separated by commas. | 23183 | LABELS should be a string containing the desired labels, separated by commas. |
| 23287 | 23184 | ||
| 23288 | \(fn LABELS)" t nil) | 23185 | \(fn LABELS)" t nil) |
| 23289 | 23186 | ||
| 23290 | (autoload (quote rmail-summary-by-recipients) "rmailsum" "\ | 23187 | (autoload 'rmail-summary-by-recipients "rmailsum" "\ |
| 23291 | Display a summary of all messages with the given RECIPIENTS. | 23188 | Display a summary of all messages with the given RECIPIENTS. |
| 23292 | Normally checks the To, From and Cc fields of headers; | 23189 | Normally checks the To, From and Cc fields of headers; |
| 23293 | but if PRIMARY-ONLY is non-nil (prefix arg given), | 23190 | but if PRIMARY-ONLY is non-nil (prefix arg given), |
| @@ -23296,7 +23193,7 @@ RECIPIENTS is a string of regexps separated by commas. | |||
| 23296 | 23193 | ||
| 23297 | \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil) | 23194 | \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil) |
| 23298 | 23195 | ||
| 23299 | (autoload (quote rmail-summary-by-regexp) "rmailsum" "\ | 23196 | (autoload 'rmail-summary-by-regexp "rmailsum" "\ |
| 23300 | Display a summary of all messages according to regexp REGEXP. | 23197 | Display a summary of all messages according to regexp REGEXP. |
| 23301 | If the regular expression is found in the header of the message | 23198 | If the regular expression is found in the header of the message |
| 23302 | \(including in the date and other lines, as well as the subject line), | 23199 | \(including in the date and other lines, as well as the subject line), |
| @@ -23304,7 +23201,7 @@ Emacs will list the header line in the RMAIL-summary. | |||
| 23304 | 23201 | ||
| 23305 | \(fn REGEXP)" t nil) | 23202 | \(fn REGEXP)" t nil) |
| 23306 | 23203 | ||
| 23307 | (autoload (quote rmail-summary-by-topic) "rmailsum" "\ | 23204 | (autoload 'rmail-summary-by-topic "rmailsum" "\ |
| 23308 | Display a summary of all messages with the given SUBJECT. | 23205 | Display a summary of all messages with the given SUBJECT. |
| 23309 | Normally checks the Subject field of headers; | 23206 | Normally checks the Subject field of headers; |
| 23310 | but if WHOLE-MESSAGE is non-nil (prefix arg given), | 23207 | but if WHOLE-MESSAGE is non-nil (prefix arg given), |
| @@ -23313,18 +23210,18 @@ SUBJECT is a string of regexps separated by commas. | |||
| 23313 | 23210 | ||
| 23314 | \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil) | 23211 | \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil) |
| 23315 | 23212 | ||
| 23316 | (autoload (quote rmail-summary-by-senders) "rmailsum" "\ | 23213 | (autoload 'rmail-summary-by-senders "rmailsum" "\ |
| 23317 | Display a summary of all messages with the given SENDERS. | 23214 | Display a summary of all messages with the given SENDERS. |
| 23318 | SENDERS is a string of names separated by commas. | 23215 | SENDERS is a string of names separated by commas. |
| 23319 | 23216 | ||
| 23320 | \(fn SENDERS)" t nil) | 23217 | \(fn SENDERS)" t nil) |
| 23321 | 23218 | ||
| 23322 | (defvar rmail-summary-line-decoder (function identity) "\ | 23219 | (defvar rmail-summary-line-decoder #'identity "\ |
| 23323 | *Function to decode summary-line. | 23220 | *Function to decode summary-line. |
| 23324 | 23221 | ||
| 23325 | By default, `identity' is set.") | 23222 | By default, `identity' is set.") |
| 23326 | 23223 | ||
| 23327 | (custom-autoload (quote rmail-summary-line-decoder) "rmailsum" t) | 23224 | (custom-autoload 'rmail-summary-line-decoder "rmailsum" t) |
| 23328 | 23225 | ||
| 23329 | (defvar rmail-user-mail-address-regexp nil "\ | 23226 | (defvar rmail-user-mail-address-regexp nil "\ |
| 23330 | *Regexp matching user mail addresses. | 23227 | *Regexp matching user mail addresses. |
| @@ -23340,15 +23237,15 @@ Then it should be a regexp matching your mail addresses. | |||
| 23340 | 23237 | ||
| 23341 | Setting this variable has an effect only before reading a mail.") | 23238 | Setting this variable has an effect only before reading a mail.") |
| 23342 | 23239 | ||
| 23343 | (custom-autoload (quote rmail-user-mail-address-regexp) "rmailsum" t) | 23240 | (custom-autoload 'rmail-user-mail-address-regexp "rmailsum" t) |
| 23344 | 23241 | ||
| 23345 | ;;;*** | 23242 | ;;;*** |
| 23346 | 23243 | ||
| 23347 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" | 23244 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" |
| 23348 | ;;;;;; (18104 24760)) | 23245 | ;;;;;; (18177 870)) |
| 23349 | ;;; Generated autoloads from obsolete/rnewspost.el | 23246 | ;;; Generated autoloads from obsolete/rnewspost.el |
| 23350 | 23247 | ||
| 23351 | (autoload (quote news-post-news) "rnewspost" "\ | 23248 | (autoload 'news-post-news "rnewspost" "\ |
| 23352 | Begin editing a new USENET news article to be posted. | 23249 | Begin editing a new USENET news article to be posted. |
| 23353 | Type \\[describe-mode] once editing the article to get a list of commands. | 23250 | Type \\[describe-mode] once editing the article to get a list of commands. |
| 23354 | If NOQUERY is non-nil, we do not query before doing the work. | 23251 | If NOQUERY is non-nil, we do not query before doing the work. |
| @@ -23357,26 +23254,59 @@ If NOQUERY is non-nil, we do not query before doing the work. | |||
| 23357 | 23254 | ||
| 23358 | ;;;*** | 23255 | ;;;*** |
| 23359 | 23256 | ||
| 23257 | ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package) | ||
| 23258 | ;;;;;; "robin" "international/robin.el" (17928 6535)) | ||
| 23259 | ;;; Generated autoloads from international/robin.el | ||
| 23260 | |||
| 23261 | (autoload 'robin-define-package "robin" "\ | ||
| 23262 | Define a robin package. | ||
| 23263 | |||
| 23264 | NAME is the string of this robin package. | ||
| 23265 | DOCSTRING is the documentation string of this robin package. | ||
| 23266 | Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and | ||
| 23267 | OUTPUT is either a character or a string. RULES are not evaluated. | ||
| 23268 | |||
| 23269 | If there already exists a robin package whose name is NAME, the new | ||
| 23270 | one replaces the old one. | ||
| 23271 | |||
| 23272 | \(fn NAME DOCSTRING &rest RULES)" nil (quote macro)) | ||
| 23273 | |||
| 23274 | (autoload 'robin-modify-package "robin" "\ | ||
| 23275 | Change a rule in an already defined robin package. | ||
| 23276 | |||
| 23277 | NAME is the string specifying a robin package. | ||
| 23278 | INPUT is a string that specifies the input pattern. | ||
| 23279 | OUTPUT is either a character or a string to be generated. | ||
| 23280 | |||
| 23281 | \(fn NAME INPUT OUTPUT)" nil nil) | ||
| 23282 | |||
| 23283 | (autoload 'robin-use-package "robin" "\ | ||
| 23284 | Start using robin package NAME, which is a string. | ||
| 23285 | |||
| 23286 | \(fn NAME)" nil nil) | ||
| 23287 | |||
| 23288 | ;;;*** | ||
| 23289 | |||
| 23360 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region | 23290 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region |
| 23361 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (18104 24739)) | 23291 | ;;;;;; rot13-string rot13) "rot13" "rot13.el" (18177 874)) |
| 23362 | ;;; Generated autoloads from rot13.el | 23292 | ;;; Generated autoloads from rot13.el |
| 23363 | 23293 | ||
| 23364 | (autoload (quote rot13) "rot13" "\ | 23294 | (autoload 'rot13 "rot13" "\ |
| 23365 | Return ROT13 encryption of OBJECT, a buffer or string. | 23295 | Return ROT13 encryption of OBJECT, a buffer or string. |
| 23366 | 23296 | ||
| 23367 | \(fn OBJECT &optional START END)" nil nil) | 23297 | \(fn OBJECT &optional START END)" nil nil) |
| 23368 | 23298 | ||
| 23369 | (autoload (quote rot13-string) "rot13" "\ | 23299 | (autoload 'rot13-string "rot13" "\ |
| 23370 | Return ROT13 encryption of STRING. | 23300 | Return ROT13 encryption of STRING. |
| 23371 | 23301 | ||
| 23372 | \(fn STRING)" nil nil) | 23302 | \(fn STRING)" nil nil) |
| 23373 | 23303 | ||
| 23374 | (autoload (quote rot13-region) "rot13" "\ | 23304 | (autoload 'rot13-region "rot13" "\ |
| 23375 | ROT13 encrypt the region between START and END in current buffer. | 23305 | ROT13 encrypt the region between START and END in current buffer. |
| 23376 | 23306 | ||
| 23377 | \(fn START END)" t nil) | 23307 | \(fn START END)" t nil) |
| 23378 | 23308 | ||
| 23379 | (autoload (quote rot13-other-window) "rot13" "\ | 23309 | (autoload 'rot13-other-window "rot13" "\ |
| 23380 | Display current buffer in ROT13 in another window. | 23310 | Display current buffer in ROT13 in another window. |
| 23381 | The text itself is not modified, only the way it is displayed is affected. | 23311 | The text itself is not modified, only the way it is displayed is affected. |
| 23382 | 23312 | ||
| @@ -23388,36 +23318,36 @@ See also `toggle-rot13-mode'. | |||
| 23388 | 23318 | ||
| 23389 | \(fn)" t nil) | 23319 | \(fn)" t nil) |
| 23390 | 23320 | ||
| 23391 | (autoload (quote toggle-rot13-mode) "rot13" "\ | 23321 | (autoload 'toggle-rot13-mode "rot13" "\ |
| 23392 | Toggle the use of ROT13 encoding for the current window. | 23322 | Toggle the use of ROT13 encoding for the current window. |
| 23393 | 23323 | ||
| 23394 | \(fn)" t nil) | 23324 | \(fn)" t nil) |
| 23395 | 23325 | ||
| 23396 | ;;;*** | 23326 | ;;;*** |
| 23397 | 23327 | ||
| 23398 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18104 | 23328 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18177 |
| 23399 | ;;;;;; 24739)) | 23329 | ;;;;;; 874)) |
| 23400 | ;;; Generated autoloads from ruler-mode.el | 23330 | ;;; Generated autoloads from ruler-mode.el |
| 23401 | 23331 | ||
| 23402 | (autoload (quote ruler-mode) "ruler-mode" "\ | 23332 | (autoload 'ruler-mode "ruler-mode" "\ |
| 23403 | Display a ruler in the header line if ARG > 0. | 23333 | Display a ruler in the header line if ARG > 0. |
| 23404 | 23334 | ||
| 23405 | \(fn &optional ARG)" t nil) | 23335 | \(fn &optional ARG)" t nil) |
| 23406 | 23336 | ||
| 23407 | ;;;*** | 23337 | ;;;*** |
| 23408 | 23338 | ||
| 23409 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18104 | 23339 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18190 |
| 23410 | ;;;;;; 24748)) | 23340 | ;;;;;; 35188)) |
| 23411 | ;;; Generated autoloads from emacs-lisp/rx.el | 23341 | ;;; Generated autoloads from emacs-lisp/rx.el |
| 23412 | 23342 | ||
| 23413 | (autoload (quote rx-to-string) "rx" "\ | 23343 | (autoload 'rx-to-string "rx" "\ |
| 23414 | Parse and produce code for regular expression FORM. | 23344 | Parse and produce code for regular expression FORM. |
| 23415 | FORM is a regular expression in sexp form. | 23345 | FORM is a regular expression in sexp form. |
| 23416 | NO-GROUP non-nil means don't put shy groups around the result. | 23346 | NO-GROUP non-nil means don't put shy groups around the result. |
| 23417 | 23347 | ||
| 23418 | \(fn FORM &optional NO-GROUP)" nil nil) | 23348 | \(fn FORM &optional NO-GROUP)" nil nil) |
| 23419 | 23349 | ||
| 23420 | (autoload (quote rx) "rx" "\ | 23350 | (autoload 'rx "rx" "\ |
| 23421 | Translate regular expressions REGEXPS in sexp form to a regexp string. | 23351 | Translate regular expressions REGEXPS in sexp form to a regexp string. |
| 23422 | REGEXPS is a non-empty sequence of forms of the sort listed below. | 23352 | REGEXPS is a non-empty sequence of forms of the sort listed below. |
| 23423 | See also `rx-to-string' for how to do such a translation at run-time. | 23353 | See also `rx-to-string' for how to do such a translation at run-time. |
| @@ -23433,7 +23363,7 @@ CHAR | |||
| 23433 | 23363 | ||
| 23434 | `not-newline', `nonl' | 23364 | `not-newline', `nonl' |
| 23435 | matches any character except a newline. | 23365 | matches any character except a newline. |
| 23436 | . | 23366 | |
| 23437 | `anything' | 23367 | `anything' |
| 23438 | matches any character | 23368 | matches any character |
| 23439 | 23369 | ||
| @@ -23720,7 +23650,7 @@ enclosed in `(and ...)'. | |||
| 23720 | ;;;*** | 23650 | ;;;*** |
| 23721 | 23651 | ||
| 23722 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" | 23652 | ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el" |
| 23723 | ;;;;;; (18104 24739)) | 23653 | ;;;;;; (18177 874)) |
| 23724 | ;;; Generated autoloads from savehist.el | 23654 | ;;; Generated autoloads from savehist.el |
| 23725 | 23655 | ||
| 23726 | (defvar savehist-mode nil "\ | 23656 | (defvar savehist-mode nil "\ |
| @@ -23728,9 +23658,9 @@ Mode for automatic saving of minibuffer history. | |||
| 23728 | Set this by calling the `savehist-mode' function or using the customize | 23658 | Set this by calling the `savehist-mode' function or using the customize |
| 23729 | interface.") | 23659 | interface.") |
| 23730 | 23660 | ||
| 23731 | (custom-autoload (quote savehist-mode) "savehist" nil) | 23661 | (custom-autoload 'savehist-mode "savehist" nil) |
| 23732 | 23662 | ||
| 23733 | (autoload (quote savehist-mode) "savehist" "\ | 23663 | (autoload 'savehist-mode "savehist" "\ |
| 23734 | Toggle savehist-mode. | 23664 | Toggle savehist-mode. |
| 23735 | Positive ARG turns on `savehist-mode'. When on, savehist-mode causes | 23665 | Positive ARG turns on `savehist-mode'. When on, savehist-mode causes |
| 23736 | minibuffer history to be saved periodically and when exiting Emacs. | 23666 | minibuffer history to be saved periodically and when exiting Emacs. |
| @@ -23746,10 +23676,10 @@ which is probably undesirable. | |||
| 23746 | ;;;*** | 23676 | ;;;*** |
| 23747 | 23677 | ||
| 23748 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 23678 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 23749 | ;;;;;; (18104 24768)) | 23679 | ;;;;;; (18177 873)) |
| 23750 | ;;; Generated autoloads from progmodes/scheme.el | 23680 | ;;; Generated autoloads from progmodes/scheme.el |
| 23751 | 23681 | ||
| 23752 | (autoload (quote scheme-mode) "scheme" "\ | 23682 | (autoload 'scheme-mode "scheme" "\ |
| 23753 | Major mode for editing Scheme code. | 23683 | Major mode for editing Scheme code. |
| 23754 | Editing commands are similar to those of `lisp-mode'. | 23684 | Editing commands are similar to those of `lisp-mode'. |
| 23755 | 23685 | ||
| @@ -23771,7 +23701,7 @@ if that value is non-nil. | |||
| 23771 | 23701 | ||
| 23772 | \(fn)" t nil) | 23702 | \(fn)" t nil) |
| 23773 | 23703 | ||
| 23774 | (autoload (quote dsssl-mode) "scheme" "\ | 23704 | (autoload 'dsssl-mode "scheme" "\ |
| 23775 | Major mode for editing DSSSL code. | 23705 | Major mode for editing DSSSL code. |
| 23776 | Editing commands are similar to those of `lisp-mode'. | 23706 | Editing commands are similar to those of `lisp-mode'. |
| 23777 | 23707 | ||
| @@ -23788,10 +23718,10 @@ that variable's value is a string. | |||
| 23788 | ;;;*** | 23718 | ;;;*** |
| 23789 | 23719 | ||
| 23790 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" | 23720 | ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el" |
| 23791 | ;;;;;; (18104 24755)) | 23721 | ;;;;;; (18177 862)) |
| 23792 | ;;; Generated autoloads from gnus/score-mode.el | 23722 | ;;; Generated autoloads from gnus/score-mode.el |
| 23793 | 23723 | ||
| 23794 | (autoload (quote gnus-score-mode) "score-mode" "\ | 23724 | (autoload 'gnus-score-mode "score-mode" "\ |
| 23795 | Mode for editing Gnus score files. | 23725 | Mode for editing Gnus score files. |
| 23796 | This mode is an extended emacs-lisp mode. | 23726 | This mode is an extended emacs-lisp mode. |
| 23797 | 23727 | ||
| @@ -23801,11 +23731,11 @@ This mode is an extended emacs-lisp mode. | |||
| 23801 | 23731 | ||
| 23802 | ;;;*** | 23732 | ;;;*** |
| 23803 | 23733 | ||
| 23804 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (18104 | 23734 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (18177 |
| 23805 | ;;;;;; 24760)) | 23735 | ;;;;;; 870)) |
| 23806 | ;;; Generated autoloads from obsolete/scribe.el | 23736 | ;;; Generated autoloads from obsolete/scribe.el |
| 23807 | 23737 | ||
| 23808 | (autoload (quote scribe-mode) "scribe" "\ | 23738 | (autoload 'scribe-mode "scribe" "\ |
| 23809 | Major mode for editing files of Scribe (a text formatter) source. | 23739 | Major mode for editing files of Scribe (a text formatter) source. |
| 23810 | Scribe-mode is similar to text-mode, with a few extra commands added. | 23740 | Scribe-mode is similar to text-mode, with a few extra commands added. |
| 23811 | \\{scribe-mode-map} | 23741 | \\{scribe-mode-map} |
| @@ -23827,7 +23757,7 @@ Interesting variables: | |||
| 23827 | ;;;*** | 23757 | ;;;*** |
| 23828 | 23758 | ||
| 23829 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" | 23759 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 23830 | ;;;;;; (18104 24739)) | 23760 | ;;;;;; (18177 874)) |
| 23831 | ;;; Generated autoloads from scroll-all.el | 23761 | ;;; Generated autoloads from scroll-all.el |
| 23832 | 23762 | ||
| 23833 | (defvar scroll-all-mode nil "\ | 23763 | (defvar scroll-all-mode nil "\ |
| @@ -23837,9 +23767,9 @@ Setting this variable directly does not take effect; | |||
| 23837 | either customize it (see the info node `Easy Customization') | 23767 | either customize it (see the info node `Easy Customization') |
| 23838 | or call the function `scroll-all-mode'.") | 23768 | or call the function `scroll-all-mode'.") |
| 23839 | 23769 | ||
| 23840 | (custom-autoload (quote scroll-all-mode) "scroll-all" nil) | 23770 | (custom-autoload 'scroll-all-mode "scroll-all" nil) |
| 23841 | 23771 | ||
| 23842 | (autoload (quote scroll-all-mode) "scroll-all" "\ | 23772 | (autoload 'scroll-all-mode "scroll-all" "\ |
| 23843 | Toggle Scroll-All minor mode. | 23773 | Toggle Scroll-All minor mode. |
| 23844 | With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise. | 23774 | With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise. |
| 23845 | When Scroll-All mode is on, scrolling commands entered in one window | 23775 | When Scroll-All mode is on, scrolling commands entered in one window |
| @@ -23850,10 +23780,10 @@ apply to all visible windows in the same frame. | |||
| 23850 | ;;;*** | 23780 | ;;;*** |
| 23851 | 23781 | ||
| 23852 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" | 23782 | ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el" |
| 23853 | ;;;;;; (18104 24739)) | 23783 | ;;;;;; (18177 874)) |
| 23854 | ;;; Generated autoloads from scroll-lock.el | 23784 | ;;; Generated autoloads from scroll-lock.el |
| 23855 | 23785 | ||
| 23856 | (autoload (quote scroll-lock-mode) "scroll-lock" "\ | 23786 | (autoload 'scroll-lock-mode "scroll-lock" "\ |
| 23857 | Buffer-local minor mode for pager-like scrolling. | 23787 | Buffer-local minor mode for pager-like scrolling. |
| 23858 | Keys which normally move point by line or paragraph will scroll | 23788 | Keys which normally move point by line or paragraph will scroll |
| 23859 | the buffer by the respective amount of lines instead and point | 23789 | the buffer by the respective amount of lines instead and point |
| @@ -23872,10 +23802,10 @@ during scrolling. | |||
| 23872 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 23802 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 23873 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 23803 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 23874 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 23804 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 23875 | ;;;;;; "sendmail" "mail/sendmail.el" (18104 24758)) | 23805 | ;;;;;; "sendmail" "mail/sendmail.el" (18190 35201)) |
| 23876 | ;;; Generated autoloads from mail/sendmail.el | 23806 | ;;; Generated autoloads from mail/sendmail.el |
| 23877 | 23807 | ||
| 23878 | (defvar mail-from-style (quote angles) "\ | 23808 | (defvar mail-from-style 'angles "\ |
| 23879 | Specifies how \"From:\" fields look. | 23809 | Specifies how \"From:\" fields look. |
| 23880 | 23810 | ||
| 23881 | If `nil', they contain just the return address like: | 23811 | If `nil', they contain just the return address like: |
| @@ -23892,7 +23822,7 @@ Emacs to pass the proper email address from `user-mail-address' | |||
| 23892 | to the mailer to specify the envelope-from address. But that is now | 23822 | to the mailer to specify the envelope-from address. But that is now |
| 23893 | controlled by a separate variable, `mail-specify-envelope-from'.") | 23823 | controlled by a separate variable, `mail-specify-envelope-from'.") |
| 23894 | 23824 | ||
| 23895 | (custom-autoload (quote mail-from-style) "sendmail" t) | 23825 | (custom-autoload 'mail-from-style "sendmail" t) |
| 23896 | 23826 | ||
| 23897 | (defvar mail-specify-envelope-from nil "\ | 23827 | (defvar mail-specify-envelope-from nil "\ |
| 23898 | If non-nil, specify the envelope-from address when sending mail. | 23828 | If non-nil, specify the envelope-from address when sending mail. |
| @@ -23904,24 +23834,24 @@ privileged operation. This variable affects sendmail and | |||
| 23904 | smtpmail -- if you use feedmail to send mail, see instead the | 23834 | smtpmail -- if you use feedmail to send mail, see instead the |
| 23905 | variable `feedmail-deduce-envelope-from'.") | 23835 | variable `feedmail-deduce-envelope-from'.") |
| 23906 | 23836 | ||
| 23907 | (custom-autoload (quote mail-specify-envelope-from) "sendmail" t) | 23837 | (custom-autoload 'mail-specify-envelope-from "sendmail" t) |
| 23908 | 23838 | ||
| 23909 | (defvar mail-self-blind nil "\ | 23839 | (defvar mail-self-blind nil "\ |
| 23910 | Non-nil means insert BCC to self in messages to be sent. | 23840 | Non-nil means insert BCC to self in messages to be sent. |
| 23911 | This is done when the message is initialized, | 23841 | This is done when the message is initialized, |
| 23912 | so you can remove or alter the BCC field to override the default.") | 23842 | so you can remove or alter the BCC field to override the default.") |
| 23913 | 23843 | ||
| 23914 | (custom-autoload (quote mail-self-blind) "sendmail" t) | 23844 | (custom-autoload 'mail-self-blind "sendmail" t) |
| 23915 | 23845 | ||
| 23916 | (defvar mail-interactive nil "\ | 23846 | (defvar mail-interactive nil "\ |
| 23917 | Non-nil means when sending a message wait for and display errors. | 23847 | Non-nil means when sending a message wait for and display errors. |
| 23918 | nil means let mailer mail back a message to report errors.") | 23848 | nil means let mailer mail back a message to report errors.") |
| 23919 | 23849 | ||
| 23920 | (custom-autoload (quote mail-interactive) "sendmail" t) | 23850 | (custom-autoload 'mail-interactive "sendmail" t) |
| 23921 | 23851 | ||
| 23922 | (put (quote send-mail-function) (quote standard-value) (quote ((if (and window-system (memq system-type (quote (darwin windows-nt)))) (quote mailclient-send-it) (quote sendmail-send-it))))) | 23852 | (put 'send-mail-function 'standard-value '((if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it))) |
| 23923 | 23853 | ||
| 23924 | (defvar send-mail-function (if (and window-system (memq system-type (quote (darwin windows-nt)))) (quote mailclient-send-it) (quote sendmail-send-it)) "\ | 23854 | (defvar send-mail-function (if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it) "\ |
| 23925 | Function to call to send the current buffer as mail. | 23855 | Function to call to send the current buffer as mail. |
| 23926 | The headers should be delimited by a line which is | 23856 | The headers should be delimited by a line which is |
| 23927 | not a valid RFC822 header or continuation line, | 23857 | not a valid RFC822 header or continuation line, |
| @@ -23929,25 +23859,25 @@ that matches the variable `mail-header-separator'. | |||
| 23929 | This is used by the default mail-sending commands. See also | 23859 | This is used by the default mail-sending commands. See also |
| 23930 | `message-send-mail-function' for use with the Message package.") | 23860 | `message-send-mail-function' for use with the Message package.") |
| 23931 | 23861 | ||
| 23932 | (custom-autoload (quote send-mail-function) "sendmail" t) | 23862 | (custom-autoload 'send-mail-function "sendmail" t) |
| 23933 | 23863 | ||
| 23934 | (defvar mail-header-separator "--text follows this line--" "\ | 23864 | (defvar mail-header-separator "--text follows this line--" "\ |
| 23935 | Line used to separate headers from text in messages being composed.") | 23865 | Line used to separate headers from text in messages being composed.") |
| 23936 | 23866 | ||
| 23937 | (custom-autoload (quote mail-header-separator) "sendmail" t) | 23867 | (custom-autoload 'mail-header-separator "sendmail" t) |
| 23938 | 23868 | ||
| 23939 | (defvar mail-archive-file-name nil "\ | 23869 | (defvar mail-archive-file-name nil "\ |
| 23940 | Name of file to write all outgoing messages in, or nil for none. | 23870 | Name of file to write all outgoing messages in, or nil for none. |
| 23941 | This can be an inbox file or an Rmail file.") | 23871 | This can be an inbox file or an Rmail file.") |
| 23942 | 23872 | ||
| 23943 | (custom-autoload (quote mail-archive-file-name) "sendmail" t) | 23873 | (custom-autoload 'mail-archive-file-name "sendmail" t) |
| 23944 | 23874 | ||
| 23945 | (defvar mail-default-reply-to nil "\ | 23875 | (defvar mail-default-reply-to nil "\ |
| 23946 | Address to insert as default Reply-to field of outgoing messages. | 23876 | Address to insert as default Reply-to field of outgoing messages. |
| 23947 | If nil, it will be initialized from the REPLYTO environment variable | 23877 | If nil, it will be initialized from the REPLYTO environment variable |
| 23948 | when you first send mail.") | 23878 | when you first send mail.") |
| 23949 | 23879 | ||
| 23950 | (custom-autoload (quote mail-default-reply-to) "sendmail" t) | 23880 | (custom-autoload 'mail-default-reply-to "sendmail" t) |
| 23951 | 23881 | ||
| 23952 | (defvar mail-alias-file nil "\ | 23882 | (defvar mail-alias-file nil "\ |
| 23953 | If non-nil, the name of a file to use instead of `/usr/lib/aliases'. | 23883 | If non-nil, the name of a file to use instead of `/usr/lib/aliases'. |
| @@ -23955,7 +23885,7 @@ This file defines aliases to be expanded by the mailer; this is a different | |||
| 23955 | feature from that of defining aliases in `.mailrc' to be expanded in Emacs. | 23885 | feature from that of defining aliases in `.mailrc' to be expanded in Emacs. |
| 23956 | This variable has no effect unless your system uses sendmail as its mailer.") | 23886 | This variable has no effect unless your system uses sendmail as its mailer.") |
| 23957 | 23887 | ||
| 23958 | (custom-autoload (quote mail-alias-file) "sendmail" t) | 23888 | (custom-autoload 'mail-alias-file "sendmail" t) |
| 23959 | 23889 | ||
| 23960 | (defvar mail-personal-alias-file "~/.mailrc" "\ | 23890 | (defvar mail-personal-alias-file "~/.mailrc" "\ |
| 23961 | If non-nil, the name of the user's personal mail alias file. | 23891 | If non-nil, the name of the user's personal mail alias file. |
| @@ -23963,13 +23893,13 @@ This file typically should be in same format as the `.mailrc' file used by | |||
| 23963 | the `Mail' or `mailx' program. | 23893 | the `Mail' or `mailx' program. |
| 23964 | This file need not actually exist.") | 23894 | This file need not actually exist.") |
| 23965 | 23895 | ||
| 23966 | (custom-autoload (quote mail-personal-alias-file) "sendmail" t) | 23896 | (custom-autoload 'mail-personal-alias-file "sendmail" t) |
| 23967 | 23897 | ||
| 23968 | (defvar mail-setup-hook nil "\ | 23898 | (defvar mail-setup-hook nil "\ |
| 23969 | Normal hook, run each time a new outgoing mail message is initialized. | 23899 | Normal hook, run each time a new outgoing mail message is initialized. |
| 23970 | The function `mail-setup' runs this hook.") | 23900 | The function `mail-setup' runs this hook.") |
| 23971 | 23901 | ||
| 23972 | (custom-autoload (quote mail-setup-hook) "sendmail" t) | 23902 | (custom-autoload 'mail-setup-hook "sendmail" t) |
| 23973 | 23903 | ||
| 23974 | (defvar mail-aliases t "\ | 23904 | (defvar mail-aliases t "\ |
| 23975 | Alist of mail address aliases, | 23905 | Alist of mail address aliases, |
| @@ -23983,13 +23913,13 @@ The alias definitions in the file have this form: | |||
| 23983 | Prefix insert on lines of yanked message being replied to. | 23913 | Prefix insert on lines of yanked message being replied to. |
| 23984 | nil means use indentation.") | 23914 | nil means use indentation.") |
| 23985 | 23915 | ||
| 23986 | (custom-autoload (quote mail-yank-prefix) "sendmail" t) | 23916 | (custom-autoload 'mail-yank-prefix "sendmail" t) |
| 23987 | 23917 | ||
| 23988 | (defvar mail-indentation-spaces 3 "\ | 23918 | (defvar mail-indentation-spaces 3 "\ |
| 23989 | Number of spaces to insert at the beginning of each cited line. | 23919 | Number of spaces to insert at the beginning of each cited line. |
| 23990 | Used by `mail-yank-original' via `mail-indent-citation'.") | 23920 | Used by `mail-yank-original' via `mail-indent-citation'.") |
| 23991 | 23921 | ||
| 23992 | (custom-autoload (quote mail-indentation-spaces) "sendmail" t) | 23922 | (custom-autoload 'mail-indentation-spaces "sendmail" t) |
| 23993 | 23923 | ||
| 23994 | (defvar mail-citation-hook nil "\ | 23924 | (defvar mail-citation-hook nil "\ |
| 23995 | Hook for modifying a citation just inserted in the mail buffer. | 23925 | Hook for modifying a citation just inserted in the mail buffer. |
| @@ -24002,7 +23932,7 @@ in the cited portion of the message. | |||
| 24002 | If this hook is entirely empty (nil), a default action is taken | 23932 | If this hook is entirely empty (nil), a default action is taken |
| 24003 | instead of no action.") | 23933 | instead of no action.") |
| 24004 | 23934 | ||
| 24005 | (custom-autoload (quote mail-citation-hook) "sendmail" t) | 23935 | (custom-autoload 'mail-citation-hook "sendmail" t) |
| 24006 | 23936 | ||
| 24007 | (defvar mail-citation-prefix-regexp "[ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*" "\ | 23937 | (defvar mail-citation-prefix-regexp "[ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*" "\ |
| 24008 | Regular expression to match a citation prefix plus whitespace. | 23938 | Regular expression to match a citation prefix plus whitespace. |
| @@ -24010,7 +23940,7 @@ It should match whatever sort of citation prefixes you want to handle, | |||
| 24010 | with whitespace before and after; it should also match just whitespace. | 23940 | with whitespace before and after; it should also match just whitespace. |
| 24011 | The default value matches citations like `foo-bar>' plus whitespace.") | 23941 | The default value matches citations like `foo-bar>' plus whitespace.") |
| 24012 | 23942 | ||
| 24013 | (custom-autoload (quote mail-citation-prefix-regexp) "sendmail" t) | 23943 | (custom-autoload 'mail-citation-prefix-regexp "sendmail" t) |
| 24014 | 23944 | ||
| 24015 | (defvar mail-signature nil "\ | 23945 | (defvar mail-signature nil "\ |
| 24016 | Text inserted at end of mail buffer when a message is initialized. | 23946 | Text inserted at end of mail buffer when a message is initialized. |
| @@ -24021,26 +23951,26 @@ If a string, that string is inserted. | |||
| 24021 | Otherwise, it should be an expression; it is evaluated | 23951 | Otherwise, it should be an expression; it is evaluated |
| 24022 | and should insert whatever you want to insert.") | 23952 | and should insert whatever you want to insert.") |
| 24023 | 23953 | ||
| 24024 | (custom-autoload (quote mail-signature) "sendmail" t) | 23954 | (custom-autoload 'mail-signature "sendmail" t) |
| 24025 | 23955 | ||
| 24026 | (defvar mail-signature-file "~/.signature" "\ | 23956 | (defvar mail-signature-file "~/.signature" "\ |
| 24027 | File containing the text inserted at end of mail buffer.") | 23957 | File containing the text inserted at end of mail buffer.") |
| 24028 | 23958 | ||
| 24029 | (custom-autoload (quote mail-signature-file) "sendmail" t) | 23959 | (custom-autoload 'mail-signature-file "sendmail" t) |
| 24030 | 23960 | ||
| 24031 | (defvar mail-default-directory "~/" "\ | 23961 | (defvar mail-default-directory "~/" "\ |
| 24032 | Directory for mail buffers. | 23962 | Directory for mail buffers. |
| 24033 | Value of `default-directory' for mail buffers. | 23963 | Value of `default-directory' for mail buffers. |
| 24034 | This directory is used for auto-save files of mail buffers.") | 23964 | This directory is used for auto-save files of mail buffers.") |
| 24035 | 23965 | ||
| 24036 | (custom-autoload (quote mail-default-directory) "sendmail" t) | 23966 | (custom-autoload 'mail-default-directory "sendmail" t) |
| 24037 | 23967 | ||
| 24038 | (defvar mail-default-headers nil "\ | 23968 | (defvar mail-default-headers nil "\ |
| 24039 | A string containing header lines, to be inserted in outgoing messages. | 23969 | A string containing header lines, to be inserted in outgoing messages. |
| 24040 | It is inserted before you edit the message, | 23970 | It is inserted before you edit the message, |
| 24041 | so you can edit or delete these lines.") | 23971 | so you can edit or delete these lines.") |
| 24042 | 23972 | ||
| 24043 | (custom-autoload (quote mail-default-headers) "sendmail" t) | 23973 | (custom-autoload 'mail-default-headers "sendmail" t) |
| 24044 | 23974 | ||
| 24045 | (defvar mail-bury-selects-summary t "\ | 23975 | (defvar mail-bury-selects-summary t "\ |
| 24046 | If non-nil, try to show RMAIL summary buffer after returning from mail. | 23976 | If non-nil, try to show RMAIL summary buffer after returning from mail. |
| @@ -24048,9 +23978,9 @@ The functions \\[mail-send-on-exit] or \\[mail-dont-send] select | |||
| 24048 | the RMAIL summary buffer before returning, if it exists and this variable | 23978 | the RMAIL summary buffer before returning, if it exists and this variable |
| 24049 | is non-nil.") | 23979 | is non-nil.") |
| 24050 | 23980 | ||
| 24051 | (custom-autoload (quote mail-bury-selects-summary) "sendmail" t) | 23981 | (custom-autoload 'mail-bury-selects-summary "sendmail" t) |
| 24052 | 23982 | ||
| 24053 | (defvar mail-send-nonascii (quote mime) "\ | 23983 | (defvar mail-send-nonascii 'mime "\ |
| 24054 | Specify whether to allow sending non-ASCII characters in mail. | 23984 | Specify whether to allow sending non-ASCII characters in mail. |
| 24055 | If t, that means do allow it. nil means don't allow it. | 23985 | If t, that means do allow it. nil means don't allow it. |
| 24056 | `query' means ask the user each time. | 23986 | `query' means ask the user each time. |
| @@ -24059,9 +23989,9 @@ The default is `mime'. | |||
| 24059 | Including non-ASCII characters in a mail message can be problematical | 23989 | Including non-ASCII characters in a mail message can be problematical |
| 24060 | for the recipient, who may not know how to decode them properly.") | 23990 | for the recipient, who may not know how to decode them properly.") |
| 24061 | 23991 | ||
| 24062 | (custom-autoload (quote mail-send-nonascii) "sendmail" t) | 23992 | (custom-autoload 'mail-send-nonascii "sendmail" t) |
| 24063 | 23993 | ||
| 24064 | (autoload (quote mail-mode) "sendmail" "\ | 23994 | (autoload 'mail-mode "sendmail" "\ |
| 24065 | Major mode for editing mail to be sent. | 23995 | Major mode for editing mail to be sent. |
| 24066 | Like Text Mode but with these additional commands: | 23996 | Like Text Mode but with these additional commands: |
| 24067 | 23997 | ||
| @@ -24090,7 +24020,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and | |||
| 24090 | The variable is used to trigger insertion of the \"Mail-Followup-To\" | 24020 | The variable is used to trigger insertion of the \"Mail-Followup-To\" |
| 24091 | header when sending a message to a mailing list.") | 24021 | header when sending a message to a mailing list.") |
| 24092 | 24022 | ||
| 24093 | (custom-autoload (quote mail-mailing-lists) "sendmail" t) | 24023 | (custom-autoload 'mail-mailing-lists "sendmail" t) |
| 24094 | 24024 | ||
| 24095 | (defvar sendmail-coding-system nil "\ | 24025 | (defvar sendmail-coding-system nil "\ |
| 24096 | *Coding system for encoding the outgoing mail. | 24026 | *Coding system for encoding the outgoing mail. |
| @@ -24099,7 +24029,7 @@ and `default-sendmail-coding-system', | |||
| 24099 | but lower priority than the local value of `buffer-file-coding-system'. | 24029 | but lower priority than the local value of `buffer-file-coding-system'. |
| 24100 | See also the function `select-message-coding-system'.") | 24030 | See also the function `select-message-coding-system'.") |
| 24101 | 24031 | ||
| 24102 | (defvar default-sendmail-coding-system (quote iso-latin-1) "\ | 24032 | (defvar default-sendmail-coding-system 'iso-latin-1 "\ |
| 24103 | Default coding system for encoding the outgoing mail. | 24033 | Default coding system for encoding the outgoing mail. |
| 24104 | This variable is used only when `sendmail-coding-system' is nil. | 24034 | This variable is used only when `sendmail-coding-system' is nil. |
| 24105 | 24035 | ||
| @@ -24110,7 +24040,7 @@ of outgoing mails regardless of the current language environment. | |||
| 24110 | See also the function `select-message-coding-system'.") | 24040 | See also the function `select-message-coding-system'.") |
| 24111 | (add-hook 'same-window-buffer-names "*mail*") | 24041 | (add-hook 'same-window-buffer-names "*mail*") |
| 24112 | 24042 | ||
| 24113 | (autoload (quote mail) "sendmail" "\ | 24043 | (autoload 'mail "sendmail" "\ |
| 24114 | Edit a message to be sent. Prefix arg means resume editing (don't erase). | 24044 | Edit a message to be sent. Prefix arg means resume editing (don't erase). |
| 24115 | When this function returns, the buffer `*mail*' is selected. | 24045 | When this function returns, the buffer `*mail*' is selected. |
| 24116 | The value is t if the message was newly initialized; otherwise, nil. | 24046 | The value is t if the message was newly initialized; otherwise, nil. |
| @@ -24160,12 +24090,12 @@ The seventh argument ACTIONS is a list of actions to take | |||
| 24160 | 24090 | ||
| 24161 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil) | 24091 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil) |
| 24162 | 24092 | ||
| 24163 | (autoload (quote mail-other-window) "sendmail" "\ | 24093 | (autoload 'mail-other-window "sendmail" "\ |
| 24164 | Like `mail' command, but display mail buffer in another window. | 24094 | Like `mail' command, but display mail buffer in another window. |
| 24165 | 24095 | ||
| 24166 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil) | 24096 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil) |
| 24167 | 24097 | ||
| 24168 | (autoload (quote mail-other-frame) "sendmail" "\ | 24098 | (autoload 'mail-other-frame "sendmail" "\ |
| 24169 | Like `mail' command, but display mail buffer in another frame. | 24099 | Like `mail' command, but display mail buffer in another frame. |
| 24170 | 24100 | ||
| 24171 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil) | 24101 | \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil) |
| @@ -24173,10 +24103,10 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24173 | ;;;*** | 24103 | ;;;*** |
| 24174 | 24104 | ||
| 24175 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 24105 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 24176 | ;;;;;; server-start) "server" "server.el" (18104 24739)) | 24106 | ;;;;;; server-start) "server" "server.el" (18190 35206)) |
| 24177 | ;;; Generated autoloads from server.el | 24107 | ;;; Generated autoloads from server.el |
| 24178 | 24108 | ||
| 24179 | (autoload (quote server-start) "server" "\ | 24109 | (autoload 'server-start "server" "\ |
| 24180 | Allow this Emacs process to be a server for client processes. | 24110 | Allow this Emacs process to be a server for client processes. |
| 24181 | This starts a server communications subprocess through which | 24111 | This starts a server communications subprocess through which |
| 24182 | client \"editors\" can send your editing commands to this Emacs | 24112 | client \"editors\" can send your editing commands to this Emacs |
| @@ -24195,9 +24125,9 @@ Setting this variable directly does not take effect; | |||
| 24195 | either customize it (see the info node `Easy Customization') | 24125 | either customize it (see the info node `Easy Customization') |
| 24196 | or call the function `server-mode'.") | 24126 | or call the function `server-mode'.") |
| 24197 | 24127 | ||
| 24198 | (custom-autoload (quote server-mode) "server" nil) | 24128 | (custom-autoload 'server-mode "server" nil) |
| 24199 | 24129 | ||
| 24200 | (autoload (quote server-mode) "server" "\ | 24130 | (autoload 'server-mode "server" "\ |
| 24201 | Toggle Server mode. | 24131 | Toggle Server mode. |
| 24202 | With ARG, turn Server mode on if ARG is positive, off otherwise. | 24132 | With ARG, turn Server mode on if ARG is positive, off otherwise. |
| 24203 | Server mode runs a process that accepts commands from the | 24133 | Server mode runs a process that accepts commands from the |
| @@ -24205,7 +24135,7 @@ Server mode runs a process that accepts commands from the | |||
| 24205 | 24135 | ||
| 24206 | \(fn &optional ARG)" t nil) | 24136 | \(fn &optional ARG)" t nil) |
| 24207 | 24137 | ||
| 24208 | (autoload (quote server-save-buffers-kill-terminal) "server" "\ | 24138 | (autoload 'server-save-buffers-kill-terminal "server" "\ |
| 24209 | Offer to save each buffer, then kill PROC. | 24139 | Offer to save each buffer, then kill PROC. |
| 24210 | 24140 | ||
| 24211 | With prefix arg, silently save all file-visiting buffers, then kill. | 24141 | With prefix arg, silently save all file-visiting buffers, then kill. |
| @@ -24217,10 +24147,10 @@ only these files will be asked to be saved. | |||
| 24217 | 24147 | ||
| 24218 | ;;;*** | 24148 | ;;;*** |
| 24219 | 24149 | ||
| 24220 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (18104 24739)) | 24150 | ;;;### (autoloads (ses-mode) "ses" "ses.el" (18190 35206)) |
| 24221 | ;;; Generated autoloads from ses.el | 24151 | ;;; Generated autoloads from ses.el |
| 24222 | 24152 | ||
| 24223 | (autoload (quote ses-mode) "ses" "\ | 24153 | (autoload 'ses-mode "ses" "\ |
| 24224 | Major mode for Simple Emacs Spreadsheet. | 24154 | Major mode for Simple Emacs Spreadsheet. |
| 24225 | See \"ses-example.ses\" (in `data-directory') for more info. | 24155 | See \"ses-example.ses\" (in `data-directory') for more info. |
| 24226 | 24156 | ||
| @@ -24236,10 +24166,10 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 24236 | ;;;*** | 24166 | ;;;*** |
| 24237 | 24167 | ||
| 24238 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 24168 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 24239 | ;;;;;; (18104 24772)) | 24169 | ;;;;;; (18177 876)) |
| 24240 | ;;; Generated autoloads from textmodes/sgml-mode.el | 24170 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 24241 | 24171 | ||
| 24242 | (autoload (quote sgml-mode) "sgml-mode" "\ | 24172 | (autoload 'sgml-mode "sgml-mode" "\ |
| 24243 | Major mode for editing SGML documents. | 24173 | Major mode for editing SGML documents. |
| 24244 | Makes > match <. | 24174 | Makes > match <. |
| 24245 | Keys <, &, SPC within <>, \", / and ' can be electric depending on | 24175 | Keys <, &, SPC within <>, \", / and ' can be electric depending on |
| @@ -24260,9 +24190,9 @@ Do \\[describe-key] on the following bindings to discover what they do. | |||
| 24260 | 24190 | ||
| 24261 | \(fn)" t nil) | 24191 | \(fn)" t nil) |
| 24262 | 24192 | ||
| 24263 | (defalias (quote xml-mode) (quote sgml-mode)) | 24193 | (defalias 'xml-mode 'sgml-mode) |
| 24264 | 24194 | ||
| 24265 | (autoload (quote html-mode) "sgml-mode" "\ | 24195 | (autoload 'html-mode "sgml-mode" "\ |
| 24266 | Major mode based on SGML mode for editing HTML documents. | 24196 | Major mode based on SGML mode for editing HTML documents. |
| 24267 | This allows inserting skeleton constructs used in hypertext documents with | 24197 | This allows inserting skeleton constructs used in hypertext documents with |
| 24268 | completion. See below for an introduction to HTML. Use | 24198 | completion. See below for an introduction to HTML. Use |
| @@ -24304,11 +24234,11 @@ To work around that, do: | |||
| 24304 | ;;;*** | 24234 | ;;;*** |
| 24305 | 24235 | ||
| 24306 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 24236 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 24307 | ;;;;;; (18104 24768)) | 24237 | ;;;;;; (18190 35206)) |
| 24308 | ;;; Generated autoloads from progmodes/sh-script.el | 24238 | ;;; Generated autoloads from progmodes/sh-script.el |
| 24309 | (put 'sh-shell 'safe-local-variable 'symbolp) | 24239 | (put 'sh-shell 'safe-local-variable 'symbolp) |
| 24310 | 24240 | ||
| 24311 | (autoload (quote sh-mode) "sh-script" "\ | 24241 | (autoload 'sh-mode "sh-script" "\ |
| 24312 | Major mode for editing shell scripts. | 24242 | Major mode for editing shell scripts. |
| 24313 | This mode works for many shells, since they all have roughly the same syntax, | 24243 | This mode works for many shells, since they all have roughly the same syntax, |
| 24314 | as far as commands, arguments, variables, pipes, comments etc. are concerned. | 24244 | as far as commands, arguments, variables, pipes, comments etc. are concerned. |
| @@ -24364,14 +24294,14 @@ with your script for an edit-interpret-debug cycle. | |||
| 24364 | 24294 | ||
| 24365 | \(fn)" t nil) | 24295 | \(fn)" t nil) |
| 24366 | 24296 | ||
| 24367 | (defalias (quote shell-script-mode) (quote sh-mode)) | 24297 | (defalias 'shell-script-mode 'sh-mode) |
| 24368 | 24298 | ||
| 24369 | ;;;*** | 24299 | ;;;*** |
| 24370 | 24300 | ||
| 24371 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (18104 24755)) | 24301 | ;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (18177 862)) |
| 24372 | ;;; Generated autoloads from gnus/sha1.el | 24302 | ;;; Generated autoloads from gnus/sha1.el |
| 24373 | 24303 | ||
| 24374 | (autoload (quote sha1) "sha1" "\ | 24304 | (autoload 'sha1 "sha1" "\ |
| 24375 | Return the SHA1 (Secure Hash Algorithm) of an object. | 24305 | Return the SHA1 (Secure Hash Algorithm) of an object. |
| 24376 | OBJECT is either a string or a buffer. | 24306 | OBJECT is either a string or a buffer. |
| 24377 | Optional arguments BEG and END denote buffer positions for computing the | 24307 | Optional arguments BEG and END denote buffer positions for computing the |
| @@ -24383,10 +24313,10 @@ If BINARY is non-nil, return a string in binary form. | |||
| 24383 | ;;;*** | 24313 | ;;;*** |
| 24384 | 24314 | ||
| 24385 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" | 24315 | ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" |
| 24386 | ;;;;;; (18104 24748)) | 24316 | ;;;;;; (18177 858)) |
| 24387 | ;;; Generated autoloads from emacs-lisp/shadow.el | 24317 | ;;; Generated autoloads from emacs-lisp/shadow.el |
| 24388 | 24318 | ||
| 24389 | (autoload (quote list-load-path-shadows) "shadow" "\ | 24319 | (autoload 'list-load-path-shadows "shadow" "\ |
| 24390 | Display a list of Emacs Lisp files that shadow other files. | 24320 | Display a list of Emacs Lisp files that shadow other files. |
| 24391 | 24321 | ||
| 24392 | This function lists potential load path problems. Directories in | 24322 | This function lists potential load path problems. Directories in |
| @@ -24430,11 +24360,11 @@ buffer called `*Shadows*'. Shadowings are located by calling the | |||
| 24430 | ;;;*** | 24360 | ;;;*** |
| 24431 | 24361 | ||
| 24432 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group | 24362 | ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group |
| 24433 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18104 | 24363 | ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18177 |
| 24434 | ;;;;;; 24739)) | 24364 | ;;;;;; 874)) |
| 24435 | ;;; Generated autoloads from shadowfile.el | 24365 | ;;; Generated autoloads from shadowfile.el |
| 24436 | 24366 | ||
| 24437 | (autoload (quote shadow-define-cluster) "shadowfile" "\ | 24367 | (autoload 'shadow-define-cluster "shadowfile" "\ |
| 24438 | Edit (or create) the definition of a cluster NAME. | 24368 | Edit (or create) the definition of a cluster NAME. |
| 24439 | This is a group of hosts that share directories, so that copying to or from | 24369 | This is a group of hosts that share directories, so that copying to or from |
| 24440 | one of them is sufficient to update the file on all of them. Clusters are | 24370 | one of them is sufficient to update the file on all of them. Clusters are |
| @@ -24444,7 +24374,7 @@ in the cluster. | |||
| 24444 | 24374 | ||
| 24445 | \(fn NAME)" t nil) | 24375 | \(fn NAME)" t nil) |
| 24446 | 24376 | ||
| 24447 | (autoload (quote shadow-define-literal-group) "shadowfile" "\ | 24377 | (autoload 'shadow-define-literal-group "shadowfile" "\ |
| 24448 | Declare a single file to be shared between sites. | 24378 | Declare a single file to be shared between sites. |
| 24449 | It may have different filenames on each site. When this file is edited, the | 24379 | It may have different filenames on each site. When this file is edited, the |
| 24450 | new version will be copied to each of the other locations. Sites can be | 24380 | new version will be copied to each of the other locations. Sites can be |
| @@ -24452,7 +24382,7 @@ specific hostnames, or names of clusters (see `shadow-define-cluster'). | |||
| 24452 | 24382 | ||
| 24453 | \(fn)" t nil) | 24383 | \(fn)" t nil) |
| 24454 | 24384 | ||
| 24455 | (autoload (quote shadow-define-regexp-group) "shadowfile" "\ | 24385 | (autoload 'shadow-define-regexp-group "shadowfile" "\ |
| 24456 | Make each of a group of files be shared between hosts. | 24386 | Make each of a group of files be shared between hosts. |
| 24457 | Prompts for regular expression; files matching this are shared between a list | 24387 | Prompts for regular expression; files matching this are shared between a list |
| 24458 | of sites, which are also prompted for. The filenames must be identical on all | 24388 | of sites, which are also prompted for. The filenames must be identical on all |
| @@ -24462,7 +24392,7 @@ Each site can be either a hostname or the name of a cluster (see | |||
| 24462 | 24392 | ||
| 24463 | \(fn)" t nil) | 24393 | \(fn)" t nil) |
| 24464 | 24394 | ||
| 24465 | (autoload (quote shadow-initialize) "shadowfile" "\ | 24395 | (autoload 'shadow-initialize "shadowfile" "\ |
| 24466 | Set up file shadowing. | 24396 | Set up file shadowing. |
| 24467 | 24397 | ||
| 24468 | \(fn)" t nil) | 24398 | \(fn)" t nil) |
| @@ -24470,7 +24400,7 @@ Set up file shadowing. | |||
| 24470 | ;;;*** | 24400 | ;;;*** |
| 24471 | 24401 | ||
| 24472 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 24402 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 24473 | ;;;;;; (18104 24739)) | 24403 | ;;;;;; (18190 35206)) |
| 24474 | ;;; Generated autoloads from shell.el | 24404 | ;;; Generated autoloads from shell.el |
| 24475 | 24405 | ||
| 24476 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 24406 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -24480,11 +24410,14 @@ match this regexp, Emacs will write out the command history when the | |||
| 24480 | shell finishes, and won't remove backslashes when it unquotes shell | 24410 | shell finishes, and won't remove backslashes when it unquotes shell |
| 24481 | arguments.") | 24411 | arguments.") |
| 24482 | 24412 | ||
| 24483 | (custom-autoload (quote shell-dumb-shell-regexp) "shell" t) | 24413 | (custom-autoload 'shell-dumb-shell-regexp "shell" t) |
| 24484 | 24414 | ||
| 24485 | (autoload (quote shell) "shell" "\ | 24415 | (autoload 'shell "shell" "\ |
| 24486 | Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*'). | 24416 | Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*'). |
| 24487 | Interactively, a prefix arg means to prompt for BUFFER. | 24417 | Interactively, a prefix arg means to prompt for BUFFER. |
| 24418 | If `default-directory' is a remote file name, it is also prompted | ||
| 24419 | to change if called with a prefix arg. | ||
| 24420 | |||
| 24488 | If BUFFER exists but shell process is not running, make new shell. | 24421 | If BUFFER exists but shell process is not running, make new shell. |
| 24489 | If BUFFER exists and shell process is running, just switch to BUFFER. | 24422 | If BUFFER exists and shell process is running, just switch to BUFFER. |
| 24490 | Program used comes from variable `explicit-shell-file-name', | 24423 | Program used comes from variable `explicit-shell-file-name', |
| @@ -24517,20 +24450,20 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 24517 | ;;;*** | 24450 | ;;;*** |
| 24518 | 24451 | ||
| 24519 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) | 24452 | ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) |
| 24520 | ;;;;;; "sieve" "gnus/sieve.el" (18104 24755)) | 24453 | ;;;;;; "sieve" "gnus/sieve.el" (18177 862)) |
| 24521 | ;;; Generated autoloads from gnus/sieve.el | 24454 | ;;; Generated autoloads from gnus/sieve.el |
| 24522 | 24455 | ||
| 24523 | (autoload (quote sieve-manage) "sieve" "\ | 24456 | (autoload 'sieve-manage "sieve" "\ |
| 24524 | Not documented | 24457 | Not documented |
| 24525 | 24458 | ||
| 24526 | \(fn SERVER &optional PORT)" t nil) | 24459 | \(fn SERVER &optional PORT)" t nil) |
| 24527 | 24460 | ||
| 24528 | (autoload (quote sieve-upload) "sieve" "\ | 24461 | (autoload 'sieve-upload "sieve" "\ |
| 24529 | Not documented | 24462 | Not documented |
| 24530 | 24463 | ||
| 24531 | \(fn &optional NAME)" t nil) | 24464 | \(fn &optional NAME)" t nil) |
| 24532 | 24465 | ||
| 24533 | (autoload (quote sieve-upload-and-bury) "sieve" "\ | 24466 | (autoload 'sieve-upload-and-bury "sieve" "\ |
| 24534 | Not documented | 24467 | Not documented |
| 24535 | 24468 | ||
| 24536 | \(fn &optional NAME)" t nil) | 24469 | \(fn &optional NAME)" t nil) |
| @@ -24538,10 +24471,10 @@ Not documented | |||
| 24538 | ;;;*** | 24471 | ;;;*** |
| 24539 | 24472 | ||
| 24540 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" | 24473 | ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el" |
| 24541 | ;;;;;; (18104 24755)) | 24474 | ;;;;;; (18177 862)) |
| 24542 | ;;; Generated autoloads from gnus/sieve-mode.el | 24475 | ;;; Generated autoloads from gnus/sieve-mode.el |
| 24543 | 24476 | ||
| 24544 | (autoload (quote sieve-mode) "sieve-mode" "\ | 24477 | (autoload 'sieve-mode "sieve-mode" "\ |
| 24545 | Major mode for editing Sieve code. | 24478 | Major mode for editing Sieve code. |
| 24546 | This is much like C mode except for the syntax of comments. Its keymap | 24479 | This is much like C mode except for the syntax of comments. Its keymap |
| 24547 | inherits from C mode's and it has the same variables for customizing | 24480 | inherits from C mode's and it has the same variables for customizing |
| @@ -24553,17 +24486,17 @@ Turning on Sieve mode runs `sieve-mode-hook'. | |||
| 24553 | 24486 | ||
| 24554 | ;;;*** | 24487 | ;;;*** |
| 24555 | 24488 | ||
| 24556 | ;;;### (autoloads nil "simple" "simple.el" (18104 24740)) | 24489 | ;;;### (autoloads nil "simple" "simple.el" (18190 35207)) |
| 24557 | ;;; Generated autoloads from simple.el | 24490 | ;;; Generated autoloads from simple.el |
| 24558 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) | 24491 | (put 'fill-prefix 'safe-local-variable 'string-or-null-p) |
| 24559 | 24492 | ||
| 24560 | ;;;*** | 24493 | ;;;*** |
| 24561 | 24494 | ||
| 24562 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18104 | 24495 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18177 |
| 24563 | ;;;;;; 24769)) | 24496 | ;;;;;; 873)) |
| 24564 | ;;; Generated autoloads from progmodes/simula.el | 24497 | ;;; Generated autoloads from progmodes/simula.el |
| 24565 | 24498 | ||
| 24566 | (autoload (quote simula-mode) "simula" "\ | 24499 | (autoload 'simula-mode "simula" "\ |
| 24567 | Major mode for editing SIMULA code. | 24500 | Major mode for editing SIMULA code. |
| 24568 | \\{simula-mode-map} | 24501 | \\{simula-mode-map} |
| 24569 | Variables controlling indentation style: | 24502 | Variables controlling indentation style: |
| @@ -24609,20 +24542,20 @@ with no arguments, if that value is non-nil. | |||
| 24609 | ;;;*** | 24542 | ;;;*** |
| 24610 | 24543 | ||
| 24611 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new | 24544 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 24612 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (18104 24740)) | 24545 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (18177 874)) |
| 24613 | ;;; Generated autoloads from skeleton.el | 24546 | ;;; Generated autoloads from skeleton.el |
| 24614 | 24547 | ||
| 24615 | (defvar skeleton-filter-function (quote identity) "\ | 24548 | (defvar skeleton-filter-function 'identity "\ |
| 24616 | Function for transforming a skeleton proxy's aliases' variable value.") | 24549 | Function for transforming a skeleton proxy's aliases' variable value.") |
| 24617 | 24550 | ||
| 24618 | (autoload (quote define-skeleton) "skeleton" "\ | 24551 | (autoload 'define-skeleton "skeleton" "\ |
| 24619 | Define a user-configurable COMMAND that enters a statement skeleton. | 24552 | Define a user-configurable COMMAND that enters a statement skeleton. |
| 24620 | DOCUMENTATION is that of the command. | 24553 | DOCUMENTATION is that of the command. |
| 24621 | SKELETON is as defined under `skeleton-insert'. | 24554 | SKELETON is as defined under `skeleton-insert'. |
| 24622 | 24555 | ||
| 24623 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro)) | 24556 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro)) |
| 24624 | 24557 | ||
| 24625 | (autoload (quote skeleton-proxy-new) "skeleton" "\ | 24558 | (autoload 'skeleton-proxy-new "skeleton" "\ |
| 24626 | Insert SKELETON. | 24559 | Insert SKELETON. |
| 24627 | Prefix ARG allows wrapping around words or regions (see `skeleton-insert'). | 24560 | Prefix ARG allows wrapping around words or regions (see `skeleton-insert'). |
| 24628 | If no ARG was given, but the region is visible, ARG defaults to -1 depending | 24561 | If no ARG was given, but the region is visible, ARG defaults to -1 depending |
| @@ -24635,7 +24568,7 @@ of `str' whereas the skeleton's interactor is then ignored. | |||
| 24635 | 24568 | ||
| 24636 | \(fn SKELETON &optional STR ARG)" nil nil) | 24569 | \(fn SKELETON &optional STR ARG)" nil nil) |
| 24637 | 24570 | ||
| 24638 | (autoload (quote skeleton-insert) "skeleton" "\ | 24571 | (autoload 'skeleton-insert "skeleton" "\ |
| 24639 | Insert the complex statement skeleton SKELETON describes very concisely. | 24572 | Insert the complex statement skeleton SKELETON describes very concisely. |
| 24640 | 24573 | ||
| 24641 | With optional second argument REGIONS, wrap first interesting point | 24574 | With optional second argument REGIONS, wrap first interesting point |
| @@ -24664,8 +24597,8 @@ If ELEMENT is a string or a character it gets inserted (see also | |||
| 24664 | interesting point set by _ | 24597 | interesting point set by _ |
| 24665 | > indent line (or interregion if > _) according to major mode | 24598 | > indent line (or interregion if > _) according to major mode |
| 24666 | @ add position to `skeleton-positions' | 24599 | @ add position to `skeleton-positions' |
| 24667 | & do next ELEMENT iff previous moved point | 24600 | & do next ELEMENT if previous moved point |
| 24668 | | do next ELEMENT iff previous didn't move point | 24601 | | do next ELEMENT if previous didn't move point |
| 24669 | -num delete num preceding characters (see `skeleton-untabify') | 24602 | -num delete num preceding characters (see `skeleton-untabify') |
| 24670 | resume: skipped, continue here if quit is signaled | 24603 | resume: skipped, continue here if quit is signaled |
| 24671 | nil skipped | 24604 | nil skipped |
| @@ -24700,7 +24633,7 @@ When done with skeleton, but before going back to `_'-point call | |||
| 24700 | 24633 | ||
| 24701 | \(fn SKELETON &optional REGIONS STR)" nil nil) | 24634 | \(fn SKELETON &optional REGIONS STR)" nil nil) |
| 24702 | 24635 | ||
| 24703 | (autoload (quote skeleton-pair-insert-maybe) "skeleton" "\ | 24636 | (autoload 'skeleton-pair-insert-maybe "skeleton" "\ |
| 24704 | Insert the character you type ARG times. | 24637 | Insert the character you type ARG times. |
| 24705 | 24638 | ||
| 24706 | With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region | 24639 | With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region |
| @@ -24719,17 +24652,17 @@ symmetrical ones, and the same character twice for the others. | |||
| 24719 | ;;;*** | 24652 | ;;;*** |
| 24720 | 24653 | ||
| 24721 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" | 24654 | ;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" |
| 24722 | ;;;;;; (18104 24740)) | 24655 | ;;;;;; (18190 35207)) |
| 24723 | ;;; Generated autoloads from smerge-mode.el | 24656 | ;;; Generated autoloads from smerge-mode.el |
| 24724 | 24657 | ||
| 24725 | (autoload (quote smerge-ediff) "smerge-mode" "\ | 24658 | (autoload 'smerge-ediff "smerge-mode" "\ |
| 24726 | Invoke ediff to resolve the conflicts. | 24659 | Invoke ediff to resolve the conflicts. |
| 24727 | NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the | 24660 | NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the |
| 24728 | buffer names. | 24661 | buffer names. |
| 24729 | 24662 | ||
| 24730 | \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil) | 24663 | \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil) |
| 24731 | 24664 | ||
| 24732 | (autoload (quote smerge-mode) "smerge-mode" "\ | 24665 | (autoload 'smerge-mode "smerge-mode" "\ |
| 24733 | Minor mode to simplify editing output from the diff3 program. | 24666 | Minor mode to simplify editing output from the diff3 program. |
| 24734 | \\{smerge-mode-map} | 24667 | \\{smerge-mode-map} |
| 24735 | 24668 | ||
| @@ -24738,16 +24671,16 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 24738 | ;;;*** | 24671 | ;;;*** |
| 24739 | 24672 | ||
| 24740 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24673 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 24741 | ;;;;;; (18104 24755)) | 24674 | ;;;;;; (18177 862)) |
| 24742 | ;;; Generated autoloads from gnus/smiley.el | 24675 | ;;; Generated autoloads from gnus/smiley.el |
| 24743 | 24676 | ||
| 24744 | (autoload (quote smiley-region) "smiley" "\ | 24677 | (autoload 'smiley-region "smiley" "\ |
| 24745 | Replace in the region `smiley-regexp-alist' matches with corresponding images. | 24678 | Replace in the region `smiley-regexp-alist' matches with corresponding images. |
| 24746 | A list of images is returned. | 24679 | A list of images is returned. |
| 24747 | 24680 | ||
| 24748 | \(fn START END)" t nil) | 24681 | \(fn START END)" t nil) |
| 24749 | 24682 | ||
| 24750 | (autoload (quote smiley-buffer) "smiley" "\ | 24683 | (autoload 'smiley-buffer "smiley" "\ |
| 24751 | Run `smiley-region' at the buffer, specified in the argument or | 24684 | Run `smiley-region' at the buffer, specified in the argument or |
| 24752 | interactively. If there's no argument, do it at the current buffer | 24685 | interactively. If there's no argument, do it at the current buffer |
| 24753 | 24686 | ||
| @@ -24756,25 +24689,25 @@ interactively. If there's no argument, do it at the current buffer | |||
| 24756 | ;;;*** | 24689 | ;;;*** |
| 24757 | 24690 | ||
| 24758 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24691 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 24759 | ;;;;;; "mail/smtpmail.el" (18104 24758)) | 24692 | ;;;;;; "mail/smtpmail.el" (18177 867)) |
| 24760 | ;;; Generated autoloads from mail/smtpmail.el | 24693 | ;;; Generated autoloads from mail/smtpmail.el |
| 24761 | 24694 | ||
| 24762 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 24695 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| 24763 | Not documented | 24696 | Not documented |
| 24764 | 24697 | ||
| 24765 | \(fn)" nil nil) | 24698 | \(fn)" nil nil) |
| 24766 | 24699 | ||
| 24767 | (autoload (quote smtpmail-send-queued-mail) "smtpmail" "\ | 24700 | (autoload 'smtpmail-send-queued-mail "smtpmail" "\ |
| 24768 | Send mail that was queued as a result of setting `smtpmail-queue-mail'. | 24701 | Send mail that was queued as a result of setting `smtpmail-queue-mail'. |
| 24769 | 24702 | ||
| 24770 | \(fn)" t nil) | 24703 | \(fn)" t nil) |
| 24771 | 24704 | ||
| 24772 | ;;;*** | 24705 | ;;;*** |
| 24773 | 24706 | ||
| 24774 | ;;;### (autoloads (snake) "snake" "play/snake.el" (18104 24762)) | 24707 | ;;;### (autoloads (snake) "snake" "play/snake.el" (18177 871)) |
| 24775 | ;;; Generated autoloads from play/snake.el | 24708 | ;;; Generated autoloads from play/snake.el |
| 24776 | 24709 | ||
| 24777 | (autoload (quote snake) "snake" "\ | 24710 | (autoload 'snake "snake" "\ |
| 24778 | Play the Snake game. | 24711 | Play the Snake game. |
| 24779 | Move the snake around without colliding with its tail or with the border. | 24712 | Move the snake around without colliding with its tail or with the border. |
| 24780 | 24713 | ||
| @@ -24795,10 +24728,10 @@ Snake mode keybindings: | |||
| 24795 | ;;;*** | 24728 | ;;;*** |
| 24796 | 24729 | ||
| 24797 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" | 24730 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 24798 | ;;;;;; (18104 24760)) | 24731 | ;;;;;; (18190 35202)) |
| 24799 | ;;; Generated autoloads from net/snmp-mode.el | 24732 | ;;; Generated autoloads from net/snmp-mode.el |
| 24800 | 24733 | ||
| 24801 | (autoload (quote snmp-mode) "snmp-mode" "\ | 24734 | (autoload 'snmp-mode "snmp-mode" "\ |
| 24802 | Major mode for editing SNMP MIBs. | 24735 | Major mode for editing SNMP MIBs. |
| 24803 | Expression and list commands understand all C brackets. | 24736 | Expression and list commands understand all C brackets. |
| 24804 | Tab indents for C code. | 24737 | Tab indents for C code. |
| @@ -24810,7 +24743,7 @@ Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then | |||
| 24810 | 24743 | ||
| 24811 | \(fn)" t nil) | 24744 | \(fn)" t nil) |
| 24812 | 24745 | ||
| 24813 | (autoload (quote snmpv2-mode) "snmp-mode" "\ | 24746 | (autoload 'snmpv2-mode "snmp-mode" "\ |
| 24814 | Major mode for editing SNMPv2 MIBs. | 24747 | Major mode for editing SNMPv2 MIBs. |
| 24815 | Expression and list commands understand all C brackets. | 24748 | Expression and list commands understand all C brackets. |
| 24816 | Tab indents for C code. | 24749 | Tab indents for C code. |
| @@ -24826,10 +24759,10 @@ then `snmpv2-mode-hook'. | |||
| 24826 | 24759 | ||
| 24827 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name | 24760 | ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name |
| 24828 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) | 24761 | ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) |
| 24829 | ;;;;;; "solar" "calendar/solar.el" (18104 24745)) | 24762 | ;;;;;; "solar" "calendar/solar.el" (18177 856)) |
| 24830 | ;;; Generated autoloads from calendar/solar.el | 24763 | ;;; Generated autoloads from calendar/solar.el |
| 24831 | 24764 | ||
| 24832 | (defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ | 24765 | (defvar calendar-time-display-form '(12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")")) "\ |
| 24833 | *The pseudo-pattern that governs the way a time of day is formatted. | 24766 | *The pseudo-pattern that governs the way a time of day is formatted. |
| 24834 | 24767 | ||
| 24835 | A pseudo-pattern is a list of expressions that can involve the keywords | 24768 | A pseudo-pattern is a list of expressions that can involve the keywords |
| @@ -24843,7 +24776,7 @@ For example, the form | |||
| 24843 | 24776 | ||
| 24844 | would give military-style times like `21:07 (UTC)'.") | 24777 | would give military-style times like `21:07 (UTC)'.") |
| 24845 | 24778 | ||
| 24846 | (custom-autoload (quote calendar-time-display-form) "solar" t) | 24779 | (custom-autoload 'calendar-time-display-form "solar" t) |
| 24847 | 24780 | ||
| 24848 | (defvar calendar-latitude nil "\ | 24781 | (defvar calendar-latitude nil "\ |
| 24849 | *Latitude of `calendar-location-name' in degrees. | 24782 | *Latitude of `calendar-location-name' in degrees. |
| @@ -24855,7 +24788,7 @@ York City. | |||
| 24855 | 24788 | ||
| 24856 | This variable should be set in `site-start'.el.") | 24789 | This variable should be set in `site-start'.el.") |
| 24857 | 24790 | ||
| 24858 | (custom-autoload (quote calendar-latitude) "solar" t) | 24791 | (custom-autoload 'calendar-latitude "solar" t) |
| 24859 | 24792 | ||
| 24860 | (defvar calendar-longitude nil "\ | 24793 | (defvar calendar-longitude nil "\ |
| 24861 | *Longitude of `calendar-location-name' in degrees. | 24794 | *Longitude of `calendar-location-name' in degrees. |
| @@ -24867,18 +24800,18 @@ York City. | |||
| 24867 | 24800 | ||
| 24868 | This variable should be set in `site-start'.el.") | 24801 | This variable should be set in `site-start'.el.") |
| 24869 | 24802 | ||
| 24870 | (custom-autoload (quote calendar-longitude) "solar" t) | 24803 | (custom-autoload 'calendar-longitude "solar" t) |
| 24871 | 24804 | ||
| 24872 | (defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\ | 24805 | (defvar calendar-location-name '(let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) 'north) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) 'east) "E" "W")))) "\ |
| 24873 | *Expression evaluating to name of `calendar-longitude', `calendar-latitude'. | 24806 | *Expression evaluating to name of `calendar-longitude', `calendar-latitude'. |
| 24874 | For example, \"New York City\". Default value is just the latitude, longitude | 24807 | For example, \"New York City\". Default value is just the latitude, longitude |
| 24875 | pair. | 24808 | pair. |
| 24876 | 24809 | ||
| 24877 | This variable should be set in `site-start'.el.") | 24810 | This variable should be set in `site-start'.el.") |
| 24878 | 24811 | ||
| 24879 | (custom-autoload (quote calendar-location-name) "solar" t) | 24812 | (custom-autoload 'calendar-location-name "solar" t) |
| 24880 | 24813 | ||
| 24881 | (autoload (quote sunrise-sunset) "solar" "\ | 24814 | (autoload 'sunrise-sunset "solar" "\ |
| 24882 | Local time of sunrise and sunset for today. Accurate to a few seconds. | 24815 | Local time of sunrise and sunset for today. Accurate to a few seconds. |
| 24883 | If called with an optional prefix argument, prompt for date. | 24816 | If called with an optional prefix argument, prompt for date. |
| 24884 | 24817 | ||
| @@ -24889,7 +24822,7 @@ This function is suitable for execution in a .emacs file. | |||
| 24889 | 24822 | ||
| 24890 | \(fn &optional ARG)" t nil) | 24823 | \(fn &optional ARG)" t nil) |
| 24891 | 24824 | ||
| 24892 | (autoload (quote solar-equinoxes-solstices) "solar" "\ | 24825 | (autoload 'solar-equinoxes-solstices "solar" "\ |
| 24893 | *local* date and time of equinoxes and solstices, if visible in the calendar window. | 24826 | *local* date and time of equinoxes and solstices, if visible in the calendar window. |
| 24894 | Requires floating point. | 24827 | Requires floating point. |
| 24895 | 24828 | ||
| @@ -24897,11 +24830,11 @@ Requires floating point. | |||
| 24897 | 24830 | ||
| 24898 | ;;;*** | 24831 | ;;;*** |
| 24899 | 24832 | ||
| 24900 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18104 | 24833 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18190 |
| 24901 | ;;;;;; 24762)) | 24834 | ;;;;;; 35204)) |
| 24902 | ;;; Generated autoloads from play/solitaire.el | 24835 | ;;; Generated autoloads from play/solitaire.el |
| 24903 | 24836 | ||
| 24904 | (autoload (quote solitaire) "solitaire" "\ | 24837 | (autoload 'solitaire "solitaire" "\ |
| 24905 | Play Solitaire. | 24838 | Play Solitaire. |
| 24906 | 24839 | ||
| 24907 | To play Solitaire, type \\[solitaire]. | 24840 | To play Solitaire, type \\[solitaire]. |
| @@ -24975,10 +24908,11 @@ Pick your favourite shortcuts: | |||
| 24975 | 24908 | ||
| 24976 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 24909 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 24977 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 24910 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 24978 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (18104 24740)) | 24911 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (18177 874)) |
| 24979 | ;;; Generated autoloads from sort.el | 24912 | ;;; Generated autoloads from sort.el |
| 24913 | (put 'sort-fold-case 'safe-local-variable 'booleanp) | ||
| 24980 | 24914 | ||
| 24981 | (autoload (quote sort-subr) "sort" "\ | 24915 | (autoload 'sort-subr "sort" "\ |
| 24982 | General text sorting routine to divide buffer into records and sort them. | 24916 | General text sorting routine to divide buffer into records and sort them. |
| 24983 | 24917 | ||
| 24984 | We divide the accessible portion of the buffer into disjoint pieces | 24918 | We divide the accessible portion of the buffer into disjoint pieces |
| @@ -25019,7 +24953,7 @@ it defaults to `<', otherwise it defaults to `string<'. | |||
| 25019 | 24953 | ||
| 25020 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil) | 24954 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil) |
| 25021 | 24955 | ||
| 25022 | (autoload (quote sort-lines) "sort" "\ | 24956 | (autoload 'sort-lines "sort" "\ |
| 25023 | Sort lines in region alphabetically; argument means descending order. | 24957 | Sort lines in region alphabetically; argument means descending order. |
| 25024 | Called from a program, there are three arguments: | 24958 | Called from a program, there are three arguments: |
| 25025 | REVERSE (non-nil means reverse order), BEG and END (region to sort). | 24959 | REVERSE (non-nil means reverse order), BEG and END (region to sort). |
| @@ -25028,7 +24962,7 @@ the sort order. | |||
| 25028 | 24962 | ||
| 25029 | \(fn REVERSE BEG END)" t nil) | 24963 | \(fn REVERSE BEG END)" t nil) |
| 25030 | 24964 | ||
| 25031 | (autoload (quote sort-paragraphs) "sort" "\ | 24965 | (autoload 'sort-paragraphs "sort" "\ |
| 25032 | Sort paragraphs in region alphabetically; argument means descending order. | 24966 | Sort paragraphs in region alphabetically; argument means descending order. |
| 25033 | Called from a program, there are three arguments: | 24967 | Called from a program, there are three arguments: |
| 25034 | REVERSE (non-nil means reverse order), BEG and END (region to sort). | 24968 | REVERSE (non-nil means reverse order), BEG and END (region to sort). |
| @@ -25037,7 +24971,7 @@ the sort order. | |||
| 25037 | 24971 | ||
| 25038 | \(fn REVERSE BEG END)" t nil) | 24972 | \(fn REVERSE BEG END)" t nil) |
| 25039 | 24973 | ||
| 25040 | (autoload (quote sort-pages) "sort" "\ | 24974 | (autoload 'sort-pages "sort" "\ |
| 25041 | Sort pages in region alphabetically; argument means descending order. | 24975 | Sort pages in region alphabetically; argument means descending order. |
| 25042 | Called from a program, there are three arguments: | 24976 | Called from a program, there are three arguments: |
| 25043 | REVERSE (non-nil means reverse order), BEG and END (region to sort). | 24977 | REVERSE (non-nil means reverse order), BEG and END (region to sort). |
| @@ -25045,8 +24979,9 @@ The variable `sort-fold-case' determines whether alphabetic case affects | |||
| 25045 | the sort order. | 24979 | the sort order. |
| 25046 | 24980 | ||
| 25047 | \(fn REVERSE BEG END)" t nil) | 24981 | \(fn REVERSE BEG END)" t nil) |
| 24982 | (put 'sort-numeric-base 'safe-local-variable 'integerp) | ||
| 25048 | 24983 | ||
| 25049 | (autoload (quote sort-numeric-fields) "sort" "\ | 24984 | (autoload 'sort-numeric-fields "sort" "\ |
| 25050 | Sort lines in region numerically by the ARGth field of each line. | 24985 | Sort lines in region numerically by the ARGth field of each line. |
| 25051 | Fields are separated by whitespace and numbered from 1 up. | 24986 | Fields are separated by whitespace and numbered from 1 up. |
| 25052 | Specified field must contain a number in each line of the region, | 24987 | Specified field must contain a number in each line of the region, |
| @@ -25058,7 +24993,7 @@ FIELD, BEG and END. BEG and END specify region to sort. | |||
| 25058 | 24993 | ||
| 25059 | \(fn FIELD BEG END)" t nil) | 24994 | \(fn FIELD BEG END)" t nil) |
| 25060 | 24995 | ||
| 25061 | (autoload (quote sort-fields) "sort" "\ | 24996 | (autoload 'sort-fields "sort" "\ |
| 25062 | Sort lines in region lexicographically by the ARGth field of each line. | 24997 | Sort lines in region lexicographically by the ARGth field of each line. |
| 25063 | Fields are separated by whitespace and numbered from 1 up. | 24998 | Fields are separated by whitespace and numbered from 1 up. |
| 25064 | With a negative arg, sorts by the ARGth field counted from the right. | 24999 | With a negative arg, sorts by the ARGth field counted from the right. |
| @@ -25069,7 +25004,7 @@ the sort order. | |||
| 25069 | 25004 | ||
| 25070 | \(fn FIELD BEG END)" t nil) | 25005 | \(fn FIELD BEG END)" t nil) |
| 25071 | 25006 | ||
| 25072 | (autoload (quote sort-regexp-fields) "sort" "\ | 25007 | (autoload 'sort-regexp-fields "sort" "\ |
| 25073 | Sort the region lexicographically as specified by RECORD-REGEXP and KEY. | 25008 | Sort the region lexicographically as specified by RECORD-REGEXP and KEY. |
| 25074 | RECORD-REGEXP specifies the textual units which should be sorted. | 25009 | RECORD-REGEXP specifies the textual units which should be sorted. |
| 25075 | For example, to sort lines RECORD-REGEXP would be \"^.*$\" | 25010 | For example, to sort lines RECORD-REGEXP would be \"^.*$\" |
| @@ -25092,7 +25027,7 @@ For example: to sort lines in the region by the first word on each line | |||
| 25092 | 25027 | ||
| 25093 | \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil) | 25028 | \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil) |
| 25094 | 25029 | ||
| 25095 | (autoload (quote sort-columns) "sort" "\ | 25030 | (autoload 'sort-columns "sort" "\ |
| 25096 | Sort lines in region alphabetically by a certain range of columns. | 25031 | Sort lines in region alphabetically by a certain range of columns. |
| 25097 | For the purpose of this command, the region BEG...END includes | 25032 | For the purpose of this command, the region BEG...END includes |
| 25098 | the entire line that point is in and the entire line the mark is in. | 25033 | the entire line that point is in and the entire line the mark is in. |
| @@ -25109,7 +25044,7 @@ Use \\[untabify] to convert tabs to spaces before sorting. | |||
| 25109 | 25044 | ||
| 25110 | \(fn REVERSE &optional BEG END)" t nil) | 25045 | \(fn REVERSE &optional BEG END)" t nil) |
| 25111 | 25046 | ||
| 25112 | (autoload (quote reverse-region) "sort" "\ | 25047 | (autoload 'reverse-region "sort" "\ |
| 25113 | Reverse the order of lines in a region. | 25048 | Reverse the order of lines in a region. |
| 25114 | From a program takes two point or marker arguments, BEG and END. | 25049 | From a program takes two point or marker arguments, BEG and END. |
| 25115 | 25050 | ||
| @@ -25117,11 +25052,11 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 25117 | 25052 | ||
| 25118 | ;;;*** | 25053 | ;;;*** |
| 25119 | 25054 | ||
| 25120 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18104 | 25055 | ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18177 |
| 25121 | ;;;;;; 24755)) | 25056 | ;;;;;; 863)) |
| 25122 | ;;; Generated autoloads from gnus/spam.el | 25057 | ;;; Generated autoloads from gnus/spam.el |
| 25123 | 25058 | ||
| 25124 | (autoload (quote spam-initialize) "spam" "\ | 25059 | (autoload 'spam-initialize "spam" "\ |
| 25125 | Install the spam.el hooks and do other initialization | 25060 | Install the spam.el hooks and do other initialization |
| 25126 | 25061 | ||
| 25127 | \(fn)" t nil) | 25062 | \(fn)" t nil) |
| @@ -25130,10 +25065,10 @@ Install the spam.el hooks and do other initialization | |||
| 25130 | 25065 | ||
| 25131 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file | 25066 | ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file |
| 25132 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" | 25067 | ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report" |
| 25133 | ;;;;;; "gnus/spam-report.el" (18104 24755)) | 25068 | ;;;;;; "gnus/spam-report.el" (18177 863)) |
| 25134 | ;;; Generated autoloads from gnus/spam-report.el | 25069 | ;;; Generated autoloads from gnus/spam-report.el |
| 25135 | 25070 | ||
| 25136 | (autoload (quote spam-report-process-queue) "spam-report" "\ | 25071 | (autoload 'spam-report-process-queue "spam-report" "\ |
| 25137 | Report all queued requests from `spam-report-requests-file'. | 25072 | Report all queued requests from `spam-report-requests-file'. |
| 25138 | 25073 | ||
| 25139 | If FILE is given, use it instead of `spam-report-requests-file'. | 25074 | If FILE is given, use it instead of `spam-report-requests-file'. |
| @@ -25142,20 +25077,20 @@ symbol `ask', query before flushing the queue file. | |||
| 25142 | 25077 | ||
| 25143 | \(fn &optional FILE KEEP)" t nil) | 25078 | \(fn &optional FILE KEEP)" t nil) |
| 25144 | 25079 | ||
| 25145 | (autoload (quote spam-report-url-ping-mm-url) "spam-report" "\ | 25080 | (autoload 'spam-report-url-ping-mm-url "spam-report" "\ |
| 25146 | Ping a host through HTTP, addressing a specific GET resource. Use | 25081 | Ping a host through HTTP, addressing a specific GET resource. Use |
| 25147 | the external program specified in `mm-url-program' to connect to | 25082 | the external program specified in `mm-url-program' to connect to |
| 25148 | server. | 25083 | server. |
| 25149 | 25084 | ||
| 25150 | \(fn HOST REPORT)" nil nil) | 25085 | \(fn HOST REPORT)" nil nil) |
| 25151 | 25086 | ||
| 25152 | (autoload (quote spam-report-url-to-file) "spam-report" "\ | 25087 | (autoload 'spam-report-url-to-file "spam-report" "\ |
| 25153 | Collect spam report requests in `spam-report-requests-file'. | 25088 | Collect spam report requests in `spam-report-requests-file'. |
| 25154 | Customize `spam-report-url-ping-function' to use this function. | 25089 | Customize `spam-report-url-ping-function' to use this function. |
| 25155 | 25090 | ||
| 25156 | \(fn HOST REPORT)" nil nil) | 25091 | \(fn HOST REPORT)" nil nil) |
| 25157 | 25092 | ||
| 25158 | (autoload (quote spam-report-agentize) "spam-report" "\ | 25093 | (autoload 'spam-report-agentize "spam-report" "\ |
| 25159 | Add spam-report support to the Agent. | 25094 | Add spam-report support to the Agent. |
| 25160 | Spam reports will be queued with \\[spam-report-url-to-file] when | 25095 | Spam reports will be queued with \\[spam-report-url-to-file] when |
| 25161 | the Agent is unplugged, and will be submitted in a batch when the | 25096 | the Agent is unplugged, and will be submitted in a batch when the |
| @@ -25163,7 +25098,7 @@ Agent is plugged. | |||
| 25163 | 25098 | ||
| 25164 | \(fn)" t nil) | 25099 | \(fn)" t nil) |
| 25165 | 25100 | ||
| 25166 | (autoload (quote spam-report-deagentize) "spam-report" "\ | 25101 | (autoload 'spam-report-deagentize "spam-report" "\ |
| 25167 | Remove spam-report support from the Agent. | 25102 | Remove spam-report support from the Agent. |
| 25168 | Spam reports will be queued with the method used when | 25103 | Spam reports will be queued with the method used when |
| 25169 | \\[spam-report-agentize] was run. | 25104 | \\[spam-report-agentize] was run. |
| @@ -25173,12 +25108,12 @@ Spam reports will be queued with the method used when | |||
| 25173 | ;;;*** | 25108 | ;;;*** |
| 25174 | 25109 | ||
| 25175 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 25110 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 25176 | ;;;;;; "speedbar.el" (18104 24740)) | 25111 | ;;;;;; "speedbar.el" (18190 35207)) |
| 25177 | ;;; Generated autoloads from speedbar.el | 25112 | ;;; Generated autoloads from speedbar.el |
| 25178 | 25113 | ||
| 25179 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 25114 | (defalias 'speedbar 'speedbar-frame-mode) |
| 25180 | 25115 | ||
| 25181 | (autoload (quote speedbar-frame-mode) "speedbar" "\ | 25116 | (autoload 'speedbar-frame-mode "speedbar" "\ |
| 25182 | Enable or disable speedbar. Positive ARG means turn on, negative turn off. | 25117 | Enable or disable speedbar. Positive ARG means turn on, negative turn off. |
| 25183 | A nil ARG means toggle. Once the speedbar frame is activated, a buffer in | 25118 | A nil ARG means toggle. Once the speedbar frame is activated, a buffer in |
| 25184 | `speedbar-mode' will be displayed. Currently, only one speedbar is | 25119 | `speedbar-mode' will be displayed. Currently, only one speedbar is |
| @@ -25188,7 +25123,7 @@ supported at a time. | |||
| 25188 | 25123 | ||
| 25189 | \(fn &optional ARG)" t nil) | 25124 | \(fn &optional ARG)" t nil) |
| 25190 | 25125 | ||
| 25191 | (autoload (quote speedbar-get-focus) "speedbar" "\ | 25126 | (autoload 'speedbar-get-focus "speedbar" "\ |
| 25192 | Change frame focus to or from the speedbar frame. | 25127 | Change frame focus to or from the speedbar frame. |
| 25193 | If the selected frame is not speedbar, then speedbar frame is | 25128 | If the selected frame is not speedbar, then speedbar frame is |
| 25194 | selected. If the speedbar frame is active, then select the attached frame. | 25129 | selected. If the speedbar frame is active, then select the attached frame. |
| @@ -25198,12 +25133,12 @@ selected. If the speedbar frame is active, then select the attached frame. | |||
| 25198 | ;;;*** | 25133 | ;;;*** |
| 25199 | 25134 | ||
| 25200 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 25135 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 25201 | ;;;;;; "spell" "textmodes/spell.el" (18104 24772)) | 25136 | ;;;;;; "spell" "textmodes/spell.el" (18177 876)) |
| 25202 | ;;; Generated autoloads from textmodes/spell.el | 25137 | ;;; Generated autoloads from textmodes/spell.el |
| 25203 | 25138 | ||
| 25204 | (put (quote spell-filter) (quote risky-local-variable) t) | 25139 | (put 'spell-filter 'risky-local-variable t) |
| 25205 | 25140 | ||
| 25206 | (autoload (quote spell-buffer) "spell" "\ | 25141 | (autoload 'spell-buffer "spell" "\ |
| 25207 | Check spelling of every word in the buffer. | 25142 | Check spelling of every word in the buffer. |
| 25208 | For each incorrect word, you are asked for the correct spelling | 25143 | For each incorrect word, you are asked for the correct spelling |
| 25209 | and then put into a query-replace to fix some or all occurrences. | 25144 | and then put into a query-replace to fix some or all occurrences. |
| @@ -25212,14 +25147,14 @@ as its \"correct\" spelling; then the query replace is skipped. | |||
| 25212 | 25147 | ||
| 25213 | \(fn)" t nil) | 25148 | \(fn)" t nil) |
| 25214 | 25149 | ||
| 25215 | (autoload (quote spell-word) "spell" "\ | 25150 | (autoload 'spell-word "spell" "\ |
| 25216 | Check spelling of word at or before point. | 25151 | Check spelling of word at or before point. |
| 25217 | If it is not correct, ask user for the correct spelling | 25152 | If it is not correct, ask user for the correct spelling |
| 25218 | and `query-replace' the entire buffer to substitute it. | 25153 | and `query-replace' the entire buffer to substitute it. |
| 25219 | 25154 | ||
| 25220 | \(fn)" t nil) | 25155 | \(fn)" t nil) |
| 25221 | 25156 | ||
| 25222 | (autoload (quote spell-region) "spell" "\ | 25157 | (autoload 'spell-region "spell" "\ |
| 25223 | Like `spell-buffer' but applies only to region. | 25158 | Like `spell-buffer' but applies only to region. |
| 25224 | Used in a program, applies from START to END. | 25159 | Used in a program, applies from START to END. |
| 25225 | DESCRIPTION is an optional string naming the unit being checked: | 25160 | DESCRIPTION is an optional string naming the unit being checked: |
| @@ -25227,23 +25162,23 @@ for example, \"word\". | |||
| 25227 | 25162 | ||
| 25228 | \(fn START END &optional DESCRIPTION)" t nil) | 25163 | \(fn START END &optional DESCRIPTION)" t nil) |
| 25229 | 25164 | ||
| 25230 | (autoload (quote spell-string) "spell" "\ | 25165 | (autoload 'spell-string "spell" "\ |
| 25231 | Check spelling of string supplied as argument. | 25166 | Check spelling of string supplied as argument. |
| 25232 | 25167 | ||
| 25233 | \(fn STRING)" t nil) | 25168 | \(fn STRING)" t nil) |
| 25234 | 25169 | ||
| 25235 | ;;;*** | 25170 | ;;;*** |
| 25236 | 25171 | ||
| 25237 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18104 | 25172 | ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18177 |
| 25238 | ;;;;;; 24762)) | 25173 | ;;;;;; 871)) |
| 25239 | ;;; Generated autoloads from play/spook.el | 25174 | ;;; Generated autoloads from play/spook.el |
| 25240 | 25175 | ||
| 25241 | (autoload (quote spook) "spook" "\ | 25176 | (autoload 'spook "spook" "\ |
| 25242 | Adds that special touch of class to your outgoing mail. | 25177 | Adds that special touch of class to your outgoing mail. |
| 25243 | 25178 | ||
| 25244 | \(fn)" t nil) | 25179 | \(fn)" t nil) |
| 25245 | 25180 | ||
| 25246 | (autoload (quote snarf-spooks) "spook" "\ | 25181 | (autoload 'snarf-spooks "spook" "\ |
| 25247 | Return a vector containing the lines from `spook-phrases-file'. | 25182 | Return a vector containing the lines from `spook-phrases-file'. |
| 25248 | 25183 | ||
| 25249 | \(fn)" nil nil) | 25184 | \(fn)" nil nil) |
| @@ -25253,11 +25188,11 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 25253 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 25188 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 25254 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix | 25189 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 25255 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help | 25190 | ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help |
| 25256 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18104 | 25191 | ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18190 |
| 25257 | ;;;;;; 24769)) | 25192 | ;;;;;; 35206)) |
| 25258 | ;;; Generated autoloads from progmodes/sql.el | 25193 | ;;; Generated autoloads from progmodes/sql.el |
| 25259 | 25194 | ||
| 25260 | (autoload (quote sql-add-product-keywords) "sql" "\ | 25195 | (autoload 'sql-add-product-keywords "sql" "\ |
| 25261 | Add highlighting KEYWORDS for SQL PRODUCT. | 25196 | Add highlighting KEYWORDS for SQL PRODUCT. |
| 25262 | 25197 | ||
| 25263 | PRODUCT should be a symbol, the name of a sql product, such as | 25198 | PRODUCT should be a symbol, the name of a sql product, such as |
| @@ -25278,7 +25213,7 @@ adds a fontification pattern to fontify identifiers ending in | |||
| 25278 | 25213 | ||
| 25279 | \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil) | 25214 | \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil) |
| 25280 | 25215 | ||
| 25281 | (autoload (quote sql-help) "sql" "\ | 25216 | (autoload 'sql-help "sql" "\ |
| 25282 | Show short help for the SQL modes. | 25217 | Show short help for the SQL modes. |
| 25283 | 25218 | ||
| 25284 | Use an entry function to open an interactive SQL buffer. This buffer is | 25219 | Use an entry function to open an interactive SQL buffer. This buffer is |
| @@ -25320,7 +25255,7 @@ appended to the SQLi buffer without disturbing your SQL buffer. | |||
| 25320 | 25255 | ||
| 25321 | \(fn)" t nil) | 25256 | \(fn)" t nil) |
| 25322 | 25257 | ||
| 25323 | (autoload (quote sql-mode) "sql" "\ | 25258 | (autoload 'sql-mode "sql" "\ |
| 25324 | Major mode to edit SQL. | 25259 | Major mode to edit SQL. |
| 25325 | 25260 | ||
| 25326 | You can send SQL statements to the SQLi buffer using | 25261 | You can send SQL statements to the SQLi buffer using |
| @@ -25350,7 +25285,7 @@ you must tell Emacs. Here's how to do that in your `~/.emacs' file: | |||
| 25350 | 25285 | ||
| 25351 | \(fn)" t nil) | 25286 | \(fn)" t nil) |
| 25352 | 25287 | ||
| 25353 | (autoload (quote sql-product-interactive) "sql" "\ | 25288 | (autoload 'sql-product-interactive "sql" "\ |
| 25354 | Run product interpreter as an inferior process. | 25289 | Run product interpreter as an inferior process. |
| 25355 | 25290 | ||
| 25356 | If buffer `*SQL*' exists but no process is running, make a new process. | 25291 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25361,7 +25296,7 @@ If buffer exists and a process is running, just switch to buffer | |||
| 25361 | 25296 | ||
| 25362 | \(fn &optional PRODUCT)" t nil) | 25297 | \(fn &optional PRODUCT)" t nil) |
| 25363 | 25298 | ||
| 25364 | (autoload (quote sql-oracle) "sql" "\ | 25299 | (autoload 'sql-oracle "sql" "\ |
| 25365 | Run sqlplus by Oracle as an inferior process. | 25300 | Run sqlplus by Oracle as an inferior process. |
| 25366 | 25301 | ||
| 25367 | If buffer `*SQL*' exists but no process is running, make a new process. | 25302 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25387,7 +25322,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25387 | 25322 | ||
| 25388 | \(fn)" t nil) | 25323 | \(fn)" t nil) |
| 25389 | 25324 | ||
| 25390 | (autoload (quote sql-sybase) "sql" "\ | 25325 | (autoload 'sql-sybase "sql" "\ |
| 25391 | Run isql by SyBase as an inferior process. | 25326 | Run isql by SyBase as an inferior process. |
| 25392 | 25327 | ||
| 25393 | If buffer `*SQL*' exists but no process is running, make a new process. | 25328 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25413,7 +25348,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25413 | 25348 | ||
| 25414 | \(fn)" t nil) | 25349 | \(fn)" t nil) |
| 25415 | 25350 | ||
| 25416 | (autoload (quote sql-informix) "sql" "\ | 25351 | (autoload 'sql-informix "sql" "\ |
| 25417 | Run dbaccess by Informix as an inferior process. | 25352 | Run dbaccess by Informix as an inferior process. |
| 25418 | 25353 | ||
| 25419 | If buffer `*SQL*' exists but no process is running, make a new process. | 25354 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25437,7 +25372,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25437 | 25372 | ||
| 25438 | \(fn)" t nil) | 25373 | \(fn)" t nil) |
| 25439 | 25374 | ||
| 25440 | (autoload (quote sql-sqlite) "sql" "\ | 25375 | (autoload 'sql-sqlite "sql" "\ |
| 25441 | Run sqlite as an inferior process. | 25376 | Run sqlite as an inferior process. |
| 25442 | 25377 | ||
| 25443 | SQLite is free software. | 25378 | SQLite is free software. |
| @@ -25465,7 +25400,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25465 | 25400 | ||
| 25466 | \(fn)" t nil) | 25401 | \(fn)" t nil) |
| 25467 | 25402 | ||
| 25468 | (autoload (quote sql-mysql) "sql" "\ | 25403 | (autoload 'sql-mysql "sql" "\ |
| 25469 | Run mysql by TcX as an inferior process. | 25404 | Run mysql by TcX as an inferior process. |
| 25470 | 25405 | ||
| 25471 | Mysql versions 3.23 and up are free software. | 25406 | Mysql versions 3.23 and up are free software. |
| @@ -25493,7 +25428,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25493 | 25428 | ||
| 25494 | \(fn)" t nil) | 25429 | \(fn)" t nil) |
| 25495 | 25430 | ||
| 25496 | (autoload (quote sql-solid) "sql" "\ | 25431 | (autoload 'sql-solid "sql" "\ |
| 25497 | Run solsql by Solid as an inferior process. | 25432 | Run solsql by Solid as an inferior process. |
| 25498 | 25433 | ||
| 25499 | If buffer `*SQL*' exists but no process is running, make a new process. | 25434 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25518,7 +25453,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25518 | 25453 | ||
| 25519 | \(fn)" t nil) | 25454 | \(fn)" t nil) |
| 25520 | 25455 | ||
| 25521 | (autoload (quote sql-ingres) "sql" "\ | 25456 | (autoload 'sql-ingres "sql" "\ |
| 25522 | Run sql by Ingres as an inferior process. | 25457 | Run sql by Ingres as an inferior process. |
| 25523 | 25458 | ||
| 25524 | If buffer `*SQL*' exists but no process is running, make a new process. | 25459 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25542,7 +25477,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25542 | 25477 | ||
| 25543 | \(fn)" t nil) | 25478 | \(fn)" t nil) |
| 25544 | 25479 | ||
| 25545 | (autoload (quote sql-ms) "sql" "\ | 25480 | (autoload 'sql-ms "sql" "\ |
| 25546 | Run osql by Microsoft as an inferior process. | 25481 | Run osql by Microsoft as an inferior process. |
| 25547 | 25482 | ||
| 25548 | If buffer `*SQL*' exists but no process is running, make a new process. | 25483 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25568,7 +25503,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25568 | 25503 | ||
| 25569 | \(fn)" t nil) | 25504 | \(fn)" t nil) |
| 25570 | 25505 | ||
| 25571 | (autoload (quote sql-postgres) "sql" "\ | 25506 | (autoload 'sql-postgres "sql" "\ |
| 25572 | Run psql by Postgres as an inferior process. | 25507 | Run psql by Postgres as an inferior process. |
| 25573 | 25508 | ||
| 25574 | If buffer `*SQL*' exists but no process is running, make a new process. | 25509 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25599,7 +25534,7 @@ Try to set `comint-output-filter-functions' like this: | |||
| 25599 | 25534 | ||
| 25600 | \(fn)" t nil) | 25535 | \(fn)" t nil) |
| 25601 | 25536 | ||
| 25602 | (autoload (quote sql-interbase) "sql" "\ | 25537 | (autoload 'sql-interbase "sql" "\ |
| 25603 | Run isql by Interbase as an inferior process. | 25538 | Run isql by Interbase as an inferior process. |
| 25604 | 25539 | ||
| 25605 | If buffer `*SQL*' exists but no process is running, make a new process. | 25540 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25624,7 +25559,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25624 | 25559 | ||
| 25625 | \(fn)" t nil) | 25560 | \(fn)" t nil) |
| 25626 | 25561 | ||
| 25627 | (autoload (quote sql-db2) "sql" "\ | 25562 | (autoload 'sql-db2 "sql" "\ |
| 25628 | Run db2 by IBM as an inferior process. | 25563 | Run db2 by IBM as an inferior process. |
| 25629 | 25564 | ||
| 25630 | If buffer `*SQL*' exists but no process is running, make a new process. | 25565 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25653,7 +25588,7 @@ The default comes from `process-coding-system-alist' and | |||
| 25653 | 25588 | ||
| 25654 | \(fn)" t nil) | 25589 | \(fn)" t nil) |
| 25655 | 25590 | ||
| 25656 | (autoload (quote sql-linter) "sql" "\ | 25591 | (autoload 'sql-linter "sql" "\ |
| 25657 | Run inl by RELEX as an inferior process. | 25592 | Run inl by RELEX as an inferior process. |
| 25658 | 25593 | ||
| 25659 | If buffer `*SQL*' exists but no process is running, make a new process. | 25594 | If buffer `*SQL*' exists but no process is running, make a new process. |
| @@ -25685,11 +25620,11 @@ input. See `sql-interactive-mode'. | |||
| 25685 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes | 25620 | ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes |
| 25686 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 25621 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 25687 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 25622 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 25688 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18104 | 25623 | ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18177 |
| 25689 | ;;;;;; 24740)) | 25624 | ;;;;;; 874)) |
| 25690 | ;;; Generated autoloads from strokes.el | 25625 | ;;; Generated autoloads from strokes.el |
| 25691 | 25626 | ||
| 25692 | (autoload (quote strokes-global-set-stroke) "strokes" "\ | 25627 | (autoload 'strokes-global-set-stroke "strokes" "\ |
| 25693 | Interactively give STROKE the global binding as COMMAND. | 25628 | Interactively give STROKE the global binding as COMMAND. |
| 25694 | Operated just like `global-set-key', except for strokes. | 25629 | Operated just like `global-set-key', except for strokes. |
| 25695 | COMMAND is a symbol naming an interactively-callable function. STROKE | 25630 | COMMAND is a symbol naming an interactively-callable function. STROKE |
| @@ -25700,7 +25635,7 @@ See also `strokes-global-set-stroke-string'. | |||
| 25700 | 25635 | ||
| 25701 | \(fn STROKE COMMAND)" t nil) | 25636 | \(fn STROKE COMMAND)" t nil) |
| 25702 | 25637 | ||
| 25703 | (autoload (quote strokes-read-stroke) "strokes" "\ | 25638 | (autoload 'strokes-read-stroke "strokes" "\ |
| 25704 | Read a simple stroke (interactively) and return the stroke. | 25639 | Read a simple stroke (interactively) and return the stroke. |
| 25705 | Optional PROMPT in minibuffer displays before and during stroke reading. | 25640 | Optional PROMPT in minibuffer displays before and during stroke reading. |
| 25706 | This function will display the stroke interactively as it is being | 25641 | This function will display the stroke interactively as it is being |
| @@ -25710,7 +25645,7 @@ Optional EVENT is acceptable as the starting event of the stroke. | |||
| 25710 | 25645 | ||
| 25711 | \(fn &optional PROMPT EVENT)" nil nil) | 25646 | \(fn &optional PROMPT EVENT)" nil nil) |
| 25712 | 25647 | ||
| 25713 | (autoload (quote strokes-read-complex-stroke) "strokes" "\ | 25648 | (autoload 'strokes-read-complex-stroke "strokes" "\ |
| 25714 | Read a complex stroke (interactively) and return the stroke. | 25649 | Read a complex stroke (interactively) and return the stroke. |
| 25715 | Optional PROMPT in minibuffer displays before and during stroke reading. | 25650 | Optional PROMPT in minibuffer displays before and during stroke reading. |
| 25716 | Note that a complex stroke allows the user to pen-up and pen-down. This | 25651 | Note that a complex stroke allows the user to pen-up and pen-down. This |
| @@ -25720,34 +25655,34 @@ Optional EVENT is acceptable as the starting event of the stroke. | |||
| 25720 | 25655 | ||
| 25721 | \(fn &optional PROMPT EVENT)" nil nil) | 25656 | \(fn &optional PROMPT EVENT)" nil nil) |
| 25722 | 25657 | ||
| 25723 | (autoload (quote strokes-do-stroke) "strokes" "\ | 25658 | (autoload 'strokes-do-stroke "strokes" "\ |
| 25724 | Read a simple stroke from the user and then execute its command. | 25659 | Read a simple stroke from the user and then execute its command. |
| 25725 | This must be bound to a mouse event. | 25660 | This must be bound to a mouse event. |
| 25726 | 25661 | ||
| 25727 | \(fn EVENT)" t nil) | 25662 | \(fn EVENT)" t nil) |
| 25728 | 25663 | ||
| 25729 | (autoload (quote strokes-do-complex-stroke) "strokes" "\ | 25664 | (autoload 'strokes-do-complex-stroke "strokes" "\ |
| 25730 | Read a complex stroke from the user and then execute its command. | 25665 | Read a complex stroke from the user and then execute its command. |
| 25731 | This must be bound to a mouse event. | 25666 | This must be bound to a mouse event. |
| 25732 | 25667 | ||
| 25733 | \(fn EVENT)" t nil) | 25668 | \(fn EVENT)" t nil) |
| 25734 | 25669 | ||
| 25735 | (autoload (quote strokes-describe-stroke) "strokes" "\ | 25670 | (autoload 'strokes-describe-stroke "strokes" "\ |
| 25736 | Displays the command which STROKE maps to, reading STROKE interactively. | 25671 | Displays the command which STROKE maps to, reading STROKE interactively. |
| 25737 | 25672 | ||
| 25738 | \(fn STROKE)" t nil) | 25673 | \(fn STROKE)" t nil) |
| 25739 | 25674 | ||
| 25740 | (autoload (quote strokes-help) "strokes" "\ | 25675 | (autoload 'strokes-help "strokes" "\ |
| 25741 | Get instruction on using the Strokes package. | 25676 | Get instruction on using the Strokes package. |
| 25742 | 25677 | ||
| 25743 | \(fn)" t nil) | 25678 | \(fn)" t nil) |
| 25744 | 25679 | ||
| 25745 | (autoload (quote strokes-load-user-strokes) "strokes" "\ | 25680 | (autoload 'strokes-load-user-strokes "strokes" "\ |
| 25746 | Load user-defined strokes from file named by `strokes-file'. | 25681 | Load user-defined strokes from file named by `strokes-file'. |
| 25747 | 25682 | ||
| 25748 | \(fn)" t nil) | 25683 | \(fn)" t nil) |
| 25749 | 25684 | ||
| 25750 | (autoload (quote strokes-list-strokes) "strokes" "\ | 25685 | (autoload 'strokes-list-strokes "strokes" "\ |
| 25751 | Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. | 25686 | Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP. |
| 25752 | With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes | 25687 | With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes |
| 25753 | chronologically by command name. | 25688 | chronologically by command name. |
| @@ -25762,9 +25697,9 @@ Setting this variable directly does not take effect; | |||
| 25762 | either customize it (see the info node `Easy Customization') | 25697 | either customize it (see the info node `Easy Customization') |
| 25763 | or call the function `strokes-mode'.") | 25698 | or call the function `strokes-mode'.") |
| 25764 | 25699 | ||
| 25765 | (custom-autoload (quote strokes-mode) "strokes" nil) | 25700 | (custom-autoload 'strokes-mode "strokes" nil) |
| 25766 | 25701 | ||
| 25767 | (autoload (quote strokes-mode) "strokes" "\ | 25702 | (autoload 'strokes-mode "strokes" "\ |
| 25768 | Toggle Strokes global minor mode.\\<strokes-mode-map> | 25703 | Toggle Strokes global minor mode.\\<strokes-mode-map> |
| 25769 | With ARG, turn strokes on if and only if ARG is positive. | 25704 | With ARG, turn strokes on if and only if ARG is positive. |
| 25770 | Strokes are pictographic mouse gestures which invoke commands. | 25705 | Strokes are pictographic mouse gestures which invoke commands. |
| @@ -25781,14 +25716,14 @@ Encode/decode your strokes with \\[strokes-encode-buffer], | |||
| 25781 | 25716 | ||
| 25782 | \(fn &optional ARG)" t nil) | 25717 | \(fn &optional ARG)" t nil) |
| 25783 | 25718 | ||
| 25784 | (autoload (quote strokes-decode-buffer) "strokes" "\ | 25719 | (autoload 'strokes-decode-buffer "strokes" "\ |
| 25785 | Decode stroke strings in BUFFER and display their corresponding glyphs. | 25720 | Decode stroke strings in BUFFER and display their corresponding glyphs. |
| 25786 | Optional BUFFER defaults to the current buffer. | 25721 | Optional BUFFER defaults to the current buffer. |
| 25787 | Optional FORCE non-nil will ignore the buffer's read-only status. | 25722 | Optional FORCE non-nil will ignore the buffer's read-only status. |
| 25788 | 25723 | ||
| 25789 | \(fn &optional BUFFER FORCE)" t nil) | 25724 | \(fn &optional BUFFER FORCE)" t nil) |
| 25790 | 25725 | ||
| 25791 | (autoload (quote strokes-compose-complex-stroke) "strokes" "\ | 25726 | (autoload 'strokes-compose-complex-stroke "strokes" "\ |
| 25792 | Read a complex stroke and insert its glyph into the current buffer. | 25727 | Read a complex stroke and insert its glyph into the current buffer. |
| 25793 | 25728 | ||
| 25794 | \(fn)" t nil) | 25729 | \(fn)" t nil) |
| @@ -25816,10 +25751,10 @@ Studlify-case the current buffer. | |||
| 25816 | 25751 | ||
| 25817 | ;;;*** | 25752 | ;;;*** |
| 25818 | 25753 | ||
| 25819 | ;;;### (autoloads (locate-library) "subr" "subr.el" (18104 24740)) | 25754 | ;;;### (autoloads (locate-library) "subr" "subr.el" (18190 35207)) |
| 25820 | ;;; Generated autoloads from subr.el | 25755 | ;;; Generated autoloads from subr.el |
| 25821 | 25756 | ||
| 25822 | (autoload (quote locate-library) "subr" "\ | 25757 | (autoload 'locate-library "subr" "\ |
| 25823 | Show the precise file name of Emacs library LIBRARY. | 25758 | Show the precise file name of Emacs library LIBRARY. |
| 25824 | This command searches the directories in `load-path' like `\\[load-library]' | 25759 | This command searches the directories in `load-path' like `\\[load-library]' |
| 25825 | to find the file that `\\[load-library] RET LIBRARY RET' would load. | 25760 | to find the file that `\\[load-library] RET LIBRARY RET' would load. |
| @@ -25838,10 +25773,10 @@ and the file name is displayed in the echo area. | |||
| 25838 | ;;;*** | 25773 | ;;;*** |
| 25839 | 25774 | ||
| 25840 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 25775 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 25841 | ;;;;;; (18104 24758)) | 25776 | ;;;;;; (18190 35202)) |
| 25842 | ;;; Generated autoloads from mail/supercite.el | 25777 | ;;; Generated autoloads from mail/supercite.el |
| 25843 | 25778 | ||
| 25844 | (autoload (quote sc-cite-original) "supercite" "\ | 25779 | (autoload 'sc-cite-original "supercite" "\ |
| 25845 | Workhorse citing function which performs the initial citation. | 25780 | Workhorse citing function which performs the initial citation. |
| 25846 | This is callable from the various mail and news readers' reply | 25781 | This is callable from the various mail and news readers' reply |
| 25847 | function according to the agreed upon standard. See the associated | 25782 | function according to the agreed upon standard. See the associated |
| @@ -25870,34 +25805,38 @@ before, and `sc-post-hook' is run after the guts of this function. | |||
| 25870 | 25805 | ||
| 25871 | ;;;*** | 25806 | ;;;*** |
| 25872 | 25807 | ||
| 25873 | ;;;### (autoloads (t-mouse-mode) "t-mouse" "t-mouse.el" (18104 24740)) | 25808 | ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18190 |
| 25809 | ;;;;;; 35213)) | ||
| 25874 | ;;; Generated autoloads from t-mouse.el | 25810 | ;;; Generated autoloads from t-mouse.el |
| 25875 | 25811 | ||
| 25876 | (defvar t-mouse-mode nil "\ | 25812 | (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1") |
| 25877 | Non-nil if T-Mouse mode is enabled. | 25813 | |
| 25878 | See the command `t-mouse-mode' for a description of this minor mode. | 25814 | (defvar gpm-mouse-mode nil "\ |
| 25815 | Non-nil if Gpm-Mouse mode is enabled. | ||
| 25816 | See the command `gpm-mouse-mode' for a description of this minor mode. | ||
| 25879 | Setting this variable directly does not take effect; | 25817 | Setting this variable directly does not take effect; |
| 25880 | either customize it (see the info node `Easy Customization') | 25818 | either customize it (see the info node `Easy Customization') |
| 25881 | or call the function `t-mouse-mode'.") | 25819 | or call the function `gpm-mouse-mode'.") |
| 25882 | 25820 | ||
| 25883 | (custom-autoload (quote t-mouse-mode) "t-mouse" nil) | 25821 | (custom-autoload 'gpm-mouse-mode "t-mouse" nil) |
| 25884 | 25822 | ||
| 25885 | (autoload (quote t-mouse-mode) "t-mouse" "\ | 25823 | (autoload 'gpm-mouse-mode "t-mouse" "\ |
| 25886 | Toggle t-mouse mode to use the mouse in Linux consoles. | 25824 | Toggle gpm-mouse mode to use the mouse in GNU/Linux consoles. |
| 25887 | With prefix arg, turn t-mouse mode on iff arg is positive. | 25825 | With prefix arg, turn gpm-mouse mode on if arg is positive, |
| 25826 | otherwise turn it off. | ||
| 25888 | 25827 | ||
| 25889 | This allows the use of the mouse when operating on a Linux console, in the | 25828 | This allows the use of the mouse when operating on a GNU/Linux console, |
| 25890 | same way as you can use the mouse under X11. | 25829 | in the same way as you can use the mouse under X11. |
| 25891 | It requires the `mev' program, part of the `gpm' utilities. | 25830 | It relies on the `gpm' daemon being activated. |
| 25892 | 25831 | ||
| 25893 | \(fn &optional ARG)" t nil) | 25832 | \(fn &optional ARG)" t nil) |
| 25894 | 25833 | ||
| 25895 | ;;;*** | 25834 | ;;;*** |
| 25896 | 25835 | ||
| 25897 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18104 24740)) | 25836 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18177 875)) |
| 25898 | ;;; Generated autoloads from tabify.el | 25837 | ;;; Generated autoloads from tabify.el |
| 25899 | 25838 | ||
| 25900 | (autoload (quote untabify) "tabify" "\ | 25839 | (autoload 'untabify "tabify" "\ |
| 25901 | Convert all tabs in region to multiple spaces, preserving columns. | 25840 | Convert all tabs in region to multiple spaces, preserving columns. |
| 25902 | Called non-interactively, the region is specified by arguments | 25841 | Called non-interactively, the region is specified by arguments |
| 25903 | START and END, rather than by the position of point and mark. | 25842 | START and END, rather than by the position of point and mark. |
| @@ -25905,7 +25844,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25905 | 25844 | ||
| 25906 | \(fn START END)" t nil) | 25845 | \(fn START END)" t nil) |
| 25907 | 25846 | ||
| 25908 | (autoload (quote tabify) "tabify" "\ | 25847 | (autoload 'tabify "tabify" "\ |
| 25909 | Convert multiple spaces in region to tabs when possible. | 25848 | Convert multiple spaces in region to tabs when possible. |
| 25910 | A group of spaces is partially replaced by tabs | 25849 | A group of spaces is partially replaced by tabs |
| 25911 | when this can be done without changing the column they end at. | 25850 | when this can be done without changing the column they end at. |
| @@ -25929,31 +25868,31 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 25929 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 25868 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 25930 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 25869 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 25931 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 25870 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 25932 | ;;;;;; "table" "textmodes/table.el" (18104 24772)) | 25871 | ;;;;;; "table" "textmodes/table.el" (18190 35212)) |
| 25933 | ;;; Generated autoloads from textmodes/table.el | 25872 | ;;; Generated autoloads from textmodes/table.el |
| 25934 | 25873 | ||
| 25935 | (defvar table-cell-map-hook nil "\ | 25874 | (defvar table-cell-map-hook nil "\ |
| 25936 | *Normal hooks run when finishing construction of `table-cell-map'. | 25875 | *Normal hooks run when finishing construction of `table-cell-map'. |
| 25937 | User can modify `table-cell-map' by adding custom functions here.") | 25876 | User can modify `table-cell-map' by adding custom functions here.") |
| 25938 | 25877 | ||
| 25939 | (custom-autoload (quote table-cell-map-hook) "table" t) | 25878 | (custom-autoload 'table-cell-map-hook "table" t) |
| 25940 | 25879 | ||
| 25941 | (defvar table-load-hook nil "\ | 25880 | (defvar table-load-hook nil "\ |
| 25942 | *List of functions to be called after the table is first loaded.") | 25881 | *List of functions to be called after the table is first loaded.") |
| 25943 | 25882 | ||
| 25944 | (custom-autoload (quote table-load-hook) "table" t) | 25883 | (custom-autoload 'table-load-hook "table" t) |
| 25945 | 25884 | ||
| 25946 | (defvar table-point-entered-cell-hook nil "\ | 25885 | (defvar table-point-entered-cell-hook nil "\ |
| 25947 | *List of functions to be called after point entered a table cell.") | 25886 | *List of functions to be called after point entered a table cell.") |
| 25948 | 25887 | ||
| 25949 | (custom-autoload (quote table-point-entered-cell-hook) "table" t) | 25888 | (custom-autoload 'table-point-entered-cell-hook "table" t) |
| 25950 | 25889 | ||
| 25951 | (defvar table-point-left-cell-hook nil "\ | 25890 | (defvar table-point-left-cell-hook nil "\ |
| 25952 | *List of functions to be called after point left a table cell.") | 25891 | *List of functions to be called after point left a table cell.") |
| 25953 | 25892 | ||
| 25954 | (custom-autoload (quote table-point-left-cell-hook) "table" t) | 25893 | (custom-autoload 'table-point-left-cell-hook "table" t) |
| 25955 | 25894 | ||
| 25956 | (autoload (quote table-insert) "table" "\ | 25895 | (autoload 'table-insert "table" "\ |
| 25957 | Insert an editable text table. | 25896 | Insert an editable text table. |
| 25958 | Insert a table of specified number of COLUMNS and ROWS. Optional | 25897 | Insert a table of specified number of COLUMNS and ROWS. Optional |
| 25959 | parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each | 25898 | parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each |
| @@ -26076,7 +26015,7 @@ Inside a table cell has a special keymap. | |||
| 26076 | 26015 | ||
| 26077 | \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil) | 26016 | \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil) |
| 26078 | 26017 | ||
| 26079 | (autoload (quote table-insert-row) "table" "\ | 26018 | (autoload 'table-insert-row "table" "\ |
| 26080 | Insert N table row(s). | 26019 | Insert N table row(s). |
| 26081 | When point is in a table the newly inserted row(s) are placed above | 26020 | When point is in a table the newly inserted row(s) are placed above |
| 26082 | the current row. When point is outside of the table it must be below | 26021 | the current row. When point is outside of the table it must be below |
| @@ -26085,7 +26024,7 @@ are appended at the bottom of the table. | |||
| 26085 | 26024 | ||
| 26086 | \(fn N)" t nil) | 26025 | \(fn N)" t nil) |
| 26087 | 26026 | ||
| 26088 | (autoload (quote table-insert-column) "table" "\ | 26027 | (autoload 'table-insert-column "table" "\ |
| 26089 | Insert N table column(s). | 26028 | Insert N table column(s). |
| 26090 | When point is in a table the newly inserted column(s) are placed left | 26029 | When point is in a table the newly inserted column(s) are placed left |
| 26091 | of the current column. When point is outside of the table it must be | 26030 | of the current column. When point is outside of the table it must be |
| @@ -26094,13 +26033,13 @@ created column(s) are appended at the right of the table. | |||
| 26094 | 26033 | ||
| 26095 | \(fn N)" t nil) | 26034 | \(fn N)" t nil) |
| 26096 | 26035 | ||
| 26097 | (autoload (quote table-insert-row-column) "table" "\ | 26036 | (autoload 'table-insert-row-column "table" "\ |
| 26098 | Insert row(s) or column(s). | 26037 | Insert row(s) or column(s). |
| 26099 | See `table-insert-row' and `table-insert-column'. | 26038 | See `table-insert-row' and `table-insert-column'. |
| 26100 | 26039 | ||
| 26101 | \(fn ROW-COLUMN N)" t nil) | 26040 | \(fn ROW-COLUMN N)" t nil) |
| 26102 | 26041 | ||
| 26103 | (autoload (quote table-recognize) "table" "\ | 26042 | (autoload 'table-recognize "table" "\ |
| 26104 | Recognize all tables within the current buffer and activate them. | 26043 | Recognize all tables within the current buffer and activate them. |
| 26105 | Scans the entire buffer and recognizes valid table cells. If the | 26044 | Scans the entire buffer and recognizes valid table cells. If the |
| 26106 | optional numeric prefix argument ARG is negative the tables in the | 26045 | optional numeric prefix argument ARG is negative the tables in the |
| @@ -26109,12 +26048,12 @@ all the table specific features. | |||
| 26109 | 26048 | ||
| 26110 | \(fn &optional ARG)" t nil) | 26049 | \(fn &optional ARG)" t nil) |
| 26111 | 26050 | ||
| 26112 | (autoload (quote table-unrecognize) "table" "\ | 26051 | (autoload 'table-unrecognize "table" "\ |
| 26113 | Not documented | 26052 | Not documented |
| 26114 | 26053 | ||
| 26115 | \(fn)" t nil) | 26054 | \(fn)" t nil) |
| 26116 | 26055 | ||
| 26117 | (autoload (quote table-recognize-region) "table" "\ | 26056 | (autoload 'table-recognize-region "table" "\ |
| 26118 | Recognize all tables within region. | 26057 | Recognize all tables within region. |
| 26119 | BEG and END specify the region to work on. If the optional numeric | 26058 | BEG and END specify the region to work on. If the optional numeric |
| 26120 | prefix argument ARG is negative the tables in the region become | 26059 | prefix argument ARG is negative the tables in the region become |
| @@ -26123,12 +26062,12 @@ specific features. | |||
| 26123 | 26062 | ||
| 26124 | \(fn BEG END &optional ARG)" t nil) | 26063 | \(fn BEG END &optional ARG)" t nil) |
| 26125 | 26064 | ||
| 26126 | (autoload (quote table-unrecognize-region) "table" "\ | 26065 | (autoload 'table-unrecognize-region "table" "\ |
| 26127 | Not documented | 26066 | Not documented |
| 26128 | 26067 | ||
| 26129 | \(fn BEG END)" t nil) | 26068 | \(fn BEG END)" t nil) |
| 26130 | 26069 | ||
| 26131 | (autoload (quote table-recognize-table) "table" "\ | 26070 | (autoload 'table-recognize-table "table" "\ |
| 26132 | Recognize a table at point. | 26071 | Recognize a table at point. |
| 26133 | If the optional numeric prefix argument ARG is negative the table | 26072 | If the optional numeric prefix argument ARG is negative the table |
| 26134 | becomes inactive, meaning the table becomes plain text and loses all | 26073 | becomes inactive, meaning the table becomes plain text and loses all |
| @@ -26136,12 +26075,12 @@ the table specific features. | |||
| 26136 | 26075 | ||
| 26137 | \(fn &optional ARG)" t nil) | 26076 | \(fn &optional ARG)" t nil) |
| 26138 | 26077 | ||
| 26139 | (autoload (quote table-unrecognize-table) "table" "\ | 26078 | (autoload 'table-unrecognize-table "table" "\ |
| 26140 | Not documented | 26079 | Not documented |
| 26141 | 26080 | ||
| 26142 | \(fn)" t nil) | 26081 | \(fn)" t nil) |
| 26143 | 26082 | ||
| 26144 | (autoload (quote table-recognize-cell) "table" "\ | 26083 | (autoload 'table-recognize-cell "table" "\ |
| 26145 | Recognize a table cell that contains current point. | 26084 | Recognize a table cell that contains current point. |
| 26146 | Probe the cell dimension and prepare the cell information. The | 26085 | Probe the cell dimension and prepare the cell information. The |
| 26147 | optional two arguments FORCE and NO-COPY are for internal use only and | 26086 | optional two arguments FORCE and NO-COPY are for internal use only and |
| @@ -26151,12 +26090,12 @@ plain text and loses all the table specific features. | |||
| 26151 | 26090 | ||
| 26152 | \(fn &optional FORCE NO-COPY ARG)" t nil) | 26091 | \(fn &optional FORCE NO-COPY ARG)" t nil) |
| 26153 | 26092 | ||
| 26154 | (autoload (quote table-unrecognize-cell) "table" "\ | 26093 | (autoload 'table-unrecognize-cell "table" "\ |
| 26155 | Not documented | 26094 | Not documented |
| 26156 | 26095 | ||
| 26157 | \(fn)" t nil) | 26096 | \(fn)" t nil) |
| 26158 | 26097 | ||
| 26159 | (autoload (quote table-heighten-cell) "table" "\ | 26098 | (autoload 'table-heighten-cell "table" "\ |
| 26160 | Heighten the current cell by N lines by expanding the cell vertically. | 26099 | Heighten the current cell by N lines by expanding the cell vertically. |
| 26161 | Heightening is done by adding blank lines at the bottom of the current | 26100 | Heightening is done by adding blank lines at the bottom of the current |
| 26162 | cell. Other cells aligned horizontally with the current one are also | 26101 | cell. Other cells aligned horizontally with the current one are also |
| @@ -26166,7 +26105,7 @@ specified. | |||
| 26166 | 26105 | ||
| 26167 | \(fn N &optional NO-COPY NO-UPDATE)" t nil) | 26106 | \(fn N &optional NO-COPY NO-UPDATE)" t nil) |
| 26168 | 26107 | ||
| 26169 | (autoload (quote table-shorten-cell) "table" "\ | 26108 | (autoload 'table-shorten-cell "table" "\ |
| 26170 | Shorten the current cell by N lines by shrinking the cell vertically. | 26109 | Shorten the current cell by N lines by shrinking the cell vertically. |
| 26171 | Shortening is done by removing blank lines from the bottom of the cell | 26110 | Shortening is done by removing blank lines from the bottom of the cell |
| 26172 | and possibly from the top of the cell as well. Therefor, the cell | 26111 | and possibly from the top of the cell as well. Therefor, the cell |
| @@ -26177,21 +26116,21 @@ table structure. | |||
| 26177 | 26116 | ||
| 26178 | \(fn N)" t nil) | 26117 | \(fn N)" t nil) |
| 26179 | 26118 | ||
| 26180 | (autoload (quote table-widen-cell) "table" "\ | 26119 | (autoload 'table-widen-cell "table" "\ |
| 26181 | Widen the current cell by N columns and expand the cell horizontally. | 26120 | Widen the current cell by N columns and expand the cell horizontally. |
| 26182 | Some other cells in the same table are widen as well to keep the | 26121 | Some other cells in the same table are widen as well to keep the |
| 26183 | table's rectangle structure. | 26122 | table's rectangle structure. |
| 26184 | 26123 | ||
| 26185 | \(fn N &optional NO-COPY NO-UPDATE)" t nil) | 26124 | \(fn N &optional NO-COPY NO-UPDATE)" t nil) |
| 26186 | 26125 | ||
| 26187 | (autoload (quote table-narrow-cell) "table" "\ | 26126 | (autoload 'table-narrow-cell "table" "\ |
| 26188 | Narrow the current cell by N columns and shrink the cell horizontally. | 26127 | Narrow the current cell by N columns and shrink the cell horizontally. |
| 26189 | Some other cells in the same table are narrowed as well to keep the | 26128 | Some other cells in the same table are narrowed as well to keep the |
| 26190 | table's rectangle structure. | 26129 | table's rectangle structure. |
| 26191 | 26130 | ||
| 26192 | \(fn N)" t nil) | 26131 | \(fn N)" t nil) |
| 26193 | 26132 | ||
| 26194 | (autoload (quote table-forward-cell) "table" "\ | 26133 | (autoload 'table-forward-cell "table" "\ |
| 26195 | Move point forward to the beginning of the next cell. | 26134 | Move point forward to the beginning of the next cell. |
| 26196 | With argument ARG, do it ARG times; | 26135 | With argument ARG, do it ARG times; |
| 26197 | a negative argument ARG = -N means move backward N cells. | 26136 | a negative argument ARG = -N means move backward N cells. |
| @@ -26230,45 +26169,45 @@ You can actually try how it works in this buffer. Press | |||
| 26230 | 26169 | ||
| 26231 | \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil) | 26170 | \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil) |
| 26232 | 26171 | ||
| 26233 | (autoload (quote table-backward-cell) "table" "\ | 26172 | (autoload 'table-backward-cell "table" "\ |
| 26234 | Move backward to the beginning of the previous cell. | 26173 | Move backward to the beginning of the previous cell. |
| 26235 | With argument ARG, do it ARG times; | 26174 | With argument ARG, do it ARG times; |
| 26236 | a negative argument ARG = -N means move forward N cells. | 26175 | a negative argument ARG = -N means move forward N cells. |
| 26237 | 26176 | ||
| 26238 | \(fn &optional ARG)" t nil) | 26177 | \(fn &optional ARG)" t nil) |
| 26239 | 26178 | ||
| 26240 | (autoload (quote table-span-cell) "table" "\ | 26179 | (autoload 'table-span-cell "table" "\ |
| 26241 | Span current cell into adjacent cell in DIRECTION. | 26180 | Span current cell into adjacent cell in DIRECTION. |
| 26242 | DIRECTION is one of symbols; right, left, above or below. | 26181 | DIRECTION is one of symbols; right, left, above or below. |
| 26243 | 26182 | ||
| 26244 | \(fn DIRECTION)" t nil) | 26183 | \(fn DIRECTION)" t nil) |
| 26245 | 26184 | ||
| 26246 | (autoload (quote table-split-cell-vertically) "table" "\ | 26185 | (autoload 'table-split-cell-vertically "table" "\ |
| 26247 | Split current cell vertically. | 26186 | Split current cell vertically. |
| 26248 | Creates a cell above and a cell below the current point location. | 26187 | Creates a cell above and a cell below the current point location. |
| 26249 | 26188 | ||
| 26250 | \(fn)" t nil) | 26189 | \(fn)" t nil) |
| 26251 | 26190 | ||
| 26252 | (autoload (quote table-split-cell-horizontally) "table" "\ | 26191 | (autoload 'table-split-cell-horizontally "table" "\ |
| 26253 | Split current cell horizontally. | 26192 | Split current cell horizontally. |
| 26254 | Creates a cell on the left and a cell on the right of the current point location. | 26193 | Creates a cell on the left and a cell on the right of the current point location. |
| 26255 | 26194 | ||
| 26256 | \(fn)" t nil) | 26195 | \(fn)" t nil) |
| 26257 | 26196 | ||
| 26258 | (autoload (quote table-split-cell) "table" "\ | 26197 | (autoload 'table-split-cell "table" "\ |
| 26259 | Split current cell in ORIENTATION. | 26198 | Split current cell in ORIENTATION. |
| 26260 | ORIENTATION is a symbol either horizontally or vertically. | 26199 | ORIENTATION is a symbol either horizontally or vertically. |
| 26261 | 26200 | ||
| 26262 | \(fn ORIENTATION)" t nil) | 26201 | \(fn ORIENTATION)" t nil) |
| 26263 | 26202 | ||
| 26264 | (autoload (quote table-justify) "table" "\ | 26203 | (autoload 'table-justify "table" "\ |
| 26265 | Justify contents of a cell, a row of cells or a column of cells. | 26204 | Justify contents of a cell, a row of cells or a column of cells. |
| 26266 | WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left, | 26205 | WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left, |
| 26267 | 'center, 'right, 'top, 'middle, 'bottom or 'none. | 26206 | 'center, 'right, 'top, 'middle, 'bottom or 'none. |
| 26268 | 26207 | ||
| 26269 | \(fn WHAT JUSTIFY)" t nil) | 26208 | \(fn WHAT JUSTIFY)" t nil) |
| 26270 | 26209 | ||
| 26271 | (autoload (quote table-justify-cell) "table" "\ | 26210 | (autoload 'table-justify-cell "table" "\ |
| 26272 | Justify cell contents. | 26211 | Justify cell contents. |
| 26273 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top, | 26212 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top, |
| 26274 | 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is | 26213 | 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is |
| @@ -26277,21 +26216,21 @@ otherwise the entire cell contents is justified. | |||
| 26277 | 26216 | ||
| 26278 | \(fn JUSTIFY &optional PARAGRAPH)" t nil) | 26217 | \(fn JUSTIFY &optional PARAGRAPH)" t nil) |
| 26279 | 26218 | ||
| 26280 | (autoload (quote table-justify-row) "table" "\ | 26219 | (autoload 'table-justify-row "table" "\ |
| 26281 | Justify cells of a row. | 26220 | Justify cells of a row. |
| 26282 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | 26221 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, |
| 26283 | 'middle, 'bottom or 'none for vertical. | 26222 | 'middle, 'bottom or 'none for vertical. |
| 26284 | 26223 | ||
| 26285 | \(fn JUSTIFY)" t nil) | 26224 | \(fn JUSTIFY)" t nil) |
| 26286 | 26225 | ||
| 26287 | (autoload (quote table-justify-column) "table" "\ | 26226 | (autoload 'table-justify-column "table" "\ |
| 26288 | Justify cells of a column. | 26227 | Justify cells of a column. |
| 26289 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | 26228 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, |
| 26290 | 'middle, 'bottom or 'none for vertical. | 26229 | 'middle, 'bottom or 'none for vertical. |
| 26291 | 26230 | ||
| 26292 | \(fn JUSTIFY)" t nil) | 26231 | \(fn JUSTIFY)" t nil) |
| 26293 | 26232 | ||
| 26294 | (autoload (quote table-fixed-width-mode) "table" "\ | 26233 | (autoload 'table-fixed-width-mode "table" "\ |
| 26295 | Toggle fixing width mode. | 26234 | Toggle fixing width mode. |
| 26296 | In the fixed width mode, typing inside a cell never changes the cell | 26235 | In the fixed width mode, typing inside a cell never changes the cell |
| 26297 | width where in the normal mode the cell width expands automatically in | 26236 | width where in the normal mode the cell width expands automatically in |
| @@ -26299,7 +26238,7 @@ order to prevent a word being folded into multiple lines. | |||
| 26299 | 26238 | ||
| 26300 | \(fn &optional ARG)" t nil) | 26239 | \(fn &optional ARG)" t nil) |
| 26301 | 26240 | ||
| 26302 | (autoload (quote table-query-dimension) "table" "\ | 26241 | (autoload 'table-query-dimension "table" "\ |
| 26303 | Return the dimension of the current cell and the current table. | 26242 | Return the dimension of the current cell and the current table. |
| 26304 | The result is a list (cw ch tw th c r cells) where cw is the cell | 26243 | The result is a list (cw ch tw th c r cells) where cw is the cell |
| 26305 | width, ch is the cell height, tw is the table width, th is the table | 26244 | width, ch is the cell height, tw is the table width, th is the table |
| @@ -26313,7 +26252,7 @@ WHERE is provided the cell and table at that location is reported. | |||
| 26313 | 26252 | ||
| 26314 | \(fn &optional WHERE)" t nil) | 26253 | \(fn &optional WHERE)" t nil) |
| 26315 | 26254 | ||
| 26316 | (autoload (quote table-generate-source) "table" "\ | 26255 | (autoload 'table-generate-source "table" "\ |
| 26317 | Generate source of the current table in the specified language. | 26256 | Generate source of the current table in the specified language. |
| 26318 | LANGUAGE is a symbol that specifies the language to describe the | 26257 | LANGUAGE is a symbol that specifies the language to describe the |
| 26319 | structure of the table. It must be either 'html, 'latex or 'cals. | 26258 | structure of the table. It must be either 'html, 'latex or 'cals. |
| @@ -26341,7 +26280,7 @@ CALS (DocBook DTD): | |||
| 26341 | 26280 | ||
| 26342 | \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil) | 26281 | \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil) |
| 26343 | 26282 | ||
| 26344 | (autoload (quote table-insert-sequence) "table" "\ | 26283 | (autoload 'table-insert-sequence "table" "\ |
| 26345 | Travel cells forward while inserting a specified sequence string in each cell. | 26284 | Travel cells forward while inserting a specified sequence string in each cell. |
| 26346 | STR is the base string from which the sequence starts. When STR is an | 26285 | STR is the base string from which the sequence starts. When STR is an |
| 26347 | empty string then each cell content is erased. When STR ends with | 26286 | empty string then each cell content is erased. When STR ends with |
| @@ -26378,7 +26317,7 @@ Example: | |||
| 26378 | 26317 | ||
| 26379 | \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil) | 26318 | \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil) |
| 26380 | 26319 | ||
| 26381 | (autoload (quote table-delete-row) "table" "\ | 26320 | (autoload 'table-delete-row "table" "\ |
| 26382 | Delete N row(s) of cells. | 26321 | Delete N row(s) of cells. |
| 26383 | Delete N rows of cells from current row. The current row is the row | 26322 | Delete N rows of cells from current row. The current row is the row |
| 26384 | contains the current cell where point is located. Each row must | 26323 | contains the current cell where point is located. Each row must |
| @@ -26386,7 +26325,7 @@ consists from cells of same height. | |||
| 26386 | 26325 | ||
| 26387 | \(fn N)" t nil) | 26326 | \(fn N)" t nil) |
| 26388 | 26327 | ||
| 26389 | (autoload (quote table-delete-column) "table" "\ | 26328 | (autoload 'table-delete-column "table" "\ |
| 26390 | Delete N column(s) of cells. | 26329 | Delete N column(s) of cells. |
| 26391 | Delete N columns of cells from current column. The current column is | 26330 | Delete N columns of cells from current column. The current column is |
| 26392 | the column contains the current cell where point is located. Each | 26331 | the column contains the current cell where point is located. Each |
| @@ -26394,7 +26333,7 @@ column must consists from cells of same width. | |||
| 26394 | 26333 | ||
| 26395 | \(fn N)" t nil) | 26334 | \(fn N)" t nil) |
| 26396 | 26335 | ||
| 26397 | (autoload (quote table-capture) "table" "\ | 26336 | (autoload 'table-capture "table" "\ |
| 26398 | Convert plain text into a table by capturing the text in the region. | 26337 | Convert plain text into a table by capturing the text in the region. |
| 26399 | Create a table with the text in region as cell contents. BEG and END | 26338 | Create a table with the text in region as cell contents. BEG and END |
| 26400 | specify the region. The text in the region is replaced with a table. | 26339 | specify the region. The text in the region is replaced with a table. |
| @@ -26507,7 +26446,7 @@ companion command to `table-capture' this way. | |||
| 26507 | 26446 | ||
| 26508 | \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil) | 26447 | \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil) |
| 26509 | 26448 | ||
| 26510 | (autoload (quote table-release) "table" "\ | 26449 | (autoload 'table-release "table" "\ |
| 26511 | Convert a table into plain text by removing the frame from a table. | 26450 | Convert a table into plain text by removing the frame from a table. |
| 26512 | Remove the frame from a table and inactivate the table. This command | 26451 | Remove the frame from a table and inactivate the table. This command |
| 26513 | converts a table into plain text without frames. It is a companion to | 26452 | converts a table into plain text without frames. It is a companion to |
| @@ -26517,25 +26456,25 @@ converts a table into plain text without frames. It is a companion to | |||
| 26517 | 26456 | ||
| 26518 | ;;;*** | 26457 | ;;;*** |
| 26519 | 26458 | ||
| 26520 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18104 24740)) | 26459 | ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18190 35207)) |
| 26521 | ;;; Generated autoloads from talk.el | 26460 | ;;; Generated autoloads from talk.el |
| 26522 | 26461 | ||
| 26523 | (autoload (quote talk-connect) "talk" "\ | 26462 | (autoload 'talk-connect "talk" "\ |
| 26524 | Connect to display DISPLAY for the Emacs talk group. | 26463 | Connect to display DISPLAY for the Emacs talk group. |
| 26525 | 26464 | ||
| 26526 | \(fn DISPLAY)" t nil) | 26465 | \(fn DISPLAY)" t nil) |
| 26527 | 26466 | ||
| 26528 | (autoload (quote talk) "talk" "\ | 26467 | (autoload 'talk "talk" "\ |
| 26529 | Connect to the Emacs talk group from the current X display or tty frame. | 26468 | Connect to the Emacs talk group from the current X display or tty frame. |
| 26530 | 26469 | ||
| 26531 | \(fn)" t nil) | 26470 | \(fn)" t nil) |
| 26532 | 26471 | ||
| 26533 | ;;;*** | 26472 | ;;;*** |
| 26534 | 26473 | ||
| 26535 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18104 24740)) | 26474 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18177 875)) |
| 26536 | ;;; Generated autoloads from tar-mode.el | 26475 | ;;; Generated autoloads from tar-mode.el |
| 26537 | 26476 | ||
| 26538 | (autoload (quote tar-mode) "tar-mode" "\ | 26477 | (autoload 'tar-mode "tar-mode" "\ |
| 26539 | Major mode for viewing a tar file as a dired-like listing of its contents. | 26478 | Major mode for viewing a tar file as a dired-like listing of its contents. |
| 26540 | You can move around using the usual cursor motion commands. | 26479 | You can move around using the usual cursor motion commands. |
| 26541 | Letters no longer insert themselves. | 26480 | Letters no longer insert themselves. |
| @@ -26556,10 +26495,10 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26556 | ;;;*** | 26495 | ;;;*** |
| 26557 | 26496 | ||
| 26558 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 26497 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 26559 | ;;;;;; "progmodes/tcl.el" (18104 24769)) | 26498 | ;;;;;; "progmodes/tcl.el" (18177 873)) |
| 26560 | ;;; Generated autoloads from progmodes/tcl.el | 26499 | ;;; Generated autoloads from progmodes/tcl.el |
| 26561 | 26500 | ||
| 26562 | (autoload (quote tcl-mode) "tcl" "\ | 26501 | (autoload 'tcl-mode "tcl" "\ |
| 26563 | Major mode for editing Tcl code. | 26502 | Major mode for editing Tcl code. |
| 26564 | Expression and list commands understand all Tcl brackets. | 26503 | Expression and list commands understand all Tcl brackets. |
| 26565 | Tab indents for Tcl code. | 26504 | Tab indents for Tcl code. |
| @@ -26592,14 +26531,14 @@ Commands: | |||
| 26592 | 26531 | ||
| 26593 | \(fn)" t nil) | 26532 | \(fn)" t nil) |
| 26594 | 26533 | ||
| 26595 | (autoload (quote inferior-tcl) "tcl" "\ | 26534 | (autoload 'inferior-tcl "tcl" "\ |
| 26596 | Run inferior Tcl process. | 26535 | Run inferior Tcl process. |
| 26597 | Prefix arg means enter program name interactively. | 26536 | Prefix arg means enter program name interactively. |
| 26598 | See documentation for function `inferior-tcl-mode' for more information. | 26537 | See documentation for function `inferior-tcl-mode' for more information. |
| 26599 | 26538 | ||
| 26600 | \(fn CMD)" t nil) | 26539 | \(fn CMD)" t nil) |
| 26601 | 26540 | ||
| 26602 | (autoload (quote tcl-help-on-word) "tcl" "\ | 26541 | (autoload 'tcl-help-on-word "tcl" "\ |
| 26603 | Get help on Tcl command. Default is word at point. | 26542 | Get help on Tcl command. Default is word at point. |
| 26604 | Prefix argument means invert sense of `tcl-use-smart-word-finder'. | 26543 | Prefix argument means invert sense of `tcl-use-smart-word-finder'. |
| 26605 | 26544 | ||
| @@ -26607,11 +26546,11 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'. | |||
| 26607 | 26546 | ||
| 26608 | ;;;*** | 26547 | ;;;*** |
| 26609 | 26548 | ||
| 26610 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18104 24760)) | 26549 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18177 869)) |
| 26611 | ;;; Generated autoloads from net/telnet.el | 26550 | ;;; Generated autoloads from net/telnet.el |
| 26612 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 26551 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 26613 | 26552 | ||
| 26614 | (autoload (quote telnet) "telnet" "\ | 26553 | (autoload 'telnet "telnet" "\ |
| 26615 | Open a network login connection to host named HOST (a string). | 26554 | Open a network login connection to host named HOST (a string). |
| 26616 | Optional arg PORT specifies alternative port to connect to. | 26555 | Optional arg PORT specifies alternative port to connect to. |
| 26617 | Interactively, use \\[universal-argument] prefix to be prompted for port number. | 26556 | Interactively, use \\[universal-argument] prefix to be prompted for port number. |
| @@ -26625,7 +26564,7 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26625 | \(fn HOST &optional PORT)" t nil) | 26564 | \(fn HOST &optional PORT)" t nil) |
| 26626 | (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)") | 26565 | (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)") |
| 26627 | 26566 | ||
| 26628 | (autoload (quote rsh) "telnet" "\ | 26567 | (autoload 'rsh "telnet" "\ |
| 26629 | Open a network login connection to host named HOST (a string). | 26568 | Open a network login connection to host named HOST (a string). |
| 26630 | Communication with HOST is recorded in a buffer `*rsh-HOST*'. | 26569 | Communication with HOST is recorded in a buffer `*rsh-HOST*'. |
| 26631 | Normally input is edited in Emacs and sent a line at a time. | 26570 | Normally input is edited in Emacs and sent a line at a time. |
| @@ -26634,11 +26573,11 @@ Normally input is edited in Emacs and sent a line at a time. | |||
| 26634 | 26573 | ||
| 26635 | ;;;*** | 26574 | ;;;*** |
| 26636 | 26575 | ||
| 26637 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (18104 | 26576 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (18177 |
| 26638 | ;;;;;; 24740)) | 26577 | ;;;;;; 875)) |
| 26639 | ;;; Generated autoloads from term.el | 26578 | ;;; Generated autoloads from term.el |
| 26640 | 26579 | ||
| 26641 | (autoload (quote make-term) "term" "\ | 26580 | (autoload 'make-term "term" "\ |
| 26642 | Make a term process NAME in a buffer, running PROGRAM. | 26581 | Make a term process NAME in a buffer, running PROGRAM. |
| 26643 | The name of the buffer is made by surrounding NAME with `*'s. | 26582 | The name of the buffer is made by surrounding NAME with `*'s. |
| 26644 | If there is already a running process in that buffer, it is not restarted. | 26583 | If there is already a running process in that buffer, it is not restarted. |
| @@ -26647,7 +26586,7 @@ the process. Any more args are arguments to PROGRAM. | |||
| 26647 | 26586 | ||
| 26648 | \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) | 26587 | \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil) |
| 26649 | 26588 | ||
| 26650 | (autoload (quote term) "term" "\ | 26589 | (autoload 'term "term" "\ |
| 26651 | Start a terminal-emulator in a new buffer. | 26590 | Start a terminal-emulator in a new buffer. |
| 26652 | The buffer is in Term mode; see `term-mode' for the | 26591 | The buffer is in Term mode; see `term-mode' for the |
| 26653 | commands to use in that buffer. | 26592 | commands to use in that buffer. |
| @@ -26656,18 +26595,18 @@ commands to use in that buffer. | |||
| 26656 | 26595 | ||
| 26657 | \(fn PROGRAM)" t nil) | 26596 | \(fn PROGRAM)" t nil) |
| 26658 | 26597 | ||
| 26659 | (autoload (quote ansi-term) "term" "\ | 26598 | (autoload 'ansi-term "term" "\ |
| 26660 | Start a terminal-emulator in a new buffer. | 26599 | Start a terminal-emulator in a new buffer. |
| 26661 | 26600 | ||
| 26662 | \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) | 26601 | \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil) |
| 26663 | 26602 | ||
| 26664 | ;;;*** | 26603 | ;;;*** |
| 26665 | 26604 | ||
| 26666 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18104 | 26605 | ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18177 |
| 26667 | ;;;;;; 24740)) | 26606 | ;;;;;; 875)) |
| 26668 | ;;; Generated autoloads from terminal.el | 26607 | ;;; Generated autoloads from terminal.el |
| 26669 | 26608 | ||
| 26670 | (autoload (quote terminal-emulator) "terminal" "\ | 26609 | (autoload 'terminal-emulator "terminal" "\ |
| 26671 | Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. | 26610 | Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. |
| 26672 | ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. | 26611 | ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. |
| 26673 | BUFFER's contents are made an image of the display generated by that program, | 26612 | BUFFER's contents are made an image of the display generated by that program, |
| @@ -26701,20 +26640,20 @@ subprocess started. | |||
| 26701 | ;;;*** | 26640 | ;;;*** |
| 26702 | 26641 | ||
| 26703 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" | 26642 | ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el" |
| 26704 | ;;;;;; (18104 24748)) | 26643 | ;;;;;; (18177 858)) |
| 26705 | ;;; Generated autoloads from emacs-lisp/testcover.el | 26644 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 26706 | 26645 | ||
| 26707 | (autoload (quote testcover-this-defun) "testcover" "\ | 26646 | (autoload 'testcover-this-defun "testcover" "\ |
| 26708 | Start coverage on function under point. | 26647 | Start coverage on function under point. |
| 26709 | 26648 | ||
| 26710 | \(fn)" t nil) | 26649 | \(fn)" t nil) |
| 26711 | 26650 | ||
| 26712 | ;;;*** | 26651 | ;;;*** |
| 26713 | 26652 | ||
| 26714 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18104 24762)) | 26653 | ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18177 871)) |
| 26715 | ;;; Generated autoloads from play/tetris.el | 26654 | ;;; Generated autoloads from play/tetris.el |
| 26716 | 26655 | ||
| 26717 | (autoload (quote tetris) "tetris" "\ | 26656 | (autoload 'tetris "tetris" "\ |
| 26718 | Play the Tetris game. | 26657 | Play the Tetris game. |
| 26719 | Shapes drop from the top of the screen, and the user has to move and | 26658 | Shapes drop from the top of the screen, and the user has to move and |
| 26720 | rotate the shape to fit in with those at the bottom of the screen so | 26659 | rotate the shape to fit in with those at the bottom of the screen so |
| @@ -26742,13 +26681,13 @@ tetris-mode keybindings: | |||
| 26742 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26681 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 26743 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26682 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 26744 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26683 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 26745 | ;;;;;; (18104 24772)) | 26684 | ;;;;;; (18190 35213)) |
| 26746 | ;;; Generated autoloads from textmodes/tex-mode.el | 26685 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26747 | 26686 | ||
| 26748 | (defvar tex-shell-file-name nil "\ | 26687 | (defvar tex-shell-file-name nil "\ |
| 26749 | *If non-nil, the shell file name to run in the subshell used to run TeX.") | 26688 | *If non-nil, the shell file name to run in the subshell used to run TeX.") |
| 26750 | 26689 | ||
| 26751 | (custom-autoload (quote tex-shell-file-name) "tex-mode" t) | 26690 | (custom-autoload 'tex-shell-file-name "tex-mode" t) |
| 26752 | 26691 | ||
| 26753 | (defvar tex-directory "." "\ | 26692 | (defvar tex-directory "." "\ |
| 26754 | *Directory in which temporary files are written. | 26693 | *Directory in which temporary files are written. |
| @@ -26756,7 +26695,7 @@ You can make this `/tmp' if your TEXINPUTS has no relative directories in it | |||
| 26756 | and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are | 26695 | and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are |
| 26757 | `\\input' commands with relative directories.") | 26696 | `\\input' commands with relative directories.") |
| 26758 | 26697 | ||
| 26759 | (custom-autoload (quote tex-directory) "tex-mode" t) | 26698 | (custom-autoload 'tex-directory "tex-mode" t) |
| 26760 | 26699 | ||
| 26761 | (defvar tex-first-line-header-regexp nil "\ | 26700 | (defvar tex-first-line-header-regexp nil "\ |
| 26762 | Regexp for matching a first line which `tex-region' should include. | 26701 | Regexp for matching a first line which `tex-region' should include. |
| @@ -26764,40 +26703,40 @@ If this is non-nil, it should be a regular expression string; | |||
| 26764 | if it matches the first line of the file, | 26703 | if it matches the first line of the file, |
| 26765 | `tex-region' always includes the first line in the TeX run.") | 26704 | `tex-region' always includes the first line in the TeX run.") |
| 26766 | 26705 | ||
| 26767 | (custom-autoload (quote tex-first-line-header-regexp) "tex-mode" t) | 26706 | (custom-autoload 'tex-first-line-header-regexp "tex-mode" t) |
| 26768 | 26707 | ||
| 26769 | (defvar tex-main-file nil "\ | 26708 | (defvar tex-main-file nil "\ |
| 26770 | *The main TeX source file which includes this buffer's file. | 26709 | *The main TeX source file which includes this buffer's file. |
| 26771 | The command `tex-file' runs TeX on the file specified by `tex-main-file' | 26710 | The command `tex-file' runs TeX on the file specified by `tex-main-file' |
| 26772 | if the variable is non-nil.") | 26711 | if the variable is non-nil.") |
| 26773 | 26712 | ||
| 26774 | (custom-autoload (quote tex-main-file) "tex-mode" t) | 26713 | (custom-autoload 'tex-main-file "tex-mode" t) |
| 26775 | 26714 | ||
| 26776 | (defvar tex-offer-save t "\ | 26715 | (defvar tex-offer-save t "\ |
| 26777 | *If non-nil, ask about saving modified buffers before \\[tex-file] is run.") | 26716 | *If non-nil, ask about saving modified buffers before \\[tex-file] is run.") |
| 26778 | 26717 | ||
| 26779 | (custom-autoload (quote tex-offer-save) "tex-mode" t) | 26718 | (custom-autoload 'tex-offer-save "tex-mode" t) |
| 26780 | 26719 | ||
| 26781 | (defvar tex-run-command "tex" "\ | 26720 | (defvar tex-run-command "tex" "\ |
| 26782 | *Command used to run TeX subjob. | 26721 | *Command used to run TeX subjob. |
| 26783 | TeX Mode sets `tex-command' to this string. | 26722 | TeX Mode sets `tex-command' to this string. |
| 26784 | See the documentation of that variable.") | 26723 | See the documentation of that variable.") |
| 26785 | 26724 | ||
| 26786 | (custom-autoload (quote tex-run-command) "tex-mode" t) | 26725 | (custom-autoload 'tex-run-command "tex-mode" t) |
| 26787 | 26726 | ||
| 26788 | (defvar latex-run-command "latex" "\ | 26727 | (defvar latex-run-command "latex" "\ |
| 26789 | *Command used to run LaTeX subjob. | 26728 | *Command used to run LaTeX subjob. |
| 26790 | LaTeX Mode sets `tex-command' to this string. | 26729 | LaTeX Mode sets `tex-command' to this string. |
| 26791 | See the documentation of that variable.") | 26730 | See the documentation of that variable.") |
| 26792 | 26731 | ||
| 26793 | (custom-autoload (quote latex-run-command) "tex-mode" t) | 26732 | (custom-autoload 'latex-run-command "tex-mode" t) |
| 26794 | 26733 | ||
| 26795 | (defvar slitex-run-command "slitex" "\ | 26734 | (defvar slitex-run-command "slitex" "\ |
| 26796 | *Command used to run SliTeX subjob. | 26735 | *Command used to run SliTeX subjob. |
| 26797 | SliTeX Mode sets `tex-command' to this string. | 26736 | SliTeX Mode sets `tex-command' to this string. |
| 26798 | See the documentation of that variable.") | 26737 | See the documentation of that variable.") |
| 26799 | 26738 | ||
| 26800 | (custom-autoload (quote slitex-run-command) "tex-mode" t) | 26739 | (custom-autoload 'slitex-run-command "tex-mode" t) |
| 26801 | 26740 | ||
| 26802 | (defvar tex-start-options "" "\ | 26741 | (defvar tex-start-options "" "\ |
| 26803 | *TeX options to use when starting TeX. | 26742 | *TeX options to use when starting TeX. |
| @@ -26805,34 +26744,34 @@ These immediately precede the commands in `tex-start-commands' | |||
| 26805 | and the input file name, with no separating space and are not shell-quoted. | 26744 | and the input file name, with no separating space and are not shell-quoted. |
| 26806 | If nil, TeX runs with no options. See the documentation of `tex-command'.") | 26745 | If nil, TeX runs with no options. See the documentation of `tex-command'.") |
| 26807 | 26746 | ||
| 26808 | (custom-autoload (quote tex-start-options) "tex-mode" t) | 26747 | (custom-autoload 'tex-start-options "tex-mode" t) |
| 26809 | 26748 | ||
| 26810 | (defvar tex-start-commands "\\nonstopmode\\input" "\ | 26749 | (defvar tex-start-commands "\\nonstopmode\\input" "\ |
| 26811 | *TeX commands to use when starting TeX. | 26750 | *TeX commands to use when starting TeX. |
| 26812 | They are shell-quoted and precede the input file name, with a separating space. | 26751 | They are shell-quoted and precede the input file name, with a separating space. |
| 26813 | If nil, no commands are used. See the documentation of `tex-command'.") | 26752 | If nil, no commands are used. See the documentation of `tex-command'.") |
| 26814 | 26753 | ||
| 26815 | (custom-autoload (quote tex-start-commands) "tex-mode" t) | 26754 | (custom-autoload 'tex-start-commands "tex-mode" t) |
| 26816 | 26755 | ||
| 26817 | (defvar latex-block-names nil "\ | 26756 | (defvar latex-block-names nil "\ |
| 26818 | *User defined LaTeX block names. | 26757 | *User defined LaTeX block names. |
| 26819 | Combined with `latex-standard-block-names' for minibuffer completion.") | 26758 | Combined with `latex-standard-block-names' for minibuffer completion.") |
| 26820 | 26759 | ||
| 26821 | (custom-autoload (quote latex-block-names) "tex-mode" t) | 26760 | (custom-autoload 'latex-block-names "tex-mode" t) |
| 26822 | 26761 | ||
| 26823 | (defvar tex-bibtex-command "bibtex" "\ | 26762 | (defvar tex-bibtex-command "bibtex" "\ |
| 26824 | *Command used by `tex-bibtex-file' to gather bibliographic data. | 26763 | *Command used by `tex-bibtex-file' to gather bibliographic data. |
| 26825 | If this string contains an asterisk (`*'), that is replaced by the file name; | 26764 | If this string contains an asterisk (`*'), that is replaced by the file name; |
| 26826 | otherwise, the file name, preceded by blank, is added at the end.") | 26765 | otherwise, the file name, preceded by blank, is added at the end.") |
| 26827 | 26766 | ||
| 26828 | (custom-autoload (quote tex-bibtex-command) "tex-mode" t) | 26767 | (custom-autoload 'tex-bibtex-command "tex-mode" t) |
| 26829 | 26768 | ||
| 26830 | (defvar tex-dvi-print-command "lpr -d" "\ | 26769 | (defvar tex-dvi-print-command "lpr -d" "\ |
| 26831 | *Command used by \\[tex-print] to print a .dvi file. | 26770 | *Command used by \\[tex-print] to print a .dvi file. |
| 26832 | If this string contains an asterisk (`*'), that is replaced by the file name; | 26771 | If this string contains an asterisk (`*'), that is replaced by the file name; |
| 26833 | otherwise, the file name, preceded by blank, is added at the end.") | 26772 | otherwise, the file name, preceded by blank, is added at the end.") |
| 26834 | 26773 | ||
| 26835 | (custom-autoload (quote tex-dvi-print-command) "tex-mode" t) | 26774 | (custom-autoload 'tex-dvi-print-command "tex-mode" t) |
| 26836 | 26775 | ||
| 26837 | (defvar tex-alt-dvi-print-command "lpr -d" "\ | 26776 | (defvar tex-alt-dvi-print-command "lpr -d" "\ |
| 26838 | *Command used by \\[tex-print] with a prefix arg to print a .dvi file. | 26777 | *Command used by \\[tex-print] with a prefix arg to print a .dvi file. |
| @@ -26849,9 +26788,9 @@ for example, | |||
| 26849 | would tell \\[tex-print] with a prefix argument to ask you which printer to | 26788 | would tell \\[tex-print] with a prefix argument to ask you which printer to |
| 26850 | use.") | 26789 | use.") |
| 26851 | 26790 | ||
| 26852 | (custom-autoload (quote tex-alt-dvi-print-command) "tex-mode" t) | 26791 | (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t) |
| 26853 | 26792 | ||
| 26854 | (defvar tex-dvi-view-command (quote (cond ((eq window-system (quote x)) "xdvi") ((eq window-system (quote w32)) "yap") (t "dvi2tty * | cat -s"))) "\ | 26793 | (defvar tex-dvi-view-command '(cond ((eq window-system 'x) "xdvi") ((eq window-system 'w32) "yap") (t "dvi2tty * | cat -s")) "\ |
| 26855 | *Command used by \\[tex-view] to display a `.dvi' file. | 26794 | *Command used by \\[tex-view] to display a `.dvi' file. |
| 26856 | If it is a string, that specifies the command directly. | 26795 | If it is a string, that specifies the command directly. |
| 26857 | If this string contains an asterisk (`*'), that is replaced by the file name; | 26796 | If this string contains an asterisk (`*'), that is replaced by the file name; |
| @@ -26859,33 +26798,33 @@ otherwise, the file name, preceded by a space, is added at the end. | |||
| 26859 | 26798 | ||
| 26860 | If the value is a form, it is evaluated to get the command to use.") | 26799 | If the value is a form, it is evaluated to get the command to use.") |
| 26861 | 26800 | ||
| 26862 | (custom-autoload (quote tex-dvi-view-command) "tex-mode" t) | 26801 | (custom-autoload 'tex-dvi-view-command "tex-mode" t) |
| 26863 | 26802 | ||
| 26864 | (defvar tex-show-queue-command "lpq" "\ | 26803 | (defvar tex-show-queue-command "lpq" "\ |
| 26865 | *Command used by \\[tex-show-print-queue] to show the print queue. | 26804 | *Command used by \\[tex-show-print-queue] to show the print queue. |
| 26866 | Should show the queue(s) that \\[tex-print] puts jobs on.") | 26805 | Should show the queue(s) that \\[tex-print] puts jobs on.") |
| 26867 | 26806 | ||
| 26868 | (custom-autoload (quote tex-show-queue-command) "tex-mode" t) | 26807 | (custom-autoload 'tex-show-queue-command "tex-mode" t) |
| 26869 | 26808 | ||
| 26870 | (defvar tex-default-mode (quote latex-mode) "\ | 26809 | (defvar tex-default-mode 'latex-mode "\ |
| 26871 | *Mode to enter for a new file that might be either TeX or LaTeX. | 26810 | *Mode to enter for a new file that might be either TeX or LaTeX. |
| 26872 | This variable is used when it can't be determined whether the file | 26811 | This variable is used when it can't be determined whether the file |
| 26873 | is plain TeX or LaTeX or what because the file contains no commands. | 26812 | is plain TeX or LaTeX or what because the file contains no commands. |
| 26874 | Normally set to either `plain-tex-mode' or `latex-mode'.") | 26813 | Normally set to either `plain-tex-mode' or `latex-mode'.") |
| 26875 | 26814 | ||
| 26876 | (custom-autoload (quote tex-default-mode) "tex-mode" t) | 26815 | (custom-autoload 'tex-default-mode "tex-mode" t) |
| 26877 | 26816 | ||
| 26878 | (defvar tex-open-quote "``" "\ | 26817 | (defvar tex-open-quote "``" "\ |
| 26879 | *String inserted by typing \\[tex-insert-quote] to open a quotation.") | 26818 | *String inserted by typing \\[tex-insert-quote] to open a quotation.") |
| 26880 | 26819 | ||
| 26881 | (custom-autoload (quote tex-open-quote) "tex-mode" t) | 26820 | (custom-autoload 'tex-open-quote "tex-mode" t) |
| 26882 | 26821 | ||
| 26883 | (defvar tex-close-quote "''" "\ | 26822 | (defvar tex-close-quote "''" "\ |
| 26884 | *String inserted by typing \\[tex-insert-quote] to close a quotation.") | 26823 | *String inserted by typing \\[tex-insert-quote] to close a quotation.") |
| 26885 | 26824 | ||
| 26886 | (custom-autoload (quote tex-close-quote) "tex-mode" t) | 26825 | (custom-autoload 'tex-close-quote "tex-mode" t) |
| 26887 | 26826 | ||
| 26888 | (autoload (quote tex-mode) "tex-mode" "\ | 26827 | (autoload 'tex-mode "tex-mode" "\ |
| 26889 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. | 26828 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. |
| 26890 | Tries to determine (by looking at the beginning of the file) whether | 26829 | Tries to determine (by looking at the beginning of the file) whether |
| 26891 | this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', | 26830 | this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', |
| @@ -26895,13 +26834,13 @@ says which mode to use. | |||
| 26895 | 26834 | ||
| 26896 | \(fn)" t nil) | 26835 | \(fn)" t nil) |
| 26897 | 26836 | ||
| 26898 | (defalias (quote TeX-mode) (quote tex-mode)) | 26837 | (defalias 'TeX-mode 'tex-mode) |
| 26899 | 26838 | ||
| 26900 | (defalias (quote plain-TeX-mode) (quote plain-tex-mode)) | 26839 | (defalias 'plain-TeX-mode 'plain-tex-mode) |
| 26901 | 26840 | ||
| 26902 | (defalias (quote LaTeX-mode) (quote latex-mode)) | 26841 | (defalias 'LaTeX-mode 'latex-mode) |
| 26903 | 26842 | ||
| 26904 | (autoload (quote plain-tex-mode) "tex-mode" "\ | 26843 | (autoload 'plain-tex-mode "tex-mode" "\ |
| 26905 | Major mode for editing files of input for plain TeX. | 26844 | Major mode for editing files of input for plain TeX. |
| 26906 | Makes $ and } display the characters they match. | 26845 | Makes $ and } display the characters they match. |
| 26907 | Makes \" insert `` when it seems to be the beginning of a quotation, | 26846 | Makes \" insert `` when it seems to be the beginning of a quotation, |
| @@ -26944,7 +26883,7 @@ special subshell is initiated, the hook `tex-shell-hook' is run. | |||
| 26944 | 26883 | ||
| 26945 | \(fn)" t nil) | 26884 | \(fn)" t nil) |
| 26946 | 26885 | ||
| 26947 | (autoload (quote latex-mode) "tex-mode" "\ | 26886 | (autoload 'latex-mode "tex-mode" "\ |
| 26948 | Major mode for editing files of input for LaTeX. | 26887 | Major mode for editing files of input for LaTeX. |
| 26949 | Makes $ and } display the characters they match. | 26888 | Makes $ and } display the characters they match. |
| 26950 | Makes \" insert `` when it seems to be the beginning of a quotation, | 26889 | Makes \" insert `` when it seems to be the beginning of a quotation, |
| @@ -26987,7 +26926,7 @@ subshell is initiated, `tex-shell-hook' is run. | |||
| 26987 | 26926 | ||
| 26988 | \(fn)" t nil) | 26927 | \(fn)" t nil) |
| 26989 | 26928 | ||
| 26990 | (autoload (quote slitex-mode) "tex-mode" "\ | 26929 | (autoload 'slitex-mode "tex-mode" "\ |
| 26991 | Major mode for editing files of input for SliTeX. | 26930 | Major mode for editing files of input for SliTeX. |
| 26992 | Makes $ and } display the characters they match. | 26931 | Makes $ and } display the characters they match. |
| 26993 | Makes \" insert `` when it seems to be the beginning of a quotation, | 26932 | Makes \" insert `` when it seems to be the beginning of a quotation, |
| @@ -27031,12 +26970,12 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 27031 | 26970 | ||
| 27032 | \(fn)" t nil) | 26971 | \(fn)" t nil) |
| 27033 | 26972 | ||
| 27034 | (autoload (quote tex-start-shell) "tex-mode" "\ | 26973 | (autoload 'tex-start-shell "tex-mode" "\ |
| 27035 | Not documented | 26974 | Not documented |
| 27036 | 26975 | ||
| 27037 | \(fn)" nil nil) | 26976 | \(fn)" nil nil) |
| 27038 | 26977 | ||
| 27039 | (autoload (quote doctex-mode) "tex-mode" "\ | 26978 | (autoload 'doctex-mode "tex-mode" "\ |
| 27040 | Major mode to edit DocTeX files. | 26979 | Major mode to edit DocTeX files. |
| 27041 | 26980 | ||
| 27042 | \(fn)" t nil) | 26981 | \(fn)" t nil) |
| @@ -27044,10 +26983,10 @@ Major mode to edit DocTeX files. | |||
| 27044 | ;;;*** | 26983 | ;;;*** |
| 27045 | 26984 | ||
| 27046 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 26985 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 27047 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (18104 24773)) | 26986 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (18177 876)) |
| 27048 | ;;; Generated autoloads from textmodes/texinfmt.el | 26987 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 27049 | 26988 | ||
| 27050 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 26989 | (autoload 'texinfo-format-buffer "texinfmt" "\ |
| 27051 | Process the current buffer as texinfo code, into an Info file. | 26990 | Process the current buffer as texinfo code, into an Info file. |
| 27052 | The Info file output is generated in a buffer visiting the Info file | 26991 | The Info file output is generated in a buffer visiting the Info file |
| 27053 | name specified in the @setfilename command. | 26992 | name specified in the @setfilename command. |
| @@ -27058,7 +26997,7 @@ and don't split the file if large. You can use `Info-tagify' and | |||
| 27058 | 26997 | ||
| 27059 | \(fn &optional NOSPLIT)" t nil) | 26998 | \(fn &optional NOSPLIT)" t nil) |
| 27060 | 26999 | ||
| 27061 | (autoload (quote texinfo-format-region) "texinfmt" "\ | 27000 | (autoload 'texinfo-format-region "texinfmt" "\ |
| 27062 | Convert the current region of the Texinfo file to Info format. | 27001 | Convert the current region of the Texinfo file to Info format. |
| 27063 | This lets you see what that part of the file will look like in Info. | 27002 | This lets you see what that part of the file will look like in Info. |
| 27064 | The command is bound to \\[texinfo-format-region]. The text that is | 27003 | The command is bound to \\[texinfo-format-region]. The text that is |
| @@ -27066,7 +27005,7 @@ converted to Info is stored in a temporary buffer. | |||
| 27066 | 27005 | ||
| 27067 | \(fn REGION-BEGINNING REGION-END)" t nil) | 27006 | \(fn REGION-BEGINNING REGION-END)" t nil) |
| 27068 | 27007 | ||
| 27069 | (autoload (quote texi2info) "texinfmt" "\ | 27008 | (autoload 'texi2info "texinfmt" "\ |
| 27070 | Convert the current buffer (written in Texinfo code) into an Info file. | 27009 | Convert the current buffer (written in Texinfo code) into an Info file. |
| 27071 | The Info file output is generated in a buffer visiting the Info file | 27010 | The Info file output is generated in a buffer visiting the Info file |
| 27072 | names specified in the @setfilename command. | 27011 | names specified in the @setfilename command. |
| @@ -27084,20 +27023,20 @@ if large. You can use `Info-split' to do this manually. | |||
| 27084 | ;;;*** | 27023 | ;;;*** |
| 27085 | 27024 | ||
| 27086 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 27025 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 27087 | ;;;;;; "texinfo" "textmodes/texinfo.el" (18104 24773)) | 27026 | ;;;;;; "texinfo" "textmodes/texinfo.el" (18190 35213)) |
| 27088 | ;;; Generated autoloads from textmodes/texinfo.el | 27027 | ;;; Generated autoloads from textmodes/texinfo.el |
| 27089 | 27028 | ||
| 27090 | (defvar texinfo-open-quote "``" "\ | 27029 | (defvar texinfo-open-quote "``" "\ |
| 27091 | *String inserted by typing \\[texinfo-insert-quote] to open a quotation.") | 27030 | String inserted by typing \\[texinfo-insert-quote] to open a quotation.") |
| 27092 | 27031 | ||
| 27093 | (custom-autoload (quote texinfo-open-quote) "texinfo" t) | 27032 | (custom-autoload 'texinfo-open-quote "texinfo" t) |
| 27094 | 27033 | ||
| 27095 | (defvar texinfo-close-quote "''" "\ | 27034 | (defvar texinfo-close-quote "''" "\ |
| 27096 | *String inserted by typing \\[texinfo-insert-quote] to close a quotation.") | 27035 | String inserted by typing \\[texinfo-insert-quote] to close a quotation.") |
| 27097 | 27036 | ||
| 27098 | (custom-autoload (quote texinfo-close-quote) "texinfo" t) | 27037 | (custom-autoload 'texinfo-close-quote "texinfo" t) |
| 27099 | 27038 | ||
| 27100 | (autoload (quote texinfo-mode) "texinfo" "\ | 27039 | (autoload 'texinfo-mode "texinfo" "\ |
| 27101 | Major mode for editing Texinfo files. | 27040 | Major mode for editing Texinfo files. |
| 27102 | 27041 | ||
| 27103 | It has these extra commands: | 27042 | It has these extra commands: |
| @@ -27168,62 +27107,46 @@ value of `texinfo-mode-hook'. | |||
| 27168 | 27107 | ||
| 27169 | ;;;*** | 27108 | ;;;*** |
| 27170 | 27109 | ||
| 27171 | ;;;### (autoloads (thai-auto-composition-mode thai-composition-function | 27110 | ;;;### (autoloads (thai-composition-function thai-compose-buffer |
| 27172 | ;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string | 27111 | ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el" |
| 27173 | ;;;;;; thai-compose-region) "thai-util" "language/thai-util.el" | 27112 | ;;;;;; (18177 866)) |
| 27174 | ;;;;;; (18104 24758)) | ||
| 27175 | ;;; Generated autoloads from language/thai-util.el | 27113 | ;;; Generated autoloads from language/thai-util.el |
| 27176 | 27114 | ||
| 27177 | (autoload (quote thai-compose-region) "thai-util" "\ | 27115 | (autoload 'thai-compose-region "thai-util" "\ |
| 27178 | Compose Thai characters in the region. | 27116 | Compose Thai characters in the region. |
| 27179 | When called from a program, expects two arguments, | 27117 | When called from a program, expects two arguments, |
| 27180 | positions (integers or markers) specifying the region. | 27118 | positions (integers or markers) specifying the region. |
| 27181 | 27119 | ||
| 27182 | \(fn BEG END)" t nil) | 27120 | \(fn BEG END)" t nil) |
| 27183 | 27121 | ||
| 27184 | (autoload (quote thai-compose-string) "thai-util" "\ | 27122 | (autoload 'thai-compose-string "thai-util" "\ |
| 27185 | Compose Thai characters in STRING and return the resulting string. | 27123 | Compose Thai characters in STRING and return the resulting string. |
| 27186 | 27124 | ||
| 27187 | \(fn STRING)" nil nil) | 27125 | \(fn STRING)" nil nil) |
| 27188 | 27126 | ||
| 27189 | (autoload (quote thai-compose-buffer) "thai-util" "\ | 27127 | (autoload 'thai-compose-buffer "thai-util" "\ |
| 27190 | Compose Thai characters in the current buffer. | 27128 | Compose Thai characters in the current buffer. |
| 27191 | 27129 | ||
| 27192 | \(fn)" t nil) | 27130 | \(fn)" t nil) |
| 27193 | 27131 | ||
| 27194 | (autoload (quote thai-post-read-conversion) "thai-util" "\ | 27132 | (autoload 'thai-composition-function "thai-util" "\ |
| 27195 | Not documented | 27133 | Not documented |
| 27196 | 27134 | ||
| 27197 | \(fn LEN)" nil nil) | 27135 | \(fn POS &optional STRING)" nil nil) |
| 27198 | |||
| 27199 | (autoload (quote thai-composition-function) "thai-util" "\ | ||
| 27200 | Compose Thai text in the region FROM and TO. | ||
| 27201 | The text matches the regular expression PATTERN. | ||
| 27202 | Optional 4th argument STRING, if non-nil, is a string containing text | ||
| 27203 | to compose. | ||
| 27204 | |||
| 27205 | The return value is number of composed characters. | ||
| 27206 | |||
| 27207 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | ||
| 27208 | |||
| 27209 | (autoload (quote thai-auto-composition-mode) "thai-util" "\ | ||
| 27210 | Minor mode for automatically correct Thai character composition. | ||
| 27211 | |||
| 27212 | \(fn &optional ARG)" t nil) | ||
| 27213 | 27136 | ||
| 27214 | ;;;*** | 27137 | ;;;*** |
| 27215 | 27138 | ||
| 27216 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 27139 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 27217 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 27140 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 27218 | ;;;;;; "thingatpt" "thingatpt.el" (18104 24740)) | 27141 | ;;;;;; "thingatpt" "thingatpt.el" (18177 876)) |
| 27219 | ;;; Generated autoloads from thingatpt.el | 27142 | ;;; Generated autoloads from thingatpt.el |
| 27220 | 27143 | ||
| 27221 | (autoload (quote forward-thing) "thingatpt" "\ | 27144 | (autoload 'forward-thing "thingatpt" "\ |
| 27222 | Move forward to the end of the Nth next THING. | 27145 | Move forward to the end of the Nth next THING. |
| 27223 | 27146 | ||
| 27224 | \(fn THING &optional N)" nil nil) | 27147 | \(fn THING &optional N)" nil nil) |
| 27225 | 27148 | ||
| 27226 | (autoload (quote bounds-of-thing-at-point) "thingatpt" "\ | 27149 | (autoload 'bounds-of-thing-at-point "thingatpt" "\ |
| 27227 | Determine the start and end buffer locations for the THING at point. | 27150 | Determine the start and end buffer locations for the THING at point. |
| 27228 | THING is a symbol which specifies the kind of syntactic entity you want. | 27151 | THING is a symbol which specifies the kind of syntactic entity you want. |
| 27229 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', | 27152 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', |
| @@ -27237,7 +27160,7 @@ of the textual entity that was found. | |||
| 27237 | 27160 | ||
| 27238 | \(fn THING)" nil nil) | 27161 | \(fn THING)" nil nil) |
| 27239 | 27162 | ||
| 27240 | (autoload (quote thing-at-point) "thingatpt" "\ | 27163 | (autoload 'thing-at-point "thingatpt" "\ |
| 27241 | Return the THING at point. | 27164 | Return the THING at point. |
| 27242 | THING is a symbol which specifies the kind of syntactic entity you want. | 27165 | THING is a symbol which specifies the kind of syntactic entity you want. |
| 27243 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', | 27166 | Possibilities include `symbol', `list', `sexp', `defun', `filename', `url', |
| @@ -27248,22 +27171,22 @@ a symbol as a valid THING. | |||
| 27248 | 27171 | ||
| 27249 | \(fn THING)" nil nil) | 27172 | \(fn THING)" nil nil) |
| 27250 | 27173 | ||
| 27251 | (autoload (quote sexp-at-point) "thingatpt" "\ | 27174 | (autoload 'sexp-at-point "thingatpt" "\ |
| 27252 | Not documented | 27175 | Not documented |
| 27253 | 27176 | ||
| 27254 | \(fn)" nil nil) | 27177 | \(fn)" nil nil) |
| 27255 | 27178 | ||
| 27256 | (autoload (quote symbol-at-point) "thingatpt" "\ | 27179 | (autoload 'symbol-at-point "thingatpt" "\ |
| 27257 | Not documented | 27180 | Not documented |
| 27258 | 27181 | ||
| 27259 | \(fn)" nil nil) | 27182 | \(fn)" nil nil) |
| 27260 | 27183 | ||
| 27261 | (autoload (quote number-at-point) "thingatpt" "\ | 27184 | (autoload 'number-at-point "thingatpt" "\ |
| 27262 | Not documented | 27185 | Not documented |
| 27263 | 27186 | ||
| 27264 | \(fn)" nil nil) | 27187 | \(fn)" nil nil) |
| 27265 | 27188 | ||
| 27266 | (autoload (quote list-at-point) "thingatpt" "\ | 27189 | (autoload 'list-at-point "thingatpt" "\ |
| 27267 | Not documented | 27190 | Not documented |
| 27268 | 27191 | ||
| 27269 | \(fn)" nil nil) | 27192 | \(fn)" nil nil) |
| @@ -27272,34 +27195,34 @@ Not documented | |||
| 27272 | 27195 | ||
| 27273 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked | 27196 | ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked |
| 27274 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" | 27197 | ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" |
| 27275 | ;;;;;; (18104 24740)) | 27198 | ;;;;;; (18177 876)) |
| 27276 | ;;; Generated autoloads from thumbs.el | 27199 | ;;; Generated autoloads from thumbs.el |
| 27277 | 27200 | ||
| 27278 | (autoload (quote thumbs-find-thumb) "thumbs" "\ | 27201 | (autoload 'thumbs-find-thumb "thumbs" "\ |
| 27279 | Display the thumbnail for IMG. | 27202 | Display the thumbnail for IMG. |
| 27280 | 27203 | ||
| 27281 | \(fn IMG)" t nil) | 27204 | \(fn IMG)" t nil) |
| 27282 | 27205 | ||
| 27283 | (autoload (quote thumbs-show-from-dir) "thumbs" "\ | 27206 | (autoload 'thumbs-show-from-dir "thumbs" "\ |
| 27284 | Make a preview buffer for all images in DIR. | 27207 | Make a preview buffer for all images in DIR. |
| 27285 | Optional argument REG to select file matching a regexp, | 27208 | Optional argument REG to select file matching a regexp, |
| 27286 | and SAME-WINDOW to show thumbs in the same window. | 27209 | and SAME-WINDOW to show thumbs in the same window. |
| 27287 | 27210 | ||
| 27288 | \(fn DIR &optional REG SAME-WINDOW)" t nil) | 27211 | \(fn DIR &optional REG SAME-WINDOW)" t nil) |
| 27289 | 27212 | ||
| 27290 | (autoload (quote thumbs-dired-show-marked) "thumbs" "\ | 27213 | (autoload 'thumbs-dired-show-marked "thumbs" "\ |
| 27291 | In dired, make a thumbs buffer with marked files. | 27214 | In dired, make a thumbs buffer with marked files. |
| 27292 | 27215 | ||
| 27293 | \(fn)" t nil) | 27216 | \(fn)" t nil) |
| 27294 | 27217 | ||
| 27295 | (autoload (quote thumbs-dired-show) "thumbs" "\ | 27218 | (autoload 'thumbs-dired-show "thumbs" "\ |
| 27296 | In dired, make a thumbs buffer with all files in current directory. | 27219 | In dired, make a thumbs buffer with all files in current directory. |
| 27297 | 27220 | ||
| 27298 | \(fn)" t nil) | 27221 | \(fn)" t nil) |
| 27299 | 27222 | ||
| 27300 | (defalias (quote thumbs) (quote thumbs-show-from-dir)) | 27223 | (defalias 'thumbs 'thumbs-show-from-dir) |
| 27301 | 27224 | ||
| 27302 | (autoload (quote thumbs-dired-setroot) "thumbs" "\ | 27225 | (autoload 'thumbs-dired-setroot "thumbs" "\ |
| 27303 | In dired, call the setroot program on the image at point. | 27226 | In dired, call the setroot program on the image at point. |
| 27304 | 27227 | ||
| 27305 | \(fn)" t nil) | 27228 | \(fn)" t nil) |
| @@ -27311,78 +27234,78 @@ In dired, call the setroot program on the image at point. | |||
| 27311 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region | 27234 | ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region |
| 27312 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 27235 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan |
| 27313 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 27236 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" |
| 27314 | ;;;;;; "language/tibet-util.el" (18104 24758)) | 27237 | ;;;;;; "language/tibet-util.el" (18177 866)) |
| 27315 | ;;; Generated autoloads from language/tibet-util.el | 27238 | ;;; Generated autoloads from language/tibet-util.el |
| 27316 | 27239 | ||
| 27317 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 27240 | (autoload 'tibetan-char-p "tibet-util" "\ |
| 27318 | Check if char CH is Tibetan character. | 27241 | Check if char CH is Tibetan character. |
| 27319 | Returns non-nil if CH is Tibetan. Otherwise, returns nil. | 27242 | Returns non-nil if CH is Tibetan. Otherwise, returns nil. |
| 27320 | 27243 | ||
| 27321 | \(fn CH)" nil nil) | 27244 | \(fn CH)" nil nil) |
| 27322 | 27245 | ||
| 27323 | (autoload (quote tibetan-tibetan-to-transcription) "tibet-util" "\ | 27246 | (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\ |
| 27324 | Transcribe Tibetan string STR and return the corresponding Roman string. | 27247 | Transcribe Tibetan string STR and return the corresponding Roman string. |
| 27325 | 27248 | ||
| 27326 | \(fn STR)" nil nil) | 27249 | \(fn STR)" nil nil) |
| 27327 | 27250 | ||
| 27328 | (autoload (quote tibetan-transcription-to-tibetan) "tibet-util" "\ | 27251 | (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\ |
| 27329 | Convert Tibetan Roman string STR to Tibetan character string. | 27252 | Convert Tibetan Roman string STR to Tibetan character string. |
| 27330 | The returned string has no composition information. | 27253 | The returned string has no composition information. |
| 27331 | 27254 | ||
| 27332 | \(fn STR)" nil nil) | 27255 | \(fn STR)" nil nil) |
| 27333 | 27256 | ||
| 27334 | (autoload (quote tibetan-compose-string) "tibet-util" "\ | 27257 | (autoload 'tibetan-compose-string "tibet-util" "\ |
| 27335 | Compose Tibetan string STR. | 27258 | Compose Tibetan string STR. |
| 27336 | 27259 | ||
| 27337 | \(fn STR)" nil nil) | 27260 | \(fn STR)" nil nil) |
| 27338 | 27261 | ||
| 27339 | (autoload (quote tibetan-compose-region) "tibet-util" "\ | 27262 | (autoload 'tibetan-compose-region "tibet-util" "\ |
| 27340 | Compose Tibetan text the region BEG and END. | 27263 | Compose Tibetan text the region BEG and END. |
| 27341 | 27264 | ||
| 27342 | \(fn BEG END)" t nil) | 27265 | \(fn BEG END)" t nil) |
| 27343 | 27266 | ||
| 27344 | (autoload (quote tibetan-decompose-region) "tibet-util" "\ | 27267 | (autoload 'tibetan-decompose-region "tibet-util" "\ |
| 27345 | Decompose Tibetan text in the region FROM and TO. | 27268 | Decompose Tibetan text in the region FROM and TO. |
| 27346 | This is different from decompose-region because precomposed Tibetan characters | 27269 | This is different from decompose-region because precomposed Tibetan characters |
| 27347 | are decomposed into normal Tibetan character sequences. | 27270 | are decomposed into normal Tibetan character sequences. |
| 27348 | 27271 | ||
| 27349 | \(fn FROM TO)" t nil) | 27272 | \(fn FROM TO)" t nil) |
| 27350 | 27273 | ||
| 27351 | (autoload (quote tibetan-decompose-string) "tibet-util" "\ | 27274 | (autoload 'tibetan-decompose-string "tibet-util" "\ |
| 27352 | Decompose Tibetan string STR. | 27275 | Decompose Tibetan string STR. |
| 27353 | This is different from decompose-string because precomposed Tibetan characters | 27276 | This is different from decompose-string because precomposed Tibetan characters |
| 27354 | are decomposed into normal Tibetan character sequences. | 27277 | are decomposed into normal Tibetan character sequences. |
| 27355 | 27278 | ||
| 27356 | \(fn STR)" nil nil) | 27279 | \(fn STR)" nil nil) |
| 27357 | 27280 | ||
| 27358 | (autoload (quote tibetan-composition-function) "tibet-util" "\ | 27281 | (autoload 'tibetan-composition-function "tibet-util" "\ |
| 27359 | Not documented | 27282 | Not documented |
| 27360 | 27283 | ||
| 27361 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | 27284 | \(fn POS &optional STRING)" nil nil) |
| 27362 | 27285 | ||
| 27363 | (autoload (quote tibetan-decompose-buffer) "tibet-util" "\ | 27286 | (autoload 'tibetan-decompose-buffer "tibet-util" "\ |
| 27364 | Decomposes Tibetan characters in the buffer into their components. | 27287 | Decomposes Tibetan characters in the buffer into their components. |
| 27365 | See also the documentation of the function `tibetan-decompose-region'. | 27288 | See also the documentation of the function `tibetan-decompose-region'. |
| 27366 | 27289 | ||
| 27367 | \(fn)" t nil) | 27290 | \(fn)" t nil) |
| 27368 | 27291 | ||
| 27369 | (autoload (quote tibetan-compose-buffer) "tibet-util" "\ | 27292 | (autoload 'tibetan-compose-buffer "tibet-util" "\ |
| 27370 | Composes Tibetan character components in the buffer. | 27293 | Composes Tibetan character components in the buffer. |
| 27371 | See also docstring of the function tibetan-compose-region. | 27294 | See also docstring of the function tibetan-compose-region. |
| 27372 | 27295 | ||
| 27373 | \(fn)" t nil) | 27296 | \(fn)" t nil) |
| 27374 | 27297 | ||
| 27375 | (autoload (quote tibetan-post-read-conversion) "tibet-util" "\ | 27298 | (autoload 'tibetan-post-read-conversion "tibet-util" "\ |
| 27376 | Not documented | 27299 | Not documented |
| 27377 | 27300 | ||
| 27378 | \(fn LEN)" nil nil) | 27301 | \(fn LEN)" nil nil) |
| 27379 | 27302 | ||
| 27380 | (autoload (quote tibetan-pre-write-conversion) "tibet-util" "\ | 27303 | (autoload 'tibetan-pre-write-conversion "tibet-util" "\ |
| 27381 | Not documented | 27304 | Not documented |
| 27382 | 27305 | ||
| 27383 | \(fn FROM TO)" nil nil) | 27306 | \(fn FROM TO)" nil nil) |
| 27384 | 27307 | ||
| 27385 | (autoload (quote tibetan-pre-write-canonicalize-for-unicode) "tibet-util" "\ | 27308 | (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\ |
| 27386 | Not documented | 27309 | Not documented |
| 27387 | 27310 | ||
| 27388 | \(fn FROM TO)" nil nil) | 27311 | \(fn FROM TO)" nil nil) |
| @@ -27390,10 +27313,10 @@ Not documented | |||
| 27390 | ;;;*** | 27313 | ;;;*** |
| 27391 | 27314 | ||
| 27392 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 27315 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 27393 | ;;;;;; (18104 24773)) | 27316 | ;;;;;; (18177 876)) |
| 27394 | ;;; Generated autoloads from textmodes/tildify.el | 27317 | ;;; Generated autoloads from textmodes/tildify.el |
| 27395 | 27318 | ||
| 27396 | (autoload (quote tildify-region) "tildify" "\ | 27319 | (autoload 'tildify-region "tildify" "\ |
| 27397 | Add hard spaces in the region between BEG and END. | 27320 | Add hard spaces in the region between BEG and END. |
| 27398 | See variables `tildify-pattern-alist', `tildify-string-alist', and | 27321 | See variables `tildify-pattern-alist', `tildify-string-alist', and |
| 27399 | `tildify-ignored-environments-alist' for information about configuration | 27322 | `tildify-ignored-environments-alist' for information about configuration |
| @@ -27402,7 +27325,7 @@ This function performs no refilling of the changed text. | |||
| 27402 | 27325 | ||
| 27403 | \(fn BEG END)" t nil) | 27326 | \(fn BEG END)" t nil) |
| 27404 | 27327 | ||
| 27405 | (autoload (quote tildify-buffer) "tildify" "\ | 27328 | (autoload 'tildify-buffer "tildify" "\ |
| 27406 | Add hard spaces in the current buffer. | 27329 | Add hard spaces in the current buffer. |
| 27407 | See variables `tildify-pattern-alist', `tildify-string-alist', and | 27330 | See variables `tildify-pattern-alist', `tildify-string-alist', and |
| 27408 | `tildify-ignored-environments-alist' for information about configuration | 27331 | `tildify-ignored-environments-alist' for information about configuration |
| @@ -27413,16 +27336,16 @@ This function performs no refilling of the changed text. | |||
| 27413 | 27336 | ||
| 27414 | ;;;*** | 27337 | ;;;*** |
| 27415 | 27338 | ||
| 27416 | ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) | 27339 | ;;;### (autoloads (display-time-world display-time-mode display-time |
| 27417 | ;;;;;; "time" "time.el" (18104 24740)) | 27340 | ;;;;;; display-time-day-and-date) "time" "time.el" (18177 876)) |
| 27418 | ;;; Generated autoloads from time.el | 27341 | ;;; Generated autoloads from time.el |
| 27419 | 27342 | ||
| 27420 | (defvar display-time-day-and-date nil "\ | 27343 | (defvar display-time-day-and-date nil "\ |
| 27421 | *Non-nil means \\[display-time] should display day and date as well as time.") | 27344 | *Non-nil means \\[display-time] should display day and date as well as time.") |
| 27422 | 27345 | ||
| 27423 | (custom-autoload (quote display-time-day-and-date) "time" t) | 27346 | (custom-autoload 'display-time-day-and-date "time" t) |
| 27424 | 27347 | ||
| 27425 | (autoload (quote display-time) "time" "\ | 27348 | (autoload 'display-time "time" "\ |
| 27426 | Enable display of time, load level, and mail flag in mode lines. | 27349 | Enable display of time, load level, and mail flag in mode lines. |
| 27427 | This display updates automatically every minute. | 27350 | This display updates automatically every minute. |
| 27428 | If `display-time-day-and-date' is non-nil, the current day and date | 27351 | If `display-time-day-and-date' is non-nil, the current day and date |
| @@ -27438,9 +27361,9 @@ Setting this variable directly does not take effect; | |||
| 27438 | either customize it (see the info node `Easy Customization') | 27361 | either customize it (see the info node `Easy Customization') |
| 27439 | or call the function `display-time-mode'.") | 27362 | or call the function `display-time-mode'.") |
| 27440 | 27363 | ||
| 27441 | (custom-autoload (quote display-time-mode) "time" nil) | 27364 | (custom-autoload 'display-time-mode "time" nil) |
| 27442 | 27365 | ||
| 27443 | (autoload (quote display-time-mode) "time" "\ | 27366 | (autoload 'display-time-mode "time" "\ |
| 27444 | Toggle display of time, load level, and mail flag in mode lines. | 27367 | Toggle display of time, load level, and mail flag in mode lines. |
| 27445 | With a numeric arg, enable this display if arg is positive. | 27368 | With a numeric arg, enable this display if arg is positive. |
| 27446 | 27369 | ||
| @@ -27451,90 +27374,97 @@ This runs the normal hook `display-time-hook' after each update. | |||
| 27451 | 27374 | ||
| 27452 | \(fn &optional ARG)" t nil) | 27375 | \(fn &optional ARG)" t nil) |
| 27453 | 27376 | ||
| 27377 | (autoload 'display-time-world "time" "\ | ||
| 27378 | Enable updating display of times in various time zones. | ||
| 27379 | `display-time-world-list' specifies the zones. | ||
| 27380 | To turn off the world time display, go to that window and type `q'. | ||
| 27381 | |||
| 27382 | \(fn)" t nil) | ||
| 27383 | |||
| 27454 | ;;;*** | 27384 | ;;;*** |
| 27455 | 27385 | ||
| 27456 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year | 27386 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 27457 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract | 27387 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 27458 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds | 27388 | ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds |
| 27459 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18104 | 27389 | ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18177 |
| 27460 | ;;;;;; 24745)) | 27390 | ;;;;;; 856)) |
| 27461 | ;;; Generated autoloads from calendar/time-date.el | 27391 | ;;; Generated autoloads from calendar/time-date.el |
| 27462 | 27392 | ||
| 27463 | (autoload (quote date-to-time) "time-date" "\ | 27393 | (autoload 'date-to-time "time-date" "\ |
| 27464 | Parse a string that represents a date-time and return a time value. | 27394 | Parse a string that represents a date-time and return a time value. |
| 27465 | 27395 | ||
| 27466 | \(fn DATE)" nil nil) | 27396 | \(fn DATE)" nil nil) |
| 27467 | 27397 | ||
| 27468 | (autoload (quote time-to-seconds) "time-date" "\ | 27398 | (autoload 'time-to-seconds "time-date" "\ |
| 27469 | Convert time value TIME to a floating point number. | 27399 | Convert time value TIME to a floating point number. |
| 27470 | You can use `float-time' instead. | 27400 | You can use `float-time' instead. |
| 27471 | 27401 | ||
| 27472 | \(fn TIME)" nil nil) | 27402 | \(fn TIME)" nil nil) |
| 27473 | 27403 | ||
| 27474 | (autoload (quote seconds-to-time) "time-date" "\ | 27404 | (autoload 'seconds-to-time "time-date" "\ |
| 27475 | Convert SECONDS (a floating point number) to a time value. | 27405 | Convert SECONDS (a floating point number) to a time value. |
| 27476 | 27406 | ||
| 27477 | \(fn SECONDS)" nil nil) | 27407 | \(fn SECONDS)" nil nil) |
| 27478 | 27408 | ||
| 27479 | (autoload (quote time-less-p) "time-date" "\ | 27409 | (autoload 'time-less-p "time-date" "\ |
| 27480 | Say whether time value T1 is less than time value T2. | 27410 | Say whether time value T1 is less than time value T2. |
| 27481 | 27411 | ||
| 27482 | \(fn T1 T2)" nil nil) | 27412 | \(fn T1 T2)" nil nil) |
| 27483 | 27413 | ||
| 27484 | (autoload (quote days-to-time) "time-date" "\ | 27414 | (autoload 'days-to-time "time-date" "\ |
| 27485 | Convert DAYS into a time value. | 27415 | Convert DAYS into a time value. |
| 27486 | 27416 | ||
| 27487 | \(fn DAYS)" nil nil) | 27417 | \(fn DAYS)" nil nil) |
| 27488 | 27418 | ||
| 27489 | (autoload (quote time-since) "time-date" "\ | 27419 | (autoload 'time-since "time-date" "\ |
| 27490 | Return the time elapsed since TIME. | 27420 | Return the time elapsed since TIME. |
| 27491 | TIME should be either a time value or a date-time string. | 27421 | TIME should be either a time value or a date-time string. |
| 27492 | 27422 | ||
| 27493 | \(fn TIME)" nil nil) | 27423 | \(fn TIME)" nil nil) |
| 27494 | 27424 | ||
| 27495 | (defalias (quote subtract-time) (quote time-subtract)) | 27425 | (defalias 'subtract-time 'time-subtract) |
| 27496 | 27426 | ||
| 27497 | (autoload (quote time-subtract) "time-date" "\ | 27427 | (autoload 'time-subtract "time-date" "\ |
| 27498 | Subtract two time values. | 27428 | Subtract two time values. |
| 27499 | Return the difference in the format of a time value. | 27429 | Return the difference in the format of a time value. |
| 27500 | 27430 | ||
| 27501 | \(fn T1 T2)" nil nil) | 27431 | \(fn T1 T2)" nil nil) |
| 27502 | 27432 | ||
| 27503 | (autoload (quote time-add) "time-date" "\ | 27433 | (autoload 'time-add "time-date" "\ |
| 27504 | Add two time values. One should represent a time difference. | 27434 | Add two time values. One should represent a time difference. |
| 27505 | 27435 | ||
| 27506 | \(fn T1 T2)" nil nil) | 27436 | \(fn T1 T2)" nil nil) |
| 27507 | 27437 | ||
| 27508 | (autoload (quote date-to-day) "time-date" "\ | 27438 | (autoload 'date-to-day "time-date" "\ |
| 27509 | Return the number of days between year 1 and DATE. | 27439 | Return the number of days between year 1 and DATE. |
| 27510 | DATE should be a date-time string. | 27440 | DATE should be a date-time string. |
| 27511 | 27441 | ||
| 27512 | \(fn DATE)" nil nil) | 27442 | \(fn DATE)" nil nil) |
| 27513 | 27443 | ||
| 27514 | (autoload (quote days-between) "time-date" "\ | 27444 | (autoload 'days-between "time-date" "\ |
| 27515 | Return the number of days between DATE1 and DATE2. | 27445 | Return the number of days between DATE1 and DATE2. |
| 27516 | DATE1 and DATE2 should be date-time strings. | 27446 | DATE1 and DATE2 should be date-time strings. |
| 27517 | 27447 | ||
| 27518 | \(fn DATE1 DATE2)" nil nil) | 27448 | \(fn DATE1 DATE2)" nil nil) |
| 27519 | 27449 | ||
| 27520 | (autoload (quote date-leap-year-p) "time-date" "\ | 27450 | (autoload 'date-leap-year-p "time-date" "\ |
| 27521 | Return t if YEAR is a leap year. | 27451 | Return t if YEAR is a leap year. |
| 27522 | 27452 | ||
| 27523 | \(fn YEAR)" nil nil) | 27453 | \(fn YEAR)" nil nil) |
| 27524 | 27454 | ||
| 27525 | (autoload (quote time-to-day-in-year) "time-date" "\ | 27455 | (autoload 'time-to-day-in-year "time-date" "\ |
| 27526 | Return the day number within the year corresponding to TIME. | 27456 | Return the day number within the year corresponding to TIME. |
| 27527 | 27457 | ||
| 27528 | \(fn TIME)" nil nil) | 27458 | \(fn TIME)" nil nil) |
| 27529 | 27459 | ||
| 27530 | (autoload (quote time-to-days) "time-date" "\ | 27460 | (autoload 'time-to-days "time-date" "\ |
| 27531 | The number of days between the Gregorian date 0001-12-31bce and TIME. | 27461 | The number of days between the Gregorian date 0001-12-31bce and TIME. |
| 27532 | TIME should be a time value. | 27462 | TIME should be a time value. |
| 27533 | The Gregorian date Sunday, December 31, 1bce is imaginary. | 27463 | The Gregorian date Sunday, December 31, 1bce is imaginary. |
| 27534 | 27464 | ||
| 27535 | \(fn TIME)" nil nil) | 27465 | \(fn TIME)" nil nil) |
| 27536 | 27466 | ||
| 27537 | (autoload (quote safe-date-to-time) "time-date" "\ | 27467 | (autoload 'safe-date-to-time "time-date" "\ |
| 27538 | Parse a string that represents a date-time and return a time value. | 27468 | Parse a string that represents a date-time and return a time value. |
| 27539 | If DATE is malformed, return a time value of zeros. | 27469 | If DATE is malformed, return a time value of zeros. |
| 27540 | 27470 | ||
| @@ -27543,7 +27473,7 @@ If DATE is malformed, return a time value of zeros. | |||
| 27543 | ;;;*** | 27473 | ;;;*** |
| 27544 | 27474 | ||
| 27545 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 27475 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 27546 | ;;;;;; "time-stamp.el" (18104 24740)) | 27476 | ;;;;;; "time-stamp.el" (18177 876)) |
| 27547 | ;;; Generated autoloads from time-stamp.el | 27477 | ;;; Generated autoloads from time-stamp.el |
| 27548 | (put 'time-stamp-format 'safe-local-variable 'stringp) | 27478 | (put 'time-stamp-format 'safe-local-variable 'stringp) |
| 27549 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) | 27479 | (put 'time-stamp-line-limit 'safe-local-variable 'integerp) |
| @@ -27553,7 +27483,7 @@ If DATE is malformed, return a time value of zeros. | |||
| 27553 | (put 'time-stamp-count 'safe-local-variable 'integerp) | 27483 | (put 'time-stamp-count 'safe-local-variable 'integerp) |
| 27554 | (put 'time-stamp-pattern 'safe-local-variable 'stringp) | 27484 | (put 'time-stamp-pattern 'safe-local-variable 'stringp) |
| 27555 | 27485 | ||
| 27556 | (autoload (quote time-stamp) "time-stamp" "\ | 27486 | (autoload 'time-stamp "time-stamp" "\ |
| 27557 | Update the time stamp string(s) in the buffer. | 27487 | Update the time stamp string(s) in the buffer. |
| 27558 | A template in a file can be automatically updated with a new time stamp | 27488 | A template in a file can be automatically updated with a new time stamp |
| 27559 | every time you save the file. Add this line to your .emacs file: | 27489 | every time you save the file. Add this line to your .emacs file: |
| @@ -27574,7 +27504,7 @@ the template. | |||
| 27574 | 27504 | ||
| 27575 | \(fn)" t nil) | 27505 | \(fn)" t nil) |
| 27576 | 27506 | ||
| 27577 | (autoload (quote time-stamp-toggle-active) "time-stamp" "\ | 27507 | (autoload 'time-stamp-toggle-active "time-stamp" "\ |
| 27578 | Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer. | 27508 | Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer. |
| 27579 | With ARG, turn time stamping on if and only if arg is positive. | 27509 | With ARG, turn time stamping on if and only if arg is positive. |
| 27580 | 27510 | ||
| @@ -27586,10 +27516,10 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 27586 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 27516 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 27587 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 27517 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 27588 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 27518 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 27589 | ;;;;;; (18104 24745)) | 27519 | ;;;;;; (18177 856)) |
| 27590 | ;;; Generated autoloads from calendar/timeclock.el | 27520 | ;;; Generated autoloads from calendar/timeclock.el |
| 27591 | 27521 | ||
| 27592 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 27522 | (autoload 'timeclock-modeline-display "timeclock" "\ |
| 27593 | Toggle display of the amount of time left today in the modeline. | 27523 | Toggle display of the amount of time left today in the modeline. |
| 27594 | If `timeclock-use-display-time' is non-nil (the default), then | 27524 | If `timeclock-use-display-time' is non-nil (the default), then |
| 27595 | the function `display-time-mode' must be active, and the modeline | 27525 | the function `display-time-mode' must be active, and the modeline |
| @@ -27601,7 +27531,7 @@ display (non-nil means on). | |||
| 27601 | 27531 | ||
| 27602 | \(fn &optional ARG)" t nil) | 27532 | \(fn &optional ARG)" t nil) |
| 27603 | 27533 | ||
| 27604 | (autoload (quote timeclock-in) "timeclock" "\ | 27534 | (autoload 'timeclock-in "timeclock" "\ |
| 27605 | Clock in, recording the current time moment in the timelog. | 27535 | Clock in, recording the current time moment in the timelog. |
| 27606 | With a numeric prefix ARG, record the fact that today has only that | 27536 | With a numeric prefix ARG, record the fact that today has only that |
| 27607 | many hours in it to be worked. If arg is a non-numeric prefix arg | 27537 | many hours in it to be worked. If arg is a non-numeric prefix arg |
| @@ -27617,7 +27547,7 @@ discover the name of the project. | |||
| 27617 | 27547 | ||
| 27618 | \(fn &optional ARG PROJECT FIND-PROJECT)" t nil) | 27548 | \(fn &optional ARG PROJECT FIND-PROJECT)" t nil) |
| 27619 | 27549 | ||
| 27620 | (autoload (quote timeclock-out) "timeclock" "\ | 27550 | (autoload 'timeclock-out "timeclock" "\ |
| 27621 | Clock out, recording the current time moment in the timelog. | 27551 | Clock out, recording the current time moment in the timelog. |
| 27622 | If a prefix ARG is given, the user has completed the project that was | 27552 | If a prefix ARG is given, the user has completed the project that was |
| 27623 | begun during the last time segment. | 27553 | begun during the last time segment. |
| @@ -27629,7 +27559,7 @@ discover the reason. | |||
| 27629 | 27559 | ||
| 27630 | \(fn &optional ARG REASON FIND-REASON)" t nil) | 27560 | \(fn &optional ARG REASON FIND-REASON)" t nil) |
| 27631 | 27561 | ||
| 27632 | (autoload (quote timeclock-status-string) "timeclock" "\ | 27562 | (autoload 'timeclock-status-string "timeclock" "\ |
| 27633 | Report the overall timeclock status at the present moment. | 27563 | Report the overall timeclock status at the present moment. |
| 27634 | If SHOW-SECONDS is non-nil, display second resolution. | 27564 | If SHOW-SECONDS is non-nil, display second resolution. |
| 27635 | If TODAY-ONLY is non-nil, the display will be relative only to time | 27565 | If TODAY-ONLY is non-nil, the display will be relative only to time |
| @@ -27637,7 +27567,7 @@ worked today, ignoring the time worked on previous days. | |||
| 27637 | 27567 | ||
| 27638 | \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) | 27568 | \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) |
| 27639 | 27569 | ||
| 27640 | (autoload (quote timeclock-change) "timeclock" "\ | 27570 | (autoload 'timeclock-change "timeclock" "\ |
| 27641 | Change to working on a different project. | 27571 | Change to working on a different project. |
| 27642 | This clocks out of the current project, then clocks in on a new one. | 27572 | This clocks out of the current project, then clocks in on a new one. |
| 27643 | With a prefix ARG, consider the previous project as finished at the | 27573 | With a prefix ARG, consider the previous project as finished at the |
| @@ -27646,19 +27576,19 @@ working on. | |||
| 27646 | 27576 | ||
| 27647 | \(fn &optional ARG PROJECT)" t nil) | 27577 | \(fn &optional ARG PROJECT)" t nil) |
| 27648 | 27578 | ||
| 27649 | (autoload (quote timeclock-query-out) "timeclock" "\ | 27579 | (autoload 'timeclock-query-out "timeclock" "\ |
| 27650 | Ask the user whether to clock out. | 27580 | Ask the user whether to clock out. |
| 27651 | This is a useful function for adding to `kill-emacs-query-functions'. | 27581 | This is a useful function for adding to `kill-emacs-query-functions'. |
| 27652 | 27582 | ||
| 27653 | \(fn)" nil nil) | 27583 | \(fn)" nil nil) |
| 27654 | 27584 | ||
| 27655 | (autoload (quote timeclock-reread-log) "timeclock" "\ | 27585 | (autoload 'timeclock-reread-log "timeclock" "\ |
| 27656 | Re-read the timeclock, to account for external changes. | 27586 | Re-read the timeclock, to account for external changes. |
| 27657 | Returns the new value of `timeclock-discrepancy'. | 27587 | Returns the new value of `timeclock-discrepancy'. |
| 27658 | 27588 | ||
| 27659 | \(fn)" t nil) | 27589 | \(fn)" t nil) |
| 27660 | 27590 | ||
| 27661 | (autoload (quote timeclock-workday-remaining-string) "timeclock" "\ | 27591 | (autoload 'timeclock-workday-remaining-string "timeclock" "\ |
| 27662 | Return a string representing the amount of time left today. | 27592 | Return a string representing the amount of time left today. |
| 27663 | Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY | 27593 | Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY |
| 27664 | is non-nil, the display will be relative only to time worked today. | 27594 | is non-nil, the display will be relative only to time worked today. |
| @@ -27667,14 +27597,14 @@ See `timeclock-relative' for more information about the meaning of | |||
| 27667 | 27597 | ||
| 27668 | \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) | 27598 | \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil) |
| 27669 | 27599 | ||
| 27670 | (autoload (quote timeclock-workday-elapsed-string) "timeclock" "\ | 27600 | (autoload 'timeclock-workday-elapsed-string "timeclock" "\ |
| 27671 | Return a string representing the amount of time worked today. | 27601 | Return a string representing the amount of time worked today. |
| 27672 | Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is | 27602 | Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is |
| 27673 | non-nil, the amount returned will be relative to past time worked. | 27603 | non-nil, the amount returned will be relative to past time worked. |
| 27674 | 27604 | ||
| 27675 | \(fn &optional SHOW-SECONDS)" t nil) | 27605 | \(fn &optional SHOW-SECONDS)" t nil) |
| 27676 | 27606 | ||
| 27677 | (autoload (quote timeclock-when-to-leave-string) "timeclock" "\ | 27607 | (autoload 'timeclock-when-to-leave-string "timeclock" "\ |
| 27678 | Return a string representing the end of today's workday. | 27608 | Return a string representing the end of today's workday. |
| 27679 | This string is relative to the value of `timeclock-workday'. If | 27609 | This string is relative to the value of `timeclock-workday'. If |
| 27680 | SHOW-SECONDS is non-nil, the value printed/returned will include | 27610 | SHOW-SECONDS is non-nil, the value printed/returned will include |
| @@ -27687,24 +27617,24 @@ relative only to the time worked today, and not to past time. | |||
| 27687 | 27617 | ||
| 27688 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer | 27618 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer |
| 27689 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" | 27619 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" |
| 27690 | ;;;;;; "emacs-lisp/timer.el" (18104 24748)) | 27620 | ;;;;;; "emacs-lisp/timer.el" (18177 858)) |
| 27691 | ;;; Generated autoloads from emacs-lisp/timer.el | 27621 | ;;; Generated autoloads from emacs-lisp/timer.el |
| 27692 | 27622 | ||
| 27693 | (defalias (quote disable-timeout) (quote cancel-timer)) | 27623 | (defalias 'disable-timeout 'cancel-timer) |
| 27694 | 27624 | ||
| 27695 | (autoload (quote cancel-timer) "timer" "\ | 27625 | (autoload 'cancel-timer "timer" "\ |
| 27696 | Remove TIMER from the list of active timers. | 27626 | Remove TIMER from the list of active timers. |
| 27697 | 27627 | ||
| 27698 | \(fn TIMER)" nil nil) | 27628 | \(fn TIMER)" nil nil) |
| 27699 | 27629 | ||
| 27700 | (autoload (quote cancel-function-timers) "timer" "\ | 27630 | (autoload 'cancel-function-timers "timer" "\ |
| 27701 | Cancel all timers which would run FUNCTION. | 27631 | Cancel all timers which would run FUNCTION. |
| 27702 | This affects ordinary timers such as are scheduled by `run-at-time', | 27632 | This affects ordinary timers such as are scheduled by `run-at-time', |
| 27703 | and idle timers such as are scheduled by `run-with-idle-timer'. | 27633 | and idle timers such as are scheduled by `run-with-idle-timer'. |
| 27704 | 27634 | ||
| 27705 | \(fn FUNCTION)" t nil) | 27635 | \(fn FUNCTION)" t nil) |
| 27706 | 27636 | ||
| 27707 | (autoload (quote run-at-time) "timer" "\ | 27637 | (autoload 'run-at-time "timer" "\ |
| 27708 | Perform an action at time TIME. | 27638 | Perform an action at time TIME. |
| 27709 | Repeat the action every REPEAT seconds, if REPEAT is non-nil. | 27639 | Repeat the action every REPEAT seconds, if REPEAT is non-nil. |
| 27710 | TIME should be one of: a string giving an absolute time like | 27640 | TIME should be one of: a string giving an absolute time like |
| @@ -27722,7 +27652,7 @@ This function returns a timer object which you can use in `cancel-timer'. | |||
| 27722 | 27652 | ||
| 27723 | \(fn TIME REPEAT FUNCTION &rest ARGS)" t nil) | 27653 | \(fn TIME REPEAT FUNCTION &rest ARGS)" t nil) |
| 27724 | 27654 | ||
| 27725 | (autoload (quote run-with-timer) "timer" "\ | 27655 | (autoload 'run-with-timer "timer" "\ |
| 27726 | Perform an action after a delay of SECS seconds. | 27656 | Perform an action after a delay of SECS seconds. |
| 27727 | Repeat the action every REPEAT seconds, if REPEAT is non-nil. | 27657 | Repeat the action every REPEAT seconds, if REPEAT is non-nil. |
| 27728 | SECS and REPEAT may be integers or floating point numbers. | 27658 | SECS and REPEAT may be integers or floating point numbers. |
| @@ -27732,14 +27662,14 @@ This function returns a timer object which you can use in `cancel-timer'. | |||
| 27732 | 27662 | ||
| 27733 | \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil) | 27663 | \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil) |
| 27734 | 27664 | ||
| 27735 | (autoload (quote add-timeout) "timer" "\ | 27665 | (autoload 'add-timeout "timer" "\ |
| 27736 | Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT. | 27666 | Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT. |
| 27737 | If REPEAT is non-nil, repeat the timer every REPEAT seconds. | 27667 | If REPEAT is non-nil, repeat the timer every REPEAT seconds. |
| 27738 | This function is for compatibility; see also `run-with-timer'. | 27668 | This function is for compatibility; see also `run-with-timer'. |
| 27739 | 27669 | ||
| 27740 | \(fn SECS FUNCTION OBJECT &optional REPEAT)" nil nil) | 27670 | \(fn SECS FUNCTION OBJECT &optional REPEAT)" nil nil) |
| 27741 | 27671 | ||
| 27742 | (autoload (quote run-with-idle-timer) "timer" "\ | 27672 | (autoload 'run-with-idle-timer "timer" "\ |
| 27743 | Perform an action the next time Emacs is idle for SECS seconds. | 27673 | Perform an action the next time Emacs is idle for SECS seconds. |
| 27744 | The action is to call FUNCTION with arguments ARGS. | 27674 | The action is to call FUNCTION with arguments ARGS. |
| 27745 | SECS may be an integer, a floating point number, or the internal | 27675 | SECS may be an integer, a floating point number, or the internal |
| @@ -27755,7 +27685,7 @@ This function returns a timer object which you can use in `cancel-timer'. | |||
| 27755 | \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil) | 27685 | \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil) |
| 27756 | (put 'with-timeout 'lisp-indent-function 1) | 27686 | (put 'with-timeout 'lisp-indent-function 1) |
| 27757 | 27687 | ||
| 27758 | (autoload (quote with-timeout) "timer" "\ | 27688 | (autoload 'with-timeout "timer" "\ |
| 27759 | Run BODY, but if it doesn't finish in SECONDS seconds, give up. | 27689 | Run BODY, but if it doesn't finish in SECONDS seconds, give up. |
| 27760 | If we give up, we run the TIMEOUT-FORMS and return the value of the last one. | 27690 | If we give up, we run the TIMEOUT-FORMS and return the value of the last one. |
| 27761 | The timeout is checked whenever Emacs waits for some kind of external | 27691 | The timeout is checked whenever Emacs waits for some kind of external |
| @@ -27768,17 +27698,17 @@ be detected. | |||
| 27768 | ;;;*** | 27698 | ;;;*** |
| 27769 | 27699 | ||
| 27770 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 27700 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 27771 | ;;;;;; "international/titdic-cnv.el" (18104 24757)) | 27701 | ;;;;;; "international/titdic-cnv.el" (18177 865)) |
| 27772 | ;;; Generated autoloads from international/titdic-cnv.el | 27702 | ;;; Generated autoloads from international/titdic-cnv.el |
| 27773 | 27703 | ||
| 27774 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 27704 | (autoload 'titdic-convert "titdic-cnv" "\ |
| 27775 | Convert a TIT dictionary of FILENAME into a Quail package. | 27705 | Convert a TIT dictionary of FILENAME into a Quail package. |
| 27776 | Optional argument DIRNAME if specified is the directory name under which | 27706 | Optional argument DIRNAME if specified is the directory name under which |
| 27777 | the generated Quail package is saved. | 27707 | the generated Quail package is saved. |
| 27778 | 27708 | ||
| 27779 | \(fn FILENAME &optional DIRNAME)" t nil) | 27709 | \(fn FILENAME &optional DIRNAME)" t nil) |
| 27780 | 27710 | ||
| 27781 | (autoload (quote batch-titdic-convert) "titdic-cnv" "\ | 27711 | (autoload 'batch-titdic-convert "titdic-cnv" "\ |
| 27782 | Run `titdic-convert' on the files remaining on the command line. | 27712 | Run `titdic-convert' on the files remaining on the command line. |
| 27783 | Use this from the command line, with `-batch'; | 27713 | Use this from the command line, with `-batch'; |
| 27784 | it won't work in an interactive Emacs. | 27714 | it won't work in an interactive Emacs. |
| @@ -27791,36 +27721,36 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27791 | ;;;*** | 27721 | ;;;*** |
| 27792 | 27722 | ||
| 27793 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion | 27723 | ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion |
| 27794 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (18104 | 27724 | ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (18177 |
| 27795 | ;;;;;; 24758)) | 27725 | ;;;;;; 866)) |
| 27796 | ;;; Generated autoloads from language/tml-util.el | 27726 | ;;; Generated autoloads from language/tml-util.el |
| 27797 | 27727 | ||
| 27798 | (autoload (quote tamil-compose-region) "tml-util" "\ | 27728 | (autoload 'tamil-compose-region "tml-util" "\ |
| 27799 | Not documented | 27729 | Not documented |
| 27800 | 27730 | ||
| 27801 | \(fn FROM TO)" t nil) | 27731 | \(fn FROM TO)" t nil) |
| 27802 | 27732 | ||
| 27803 | (autoload (quote tamil-post-read-conversion) "tml-util" "\ | 27733 | (autoload 'tamil-post-read-conversion "tml-util" "\ |
| 27804 | Not documented | 27734 | Not documented |
| 27805 | 27735 | ||
| 27806 | \(fn LEN)" nil nil) | 27736 | \(fn LEN)" nil nil) |
| 27807 | 27737 | ||
| 27808 | (autoload (quote tamil-composition-function) "tml-util" "\ | 27738 | (autoload 'tamil-composition-function "tml-util" "\ |
| 27809 | Compose Tamil characters in REGION, or STRING if specified. | 27739 | Compose Tamil characters after the position POS. |
| 27810 | Assume that the REGION or STRING must fully match the composable | 27740 | If STRING is not nil, it is a string, and POS is an index to the string. |
| 27811 | PATTERN regexp. | 27741 | In this case, compose characters after POS of the string. |
| 27812 | 27742 | ||
| 27813 | \(fn FROM TO PATTERN &optional STRING)" nil nil) | 27743 | \(fn POS &optional STRING)" nil nil) |
| 27814 | 27744 | ||
| 27815 | ;;;*** | 27745 | ;;;*** |
| 27816 | 27746 | ||
| 27817 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27747 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27818 | ;;;;;; "tmm.el" (18104 24740)) | 27748 | ;;;;;; "tmm.el" (18190 35213)) |
| 27819 | ;;; Generated autoloads from tmm.el | 27749 | ;;; Generated autoloads from tmm.el |
| 27820 | (define-key global-map "\M-`" 'tmm-menubar) | 27750 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27821 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 27751 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| 27822 | 27752 | ||
| 27823 | (autoload (quote tmm-menubar) "tmm" "\ | 27753 | (autoload 'tmm-menubar "tmm" "\ |
| 27824 | Text-mode emulation of looking and choosing from a menubar. | 27754 | Text-mode emulation of looking and choosing from a menubar. |
| 27825 | See the documentation for `tmm-prompt'. | 27755 | See the documentation for `tmm-prompt'. |
| 27826 | X-POSITION, if non-nil, specifies a horizontal position within the menu bar; | 27756 | X-POSITION, if non-nil, specifies a horizontal position within the menu bar; |
| @@ -27828,7 +27758,7 @@ we make that menu bar item (the one at that position) the default choice. | |||
| 27828 | 27758 | ||
| 27829 | \(fn &optional X-POSITION)" t nil) | 27759 | \(fn &optional X-POSITION)" t nil) |
| 27830 | 27760 | ||
| 27831 | (autoload (quote tmm-menubar-mouse) "tmm" "\ | 27761 | (autoload 'tmm-menubar-mouse "tmm" "\ |
| 27832 | Text-mode emulation of looking and choosing from a menubar. | 27762 | Text-mode emulation of looking and choosing from a menubar. |
| 27833 | This command is used when you click the mouse in the menubar | 27763 | This command is used when you click the mouse in the menubar |
| 27834 | on a console which has no window system but does have a mouse. | 27764 | on a console which has no window system but does have a mouse. |
| @@ -27836,7 +27766,7 @@ See the documentation for `tmm-prompt'. | |||
| 27836 | 27766 | ||
| 27837 | \(fn EVENT)" t nil) | 27767 | \(fn EVENT)" t nil) |
| 27838 | 27768 | ||
| 27839 | (autoload (quote tmm-prompt) "tmm" "\ | 27769 | (autoload 'tmm-prompt "tmm" "\ |
| 27840 | Text-mode emulation of calling the bindings in keymap. | 27770 | Text-mode emulation of calling the bindings in keymap. |
| 27841 | Creates a text-mode menu of possible choices. You can access the elements | 27771 | Creates a text-mode menu of possible choices. You can access the elements |
| 27842 | in the menu in two ways: | 27772 | in the menu in two ways: |
| @@ -27855,27 +27785,27 @@ Its value should be an event that has a binding in MENU. | |||
| 27855 | 27785 | ||
| 27856 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 27786 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 27857 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 27787 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 27858 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (18104 24745)) | 27788 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (18177 856)) |
| 27859 | ;;; Generated autoloads from calendar/todo-mode.el | 27789 | ;;; Generated autoloads from calendar/todo-mode.el |
| 27860 | 27790 | ||
| 27861 | (autoload (quote todo-add-category) "todo-mode" "\ | 27791 | (autoload 'todo-add-category "todo-mode" "\ |
| 27862 | Add new category CAT to the TODO list. | 27792 | Add new category CAT to the TODO list. |
| 27863 | 27793 | ||
| 27864 | \(fn CAT)" t nil) | 27794 | \(fn CAT)" t nil) |
| 27865 | 27795 | ||
| 27866 | (autoload (quote todo-add-item-non-interactively) "todo-mode" "\ | 27796 | (autoload 'todo-add-item-non-interactively "todo-mode" "\ |
| 27867 | Insert NEW-ITEM in TODO list as a new entry in CATEGORY. | 27797 | Insert NEW-ITEM in TODO list as a new entry in CATEGORY. |
| 27868 | 27798 | ||
| 27869 | \(fn NEW-ITEM CATEGORY)" nil nil) | 27799 | \(fn NEW-ITEM CATEGORY)" nil nil) |
| 27870 | 27800 | ||
| 27871 | (autoload (quote todo-insert-item) "todo-mode" "\ | 27801 | (autoload 'todo-insert-item "todo-mode" "\ |
| 27872 | Insert new TODO list entry. | 27802 | Insert new TODO list entry. |
| 27873 | With a prefix argument solicit the category, otherwise use the current | 27803 | With a prefix argument solicit the category, otherwise use the current |
| 27874 | category. | 27804 | category. |
| 27875 | 27805 | ||
| 27876 | \(fn ARG)" t nil) | 27806 | \(fn ARG)" t nil) |
| 27877 | 27807 | ||
| 27878 | (autoload (quote todo-top-priorities) "todo-mode" "\ | 27808 | (autoload 'todo-top-priorities "todo-mode" "\ |
| 27879 | List top priorities for each category. | 27809 | List top priorities for each category. |
| 27880 | 27810 | ||
| 27881 | Number of entries for each category is given by NOF-PRIORITIES which | 27811 | Number of entries for each category is given by NOF-PRIORITIES which |
| @@ -27886,7 +27816,7 @@ between each category. | |||
| 27886 | 27816 | ||
| 27887 | \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE)" t nil) | 27817 | \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE)" t nil) |
| 27888 | 27818 | ||
| 27889 | (autoload (quote todo-print) "todo-mode" "\ | 27819 | (autoload 'todo-print "todo-mode" "\ |
| 27890 | Print todo summary using `todo-print-function'. | 27820 | Print todo summary using `todo-print-function'. |
| 27891 | If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted | 27821 | If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted |
| 27892 | between each category. | 27822 | between each category. |
| @@ -27895,19 +27825,19 @@ Number of entries for each category is given by `todo-print-priorities'. | |||
| 27895 | 27825 | ||
| 27896 | \(fn &optional CATEGORY-PR-PAGE)" t nil) | 27826 | \(fn &optional CATEGORY-PR-PAGE)" t nil) |
| 27897 | 27827 | ||
| 27898 | (autoload (quote todo-mode) "todo-mode" "\ | 27828 | (autoload 'todo-mode "todo-mode" "\ |
| 27899 | Major mode for editing TODO lists. | 27829 | Major mode for editing TODO lists. |
| 27900 | 27830 | ||
| 27901 | \\{todo-mode-map} | 27831 | \\{todo-mode-map} |
| 27902 | 27832 | ||
| 27903 | \(fn)" t nil) | 27833 | \(fn)" t nil) |
| 27904 | 27834 | ||
| 27905 | (autoload (quote todo-cp) "todo-mode" "\ | 27835 | (autoload 'todo-cp "todo-mode" "\ |
| 27906 | Make a diary entry appear only in the current date's diary. | 27836 | Make a diary entry appear only in the current date's diary. |
| 27907 | 27837 | ||
| 27908 | \(fn)" nil nil) | 27838 | \(fn)" nil nil) |
| 27909 | 27839 | ||
| 27910 | (autoload (quote todo-show) "todo-mode" "\ | 27840 | (autoload 'todo-show "todo-mode" "\ |
| 27911 | Show TODO list. | 27841 | Show TODO list. |
| 27912 | 27842 | ||
| 27913 | \(fn)" t nil) | 27843 | \(fn)" t nil) |
| @@ -27916,18 +27846,18 @@ Show TODO list. | |||
| 27916 | 27846 | ||
| 27917 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu | 27847 | ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu |
| 27918 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) | 27848 | ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame) |
| 27919 | ;;;;;; "tool-bar" "tool-bar.el" (18104 24740)) | 27849 | ;;;;;; "tool-bar" "tool-bar.el" (18190 35213)) |
| 27920 | ;;; Generated autoloads from tool-bar.el | 27850 | ;;; Generated autoloads from tool-bar.el |
| 27921 | 27851 | ||
| 27922 | (autoload (quote toggle-tool-bar-mode-from-frame) "tool-bar" "\ | 27852 | (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\ |
| 27923 | Toggle tool bar on or off, based on the status of the current frame. | 27853 | Toggle tool bar on or off, based on the status of the current frame. |
| 27924 | See `tool-bar-mode' for more information. | 27854 | See `tool-bar-mode' for more information. |
| 27925 | 27855 | ||
| 27926 | \(fn &optional ARG)" t nil) | 27856 | \(fn &optional ARG)" t nil) |
| 27927 | 27857 | ||
| 27928 | (put (quote tool-bar-mode) (quote standard-value) (quote (t))) | 27858 | (put 'tool-bar-mode 'standard-value '(t)) |
| 27929 | 27859 | ||
| 27930 | (autoload (quote tool-bar-add-item) "tool-bar" "\ | 27860 | (autoload 'tool-bar-add-item "tool-bar" "\ |
| 27931 | Add an item to the tool bar. | 27861 | Add an item to the tool bar. |
| 27932 | ICON names the image, DEF is the key definition and KEY is a symbol | 27862 | ICON names the image, DEF is the key definition and KEY is a symbol |
| 27933 | for the fake function key in the menu keymap. Remaining arguments | 27863 | for the fake function key in the menu keymap. Remaining arguments |
| @@ -27944,7 +27874,7 @@ To define items in any other map, use `tool-bar-local-item'. | |||
| 27944 | 27874 | ||
| 27945 | \(fn ICON DEF KEY &rest PROPS)" nil nil) | 27875 | \(fn ICON DEF KEY &rest PROPS)" nil nil) |
| 27946 | 27876 | ||
| 27947 | (autoload (quote tool-bar-local-item) "tool-bar" "\ | 27877 | (autoload 'tool-bar-local-item "tool-bar" "\ |
| 27948 | Add an item to the tool bar in map MAP. | 27878 | Add an item to the tool bar in map MAP. |
| 27949 | ICON names the image, DEF is the key definition and KEY is a symbol | 27879 | ICON names the image, DEF is the key definition and KEY is a symbol |
| 27950 | for the fake function key in the menu keymap. Remaining arguments | 27880 | for the fake function key in the menu keymap. Remaining arguments |
| @@ -27958,7 +27888,7 @@ ICON.xbm, using `find-image'. | |||
| 27958 | 27888 | ||
| 27959 | \(fn ICON DEF KEY MAP &rest PROPS)" nil nil) | 27889 | \(fn ICON DEF KEY MAP &rest PROPS)" nil nil) |
| 27960 | 27890 | ||
| 27961 | (autoload (quote tool-bar-add-item-from-menu) "tool-bar" "\ | 27891 | (autoload 'tool-bar-add-item-from-menu "tool-bar" "\ |
| 27962 | Define tool bar binding for COMMAND in keymap MAP using the given ICON. | 27892 | Define tool bar binding for COMMAND in keymap MAP using the given ICON. |
| 27963 | This makes a binding for COMMAND in `tool-bar-map', copying its | 27893 | This makes a binding for COMMAND in `tool-bar-map', copying its |
| 27964 | binding from the menu bar in MAP (which defaults to `global-map'), but | 27894 | binding from the menu bar in MAP (which defaults to `global-map'), but |
| @@ -27973,7 +27903,7 @@ To define items in any other map, use `tool-bar-local-item-from-menu'. | |||
| 27973 | 27903 | ||
| 27974 | \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil) | 27904 | \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil) |
| 27975 | 27905 | ||
| 27976 | (autoload (quote tool-bar-local-item-from-menu) "tool-bar" "\ | 27906 | (autoload 'tool-bar-local-item-from-menu "tool-bar" "\ |
| 27977 | Define local tool bar binding for COMMAND using the given ICON. | 27907 | Define local tool bar binding for COMMAND using the given ICON. |
| 27978 | This makes a binding for COMMAND in IN-MAP, copying its binding from | 27908 | This makes a binding for COMMAND in IN-MAP, copying its binding from |
| 27979 | the menu bar in FROM-MAP (which defaults to `global-map'), but | 27909 | the menu bar in FROM-MAP (which defaults to `global-map'), but |
| @@ -27989,7 +27919,7 @@ holds a keymap. | |||
| 27989 | ;;;*** | 27919 | ;;;*** |
| 27990 | 27920 | ||
| 27991 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" | 27921 | ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el" |
| 27992 | ;;;;;; (18104 24748)) | 27922 | ;;;;;; (18177 858)) |
| 27993 | ;;; Generated autoloads from emulation/tpu-edt.el | 27923 | ;;; Generated autoloads from emulation/tpu-edt.el |
| 27994 | 27924 | ||
| 27995 | (defvar tpu-edt-mode nil "\ | 27925 | (defvar tpu-edt-mode nil "\ |
| @@ -27999,47 +27929,26 @@ Setting this variable directly does not take effect; | |||
| 27999 | either customize it (see the info node `Easy Customization') | 27929 | either customize it (see the info node `Easy Customization') |
| 28000 | or call the function `tpu-edt-mode'.") | 27930 | or call the function `tpu-edt-mode'.") |
| 28001 | 27931 | ||
| 28002 | (custom-autoload (quote tpu-edt-mode) "tpu-edt" nil) | 27932 | (custom-autoload 'tpu-edt-mode "tpu-edt" nil) |
| 28003 | 27933 | ||
| 28004 | (autoload (quote tpu-edt-mode) "tpu-edt" "\ | 27934 | (autoload 'tpu-edt-mode "tpu-edt" "\ |
| 28005 | TPU/edt emulation. | 27935 | TPU/edt emulation. |
| 28006 | 27936 | ||
| 28007 | \(fn &optional ARG)" t nil) | 27937 | \(fn &optional ARG)" t nil) |
| 28008 | 27938 | ||
| 28009 | (defalias (quote tpu-edt) (quote tpu-edt-on)) | 27939 | (defalias 'tpu-edt 'tpu-edt-on) |
| 28010 | 27940 | ||
| 28011 | (autoload (quote tpu-edt-on) "tpu-edt" "\ | 27941 | (autoload 'tpu-edt-on "tpu-edt" "\ |
| 28012 | Turn on TPU/edt emulation. | 27942 | Turn on TPU/edt emulation. |
| 28013 | 27943 | ||
| 28014 | \(fn)" t nil) | 27944 | \(fn)" t nil) |
| 28015 | 27945 | ||
| 28016 | ;;;*** | 27946 | ;;;*** |
| 28017 | 27947 | ||
| 28018 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 27948 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18177 858)) |
| 28019 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (18104 24748)) | ||
| 28020 | ;;; Generated autoloads from emulation/tpu-extras.el | ||
| 28021 | |||
| 28022 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | ||
| 28023 | Set scroll margins. | ||
| 28024 | |||
| 28025 | \(fn TOP BOTTOM)" t nil) | ||
| 28026 | |||
| 28027 | (autoload (quote tpu-set-cursor-free) "tpu-extras" "\ | ||
| 28028 | Allow the cursor to move freely about the screen. | ||
| 28029 | |||
| 28030 | \(fn)" t nil) | ||
| 28031 | |||
| 28032 | (autoload (quote tpu-set-cursor-bound) "tpu-extras" "\ | ||
| 28033 | Constrain the cursor to the flow of the text. | ||
| 28034 | |||
| 28035 | \(fn)" t nil) | ||
| 28036 | |||
| 28037 | ;;;*** | ||
| 28038 | |||
| 28039 | ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18104 24748)) | ||
| 28040 | ;;; Generated autoloads from emacs-lisp/tq.el | 27949 | ;;; Generated autoloads from emacs-lisp/tq.el |
| 28041 | 27950 | ||
| 28042 | (autoload (quote tq-create) "tq" "\ | 27951 | (autoload 'tq-create "tq" "\ |
| 28043 | Create and return a transaction queue communicating with PROCESS. | 27952 | Create and return a transaction queue communicating with PROCESS. |
| 28044 | PROCESS should be a subprocess capable of sending and receiving | 27953 | PROCESS should be a subprocess capable of sending and receiving |
| 28045 | streams of bytes. It may be a local process, or it may be connected | 27954 | streams of bytes. It may be a local process, or it may be connected |
| @@ -28050,15 +27959,15 @@ to a tcp server on another machine. | |||
| 28050 | ;;;*** | 27959 | ;;;*** |
| 28051 | 27960 | ||
| 28052 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 27961 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 28053 | ;;;;;; "trace" "emacs-lisp/trace.el" (18104 24748)) | 27962 | ;;;;;; "trace" "emacs-lisp/trace.el" (18177 858)) |
| 28054 | ;;; Generated autoloads from emacs-lisp/trace.el | 27963 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 28055 | 27964 | ||
| 28056 | (defvar trace-buffer "*trace-output*" "\ | 27965 | (defvar trace-buffer "*trace-output*" "\ |
| 28057 | *Trace output will by default go to that buffer.") | 27966 | *Trace output will by default go to that buffer.") |
| 28058 | 27967 | ||
| 28059 | (custom-autoload (quote trace-buffer) "trace" t) | 27968 | (custom-autoload 'trace-buffer "trace" t) |
| 28060 | 27969 | ||
| 28061 | (autoload (quote trace-function) "trace" "\ | 27970 | (autoload 'trace-function "trace" "\ |
| 28062 | Traces FUNCTION with trace output going to BUFFER. | 27971 | Traces FUNCTION with trace output going to BUFFER. |
| 28063 | For every call of FUNCTION Lisp-style trace messages that display argument | 27972 | For every call of FUNCTION Lisp-style trace messages that display argument |
| 28064 | and return values will be inserted into BUFFER. This function generates the | 27973 | and return values will be inserted into BUFFER. This function generates the |
| @@ -28069,7 +27978,7 @@ display oriented stuff, use `trace-function-background' instead. | |||
| 28069 | 27978 | ||
| 28070 | \(fn FUNCTION &optional BUFFER)" t nil) | 27979 | \(fn FUNCTION &optional BUFFER)" t nil) |
| 28071 | 27980 | ||
| 28072 | (autoload (quote trace-function-background) "trace" "\ | 27981 | (autoload 'trace-function-background "trace" "\ |
| 28073 | Traces FUNCTION with trace output going quietly to BUFFER. | 27982 | Traces FUNCTION with trace output going quietly to BUFFER. |
| 28074 | When this tracing is enabled, every call to FUNCTION writes | 27983 | When this tracing is enabled, every call to FUNCTION writes |
| 28075 | a Lisp-style trace message (showing the arguments and return value) | 27984 | a Lisp-style trace message (showing the arguments and return value) |
| @@ -28087,10 +27996,10 @@ BUFFER defaults to `trace-buffer'. | |||
| 28087 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 27996 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 28088 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 27997 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 28089 | ;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el" | 27998 | ;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el" |
| 28090 | ;;;;;; (18104 24760)) | 27999 | ;;;;;; (18190 35203)) |
| 28091 | ;;; Generated autoloads from net/tramp.el | 28000 | ;;; Generated autoloads from net/tramp.el |
| 28092 | 28001 | ||
| 28093 | (defvar tramp-syntax (if (featurep (quote xemacs)) (quote sep) (quote ftp)) "\ | 28002 | (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\ |
| 28094 | Tramp filename syntax to be used. | 28003 | Tramp filename syntax to be used. |
| 28095 | 28004 | ||
| 28096 | It can have the following values: | 28005 | It can have the following values: |
| @@ -28099,7 +28008,7 @@ It can have the following values: | |||
| 28099 | 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs) | 28008 | 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs) |
| 28100 | 'url -- URL-like syntax.") | 28009 | 'url -- URL-like syntax.") |
| 28101 | 28010 | ||
| 28102 | (custom-autoload (quote tramp-syntax) "tramp" t) | 28011 | (custom-autoload 'tramp-syntax "tramp" t) |
| 28103 | 28012 | ||
| 28104 | (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ | 28013 | (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ |
| 28105 | Value for `tramp-file-name-regexp' for unified remoting. | 28014 | Value for `tramp-file-name-regexp' for unified remoting. |
| @@ -28115,8 +28024,8 @@ See `tramp-file-name-structure' for more explanations.") | |||
| 28115 | Value for `tramp-file-name-regexp' for URL-like remoting. | 28024 | Value for `tramp-file-name-regexp' for URL-like remoting. |
| 28116 | See `tramp-file-name-structure' for more explanations.") | 28025 | See `tramp-file-name-structure' for more explanations.") |
| 28117 | 28026 | ||
| 28118 | (defconst tramp-file-name-regexp (cond ((equal tramp-syntax (quote ftp)) tramp-file-name-regexp-unified) ((equal tramp-syntax (quote sep)) tramp-file-name-regexp-separate) ((equal tramp-syntax (quote url)) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ | 28027 | (defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ |
| 28119 | *Regular expression matching file names handled by tramp. | 28028 | *Regular expression matching file names handled by Tramp. |
| 28120 | This regexp should match tramp file names but no other file names. | 28029 | This regexp should match tramp file names but no other file names. |
| 28121 | \(When tramp.el is loaded, this regular expression is prepended to | 28030 | \(When tramp.el is loaded, this regular expression is prepended to |
| 28122 | `file-name-handler-alist', and that is searched sequentially. Thus, | 28031 | `file-name-handler-alist', and that is searched sequentially. Thus, |
| @@ -28131,21 +28040,21 @@ updated after changing this variable. | |||
| 28131 | 28040 | ||
| 28132 | Also see `tramp-file-name-structure'.") | 28041 | Also see `tramp-file-name-structure'.") |
| 28133 | 28042 | ||
| 28134 | (defconst tramp-completion-file-name-regexp-unified (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:][^/]*$" "^/$\\|^/[^/:][^/]*$") "\ | 28043 | (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:][^/]*$" "^/$\\|^/[^/:][^/]*$") "\ |
| 28135 | Value for `tramp-completion-file-name-regexp' for unified remoting. | 28044 | Value for `tramp-completion-file-name-regexp' for unified remoting. |
| 28136 | Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and | 28045 | Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and |
| 28137 | Tramp. See `tramp-file-name-structure' for more explanations.") | 28046 | Tramp. See `tramp-file-name-structure' for more explanations.") |
| 28138 | 28047 | ||
| 28139 | (defconst tramp-completion-file-name-regexp-separate (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/\\([[][^]]*\\)?$" "^/\\([[][^]]*\\)?$") "\ | 28048 | (defconst tramp-completion-file-name-regexp-separate (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/\\([[][^]]*\\)?$" "^/\\([[][^]]*\\)?$") "\ |
| 28140 | Value for `tramp-completion-file-name-regexp' for separate remoting. | 28049 | Value for `tramp-completion-file-name-regexp' for separate remoting. |
| 28141 | XEmacs uses a separate filename syntax for Tramp and EFS. | 28050 | XEmacs uses a separate filename syntax for Tramp and EFS. |
| 28142 | See `tramp-file-name-structure' for more explanations.") | 28051 | See `tramp-file-name-structure' for more explanations.") |
| 28143 | 28052 | ||
| 28144 | (defconst tramp-completion-file-name-regexp-url (if (memq system-type (quote (cygwin windows-nt))) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$" "^/$\\|^/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$") "\ | 28053 | (defconst tramp-completion-file-name-regexp-url (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$" "^/$\\|^/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$") "\ |
| 28145 | Value for `tramp-completion-file-name-regexp' for URL-like remoting. | 28054 | Value for `tramp-completion-file-name-regexp' for URL-like remoting. |
| 28146 | See `tramp-file-name-structure' for more explanations.") | 28055 | See `tramp-file-name-structure' for more explanations.") |
| 28147 | 28056 | ||
| 28148 | (defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax (quote ftp)) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax (quote sep)) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax (quote url)) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ | 28057 | (defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\ |
| 28149 | *Regular expression matching file names handled by tramp completion. | 28058 | *Regular expression matching file names handled by tramp completion. |
| 28150 | This regexp should match partial tramp file names only. | 28059 | This regexp should match partial tramp file names only. |
| 28151 | 28060 | ||
| @@ -28156,7 +28065,7 @@ updated after changing this variable. | |||
| 28156 | 28065 | ||
| 28157 | Also see `tramp-file-name-structure'.") | 28066 | Also see `tramp-file-name-structure'.") |
| 28158 | 28067 | ||
| 28159 | (defconst tramp-completion-file-name-handler-alist (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))) "\ | 28068 | (defconst tramp-completion-file-name-handler-alist '((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion)) "\ |
| 28160 | Alist of completion handler functions. | 28069 | Alist of completion handler functions. |
| 28161 | Used for file names matching `tramp-file-name-regexp'. Operations not | 28070 | Used for file names matching `tramp-file-name-regexp'. Operations not |
| 28162 | mentioned here will be handled by `tramp-file-name-handler-alist' or the | 28071 | mentioned here will be handled by `tramp-file-name-handler-alist' or the |
| @@ -28172,7 +28081,7 @@ Invoke `tramp-file-name-handler' for OPERATION. | |||
| 28172 | First arg specifies the OPERATION, second arg is a list of arguments to | 28081 | First arg specifies the OPERATION, second arg is a list of arguments to |
| 28173 | pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) | 28082 | pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args))) |
| 28174 | 28083 | ||
| 28175 | (autoload (quote tramp-file-name-handler) "tramp" "\ | 28084 | (autoload 'tramp-file-name-handler "tramp" "\ |
| 28176 | Invoke Tramp file name handler. | 28085 | Invoke Tramp file name handler. |
| 28177 | Falls back to normal file name handler if no tramp file name handler exists. | 28086 | Falls back to normal file name handler if no tramp file name handler exists. |
| 28178 | 28087 | ||
| @@ -28187,27 +28096,27 @@ Add tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quo | |||
| 28187 | (tramp-register-file-name-handler) | 28096 | (tramp-register-file-name-handler) |
| 28188 | 28097 | ||
| 28189 | (defsubst tramp-register-completion-file-name-handler nil "\ | 28098 | (defsubst tramp-register-completion-file-name-handler nil "\ |
| 28190 | Add tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) | 28099 | Add tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido)) (featurep (quote icicles))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist)))))) |
| 28191 | (add-hook | 28100 | (add-hook |
| 28192 | 'after-init-hook | 28101 | 'after-init-hook |
| 28193 | '(lambda () (tramp-register-completion-file-name-handler))) | 28102 | '(lambda () (tramp-register-completion-file-name-handler))) |
| 28194 | 28103 | ||
| 28195 | (autoload (quote tramp-unload-file-name-handlers) "tramp" "\ | 28104 | (autoload 'tramp-unload-file-name-handlers "tramp" "\ |
| 28196 | Not documented | 28105 | Not documented |
| 28197 | 28106 | ||
| 28198 | \(fn)" nil nil) | 28107 | \(fn)" nil nil) |
| 28199 | 28108 | ||
| 28200 | (autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\ | 28109 | (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\ |
| 28201 | Like `file-name-all-completions' for partial Tramp files. | 28110 | Like `file-name-all-completions' for partial Tramp files. |
| 28202 | 28111 | ||
| 28203 | \(fn FILENAME DIRECTORY)" nil nil) | 28112 | \(fn FILENAME DIRECTORY)" nil nil) |
| 28204 | 28113 | ||
| 28205 | (autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\ | 28114 | (autoload 'tramp-completion-handle-file-name-completion "tramp" "\ |
| 28206 | Like `file-name-completion' for Tramp files. | 28115 | Like `file-name-completion' for Tramp files. |
| 28207 | 28116 | ||
| 28208 | \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil) | 28117 | \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil) |
| 28209 | 28118 | ||
| 28210 | (autoload (quote tramp-unload-tramp) "tramp" "\ | 28119 | (autoload 'tramp-unload-tramp "tramp" "\ |
| 28211 | Discard Tramp from loading remote files. | 28120 | Discard Tramp from loading remote files. |
| 28212 | 28121 | ||
| 28213 | \(fn)" t nil) | 28122 | \(fn)" t nil) |
| @@ -28215,21 +28124,21 @@ Discard Tramp from loading remote files. | |||
| 28215 | ;;;*** | 28124 | ;;;*** |
| 28216 | 28125 | ||
| 28217 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" | 28126 | ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el" |
| 28218 | ;;;;;; (18104 24760)) | 28127 | ;;;;;; (18190 35203)) |
| 28219 | ;;; Generated autoloads from net/tramp-ftp.el | 28128 | ;;; Generated autoloads from net/tramp-ftp.el |
| 28220 | 28129 | ||
| 28221 | (autoload (quote tramp-ftp-enable-ange-ftp) "tramp-ftp" "\ | 28130 | (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\ |
| 28222 | Not documented | 28131 | Not documented |
| 28223 | 28132 | ||
| 28224 | \(fn)" nil nil) | 28133 | \(fn)" nil nil) |
| 28225 | 28134 | ||
| 28226 | ;;;*** | 28135 | ;;;*** |
| 28227 | 28136 | ||
| 28228 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18104 | 28137 | ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18190 |
| 28229 | ;;;;;; 24740)) | 28138 | ;;;;;; 35213)) |
| 28230 | ;;; Generated autoloads from tutorial.el | 28139 | ;;; Generated autoloads from tutorial.el |
| 28231 | 28140 | ||
| 28232 | (autoload (quote help-with-tutorial) "tutorial" "\ | 28141 | (autoload 'help-with-tutorial "tutorial" "\ |
| 28233 | Select the Emacs learn-by-doing tutorial. | 28142 | Select the Emacs learn-by-doing tutorial. |
| 28234 | If there is a tutorial version written in the language | 28143 | If there is a tutorial version written in the language |
| 28235 | of the selected language environment, that version is used. | 28144 | of the selected language environment, that version is used. |
| @@ -28250,14 +28159,25 @@ resumed later. | |||
| 28250 | 28159 | ||
| 28251 | ;;;*** | 28160 | ;;;*** |
| 28252 | 28161 | ||
| 28162 | ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el" | ||
| 28163 | ;;;;;; (18177 848)) | ||
| 28164 | ;;; Generated autoloads from language/tv-util.el | ||
| 28165 | |||
| 28166 | (autoload 'tai-viet-composition-function "tv-util" "\ | ||
| 28167 | Not documented | ||
| 28168 | |||
| 28169 | \(fn POS &optional STRING)" nil nil) | ||
| 28170 | |||
| 28171 | ;;;*** | ||
| 28172 | |||
| 28253 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 28173 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 28254 | ;;;;;; "textmodes/two-column.el" (18104 24773)) | 28174 | ;;;;;; "textmodes/two-column.el" (18177 876)) |
| 28255 | ;;; Generated autoloads from textmodes/two-column.el | 28175 | ;;; Generated autoloads from textmodes/two-column.el |
| 28256 | (autoload '2C-command "two-column" () t 'keymap) | 28176 | (autoload '2C-command "two-column" () t 'keymap) |
| 28257 | (global-set-key "\C-x6" '2C-command) | 28177 | (global-set-key "\C-x6" '2C-command) |
| 28258 | (global-set-key [f2] '2C-command) | 28178 | (global-set-key [f2] '2C-command) |
| 28259 | 28179 | ||
| 28260 | (autoload (quote 2C-two-columns) "two-column" "\ | 28180 | (autoload '2C-two-columns "two-column" "\ |
| 28261 | Split current window vertically for two-column editing. | 28181 | Split current window vertically for two-column editing. |
| 28262 | \\<global-map>When called the first time, associates a buffer with the current | 28182 | \\<global-map>When called the first time, associates a buffer with the current |
| 28263 | buffer in two-column minor mode (use \\[describe-mode] once in the mode, | 28183 | buffer in two-column minor mode (use \\[describe-mode] once in the mode, |
| @@ -28267,7 +28187,7 @@ first and the associated buffer to its right. | |||
| 28267 | 28187 | ||
| 28268 | \(fn &optional BUFFER)" t nil) | 28188 | \(fn &optional BUFFER)" t nil) |
| 28269 | 28189 | ||
| 28270 | (autoload (quote 2C-associate-buffer) "two-column" "\ | 28190 | (autoload '2C-associate-buffer "two-column" "\ |
| 28271 | Associate another buffer with this one in two-column minor mode. | 28191 | Associate another buffer with this one in two-column minor mode. |
| 28272 | Can also be used to associate a just previously visited file, by | 28192 | Can also be used to associate a just previously visited file, by |
| 28273 | accepting the proposed default buffer. | 28193 | accepting the proposed default buffer. |
| @@ -28276,7 +28196,7 @@ accepting the proposed default buffer. | |||
| 28276 | 28196 | ||
| 28277 | \(fn)" t nil) | 28197 | \(fn)" t nil) |
| 28278 | 28198 | ||
| 28279 | (autoload (quote 2C-split) "two-column" "\ | 28199 | (autoload '2C-split "two-column" "\ |
| 28280 | Split a two-column text at point, into two buffers in two-column minor mode. | 28200 | Split a two-column text at point, into two buffers in two-column minor mode. |
| 28281 | Point becomes the local value of `2C-window-width'. Only lines that | 28201 | Point becomes the local value of `2C-window-width'. Only lines that |
| 28282 | have the ARG same preceding characters at that column get split. The | 28202 | have the ARG same preceding characters at that column get split. The |
| @@ -28302,7 +28222,7 @@ First column's text sSs Second column's text | |||
| 28302 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 28222 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 28303 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval | 28223 | ;;;;;; type-break-good-break-interval type-break-good-rest-interval |
| 28304 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" | 28224 | ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" |
| 28305 | ;;;;;; (18104 24740)) | 28225 | ;;;;;; (18177 877)) |
| 28306 | ;;; Generated autoloads from type-break.el | 28226 | ;;; Generated autoloads from type-break.el |
| 28307 | 28227 | ||
| 28308 | (defvar type-break-mode nil "\ | 28228 | (defvar type-break-mode nil "\ |
| @@ -28311,12 +28231,12 @@ See the docstring for the `type-break-mode' command for more information. | |||
| 28311 | Setting this variable directly does not take effect; | 28231 | Setting this variable directly does not take effect; |
| 28312 | use either \\[customize] or the function `type-break-mode'.") | 28232 | use either \\[customize] or the function `type-break-mode'.") |
| 28313 | 28233 | ||
| 28314 | (custom-autoload (quote type-break-mode) "type-break" nil) | 28234 | (custom-autoload 'type-break-mode "type-break" nil) |
| 28315 | 28235 | ||
| 28316 | (defvar type-break-interval (* 60 60) "\ | 28236 | (defvar type-break-interval (* 60 60) "\ |
| 28317 | *Number of seconds between scheduled typing breaks.") | 28237 | *Number of seconds between scheduled typing breaks.") |
| 28318 | 28238 | ||
| 28319 | (custom-autoload (quote type-break-interval) "type-break" t) | 28239 | (custom-autoload 'type-break-interval "type-break" t) |
| 28320 | 28240 | ||
| 28321 | (defvar type-break-good-rest-interval (/ type-break-interval 6) "\ | 28241 | (defvar type-break-good-rest-interval (/ type-break-interval 6) "\ |
| 28322 | *Number of seconds of idle time considered to be an adequate typing rest. | 28242 | *Number of seconds of idle time considered to be an adequate typing rest. |
| @@ -28328,7 +28248,7 @@ rest from typing, then the next typing break is simply rescheduled for later. | |||
| 28328 | If a break is interrupted before this much time elapses, the user will be | 28248 | If a break is interrupted before this much time elapses, the user will be |
| 28329 | asked whether or not really to interrupt the break.") | 28249 | asked whether or not really to interrupt the break.") |
| 28330 | 28250 | ||
| 28331 | (custom-autoload (quote type-break-good-rest-interval) "type-break" t) | 28251 | (custom-autoload 'type-break-good-rest-interval "type-break" t) |
| 28332 | 28252 | ||
| 28333 | (defvar type-break-good-break-interval nil "\ | 28253 | (defvar type-break-good-break-interval nil "\ |
| 28334 | *Number of seconds considered to be an adequate explicit typing rest. | 28254 | *Number of seconds considered to be an adequate explicit typing rest. |
| @@ -28338,7 +28258,7 @@ length (in seconds) for a break initiated by the command `type-break', | |||
| 28338 | overriding `type-break-good-rest-interval'. This provides querying of | 28258 | overriding `type-break-good-rest-interval'. This provides querying of |
| 28339 | break interruptions when `type-break-good-rest-interval' is nil.") | 28259 | break interruptions when `type-break-good-rest-interval' is nil.") |
| 28340 | 28260 | ||
| 28341 | (custom-autoload (quote type-break-good-break-interval) "type-break" t) | 28261 | (custom-autoload 'type-break-good-break-interval "type-break" t) |
| 28342 | 28262 | ||
| 28343 | (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\ | 28263 | (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\ |
| 28344 | *Upper and lower bound on number of keystrokes for considering typing break. | 28264 | *Upper and lower bound on number of keystrokes for considering typing break. |
| @@ -28362,9 +28282,9 @@ keystroke even though they really require multiple keys to generate them. | |||
| 28362 | The command `type-break-guesstimate-keystroke-threshold' can be used to | 28282 | The command `type-break-guesstimate-keystroke-threshold' can be used to |
| 28363 | guess a reasonably good pair of values for this variable.") | 28283 | guess a reasonably good pair of values for this variable.") |
| 28364 | 28284 | ||
| 28365 | (custom-autoload (quote type-break-keystroke-threshold) "type-break" t) | 28285 | (custom-autoload 'type-break-keystroke-threshold "type-break" t) |
| 28366 | 28286 | ||
| 28367 | (autoload (quote type-break-mode) "type-break" "\ | 28287 | (autoload 'type-break-mode "type-break" "\ |
| 28368 | Enable or disable typing-break mode. | 28288 | Enable or disable typing-break mode. |
| 28369 | This is a minor mode, but it is global to all buffers by default. | 28289 | This is a minor mode, but it is global to all buffers by default. |
| 28370 | 28290 | ||
| @@ -28440,7 +28360,7 @@ problems. | |||
| 28440 | 28360 | ||
| 28441 | \(fn &optional PREFIX)" t nil) | 28361 | \(fn &optional PREFIX)" t nil) |
| 28442 | 28362 | ||
| 28443 | (autoload (quote type-break) "type-break" "\ | 28363 | (autoload 'type-break "type-break" "\ |
| 28444 | Take a typing break. | 28364 | Take a typing break. |
| 28445 | 28365 | ||
| 28446 | During the break, a demo selected from the functions listed in | 28366 | During the break, a demo selected from the functions listed in |
| @@ -28451,14 +28371,14 @@ as per the function `type-break-schedule'. | |||
| 28451 | 28371 | ||
| 28452 | \(fn)" t nil) | 28372 | \(fn)" t nil) |
| 28453 | 28373 | ||
| 28454 | (autoload (quote type-break-statistics) "type-break" "\ | 28374 | (autoload 'type-break-statistics "type-break" "\ |
| 28455 | Print statistics about typing breaks in a temporary buffer. | 28375 | Print statistics about typing breaks in a temporary buffer. |
| 28456 | This includes the last time a typing break was taken, when the next one is | 28376 | This includes the last time a typing break was taken, when the next one is |
| 28457 | scheduled, the keystroke thresholds and the current keystroke count, etc. | 28377 | scheduled, the keystroke thresholds and the current keystroke count, etc. |
| 28458 | 28378 | ||
| 28459 | \(fn)" t nil) | 28379 | \(fn)" t nil) |
| 28460 | 28380 | ||
| 28461 | (autoload (quote type-break-guesstimate-keystroke-threshold) "type-break" "\ | 28381 | (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\ |
| 28462 | Guess values for the minimum/maximum keystroke threshold for typing breaks. | 28382 | Guess values for the minimum/maximum keystroke threshold for typing breaks. |
| 28463 | 28383 | ||
| 28464 | If called interactively, the user is prompted for their guess as to how | 28384 | If called interactively, the user is prompted for their guess as to how |
| @@ -28485,10 +28405,10 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 28485 | ;;;*** | 28405 | ;;;*** |
| 28486 | 28406 | ||
| 28487 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 28407 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 28488 | ;;;;;; "textmodes/underline.el" (18104 24773)) | 28408 | ;;;;;; "textmodes/underline.el" (18177 876)) |
| 28489 | ;;; Generated autoloads from textmodes/underline.el | 28409 | ;;; Generated autoloads from textmodes/underline.el |
| 28490 | 28410 | ||
| 28491 | (autoload (quote underline-region) "underline" "\ | 28411 | (autoload 'underline-region "underline" "\ |
| 28492 | Underline all nonblank characters in the region. | 28412 | Underline all nonblank characters in the region. |
| 28493 | Works by overstriking underscores. | 28413 | Works by overstriking underscores. |
| 28494 | Called from program, takes two arguments START and END | 28414 | Called from program, takes two arguments START and END |
| @@ -28496,7 +28416,7 @@ which specify the range to operate on. | |||
| 28496 | 28416 | ||
| 28497 | \(fn START END)" t nil) | 28417 | \(fn START END)" t nil) |
| 28498 | 28418 | ||
| 28499 | (autoload (quote ununderline-region) "underline" "\ | 28419 | (autoload 'ununderline-region "underline" "\ |
| 28500 | Remove all underlining (overstruck underscores) in the region. | 28420 | Remove all underlining (overstruck underscores) in the region. |
| 28501 | Called from program, takes two arguments START and END | 28421 | Called from program, takes two arguments START and END |
| 28502 | which specify the range to operate on. | 28422 | which specify the range to operate on. |
| @@ -28506,16 +28426,16 @@ which specify the range to operate on. | |||
| 28506 | ;;;*** | 28426 | ;;;*** |
| 28507 | 28427 | ||
| 28508 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) | 28428 | ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) |
| 28509 | ;;;;;; "undigest" "mail/undigest.el" (18104 24758)) | 28429 | ;;;;;; "undigest" "mail/undigest.el" (18177 867)) |
| 28510 | ;;; Generated autoloads from mail/undigest.el | 28430 | ;;; Generated autoloads from mail/undigest.el |
| 28511 | 28431 | ||
| 28512 | (autoload (quote undigestify-rmail-message) "undigest" "\ | 28432 | (autoload 'undigestify-rmail-message "undigest" "\ |
| 28513 | Break up a digest message into its constituent messages. | 28433 | Break up a digest message into its constituent messages. |
| 28514 | Leaves original message, deleted, before the undigestified messages. | 28434 | Leaves original message, deleted, before the undigestified messages. |
| 28515 | 28435 | ||
| 28516 | \(fn)" t nil) | 28436 | \(fn)" t nil) |
| 28517 | 28437 | ||
| 28518 | (autoload (quote unforward-rmail-message) "undigest" "\ | 28438 | (autoload 'unforward-rmail-message "undigest" "\ |
| 28519 | Extract a forwarded message from the containing message. | 28439 | Extract a forwarded message from the containing message. |
| 28520 | This puts the forwarded message into a separate rmail message | 28440 | This puts the forwarded message into a separate rmail message |
| 28521 | following the containing message. | 28441 | following the containing message. |
| @@ -28525,10 +28445,10 @@ following the containing message. | |||
| 28525 | ;;;*** | 28445 | ;;;*** |
| 28526 | 28446 | ||
| 28527 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 28447 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 28528 | ;;;;;; (18104 24758)) | 28448 | ;;;;;; (18177 867)) |
| 28529 | ;;; Generated autoloads from mail/unrmail.el | 28449 | ;;; Generated autoloads from mail/unrmail.el |
| 28530 | 28450 | ||
| 28531 | (autoload (quote batch-unrmail) "unrmail" "\ | 28451 | (autoload 'batch-unrmail "unrmail" "\ |
| 28532 | Convert Rmail files to system inbox format. | 28452 | Convert Rmail files to system inbox format. |
| 28533 | Specify the input Rmail file names as command line arguments. | 28453 | Specify the input Rmail file names as command line arguments. |
| 28534 | For each Rmail file, the corresponding output file name | 28454 | For each Rmail file, the corresponding output file name |
| @@ -28537,18 +28457,18 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'. | |||
| 28537 | 28457 | ||
| 28538 | \(fn)" nil nil) | 28458 | \(fn)" nil nil) |
| 28539 | 28459 | ||
| 28540 | (autoload (quote unrmail) "unrmail" "\ | 28460 | (autoload 'unrmail "unrmail" "\ |
| 28541 | Convert Rmail file FILE to system inbox format file TO-FILE. | 28461 | Convert Rmail file FILE to system inbox format file TO-FILE. |
| 28542 | 28462 | ||
| 28543 | \(fn FILE TO-FILE)" t nil) | 28463 | \(fn FILE TO-FILE)" t nil) |
| 28544 | 28464 | ||
| 28545 | ;;;*** | 28465 | ;;;*** |
| 28546 | 28466 | ||
| 28547 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18104 | 28467 | ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18177 |
| 28548 | ;;;;;; 24748)) | 28468 | ;;;;;; 858)) |
| 28549 | ;;; Generated autoloads from emacs-lisp/unsafep.el | 28469 | ;;; Generated autoloads from emacs-lisp/unsafep.el |
| 28550 | 28470 | ||
| 28551 | (autoload (quote unsafep) "unsafep" "\ | 28471 | (autoload 'unsafep "unsafep" "\ |
| 28552 | Return nil if evaluating FORM couldn't possibly do any harm; | 28472 | Return nil if evaluating FORM couldn't possibly do any harm; |
| 28553 | otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list | 28473 | otherwise result is a reason why FORM is unsafe. UNSAFEP-VARS is a list |
| 28554 | of symbols with local bindings. | 28474 | of symbols with local bindings. |
| @@ -28558,10 +28478,10 @@ of symbols with local bindings. | |||
| 28558 | ;;;*** | 28478 | ;;;*** |
| 28559 | 28479 | ||
| 28560 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" | 28480 | ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url" |
| 28561 | ;;;;;; "url/url.el" (18104 24773)) | 28481 | ;;;;;; "url/url.el" (18177 877)) |
| 28562 | ;;; Generated autoloads from url/url.el | 28482 | ;;; Generated autoloads from url/url.el |
| 28563 | 28483 | ||
| 28564 | (autoload (quote url-retrieve) "url" "\ | 28484 | (autoload 'url-retrieve "url" "\ |
| 28565 | Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. | 28485 | Retrieve URL asynchronously and call CALLBACK with CBARGS when finished. |
| 28566 | URL is either a string or a parsed URL. | 28486 | URL is either a string or a parsed URL. |
| 28567 | 28487 | ||
| @@ -28587,7 +28507,7 @@ take effect. | |||
| 28587 | 28507 | ||
| 28588 | \(fn URL CALLBACK &optional CBARGS)" nil nil) | 28508 | \(fn URL CALLBACK &optional CBARGS)" nil nil) |
| 28589 | 28509 | ||
| 28590 | (autoload (quote url-retrieve-synchronously) "url" "\ | 28510 | (autoload 'url-retrieve-synchronously "url" "\ |
| 28591 | Retrieve URL synchronously. | 28511 | Retrieve URL synchronously. |
| 28592 | Return the buffer containing the data, or nil if there are no data | 28512 | Return the buffer containing the data, or nil if there are no data |
| 28593 | associated with it (the case for dired, info, or mailto URLs that need | 28513 | associated with it (the case for dired, info, or mailto URLs that need |
| @@ -28598,10 +28518,10 @@ no further processing). URL is either a string or a parsed URL. | |||
| 28598 | ;;;*** | 28518 | ;;;*** |
| 28599 | 28519 | ||
| 28600 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) | 28520 | ;;;### (autoloads (url-register-auth-scheme url-get-authentication) |
| 28601 | ;;;;;; "url-auth" "url/url-auth.el" (18104 24773)) | 28521 | ;;;;;; "url-auth" "url/url-auth.el" (18190 35213)) |
| 28602 | ;;; Generated autoloads from url/url-auth.el | 28522 | ;;; Generated autoloads from url/url-auth.el |
| 28603 | 28523 | ||
| 28604 | (autoload (quote url-get-authentication) "url-auth" "\ | 28524 | (autoload 'url-get-authentication "url-auth" "\ |
| 28605 | Return an authorization string suitable for use in the WWW-Authenticate | 28525 | Return an authorization string suitable for use in the WWW-Authenticate |
| 28606 | header in an HTTP/1.0 request. | 28526 | header in an HTTP/1.0 request. |
| 28607 | 28527 | ||
| @@ -28623,7 +28543,7 @@ PROMPT is boolean - specifies whether to ask the user for a username/password | |||
| 28623 | 28543 | ||
| 28624 | \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil) | 28544 | \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil) |
| 28625 | 28545 | ||
| 28626 | (autoload (quote url-register-auth-scheme) "url-auth" "\ | 28546 | (autoload 'url-register-auth-scheme "url-auth" "\ |
| 28627 | Register an HTTP authentication method. | 28547 | Register an HTTP authentication method. |
| 28628 | 28548 | ||
| 28629 | TYPE is a string or symbol specifying the name of the method. This | 28549 | TYPE is a string or symbol specifying the name of the method. This |
| @@ -28640,36 +28560,36 @@ RATING a rating between 1 and 10 of the strength of the authentication. | |||
| 28640 | ;;;*** | 28560 | ;;;*** |
| 28641 | 28561 | ||
| 28642 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached | 28562 | ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached |
| 28643 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18104 | 28563 | ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18177 |
| 28644 | ;;;;;; 24773)) | 28564 | ;;;;;; 877)) |
| 28645 | ;;; Generated autoloads from url/url-cache.el | 28565 | ;;; Generated autoloads from url/url-cache.el |
| 28646 | 28566 | ||
| 28647 | (autoload (quote url-store-in-cache) "url-cache" "\ | 28567 | (autoload 'url-store-in-cache "url-cache" "\ |
| 28648 | Store buffer BUFF in the cache. | 28568 | Store buffer BUFF in the cache. |
| 28649 | 28569 | ||
| 28650 | \(fn &optional BUFF)" nil nil) | 28570 | \(fn &optional BUFF)" nil nil) |
| 28651 | 28571 | ||
| 28652 | (autoload (quote url-is-cached) "url-cache" "\ | 28572 | (autoload 'url-is-cached "url-cache" "\ |
| 28653 | Return non-nil if the URL is cached. | 28573 | Return non-nil if the URL is cached. |
| 28654 | 28574 | ||
| 28655 | \(fn URL)" nil nil) | 28575 | \(fn URL)" nil nil) |
| 28656 | 28576 | ||
| 28657 | (autoload (quote url-cache-extract) "url-cache" "\ | 28577 | (autoload 'url-cache-extract "url-cache" "\ |
| 28658 | Extract FNAM from the local disk cache | 28578 | Extract FNAM from the local disk cache |
| 28659 | 28579 | ||
| 28660 | \(fn FNAM)" nil nil) | 28580 | \(fn FNAM)" nil nil) |
| 28661 | 28581 | ||
| 28662 | (autoload (quote url-cache-expired) "url-cache" "\ | 28582 | (autoload 'url-cache-expired "url-cache" "\ |
| 28663 | Return t iff a cached file has expired. | 28583 | Return t if a cached file has expired. |
| 28664 | 28584 | ||
| 28665 | \(fn URL MOD)" nil nil) | 28585 | \(fn URL MOD)" nil nil) |
| 28666 | 28586 | ||
| 28667 | ;;;*** | 28587 | ;;;*** |
| 28668 | 28588 | ||
| 28669 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18104 24773)) | 28589 | ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18177 877)) |
| 28670 | ;;; Generated autoloads from url/url-cid.el | 28590 | ;;; Generated autoloads from url/url-cid.el |
| 28671 | 28591 | ||
| 28672 | (autoload (quote url-cid) "url-cid" "\ | 28592 | (autoload 'url-cid "url-cid" "\ |
| 28673 | Not documented | 28593 | Not documented |
| 28674 | 28594 | ||
| 28675 | \(fn URL)" nil nil) | 28595 | \(fn URL)" nil nil) |
| @@ -28677,26 +28597,26 @@ Not documented | |||
| 28677 | ;;;*** | 28597 | ;;;*** |
| 28678 | 28598 | ||
| 28679 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" | 28599 | ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav" |
| 28680 | ;;;;;; "url/url-dav.el" (18104 24773)) | 28600 | ;;;;;; "url/url-dav.el" (18190 35213)) |
| 28681 | ;;; Generated autoloads from url/url-dav.el | 28601 | ;;; Generated autoloads from url/url-dav.el |
| 28682 | 28602 | ||
| 28683 | (autoload (quote url-dav-supported-p) "url-dav" "\ | 28603 | (autoload 'url-dav-supported-p "url-dav" "\ |
| 28684 | Not documented | 28604 | Not documented |
| 28685 | 28605 | ||
| 28686 | \(fn URL)" nil nil) | 28606 | \(fn URL)" nil nil) |
| 28687 | 28607 | ||
| 28688 | (autoload (quote url-dav-vc-registered) "url-dav" "\ | 28608 | (autoload 'url-dav-vc-registered "url-dav" "\ |
| 28689 | Not documented | 28609 | Not documented |
| 28690 | 28610 | ||
| 28691 | \(fn URL)" nil nil) | 28611 | \(fn URL)" nil nil) |
| 28692 | 28612 | ||
| 28693 | ;;;*** | 28613 | ;;;*** |
| 28694 | 28614 | ||
| 28695 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18104 | 28615 | ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18190 |
| 28696 | ;;;;;; 24773)) | 28616 | ;;;;;; 35213)) |
| 28697 | ;;; Generated autoloads from url/url-file.el | 28617 | ;;; Generated autoloads from url/url-file.el |
| 28698 | 28618 | ||
| 28699 | (autoload (quote url-file) "url-file" "\ | 28619 | (autoload 'url-file "url-file" "\ |
| 28700 | Handle file: and ftp: URLs. | 28620 | Handle file: and ftp: URLs. |
| 28701 | 28621 | ||
| 28702 | \(fn URL CALLBACK CBARGS)" nil nil) | 28622 | \(fn URL CALLBACK CBARGS)" nil nil) |
| @@ -28704,15 +28624,15 @@ Handle file: and ftp: URLs. | |||
| 28704 | ;;;*** | 28624 | ;;;*** |
| 28705 | 28625 | ||
| 28706 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" | 28626 | ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" |
| 28707 | ;;;;;; "url/url-gw.el" (18104 24773)) | 28627 | ;;;;;; "url/url-gw.el" (18177 877)) |
| 28708 | ;;; Generated autoloads from url/url-gw.el | 28628 | ;;; Generated autoloads from url/url-gw.el |
| 28709 | 28629 | ||
| 28710 | (autoload (quote url-gateway-nslookup-host) "url-gw" "\ | 28630 | (autoload 'url-gateway-nslookup-host "url-gw" "\ |
| 28711 | Attempt to resolve the given HOST using nslookup if possible. | 28631 | Attempt to resolve the given HOST using nslookup if possible. |
| 28712 | 28632 | ||
| 28713 | \(fn HOST)" t nil) | 28633 | \(fn HOST)" t nil) |
| 28714 | 28634 | ||
| 28715 | (autoload (quote url-open-stream) "url-gw" "\ | 28635 | (autoload 'url-open-stream "url-gw" "\ |
| 28716 | Open a stream to HOST, possibly via a gateway. | 28636 | Open a stream to HOST, possibly via a gateway. |
| 28717 | Args per `open-network-stream'. | 28637 | Args per `open-network-stream'. |
| 28718 | Will not make a connection if `url-gateway-unplugged' is non-nil. | 28638 | Will not make a connection if `url-gateway-unplugged' is non-nil. |
| @@ -28723,8 +28643,8 @@ Might do a non-blocking connection; use `process-status' to check. | |||
| 28723 | ;;;*** | 28643 | ;;;*** |
| 28724 | 28644 | ||
| 28725 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file | 28645 | ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file |
| 28726 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (18104 | 28646 | ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (18177 |
| 28727 | ;;;;;; 24773)) | 28647 | ;;;;;; 877)) |
| 28728 | ;;; Generated autoloads from url/url-handlers.el | 28648 | ;;; Generated autoloads from url/url-handlers.el |
| 28729 | 28649 | ||
| 28730 | (defvar url-handler-mode nil "\ | 28650 | (defvar url-handler-mode nil "\ |
| @@ -28734,14 +28654,14 @@ Setting this variable directly does not take effect; | |||
| 28734 | either customize it (see the info node `Easy Customization') | 28654 | either customize it (see the info node `Easy Customization') |
| 28735 | or call the function `url-handler-mode'.") | 28655 | or call the function `url-handler-mode'.") |
| 28736 | 28656 | ||
| 28737 | (custom-autoload (quote url-handler-mode) "url-handlers" nil) | 28657 | (custom-autoload 'url-handler-mode "url-handlers" nil) |
| 28738 | 28658 | ||
| 28739 | (autoload (quote url-handler-mode) "url-handlers" "\ | 28659 | (autoload 'url-handler-mode "url-handlers" "\ |
| 28740 | Use URL to handle URL-like file names. | 28660 | Use URL to handle URL-like file names. |
| 28741 | 28661 | ||
| 28742 | \(fn &optional ARG)" t nil) | 28662 | \(fn &optional ARG)" t nil) |
| 28743 | 28663 | ||
| 28744 | (autoload (quote url-copy-file) "url-handlers" "\ | 28664 | (autoload 'url-copy-file "url-handlers" "\ |
| 28745 | Copy URL to NEWNAME. Both args must be strings. | 28665 | Copy URL to NEWNAME. Both args must be strings. |
| 28746 | Signals a `file-already-exists' error if file NEWNAME already exists, | 28666 | Signals a `file-already-exists' error if file NEWNAME already exists, |
| 28747 | unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil. | 28667 | unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil. |
| @@ -28753,14 +28673,14 @@ A prefix arg makes KEEP-TIME non-nil. | |||
| 28753 | 28673 | ||
| 28754 | \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME)" nil nil) | 28674 | \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME)" nil nil) |
| 28755 | 28675 | ||
| 28756 | (autoload (quote url-file-local-copy) "url-handlers" "\ | 28676 | (autoload 'url-file-local-copy "url-handlers" "\ |
| 28757 | Copy URL into a temporary file on this machine. | 28677 | Copy URL into a temporary file on this machine. |
| 28758 | Returns the name of the local copy, or nil, if FILE is directly | 28678 | Returns the name of the local copy, or nil, if FILE is directly |
| 28759 | accessible. | 28679 | accessible. |
| 28760 | 28680 | ||
| 28761 | \(fn URL &rest IGNORED)" nil nil) | 28681 | \(fn URL &rest IGNORED)" nil nil) |
| 28762 | 28682 | ||
| 28763 | (autoload (quote url-insert-file-contents) "url-handlers" "\ | 28683 | (autoload 'url-insert-file-contents "url-handlers" "\ |
| 28764 | Not documented | 28684 | Not documented |
| 28765 | 28685 | ||
| 28766 | \(fn URL &optional VISIT BEG END REPLACE)" nil nil) | 28686 | \(fn URL &optional VISIT BEG END REPLACE)" nil nil) |
| @@ -28768,10 +28688,10 @@ Not documented | |||
| 28768 | ;;;*** | 28688 | ;;;*** |
| 28769 | 28689 | ||
| 28770 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p | 28690 | ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p |
| 28771 | ;;;;;; url-http) "url-http" "url/url-http.el" (18104 24773)) | 28691 | ;;;;;; url-http) "url-http" "url/url-http.el" (18190 35213)) |
| 28772 | ;;; Generated autoloads from url/url-http.el | 28692 | ;;; Generated autoloads from url/url-http.el |
| 28773 | 28693 | ||
| 28774 | (autoload (quote url-http) "url-http" "\ | 28694 | (autoload 'url-http "url-http" "\ |
| 28775 | Retrieve URL via HTTP asynchronously. | 28695 | Retrieve URL via HTTP asynchronously. |
| 28776 | URL must be a parsed URL. See `url-generic-parse-url' for details. | 28696 | URL must be a parsed URL. See `url-generic-parse-url' for details. |
| 28777 | When retrieval is completed, the function CALLBACK is executed with | 28697 | When retrieval is completed, the function CALLBACK is executed with |
| @@ -28779,19 +28699,19 @@ CBARGS as the arguments. | |||
| 28779 | 28699 | ||
| 28780 | \(fn URL CALLBACK CBARGS)" nil nil) | 28700 | \(fn URL CALLBACK CBARGS)" nil nil) |
| 28781 | 28701 | ||
| 28782 | (autoload (quote url-http-file-exists-p) "url-http" "\ | 28702 | (autoload 'url-http-file-exists-p "url-http" "\ |
| 28783 | Not documented | 28703 | Not documented |
| 28784 | 28704 | ||
| 28785 | \(fn URL)" nil nil) | 28705 | \(fn URL)" nil nil) |
| 28786 | 28706 | ||
| 28787 | (defalias (quote url-http-file-readable-p) (quote url-http-file-exists-p)) | 28707 | (defalias 'url-http-file-readable-p 'url-http-file-exists-p) |
| 28788 | 28708 | ||
| 28789 | (autoload (quote url-http-file-attributes) "url-http" "\ | 28709 | (autoload 'url-http-file-attributes "url-http" "\ |
| 28790 | Not documented | 28710 | Not documented |
| 28791 | 28711 | ||
| 28792 | \(fn URL &optional ID-FORMAT)" nil nil) | 28712 | \(fn URL &optional ID-FORMAT)" nil nil) |
| 28793 | 28713 | ||
| 28794 | (autoload (quote url-http-options) "url-http" "\ | 28714 | (autoload 'url-http-options "url-http" "\ |
| 28795 | Return a property list describing options available for URL. | 28715 | Return a property list describing options available for URL. |
| 28796 | This list is retrieved using the `OPTIONS' HTTP method. | 28716 | This list is retrieved using the `OPTIONS' HTTP method. |
| 28797 | 28717 | ||
| @@ -28825,7 +28745,7 @@ Default HTTPS port.") | |||
| 28825 | (defconst url-https-asynchronous-p t "\ | 28745 | (defconst url-https-asynchronous-p t "\ |
| 28826 | HTTPS retrievals are asynchronous.") | 28746 | HTTPS retrievals are asynchronous.") |
| 28827 | 28747 | ||
| 28828 | (defalias (quote url-https-expand-file-name) (quote url-http-expand-file-name)) | 28748 | (defalias 'url-https-expand-file-name 'url-http-expand-file-name) |
| 28829 | (autoload 'url-https "url-http") | 28749 | (autoload 'url-https "url-http") |
| 28830 | (autoload 'url-https-file-exists-p "url-http") | 28750 | (autoload 'url-https-file-exists-p "url-http") |
| 28831 | (autoload 'url-https-file-readable-p "url-http") | 28751 | (autoload 'url-https-file-readable-p "url-http") |
| @@ -28833,21 +28753,21 @@ HTTPS retrievals are asynchronous.") | |||
| 28833 | 28753 | ||
| 28834 | ;;;*** | 28754 | ;;;*** |
| 28835 | 28755 | ||
| 28836 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18104 24773)) | 28756 | ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18177 877)) |
| 28837 | ;;; Generated autoloads from url/url-irc.el | 28757 | ;;; Generated autoloads from url/url-irc.el |
| 28838 | 28758 | ||
| 28839 | (autoload (quote url-irc) "url-irc" "\ | 28759 | (autoload 'url-irc "url-irc" "\ |
| 28840 | Not documented | 28760 | Not documented |
| 28841 | 28761 | ||
| 28842 | \(fn URL)" nil nil) | 28762 | \(fn URL)" nil nil) |
| 28843 | 28763 | ||
| 28844 | ;;;*** | 28764 | ;;;*** |
| 28845 | 28765 | ||
| 28846 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18104 | 28766 | ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18177 |
| 28847 | ;;;;;; 24773)) | 28767 | ;;;;;; 877)) |
| 28848 | ;;; Generated autoloads from url/url-ldap.el | 28768 | ;;; Generated autoloads from url/url-ldap.el |
| 28849 | 28769 | ||
| 28850 | (autoload (quote url-ldap) "url-ldap" "\ | 28770 | (autoload 'url-ldap "url-ldap" "\ |
| 28851 | Perform an LDAP search specified by URL. | 28771 | Perform an LDAP search specified by URL. |
| 28852 | The return value is a buffer displaying the search results in HTML. | 28772 | The return value is a buffer displaying the search results in HTML. |
| 28853 | URL can be a URL string, or a URL vector of the type returned by | 28773 | URL can be a URL string, or a URL vector of the type returned by |
| @@ -28858,15 +28778,15 @@ URL can be a URL string, or a URL vector of the type returned by | |||
| 28858 | ;;;*** | 28778 | ;;;*** |
| 28859 | 28779 | ||
| 28860 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" | 28780 | ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el" |
| 28861 | ;;;;;; (18104 24773)) | 28781 | ;;;;;; (18190 35213)) |
| 28862 | ;;; Generated autoloads from url/url-mailto.el | 28782 | ;;; Generated autoloads from url/url-mailto.el |
| 28863 | 28783 | ||
| 28864 | (autoload (quote url-mail) "url-mailto" "\ | 28784 | (autoload 'url-mail "url-mailto" "\ |
| 28865 | Not documented | 28785 | Not documented |
| 28866 | 28786 | ||
| 28867 | \(fn &rest ARGS)" t nil) | 28787 | \(fn &rest ARGS)" t nil) |
| 28868 | 28788 | ||
| 28869 | (autoload (quote url-mailto) "url-mailto" "\ | 28789 | (autoload 'url-mailto "url-mailto" "\ |
| 28870 | Handle the mailto: URL syntax. | 28790 | Handle the mailto: URL syntax. |
| 28871 | 28791 | ||
| 28872 | \(fn URL)" nil nil) | 28792 | \(fn URL)" nil nil) |
| @@ -28874,31 +28794,31 @@ Handle the mailto: URL syntax. | |||
| 28874 | ;;;*** | 28794 | ;;;*** |
| 28875 | 28795 | ||
| 28876 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info | 28796 | ;;;### (autoloads (url-data url-generic-emulator-loader url-info |
| 28877 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (18104 24773)) | 28797 | ;;;;;; url-man) "url-misc" "url/url-misc.el" (18190 35213)) |
| 28878 | ;;; Generated autoloads from url/url-misc.el | 28798 | ;;; Generated autoloads from url/url-misc.el |
| 28879 | 28799 | ||
| 28880 | (autoload (quote url-man) "url-misc" "\ | 28800 | (autoload 'url-man "url-misc" "\ |
| 28881 | Fetch a Unix manual page URL. | 28801 | Fetch a Unix manual page URL. |
| 28882 | 28802 | ||
| 28883 | \(fn URL)" nil nil) | 28803 | \(fn URL)" nil nil) |
| 28884 | 28804 | ||
| 28885 | (autoload (quote url-info) "url-misc" "\ | 28805 | (autoload 'url-info "url-misc" "\ |
| 28886 | Fetch a GNU Info URL. | 28806 | Fetch a GNU Info URL. |
| 28887 | 28807 | ||
| 28888 | \(fn URL)" nil nil) | 28808 | \(fn URL)" nil nil) |
| 28889 | 28809 | ||
| 28890 | (autoload (quote url-generic-emulator-loader) "url-misc" "\ | 28810 | (autoload 'url-generic-emulator-loader "url-misc" "\ |
| 28891 | Not documented | 28811 | Not documented |
| 28892 | 28812 | ||
| 28893 | \(fn URL)" nil nil) | 28813 | \(fn URL)" nil nil) |
| 28894 | 28814 | ||
| 28895 | (defalias (quote url-rlogin) (quote url-generic-emulator-loader)) | 28815 | (defalias 'url-rlogin 'url-generic-emulator-loader) |
| 28896 | 28816 | ||
| 28897 | (defalias (quote url-telnet) (quote url-generic-emulator-loader)) | 28817 | (defalias 'url-telnet 'url-generic-emulator-loader) |
| 28898 | 28818 | ||
| 28899 | (defalias (quote url-tn3270) (quote url-generic-emulator-loader)) | 28819 | (defalias 'url-tn3270 'url-generic-emulator-loader) |
| 28900 | 28820 | ||
| 28901 | (autoload (quote url-data) "url-misc" "\ | 28821 | (autoload 'url-data "url-misc" "\ |
| 28902 | Fetch a data URL (RFC 2397). | 28822 | Fetch a data URL (RFC 2397). |
| 28903 | 28823 | ||
| 28904 | \(fn URL)" nil nil) | 28824 | \(fn URL)" nil nil) |
| @@ -28906,15 +28826,15 @@ Fetch a data URL (RFC 2397). | |||
| 28906 | ;;;*** | 28826 | ;;;*** |
| 28907 | 28827 | ||
| 28908 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" | 28828 | ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el" |
| 28909 | ;;;;;; (18104 24773)) | 28829 | ;;;;;; (18190 35213)) |
| 28910 | ;;; Generated autoloads from url/url-news.el | 28830 | ;;; Generated autoloads from url/url-news.el |
| 28911 | 28831 | ||
| 28912 | (autoload (quote url-news) "url-news" "\ | 28832 | (autoload 'url-news "url-news" "\ |
| 28913 | Not documented | 28833 | Not documented |
| 28914 | 28834 | ||
| 28915 | \(fn URL)" nil nil) | 28835 | \(fn URL)" nil nil) |
| 28916 | 28836 | ||
| 28917 | (autoload (quote url-snews) "url-news" "\ | 28837 | (autoload 'url-snews "url-news" "\ |
| 28918 | Not documented | 28838 | Not documented |
| 28919 | 28839 | ||
| 28920 | \(fn URL)" nil nil) | 28840 | \(fn URL)" nil nil) |
| @@ -28923,40 +28843,40 @@ Not documented | |||
| 28923 | 28843 | ||
| 28924 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable | 28844 | ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable |
| 28925 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" | 28845 | ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el" |
| 28926 | ;;;;;; (18104 24773)) | 28846 | ;;;;;; (18177 877)) |
| 28927 | ;;; Generated autoloads from url/url-ns.el | 28847 | ;;; Generated autoloads from url/url-ns.el |
| 28928 | 28848 | ||
| 28929 | (autoload (quote isPlainHostName) "url-ns" "\ | 28849 | (autoload 'isPlainHostName "url-ns" "\ |
| 28930 | Not documented | 28850 | Not documented |
| 28931 | 28851 | ||
| 28932 | \(fn HOST)" nil nil) | 28852 | \(fn HOST)" nil nil) |
| 28933 | 28853 | ||
| 28934 | (autoload (quote dnsDomainIs) "url-ns" "\ | 28854 | (autoload 'dnsDomainIs "url-ns" "\ |
| 28935 | Not documented | 28855 | Not documented |
| 28936 | 28856 | ||
| 28937 | \(fn HOST DOM)" nil nil) | 28857 | \(fn HOST DOM)" nil nil) |
| 28938 | 28858 | ||
| 28939 | (autoload (quote dnsResolve) "url-ns" "\ | 28859 | (autoload 'dnsResolve "url-ns" "\ |
| 28940 | Not documented | 28860 | Not documented |
| 28941 | 28861 | ||
| 28942 | \(fn HOST)" nil nil) | 28862 | \(fn HOST)" nil nil) |
| 28943 | 28863 | ||
| 28944 | (autoload (quote isResolvable) "url-ns" "\ | 28864 | (autoload 'isResolvable "url-ns" "\ |
| 28945 | Not documented | 28865 | Not documented |
| 28946 | 28866 | ||
| 28947 | \(fn HOST)" nil nil) | 28867 | \(fn HOST)" nil nil) |
| 28948 | 28868 | ||
| 28949 | (autoload (quote isInNet) "url-ns" "\ | 28869 | (autoload 'isInNet "url-ns" "\ |
| 28950 | Not documented | 28870 | Not documented |
| 28951 | 28871 | ||
| 28952 | \(fn IP NET MASK)" nil nil) | 28872 | \(fn IP NET MASK)" nil nil) |
| 28953 | 28873 | ||
| 28954 | (autoload (quote url-ns-prefs) "url-ns" "\ | 28874 | (autoload 'url-ns-prefs "url-ns" "\ |
| 28955 | Not documented | 28875 | Not documented |
| 28956 | 28876 | ||
| 28957 | \(fn &optional FILE)" nil nil) | 28877 | \(fn &optional FILE)" nil nil) |
| 28958 | 28878 | ||
| 28959 | (autoload (quote url-ns-user-pref) "url-ns" "\ | 28879 | (autoload 'url-ns-user-pref "url-ns" "\ |
| 28960 | Not documented | 28880 | Not documented |
| 28961 | 28881 | ||
| 28962 | \(fn KEY &optional DEFAULT)" nil nil) | 28882 | \(fn KEY &optional DEFAULT)" nil nil) |
| @@ -28964,15 +28884,15 @@ Not documented | |||
| 28964 | ;;;*** | 28884 | ;;;*** |
| 28965 | 28885 | ||
| 28966 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" | 28886 | ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse" |
| 28967 | ;;;;;; "url/url-parse.el" (18104 24773)) | 28887 | ;;;;;; "url/url-parse.el" (18190 35213)) |
| 28968 | ;;; Generated autoloads from url/url-parse.el | 28888 | ;;; Generated autoloads from url/url-parse.el |
| 28969 | 28889 | ||
| 28970 | (autoload (quote url-recreate-url) "url-parse" "\ | 28890 | (autoload 'url-recreate-url "url-parse" "\ |
| 28971 | Recreate a URL string from the parsed URLOBJ. | 28891 | Recreate a URL string from the parsed URLOBJ. |
| 28972 | 28892 | ||
| 28973 | \(fn URLOBJ)" nil nil) | 28893 | \(fn URLOBJ)" nil nil) |
| 28974 | 28894 | ||
| 28975 | (autoload (quote url-generic-parse-url) "url-parse" "\ | 28895 | (autoload 'url-generic-parse-url "url-parse" "\ |
| 28976 | Return a vector of the parts of URL. | 28896 | Return a vector of the parts of URL. |
| 28977 | Format is: | 28897 | Format is: |
| 28978 | \[TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL] | 28898 | \[TYPE USER PASSWORD HOST PORT FILE TARGET ATTRIBUTES FULL] |
| @@ -28982,10 +28902,10 @@ Format is: | |||
| 28982 | ;;;*** | 28902 | ;;;*** |
| 28983 | 28903 | ||
| 28984 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" | 28904 | ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el" |
| 28985 | ;;;;;; (18104 24773)) | 28905 | ;;;;;; (18177 877)) |
| 28986 | ;;; Generated autoloads from url/url-privacy.el | 28906 | ;;; Generated autoloads from url/url-privacy.el |
| 28987 | 28907 | ||
| 28988 | (autoload (quote url-setup-privacy-info) "url-privacy" "\ | 28908 | (autoload 'url-setup-privacy-info "url-privacy" "\ |
| 28989 | Setup variables that expose info about you and your system. | 28909 | Setup variables that expose info about you and your system. |
| 28990 | 28910 | ||
| 28991 | \(fn)" t nil) | 28911 | \(fn)" t nil) |
| @@ -28998,7 +28918,7 @@ Setup variables that expose info about you and your system. | |||
| 28998 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date | 28918 | ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date |
| 28999 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string | 28919 | ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string |
| 29000 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" | 28920 | ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el" |
| 29001 | ;;;;;; (18104 24773)) | 28921 | ;;;;;; (18190 35213)) |
| 29002 | ;;; Generated autoloads from url/url-util.el | 28922 | ;;; Generated autoloads from url/url-util.el |
| 29003 | 28923 | ||
| 29004 | (defvar url-debug nil "\ | 28924 | (defvar url-debug nil "\ |
| @@ -29009,19 +28929,19 @@ If t, all messages will be logged. | |||
| 29009 | If a number, all messages will be logged, as well shown via `message'. | 28929 | If a number, all messages will be logged, as well shown via `message'. |
| 29010 | If a list, it is a list of the types of messages to be logged.") | 28930 | If a list, it is a list of the types of messages to be logged.") |
| 29011 | 28931 | ||
| 29012 | (custom-autoload (quote url-debug) "url-util" t) | 28932 | (custom-autoload 'url-debug "url-util" t) |
| 29013 | 28933 | ||
| 29014 | (autoload (quote url-debug) "url-util" "\ | 28934 | (autoload 'url-debug "url-util" "\ |
| 29015 | Not documented | 28935 | Not documented |
| 29016 | 28936 | ||
| 29017 | \(fn TAG &rest ARGS)" nil nil) | 28937 | \(fn TAG &rest ARGS)" nil nil) |
| 29018 | 28938 | ||
| 29019 | (autoload (quote url-parse-args) "url-util" "\ | 28939 | (autoload 'url-parse-args "url-util" "\ |
| 29020 | Not documented | 28940 | Not documented |
| 29021 | 28941 | ||
| 29022 | \(fn STR &optional NODOWNCASE)" nil nil) | 28942 | \(fn STR &optional NODOWNCASE)" nil nil) |
| 29023 | 28943 | ||
| 29024 | (autoload (quote url-insert-entities-in-string) "url-util" "\ | 28944 | (autoload 'url-insert-entities-in-string "url-util" "\ |
| 29025 | Convert HTML markup-start characters to entity references in STRING. | 28945 | Convert HTML markup-start characters to entity references in STRING. |
| 29026 | Also replaces the \" character, so that the result may be safely used as | 28946 | Also replaces the \" character, so that the result may be safely used as |
| 29027 | an attribute value in a tag. Returns a new string with the result of the | 28947 | an attribute value in a tag. Returns a new string with the result of the |
| @@ -29033,59 +28953,59 @@ Also replaces the \" character, so that the result may be safely used as | |||
| 29033 | 28953 | ||
| 29034 | \(fn STRING)" nil nil) | 28954 | \(fn STRING)" nil nil) |
| 29035 | 28955 | ||
| 29036 | (autoload (quote url-normalize-url) "url-util" "\ | 28956 | (autoload 'url-normalize-url "url-util" "\ |
| 29037 | Return a 'normalized' version of URL. | 28957 | Return a 'normalized' version of URL. |
| 29038 | Strips out default port numbers, etc. | 28958 | Strips out default port numbers, etc. |
| 29039 | 28959 | ||
| 29040 | \(fn URL)" nil nil) | 28960 | \(fn URL)" nil nil) |
| 29041 | 28961 | ||
| 29042 | (autoload (quote url-lazy-message) "url-util" "\ | 28962 | (autoload 'url-lazy-message "url-util" "\ |
| 29043 | Just like `message', but is a no-op if called more than once a second. | 28963 | Just like `message', but is a no-op if called more than once a second. |
| 29044 | Will not do anything if `url-show-status' is nil. | 28964 | Will not do anything if `url-show-status' is nil. |
| 29045 | 28965 | ||
| 29046 | \(fn &rest ARGS)" nil nil) | 28966 | \(fn &rest ARGS)" nil nil) |
| 29047 | 28967 | ||
| 29048 | (autoload (quote url-get-normalized-date) "url-util" "\ | 28968 | (autoload 'url-get-normalized-date "url-util" "\ |
| 29049 | Return a 'real' date string that most HTTP servers can understand. | 28969 | Return a 'real' date string that most HTTP servers can understand. |
| 29050 | 28970 | ||
| 29051 | \(fn &optional SPECIFIED-TIME)" nil nil) | 28971 | \(fn &optional SPECIFIED-TIME)" nil nil) |
| 29052 | 28972 | ||
| 29053 | (autoload (quote url-eat-trailing-space) "url-util" "\ | 28973 | (autoload 'url-eat-trailing-space "url-util" "\ |
| 29054 | Remove spaces/tabs at the end of a string. | 28974 | Remove spaces/tabs at the end of a string. |
| 29055 | 28975 | ||
| 29056 | \(fn X)" nil nil) | 28976 | \(fn X)" nil nil) |
| 29057 | 28977 | ||
| 29058 | (autoload (quote url-strip-leading-spaces) "url-util" "\ | 28978 | (autoload 'url-strip-leading-spaces "url-util" "\ |
| 29059 | Remove spaces at the front of a string. | 28979 | Remove spaces at the front of a string. |
| 29060 | 28980 | ||
| 29061 | \(fn X)" nil nil) | 28981 | \(fn X)" nil nil) |
| 29062 | 28982 | ||
| 29063 | (autoload (quote url-pretty-length) "url-util" "\ | 28983 | (autoload 'url-pretty-length "url-util" "\ |
| 29064 | Not documented | 28984 | Not documented |
| 29065 | 28985 | ||
| 29066 | \(fn N)" nil nil) | 28986 | \(fn N)" nil nil) |
| 29067 | 28987 | ||
| 29068 | (autoload (quote url-display-percentage) "url-util" "\ | 28988 | (autoload 'url-display-percentage "url-util" "\ |
| 29069 | Not documented | 28989 | Not documented |
| 29070 | 28990 | ||
| 29071 | \(fn FMT PERC &rest ARGS)" nil nil) | 28991 | \(fn FMT PERC &rest ARGS)" nil nil) |
| 29072 | 28992 | ||
| 29073 | (autoload (quote url-percentage) "url-util" "\ | 28993 | (autoload 'url-percentage "url-util" "\ |
| 29074 | Not documented | 28994 | Not documented |
| 29075 | 28995 | ||
| 29076 | \(fn X Y)" nil nil) | 28996 | \(fn X Y)" nil nil) |
| 29077 | 28997 | ||
| 29078 | (autoload (quote url-basepath) "url-util" "\ | 28998 | (autoload 'url-basepath "url-util" "\ |
| 29079 | Return the base pathname of FILE, or the actual filename if X is true. | 28999 | Return the base pathname of FILE, or the actual filename if X is true. |
| 29080 | 29000 | ||
| 29081 | \(fn FILE &optional X)" nil nil) | 29001 | \(fn FILE &optional X)" nil nil) |
| 29082 | 29002 | ||
| 29083 | (autoload (quote url-parse-query-string) "url-util" "\ | 29003 | (autoload 'url-parse-query-string "url-util" "\ |
| 29084 | Not documented | 29004 | Not documented |
| 29085 | 29005 | ||
| 29086 | \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil) | 29006 | \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil) |
| 29087 | 29007 | ||
| 29088 | (autoload (quote url-unhex-string) "url-util" "\ | 29008 | (autoload 'url-unhex-string "url-util" "\ |
| 29089 | Remove %XX embedded spaces, etc in a url. | 29009 | Remove %XX embedded spaces, etc in a url. |
| 29090 | If optional second argument ALLOW-NEWLINES is non-nil, then allow the | 29010 | If optional second argument ALLOW-NEWLINES is non-nil, then allow the |
| 29091 | decoding of carriage returns and line feeds in the string, which is normally | 29011 | decoding of carriage returns and line feeds in the string, which is normally |
| @@ -29093,7 +29013,7 @@ forbidden in URL encoding. | |||
| 29093 | 29013 | ||
| 29094 | \(fn STR &optional ALLOW-NEWLINES)" nil nil) | 29014 | \(fn STR &optional ALLOW-NEWLINES)" nil nil) |
| 29095 | 29015 | ||
| 29096 | (autoload (quote url-hexify-string) "url-util" "\ | 29016 | (autoload 'url-hexify-string "url-util" "\ |
| 29097 | Return a new string that is STRING URI-encoded. | 29017 | Return a new string that is STRING URI-encoded. |
| 29098 | First, STRING is converted to utf-8, if necessary. Then, for each | 29018 | First, STRING is converted to utf-8, if necessary. Then, for each |
| 29099 | character in the utf-8 string, those found in `url-unreserved-chars' | 29019 | character in the utf-8 string, those found in `url-unreserved-chars' |
| @@ -29102,20 +29022,20 @@ string: \"%\" followed by two lowercase hex digits. | |||
| 29102 | 29022 | ||
| 29103 | \(fn STRING)" nil nil) | 29023 | \(fn STRING)" nil nil) |
| 29104 | 29024 | ||
| 29105 | (autoload (quote url-file-extension) "url-util" "\ | 29025 | (autoload 'url-file-extension "url-util" "\ |
| 29106 | Return the filename extension of FNAME. | 29026 | Return the filename extension of FNAME. |
| 29107 | If optional variable X is t, | 29027 | If optional variable X is t, |
| 29108 | then return the basename of the file with the extension stripped off. | 29028 | then return the basename of the file with the extension stripped off. |
| 29109 | 29029 | ||
| 29110 | \(fn FNAME &optional X)" nil nil) | 29030 | \(fn FNAME &optional X)" nil nil) |
| 29111 | 29031 | ||
| 29112 | (autoload (quote url-truncate-url-for-viewing) "url-util" "\ | 29032 | (autoload 'url-truncate-url-for-viewing "url-util" "\ |
| 29113 | Return a shortened version of URL that is WIDTH characters or less wide. | 29033 | Return a shortened version of URL that is WIDTH characters or less wide. |
| 29114 | WIDTH defaults to the current frame width. | 29034 | WIDTH defaults to the current frame width. |
| 29115 | 29035 | ||
| 29116 | \(fn URL &optional WIDTH)" nil nil) | 29036 | \(fn URL &optional WIDTH)" nil nil) |
| 29117 | 29037 | ||
| 29118 | (autoload (quote url-view-url) "url-util" "\ | 29038 | (autoload 'url-view-url "url-util" "\ |
| 29119 | View the current document's URL. | 29039 | View the current document's URL. |
| 29120 | Optional argument NO-SHOW means just return the URL, don't show it in | 29040 | Optional argument NO-SHOW means just return the URL, don't show it in |
| 29121 | the minibuffer. | 29041 | the minibuffer. |
| @@ -29127,10 +29047,10 @@ This uses `url-current-object', set locally to the buffer. | |||
| 29127 | ;;;*** | 29047 | ;;;*** |
| 29128 | 29048 | ||
| 29129 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) | 29049 | ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) |
| 29130 | ;;;;;; "userlock" "userlock.el" (18104 24740)) | 29050 | ;;;;;; "userlock" "userlock.el" (18177 877)) |
| 29131 | ;;; Generated autoloads from userlock.el | 29051 | ;;; Generated autoloads from userlock.el |
| 29132 | 29052 | ||
| 29133 | (autoload (quote ask-user-about-lock) "userlock" "\ | 29053 | (autoload 'ask-user-about-lock "userlock" "\ |
| 29134 | Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. | 29054 | Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. |
| 29135 | This function has a choice of three things to do: | 29055 | This function has a choice of three things to do: |
| 29136 | do (signal 'file-locked (list FILE OPPONENT)) | 29056 | do (signal 'file-locked (list FILE OPPONENT)) |
| @@ -29142,7 +29062,7 @@ in any way you like. | |||
| 29142 | 29062 | ||
| 29143 | \(fn FILE OPPONENT)" nil nil) | 29063 | \(fn FILE OPPONENT)" nil nil) |
| 29144 | 29064 | ||
| 29145 | (autoload (quote ask-user-about-supersession-threat) "userlock" "\ | 29065 | (autoload 'ask-user-about-supersession-threat "userlock" "\ |
| 29146 | Ask a user who is about to modify an obsolete buffer what to do. | 29066 | Ask a user who is about to modify an obsolete buffer what to do. |
| 29147 | This function has two choices: it can return, in which case the modification | 29067 | This function has two choices: it can return, in which case the modification |
| 29148 | of the buffer will proceed, or it can (signal 'file-supersession (file)), | 29068 | of the buffer will proceed, or it can (signal 'file-supersession (file)), |
| @@ -29155,25 +29075,41 @@ The buffer in question is current when this function is called. | |||
| 29155 | 29075 | ||
| 29156 | ;;;*** | 29076 | ;;;*** |
| 29157 | 29077 | ||
| 29078 | ;;;### (autoloads (utf-7-pre-write-conversion utf-7-post-read-conversion) | ||
| 29079 | ;;;;;; "utf-7" "international/utf-7.el" (18177 865)) | ||
| 29080 | ;;; Generated autoloads from international/utf-7.el | ||
| 29081 | |||
| 29082 | (autoload 'utf-7-post-read-conversion "utf-7" "\ | ||
| 29083 | Not documented | ||
| 29084 | |||
| 29085 | \(fn LEN)" nil nil) | ||
| 29086 | |||
| 29087 | (autoload 'utf-7-pre-write-conversion "utf-7" "\ | ||
| 29088 | Not documented | ||
| 29089 | |||
| 29090 | \(fn FROM TO)" nil nil) | ||
| 29091 | |||
| 29092 | ;;;*** | ||
| 29093 | |||
| 29158 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal | 29094 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal |
| 29159 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" | 29095 | ;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" |
| 29160 | ;;;;;; (18104 24755)) | 29096 | ;;;;;; (18177 863)) |
| 29161 | ;;; Generated autoloads from gnus/uudecode.el | 29097 | ;;; Generated autoloads from gnus/uudecode.el |
| 29162 | 29098 | ||
| 29163 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ | 29099 | (autoload 'uudecode-decode-region-external "uudecode" "\ |
| 29164 | Uudecode region between START and END using external program. | 29100 | Uudecode region between START and END using external program. |
| 29165 | If FILE-NAME is non-nil, save the result to FILE-NAME. The program | 29101 | If FILE-NAME is non-nil, save the result to FILE-NAME. The program |
| 29166 | used is specified by `uudecode-decoder-program'. | 29102 | used is specified by `uudecode-decoder-program'. |
| 29167 | 29103 | ||
| 29168 | \(fn START END &optional FILE-NAME)" t nil) | 29104 | \(fn START END &optional FILE-NAME)" t nil) |
| 29169 | 29105 | ||
| 29170 | (autoload (quote uudecode-decode-region-internal) "uudecode" "\ | 29106 | (autoload 'uudecode-decode-region-internal "uudecode" "\ |
| 29171 | Uudecode region between START and END without using an external program. | 29107 | Uudecode region between START and END without using an external program. |
| 29172 | If FILE-NAME is non-nil, save the result to FILE-NAME. | 29108 | If FILE-NAME is non-nil, save the result to FILE-NAME. |
| 29173 | 29109 | ||
| 29174 | \(fn START END &optional FILE-NAME)" t nil) | 29110 | \(fn START END &optional FILE-NAME)" t nil) |
| 29175 | 29111 | ||
| 29176 | (autoload (quote uudecode-decode-region) "uudecode" "\ | 29112 | (autoload 'uudecode-decode-region "uudecode" "\ |
| 29177 | Uudecode region between START and END. | 29113 | Uudecode region between START and END. |
| 29178 | If FILE-NAME is non-nil, save the result to FILE-NAME. | 29114 | If FILE-NAME is non-nil, save the result to FILE-NAME. |
| 29179 | 29115 | ||
| @@ -29181,53 +29117,44 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29181 | 29117 | ||
| 29182 | ;;;*** | 29118 | ;;;*** |
| 29183 | 29119 | ||
| 29184 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file | 29120 | ;;;### (autoloads (vc-annotate vc-branch-part vc-trunk-p vc-update-change-log |
| 29185 | ;;;;;; vc-transfer-file vc-switch-backend vc-rollback vc-update | 29121 | ;;;;;; vc-rename-file vc-transfer-file vc-switch-backend vc-update |
| 29186 | ;;;;;; vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot | 29122 | ;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot |
| 29187 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 29123 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 29188 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 29124 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 29189 | ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook | 29125 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| 29190 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (18104 24741)) | 29126 | ;;;;;; "vc" "vc.el" (18190 35214)) |
| 29191 | ;;; Generated autoloads from vc.el | 29127 | ;;; Generated autoloads from vc.el |
| 29192 | 29128 | ||
| 29193 | (defvar vc-checkout-hook nil "\ | 29129 | (defvar vc-checkout-hook nil "\ |
| 29194 | Normal hook (list of functions) run after checking out a file. | 29130 | Normal hook (list of functions) run after checking out a file. |
| 29195 | See `run-hooks'.") | 29131 | See `run-hooks'.") |
| 29196 | 29132 | ||
| 29197 | (custom-autoload (quote vc-checkout-hook) "vc" t) | 29133 | (custom-autoload 'vc-checkout-hook "vc" t) |
| 29198 | 29134 | ||
| 29199 | (defvar vc-checkin-hook nil "\ | 29135 | (defvar vc-checkin-hook nil "\ |
| 29200 | Normal hook (list of functions) run after a checkin is done. | 29136 | Normal hook (list of functions) run after commit or file checkin. |
| 29201 | See also `log-edit-done-hook'.") | 29137 | See also `log-edit-done-hook'.") |
| 29202 | 29138 | ||
| 29203 | (custom-autoload (quote vc-checkin-hook) "vc" t) | 29139 | (custom-autoload 'vc-checkin-hook "vc" t) |
| 29204 | 29140 | ||
| 29205 | (defvar vc-before-checkin-hook nil "\ | 29141 | (defvar vc-before-checkin-hook nil "\ |
| 29206 | Normal hook (list of functions) run before a file is checked in. | 29142 | Normal hook (list of functions) run before a commit or a file checkin. |
| 29207 | See `run-hooks'.") | 29143 | See `run-hooks'.") |
| 29208 | 29144 | ||
| 29209 | (custom-autoload (quote vc-before-checkin-hook) "vc" t) | 29145 | (custom-autoload 'vc-before-checkin-hook "vc" t) |
| 29210 | |||
| 29211 | (autoload (quote vc-trunk-p) "vc" "\ | ||
| 29212 | Return t if REV is a revision on the trunk. | ||
| 29213 | |||
| 29214 | \(fn REV)" nil nil) | ||
| 29215 | 29146 | ||
| 29216 | (autoload (quote vc-branch-part) "vc" "\ | 29147 | (autoload 'with-vc-file "vc" "\ |
| 29217 | Return the branch part of a revision number REV. | ||
| 29218 | |||
| 29219 | \(fn REV)" nil nil) | ||
| 29220 | |||
| 29221 | (autoload (quote with-vc-file) "vc" "\ | ||
| 29222 | Check out a writable copy of FILE if necessary, then execute BODY. | 29148 | Check out a writable copy of FILE if necessary, then execute BODY. |
| 29223 | Check in FILE with COMMENT (a string) after BODY has been executed. | 29149 | Check in FILE with COMMENT (a string) after BODY has been executed. |
| 29224 | FILE is passed through `expand-file-name'; BODY executed within | 29150 | FILE is passed through `expand-file-name'; BODY executed within |
| 29225 | `save-excursion'. If FILE is not under version control, or locked by | 29151 | `save-excursion'. If FILE is not under version control, or you are |
| 29152 | using a locking version-control system and the file is locked by | ||
| 29226 | somebody else, signal error. | 29153 | somebody else, signal error. |
| 29227 | 29154 | ||
| 29228 | \(fn FILE COMMENT &rest BODY)" nil (quote macro)) | 29155 | \(fn FILE COMMENT &rest BODY)" nil (quote macro)) |
| 29229 | 29156 | ||
| 29230 | (autoload (quote edit-vc-file) "vc" "\ | 29157 | (autoload 'edit-vc-file "vc" "\ |
| 29231 | Edit FILE under version control, executing body. | 29158 | Edit FILE under version control, executing body. |
| 29232 | Checkin with COMMENT after executing BODY. | 29159 | Checkin with COMMENT after executing BODY. |
| 29233 | This macro uses `with-vc-file', passing args to it. | 29160 | This macro uses `with-vc-file', passing args to it. |
| @@ -29235,7 +29162,7 @@ However, before executing BODY, find FILE, and after BODY, save buffer. | |||
| 29235 | 29162 | ||
| 29236 | \(fn FILE COMMENT &rest BODY)" nil (quote macro)) | 29163 | \(fn FILE COMMENT &rest BODY)" nil (quote macro)) |
| 29237 | 29164 | ||
| 29238 | (autoload (quote vc-do-command) "vc" "\ | 29165 | (autoload 'vc-do-command "vc" "\ |
| 29239 | Execute a VC command, notifying user and checking for errors. | 29166 | Execute a VC command, notifying user and checking for errors. |
| 29240 | Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the | 29167 | Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the |
| 29241 | current buffer if BUFFER is t. If the destination buffer is not | 29168 | current buffer if BUFFER is t. If the destination buffer is not |
| @@ -29250,7 +29177,7 @@ that is inserted into the command line before the filename. | |||
| 29250 | 29177 | ||
| 29251 | \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil) | 29178 | \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil) |
| 29252 | 29179 | ||
| 29253 | (autoload (quote vc-next-action) "vc" "\ | 29180 | (autoload 'vc-next-action "vc" "\ |
| 29254 | Do the next logical version control operation on the current file. | 29181 | Do the next logical version control operation on the current file. |
| 29255 | 29182 | ||
| 29256 | If you call this from within a VC dired buffer with no files marked, | 29183 | If you call this from within a VC dired buffer with no files marked, |
| @@ -29293,7 +29220,7 @@ merge in the changes into your working copy. | |||
| 29293 | 29220 | ||
| 29294 | \(fn VERBOSE)" t nil) | 29221 | \(fn VERBOSE)" t nil) |
| 29295 | 29222 | ||
| 29296 | (autoload (quote vc-register) "vc" "\ | 29223 | (autoload 'vc-register "vc" "\ |
| 29297 | Register the current file into a version control system. | 29224 | Register the current file into a version control system. |
| 29298 | With prefix argument SET-VERSION, allow user to specify initial version | 29225 | With prefix argument SET-VERSION, allow user to specify initial version |
| 29299 | level. If COMMENT is present, use that as an initial comment. | 29226 | level. If COMMENT is present, use that as an initial comment. |
| @@ -29307,7 +29234,7 @@ first backend that could register the file is used. | |||
| 29307 | 29234 | ||
| 29308 | \(fn &optional SET-VERSION COMMENT)" t nil) | 29235 | \(fn &optional SET-VERSION COMMENT)" t nil) |
| 29309 | 29236 | ||
| 29310 | (autoload (quote vc-diff) "vc" "\ | 29237 | (autoload 'vc-diff "vc" "\ |
| 29311 | Display diffs between file versions. | 29238 | Display diffs between file versions. |
| 29312 | Normally this compares the current file and buffer with the most | 29239 | Normally this compares the current file and buffer with the most |
| 29313 | recent checked in version of that file. This uses no arguments. With | 29240 | recent checked in version of that file. This uses no arguments. With |
| @@ -29318,21 +29245,21 @@ saving the buffer. | |||
| 29318 | 29245 | ||
| 29319 | \(fn HISTORIC &optional NOT-URGENT)" t nil) | 29246 | \(fn HISTORIC &optional NOT-URGENT)" t nil) |
| 29320 | 29247 | ||
| 29321 | (autoload (quote vc-version-other-window) "vc" "\ | 29248 | (autoload 'vc-version-other-window "vc" "\ |
| 29322 | Visit version REV of the current file in another window. | 29249 | Visit version REV of the current file in another window. |
| 29323 | If the current file is named `F', the version is named `F.~REV~'. | 29250 | If the current file is named `F', the version is named `F.~REV~'. |
| 29324 | If `F.~REV~' already exists, use it instead of checking it out again. | 29251 | If `F.~REV~' already exists, use it instead of checking it out again. |
| 29325 | 29252 | ||
| 29326 | \(fn REV)" t nil) | 29253 | \(fn REV)" t nil) |
| 29327 | 29254 | ||
| 29328 | (autoload (quote vc-insert-headers) "vc" "\ | 29255 | (autoload 'vc-insert-headers "vc" "\ |
| 29329 | Insert headers into a file for use with a version control system. | 29256 | Insert headers into a file for use with a version control system. |
| 29330 | Headers desired are inserted at point, and are pulled from | 29257 | Headers desired are inserted at point, and are pulled from |
| 29331 | the variable `vc-BACKEND-header'. | 29258 | the variable `vc-BACKEND-header'. |
| 29332 | 29259 | ||
| 29333 | \(fn)" t nil) | 29260 | \(fn)" t nil) |
| 29334 | 29261 | ||
| 29335 | (autoload (quote vc-merge) "vc" "\ | 29262 | (autoload 'vc-merge "vc" "\ |
| 29336 | Merge changes between two versions into the current buffer's file. | 29263 | Merge changes between two versions into the current buffer's file. |
| 29337 | This asks for two versions to merge from in the minibuffer. If the | 29264 | This asks for two versions to merge from in the minibuffer. If the |
| 29338 | first version is a branch number, then merge all changes from that | 29265 | first version is a branch number, then merge all changes from that |
| @@ -29343,9 +29270,9 @@ See Info node `Merging'. | |||
| 29343 | 29270 | ||
| 29344 | \(fn)" t nil) | 29271 | \(fn)" t nil) |
| 29345 | 29272 | ||
| 29346 | (defalias (quote vc-resolve-conflicts) (quote smerge-ediff)) | 29273 | (defalias 'vc-resolve-conflicts 'smerge-ediff) |
| 29347 | 29274 | ||
| 29348 | (autoload (quote vc-directory) "vc" "\ | 29275 | (autoload 'vc-directory "vc" "\ |
| 29349 | Create a buffer in VC Dired Mode for directory DIR. | 29276 | Create a buffer in VC Dired Mode for directory DIR. |
| 29350 | 29277 | ||
| 29351 | See Info node `VC Dired Mode'. | 29278 | See Info node `VC Dired Mode'. |
| @@ -29355,7 +29282,7 @@ With prefix arg READ-SWITCHES, specify a value to override | |||
| 29355 | 29282 | ||
| 29356 | \(fn DIR READ-SWITCHES)" t nil) | 29283 | \(fn DIR READ-SWITCHES)" t nil) |
| 29357 | 29284 | ||
| 29358 | (autoload (quote vc-create-snapshot) "vc" "\ | 29285 | (autoload 'vc-create-snapshot "vc" "\ |
| 29359 | Descending recursively from DIR, make a snapshot called NAME. | 29286 | Descending recursively from DIR, make a snapshot called NAME. |
| 29360 | For each registered file, the version level of its latest version | 29287 | For each registered file, the version level of its latest version |
| 29361 | becomes part of the named configuration. If the prefix argument | 29288 | becomes part of the named configuration. If the prefix argument |
| @@ -29364,7 +29291,7 @@ are checked out in that new branch. | |||
| 29364 | 29291 | ||
| 29365 | \(fn DIR NAME BRANCHP)" t nil) | 29292 | \(fn DIR NAME BRANCHP)" t nil) |
| 29366 | 29293 | ||
| 29367 | (autoload (quote vc-retrieve-snapshot) "vc" "\ | 29294 | (autoload 'vc-retrieve-snapshot "vc" "\ |
| 29368 | Descending recursively from DIR, retrieve the snapshot called NAME. | 29295 | Descending recursively from DIR, retrieve the snapshot called NAME. |
| 29369 | If NAME is empty, it refers to the latest versions. | 29296 | If NAME is empty, it refers to the latest versions. |
| 29370 | If locking is used for the files in DIR, then there must not be any | 29297 | If locking is used for the files in DIR, then there must not be any |
| @@ -29373,13 +29300,13 @@ allowed and simply skipped). | |||
| 29373 | 29300 | ||
| 29374 | \(fn DIR NAME)" t nil) | 29301 | \(fn DIR NAME)" t nil) |
| 29375 | 29302 | ||
| 29376 | (autoload (quote vc-print-log) "vc" "\ | 29303 | (autoload 'vc-print-log "vc" "\ |
| 29377 | List the change log of the current buffer in a window. | 29304 | List the change log of the current buffer in a window. |
| 29378 | If FOCUS-REV is non-nil, leave the point at that revision. | 29305 | If FOCUS-REV is non-nil, leave the point at that revision. |
| 29379 | 29306 | ||
| 29380 | \(fn &optional FOCUS-REV)" t nil) | 29307 | \(fn &optional FOCUS-REV)" t nil) |
| 29381 | 29308 | ||
| 29382 | (autoload (quote vc-revert) "vc" "\ | 29309 | (autoload 'vc-revert "vc" "\ |
| 29383 | Revert the current buffer's file to the version it was based on. | 29310 | Revert the current buffer's file to the version it was based on. |
| 29384 | This asks for confirmation if the buffer contents are not identical | 29311 | This asks for confirmation if the buffer contents are not identical |
| 29385 | to that version. This function does not automatically pick up newer | 29312 | to that version. This function does not automatically pick up newer |
| @@ -29387,7 +29314,15 @@ changes found in the master file; use \\[universal-argument] \\[vc-next-action] | |||
| 29387 | 29314 | ||
| 29388 | \(fn)" t nil) | 29315 | \(fn)" t nil) |
| 29389 | 29316 | ||
| 29390 | (autoload (quote vc-update) "vc" "\ | 29317 | (autoload 'vc-rollback "vc" "\ |
| 29318 | Get rid of most recently checked in version of this file. | ||
| 29319 | A prefix argument NOREVERT means do not revert the buffer afterwards. | ||
| 29320 | |||
| 29321 | \(fn &optional NOREVERT)" t nil) | ||
| 29322 | |||
| 29323 | (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1") | ||
| 29324 | |||
| 29325 | (autoload 'vc-update "vc" "\ | ||
| 29391 | Update the current buffer's file to the latest version on its branch. | 29326 | Update the current buffer's file to the latest version on its branch. |
| 29392 | If the file contains no changes, and is not locked, then this simply replaces | 29327 | If the file contains no changes, and is not locked, then this simply replaces |
| 29393 | the working file with the latest version on its branch. If the file contains | 29328 | the working file with the latest version on its branch. If the file contains |
| @@ -29396,12 +29331,7 @@ the current branch are merged into the working file. | |||
| 29396 | 29331 | ||
| 29397 | \(fn)" t nil) | 29332 | \(fn)" t nil) |
| 29398 | 29333 | ||
| 29399 | (autoload (quote vc-rollback) "vc" "\ | 29334 | (autoload 'vc-switch-backend "vc" "\ |
| 29400 | Get rid of most recently checked in version of this file. | ||
| 29401 | |||
| 29402 | \(fn)" t nil) | ||
| 29403 | |||
| 29404 | (autoload (quote vc-switch-backend) "vc" "\ | ||
| 29405 | Make BACKEND the current version control system for FILE. | 29335 | Make BACKEND the current version control system for FILE. |
| 29406 | FILE must already be registered in BACKEND. The change is not | 29336 | FILE must already be registered in BACKEND. The change is not |
| 29407 | permanent, only for the current session. This function only changes | 29337 | permanent, only for the current session. This function only changes |
| @@ -29411,7 +29341,7 @@ To get a prompt, use a prefix argument. | |||
| 29411 | 29341 | ||
| 29412 | \(fn FILE BACKEND)" t nil) | 29342 | \(fn FILE BACKEND)" t nil) |
| 29413 | 29343 | ||
| 29414 | (autoload (quote vc-transfer-file) "vc" "\ | 29344 | (autoload 'vc-transfer-file "vc" "\ |
| 29415 | Transfer FILE to another version control system NEW-BACKEND. | 29345 | Transfer FILE to another version control system NEW-BACKEND. |
| 29416 | If NEW-BACKEND has a higher precedence than FILE's current backend | 29346 | If NEW-BACKEND has a higher precedence than FILE's current backend |
| 29417 | \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in | 29347 | \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in |
| @@ -29423,12 +29353,12 @@ backend to NEW-BACKEND, and unregister FILE from the current backend. | |||
| 29423 | 29353 | ||
| 29424 | \(fn FILE NEW-BACKEND)" nil nil) | 29354 | \(fn FILE NEW-BACKEND)" nil nil) |
| 29425 | 29355 | ||
| 29426 | (autoload (quote vc-rename-file) "vc" "\ | 29356 | (autoload 'vc-rename-file "vc" "\ |
| 29427 | Rename file OLD to NEW, and rename its master file likewise. | 29357 | Rename file OLD to NEW, and rename its master file likewise. |
| 29428 | 29358 | ||
| 29429 | \(fn OLD NEW)" t nil) | 29359 | \(fn OLD NEW)" t nil) |
| 29430 | 29360 | ||
| 29431 | (autoload (quote vc-update-change-log) "vc" "\ | 29361 | (autoload 'vc-update-change-log "vc" "\ |
| 29432 | Find change log file and add entries from recent version control logs. | 29362 | Find change log file and add entries from recent version control logs. |
| 29433 | Normally, find log entries for all registered files in the default | 29363 | Normally, find log entries for all registered files in the default |
| 29434 | directory. | 29364 | directory. |
| @@ -29444,7 +29374,17 @@ log entries should be gathered. | |||
| 29444 | 29374 | ||
| 29445 | \(fn &rest ARGS)" t nil) | 29375 | \(fn &rest ARGS)" t nil) |
| 29446 | 29376 | ||
| 29447 | (autoload (quote vc-annotate) "vc" "\ | 29377 | (autoload 'vc-trunk-p "vc" "\ |
| 29378 | Return t if REV is a revision on the trunk. | ||
| 29379 | |||
| 29380 | \(fn REV)" nil nil) | ||
| 29381 | |||
| 29382 | (autoload 'vc-branch-part "vc" "\ | ||
| 29383 | Return the branch part of a revision number REV. | ||
| 29384 | |||
| 29385 | \(fn REV)" nil nil) | ||
| 29386 | |||
| 29387 | (autoload 'vc-annotate "vc" "\ | ||
| 29448 | Display the edit history of the current file using colors. | 29388 | Display the edit history of the current file using colors. |
| 29449 | 29389 | ||
| 29450 | This command creates a buffer that shows, for each line of the current | 29390 | This command creates a buffer that shows, for each line of the current |
| @@ -29474,7 +29414,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29474 | 29414 | ||
| 29475 | ;;;*** | 29415 | ;;;*** |
| 29476 | 29416 | ||
| 29477 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (18104 24740)) | 29417 | ;;;### (autoloads nil "vc-arch" "vc-arch.el" (18190 35213)) |
| 29478 | ;;; Generated autoloads from vc-arch.el | 29418 | ;;; Generated autoloads from vc-arch.el |
| 29479 | (defun vc-arch-registered (file) | 29419 | (defun vc-arch-registered (file) |
| 29480 | (if (vc-find-root file "{arch}/=tagging-method") | 29420 | (if (vc-find-root file "{arch}/=tagging-method") |
| @@ -29484,19 +29424,22 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29484 | 29424 | ||
| 29485 | ;;;*** | 29425 | ;;;*** |
| 29486 | 29426 | ||
| 29487 | ;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18104 24740)) | 29427 | ;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18190 35214)) |
| 29488 | ;;; Generated autoloads from vc-bzr.el | 29428 | ;;; Generated autoloads from vc-bzr.el |
| 29489 | 29429 | ||
| 29490 | (defconst vc-bzr-admin-dirname ".bzr") | 29430 | (defconst vc-bzr-admin-dirname ".bzr" "\ |
| 29431 | Name of the directory containing Bzr repository status files.") | ||
| 29432 | |||
| 29433 | (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format")) | ||
| 29491 | (defun vc-bzr-registered (file) | 29434 | (defun vc-bzr-registered (file) |
| 29492 | (if (vc-find-root file vc-bzr-admin-dirname) | 29435 | (if (vc-find-root file vc-bzr-admin-checkout-format-file) |
| 29493 | (progn | 29436 | (progn |
| 29494 | (load "vc-bzr") | 29437 | (load "vc-bzr") |
| 29495 | (vc-bzr-registered file)))) | 29438 | (vc-bzr-registered file)))) |
| 29496 | 29439 | ||
| 29497 | ;;;*** | 29440 | ;;;*** |
| 29498 | 29441 | ||
| 29499 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18104 24740)) | 29442 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18190 35214)) |
| 29500 | ;;; Generated autoloads from vc-cvs.el | 29443 | ;;; Generated autoloads from vc-cvs.el |
| 29501 | (defun vc-cvs-registered (f) | 29444 | (defun vc-cvs-registered (f) |
| 29502 | (when (file-readable-p (expand-file-name | 29445 | (when (file-readable-p (expand-file-name |
| @@ -29506,7 +29449,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29506 | 29449 | ||
| 29507 | ;;;*** | 29450 | ;;;*** |
| 29508 | 29451 | ||
| 29509 | ;;;### (autoloads nil "vc-git" "vc-git.el" (18104 24740)) | 29452 | ;;;### (autoloads nil "vc-git" "vc-git.el" (18190 35214)) |
| 29510 | ;;; Generated autoloads from vc-git.el | 29453 | ;;; Generated autoloads from vc-git.el |
| 29511 | (defun vc-git-registered (file) | 29454 | (defun vc-git-registered (file) |
| 29512 | "Return non-nil if FILE is registered with git." | 29455 | "Return non-nil if FILE is registered with git." |
| @@ -29517,7 +29460,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29517 | 29460 | ||
| 29518 | ;;;*** | 29461 | ;;;*** |
| 29519 | 29462 | ||
| 29520 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (18104 24740)) | 29463 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (18190 35214)) |
| 29521 | ;;; Generated autoloads from vc-hg.el | 29464 | ;;; Generated autoloads from vc-hg.el |
| 29522 | (defun vc-hg-registered (file) | 29465 | (defun vc-hg-registered (file) |
| 29523 | "Return non-nil if FILE is registered with hg." | 29466 | "Return non-nil if FILE is registered with hg." |
| @@ -29528,7 +29471,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29528 | 29471 | ||
| 29529 | ;;;*** | 29472 | ;;;*** |
| 29530 | 29473 | ||
| 29531 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18104 24741)) | 29474 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18177 877)) |
| 29532 | ;;; Generated autoloads from vc-mcvs.el | 29475 | ;;; Generated autoloads from vc-mcvs.el |
| 29533 | (defun vc-mcvs-registered (file) | 29476 | (defun vc-mcvs-registered (file) |
| 29534 | (if (vc-find-root file "MCVS/CVS") | 29477 | (if (vc-find-root file "MCVS/CVS") |
| @@ -29538,28 +29481,42 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 29538 | 29481 | ||
| 29539 | ;;;*** | 29482 | ;;;*** |
| 29540 | 29483 | ||
| 29484 | ;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18190 34947)) | ||
| 29485 | ;;; Generated autoloads from vc-mtn.el | ||
| 29486 | |||
| 29487 | (defconst vc-mtn-admin-dir "_MTN") | ||
| 29488 | |||
| 29489 | (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format")) | ||
| 29490 | (defun vc-mtn-registered (file) | ||
| 29491 | (if (vc-find-root file vc-mtn-admin-format) | ||
| 29492 | (progn | ||
| 29493 | (load "vc-mtn") | ||
| 29494 | (vc-mtn-registered file)))) | ||
| 29495 | |||
| 29496 | ;;;*** | ||
| 29497 | |||
| 29541 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 29498 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 29542 | ;;;;;; (18104 24741)) | 29499 | ;;;;;; (18177 877)) |
| 29543 | ;;; Generated autoloads from vc-rcs.el | 29500 | ;;; Generated autoloads from vc-rcs.el |
| 29544 | 29501 | ||
| 29545 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 29502 | (defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\ |
| 29546 | *Where to look for RCS master files. | 29503 | *Where to look for RCS master files. |
| 29547 | For a description of possible values, see `vc-check-master-templates'.") | 29504 | For a description of possible values, see `vc-check-master-templates'.") |
| 29548 | 29505 | ||
| 29549 | (custom-autoload (quote vc-rcs-master-templates) "vc-rcs" t) | 29506 | (custom-autoload 'vc-rcs-master-templates "vc-rcs" t) |
| 29550 | (defun vc-rcs-registered (f) (vc-default-registered 'RCS f)) | 29507 | (defun vc-rcs-registered (f) (vc-default-registered 'RCS f)) |
| 29551 | 29508 | ||
| 29552 | ;;;*** | 29509 | ;;;*** |
| 29553 | 29510 | ||
| 29554 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 29511 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 29555 | ;;;;;; (18104 24741)) | 29512 | ;;;;;; (18177 877)) |
| 29556 | ;;; Generated autoloads from vc-sccs.el | 29513 | ;;; Generated autoloads from vc-sccs.el |
| 29557 | 29514 | ||
| 29558 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 29515 | (defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\ |
| 29559 | *Where to look for SCCS master files. | 29516 | *Where to look for SCCS master files. |
| 29560 | For a description of possible values, see `vc-check-master-templates'.") | 29517 | For a description of possible values, see `vc-check-master-templates'.") |
| 29561 | 29518 | ||
| 29562 | (custom-autoload (quote vc-sccs-master-templates) "vc-sccs" t) | 29519 | (custom-autoload 'vc-sccs-master-templates "vc-sccs" t) |
| 29563 | (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f)) | 29520 | (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f)) |
| 29564 | 29521 | ||
| 29565 | (defun vc-sccs-search-project-dir (dirname basename) "\ | 29522 | (defun vc-sccs-search-project-dir (dirname basename) "\ |
| @@ -29569,7 +29526,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29569 | 29526 | ||
| 29570 | ;;;*** | 29527 | ;;;*** |
| 29571 | 29528 | ||
| 29572 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (18104 24741)) | 29529 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (18190 35214)) |
| 29573 | ;;; Generated autoloads from vc-svn.el | 29530 | ;;; Generated autoloads from vc-svn.el |
| 29574 | (defun vc-svn-registered (f) | 29531 | (defun vc-svn-registered (f) |
| 29575 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) | 29532 | (let ((admin-dir (cond ((and (eq system-type 'windows-nt) |
| @@ -29582,16 +29539,16 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 29582 | (load "vc-svn") | 29539 | (load "vc-svn") |
| 29583 | (vc-svn-registered f)))) | 29540 | (vc-svn-registered f)))) |
| 29584 | 29541 | ||
| 29585 | (add-to-list (quote completion-ignored-extensions) ".svn/") | 29542 | (add-to-list 'completion-ignored-extensions ".svn/") |
| 29586 | 29543 | ||
| 29587 | ;;;*** | 29544 | ;;;*** |
| 29588 | 29545 | ||
| 29589 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" | 29546 | ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el" |
| 29590 | ;;;;;; (18104 24769)) | 29547 | ;;;;;; (18177 848)) |
| 29591 | ;;; Generated autoloads from progmodes/vera-mode.el | 29548 | ;;; Generated autoloads from progmodes/vera-mode.el |
| 29592 | (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode)) | 29549 | (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode)) |
| 29593 | 29550 | ||
| 29594 | (autoload (quote vera-mode) "vera-mode" "\ | 29551 | (autoload 'vera-mode "vera-mode" "\ |
| 29595 | Major mode for editing Vera code. | 29552 | Major mode for editing Vera code. |
| 29596 | 29553 | ||
| 29597 | Usage: | 29554 | Usage: |
| @@ -29645,10 +29602,10 @@ Key bindings: | |||
| 29645 | ;;;*** | 29602 | ;;;*** |
| 29646 | 29603 | ||
| 29647 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 29604 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| 29648 | ;;;;;; (18104 24769)) | 29605 | ;;;;;; (18190 35206)) |
| 29649 | ;;; Generated autoloads from progmodes/vhdl-mode.el | 29606 | ;;; Generated autoloads from progmodes/vhdl-mode.el |
| 29650 | 29607 | ||
| 29651 | (autoload (quote vhdl-mode) "vhdl-mode" "\ | 29608 | (autoload 'vhdl-mode "vhdl-mode" "\ |
| 29652 | Major mode for editing VHDL code. | 29609 | Major mode for editing VHDL code. |
| 29653 | 29610 | ||
| 29654 | Usage: | 29611 | Usage: |
| @@ -30186,10 +30143,10 @@ Key bindings: | |||
| 30186 | 30143 | ||
| 30187 | ;;;*** | 30144 | ;;;*** |
| 30188 | 30145 | ||
| 30189 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (17821 5856)) | 30146 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18177 858)) |
| 30190 | ;;; Generated autoloads from emulation/vi.el | 30147 | ;;; Generated autoloads from emulation/vi.el |
| 30191 | 30148 | ||
| 30192 | (autoload (quote vi-mode) "vi" "\ | 30149 | (autoload 'vi-mode "vi" "\ |
| 30193 | Major mode that acts like the `vi' editor. | 30150 | Major mode that acts like the `vi' editor. |
| 30194 | The purpose of this mode is to provide you the combined power of vi (namely, | 30151 | The purpose of this mode is to provide you the combined power of vi (namely, |
| 30195 | the \"cross product\" effect of commands and repeat last changes) and Emacs. | 30152 | the \"cross product\" effect of commands and repeat last changes) and Emacs. |
| @@ -30241,44 +30198,44 @@ Syntax table and abbrevs while in vi mode remain as they were in Emacs. | |||
| 30241 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion | 30198 | ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion |
| 30242 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer | 30199 | ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer |
| 30243 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" | 30200 | ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" |
| 30244 | ;;;;;; "language/viet-util.el" (18104 24758)) | 30201 | ;;;;;; "language/viet-util.el" (18177 866)) |
| 30245 | ;;; Generated autoloads from language/viet-util.el | 30202 | ;;; Generated autoloads from language/viet-util.el |
| 30246 | 30203 | ||
| 30247 | (autoload (quote viet-encode-viscii-char) "viet-util" "\ | 30204 | (autoload 'viet-encode-viscii-char "viet-util" "\ |
| 30248 | Return VISCII character code of CHAR if appropriate. | 30205 | Return VISCII character code of CHAR if appropriate. |
| 30249 | 30206 | ||
| 30250 | \(fn CHAR)" nil nil) | 30207 | \(fn CHAR)" nil nil) |
| 30251 | 30208 | ||
| 30252 | (autoload (quote viet-decode-viqr-region) "viet-util" "\ | 30209 | (autoload 'viet-decode-viqr-region "viet-util" "\ |
| 30253 | Convert `VIQR' mnemonics of the current region to Vietnamese characters. | 30210 | Convert `VIQR' mnemonics of the current region to Vietnamese characters. |
| 30254 | When called from a program, expects two arguments, | 30211 | When called from a program, expects two arguments, |
| 30255 | positions (integers or markers) specifying the stretch of the region. | 30212 | positions (integers or markers) specifying the stretch of the region. |
| 30256 | 30213 | ||
| 30257 | \(fn FROM TO)" t nil) | 30214 | \(fn FROM TO)" t nil) |
| 30258 | 30215 | ||
| 30259 | (autoload (quote viet-decode-viqr-buffer) "viet-util" "\ | 30216 | (autoload 'viet-decode-viqr-buffer "viet-util" "\ |
| 30260 | Convert `VIQR' mnemonics of the current buffer to Vietnamese characters. | 30217 | Convert `VIQR' mnemonics of the current buffer to Vietnamese characters. |
| 30261 | 30218 | ||
| 30262 | \(fn)" t nil) | 30219 | \(fn)" t nil) |
| 30263 | 30220 | ||
| 30264 | (autoload (quote viet-encode-viqr-region) "viet-util" "\ | 30221 | (autoload 'viet-encode-viqr-region "viet-util" "\ |
| 30265 | Convert Vietnamese characters of the current region to `VIQR' mnemonics. | 30222 | Convert Vietnamese characters of the current region to `VIQR' mnemonics. |
| 30266 | When called from a program, expects two arguments, | 30223 | When called from a program, expects two arguments, |
| 30267 | positions (integers or markers) specifying the stretch of the region. | 30224 | positions (integers or markers) specifying the stretch of the region. |
| 30268 | 30225 | ||
| 30269 | \(fn FROM TO)" t nil) | 30226 | \(fn FROM TO)" t nil) |
| 30270 | 30227 | ||
| 30271 | (autoload (quote viet-encode-viqr-buffer) "viet-util" "\ | 30228 | (autoload 'viet-encode-viqr-buffer "viet-util" "\ |
| 30272 | Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. | 30229 | Convert Vietnamese characters of the current buffer to `VIQR' mnemonics. |
| 30273 | 30230 | ||
| 30274 | \(fn)" t nil) | 30231 | \(fn)" t nil) |
| 30275 | 30232 | ||
| 30276 | (autoload (quote viqr-post-read-conversion) "viet-util" "\ | 30233 | (autoload 'viqr-post-read-conversion "viet-util" "\ |
| 30277 | Not documented | 30234 | Not documented |
| 30278 | 30235 | ||
| 30279 | \(fn LEN)" nil nil) | 30236 | \(fn LEN)" nil nil) |
| 30280 | 30237 | ||
| 30281 | (autoload (quote viqr-pre-write-conversion) "viet-util" "\ | 30238 | (autoload 'viqr-pre-write-conversion "viet-util" "\ |
| 30282 | Not documented | 30239 | Not documented |
| 30283 | 30240 | ||
| 30284 | \(fn FROM TO)" nil nil) | 30241 | \(fn FROM TO)" nil nil) |
| @@ -30287,8 +30244,8 @@ Not documented | |||
| 30287 | 30244 | ||
| 30288 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 30245 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 30289 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 30246 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 30290 | ;;;;;; view-file-other-window view-file) "view" "view.el" (18104 | 30247 | ;;;;;; view-file-other-window view-file) "view" "view.el" (18190 |
| 30291 | ;;;;;; 24741)) | 30248 | ;;;;;; 35214)) |
| 30292 | ;;; Generated autoloads from view.el | 30249 | ;;; Generated autoloads from view.el |
| 30293 | 30250 | ||
| 30294 | (defvar view-mode nil "\ | 30251 | (defvar view-mode nil "\ |
| @@ -30296,9 +30253,9 @@ Non-nil if View mode is enabled. | |||
| 30296 | Don't change this variable directly, you must change it by one of the | 30253 | Don't change this variable directly, you must change it by one of the |
| 30297 | functions that enable or disable view mode.") | 30254 | functions that enable or disable view mode.") |
| 30298 | 30255 | ||
| 30299 | (make-variable-buffer-local (quote view-mode)) | 30256 | (make-variable-buffer-local 'view-mode) |
| 30300 | 30257 | ||
| 30301 | (autoload (quote view-file) "view" "\ | 30258 | (autoload 'view-file "view" "\ |
| 30302 | View FILE in View mode, returning to previous buffer when done. | 30259 | View FILE in View mode, returning to previous buffer when done. |
| 30303 | Emacs commands editing the buffer contents are not available; instead, | 30260 | Emacs commands editing the buffer contents are not available; instead, |
| 30304 | a special set of commands (mostly letters and punctuation) | 30261 | a special set of commands (mostly letters and punctuation) |
| @@ -30310,7 +30267,7 @@ This command runs the normal hook `view-mode-hook'. | |||
| 30310 | 30267 | ||
| 30311 | \(fn FILE)" t nil) | 30268 | \(fn FILE)" t nil) |
| 30312 | 30269 | ||
| 30313 | (autoload (quote view-file-other-window) "view" "\ | 30270 | (autoload 'view-file-other-window "view" "\ |
| 30314 | View FILE in View mode in another window. | 30271 | View FILE in View mode in another window. |
| 30315 | Return that window to its previous buffer when done. | 30272 | Return that window to its previous buffer when done. |
| 30316 | Emacs commands editing the buffer contents are not available; instead, | 30273 | Emacs commands editing the buffer contents are not available; instead, |
| @@ -30323,7 +30280,7 @@ This command runs the normal hook `view-mode-hook'. | |||
| 30323 | 30280 | ||
| 30324 | \(fn FILE)" t nil) | 30281 | \(fn FILE)" t nil) |
| 30325 | 30282 | ||
| 30326 | (autoload (quote view-file-other-frame) "view" "\ | 30283 | (autoload 'view-file-other-frame "view" "\ |
| 30327 | View FILE in View mode in another frame. | 30284 | View FILE in View mode in another frame. |
| 30328 | Maybe delete other frame and/or return to previous buffer when done. | 30285 | Maybe delete other frame and/or return to previous buffer when done. |
| 30329 | Emacs commands editing the buffer contents are not available; instead, | 30286 | Emacs commands editing the buffer contents are not available; instead, |
| @@ -30336,7 +30293,7 @@ This command runs the normal hook `view-mode-hook'. | |||
| 30336 | 30293 | ||
| 30337 | \(fn FILE)" t nil) | 30294 | \(fn FILE)" t nil) |
| 30338 | 30295 | ||
| 30339 | (autoload (quote view-buffer) "view" "\ | 30296 | (autoload 'view-buffer "view" "\ |
| 30340 | View BUFFER in View mode, returning to previous buffer when done. | 30297 | View BUFFER in View mode, returning to previous buffer when done. |
| 30341 | Emacs commands editing the buffer contents are not available; instead, | 30298 | Emacs commands editing the buffer contents are not available; instead, |
| 30342 | a special set of commands (mostly letters and punctuation) | 30299 | a special set of commands (mostly letters and punctuation) |
| @@ -30352,7 +30309,7 @@ Use this argument instead of explicitly setting `view-exit-action'. | |||
| 30352 | 30309 | ||
| 30353 | \(fn BUFFER &optional EXIT-ACTION)" t nil) | 30310 | \(fn BUFFER &optional EXIT-ACTION)" t nil) |
| 30354 | 30311 | ||
| 30355 | (autoload (quote view-buffer-other-window) "view" "\ | 30312 | (autoload 'view-buffer-other-window "view" "\ |
| 30356 | View BUFFER in View mode in another window. | 30313 | View BUFFER in View mode in another window. |
| 30357 | Return to previous buffer when done, unless optional NOT-RETURN is non-nil. | 30314 | Return to previous buffer when done, unless optional NOT-RETURN is non-nil. |
| 30358 | Emacs commands editing the buffer contents are not available; instead, | 30315 | Emacs commands editing the buffer contents are not available; instead, |
| @@ -30369,7 +30326,7 @@ Use this argument instead of explicitly setting `view-exit-action'. | |||
| 30369 | 30326 | ||
| 30370 | \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) | 30327 | \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) |
| 30371 | 30328 | ||
| 30372 | (autoload (quote view-buffer-other-frame) "view" "\ | 30329 | (autoload 'view-buffer-other-frame "view" "\ |
| 30373 | View BUFFER in View mode in another frame. | 30330 | View BUFFER in View mode in another frame. |
| 30374 | Return to previous buffer when done, unless optional NOT-RETURN is non-nil. | 30331 | Return to previous buffer when done, unless optional NOT-RETURN is non-nil. |
| 30375 | Emacs commands editing the buffer contents are not available; instead, | 30332 | Emacs commands editing the buffer contents are not available; instead, |
| @@ -30386,9 +30343,10 @@ Use this argument instead of explicitly setting `view-exit-action'. | |||
| 30386 | 30343 | ||
| 30387 | \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) | 30344 | \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil) |
| 30388 | 30345 | ||
| 30389 | (autoload (quote view-mode) "view" "\ | 30346 | (autoload 'view-mode "view" "\ |
| 30390 | Toggle View mode, a minor mode for viewing text but not editing it. | 30347 | Toggle View mode, a minor mode for viewing text but not editing it. |
| 30391 | With ARG, turn View mode on iff ARG is positive. | 30348 | With prefix argument ARG, turn View mode on if ARG is positive, otherwise |
| 30349 | turn it off. | ||
| 30392 | 30350 | ||
| 30393 | Emacs commands that do not change the buffer contents are available as usual. | 30351 | Emacs commands that do not change the buffer contents are available as usual. |
| 30394 | Kill commands insert text in kill buffers but do not delete. Other commands | 30352 | Kill commands insert text in kill buffers but do not delete. Other commands |
| @@ -30465,7 +30423,7 @@ Entry to view-mode runs the normal hook `view-mode-hook'. | |||
| 30465 | 30423 | ||
| 30466 | \(fn &optional ARG)" t nil) | 30424 | \(fn &optional ARG)" t nil) |
| 30467 | 30425 | ||
| 30468 | (autoload (quote view-mode-enter) "view" "\ | 30426 | (autoload 'view-mode-enter "view" "\ |
| 30469 | Enter View mode and set up exit from view mode depending on optional arguments. | 30427 | Enter View mode and set up exit from view mode depending on optional arguments. |
| 30470 | If RETURN-TO is non-nil it is added as an element to the buffer local alist | 30428 | If RETURN-TO is non-nil it is added as an element to the buffer local alist |
| 30471 | `view-return-to-alist'. | 30429 | `view-return-to-alist'. |
| @@ -30490,23 +30448,23 @@ This function runs the normal hook `view-mode-hook'. | |||
| 30490 | 30448 | ||
| 30491 | \(fn &optional RETURN-TO EXIT-ACTION)" nil nil) | 30449 | \(fn &optional RETURN-TO EXIT-ACTION)" nil nil) |
| 30492 | 30450 | ||
| 30493 | (autoload (quote View-exit-and-edit) "view" "\ | 30451 | (autoload 'View-exit-and-edit "view" "\ |
| 30494 | Exit View mode and make the current buffer editable. | 30452 | Exit View mode and make the current buffer editable. |
| 30495 | 30453 | ||
| 30496 | \(fn)" t nil) | 30454 | \(fn)" t nil) |
| 30497 | 30455 | ||
| 30498 | ;;;*** | 30456 | ;;;*** |
| 30499 | 30457 | ||
| 30500 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18104 | 30458 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18177 |
| 30501 | ;;;;;; 24748)) | 30459 | ;;;;;; 858)) |
| 30502 | ;;; Generated autoloads from emulation/vip.el | 30460 | ;;; Generated autoloads from emulation/vip.el |
| 30503 | 30461 | ||
| 30504 | (autoload (quote vip-setup) "vip" "\ | 30462 | (autoload 'vip-setup "vip" "\ |
| 30505 | Set up bindings for C-x 7 and C-z that are useful for VIP users. | 30463 | Set up bindings for C-x 7 and C-z that are useful for VIP users. |
| 30506 | 30464 | ||
| 30507 | \(fn)" nil nil) | 30465 | \(fn)" nil nil) |
| 30508 | 30466 | ||
| 30509 | (autoload (quote vip-mode) "vip" "\ | 30467 | (autoload 'vip-mode "vip" "\ |
| 30510 | Turn on VIP emulation of VI. | 30468 | Turn on VIP emulation of VI. |
| 30511 | 30469 | ||
| 30512 | \(fn)" t nil) | 30470 | \(fn)" t nil) |
| @@ -30514,16 +30472,16 @@ Turn on VIP emulation of VI. | |||
| 30514 | ;;;*** | 30472 | ;;;*** |
| 30515 | 30473 | ||
| 30516 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 30474 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 30517 | ;;;;;; (18104 24748)) | 30475 | ;;;;;; (18190 35188)) |
| 30518 | ;;; Generated autoloads from emulation/viper.el | 30476 | ;;; Generated autoloads from emulation/viper.el |
| 30519 | 30477 | ||
| 30520 | (autoload (quote toggle-viper-mode) "viper" "\ | 30478 | (autoload 'toggle-viper-mode "viper" "\ |
| 30521 | Toggle Viper on/off. | 30479 | Toggle Viper on/off. |
| 30522 | If Viper is enabled, turn it off. Otherwise, turn it on. | 30480 | If Viper is enabled, turn it off. Otherwise, turn it on. |
| 30523 | 30481 | ||
| 30524 | \(fn)" t nil) | 30482 | \(fn)" t nil) |
| 30525 | 30483 | ||
| 30526 | (autoload (quote viper-mode) "viper" "\ | 30484 | (autoload 'viper-mode "viper" "\ |
| 30527 | Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | 30485 | Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. |
| 30528 | 30486 | ||
| 30529 | \(fn)" t nil) | 30487 | \(fn)" t nil) |
| @@ -30531,7 +30489,7 @@ Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'. | |||
| 30531 | ;;;*** | 30489 | ;;;*** |
| 30532 | 30490 | ||
| 30533 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" | 30491 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 30534 | ;;;;;; (18104 24748)) | 30492 | ;;;;;; (18177 858)) |
| 30535 | ;;; Generated autoloads from emacs-lisp/warnings.el | 30493 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 30536 | 30494 | ||
| 30537 | (defvar warning-prefix-function nil "\ | 30495 | (defvar warning-prefix-function nil "\ |
| @@ -30560,7 +30518,7 @@ Format for displaying the warning type in the warning message. | |||
| 30560 | The result of formatting the type this way gets included in the | 30518 | The result of formatting the type this way gets included in the |
| 30561 | message under the control of the string in `warning-levels'.") | 30519 | message under the control of the string in `warning-levels'.") |
| 30562 | 30520 | ||
| 30563 | (autoload (quote display-warning) "warnings" "\ | 30521 | (autoload 'display-warning "warnings" "\ |
| 30564 | Display a warning message, MESSAGE. | 30522 | Display a warning message, MESSAGE. |
| 30565 | TYPE is the warning type: either a custom group name (a symbol), | 30523 | TYPE is the warning type: either a custom group name (a symbol), |
| 30566 | or a list of symbols whose first element is a custom group name. | 30524 | or a list of symbols whose first element is a custom group name. |
| @@ -30589,7 +30547,7 @@ See also `warning-series', `warning-prefix-function' and | |||
| 30589 | 30547 | ||
| 30590 | \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil) | 30548 | \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil) |
| 30591 | 30549 | ||
| 30592 | (autoload (quote lwarn) "warnings" "\ | 30550 | (autoload 'lwarn "warnings" "\ |
| 30593 | Display a warning message made from (format MESSAGE ARGS...). | 30551 | Display a warning message made from (format MESSAGE ARGS...). |
| 30594 | Aside from generating the message with `format', | 30552 | Aside from generating the message with `format', |
| 30595 | this is equivalent to `display-warning'. | 30553 | this is equivalent to `display-warning'. |
| @@ -30610,7 +30568,7 @@ LEVEL should be either :debug, :warning, :error, or :emergency | |||
| 30610 | 30568 | ||
| 30611 | \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil) | 30569 | \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil) |
| 30612 | 30570 | ||
| 30613 | (autoload (quote warn) "warnings" "\ | 30571 | (autoload 'warn "warnings" "\ |
| 30614 | Display a warning message made from (format MESSAGE ARGS...). | 30572 | Display a warning message made from (format MESSAGE ARGS...). |
| 30615 | Aside from generating the message with `format', | 30573 | Aside from generating the message with `format', |
| 30616 | this is equivalent to `display-warning', using | 30574 | this is equivalent to `display-warning', using |
| @@ -30621,10 +30579,10 @@ this is equivalent to `display-warning', using | |||
| 30621 | ;;;*** | 30579 | ;;;*** |
| 30622 | 30580 | ||
| 30623 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" | 30581 | ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" |
| 30624 | ;;;;;; (18104 24742)) | 30582 | ;;;;;; (18177 878)) |
| 30625 | ;;; Generated autoloads from wdired.el | 30583 | ;;; Generated autoloads from wdired.el |
| 30626 | 30584 | ||
| 30627 | (autoload (quote wdired-change-to-wdired-mode) "wdired" "\ | 30585 | (autoload 'wdired-change-to-wdired-mode "wdired" "\ |
| 30628 | Put a dired buffer in a mode in which filenames are editable. | 30586 | Put a dired buffer in a mode in which filenames are editable. |
| 30629 | \\<wdired-mode-map> | 30587 | \\<wdired-mode-map> |
| 30630 | This mode allows the user to change the names of the files, and after | 30588 | This mode allows the user to change the names of the files, and after |
| @@ -30637,10 +30595,10 @@ See `wdired-mode'. | |||
| 30637 | 30595 | ||
| 30638 | ;;;*** | 30596 | ;;;*** |
| 30639 | 30597 | ||
| 30640 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18104 24760)) | 30598 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18177 869)) |
| 30641 | ;;; Generated autoloads from net/webjump.el | 30599 | ;;; Generated autoloads from net/webjump.el |
| 30642 | 30600 | ||
| 30643 | (autoload (quote webjump) "webjump" "\ | 30601 | (autoload 'webjump "webjump" "\ |
| 30644 | Jumps to a Web site from a programmable hotlist. | 30602 | Jumps to a Web site from a programmable hotlist. |
| 30645 | 30603 | ||
| 30646 | See the documentation for the `webjump-sites' variable for how to customize the | 30604 | See the documentation for the `webjump-sites' variable for how to customize the |
| @@ -30654,12 +30612,12 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30654 | ;;;*** | 30612 | ;;;*** |
| 30655 | 30613 | ||
| 30656 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 30614 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 30657 | ;;;;;; (18104 24769)) | 30615 | ;;;;;; (18190 35206)) |
| 30658 | ;;; Generated autoloads from progmodes/which-func.el | 30616 | ;;; Generated autoloads from progmodes/which-func.el |
| 30659 | (put 'which-func-format 'risky-local-variable t) | 30617 | (put 'which-func-format 'risky-local-variable t) |
| 30660 | (put 'which-func-current 'risky-local-variable t) | 30618 | (put 'which-func-current 'risky-local-variable t) |
| 30661 | 30619 | ||
| 30662 | (defalias (quote which-func-mode) (quote which-function-mode)) | 30620 | (defalias 'which-func-mode 'which-function-mode) |
| 30663 | 30621 | ||
| 30664 | (defvar which-function-mode nil "\ | 30622 | (defvar which-function-mode nil "\ |
| 30665 | Non-nil if Which-Function mode is enabled. | 30623 | Non-nil if Which-Function mode is enabled. |
| @@ -30668,14 +30626,14 @@ Setting this variable directly does not take effect; | |||
| 30668 | either customize it (see the info node `Easy Customization') | 30626 | either customize it (see the info node `Easy Customization') |
| 30669 | or call the function `which-function-mode'.") | 30627 | or call the function `which-function-mode'.") |
| 30670 | 30628 | ||
| 30671 | (custom-autoload (quote which-function-mode) "which-func" nil) | 30629 | (custom-autoload 'which-function-mode "which-func" nil) |
| 30672 | 30630 | ||
| 30673 | (autoload (quote which-function-mode) "which-func" "\ | 30631 | (autoload 'which-function-mode "which-func" "\ |
| 30674 | Toggle Which Function mode, globally. | 30632 | Toggle Which Function mode, globally. |
| 30675 | When Which Function mode is enabled, the current function name is | 30633 | When Which Function mode is enabled, the current function name is |
| 30676 | continuously displayed in the mode line, in certain major modes. | 30634 | continuously displayed in the mode line, in certain major modes. |
| 30677 | 30635 | ||
| 30678 | With prefix ARG, turn Which Function mode on iff arg is positive, | 30636 | With prefix ARG, turn Which Function mode on if arg is positive, |
| 30679 | and off otherwise. | 30637 | and off otherwise. |
| 30680 | 30638 | ||
| 30681 | \(fn &optional ARG)" t nil) | 30639 | \(fn &optional ARG)" t nil) |
| @@ -30687,35 +30645,35 @@ and off otherwise. | |||
| 30687 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 30645 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 30688 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 30646 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 30689 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 30647 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 30690 | ;;;;;; (18104 24742)) | 30648 | ;;;;;; (18190 35214)) |
| 30691 | ;;; Generated autoloads from whitespace.el | 30649 | ;;; Generated autoloads from whitespace.el |
| 30692 | 30650 | ||
| 30693 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 30651 | (autoload 'whitespace-toggle-leading-check "whitespace" "\ |
| 30694 | Toggle the check for leading space in the local buffer. | 30652 | Toggle the check for leading space in the local buffer. |
| 30695 | 30653 | ||
| 30696 | \(fn)" t nil) | 30654 | \(fn)" t nil) |
| 30697 | 30655 | ||
| 30698 | (autoload (quote whitespace-toggle-trailing-check) "whitespace" "\ | 30656 | (autoload 'whitespace-toggle-trailing-check "whitespace" "\ |
| 30699 | Toggle the check for trailing space in the local buffer. | 30657 | Toggle the check for trailing space in the local buffer. |
| 30700 | 30658 | ||
| 30701 | \(fn)" t nil) | 30659 | \(fn)" t nil) |
| 30702 | 30660 | ||
| 30703 | (autoload (quote whitespace-toggle-indent-check) "whitespace" "\ | 30661 | (autoload 'whitespace-toggle-indent-check "whitespace" "\ |
| 30704 | Toggle the check for indentation space in the local buffer. | 30662 | Toggle the check for indentation space in the local buffer. |
| 30705 | 30663 | ||
| 30706 | \(fn)" t nil) | 30664 | \(fn)" t nil) |
| 30707 | 30665 | ||
| 30708 | (autoload (quote whitespace-toggle-spacetab-check) "whitespace" "\ | 30666 | (autoload 'whitespace-toggle-spacetab-check "whitespace" "\ |
| 30709 | Toggle the check for space-followed-by-TABs in the local buffer. | 30667 | Toggle the check for space-followed-by-TABs in the local buffer. |
| 30710 | 30668 | ||
| 30711 | \(fn)" t nil) | 30669 | \(fn)" t nil) |
| 30712 | 30670 | ||
| 30713 | (autoload (quote whitespace-toggle-ateol-check) "whitespace" "\ | 30671 | (autoload 'whitespace-toggle-ateol-check "whitespace" "\ |
| 30714 | Toggle the check for end-of-line space in the local buffer. | 30672 | Toggle the check for end-of-line space in the local buffer. |
| 30715 | 30673 | ||
| 30716 | \(fn)" t nil) | 30674 | \(fn)" t nil) |
| 30717 | 30675 | ||
| 30718 | (autoload (quote whitespace-buffer) "whitespace" "\ | 30676 | (autoload 'whitespace-buffer "whitespace" "\ |
| 30719 | Find five different types of white spaces in buffer. | 30677 | Find five different types of white spaces in buffer. |
| 30720 | These are: | 30678 | These are: |
| 30721 | 1. Leading space (empty lines at the top of a file). | 30679 | 1. Leading space (empty lines at the top of a file). |
| @@ -30731,12 +30689,12 @@ and: | |||
| 30731 | 30689 | ||
| 30732 | \(fn &optional QUIET)" t nil) | 30690 | \(fn &optional QUIET)" t nil) |
| 30733 | 30691 | ||
| 30734 | (autoload (quote whitespace-region) "whitespace" "\ | 30692 | (autoload 'whitespace-region "whitespace" "\ |
| 30735 | Check the region for whitespace errors. | 30693 | Check the region for whitespace errors. |
| 30736 | 30694 | ||
| 30737 | \(fn S E)" t nil) | 30695 | \(fn S E)" t nil) |
| 30738 | 30696 | ||
| 30739 | (autoload (quote whitespace-cleanup) "whitespace" "\ | 30697 | (autoload 'whitespace-cleanup "whitespace" "\ |
| 30740 | Cleanup the five different kinds of whitespace problems. | 30698 | Cleanup the five different kinds of whitespace problems. |
| 30741 | It normally applies to the whole buffer, but in Transient Mark mode | 30699 | It normally applies to the whole buffer, but in Transient Mark mode |
| 30742 | when the mark is active it applies to the region. | 30700 | when the mark is active it applies to the region. |
| @@ -30744,12 +30702,12 @@ See `whitespace-buffer' docstring for a summary of the problems. | |||
| 30744 | 30702 | ||
| 30745 | \(fn)" t nil) | 30703 | \(fn)" t nil) |
| 30746 | 30704 | ||
| 30747 | (autoload (quote whitespace-cleanup-region) "whitespace" "\ | 30705 | (autoload 'whitespace-cleanup-region "whitespace" "\ |
| 30748 | Whitespace cleanup on the region. | 30706 | Whitespace cleanup on the region. |
| 30749 | 30707 | ||
| 30750 | \(fn S E)" t nil) | 30708 | \(fn S E)" t nil) |
| 30751 | 30709 | ||
| 30752 | (defalias (quote global-whitespace-mode) (quote whitespace-global-mode)) | 30710 | (defalias 'global-whitespace-mode 'whitespace-global-mode) |
| 30753 | 30711 | ||
| 30754 | (defvar whitespace-global-mode nil "\ | 30712 | (defvar whitespace-global-mode nil "\ |
| 30755 | Non-nil if Whitespace-Global mode is enabled. | 30713 | Non-nil if Whitespace-Global mode is enabled. |
| @@ -30758,18 +30716,18 @@ Setting this variable directly does not take effect; | |||
| 30758 | either customize it (see the info node `Easy Customization') | 30716 | either customize it (see the info node `Easy Customization') |
| 30759 | or call the function `whitespace-global-mode'.") | 30717 | or call the function `whitespace-global-mode'.") |
| 30760 | 30718 | ||
| 30761 | (custom-autoload (quote whitespace-global-mode) "whitespace" nil) | 30719 | (custom-autoload 'whitespace-global-mode "whitespace" nil) |
| 30762 | 30720 | ||
| 30763 | (autoload (quote whitespace-global-mode) "whitespace" "\ | 30721 | (autoload 'whitespace-global-mode "whitespace" "\ |
| 30764 | Toggle using Whitespace mode in new buffers. | 30722 | Toggle using Whitespace mode in new buffers. |
| 30765 | With ARG, turn the mode on iff ARG is positive. | 30723 | With ARG, turn the mode on if ARG is positive, otherwise turn it off. |
| 30766 | 30724 | ||
| 30767 | When this mode is active, `whitespace-buffer' is added to | 30725 | When this mode is active, `whitespace-buffer' is added to |
| 30768 | `find-file-hook' and `kill-buffer-hook'. | 30726 | `find-file-hook' and `kill-buffer-hook'. |
| 30769 | 30727 | ||
| 30770 | \(fn &optional ARG)" t nil) | 30728 | \(fn &optional ARG)" t nil) |
| 30771 | 30729 | ||
| 30772 | (autoload (quote whitespace-write-file-hook) "whitespace" "\ | 30730 | (autoload 'whitespace-write-file-hook "whitespace" "\ |
| 30773 | Hook function to be called on the buffer when whitespace check is enabled. | 30731 | Hook function to be called on the buffer when whitespace check is enabled. |
| 30774 | This is meant to be added buffer-locally to `write-file-functions'. | 30732 | This is meant to be added buffer-locally to `write-file-functions'. |
| 30775 | 30733 | ||
| @@ -30778,25 +30736,25 @@ This is meant to be added buffer-locally to `write-file-functions'. | |||
| 30778 | ;;;*** | 30736 | ;;;*** |
| 30779 | 30737 | ||
| 30780 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse | 30738 | ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse |
| 30781 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18104 24742)) | 30739 | ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18190 35214)) |
| 30782 | ;;; Generated autoloads from wid-browse.el | 30740 | ;;; Generated autoloads from wid-browse.el |
| 30783 | 30741 | ||
| 30784 | (autoload (quote widget-browse-at) "wid-browse" "\ | 30742 | (autoload 'widget-browse-at "wid-browse" "\ |
| 30785 | Browse the widget under point. | 30743 | Browse the widget under point. |
| 30786 | 30744 | ||
| 30787 | \(fn POS)" t nil) | 30745 | \(fn POS)" t nil) |
| 30788 | 30746 | ||
| 30789 | (autoload (quote widget-browse) "wid-browse" "\ | 30747 | (autoload 'widget-browse "wid-browse" "\ |
| 30790 | Create a widget browser for WIDGET. | 30748 | Create a widget browser for WIDGET. |
| 30791 | 30749 | ||
| 30792 | \(fn WIDGET)" t nil) | 30750 | \(fn WIDGET)" t nil) |
| 30793 | 30751 | ||
| 30794 | (autoload (quote widget-browse-other-window) "wid-browse" "\ | 30752 | (autoload 'widget-browse-other-window "wid-browse" "\ |
| 30795 | Show widget browser for WIDGET in other window. | 30753 | Show widget browser for WIDGET in other window. |
| 30796 | 30754 | ||
| 30797 | \(fn &optional WIDGET)" t nil) | 30755 | \(fn &optional WIDGET)" t nil) |
| 30798 | 30756 | ||
| 30799 | (autoload (quote widget-minor-mode) "wid-browse" "\ | 30757 | (autoload 'widget-minor-mode "wid-browse" "\ |
| 30800 | Togle minor mode for traversing widgets. | 30758 | Togle minor mode for traversing widgets. |
| 30801 | With arg, turn widget mode on if and only if arg is positive. | 30759 | With arg, turn widget mode on if and only if arg is positive. |
| 30802 | 30760 | ||
| @@ -30805,44 +30763,44 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 30805 | ;;;*** | 30763 | ;;;*** |
| 30806 | 30764 | ||
| 30807 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 30765 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 30808 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18104 | 30766 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18190 |
| 30809 | ;;;;;; 24742)) | 30767 | ;;;;;; 35214)) |
| 30810 | ;;; Generated autoloads from wid-edit.el | 30768 | ;;; Generated autoloads from wid-edit.el |
| 30811 | 30769 | ||
| 30812 | (autoload (quote widgetp) "wid-edit" "\ | 30770 | (autoload 'widgetp "wid-edit" "\ |
| 30813 | Return non-nil iff WIDGET is a widget. | 30771 | Return non-nil if WIDGET is a widget. |
| 30814 | 30772 | ||
| 30815 | \(fn WIDGET)" nil nil) | 30773 | \(fn WIDGET)" nil nil) |
| 30816 | 30774 | ||
| 30817 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 30775 | (autoload 'widget-prompt-value "wid-edit" "\ |
| 30818 | Prompt for a value matching WIDGET, using PROMPT. | 30776 | Prompt for a value matching WIDGET, using PROMPT. |
| 30819 | The current value is assumed to be VALUE, unless UNBOUND is non-nil. | 30777 | The current value is assumed to be VALUE, unless UNBOUND is non-nil. |
| 30820 | 30778 | ||
| 30821 | \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil) | 30779 | \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil) |
| 30822 | 30780 | ||
| 30823 | (autoload (quote widget-create) "wid-edit" "\ | 30781 | (autoload 'widget-create "wid-edit" "\ |
| 30824 | Create widget of TYPE. | 30782 | Create widget of TYPE. |
| 30825 | The optional ARGS are additional keyword arguments. | 30783 | The optional ARGS are additional keyword arguments. |
| 30826 | 30784 | ||
| 30827 | \(fn TYPE &rest ARGS)" nil nil) | 30785 | \(fn TYPE &rest ARGS)" nil nil) |
| 30828 | 30786 | ||
| 30829 | (autoload (quote widget-delete) "wid-edit" "\ | 30787 | (autoload 'widget-delete "wid-edit" "\ |
| 30830 | Delete WIDGET. | 30788 | Delete WIDGET. |
| 30831 | 30789 | ||
| 30832 | \(fn WIDGET)" nil nil) | 30790 | \(fn WIDGET)" nil nil) |
| 30833 | 30791 | ||
| 30834 | (autoload (quote widget-insert) "wid-edit" "\ | 30792 | (autoload 'widget-insert "wid-edit" "\ |
| 30835 | Call `insert' with ARGS even if surrounding text is read only. | 30793 | Call `insert' with ARGS even if surrounding text is read only. |
| 30836 | 30794 | ||
| 30837 | \(fn &rest ARGS)" nil nil) | 30795 | \(fn &rest ARGS)" nil nil) |
| 30838 | 30796 | ||
| 30839 | (defalias (quote advertised-widget-backward) (quote widget-backward)) | 30797 | (defalias 'advertised-widget-backward 'widget-backward) |
| 30840 | 30798 | ||
| 30841 | (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " (quote widget-forward)) (define-key map " " (quote widget-backward)) (define-key map [(shift tab)] (quote advertised-widget-backward)) (define-key map [backtab] (quote widget-backward)) (define-key map [down-mouse-2] (quote widget-button-click)) (define-key map [down-mouse-1] (quote widget-button-click)) (define-key map " " (quote widget-button-press)) map) "\ | 30799 | (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map " " 'widget-backward) (define-key map [(shift tab)] 'advertised-widget-backward) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map " " 'widget-button-press) map) "\ |
| 30842 | Keymap containing useful binding for buffers containing widgets. | 30800 | Keymap containing useful binding for buffers containing widgets. |
| 30843 | Recommended as a parent keymap for modes using widgets.") | 30801 | Recommended as a parent keymap for modes using widgets.") |
| 30844 | 30802 | ||
| 30845 | (autoload (quote widget-setup) "wid-edit" "\ | 30803 | (autoload 'widget-setup "wid-edit" "\ |
| 30846 | Setup current buffer so editing string widgets works. | 30804 | Setup current buffer so editing string widgets works. |
| 30847 | 30805 | ||
| 30848 | \(fn)" nil nil) | 30806 | \(fn)" nil nil) |
| @@ -30850,11 +30808,11 @@ Setup current buffer so editing string widgets works. | |||
| 30850 | ;;;*** | 30808 | ;;;*** |
| 30851 | 30809 | ||
| 30852 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 30810 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 30853 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18104 | 30811 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18177 |
| 30854 | ;;;;;; 24742)) | 30812 | ;;;;;; 878)) |
| 30855 | ;;; Generated autoloads from windmove.el | 30813 | ;;; Generated autoloads from windmove.el |
| 30856 | 30814 | ||
| 30857 | (autoload (quote windmove-left) "windmove" "\ | 30815 | (autoload 'windmove-left "windmove" "\ |
| 30858 | Select the window to the left of the current one. | 30816 | Select the window to the left of the current one. |
| 30859 | With no prefix argument, or with prefix argument equal to zero, | 30817 | With no prefix argument, or with prefix argument equal to zero, |
| 30860 | \"left\" is relative to the position of point in the window; otherwise | 30818 | \"left\" is relative to the position of point in the window; otherwise |
| @@ -30864,7 +30822,7 @@ If no window is at the desired location, an error is signaled. | |||
| 30864 | 30822 | ||
| 30865 | \(fn &optional ARG)" t nil) | 30823 | \(fn &optional ARG)" t nil) |
| 30866 | 30824 | ||
| 30867 | (autoload (quote windmove-up) "windmove" "\ | 30825 | (autoload 'windmove-up "windmove" "\ |
| 30868 | Select the window above the current one. | 30826 | Select the window above the current one. |
| 30869 | With no prefix argument, or with prefix argument equal to zero, \"up\" | 30827 | With no prefix argument, or with prefix argument equal to zero, \"up\" |
| 30870 | is relative to the position of point in the window; otherwise it is | 30828 | is relative to the position of point in the window; otherwise it is |
| @@ -30874,7 +30832,7 @@ If no window is at the desired location, an error is signaled. | |||
| 30874 | 30832 | ||
| 30875 | \(fn &optional ARG)" t nil) | 30833 | \(fn &optional ARG)" t nil) |
| 30876 | 30834 | ||
| 30877 | (autoload (quote windmove-right) "windmove" "\ | 30835 | (autoload 'windmove-right "windmove" "\ |
| 30878 | Select the window to the right of the current one. | 30836 | Select the window to the right of the current one. |
| 30879 | With no prefix argument, or with prefix argument equal to zero, | 30837 | With no prefix argument, or with prefix argument equal to zero, |
| 30880 | \"right\" is relative to the position of point in the window; | 30838 | \"right\" is relative to the position of point in the window; |
| @@ -30884,7 +30842,7 @@ If no window is at the desired location, an error is signaled. | |||
| 30884 | 30842 | ||
| 30885 | \(fn &optional ARG)" t nil) | 30843 | \(fn &optional ARG)" t nil) |
| 30886 | 30844 | ||
| 30887 | (autoload (quote windmove-down) "windmove" "\ | 30845 | (autoload 'windmove-down "windmove" "\ |
| 30888 | Select the window below the current one. | 30846 | Select the window below the current one. |
| 30889 | With no prefix argument, or with prefix argument equal to zero, | 30847 | With no prefix argument, or with prefix argument equal to zero, |
| 30890 | \"down\" is relative to the position of point in the window; otherwise | 30848 | \"down\" is relative to the position of point in the window; otherwise |
| @@ -30894,7 +30852,7 @@ If no window is at the desired location, an error is signaled. | |||
| 30894 | 30852 | ||
| 30895 | \(fn &optional ARG)" t nil) | 30853 | \(fn &optional ARG)" t nil) |
| 30896 | 30854 | ||
| 30897 | (autoload (quote windmove-default-keybindings) "windmove" "\ | 30855 | (autoload 'windmove-default-keybindings "windmove" "\ |
| 30898 | Set up keybindings for `windmove'. | 30856 | Set up keybindings for `windmove'. |
| 30899 | Keybindings are of the form MODIFIER-{left,right,up,down}. | 30857 | Keybindings are of the form MODIFIER-{left,right,up,down}. |
| 30900 | Default MODIFIER is 'shift. | 30858 | Default MODIFIER is 'shift. |
| @@ -30904,7 +30862,7 @@ Default MODIFIER is 'shift. | |||
| 30904 | ;;;*** | 30862 | ;;;*** |
| 30905 | 30863 | ||
| 30906 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 30864 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 30907 | ;;;;;; (18104 24743)) | 30865 | ;;;;;; (18177 878)) |
| 30908 | ;;; Generated autoloads from winner.el | 30866 | ;;; Generated autoloads from winner.el |
| 30909 | 30867 | ||
| 30910 | (defvar winner-mode nil "\ | 30868 | (defvar winner-mode nil "\ |
| @@ -30912,9 +30870,9 @@ Toggle Winner mode. | |||
| 30912 | Setting this variable directly does not take effect; | 30870 | Setting this variable directly does not take effect; |
| 30913 | use either \\[customize] or the function `winner-mode'.") | 30871 | use either \\[customize] or the function `winner-mode'.") |
| 30914 | 30872 | ||
| 30915 | (custom-autoload (quote winner-mode) "winner" nil) | 30873 | (custom-autoload 'winner-mode "winner" nil) |
| 30916 | 30874 | ||
| 30917 | (autoload (quote winner-mode) "winner" "\ | 30875 | (autoload 'winner-mode "winner" "\ |
| 30918 | Toggle Winner mode. | 30876 | Toggle Winner mode. |
| 30919 | With arg, turn Winner mode on if and only if arg is positive. | 30877 | With arg, turn Winner mode on if and only if arg is positive. |
| 30920 | 30878 | ||
| @@ -30923,10 +30881,10 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 30923 | ;;;*** | 30881 | ;;;*** |
| 30924 | 30882 | ||
| 30925 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 30883 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 30926 | ;;;;;; "woman.el" (18104 24743)) | 30884 | ;;;;;; "woman.el" (18190 35215)) |
| 30927 | ;;; Generated autoloads from woman.el | 30885 | ;;; Generated autoloads from woman.el |
| 30928 | 30886 | ||
| 30929 | (autoload (quote woman) "woman" "\ | 30887 | (autoload 'woman "woman" "\ |
| 30930 | Browse UN*X man page for TOPIC (Without using external Man program). | 30888 | Browse UN*X man page for TOPIC (Without using external Man program). |
| 30931 | The major browsing mode used is essentially the standard Man mode. | 30889 | The major browsing mode used is essentially the standard Man mode. |
| 30932 | Choose the filename for the man page using completion, based on the | 30890 | Choose the filename for the man page using completion, based on the |
| @@ -30940,12 +30898,12 @@ should be a topic string and non-nil RE-CACHE forces re-caching. | |||
| 30940 | 30898 | ||
| 30941 | \(fn &optional TOPIC RE-CACHE)" t nil) | 30899 | \(fn &optional TOPIC RE-CACHE)" t nil) |
| 30942 | 30900 | ||
| 30943 | (autoload (quote woman-dired-find-file) "woman" "\ | 30901 | (autoload 'woman-dired-find-file "woman" "\ |
| 30944 | In dired, run the WoMan man-page browser on this file. | 30902 | In dired, run the WoMan man-page browser on this file. |
| 30945 | 30903 | ||
| 30946 | \(fn)" t nil) | 30904 | \(fn)" t nil) |
| 30947 | 30905 | ||
| 30948 | (autoload (quote woman-find-file) "woman" "\ | 30906 | (autoload 'woman-find-file "woman" "\ |
| 30949 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. | 30907 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. |
| 30950 | Use existing buffer if possible; reformat only if prefix arg given. | 30908 | Use existing buffer if possible; reformat only if prefix arg given. |
| 30951 | When called interactively, optional argument REFORMAT forces reformatting | 30909 | When called interactively, optional argument REFORMAT forces reformatting |
| @@ -30959,10 +30917,10 @@ decompress the file if appropriate. See the documentation for the | |||
| 30959 | ;;;*** | 30917 | ;;;*** |
| 30960 | 30918 | ||
| 30961 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" | 30919 | ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" |
| 30962 | ;;;;;; (18104 24748)) | 30920 | ;;;;;; (18177 858)) |
| 30963 | ;;; Generated autoloads from emulation/ws-mode.el | 30921 | ;;; Generated autoloads from emulation/ws-mode.el |
| 30964 | 30922 | ||
| 30965 | (autoload (quote wordstar-mode) "ws-mode" "\ | 30923 | (autoload 'wordstar-mode "ws-mode" "\ |
| 30966 | Major mode with WordStar-like key bindings. | 30924 | Major mode with WordStar-like key bindings. |
| 30967 | 30925 | ||
| 30968 | BUGS: | 30926 | BUGS: |
| @@ -31072,10 +31030,10 @@ The key bindings are: | |||
| 31072 | ;;;*** | 31030 | ;;;*** |
| 31073 | 31031 | ||
| 31074 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | 31032 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" |
| 31075 | ;;;;;; (18104 24743)) | 31033 | ;;;;;; (18177 878)) |
| 31076 | ;;; Generated autoloads from xml.el | 31034 | ;;; Generated autoloads from xml.el |
| 31077 | 31035 | ||
| 31078 | (autoload (quote xml-parse-file) "xml" "\ | 31036 | (autoload 'xml-parse-file "xml" "\ |
| 31079 | Parse the well-formed XML file FILE. | 31037 | Parse the well-formed XML file FILE. |
| 31080 | If FILE is already visited, use its buffer and don't kill it. | 31038 | If FILE is already visited, use its buffer and don't kill it. |
| 31081 | Returns the top node with all its children. | 31039 | Returns the top node with all its children. |
| @@ -31084,7 +31042,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 31084 | 31042 | ||
| 31085 | \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil) | 31043 | \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil) |
| 31086 | 31044 | ||
| 31087 | (autoload (quote xml-parse-region) "xml" "\ | 31045 | (autoload 'xml-parse-region "xml" "\ |
| 31088 | Parse the region from BEG to END in BUFFER. | 31046 | Parse the region from BEG to END in BUFFER. |
| 31089 | If BUFFER is nil, it defaults to the current buffer. | 31047 | If BUFFER is nil, it defaults to the current buffer. |
| 31090 | Returns the XML list for the region, or raises an error if the region | 31048 | Returns the XML list for the region, or raises an error if the region |
| @@ -31097,8 +31055,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded. | |||
| 31097 | 31055 | ||
| 31098 | ;;;*** | 31056 | ;;;*** |
| 31099 | 31057 | ||
| 31100 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18104 | 31058 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18190 |
| 31101 | ;;;;;; 24743)) | 31059 | ;;;;;; 35215)) |
| 31102 | ;;; Generated autoloads from xt-mouse.el | 31060 | ;;; Generated autoloads from xt-mouse.el |
| 31103 | 31061 | ||
| 31104 | (defvar xterm-mouse-mode nil "\ | 31062 | (defvar xterm-mouse-mode nil "\ |
| @@ -31108,11 +31066,12 @@ Setting this variable directly does not take effect; | |||
| 31108 | either customize it (see the info node `Easy Customization') | 31066 | either customize it (see the info node `Easy Customization') |
| 31109 | or call the function `xterm-mouse-mode'.") | 31067 | or call the function `xterm-mouse-mode'.") |
| 31110 | 31068 | ||
| 31111 | (custom-autoload (quote xterm-mouse-mode) "xt-mouse" nil) | 31069 | (custom-autoload 'xterm-mouse-mode "xt-mouse" nil) |
| 31112 | 31070 | ||
| 31113 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 31071 | (autoload 'xterm-mouse-mode "xt-mouse" "\ |
| 31114 | Toggle XTerm mouse mode. | 31072 | Toggle XTerm mouse mode. |
| 31115 | With prefix arg, turn XTerm mouse mode on iff arg is positive. | 31073 | With prefix arg, turn XTerm mouse mode on if arg is positive, otherwise turn |
| 31074 | it off. | ||
| 31116 | 31075 | ||
| 31117 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. | 31076 | Turn it on to use Emacs mouse commands, and off to use xterm mouse commands. |
| 31118 | This works in terminal emulators compatible with xterm. It only | 31077 | This works in terminal emulators compatible with xterm. It only |
| @@ -31126,15 +31085,15 @@ down the SHIFT key while pressing the mouse button. | |||
| 31126 | ;;;*** | 31085 | ;;;*** |
| 31127 | 31086 | ||
| 31128 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" | 31087 | ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc" |
| 31129 | ;;;;;; "gnus/yenc.el" (18104 24756)) | 31088 | ;;;;;; "gnus/yenc.el" (18177 863)) |
| 31130 | ;;; Generated autoloads from gnus/yenc.el | 31089 | ;;; Generated autoloads from gnus/yenc.el |
| 31131 | 31090 | ||
| 31132 | (autoload (quote yenc-decode-region) "yenc" "\ | 31091 | (autoload 'yenc-decode-region "yenc" "\ |
| 31133 | Yenc decode region between START and END using an internal decoder. | 31092 | Yenc decode region between START and END using an internal decoder. |
| 31134 | 31093 | ||
| 31135 | \(fn START END)" t nil) | 31094 | \(fn START END)" t nil) |
| 31136 | 31095 | ||
| 31137 | (autoload (quote yenc-extract-filename) "yenc" "\ | 31096 | (autoload 'yenc-extract-filename "yenc" "\ |
| 31138 | Extract file name from an yenc header. | 31097 | Extract file name from an yenc header. |
| 31139 | 31098 | ||
| 31140 | \(fn)" nil nil) | 31099 | \(fn)" nil nil) |
| @@ -31142,36 +31101,36 @@ Extract file name from an yenc header. | |||
| 31142 | ;;;*** | 31101 | ;;;*** |
| 31143 | 31102 | ||
| 31144 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism | 31103 | ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism |
| 31145 | ;;;;;; yow) "yow" "play/yow.el" (18104 24762)) | 31104 | ;;;;;; yow) "yow" "play/yow.el" (18177 871)) |
| 31146 | ;;; Generated autoloads from play/yow.el | 31105 | ;;; Generated autoloads from play/yow.el |
| 31147 | 31106 | ||
| 31148 | (autoload (quote yow) "yow" "\ | 31107 | (autoload 'yow "yow" "\ |
| 31149 | Return or display a random Zippy quotation. With prefix arg, insert it. | 31108 | Return or display a random Zippy quotation. With prefix arg, insert it. |
| 31150 | 31109 | ||
| 31151 | \(fn &optional INSERT DISPLAY)" t nil) | 31110 | \(fn &optional INSERT DISPLAY)" t nil) |
| 31152 | 31111 | ||
| 31153 | (autoload (quote insert-zippyism) "yow" "\ | 31112 | (autoload 'insert-zippyism "yow" "\ |
| 31154 | Prompt with completion for a known Zippy quotation, and insert it at point. | 31113 | Prompt with completion for a known Zippy quotation, and insert it at point. |
| 31155 | 31114 | ||
| 31156 | \(fn &optional ZIPPYISM)" t nil) | 31115 | \(fn &optional ZIPPYISM)" t nil) |
| 31157 | 31116 | ||
| 31158 | (autoload (quote apropos-zippy) "yow" "\ | 31117 | (autoload 'apropos-zippy "yow" "\ |
| 31159 | Return a list of all Zippy quotes matching REGEXP. | 31118 | Return a list of all Zippy quotes matching REGEXP. |
| 31160 | If called interactively, display a list of matches. | 31119 | If called interactively, display a list of matches. |
| 31161 | 31120 | ||
| 31162 | \(fn REGEXP)" t nil) | 31121 | \(fn REGEXP)" t nil) |
| 31163 | 31122 | ||
| 31164 | (autoload (quote psychoanalyze-pinhead) "yow" "\ | 31123 | (autoload 'psychoanalyze-pinhead "yow" "\ |
| 31165 | Zippy goes to the analyst. | 31124 | Zippy goes to the analyst. |
| 31166 | 31125 | ||
| 31167 | \(fn)" t nil) | 31126 | \(fn)" t nil) |
| 31168 | 31127 | ||
| 31169 | ;;;*** | 31128 | ;;;*** |
| 31170 | 31129 | ||
| 31171 | ;;;### (autoloads (zone) "zone" "play/zone.el" (18104 24762)) | 31130 | ;;;### (autoloads (zone) "zone" "play/zone.el" (18190 35204)) |
| 31172 | ;;; Generated autoloads from play/zone.el | 31131 | ;;; Generated autoloads from play/zone.el |
| 31173 | 31132 | ||
| 31174 | (autoload (quote zone) "zone" "\ | 31133 | (autoload 'zone "zone" "\ |
| 31175 | Zone out, completely. | 31134 | Zone out, completely. |
| 31176 | 31135 | ||
| 31177 | \(fn)" t nil) | 31136 | \(fn)" t nil) |
| @@ -31186,48 +31145,48 @@ Zone out, completely. | |||
| 31186 | ;;;;;; "calc/calc-help.el" "calc/calc-incom.el" "calc/calc-keypd.el" | 31145 | ;;;;;; "calc/calc-help.el" "calc/calc-incom.el" "calc/calc-keypd.el" |
| 31187 | ;;;;;; "calc/calc-lang.el" "calc/calc-macs.el" "calc/calc-map.el" | 31146 | ;;;;;; "calc/calc-lang.el" "calc/calc-macs.el" "calc/calc-map.el" |
| 31188 | ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el" | 31147 | ;;;;;; "calc/calc-math.el" "calc/calc-misc.el" "calc/calc-mode.el" |
| 31189 | ;;;;;; "calc/calc-mtx.el" "calc/calc-poly.el" "calc/calc-prog.el" | 31148 | ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el" |
| 31190 | ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el" | 31149 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" |
| 31191 | ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el" | 31150 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" |
| 31192 | ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el" | 31151 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" |
| 31193 | ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el" | 31152 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" |
| 31194 | ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el" | 31153 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" |
| 31195 | ;;;;;; "calendar/cal-bahai.el" "calendar/cal-china.el" "calendar/cal-coptic.el" | 31154 | ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-china.el" |
| 31196 | ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el" | 31155 | ;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-html.el" |
| 31197 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" | 31156 | ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el" |
| 31198 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" | 31157 | ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el" |
| 31199 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "case-table.el" | 31158 | ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" |
| 31200 | ;;;;;; "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "custom.el" | 31159 | ;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-start.el" "custom.el" |
| 31201 | ;;;;;; "dframe.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" | 31160 | ;;;;;; "dframe.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" |
| 31202 | ;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" | 31161 | ;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" |
| 31203 | ;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" | 31162 | ;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" |
| 31204 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" | 31163 | ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" |
| 31205 | ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el" | 31164 | ;;;;;; "emacs-lisp/byte-run.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" |
| 31206 | ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" | 31165 | ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" |
| 31207 | ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" | 31166 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/find-gc.el" |
| 31208 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" | 31167 | ;;;;;; "emacs-lisp/float-sup.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el" |
| 31209 | ;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" | 31168 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" |
| 31210 | ;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" | 31169 | ;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" |
| 31211 | ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" | 31170 | ;;;;;; "emacs-lisp/map-ynp.el" "emacs-lisp/regi.el" "emacs-lisp/sregex.el" |
| 31212 | ;;;;;; "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" | 31171 | ;;;;;; "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el" |
| 31213 | ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" | 31172 | ;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" |
| 31214 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" | 31173 | ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" |
| 31215 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" | 31174 | ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/tpu-mapper.el" |
| 31216 | ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" | 31175 | ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el" |
| 31217 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" | 31176 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el" |
| 31218 | ;;;;;; "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el" | 31177 | ;;;;;; "emulation/viper-util.el" "env.el" "erc/erc-backend.el" "erc/erc-goodies.el" |
| 31219 | ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el" | 31178 | ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el" |
| 31220 | ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el" | 31179 | ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el" |
| 31221 | ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el" | 31180 | ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el" |
| 31222 | ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" | 31181 | ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el" |
| 31223 | ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" | 31182 | ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el" |
| 31224 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" | 31183 | ;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el" |
| 31225 | ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" | 31184 | ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el" |
| 31226 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" | 31185 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" |
| 31227 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" | 31186 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" |
| 31228 | ;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "finder-inf.el" | 31187 | ;;;;;; "eshell/esh-var.el" "ezimage.el" "faces.el" "files.el" "foldout.el" |
| 31229 | ;;;;;; "foldout.el" "font-core.el" "font-lock.el" "format.el" "forms-d2.el" | 31188 | ;;;;;; "font-core.el" "font-lock.el" "format.el" "forms-d2.el" "forms-pass.el" |
| 31230 | ;;;;;; "forms-pass.el" "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el" | 31189 | ;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/compface.el" |
| 31231 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" | 31190 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" |
| 31232 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" | 31191 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" |
| 31233 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 31192 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| @@ -31250,41 +31209,43 @@ Zone out, completely. | |||
| 31250 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" | 31209 | ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" |
| 31251 | ;;;;;; "gnus/rfc2231.el" "gnus/sieve-manage.el" "gnus/smime.el" | 31210 | ;;;;;; "gnus/rfc2231.el" "gnus/sieve-manage.el" "gnus/smime.el" |
| 31252 | ;;;;;; "gnus/spam-stat.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" | 31211 | ;;;;;; "gnus/spam-stat.el" "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" |
| 31253 | ;;;;;; "help.el" "indent.el" "international/characters.el" "international/fontset.el" | 31212 | ;;;;;; "help.el" "indent.el" "international/characters.el" "international/charprop.el" |
| 31213 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el" | ||
| 31254 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" | 31214 | ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el" |
| 31255 | ;;;;;; "international/ja-dic-utl.el" "international/latin-1.el" | 31215 | ;;;;;; "international/ja-dic-utl.el" "international/mule-cmds.el" |
| 31256 | ;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el" | 31216 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/ogonek.el" |
| 31257 | ;;;;;; "international/latin-5.el" "international/latin-8.el" "international/latin-9.el" | 31217 | ;;;;;; "international/uni-bidi.el" "international/uni-category.el" |
| 31258 | ;;;;;; "international/mule-cmds.el" "international/mule-conf.el" | 31218 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" |
| 31259 | ;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el" | 31219 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" |
| 31260 | ;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" | 31220 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" |
| 31261 | ;;;;;; "international/subst-ksc.el" "international/ucs-tables.el" | 31221 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" |
| 31262 | ;;;;;; "international/utf-16.el" "international/utf-8.el" "isearch.el" | 31222 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" |
| 31263 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "kermit.el" "language/chinese.el" | 31223 | ;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" |
| 31264 | ;;;;;; "language/cyrillic.el" "language/czech.el" "language/devanagari.el" | 31224 | ;;;;;; "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" "kermit.el" |
| 31265 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 31225 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 31266 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 31226 | ;;;;;; "language/devanagari.el" "language/english.el" "language/ethiopic.el" |
| 31267 | ;;;;;; "language/indian.el" "language/japanese.el" "language/kannada.el" | 31227 | ;;;;;; "language/european.el" "language/georgian.el" "language/greek.el" |
| 31268 | ;;;;;; "language/korean.el" "language/lao.el" "language/malayalam.el" | 31228 | ;;;;;; "language/hebrew.el" "language/indian.el" "language/japanese.el" |
| 31269 | ;;;;;; "language/misc-lang.el" "language/romanian.el" "language/slovak.el" | 31229 | ;;;;;; "language/kannada.el" "language/korean.el" "language/lao.el" |
| 31270 | ;;;;;; "language/tamil.el" "language/thai-word.el" "language/thai.el" | 31230 | ;;;;;; "language/malayalam.el" "language/misc-lang.el" "language/romanian.el" |
| 31271 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" | 31231 | ;;;;;; "language/slovak.el" "language/tai-viet.el" "language/tamil.el" |
| 31272 | ;;;;;; "ldefs-boot.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" | 31232 | ;;;;;; "language/thai-word.el" "language/thai.el" "language/tibetan.el" |
| 31273 | ;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" | 31233 | ;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" |
| 31274 | ;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el" | 31234 | ;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" |
| 31275 | ;;;;;; "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el" | 31235 | ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" |
| 31276 | ;;;;;; "mh-e/mh-compat.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" | 31236 | ;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" |
| 31277 | ;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-junk.el" | 31237 | ;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el" |
| 31278 | ;;;;;; "mh-e/mh-letter.el" "mh-e/mh-limit.el" "mh-e/mh-mime.el" | 31238 | ;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" |
| 31279 | ;;;;;; "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" | 31239 | ;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el" |
| 31240 | ;;;;;; "mh-e/mh-mime.el" "mh-e/mh-print.el" "mh-e/mh-scan.el" "mh-e/mh-search.el" | ||
| 31280 | ;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" | 31241 | ;;;;;; "mh-e/mh-seq.el" "mh-e/mh-show.el" "mh-e/mh-speed.el" "mh-e/mh-thread.el" |
| 31281 | ;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" | 31242 | ;;;;;; "mh-e/mh-tool-bar.el" "mh-e/mh-utils.el" "mh-e/mh-xface.el" |
| 31282 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" | 31243 | ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" |
| 31283 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" | 31244 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el" |
| 31284 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/socks.el" | 31245 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/socks.el" |
| 31285 | ;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-fish.el" "net/tramp-gw.el" | 31246 | ;;;;;; "net/tls.el" "net/tramp-cache.el" "net/tramp-compat.el" "net/tramp-fish.el" |
| 31286 | ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "patcomp.el" | 31247 | ;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" |
| 31287 | ;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" | 31248 | ;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" |
| 31288 | ;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" | 31249 | ;;;;;; "pgg-def.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "play/gamegrid.el" |
| 31289 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" | 31250 | ;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" |
| 31290 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" | 31251 | ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" |
| @@ -31294,10 +31255,10 @@ Zone out, completely. | |||
| 31294 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" | 31255 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" |
| 31295 | ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" | 31256 | ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el" |
| 31296 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" | 31257 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el" |
| 31297 | ;;;;;; "ps-mule.el" "register.el" "replace.el" "rfn-eshadow.el" | 31258 | ;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "register.el" "replace.el" |
| 31298 | ;;;;;; "s-region.el" "saveplace.el" "sb-image.el" "scroll-bar.el" | 31259 | ;;;;;; "rfn-eshadow.el" "s-region.el" "saveplace.el" "sb-image.el" |
| 31299 | ;;;;;; "select.el" "soundex.el" "startup.el" "subdirs.el" "tempo.el" | 31260 | ;;;;;; "scroll-bar.el" "select.el" "soundex.el" "startup.el" "subdirs.el" |
| 31300 | ;;;;;; "termdev.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el" | 31261 | ;;;;;; "tempo.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el" |
| 31301 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" | 31262 | ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" |
| 31302 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" | 31263 | ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" |
| 31303 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 31264 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" |
| @@ -31308,7 +31269,7 @@ Zone out, completely. | |||
| 31308 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" | 31269 | ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" |
| 31309 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" | 31270 | ;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" |
| 31310 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | 31271 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" |
| 31311 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (18104 28510 272741)) | 31272 | ;;;;;; "widget.el" "window.el" "x-dnd.el") (18190 59623 725683)) |
| 31312 | 31273 | ||
| 31313 | ;;;*** | 31274 | ;;;*** |
| 31314 | 31275 | ||
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index e385bd484f7..631bfabee03 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -6498,7 +6498,7 @@ If FACE is not a valid face name, use default face." | |||
| 6498 | ;; But autoload them here to make the separation invisible. | 6498 | ;; But autoload them here to make the separation invisible. |
| 6499 | 6499 | ||
| 6500 | ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize | 6500 | ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize |
| 6501 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "bb18668f99d691db470ec2a32753ba28") | 6501 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "ba0ba38bf1f9831ca12701290fd4b211") |
| 6502 | ;;; Generated autoloads from ps-mule.el | 6502 | ;;; Generated autoloads from ps-mule.el |
| 6503 | 6503 | ||
| 6504 | (defvar ps-multibyte-buffer nil "\ | 6504 | (defvar ps-multibyte-buffer nil "\ |
| @@ -6544,20 +6544,20 @@ Valid values are: | |||
| 6544 | 6544 | ||
| 6545 | Any other value is treated as nil.") | 6545 | Any other value is treated as nil.") |
| 6546 | 6546 | ||
| 6547 | (custom-autoload (quote ps-multibyte-buffer) "ps-mule" t) | 6547 | (custom-autoload 'ps-multibyte-buffer "ps-mule" t) |
| 6548 | 6548 | ||
| 6549 | (autoload (quote ps-mule-initialize) "ps-mule" "\ | 6549 | (autoload 'ps-mule-initialize "ps-mule" "\ |
| 6550 | Initialize global data for printing multi-byte characters. | 6550 | Initialize global data for printing multi-byte characters. |
| 6551 | 6551 | ||
| 6552 | \(fn)" nil nil) | 6552 | \(fn)" nil nil) |
| 6553 | 6553 | ||
| 6554 | (autoload (quote ps-mule-begin-job) "ps-mule" "\ | 6554 | (autoload 'ps-mule-begin-job "ps-mule" "\ |
| 6555 | Start printing job for multi-byte chars between FROM and TO. | 6555 | Start printing job for multi-byte chars between FROM and TO. |
| 6556 | It checks if all multi-byte characters in the region are printable or not. | 6556 | It checks if all multi-byte characters in the region are printable or not. |
| 6557 | 6557 | ||
| 6558 | \(fn FROM TO)" nil nil) | 6558 | \(fn FROM TO)" nil nil) |
| 6559 | 6559 | ||
| 6560 | (autoload (quote ps-mule-end-job) "ps-mule" "\ | 6560 | (autoload 'ps-mule-end-job "ps-mule" "\ |
| 6561 | Finish printing job for multi-byte chars. | 6561 | Finish printing job for multi-byte chars. |
| 6562 | 6562 | ||
| 6563 | \(fn)" nil nil) | 6563 | \(fn)" nil nil) |
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index d638f97ede3..e81f71c582f 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -2346,34 +2346,6 @@ See also `mac-dnd-known-types'." | |||
| 2346 | (mac-dnd-drop-data event (selected-frame) window | 2346 | (mac-dnd-drop-data event (selected-frame) window |
| 2347 | (cdr item) (car item) action))))) | 2347 | (cdr item) (car item) action))))) |
| 2348 | 2348 | ||
| 2349 | ;;; Do the actual Windows setup here; the above code just defines | ||
| 2350 | ;;; functions and variables that we use now. | ||
| 2351 | |||
| 2352 | (setq command-line-args (x-handle-args command-line-args)) | ||
| 2353 | |||
| 2354 | ;;; Make sure we have a valid resource name. | ||
| 2355 | (or (stringp x-resource-name) | ||
| 2356 | (let (i) | ||
| 2357 | (setq x-resource-name (invocation-name)) | ||
| 2358 | |||
| 2359 | ;; Change any . or * characters in x-resource-name to hyphens, | ||
| 2360 | ;; so as not to choke when we use it in X resource queries. | ||
| 2361 | (while (setq i (string-match "[.*]" x-resource-name)) | ||
| 2362 | (aset x-resource-name i ?-)))) | ||
| 2363 | |||
| 2364 | (if (x-display-list) | ||
| 2365 | ;; On Mac OS 8/9, Most coding systems used in code conversion for | ||
| 2366 | ;; font names are not ready at the time when the terminal frame is | ||
| 2367 | ;; created. So we reconstruct font name table for the initial | ||
| 2368 | ;; frame. | ||
| 2369 | (mac-clear-font-name-table) | ||
| 2370 | (x-open-connection "Mac" | ||
| 2371 | x-command-line-resources | ||
| 2372 | ;; Exit Emacs with fatal error if this fails. | ||
| 2373 | t)) | ||
| 2374 | |||
| 2375 | (setq frame-creation-function 'x-create-frame-with-faces) | ||
| 2376 | |||
| 2377 | (setq font-encoding-alist | 2349 | (setq font-encoding-alist |
| 2378 | (append | 2350 | (append |
| 2379 | '(("mac-roman" . mac-roman) | 2351 | '(("mac-roman" . mac-roman) |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 08b57cb6d83..1196623eee2 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -1076,44 +1076,6 @@ European languages which are distributed with Windows as | |||
| 1076 | 1076 | ||
| 1077 | See the documentation of `create-fontset-from-fontset-spec' for the format.") | 1077 | See the documentation of `create-fontset-from-fontset-spec' for the format.") |
| 1078 | 1078 | ||
| 1079 | ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles | ||
| 1080 | (when (fboundp 'new-fontset) | ||
| 1081 | ;; Setup the default fontset. | ||
| 1082 | (setup-default-fontset) | ||
| 1083 | ;; Create the standard fontset. | ||
| 1084 | (create-fontset-from-fontset-spec w32-standard-fontset-spec t) | ||
| 1085 | ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...). | ||
| 1086 | (create-fontset-from-x-resource)) | ||
| 1087 | |||
| 1088 | ;; Apply a geometry resource to the initial frame. Put it at the end | ||
| 1089 | ;; of the alist, so that anything specified on the command line takes | ||
| 1090 | ;; precedence. | ||
| 1091 | (let* ((res-geometry (x-get-resource "geometry" "Geometry")) | ||
| 1092 | parsed) | ||
| 1093 | (if res-geometry | ||
| 1094 | (progn | ||
| 1095 | (setq parsed (x-parse-geometry res-geometry)) | ||
| 1096 | ;; If the resource specifies a position, | ||
| 1097 | ;; call the position and size "user-specified". | ||
| 1098 | (if (or (assq 'top parsed) (assq 'left parsed)) | ||
| 1099 | (setq parsed (cons '(user-position . t) | ||
| 1100 | (cons '(user-size . t) parsed)))) | ||
| 1101 | ;; All geometry parms apply to the initial frame. | ||
| 1102 | (setq initial-frame-alist (append initial-frame-alist parsed)) | ||
| 1103 | ;; The size parms apply to all frames. | ||
| 1104 | (if (assq 'height parsed) | ||
| 1105 | (push (cons 'height (cdr (assq 'height parsed))) | ||
| 1106 | default-frame-alist)) | ||
| 1107 | (if (assq 'width parsed) | ||
| 1108 | (push (cons 'width (cdr (assq 'width parsed))) | ||
| 1109 | default-frame-alist))))) | ||
| 1110 | |||
| 1111 | ;; Check the reverseVideo resource. | ||
| 1112 | (let ((case-fold-search t)) | ||
| 1113 | (let ((rv (x-get-resource "reverseVideo" "ReverseVideo"))) | ||
| 1114 | (if (and rv (string-match "^\\(true\\|yes\\|on\\)$" rv)) | ||
| 1115 | (push '(reverse . t) default-frame-alist)))) | ||
| 1116 | |||
| 1117 | (defun x-win-suspend-error () | 1079 | (defun x-win-suspend-error () |
| 1118 | "Report an error when a suspend is attempted." | 1080 | "Report an error when a suspend is attempted." |
| 1119 | (error "Suspending an Emacs running under W32 makes no sense")) | 1081 | (error "Suspending an Emacs running under W32 makes no sense")) |
| @@ -1145,7 +1107,7 @@ pop-up menu are unaffected by `w32-list-proportional-fonts')." | |||
| 1145 | ;; Append list of fontsets currently defined. | 1107 | ;; Append list of fontsets currently defined. |
| 1146 | ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles | 1108 | ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles |
| 1147 | (if (fboundp 'new-fontset) | 1109 | (if (fboundp 'new-fontset) |
| 1148 | (append w32-fixed-font-alist (list (generate-fontset-menu))))))) | 1110 | (append w32-fixed-font-alist (list (generate-fontset-menu))))))) |
| 1149 | (if fonts | 1111 | (if fonts |
| 1150 | (let (font) | 1112 | (let (font) |
| 1151 | (while fonts | 1113 | (while fonts |
| @@ -1199,30 +1161,6 @@ pop-up menu are unaffected by `w32-list-proportional-fonts')." | |||
| 1199 | (create-fontset-from-fontset-spec w32-standard-fontset-spec t) | 1161 | (create-fontset-from-fontset-spec w32-standard-fontset-spec t) |
| 1200 | ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...). | 1162 | ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1,...). |
| 1201 | (create-fontset-from-x-resource) | 1163 | (create-fontset-from-x-resource) |
| 1202 | ;; Try to create a fontset from a font specification which comes | ||
| 1203 | ;; from initial-frame-alist, default-frame-alist, or X resource. | ||
| 1204 | ;; A font specification in command line argument (i.e. -fn XXXX) | ||
| 1205 | ;; should be already in default-frame-alist as a `font' | ||
| 1206 | ;; parameter. However, any font specifications in site-start | ||
| 1207 | ;; library, user's init file (.emacs), and default.el are not | ||
| 1208 | ;; yet handled here. | ||
| 1209 | |||
| 1210 | (let ((font (or (cdr (assq 'font initial-frame-alist)) | ||
| 1211 | (cdr (assq 'font default-frame-alist)) | ||
| 1212 | (x-get-resource "font" "Font"))) | ||
| 1213 | xlfd-fields resolved-name) | ||
| 1214 | (if (and font | ||
| 1215 | (not (query-fontset font)) | ||
| 1216 | (setq resolved-name (x-resolve-font-name font)) | ||
| 1217 | (setq xlfd-fields (x-decompose-font-name font))) | ||
| 1218 | (if (string= "fontset" | ||
| 1219 | (aref xlfd-fields xlfd-regexp-registry-subnum)) | ||
| 1220 | (new-fontset font | ||
| 1221 | (x-complement-fontset-spec xlfd-fields nil)) | ||
| 1222 | ;; Create a fontset from FONT. The fontset name is | ||
| 1223 | ;; generated from FONT. | ||
| 1224 | (create-fontset-from-ascii-font font | ||
| 1225 | resolved-name "startup")))) | ||
| 1226 | 1164 | ||
| 1227 | ;; Apply a geometry resource to the initial frame. Put it at the end | 1165 | ;; Apply a geometry resource to the initial frame. Put it at the end |
| 1228 | ;; of the alist, so that anything specified on the command line takes | 1166 | ;; of the alist, so that anything specified on the command line takes |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 138df0f2da5..20edfed1e87 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2469,28 +2469,6 @@ order until succeed.") | |||
| 2469 | ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...). | 2469 | ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...). |
| 2470 | (create-fontset-from-x-resource) | 2470 | (create-fontset-from-x-resource) |
| 2471 | 2471 | ||
| 2472 | ;; Try to create a fontset from a font specification which comes | ||
| 2473 | ;; from initial-frame-alist, default-frame-alist, or X resource. | ||
| 2474 | ;; A font specification in command line argument (i.e. -fn XXXX) | ||
| 2475 | ;; should be already in default-frame-alist as a `font' | ||
| 2476 | ;; parameter. However, any font specifications in site-start | ||
| 2477 | ;; library, user's init file (.emacs), and default.el are not | ||
| 2478 | ;; yet handled here. | ||
| 2479 | |||
| 2480 | (let ((font (or (cdr (assq 'font initial-frame-alist)) | ||
| 2481 | (cdr (assq 'font default-frame-alist)) | ||
| 2482 | (x-get-resource "font" "Font"))) | ||
| 2483 | xlfd-fields resolved-name) | ||
| 2484 | (if (and font | ||
| 2485 | (not (query-fontset font)) | ||
| 2486 | (setq resolved-name (x-resolve-font-name font)) | ||
| 2487 | (setq xlfd-fields (x-decompose-font-name font))) | ||
| 2488 | (if (string= "fontset" (aref xlfd-fields xlfd-regexp-registry-subnum)) | ||
| 2489 | (new-fontset font (x-complement-fontset-spec xlfd-fields nil)) | ||
| 2490 | ;; Create a fontset from FONT. The fontset name is | ||
| 2491 | ;; generated from FONT. | ||
| 2492 | (create-fontset-from-ascii-font font resolved-name "startup")))) | ||
| 2493 | |||
| 2494 | ;; Set scroll bar mode to right if set by X resources. Default is left. | 2472 | ;; Set scroll bar mode to right if set by X resources. Default is left. |
| 2495 | (if (equal (x-get-resource "verticalScrollBars" "ScrollBars") "right") | 2473 | (if (equal (x-get-resource "verticalScrollBars" "ScrollBars") "right") |
| 2496 | (customize-set-variable 'scroll-bar-mode 'right)) | 2474 | (customize-set-variable 'scroll-bar-mode 'right)) |
diff --git a/lisp/version.el b/lisp/version.el index 6d82b194ff8..7d4c764f2d0 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | (defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." | 30 | (defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." |
| 31 | "Short copyright string for this version of Emacs.") | 31 | "Short copyright string for this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-version "23.0.50" "\ | 33 | (defconst emacs-version "23.0.60" "\ |
| 34 | Version numbers of this version of Emacs.") | 34 | Version numbers of this version of Emacs.") |
| 35 | 35 | ||
| 36 | (defconst emacs-major-version | 36 | (defconst emacs-major-version |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index f0e0f191b9a..c5e7bc61e47 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -12403,6 +12403,11 @@ | |||
| 12403 | * regex.c (re_error_msgid): Add an entry for REG_ERANGEX. | 12403 | * regex.c (re_error_msgid): Add an entry for REG_ERANGEX. |
| 12404 | (regex_compile): Return REG_ERANGEX if appropriate. | 12404 | (regex_compile): Return REG_ERANGEX if appropriate. |
| 12405 | 12405 | ||
| 12406 | 2004-10-22 Kenichi Handa <handa@m17n.org> | ||
| 12407 | |||
| 12408 | * editfns.c (Ftranslate_region_internal): New function. | ||
| 12409 | (syms_of_editfns): Defsubr it. | ||
| 12410 | |||
| 12406 | 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12411 | 2004-10-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 12407 | 12412 | ||
| 12408 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. | 12413 | * xfns.c (xic_create_xfontset): Initialize missing_list to NULL. |
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index b3f20c24a55..345890b36db 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Fix up multy-tty merge. | ||
| 4 | |||
| 5 | * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting | ||
| 6 | and indentation. | ||
| 7 | |||
| 8 | * xfaces.c (free_realized_face, clear_face_gcs): | ||
| 9 | Include font_done_for_face in the input_blocked section, just in case. | ||
| 10 | |||
| 11 | * xdisp.c (decode_mode_spec): Use terminal-local coding systems. | ||
| 12 | (get_char_face_and_encoding): Undo last change and remove the *other* | ||
| 13 | duplicate definition (i.e. keep the one that's better scoped and that | ||
| 14 | includes code for the font-backend). | ||
| 15 | |||
| 16 | * terminal.c (create_terminal): Default keyboard_coding to | ||
| 17 | `no-conversion' and terminal_coding to `undecided'. | ||
| 18 | |||
| 19 | * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag. | ||
| 20 | |||
| 21 | * fontset.c (free_realized_fontsets): Check that the table entry does | ||
| 22 | contain a fontset before trying to compare it to `base'. | ||
| 23 | |||
| 24 | * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc, | ||
| 25 | syms_of_charset, and syms_of_coding earlier because init_window_once | ||
| 26 | now needs Vcoding_system_hash_table to be setup. | ||
| 27 | |||
| 28 | * coding.h (default_buffer_file_coding): Remove. | ||
| 29 | |||
| 30 | * coding.c (default_buffer_file_coding): Remove. | ||
| 31 | (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather | ||
| 32 | than ->symbol, and use the terminal-local coding system. | ||
| 33 | (syms_of_coding): Don't setup the coding-systems that are not | ||
| 34 | terminal-local. | ||
| 35 | (Fdefine_coding_system_internal): Use XCAR/XCDR. | ||
| 36 | |||
| 37 | * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table): | ||
| 38 | Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore. | ||
| 39 | |||
| 40 | * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now | ||
| 41 | in chartab.c and were re-added here by mistake. | ||
| 42 | (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector. | ||
| 43 | |||
| 44 | * doc.c (Fsnarf_documentation): | ||
| 45 | * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from | ||
| 46 | src to etc. | ||
| 47 | |||
| 48 | * ChangeLog.10: Add mistakenly removed entry. | ||
| 49 | |||
| 1 | 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu> | 50 | 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 51 | ||
| 3 | * Makefile.in (fringe.o, minibuf.o): Fix dependencies. | 52 | * Makefile.in (fringe.o, minibuf.o): Fix dependencies. |
diff --git a/src/Makefile.in b/src/Makefile.in index c73f402f228..6fce595a9ec 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1007,7 +1007,7 @@ ${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA} | |||
| 1007 | #endif | 1007 | #endif |
| 1008 | 1008 | ||
| 1009 | temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT} | 1009 | temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT} |
| 1010 | echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst | 1010 | echo "${obj} ${otherobj} " OBJECTS_MACHINE > ${etc}buildobj.lst |
| 1011 | $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ | 1011 | $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \ |
| 1012 | -o temacs ${STARTFILES} ${obj} ${otherobj} \ | 1012 | -o temacs ${STARTFILES} ${obj} ${otherobj} \ |
| 1013 | OBJECTS_MACHINE ${LIBES} | 1013 | OBJECTS_MACHINE ${LIBES} |
| @@ -1133,7 +1133,7 @@ ecrt0.o: ecrt0.c $(config_h) | |||
| 1133 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1133 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1134 | dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \ | 1134 | dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \ |
| 1135 | coding.h regex.h systime.h blockinput.h atimer.h | 1135 | coding.h regex.h systime.h blockinput.h atimer.h |
| 1136 | dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ | 1136 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ |
| 1137 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ | 1137 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ |
| 1138 | disptab.h indent.h intervals.h \ | 1138 | disptab.h indent.h intervals.h \ |
| 1139 | xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ | 1139 | xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ |
| @@ -1288,11 +1288,10 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ | |||
| 1288 | keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ | 1288 | keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ |
| 1289 | blockinput.h atimer.h systime.h xterm.h termhooks.h | 1289 | blockinput.h atimer.h systime.h xterm.h termhooks.h |
| 1290 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | 1290 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ |
| 1291 | $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ | 1291 | $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ |
| 1292 | blockinput.h atimer.h systime.h | 1292 | blockinput.h atimer.h systime.h |
| 1293 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | 1293 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ |
| 1294 | charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h \ | 1294 | charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h |
| 1295 | blockinput.h atimer.h systime.h | ||
| 1296 | 1295 | ||
| 1297 | /* Text properties support */ | 1296 | /* Text properties support */ |
| 1298 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ | 1297 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ |
| @@ -1357,7 +1356,7 @@ mostlyclean: | |||
| 1357 | rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a | 1356 | rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a |
| 1358 | rm -f ../etc/DOC | 1357 | rm -f ../etc/DOC |
| 1359 | rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} | 1358 | rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} |
| 1360 | rm -f buildobj.lst | 1359 | rm -f ${etc}buildobj.lst |
| 1361 | clean: mostlyclean | 1360 | clean: mostlyclean |
| 1362 | rm -f emacs-*${EXEEXT} emacs${EXEEXT} | 1361 | rm -f emacs-*${EXEEXT} emacs${EXEEXT} |
| 1363 | /**/# This is used in making a distribution. | 1362 | /**/# This is used in making a distribution. |
diff --git a/src/alloc.c b/src/alloc.c index fccdf2a88a7..ed003af3ea8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3070,51 +3070,6 @@ See also the function `vector'. */) | |||
| 3070 | } | 3070 | } |
| 3071 | 3071 | ||
| 3072 | 3072 | ||
| 3073 | DEFUN ("make-char-table", Fmake_char_table, Smake_char_table, 1, 2, 0, | ||
| 3074 | doc: /* Return a newly created char-table, with purpose PURPOSE. | ||
| 3075 | Each element is initialized to INIT, which defaults to nil. | ||
| 3076 | PURPOSE should be a symbol which has a `char-table-extra-slots' property. | ||
| 3077 | The property's value should be an integer between 0 and 10. */) | ||
| 3078 | (purpose, init) | ||
| 3079 | register Lisp_Object purpose, init; | ||
| 3080 | { | ||
| 3081 | Lisp_Object vector; | ||
| 3082 | Lisp_Object n; | ||
| 3083 | CHECK_SYMBOL (purpose); | ||
| 3084 | n = Fget (purpose, Qchar_table_extra_slots); | ||
| 3085 | CHECK_NUMBER (n); | ||
| 3086 | if (XINT (n) < 0 || XINT (n) > 10) | ||
| 3087 | args_out_of_range (n, Qnil); | ||
| 3088 | /* Add 2 to the size for the defalt and parent slots. */ | ||
| 3089 | vector = Fmake_vector (make_number (CHAR_TABLE_STANDARD_SLOTS + XINT (n)), | ||
| 3090 | init); | ||
| 3091 | XSETPVECTYPE (XVECTOR (vector), PVEC_CHAR_TABLE); | ||
| 3092 | XCHAR_TABLE (vector)->top = Qt; | ||
| 3093 | XCHAR_TABLE (vector)->parent = Qnil; | ||
| 3094 | XCHAR_TABLE (vector)->purpose = purpose; | ||
| 3095 | XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); | ||
| 3096 | return vector; | ||
| 3097 | } | ||
| 3098 | |||
| 3099 | |||
| 3100 | /* Return a newly created sub char table with slots initialized by INIT. | ||
| 3101 | Since a sub char table does not appear as a top level Emacs Lisp | ||
| 3102 | object, we don't need a Lisp interface to make it. */ | ||
| 3103 | |||
| 3104 | Lisp_Object | ||
| 3105 | make_sub_char_table (init) | ||
| 3106 | Lisp_Object init; | ||
| 3107 | { | ||
| 3108 | Lisp_Object vector | ||
| 3109 | = Fmake_vector (make_number (SUB_CHAR_TABLE_STANDARD_SLOTS), init); | ||
| 3110 | XSETPVECTYPE (XVECTOR (vector), PVEC_CHAR_TABLE); | ||
| 3111 | XCHAR_TABLE (vector)->top = Qnil; | ||
| 3112 | XCHAR_TABLE (vector)->defalt = Qnil; | ||
| 3113 | XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); | ||
| 3114 | return vector; | ||
| 3115 | } | ||
| 3116 | |||
| 3117 | |||
| 3118 | DEFUN ("vector", Fvector, Svector, 0, MANY, 0, | 3073 | DEFUN ("vector", Fvector, Svector, 0, MANY, 0, |
| 3119 | doc: /* Return a newly created vector with specified arguments as elements. | 3074 | doc: /* Return a newly created vector with specified arguments as elements. |
| 3120 | Any number of arguments, even zero arguments, are allowed. | 3075 | Any number of arguments, even zero arguments, are allowed. |
| @@ -4964,7 +4919,10 @@ Does not copy symbols. Copies strings without text properties. */) | |||
| 4964 | for (i = 0; i < size; i++) | 4919 | for (i = 0; i < size; i++) |
| 4965 | vec->contents[i] = Fpurecopy (XVECTOR (obj)->contents[i]); | 4920 | vec->contents[i] = Fpurecopy (XVECTOR (obj)->contents[i]); |
| 4966 | if (COMPILEDP (obj)) | 4921 | if (COMPILEDP (obj)) |
| 4967 | XSETCOMPILED (obj, vec); | 4922 | { |
| 4923 | XSETPVECTYPE (vec, PVEC_COMPILED); | ||
| 4924 | XSETCOMPILED (obj, vec); | ||
| 4925 | } | ||
| 4968 | else | 4926 | else |
| 4969 | XSETVECTOR (obj, vec); | 4927 | XSETVECTOR (obj, vec); |
| 4970 | return obj; | 4928 | return obj; |
diff --git a/src/chartab.c b/src/chartab.c index 021b163618d..5306e22cefc 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -7,7 +7,7 @@ This file is part of GNU Emacs. | |||
| 7 | 7 | ||
| 8 | GNU Emacs is free software; you can redistribute it and/or modify | 8 | GNU Emacs is free software; you can redistribute it and/or modify |
| 9 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| 10 | the Free Software Foundation; either version 2, or (at your option) | 10 | the Free Software Foundation; either version 3, or (at your option) |
| 11 | any later version. | 11 | any later version. |
| 12 | 12 | ||
| 13 | GNU Emacs is distributed in the hope that it will be useful, | 13 | GNU Emacs is distributed in the hope that it will be useful, |
| @@ -85,6 +85,7 @@ the char-table has no extra slot. */) | |||
| 85 | 85 | ||
| 86 | size = VECSIZE (struct Lisp_Char_Table) - 1 + n_extras; | 86 | size = VECSIZE (struct Lisp_Char_Table) - 1 + n_extras; |
| 87 | vector = Fmake_vector (make_number (size), init); | 87 | vector = Fmake_vector (make_number (size), init); |
| 88 | XSETPVECTYPE (XVECTOR (vector), PVEC_CHAR_TABLE); | ||
| 88 | XCHAR_TABLE (vector)->parent = Qnil; | 89 | XCHAR_TABLE (vector)->parent = Qnil; |
| 89 | XCHAR_TABLE (vector)->purpose = purpose; | 90 | XCHAR_TABLE (vector)->purpose = purpose; |
| 90 | XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); | 91 | XSETCHAR_TABLE (vector, XCHAR_TABLE (vector)); |
| @@ -100,6 +101,7 @@ make_sub_char_table (depth, min_char, defalt) | |||
| 100 | int size = VECSIZE (struct Lisp_Sub_Char_Table) - 1 + chartab_size[depth]; | 101 | int size = VECSIZE (struct Lisp_Sub_Char_Table) - 1 + chartab_size[depth]; |
| 101 | 102 | ||
| 102 | table = Fmake_vector (make_number (size), defalt); | 103 | table = Fmake_vector (make_number (size), defalt); |
| 104 | XSETPVECTYPE (XVECTOR (table), PVEC_SUB_CHAR_TABLE); | ||
| 103 | XSUB_CHAR_TABLE (table)->depth = make_number (depth); | 105 | XSUB_CHAR_TABLE (table)->depth = make_number (depth); |
| 104 | XSUB_CHAR_TABLE (table)->min_char = make_number (min_char); | 106 | XSUB_CHAR_TABLE (table)->min_char = make_number (min_char); |
| 105 | XSETSUB_CHAR_TABLE (table, XSUB_CHAR_TABLE (table)); | 107 | XSETSUB_CHAR_TABLE (table, XSUB_CHAR_TABLE (table)); |
| @@ -156,6 +158,7 @@ copy_char_table (table) | |||
| 156 | int i; | 158 | int i; |
| 157 | 159 | ||
| 158 | copy = Fmake_vector (make_number (size), Qnil); | 160 | copy = Fmake_vector (make_number (size), Qnil); |
| 161 | XSETPVECTYPE (XVECTOR (copy), PVEC_CHAR_TABLE); | ||
| 159 | XCHAR_TABLE (copy)->defalt = XCHAR_TABLE (table)->defalt; | 162 | XCHAR_TABLE (copy)->defalt = XCHAR_TABLE (table)->defalt; |
| 160 | XCHAR_TABLE (copy)->parent = XCHAR_TABLE (table)->parent; | 163 | XCHAR_TABLE (copy)->parent = XCHAR_TABLE (table)->parent; |
| 161 | XCHAR_TABLE (copy)->purpose = XCHAR_TABLE (table)->purpose; | 164 | XCHAR_TABLE (copy)->purpose = XCHAR_TABLE (table)->purpose; |
diff --git a/src/coding.c b/src/coding.c index 8ab5a1107aa..2b518b903a4 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -387,9 +387,6 @@ int inherit_process_coding_system; | |||
| 387 | terminal coding system is nil. */ | 387 | terminal coding system is nil. */ |
| 388 | struct coding_system safe_terminal_coding; | 388 | struct coding_system safe_terminal_coding; |
| 389 | 389 | ||
| 390 | /* Default coding system to be used to write a file. */ | ||
| 391 | struct coding_system default_buffer_file_coding; | ||
| 392 | |||
| 393 | Lisp_Object Vfile_coding_system_alist; | 390 | Lisp_Object Vfile_coding_system_alist; |
| 394 | Lisp_Object Vprocess_coding_system_alist; | 391 | Lisp_Object Vprocess_coding_system_alist; |
| 395 | Lisp_Object Vnetwork_coding_system_alist; | 392 | Lisp_Object Vnetwork_coding_system_alist; |
| @@ -8329,9 +8326,10 @@ frame's terminal device. */) | |||
| 8329 | (terminal) | 8326 | (terminal) |
| 8330 | Lisp_Object terminal; | 8327 | Lisp_Object terminal; |
| 8331 | { | 8328 | { |
| 8332 | Lisp_Object coding_system; | 8329 | struct coding_system *terminal_coding |
| 8330 | = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1)); | ||
| 8331 | Lisp_Object coding_system = CODING_ID_NAME (terminal_coding->id); | ||
| 8333 | 8332 | ||
| 8334 | coding_system = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1))->symbol; | ||
| 8335 | /* For backward compatibility, return nil if it is `undecided'. */ | 8333 | /* For backward compatibility, return nil if it is `undecided'. */ |
| 8336 | return (! EQ (coding_system, Qundecided) ? coding_system : Qnil); | 8334 | return (! EQ (coding_system, Qundecided) ? coding_system : Qnil); |
| 8337 | } | 8335 | } |
| @@ -8354,11 +8352,13 @@ DEFUN ("set-keyboard-coding-system-internal", Fset_keyboard_coding_system_intern | |||
| 8354 | } | 8352 | } |
| 8355 | 8353 | ||
| 8356 | DEFUN ("keyboard-coding-system", | 8354 | DEFUN ("keyboard-coding-system", |
| 8357 | Fkeyboard_coding_system, Skeyboard_coding_system, 0, 0, 0, | 8355 | Fkeyboard_coding_system, Skeyboard_coding_system, 0, 1, 0, |
| 8358 | doc: /* Return coding system specified for decoding keyboard input. */) | 8356 | doc: /* Return coding system specified for decoding keyboard input. */) |
| 8359 | () | 8357 | (terminal) |
| 8358 | Lisp_Object terminal; | ||
| 8360 | { | 8359 | { |
| 8361 | return CODING_ID_NAME (keyboard_coding.id); | 8360 | return CODING_ID_NAME (TERMINAL_KEYBOARD_CODING |
| 8361 | (get_terminal (terminal, 1))->id); | ||
| 8362 | } | 8362 | } |
| 8363 | 8363 | ||
| 8364 | 8364 | ||
| @@ -8643,11 +8643,11 @@ usage: (define-coding-system-internal ...) */) | |||
| 8643 | else | 8643 | else |
| 8644 | { | 8644 | { |
| 8645 | charset_list = Fcopy_sequence (charset_list); | 8645 | charset_list = Fcopy_sequence (charset_list); |
| 8646 | for (tail = charset_list; !NILP (tail); tail = Fcdr (tail)) | 8646 | for (tail = charset_list; CONSP (tail); tail = XCDR (tail)) |
| 8647 | { | 8647 | { |
| 8648 | struct charset *charset; | 8648 | struct charset *charset; |
| 8649 | 8649 | ||
| 8650 | val = Fcar (tail); | 8650 | val = XCAR (tail); |
| 8651 | CHECK_CHARSET_GET_CHARSET (val, charset); | 8651 | CHECK_CHARSET_GET_CHARSET (val, charset); |
| 8652 | if (EQ (coding_type, Qiso_2022) | 8652 | if (EQ (coding_type, Qiso_2022) |
| 8653 | ? CHARSET_ISO_FINAL (charset) < 0 | 8653 | ? CHARSET_ISO_FINAL (charset) < 0 |
| @@ -9827,8 +9827,6 @@ character."); | |||
| 9827 | Fdefine_coding_system_internal (coding_arg_max, args); | 9827 | Fdefine_coding_system_internal (coding_arg_max, args); |
| 9828 | } | 9828 | } |
| 9829 | 9829 | ||
| 9830 | setup_coding_system (Qno_conversion, &keyboard_coding); | ||
| 9831 | setup_coding_system (Qundecided, &terminal_coding); | ||
| 9832 | setup_coding_system (Qno_conversion, &safe_terminal_coding); | 9830 | setup_coding_system (Qno_conversion, &safe_terminal_coding); |
| 9833 | 9831 | ||
| 9834 | { | 9832 | { |
diff --git a/src/coding.h b/src/coding.h index 573632abb9b..ef464caeadc 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -746,9 +746,6 @@ extern int inherit_process_coding_system; | |||
| 746 | terminal coding system is nil. */ | 746 | terminal coding system is nil. */ |
| 747 | extern struct coding_system safe_terminal_coding; | 747 | extern struct coding_system safe_terminal_coding; |
| 748 | 748 | ||
| 749 | /* Default coding system to be used to write a file. */ | ||
| 750 | extern struct coding_system default_buffer_file_coding; | ||
| 751 | |||
| 752 | /* Default coding systems used for process I/O. */ | 749 | /* Default coding systems used for process I/O. */ |
| 753 | extern Lisp_Object Vdefault_process_coding_system; | 750 | extern Lisp_Object Vdefault_process_coding_system; |
| 754 | 751 | ||
| @@ -617,8 +617,10 @@ the same file name is found in the `doc-directory'. */) | |||
| 617 | int nr_read; | 617 | int nr_read; |
| 618 | char *cp = NULL; | 618 | char *cp = NULL; |
| 619 | char *beg, *end; | 619 | char *beg, *end; |
| 620 | Lisp_Object buildobj = Fexpand_file_name (build_string ("buildobj.lst"), | ||
| 621 | Vdoc_directory); | ||
| 620 | 622 | ||
| 621 | fd = emacs_open ("buildobj.lst", O_RDONLY, 0); | 623 | fd = emacs_open (SDATA (buildobj), O_RDONLY, 0); |
| 622 | if (fd < 0) | 624 | if (fd < 0) |
| 623 | report_file_error ("Opening file buildobj.lst", Qnil); | 625 | report_file_error ("Opening file buildobj.lst", Qnil); |
| 624 | 626 | ||
diff --git a/src/emacs.c b/src/emacs.c index dfe950631b1..94357bb69ce 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1324,7 +1324,6 @@ main (argc, argv | |||
| 1324 | syms_of_macterm (); | 1324 | syms_of_macterm (); |
| 1325 | syms_of_macmenu (); | 1325 | syms_of_macmenu (); |
| 1326 | syms_of_macselect (); | 1326 | syms_of_macselect (); |
| 1327 | syms_of_data (); | ||
| 1328 | syms_of_search (); | 1327 | syms_of_search (); |
| 1329 | syms_of_frame (); | 1328 | syms_of_frame (); |
| 1330 | 1329 | ||
| @@ -1332,6 +1331,16 @@ main (argc, argv | |||
| 1332 | mac_term_init (build_string ("Mac"), NULL, NULL); | 1331 | mac_term_init (build_string ("Mac"), NULL, NULL); |
| 1333 | init_keyboard (); | 1332 | init_keyboard (); |
| 1334 | #endif | 1333 | #endif |
| 1334 | /* Called before syms_of_fileio, because it sets up Qerror_condition. */ | ||
| 1335 | syms_of_data (); | ||
| 1336 | syms_of_fileio (); | ||
| 1337 | /* Before syms_of_coding to initialize Vgc_cons_threshold. */ | ||
| 1338 | syms_of_alloc (); | ||
| 1339 | /* Before syms_of_coding because it initializes Qcharsetp. */ | ||
| 1340 | syms_of_charset (); | ||
| 1341 | /* Before init_window_once, because it sets up the | ||
| 1342 | Vcoding_system_hash_table. */ | ||
| 1343 | syms_of_coding (); /* This should be after syms_of_fileio. */ | ||
| 1335 | 1344 | ||
| 1336 | init_window_once (); /* Init the window system. */ | 1345 | init_window_once (); /* Init the window system. */ |
| 1337 | init_fileio_once (); /* Must precede any path manipulation. */ | 1346 | init_fileio_once (); /* Must precede any path manipulation. */ |
| @@ -1553,7 +1562,6 @@ main (argc, argv | |||
| 1553 | /* Called before init_window_once for Mac OS Classic. */ | 1562 | /* Called before init_window_once for Mac OS Classic. */ |
| 1554 | syms_of_data (); | 1563 | syms_of_data (); |
| 1555 | #endif | 1564 | #endif |
| 1556 | syms_of_alloc (); | ||
| 1557 | syms_of_chartab (); | 1565 | syms_of_chartab (); |
| 1558 | syms_of_lread (); | 1566 | syms_of_lread (); |
| 1559 | syms_of_print (); | 1567 | syms_of_print (); |
| @@ -1574,7 +1582,6 @@ main (argc, argv | |||
| 1574 | syms_of_ccl (); | 1582 | syms_of_ccl (); |
| 1575 | #endif | 1583 | #endif |
| 1576 | syms_of_character (); | 1584 | syms_of_character (); |
| 1577 | syms_of_charset (); | ||
| 1578 | syms_of_cmds (); | 1585 | syms_of_cmds (); |
| 1579 | #ifndef NO_DIR_LIBRARY | 1586 | #ifndef NO_DIR_LIBRARY |
| 1580 | syms_of_dired (); | 1587 | syms_of_dired (); |
| @@ -1583,8 +1590,6 @@ main (argc, argv | |||
| 1583 | syms_of_doc (); | 1590 | syms_of_doc (); |
| 1584 | syms_of_editfns (); | 1591 | syms_of_editfns (); |
| 1585 | syms_of_emacs (); | 1592 | syms_of_emacs (); |
| 1586 | syms_of_fileio (); | ||
| 1587 | syms_of_coding (); /* This should be after syms_of_fileio. */ | ||
| 1588 | #ifdef CLASH_DETECTION | 1593 | #ifdef CLASH_DETECTION |
| 1589 | syms_of_filelock (); | 1594 | syms_of_filelock (); |
| 1590 | #endif /* CLASH_DETECTION */ | 1595 | #endif /* CLASH_DETECTION */ |
diff --git a/src/fontset.c b/src/fontset.c index 9b9fc79b918..a9cf53c4913 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1442,7 +1442,7 @@ free_realized_fontsets (base) | |||
| 1442 | { | 1442 | { |
| 1443 | Lisp_Object this = AREF (Vfontset_table, id); | 1443 | Lisp_Object this = AREF (Vfontset_table, id); |
| 1444 | 1444 | ||
| 1445 | if (EQ (FONTSET_BASE (this), base)) | 1445 | if (CHAR_TABLE_P (this) && EQ (FONTSET_BASE (this), base)) |
| 1446 | { | 1446 | { |
| 1447 | Fclear_face_cache (Qt); | 1447 | Fclear_face_cache (Qt); |
| 1448 | break; | 1448 | break; |
diff --git a/src/lread.c b/src/lread.c index bccdf28b059..3975c0bfcd0 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -2324,7 +2324,7 @@ read1 (readcharfun, pch, first_in_list) | |||
| 2324 | tmp = read_vector (readcharfun, 0); | 2324 | tmp = read_vector (readcharfun, 0); |
| 2325 | if (XVECTOR (tmp)->size < CHAR_TABLE_STANDARD_SLOTS) | 2325 | if (XVECTOR (tmp)->size < CHAR_TABLE_STANDARD_SLOTS) |
| 2326 | error ("Invalid size char-table"); | 2326 | error ("Invalid size char-table"); |
| 2327 | XSETCHAR_TABLE (tmp, XCHAR_TABLE (tmp)); | 2327 | XSETPVECTYPE (XVECTOR (tmp), PVEC_CHAR_TABLE); |
| 2328 | return tmp; | 2328 | return tmp; |
| 2329 | } | 2329 | } |
| 2330 | else if (c == '^') | 2330 | else if (c == '^') |
| @@ -2344,7 +2344,7 @@ read1 (readcharfun, pch, first_in_list) | |||
| 2344 | size = XVECTOR (tmp)->size - 2; | 2344 | size = XVECTOR (tmp)->size - 2; |
| 2345 | if (chartab_size [depth] != size) | 2345 | if (chartab_size [depth] != size) |
| 2346 | error ("Invalid size char-table"); | 2346 | error ("Invalid size char-table"); |
| 2347 | XSETSUB_CHAR_TABLE (tmp, XSUB_CHAR_TABLE (tmp)); | 2347 | XSETPVECTYPE (XVECTOR (tmp), PVEC_SUB_CHAR_TABLE); |
| 2348 | return tmp; | 2348 | return tmp; |
| 2349 | } | 2349 | } |
| 2350 | invalid_syntax ("#^^", 3); | 2350 | invalid_syntax ("#^^", 3); |
diff --git a/src/term.c b/src/term.c index b84cea0ee36..fca99bc6c75 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -41,7 +41,6 @@ Boston, MA 02110-1301, USA. */ | |||
| 41 | #include "lisp.h" | 41 | #include "lisp.h" |
| 42 | #include "termchar.h" | 42 | #include "termchar.h" |
| 43 | #include "termopts.h" | 43 | #include "termopts.h" |
| 44 | #include "lisp.h" | ||
| 45 | #include "buffer.h" | 44 | #include "buffer.h" |
| 46 | #include "character.h" | 45 | #include "character.h" |
| 47 | #include "charset.h" | 46 | #include "charset.h" |
diff --git a/src/terminal.c b/src/terminal.c index 46ffb3c2dc8..8b1836b3681 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -242,8 +242,8 @@ create_terminal (void) | |||
| 242 | terminal->terminal_coding = | 242 | terminal->terminal_coding = |
| 243 | (struct coding_system *) xmalloc (sizeof (struct coding_system)); | 243 | (struct coding_system *) xmalloc (sizeof (struct coding_system)); |
| 244 | 244 | ||
| 245 | setup_coding_system (Qnil, terminal->keyboard_coding); | 245 | setup_coding_system (Qno_conversion, terminal->keyboard_coding); |
| 246 | setup_coding_system (Qnil, terminal->terminal_coding); | 246 | setup_coding_system (Qundecided, terminal->terminal_coding); |
| 247 | 247 | ||
| 248 | terminal->param_alist = Qnil; | 248 | terminal->param_alist = Qnil; |
| 249 | return terminal; | 249 | return terminal; |
diff --git a/src/xdisp.c b/src/xdisp.c index 4a093495f37..746fa2540f9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -18210,9 +18210,11 @@ decode_mode_spec (w, c, field_width, precision, multibyte) | |||
| 18210 | { | 18210 | { |
| 18211 | /* No need to mention EOL here--the terminal never needs | 18211 | /* No need to mention EOL here--the terminal never needs |
| 18212 | to do EOL conversion. */ | 18212 | to do EOL conversion. */ |
| 18213 | p = decode_mode_spec_coding (CODING_ID_NAME (keyboard_coding.id), | 18213 | p = decode_mode_spec_coding (CODING_ID_NAME |
| 18214 | (FRAME_KEYBOARD_CODING (f)->id), | ||
| 18214 | p, 0); | 18215 | p, 0); |
| 18215 | p = decode_mode_spec_coding (CODING_ID_NAME (terminal_coding.id), | 18216 | p = decode_mode_spec_coding (CODING_ID_NAME |
| 18217 | (FRAME_TERMINAL_CODING (f)->id), | ||
| 18216 | p, 0); | 18218 | p, 0); |
| 18217 | } | 18219 | } |
| 18218 | p = decode_mode_spec_coding (b->buffer_file_coding_system, | 18220 | p = decode_mode_spec_coding (b->buffer_file_coding_system, |
| @@ -19037,6 +19039,80 @@ append_glyph_string (head, tail, s) | |||
| 19037 | } | 19039 | } |
| 19038 | 19040 | ||
| 19039 | 19041 | ||
| 19042 | /* Get face and two-byte form of character C in face FACE_ID on frame | ||
| 19043 | F. The encoding of C is returned in *CHAR2B. MULTIBYTE_P non-zero | ||
| 19044 | means we want to display multibyte text. DISPLAY_P non-zero means | ||
| 19045 | make sure that X resources for the face returned are allocated. | ||
| 19046 | Value is a pointer to a realized face that is ready for display if | ||
| 19047 | DISPLAY_P is non-zero. */ | ||
| 19048 | |||
| 19049 | static INLINE struct face * | ||
| 19050 | get_char_face_and_encoding (f, c, face_id, char2b, multibyte_p, display_p) | ||
| 19051 | struct frame *f; | ||
| 19052 | int c, face_id; | ||
| 19053 | XChar2b *char2b; | ||
| 19054 | int multibyte_p, display_p; | ||
| 19055 | { | ||
| 19056 | struct face *face = FACE_FROM_ID (f, face_id); | ||
| 19057 | |||
| 19058 | #ifdef USE_FONT_BACKEND | ||
| 19059 | if (enable_font_backend) | ||
| 19060 | { | ||
| 19061 | struct font *font = (struct font *) face->font_info; | ||
| 19062 | |||
| 19063 | if (font) | ||
| 19064 | { | ||
| 19065 | unsigned code = font->driver->encode_char (font, c); | ||
| 19066 | |||
| 19067 | if (code != FONT_INVALID_CODE) | ||
| 19068 | STORE_XCHAR2B (char2b, (code >> 8), (code & 0xFF)); | ||
| 19069 | else | ||
| 19070 | STORE_XCHAR2B (char2b, 0, 0); | ||
| 19071 | } | ||
| 19072 | } | ||
| 19073 | else | ||
| 19074 | #endif /* USE_FONT_BACKEND */ | ||
| 19075 | if (!multibyte_p) | ||
| 19076 | { | ||
| 19077 | /* Unibyte case. We don't have to encode, but we have to make | ||
| 19078 | sure to use a face suitable for unibyte. */ | ||
| 19079 | STORE_XCHAR2B (char2b, 0, c); | ||
| 19080 | face_id = FACE_FOR_CHAR (f, face, c, -1, Qnil); | ||
| 19081 | face = FACE_FROM_ID (f, face_id); | ||
| 19082 | } | ||
| 19083 | else if (c < 128) | ||
| 19084 | { | ||
| 19085 | /* Case of ASCII in a face known to fit ASCII. */ | ||
| 19086 | STORE_XCHAR2B (char2b, 0, c); | ||
| 19087 | } | ||
| 19088 | else if (face->font != NULL) | ||
| 19089 | { | ||
| 19090 | struct font_info *font_info | ||
| 19091 | = FONT_INFO_FROM_ID (f, face->font_info_id); | ||
| 19092 | struct charset *charset = CHARSET_FROM_ID (font_info->charset); | ||
| 19093 | unsigned code = ENCODE_CHAR (charset, c); | ||
| 19094 | |||
| 19095 | if (CHARSET_DIMENSION (charset) == 1) | ||
| 19096 | STORE_XCHAR2B (char2b, 0, code); | ||
| 19097 | else | ||
| 19098 | STORE_XCHAR2B (char2b, (code >> 8), (code & 0xFF)); | ||
| 19099 | /* Maybe encode the character in *CHAR2B. */ | ||
| 19100 | FRAME_RIF (f)->encode_char (c, char2b, font_info, charset, NULL); | ||
| 19101 | } | ||
| 19102 | |||
| 19103 | /* Make sure X resources of the face are allocated. */ | ||
| 19104 | #ifdef HAVE_X_WINDOWS | ||
| 19105 | if (display_p) | ||
| 19106 | #endif | ||
| 19107 | { | ||
| 19108 | xassert (face != NULL); | ||
| 19109 | PREPARE_FACE_FOR_DISPLAY (f, face); | ||
| 19110 | } | ||
| 19111 | |||
| 19112 | return face; | ||
| 19113 | } | ||
| 19114 | |||
| 19115 | |||
| 19040 | /* Get face and two-byte form of character glyph GLYPH on frame F. | 19116 | /* Get face and two-byte form of character glyph GLYPH on frame F. |
| 19041 | The encoding of GLYPH->u.ch is returned in *CHAR2B. Value is | 19117 | The encoding of GLYPH->u.ch is returned in *CHAR2B. Value is |
| 19042 | a pointer to a realized face that is ready for display. */ | 19118 | a pointer to a realized face that is ready for display. */ |
| @@ -19541,70 +19617,6 @@ right_overwriting (s) | |||
| 19541 | } | 19617 | } |
| 19542 | 19618 | ||
| 19543 | 19619 | ||
| 19544 | /* Get face and two-byte form of character C in face FACE_ID on frame | ||
| 19545 | F. The encoding of C is returned in *CHAR2B. MULTIBYTE_P non-zero | ||
| 19546 | means we want to display multibyte text. DISPLAY_P non-zero means | ||
| 19547 | make sure that X resources for the face returned are allocated. | ||
| 19548 | Value is a pointer to a realized face that is ready for display if | ||
| 19549 | DISPLAY_P is non-zero. */ | ||
| 19550 | |||
| 19551 | static INLINE struct face * | ||
| 19552 | get_char_face_and_encoding (f, c, face_id, char2b, multibyte_p, display_p) | ||
| 19553 | struct frame *f; | ||
| 19554 | int c, face_id; | ||
| 19555 | XChar2b *char2b; | ||
| 19556 | int multibyte_p, display_p; | ||
| 19557 | { | ||
| 19558 | struct face *face = FACE_FROM_ID (f, face_id); | ||
| 19559 | |||
| 19560 | if (!multibyte_p) | ||
| 19561 | { | ||
| 19562 | /* Unibyte case. We don't have to encode, but we have to make | ||
| 19563 | sure to use a face suitable for unibyte. */ | ||
| 19564 | STORE_XCHAR2B (char2b, 0, c); | ||
| 19565 | face_id = FACE_FOR_CHAR (f, face, c, -1, Qnil); | ||
| 19566 | face = FACE_FROM_ID (f, face_id); | ||
| 19567 | } | ||
| 19568 | else if (c < 128) | ||
| 19569 | { | ||
| 19570 | /* Case of ASCII in a face known to fit ASCII. */ | ||
| 19571 | STORE_XCHAR2B (char2b, 0, c); | ||
| 19572 | } | ||
| 19573 | else | ||
| 19574 | { | ||
| 19575 | int c1, c2, charset; | ||
| 19576 | |||
| 19577 | /* Split characters into bytes. If c2 is -1 afterwards, C is | ||
| 19578 | really a one-byte character so that byte1 is zero. */ | ||
| 19579 | SPLIT_CHAR (c, charset, c1, c2); | ||
| 19580 | if (c2 > 0) | ||
| 19581 | STORE_XCHAR2B (char2b, c1, c2); | ||
| 19582 | else | ||
| 19583 | STORE_XCHAR2B (char2b, 0, c1); | ||
| 19584 | |||
| 19585 | /* Maybe encode the character in *CHAR2B. */ | ||
| 19586 | if (face->font != NULL) | ||
| 19587 | { | ||
| 19588 | struct font_info *font_info | ||
| 19589 | = FONT_INFO_FROM_ID (f, face->font_info_id); | ||
| 19590 | if (font_info) | ||
| 19591 | FRAME_RIF (f)->encode_char (c, char2b, font_info, 0); | ||
| 19592 | } | ||
| 19593 | } | ||
| 19594 | |||
| 19595 | /* Make sure X resources of the face are allocated. */ | ||
| 19596 | #ifdef HAVE_X_WINDOWS | ||
| 19597 | if (display_p) | ||
| 19598 | #endif | ||
| 19599 | { | ||
| 19600 | xassert (face != NULL); | ||
| 19601 | PREPARE_FACE_FOR_DISPLAY (f, face); | ||
| 19602 | } | ||
| 19603 | |||
| 19604 | return face; | ||
| 19605 | } | ||
| 19606 | |||
| 19607 | |||
| 19608 | /* Set background width of glyph string S. START is the index of the | 19620 | /* Set background width of glyph string S. START is the index of the |
| 19609 | first glyph following S. LAST_X is the right-most x-position + 1 | 19621 | first glyph following S. LAST_X is the right-most x-position + 1 |
| 19610 | in the drawing area. */ | 19622 | in the drawing area. */ |
diff --git a/src/xfaces.c b/src/xfaces.c index 298e9e52d55..d3e7a105b60 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -5572,11 +5572,11 @@ free_realized_face (f, face) | |||
| 5572 | free_face_fontset (f, face); | 5572 | free_face_fontset (f, face); |
| 5573 | if (face->gc) | 5573 | if (face->gc) |
| 5574 | { | 5574 | { |
| 5575 | BLOCK_INPUT; | ||
| 5575 | #ifdef USE_FONT_BACKEND | 5576 | #ifdef USE_FONT_BACKEND |
| 5576 | if (enable_font_backend && face->font_info) | 5577 | if (enable_font_backend && face->font_info) |
| 5577 | font_done_for_face (f, face); | 5578 | font_done_for_face (f, face); |
| 5578 | #endif /* USE_FONT_BACKEND */ | 5579 | #endif /* USE_FONT_BACKEND */ |
| 5579 | BLOCK_INPUT; | ||
| 5580 | x_free_gc (f, face->gc); | 5580 | x_free_gc (f, face->gc); |
| 5581 | face->gc = 0; | 5581 | face->gc = 0; |
| 5582 | UNBLOCK_INPUT; | 5582 | UNBLOCK_INPUT; |
| @@ -5747,11 +5747,11 @@ clear_face_gcs (c) | |||
| 5747 | struct face *face = c->faces_by_id[i]; | 5747 | struct face *face = c->faces_by_id[i]; |
| 5748 | if (face && face->gc) | 5748 | if (face && face->gc) |
| 5749 | { | 5749 | { |
| 5750 | BLOCK_INPUT; | ||
| 5750 | #ifdef USE_FONT_BACKEND | 5751 | #ifdef USE_FONT_BACKEND |
| 5751 | if (enable_font_backend && face->font_info) | 5752 | if (enable_font_backend && face->font_info) |
| 5752 | font_done_for_face (c->f, face); | 5753 | font_done_for_face (c->f, face); |
| 5753 | #endif /* USE_FONT_BACKEND */ | 5754 | #endif /* USE_FONT_BACKEND */ |
| 5754 | BLOCK_INPUT; | ||
| 5755 | x_free_gc (c->f, face->gc); | 5755 | x_free_gc (c->f, face->gc); |
| 5756 | face->gc = 0; | 5756 | face->gc = 0; |
| 5757 | UNBLOCK_INPUT; | 5757 | UNBLOCK_INPUT; |
diff --git a/src/xterm.c b/src/xterm.c index 363d2183ee5..a1beab492ee 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6777,32 +6777,20 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) | |||
| 6777 | copy_bufptr = coding.destination; | 6777 | copy_bufptr = coding.destination; |
| 6778 | } | 6778 | } |
| 6779 | 6779 | ||
| 6780 | require = decoding_buffer_size (&coding, nbytes); | 6780 | /* Convert the input data to a sequence of |
| 6781 | p = (unsigned char *) alloca (require); | 6781 | character events. */ |
| 6782 | coding.mode |= CODING_MODE_LAST_BLOCK; | 6782 | for (i = 0; i < nbytes; i += len) |
| 6783 | /* We explicitly disable composition handling because | 6783 | { |
| 6784 | key data should not contain any composition sequence. */ | 6784 | if (nchars == nbytes) |
| 6785 | coding.composing = COMPOSITION_DISABLED; | 6785 | c = copy_bufptr[i], len = 1; |
| 6786 | decode_coding (&coding, copy_bufptr, p, nbytes, require); | 6786 | else |
| 6787 | nbytes = coding.produced; | 6787 | c = STRING_CHAR_AND_LENGTH (copy_bufptr + i, |
| 6788 | nchars = coding.produced_char; | 6788 | nbytes - i, len); |
| 6789 | copy_bufptr = p; | 6789 | inev.ie.kind = (SINGLE_BYTE_CHAR_P (c) |
| 6790 | 6790 | ? ASCII_KEYSTROKE_EVENT | |
| 6791 | /* Convert the input data to a sequence of | 6791 | : MULTIBYTE_CHAR_KEYSTROKE_EVENT); |
| 6792 | character events. */ | 6792 | inev.ie.code = c; |
| 6793 | for (i = 0; i < nbytes; i += len) | 6793 | kbd_buffer_store_event_hold (&inev.ie, hold_quit); |
| 6794 | { | ||
| 6795 | if (nchars == nbytes) | ||
| 6796 | c = copy_bufptr[i], len = 1; | ||
| 6797 | else | ||
| 6798 | c = STRING_CHAR_AND_LENGTH (copy_bufptr + i, | ||
| 6799 | nbytes - i, len); | ||
| 6800 | inev.ie.kind = (SINGLE_BYTE_CHAR_P (c) | ||
| 6801 | ? ASCII_KEYSTROKE_EVENT | ||
| 6802 | : MULTIBYTE_CHAR_KEYSTROKE_EVENT); | ||
| 6803 | inev.ie.code = c; | ||
| 6804 | kbd_buffer_store_event_hold (&inev.ie, hold_quit); | ||
| 6805 | } | ||
| 6806 | } | 6794 | } |
| 6807 | 6795 | ||
| 6808 | /* Previous code updated count by nchars rather than nbytes, | 6796 | /* Previous code updated count by nchars rather than nbytes, |