diff options
| author | Miles Bader | 2007-11-11 00:56:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-11-11 00:56:44 +0000 |
| commit | f23d76bdefbd4c06e14d69e99e50d35ce91c8226 (patch) | |
| tree | ded28d1da6df2d0135514bac83074f4ca1c9099a /lisp/ldefs-boot.el | |
| parent | e2d092da5980a7d05a5428074f8eb4925fa801e8 (diff) | |
| parent | a457417ee5ba797ab1c91d35ee957bb7a7f8d4b6 (diff) | |
| download | emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.tar.gz emacs-f23d76bdefbd4c06e14d69e99e50d35ce91c8226.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
Diffstat (limited to 'lisp/ldefs-boot.el')
| -rw-r--r-- | lisp/ldefs-boot.el | 385 |
1 files changed, 264 insertions, 121 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index c7679a7e58a..9a1092b724f 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1451,19 +1451,14 @@ Special commands: | |||
| 1451 | 1451 | ||
| 1452 | ;;;*** | 1452 | ;;;*** |
| 1453 | 1453 | ||
| 1454 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" | 1454 | ;;;### (autoloads (assistant) "assistant" "gnus/assistant.el" (18212 |
| 1455 | ;;;;;; (17994 6715)) | 1455 | ;;;;;; 21478)) |
| 1456 | ;;; Generated autoloads from obsolete/auto-show.el | 1456 | ;;; Generated autoloads from gnus/assistant.el |
| 1457 | 1457 | ||
| 1458 | (defvar auto-show-mode nil "\ | 1458 | (autoload 'assistant "assistant" "\ |
| 1459 | Obsolete.") | 1459 | Assist setting up Emacs based on FILE. |
| 1460 | 1460 | ||
| 1461 | (custom-autoload (quote auto-show-mode) "auto-show" t) | 1461 | \(fn FILE)" t nil) |
| 1462 | |||
| 1463 | (autoload (quote auto-show-mode) "auto-show" "\ | ||
| 1464 | This command is obsolete. | ||
| 1465 | |||
| 1466 | \(fn ARG)" t nil) | ||
| 1467 | 1462 | ||
| 1468 | ;;;*** | 1463 | ;;;*** |
| 1469 | 1464 | ||
| @@ -2321,8 +2316,7 @@ When called non-interactively, optional second argument NEW-WINDOW is | |||
| 2321 | used instead of `browse-url-new-window-flag'. | 2316 | used instead of `browse-url-new-window-flag'. |
| 2322 | 2317 | ||
| 2323 | The order attempted is gnome-moz-remote, Mozilla, Firefox, | 2318 | The order attempted is gnome-moz-remote, Mozilla, Firefox, |
| 2324 | Galeon, Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an | 2319 | Galeon, Konqueror, Netscape, Mosaic, Lynx in an xterm, and then W3. |
| 2325 | xterm, MMM, and then W3. | ||
| 2326 | 2320 | ||
| 2327 | \(fn URL &rest ARGS)" nil nil) | 2321 | \(fn URL &rest ARGS)" nil nil) |
| 2328 | 2322 | ||
| @@ -2514,7 +2508,7 @@ Default to the URL around or before point. With a prefix argument, run | |||
| 2514 | a new Lynx process in a new buffer. | 2508 | a new Lynx process in a new buffer. |
| 2515 | 2509 | ||
| 2516 | When called interactively, if variable `browse-url-new-window-flag' is | 2510 | When called interactively, if variable `browse-url-new-window-flag' is |
| 2517 | non-nil, load the document in a new lynx in a new term window, | 2511 | non-nil, load the document in a new browser process in a new term window, |
| 2518 | otherwise use any existing one. A non-nil interactive prefix argument | 2512 | otherwise use any existing one. A non-nil interactive prefix argument |
| 2519 | reverses the effect of `browse-url-new-window-flag'. | 2513 | reverses the effect of `browse-url-new-window-flag'. |
| 2520 | 2514 | ||
| @@ -2737,6 +2731,7 @@ Also see `make-text-button'. | |||
| 2737 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2731 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2738 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2732 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| 2739 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) | 2733 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) |
| 2734 | (put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p) | ||
| 2740 | 2735 | ||
| 2741 | (autoload 'byte-compile-warnings-safe-p "bytecomp" "\ | 2736 | (autoload 'byte-compile-warnings-safe-p "bytecomp" "\ |
| 2742 | Not documented | 2737 | Not documented |
| @@ -5581,7 +5576,7 @@ or default values have changed since the previous major Emacs release. | |||
| 5581 | With argument SINCE-VERSION (a string), customize all settings | 5576 | With argument SINCE-VERSION (a string), customize all settings |
| 5582 | that were added or redefined since that version. | 5577 | that were added or redefined since that version. |
| 5583 | 5578 | ||
| 5584 | \(fn SINCE-VERSION)" t nil) | 5579 | \(fn &optional SINCE-VERSION)" t nil) |
| 5585 | 5580 | ||
| 5586 | (autoload 'customize-face "cus-edit" "\ | 5581 | (autoload 'customize-face "cus-edit" "\ |
| 5587 | Customize FACE, which should be a face name or nil. | 5582 | Customize FACE, which should be a face name or nil. |
| @@ -7346,13 +7341,10 @@ For absolute symlinks, use \\[dired-do-symlink]. | |||
| 7346 | Determine the current directory by scanning the process output for a prompt. | 7341 | Determine the current directory by scanning the process output for a prompt. |
| 7347 | The prompt to look for is the first item in `dirtrack-list'. | 7342 | The prompt to look for is the first item in `dirtrack-list'. |
| 7348 | 7343 | ||
| 7349 | You can toggle directory tracking by using the function `dirtrack-toggle'. | 7344 | You can toggle directory tracking by using the function `dirtrack-mode'. |
| 7350 | 7345 | ||
| 7351 | If directory tracking does not seem to be working, you can use the | 7346 | If directory tracking does not seem to be working, you can use the |
| 7352 | function `dirtrack-debug-toggle' to turn on debugging output. | 7347 | function `dirtrack-debug-mode' to turn on debugging output. |
| 7353 | |||
| 7354 | You can enable directory tracking by adding this function to | ||
| 7355 | `comint-output-filter-functions'. | ||
| 7356 | 7348 | ||
| 7357 | \(fn INPUT)" nil nil) | 7349 | \(fn INPUT)" nil nil) |
| 7358 | 7350 | ||
| @@ -7583,7 +7575,7 @@ Switch to *doctor* buffer and start giving psychotherapy. | |||
| 7583 | ;;;;;; (18190 35187)) | 7575 | ;;;;;; (18190 35187)) |
| 7584 | ;;; Generated autoloads from double.el | 7576 | ;;; Generated autoloads from double.el |
| 7585 | 7577 | ||
| 7586 | (defvar double-mode nil "\ | 7578 | (autoload 'double-mode "double" "\ |
| 7587 | Toggle Double mode. | 7579 | Toggle Double mode. |
| 7588 | Setting this variable directly does not take effect; | 7580 | Setting this variable directly does not take effect; |
| 7589 | use either \\[customize] or the function `double-mode'.") | 7581 | use either \\[customize] or the function `double-mode'.") |
| @@ -7598,7 +7590,7 @@ turn it off. | |||
| 7598 | When Double mode is on, some keys will insert different strings | 7590 | When Double mode is on, some keys will insert different strings |
| 7599 | when pressed twice. See variable `double-map' for details. | 7591 | when pressed twice. See variable `double-map' for details. |
| 7600 | 7592 | ||
| 7601 | \(fn ARG)" t nil) | 7593 | \(fn &optional ARG)" t nil) |
| 7602 | 7594 | ||
| 7603 | ;;;*** | 7595 | ;;;*** |
| 7604 | 7596 | ||
| @@ -8331,6 +8323,17 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 8331 | 8323 | ||
| 8332 | ;;;*** | 8324 | ;;;*** |
| 8333 | 8325 | ||
| 8326 | ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el" | ||
| 8327 | ;;;;;; (18212 21473)) | ||
| 8328 | ;;; Generated autoloads from gnus/ecomplete.el | ||
| 8329 | |||
| 8330 | (autoload 'ecomplete-setup "ecomplete" "\ | ||
| 8331 | Not documented | ||
| 8332 | |||
| 8333 | \(fn)" nil nil) | ||
| 8334 | |||
| 8335 | ;;;*** | ||
| 8336 | |||
| 8334 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form | 8337 | ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form |
| 8335 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" | 8338 | ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug" |
| 8336 | ;;;;;; "emacs-lisp/edebug.el" (18190 35188)) | 8339 | ;;;;;; "emacs-lisp/edebug.el" (18190 35188)) |
| @@ -8652,7 +8655,7 @@ Not documented | |||
| 8652 | ;;; Generated autoloads from ediff-hook.el | 8655 | ;;; Generated autoloads from ediff-hook.el |
| 8653 | 8656 | ||
| 8654 | (defvar ediff-window-setup-function) | 8657 | (defvar ediff-window-setup-function) |
| 8655 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) | 8658 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (featurep 'xemacs) xemacs-form emacs-form)) |
| 8656 | 8659 | ||
| 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) | 8660 | (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) |
| 8658 | 8661 | ||
| @@ -9009,6 +9012,22 @@ DISPLAY may be a display id, a frame, or nil for the selected frame's display. | |||
| 9009 | 9012 | ||
| 9010 | ;;;*** | 9013 | ;;;*** |
| 9011 | 9014 | ||
| 9015 | ;;;### (autoloads (encrypt-insert-file-contents encrypt-find-model) | ||
| 9016 | ;;;;;; "encrypt" "gnus/encrypt.el" (18212 21482)) | ||
| 9017 | ;;; Generated autoloads from gnus/encrypt.el | ||
| 9018 | |||
| 9019 | (autoload 'encrypt-find-model "encrypt" "\ | ||
| 9020 | Given a filename, find a encrypt-file-alist entry | ||
| 9021 | |||
| 9022 | \(fn FILENAME)" nil nil) | ||
| 9023 | |||
| 9024 | (autoload 'encrypt-insert-file-contents "encrypt" "\ | ||
| 9025 | Decrypt FILE into the current buffer. | ||
| 9026 | |||
| 9027 | \(fn FILE &optional MODEL)" t nil) | ||
| 9028 | |||
| 9029 | ;;;*** | ||
| 9030 | |||
| 9012 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 9031 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 9013 | ;;;;;; "enriched" "textmodes/enriched.el" (18177 875)) | 9032 | ;;;;;; "enriched" "textmodes/enriched.el" (18177 875)) |
| 9014 | ;;; Generated autoloads from textmodes/enriched.el | 9033 | ;;; Generated autoloads from textmodes/enriched.el |
| @@ -10329,9 +10348,9 @@ Variables controlling indentation style and extra features: | |||
| 10329 | `f90-do-indent' | 10348 | `f90-do-indent' |
| 10330 | Extra indentation within do blocks (default 3). | 10349 | Extra indentation within do blocks (default 3). |
| 10331 | `f90-if-indent' | 10350 | `f90-if-indent' |
| 10332 | Extra indentation within if/select case/where/forall blocks (default 3). | 10351 | Extra indentation within if/select/where/forall blocks (default 3). |
| 10333 | `f90-type-indent' | 10352 | `f90-type-indent' |
| 10334 | Extra indentation within type/interface/block-data blocks (default 3). | 10353 | Extra indentation within type/enum/interface/block-data blocks (default 3). |
| 10335 | `f90-program-indent' | 10354 | `f90-program-indent' |
| 10336 | Extra indentation within program/module/subroutine/function blocks | 10355 | Extra indentation within program/module/subroutine/function blocks |
| 10337 | (default 2). | 10356 | (default 2). |
| @@ -11161,7 +11180,7 @@ Not documented | |||
| 11161 | (autoload 'fill-flowed "flow-fill" "\ | 11180 | (autoload 'fill-flowed "flow-fill" "\ |
| 11162 | Not documented | 11181 | Not documented |
| 11163 | 11182 | ||
| 11164 | \(fn &optional BUFFER)" nil nil) | 11183 | \(fn &optional BUFFER DELETE-SPACE)" nil nil) |
| 11165 | 11184 | ||
| 11166 | ;;;*** | 11185 | ;;;*** |
| 11167 | 11186 | ||
| @@ -11281,7 +11300,7 @@ of two major techniques: | |||
| 11281 | 11300 | ||
| 11282 | * The windows always displays adjacent sections of the buffer. | 11301 | * The windows always displays adjacent sections of the buffer. |
| 11283 | This means that whenever one window is moved, all the | 11302 | This means that whenever one window is moved, all the |
| 11284 | others will follow. (Hence the name Follow Mode.) | 11303 | others will follow. (Hence the name Follow mode.) |
| 11285 | 11304 | ||
| 11286 | * Should the point (cursor) end up outside a window, another | 11305 | * Should the point (cursor) end up outside a window, another |
| 11287 | window displaying that point is selected, if possible. This | 11306 | window displaying that point is selected, if possible. This |
| @@ -11317,7 +11336,7 @@ Create two side by side windows and enter Follow Mode. | |||
| 11317 | Execute this command to display as much as possible of the text | 11336 | Execute this command to display as much as possible of the text |
| 11318 | in the selected window. All other windows, in the current | 11337 | in the selected window. All other windows, in the current |
| 11319 | frame, are deleted and the selected window is split in two | 11338 | frame, are deleted and the selected window is split in two |
| 11320 | side-by-side windows. Follow Mode is activated, hence the | 11339 | side-by-side windows. Follow mode is activated, hence the |
| 11321 | two windows always will display two successive pages. | 11340 | two windows always will display two successive pages. |
| 11322 | \(If one window is moved, the other one will follow.) | 11341 | \(If one window is moved, the other one will follow.) |
| 11323 | 11342 | ||
| @@ -11431,7 +11450,7 @@ Variables controlling indentation style and extra features: | |||
| 11431 | `fortran-minimum-statement-indent-tab' (TAB format), | 11450 | `fortran-minimum-statement-indent-tab' (TAB format), |
| 11432 | depending on the continuation format in use. | 11451 | depending on the continuation format in use. |
| 11433 | relative indent to `fortran-comment-line-extra-indent' beyond the | 11452 | relative indent to `fortran-comment-line-extra-indent' beyond the |
| 11434 | indentation for a line of code. | 11453 | indentation for a line of code. |
| 11435 | (default 'fixed) | 11454 | (default 'fixed) |
| 11436 | `fortran-comment-indent-char' | 11455 | `fortran-comment-indent-char' |
| 11437 | Single-character string to be inserted instead of space for | 11456 | Single-character string to be inserted instead of space for |
| @@ -11892,6 +11911,30 @@ Play a sound FILE through the speaker. | |||
| 11892 | 11911 | ||
| 11893 | ;;;*** | 11912 | ;;;*** |
| 11894 | 11913 | ||
| 11914 | ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set) | ||
| 11915 | ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18212 21481)) | ||
| 11916 | ;;; Generated autoloads from gnus/gnus-bookmark.el | ||
| 11917 | |||
| 11918 | (autoload 'gnus-bookmark-set "gnus-bookmark" "\ | ||
| 11919 | Set a bookmark for this article. | ||
| 11920 | |||
| 11921 | \(fn)" t nil) | ||
| 11922 | |||
| 11923 | (autoload 'gnus-bookmark-jump "gnus-bookmark" "\ | ||
| 11924 | Jump to a Gnus bookmark (BMK-NAME). | ||
| 11925 | |||
| 11926 | \(fn &optional BMK-NAME)" t nil) | ||
| 11927 | |||
| 11928 | (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\ | ||
| 11929 | Display a list of existing Gnus bookmarks. | ||
| 11930 | The list is displayed in a buffer named `*Gnus Bookmark List*'. | ||
| 11931 | The leftmost column displays a D if the bookmark is flagged for | ||
| 11932 | deletion, or > if it is flagged for displaying. | ||
| 11933 | |||
| 11934 | \(fn)" t nil) | ||
| 11935 | |||
| 11936 | ;;;*** | ||
| 11937 | |||
| 11895 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group | 11938 | ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group |
| 11896 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active | 11939 | ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active |
| 11897 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18177 | 11940 | ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18177 |
| @@ -12029,11 +12072,17 @@ Insert a random X-Face header from `gnus-x-face-directory'. | |||
| 12029 | (autoload 'gnus-x-face-from-file "gnus-fun" "\ | 12072 | (autoload 'gnus-x-face-from-file "gnus-fun" "\ |
| 12030 | Insert an X-Face header based on an image file. | 12073 | Insert an X-Face header based on an image file. |
| 12031 | 12074 | ||
| 12075 | Depending on `gnus-convert-image-to-x-face-command' it may accept | ||
| 12076 | different input formats. | ||
| 12077 | |||
| 12032 | \(fn FILE)" t nil) | 12078 | \(fn FILE)" t nil) |
| 12033 | 12079 | ||
| 12034 | (autoload 'gnus-face-from-file "gnus-fun" "\ | 12080 | (autoload 'gnus-face-from-file "gnus-fun" "\ |
| 12035 | Return a Face header based on an image file. | 12081 | Return a Face header based on an image file. |
| 12036 | 12082 | ||
| 12083 | Depending on `gnus-convert-image-to-face-command' it may accept | ||
| 12084 | different input formats. | ||
| 12085 | |||
| 12037 | \(fn FILE)" t nil) | 12086 | \(fn FILE)" t nil) |
| 12038 | 12087 | ||
| 12039 | (autoload 'gnus-convert-face-to-png "gnus-fun" "\ | 12088 | (autoload 'gnus-convert-face-to-png "gnus-fun" "\ |
| @@ -12057,6 +12106,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to | |||
| 12057 | 12106 | ||
| 12058 | (autoload 'gnus-fetch-group "gnus-group" "\ | 12107 | (autoload 'gnus-fetch-group "gnus-group" "\ |
| 12059 | Start Gnus if necessary and enter GROUP. | 12108 | Start Gnus if necessary and enter GROUP. |
| 12109 | If ARTICLES, display those articles. | ||
| 12060 | Returns whether the fetching was successful or not. | 12110 | Returns whether the fetching was successful or not. |
| 12061 | 12111 | ||
| 12062 | \(fn GROUP &optional ARTICLES)" t nil) | 12112 | \(fn GROUP &optional ARTICLES)" t nil) |
| @@ -12120,14 +12170,14 @@ group parameters. | |||
| 12120 | 12170 | ||
| 12121 | If AUTO-UPDATE is non-nil (prefix argument accepted, if called | 12171 | If AUTO-UPDATE is non-nil (prefix argument accepted, if called |
| 12122 | interactively), it makes sure nnmail-split-fancy is re-computed before | 12172 | interactively), it makes sure nnmail-split-fancy is re-computed before |
| 12123 | getting new mail, by adding gnus-group-split-update to | 12173 | getting new mail, by adding `gnus-group-split-update' to |
| 12124 | nnmail-pre-get-new-mail-hook. | 12174 | `nnmail-pre-get-new-mail-hook'. |
| 12125 | 12175 | ||
| 12126 | A non-nil CATCH-ALL replaces the current value of | 12176 | A non-nil CATCH-ALL replaces the current value of |
| 12127 | gnus-group-split-default-catch-all-group. This variable is only used | 12177 | `gnus-group-split-default-catch-all-group'. This variable is only used |
| 12128 | by gnus-group-split-update, and only when its CATCH-ALL argument is | 12178 | by gnus-group-split-update, and only when its CATCH-ALL argument is |
| 12129 | nil. This argument may contain any fancy split, that will be added as | 12179 | nil. This argument may contain any fancy split, that will be added as |
| 12130 | the last split in a `|' split produced by gnus-group-split-fancy, | 12180 | the last split in a `|' split produced by `gnus-group-split-fancy', |
| 12131 | unless overridden by any group marked as a catch-all group. Typical | 12181 | unless overridden by any group marked as a catch-all group. Typical |
| 12132 | uses are as simple as the name of a default mail group, but more | 12182 | uses are as simple as the name of a default mail group, but more |
| 12133 | elaborate fancy splits may also be useful to split mail that doesn't | 12183 | elaborate fancy splits may also be useful to split mail that doesn't |
| @@ -12141,8 +12191,8 @@ Computes nnmail-split-fancy from group params and CATCH-ALL. | |||
| 12141 | It does this by calling by calling (gnus-group-split-fancy nil | 12191 | It does this by calling by calling (gnus-group-split-fancy nil |
| 12142 | nil CATCH-ALL). | 12192 | nil CATCH-ALL). |
| 12143 | 12193 | ||
| 12144 | If CATCH-ALL is nil, gnus-group-split-default-catch-all-group is used | 12194 | If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used |
| 12145 | instead. This variable is set by gnus-group-split-setup. | 12195 | instead. This variable is set by `gnus-group-split-setup'. |
| 12146 | 12196 | ||
| 12147 | \(fn &optional CATCH-ALL)" t nil) | 12197 | \(fn &optional CATCH-ALL)" t nil) |
| 12148 | 12198 | ||
| @@ -12150,7 +12200,7 @@ instead. This variable is set by gnus-group-split-setup. | |||
| 12150 | Uses information from group parameters in order to split mail. | 12200 | Uses information from group parameters in order to split mail. |
| 12151 | See `gnus-group-split-fancy' for more information. | 12201 | See `gnus-group-split-fancy' for more information. |
| 12152 | 12202 | ||
| 12153 | gnus-group-split is a valid value for nnmail-split-methods. | 12203 | `gnus-group-split' is a valid value for `nnmail-split-methods'. |
| 12154 | 12204 | ||
| 12155 | \(fn)" nil nil) | 12205 | \(fn)" nil nil) |
| 12156 | 12206 | ||
| @@ -12802,6 +12852,50 @@ to be updated. | |||
| 12802 | 12852 | ||
| 12803 | ;;;*** | 12853 | ;;;*** |
| 12804 | 12854 | ||
| 12855 | ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment | ||
| 12856 | ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment) | ||
| 12857 | ;;;;;; "hashcash" "gnus/hashcash.el" (18212 21477)) | ||
| 12858 | ;;; Generated autoloads from gnus/hashcash.el | ||
| 12859 | |||
| 12860 | (autoload 'hashcash-insert-payment "hashcash" "\ | ||
| 12861 | Insert X-Payment and X-Hashcash headers with a payment for ARG | ||
| 12862 | |||
| 12863 | \(fn ARG)" t nil) | ||
| 12864 | |||
| 12865 | (autoload 'hashcash-insert-payment-async "hashcash" "\ | ||
| 12866 | Insert X-Payment and X-Hashcash headers with a payment for ARG | ||
| 12867 | Only start calculation. Results are inserted when ready. | ||
| 12868 | |||
| 12869 | \(fn ARG)" t nil) | ||
| 12870 | |||
| 12871 | (autoload 'hashcash-verify-payment "hashcash" "\ | ||
| 12872 | Verify a hashcash payment | ||
| 12873 | |||
| 12874 | \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil) | ||
| 12875 | |||
| 12876 | (autoload 'mail-add-payment "hashcash" "\ | ||
| 12877 | Add X-Payment: and X-Hashcash: headers with a hashcash payment | ||
| 12878 | for each recipient address. Prefix arg sets default payment temporarily. | ||
| 12879 | Set ASYNC to t to start asynchronous calculation. (See | ||
| 12880 | `mail-add-payment-async'). | ||
| 12881 | |||
| 12882 | \(fn &optional ARG ASYNC)" t nil) | ||
| 12883 | |||
| 12884 | (autoload 'mail-add-payment-async "hashcash" "\ | ||
| 12885 | Add X-Payment: and X-Hashcash: headers with a hashcash payment | ||
| 12886 | for each recipient address. Prefix arg sets default payment temporarily. | ||
| 12887 | Calculation is asynchronous. | ||
| 12888 | |||
| 12889 | \(fn &optional ARG)" t nil) | ||
| 12890 | |||
| 12891 | (autoload 'mail-check-payment "hashcash" "\ | ||
| 12892 | Look for a valid X-Payment: or X-Hashcash: header. | ||
| 12893 | Prefix arg sets default accept amount temporarily. | ||
| 12894 | |||
| 12895 | \(fn &optional ARG)" t nil) | ||
| 12896 | |||
| 12897 | ;;;*** | ||
| 12898 | |||
| 12805 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region | 12899 | ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region |
| 12806 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer | 12900 | ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer |
| 12807 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string | 12901 | ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string |
| @@ -13888,9 +13982,7 @@ They are removed from `ibuffer-saved-filter-groups'. | |||
| 13888 | 13982 | ||
| 13889 | (autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\ | 13983 | (autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\ |
| 13890 | Set this buffer's filter groups to saved version with NAME. | 13984 | Set this buffer's filter groups to saved version with NAME. |
| 13891 | The value from `ibuffer-saved-filters' is used. | 13985 | The value from `ibuffer-saved-filter-groups' is used. |
| 13892 | If prefix argument ADD is non-nil, then add the saved filters instead | ||
| 13893 | of replacing the current filters. | ||
| 13894 | 13986 | ||
| 13895 | \(fn NAME)" t nil) | 13987 | \(fn NAME)" t nil) |
| 13896 | 13988 | ||
| @@ -13948,8 +14040,6 @@ Add saved filters from `ibuffer-saved-filters' to this buffer's filters. | |||
| 13948 | 14040 | ||
| 13949 | (autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\ | 14041 | (autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\ |
| 13950 | Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. | 14042 | Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. |
| 13951 | If prefix argument ADD is non-nil, then add the saved filters instead | ||
| 13952 | of replacing the current filters. | ||
| 13953 | 14043 | ||
| 13954 | \(fn NAME)" t nil) | 14044 | \(fn NAME)" t nil) |
| 13955 | (autoload 'ibuffer-filter-by-mode "ibuf-ext") | 14045 | (autoload 'ibuffer-filter-by-mode "ibuf-ext") |
| @@ -15747,6 +15837,39 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\" | |||
| 15747 | 15837 | ||
| 15748 | ;;;*** | 15838 | ;;;*** |
| 15749 | 15839 | ||
| 15840 | ;;;### (autoloads (isearch-buffers-minor-mode) "isearch-multi" "isearch-multi.el" | ||
| 15841 | ;;;;;; (18210 13714)) | ||
| 15842 | ;;; Generated autoloads from isearch-multi.el | ||
| 15843 | |||
| 15844 | (defvar isearch-buffers-current-buffer nil "\ | ||
| 15845 | The buffer where the search is currently searching. | ||
| 15846 | The value is nil when the search still is in the initial buffer.") | ||
| 15847 | |||
| 15848 | (defvar isearch-buffers-next-buffer-function nil "\ | ||
| 15849 | Function to call to get the next buffer to search. | ||
| 15850 | |||
| 15851 | When this variable is set to a function that returns a buffer, then | ||
| 15852 | after typing another C-s or C-r at a failing search, the search goes | ||
| 15853 | to the next buffer in the series and continues searching for the | ||
| 15854 | next occurrence. | ||
| 15855 | |||
| 15856 | The first argument of this function is the current buffer where the | ||
| 15857 | search is currently searching. It defines the base buffer relative to | ||
| 15858 | which this function should find the next buffer. When the isearch | ||
| 15859 | direction is backward (when isearch-forward is nil), this function | ||
| 15860 | should return the previous buffer to search. If the second argument of | ||
| 15861 | this function WRAP is non-nil, then it should return the first buffer | ||
| 15862 | in the series; and for the backward search, it should return the last | ||
| 15863 | buffer in the series.") | ||
| 15864 | |||
| 15865 | (autoload 'isearch-buffers-minor-mode "isearch-multi" "\ | ||
| 15866 | Minor mode for using isearch to search through multiple buffers. | ||
| 15867 | With arg, turn isearch-buffers minor mode on if arg is positive, off otherwise. | ||
| 15868 | |||
| 15869 | \(fn &optional ARG)" t nil) | ||
| 15870 | |||
| 15871 | ;;;*** | ||
| 15872 | |||
| 15750 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 15873 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 15751 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 15874 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 15752 | ;;;;;; (18177 864)) | 15875 | ;;;;;; (18177 864)) |
| @@ -16055,6 +16178,9 @@ when called interactively, non-corrective messages are suppressed. | |||
| 16055 | With a prefix argument (or if CONTINUE is non-nil), | 16178 | With a prefix argument (or if CONTINUE is non-nil), |
| 16056 | resume interrupted spell-checking of a buffer or region. | 16179 | resume interrupted spell-checking of a buffer or region. |
| 16057 | 16180 | ||
| 16181 | Interactively, in Transient Mark mode when the mark is active, call | ||
| 16182 | `ispell-region' to check the active region for spelling errors. | ||
| 16183 | |||
| 16058 | Word syntax is controlled by the definition of the chosen dictionary, | 16184 | Word syntax is controlled by the definition of the chosen dictionary, |
| 16059 | which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'. | 16185 | which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'. |
| 16060 | 16186 | ||
| @@ -16068,7 +16194,7 @@ nil word is correct or spelling is accepted. | |||
| 16068 | \(\"word\" arg) word is hand entered. | 16194 | \(\"word\" arg) word is hand entered. |
| 16069 | quit spell session exited. | 16195 | quit spell session exited. |
| 16070 | 16196 | ||
| 16071 | \(fn &optional FOLLOWING QUIETLY CONTINUE)" t nil) | 16197 | \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil) |
| 16072 | 16198 | ||
| 16073 | (autoload 'ispell-pdict-save "ispell" "\ | 16199 | (autoload 'ispell-pdict-save "ispell" "\ |
| 16074 | Check to see if the personal dictionary has been modified. | 16200 | Check to see if the personal dictionary has been modified. |
| @@ -16875,15 +17001,24 @@ Unload the library that provided FEATURE, restoring all its autoloads. | |||
| 16875 | If the feature is required by any other loaded code, and prefix arg FORCE | 17001 | If the feature is required by any other loaded code, and prefix arg FORCE |
| 16876 | is nil, raise an error. | 17002 | is nil, raise an error. |
| 16877 | 17003 | ||
| 16878 | This function tries to undo modifications made by the package to | 17004 | Standard unloading activities include restoring old autoloads for |
| 16879 | hooks. Packages may define a hook FEATURE-unload-hook that is called | 17005 | functions defined by the library, undoing any additions that the |
| 16880 | instead of the normal heuristics for doing this. Such a hook should | 17006 | library has made to hook variables or to `auto-mode-alist', undoing |
| 16881 | undo all the relevant global state changes that may have been made by | 17007 | ELP profiling of functions in that library, unproviding any features |
| 16882 | loading the package or executing functions in it. It has access to | 17008 | provided by the library, and canceling timers held in variables |
| 16883 | the package's feature list (before anything is unbound) in the | 17009 | defined by the library. |
| 16884 | variable `unload-hook-features-list' and could remove features from it | 17010 | |
| 16885 | in the event that the package has done something normally-ill-advised, | 17011 | If a function `FEATURE-unload-function' is defined, this function |
| 16886 | such as redefining an Emacs function. | 17012 | calls it with no arguments, before doing anything else. That function |
| 17013 | can do whatever is appropriate to undo the loading of the library. If | ||
| 17014 | `FEATURE-unload-function' returns non-nil, that suppresses the | ||
| 17015 | standard unloading of the library. Otherwise the standard unloading | ||
| 17016 | proceeds. | ||
| 17017 | |||
| 17018 | `FEATURE-unload-function' has access to the package's list of | ||
| 17019 | definitions in the variable `unload-function-defs-list' and could | ||
| 17020 | remove symbols from it in the event that the package has done | ||
| 17021 | something strange, such as redefining an Emacs function. | ||
| 16887 | 17022 | ||
| 16888 | \(fn FEATURE &optional FORCE)" t nil) | 17023 | \(fn FEATURE &optional FORCE)" t nil) |
| 16889 | 17024 | ||
| @@ -17661,7 +17796,7 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 17661 | 17796 | ||
| 17662 | ;;;*** | 17797 | ;;;*** |
| 17663 | 17798 | ||
| 17664 | ;;;### (autoloads (unbold-region bold-region message-news-other-frame | 17799 | ;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame |
| 17665 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window | 17800 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window |
| 17666 | ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body | 17801 | ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body |
| 17667 | ;;;;;; message-forward-make-body message-forward message-recover | 17802 | ;;;;;; message-forward-make-body message-forward message-recover |
| @@ -17778,9 +17913,10 @@ C-c C-f move to a header field (and create it if there isn't): | |||
| 17778 | C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To | 17913 | C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To |
| 17779 | C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups | 17914 | C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups |
| 17780 | C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution | 17915 | C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution |
| 17781 | C-c C-f C-o move to From (\"Originator\") | 17916 | C-c C-f C-o move to From (\"Originator\") |
| 17782 | C-c C-f C-f move to Followup-To | 17917 | C-c C-f C-f move to Followup-To |
| 17783 | C-c C-f C-m move to Mail-Followup-To | 17918 | C-c C-f C-m move to Mail-Followup-To |
| 17919 | C-c C-f C-e move to Expires | ||
| 17784 | C-c C-f C-i cycle through Importance values | 17920 | C-c C-f C-i cycle through Importance values |
| 17785 | C-c C-f s change subject and append \"(was: <Old Subject>)\" | 17921 | C-c C-f s change subject and append \"(was: <Old Subject>)\" |
| 17786 | C-c C-f x crossposting with FollowUp-To header and note in body | 17922 | C-c C-f x crossposting with FollowUp-To header and note in body |
| @@ -19622,7 +19758,7 @@ Call `remember'. If this is already a remember buffer, re-apply template. | |||
| 19622 | If there is an active region, make sure remember uses it as initial content | 19758 | If there is an active region, make sure remember uses it as initial content |
| 19623 | of the remember buffer. | 19759 | of the remember buffer. |
| 19624 | 19760 | ||
| 19625 | \(fn)" t nil) | 19761 | \(fn &optional ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil) |
| 19626 | 19762 | ||
| 19627 | (autoload 'org-remember-handler "org" "\ | 19763 | (autoload 'org-remember-handler "org" "\ |
| 19628 | Store stuff from remember.el into an org file. | 19764 | Store stuff from remember.el into an org file. |
| @@ -19664,9 +19800,9 @@ See also the variable `org-reverse-note-order'. | |||
| 19664 | 19800 | ||
| 19665 | (autoload 'org-agenda "org" "\ | 19801 | (autoload 'org-agenda "org" "\ |
| 19666 | Dispatch agenda commands to collect entries to the agenda buffer. | 19802 | Dispatch agenda commands to collect entries to the agenda buffer. |
| 19667 | Prompts for a character to select a command. Any prefix arg will be passed | 19803 | Prompts for a command to execute. Any prefix arg will be passed |
| 19668 | on to the selected command. The default selections are: | 19804 | on to the selected command. The default selections are: |
| 19669 | g | 19805 | |
| 19670 | a Call `org-agenda-list' to display the agenda for current day or week. | 19806 | a Call `org-agenda-list' to display the agenda for current day or week. |
| 19671 | t Call `org-todo-list' to display the global todo list. | 19807 | t Call `org-todo-list' to display the global todo list. |
| 19672 | T Call `org-todo-list' to display the global todo list, select only | 19808 | T Call `org-todo-list' to display the global todo list, select only |
| @@ -19682,10 +19818,12 @@ More commands can be added by configuring the variable | |||
| 19682 | searches can be pre-defined in this way. | 19818 | searches can be pre-defined in this way. |
| 19683 | 19819 | ||
| 19684 | If the current buffer is in Org-mode and visiting a file, you can also | 19820 | If the current buffer is in Org-mode and visiting a file, you can also |
| 19685 | first press `1' to indicate that the agenda should be temporarily (until the | 19821 | first press `<' once to indicate that the agenda should be temporarily |
| 19686 | next use of \\[org-agenda]) restricted to the current file. | 19822 | \(until the next use of \\[org-agenda]) restricted to the current file. |
| 19823 | Pressing `<' twice means to restrict to the current subtree or region | ||
| 19824 | \(if active). | ||
| 19687 | 19825 | ||
| 19688 | \(fn ARG)" t nil) | 19826 | \(fn ARG &optional KEYS RESTRICTION)" t nil) |
| 19689 | 19827 | ||
| 19690 | (autoload 'org-batch-agenda "org" "\ | 19828 | (autoload 'org-batch-agenda "org" "\ |
| 19691 | Run an agenda command in batch mode and send the result to STDOUT. | 19829 | Run an agenda command in batch mode and send the result to STDOUT. |
| @@ -19762,7 +19900,6 @@ on the days are also shown. See the variable `org-log-done' for how | |||
| 19762 | to turn on logging. | 19900 | to turn on logging. |
| 19763 | START-DAY defaults to TODAY, or to the most recent match for the weekday | 19901 | START-DAY defaults to TODAY, or to the most recent match for the weekday |
| 19764 | given in `org-agenda-start-on-weekday'. | 19902 | given in `org-agenda-start-on-weekday'. |
| 19765 | NDAYS defaults to `org-agenda-ndays'. | ||
| 19766 | 19903 | ||
| 19767 | \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) | 19904 | \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil) |
| 19768 | 19905 | ||
| @@ -19792,7 +19929,7 @@ items should be listed. The following arguments are allowed: | |||
| 19792 | date range matching the selected date. Deadlines will | 19929 | date range matching the selected date. Deadlines will |
| 19793 | also be listed, on the expiration day. | 19930 | also be listed, on the expiration day. |
| 19794 | 19931 | ||
| 19795 | :sexp FIXME | 19932 | :sexp List entries resulting from diary-like sexps. |
| 19796 | 19933 | ||
| 19797 | :deadline List any deadlines past due, or due within | 19934 | :deadline List any deadlines past due, or due within |
| 19798 | `org-deadline-warning-days'. The listing occurs only | 19935 | `org-deadline-warning-days'. The listing occurs only |
| @@ -25059,7 +25196,7 @@ From a program takes two point or marker arguments, BEG and END. | |||
| 25059 | (autoload 'spam-initialize "spam" "\ | 25196 | (autoload 'spam-initialize "spam" "\ |
| 25060 | Install the spam.el hooks and do other initialization | 25197 | Install the spam.el hooks and do other initialization |
| 25061 | 25198 | ||
| 25062 | \(fn)" t nil) | 25199 | \(fn &rest SYMBOLS)" t nil) |
| 25063 | 25200 | ||
| 25064 | ;;;*** | 25201 | ;;;*** |
| 25065 | 25202 | ||
| @@ -25731,20 +25868,20 @@ Read a complex stroke and insert its glyph into the current buffer. | |||
| 25731 | ;;;*** | 25868 | ;;;*** |
| 25732 | 25869 | ||
| 25733 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) | 25870 | ;;;### (autoloads (studlify-buffer studlify-word studlify-region) |
| 25734 | ;;;;;; "studly" "play/studly.el" (17994 6715)) | 25871 | ;;;;;; "studly" "play/studly.el" (16268 23254)) |
| 25735 | ;;; Generated autoloads from play/studly.el | 25872 | ;;; Generated autoloads from play/studly.el |
| 25736 | 25873 | ||
| 25737 | (autoload (quote studlify-region) "studly" "\ | 25874 | (autoload 'studlify-region "studly" "\ |
| 25738 | Studlify-case the region. | 25875 | Studlify-case the region. |
| 25739 | 25876 | ||
| 25740 | \(fn BEGIN END)" t nil) | 25877 | \(fn BEGIN END)" t nil) |
| 25741 | 25878 | ||
| 25742 | (autoload (quote studlify-word) "studly" "\ | 25879 | (autoload 'studlify-word "studly" "\ |
| 25743 | Studlify-case the current word, or COUNT words if given an argument. | 25880 | Studlify-case the current word, or COUNT words if given an argument. |
| 25744 | 25881 | ||
| 25745 | \(fn COUNT)" t nil) | 25882 | \(fn COUNT)" t nil) |
| 25746 | 25883 | ||
| 25747 | (autoload (quote studlify-buffer) "studly" "\ | 25884 | (autoload 'studlify-buffer "studly" "\ |
| 25748 | Studlify-case the current buffer. | 25885 | Studlify-case the current buffer. |
| 25749 | 25886 | ||
| 25750 | \(fn)" t nil) | 25887 | \(fn)" t nil) |
| @@ -28029,8 +28166,8 @@ See `tramp-file-name-structure' for more explanations.") | |||
| 28029 | This regexp should match tramp file names but no other file names. | 28166 | This regexp should match tramp file names but no other file names. |
| 28030 | \(When tramp.el is loaded, this regular expression is prepended to | 28167 | \(When tramp.el is loaded, this regular expression is prepended to |
| 28031 | `file-name-handler-alist', and that is searched sequentially. Thus, | 28168 | `file-name-handler-alist', and that is searched sequentially. Thus, |
| 28032 | if the tramp entry appears rather early in the `file-name-handler-alist' | 28169 | if the Tramp entry appears rather early in the `file-name-handler-alist' |
| 28033 | and is a bit too general, then some files might be considered tramp | 28170 | and is a bit too general, then some files might be considered Tramp |
| 28034 | files which are not really Tramp files. | 28171 | files which are not really Tramp files. |
| 28035 | 28172 | ||
| 28036 | Please note that the entry in `file-name-handler-alist' is made when | 28173 | Please note that the entry in `file-name-handler-alist' is made when |
| @@ -28083,16 +28220,16 @@ pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion | |||
| 28083 | 28220 | ||
| 28084 | (autoload 'tramp-file-name-handler "tramp" "\ | 28221 | (autoload 'tramp-file-name-handler "tramp" "\ |
| 28085 | Invoke Tramp file name handler. | 28222 | Invoke Tramp file name handler. |
| 28086 | Falls back to normal file name handler if no tramp file name handler exists. | 28223 | Falls back to normal file name handler if no Tramp file name handler exists. |
| 28087 | 28224 | ||
| 28088 | \(fn OPERATION &rest ARGS)" nil nil) | 28225 | \(fn OPERATION &rest ARGS)" nil nil) |
| 28089 | 28226 | ||
| 28090 | (defun tramp-completion-file-name-handler (operation &rest args) "\ | 28227 | (defun tramp-completion-file-name-handler (operation &rest args) "\ |
| 28091 | Invoke tramp file name completion handler. | 28228 | Invoke Tramp file name completion handler. |
| 28092 | Falls back to normal file name handler if no tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) | 28229 | Falls back to normal file name handler if no Tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args)))) |
| 28093 | 28230 | ||
| 28094 | (defsubst tramp-register-file-name-handler nil "\ | 28231 | (defsubst tramp-register-file-name-handler nil "\ |
| 28095 | Add tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (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)))))) | 28232 | Add Tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (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)))))) |
| 28096 | (tramp-register-file-name-handler) | 28233 | (tramp-register-file-name-handler) |
| 28097 | 28234 | ||
| 28098 | (defsubst tramp-register-completion-file-name-handler nil "\ | 28235 | (defsubst tramp-register-completion-file-name-handler nil "\ |
| @@ -28998,7 +29135,10 @@ Not documented | |||
| 28998 | (autoload 'url-basepath "url-util" "\ | 29135 | (autoload 'url-basepath "url-util" "\ |
| 28999 | Return the base pathname of FILE, or the actual filename if X is true. | 29136 | Return the base pathname of FILE, or the actual filename if X is true. |
| 29000 | 29137 | ||
| 29001 | \(fn FILE &optional X)" nil nil) | 29138 | \(fn FILE)" nil nil) |
| 29139 | |||
| 29140 | (autoload 'url-file-nondirectory "url-util" "\ | ||
| 29141 | Return the nondirectory part of FILE, for a URL. | ||
| 29002 | 29142 | ||
| 29003 | (autoload 'url-parse-query-string "url-util" "\ | 29143 | (autoload 'url-parse-query-string "url-util" "\ |
| 29004 | Not documented | 29144 | Not documented |
| @@ -29117,9 +29257,9 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29117 | 29257 | ||
| 29118 | ;;;*** | 29258 | ;;;*** |
| 29119 | 29259 | ||
| 29120 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file | 29260 | ;;;### (autoloads (vc-annotate vc-branch-part vc-trunk-p vc-update-change-log |
| 29121 | ;;;;;; vc-transfer-file vc-switch-backend vc-rollback vc-update | 29261 | ;;;;;; vc-rename-file vc-transfer-file vc-switch-backend vc-update |
| 29122 | ;;;;;; vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot | 29262 | ;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot |
| 29123 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-revision-other-window | 29263 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-revision-other-window |
| 29124 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 29264 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 29125 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) | 29265 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| @@ -29171,7 +29311,7 @@ considered successful if its exit status does not exceed OKSTATUS (if | |||
| 29171 | OKSTATUS is nil, that means to ignore error status, if it is `async', that | 29311 | OKSTATUS is nil, that means to ignore error status, if it is `async', that |
| 29172 | means not to wait for termination of the subprocess; if it is t it means to | 29312 | means not to wait for termination of the subprocess; if it is t it means to |
| 29173 | ignore all execution errors). FILE-OR-LIST is the name of a working file; | 29313 | ignore all execution errors). FILE-OR-LIST is the name of a working file; |
| 29174 | it may be a list of files or be nil (to execute commands that don't expect | 29314 | it may be a list of files or be nil (to execute commands that don't expect |
| 29175 | a file name or set of files). If an optional list of FLAGS is present, | 29315 | a file name or set of files). If an optional list of FLAGS is present, |
| 29176 | that is inserted into the command line before the filename. | 29316 | that is inserted into the command line before the filename. |
| 29177 | 29317 | ||
| @@ -29189,29 +29329,27 @@ each one. The log message will be used as a comment for any register | |||
| 29189 | or checkin operations, but ignored when doing checkouts. Attempted | 29329 | or checkin operations, but ignored when doing checkouts. Attempted |
| 29190 | lock steals will raise an error. | 29330 | lock steals will raise an error. |
| 29191 | 29331 | ||
| 29192 | A prefix argument lets you specify the version number to use. | 29332 | For locking systems: |
| 29193 | 29333 | If every file is not already registered, this registers each for version | |
| 29194 | For RCS and SCCS files: | ||
| 29195 | If the file is not already registered, this registers it for version | ||
| 29196 | control. | 29334 | control. |
| 29197 | If the file is registered and not locked by anyone, this checks out | 29335 | If every file is registered and not locked by anyone, this checks out |
| 29198 | a writable and locked file ready for editing. | 29336 | a writable and locked file of each ready for editing. |
| 29199 | If the file is checked out and locked by the calling user, this | 29337 | If every file is checked out and locked by the calling user, this |
| 29200 | first checks to see if the file has changed since checkout. If not, | 29338 | first checks to see if each file has changed since checkout. If not, |
| 29201 | it performs a revert. | 29339 | it performs a revert on that file. |
| 29202 | If the file has been changed, this pops up a buffer for entry | 29340 | If every file has been changed, this pops up a buffer for entry |
| 29203 | of a log message; when the message has been entered, it checks in the | 29341 | of a log message; when the message has been entered, it checks in the |
| 29204 | resulting changes along with the log message as change commentary. If | 29342 | resulting changes along with the log message as change commentary. If |
| 29205 | the variable `vc-keep-workfiles' is non-nil (which is its default), a | 29343 | the variable `vc-keep-workfiles' is non-nil (which is its default), a |
| 29206 | read-only copy of the changed file is left in place afterwards. | 29344 | read-only copy of each changed file is left in place afterwards. |
| 29207 | If the file is registered and locked by someone else, you are given | 29345 | If the affected file is registered and locked by someone else, you are |
| 29208 | the option to steal the lock. | 29346 | given the option to steal the lock(s). |
| 29209 | 29347 | ||
| 29210 | For CVS files: | 29348 | For merging systems: |
| 29211 | If the file is not already registered, this registers it for version | 29349 | If every file is not already registered, this registers each one for version |
| 29212 | control. This does a \"cvs add\", but no \"cvs commit\". | 29350 | control. This does an add, but not a commit. |
| 29213 | If the file is added but not committed, it is committed. | 29351 | If every file is added but not committed, each one is committed. |
| 29214 | If your working file is changed, but the repository file is | 29352 | If every working file is changed, but the corresponding repository file is |
| 29215 | unchanged, this pops up a buffer for entry of a log message; when the | 29353 | unchanged, this pops up a buffer for entry of a log message; when the |
| 29216 | message has been entered, it checks in the resulting changes along | 29354 | message has been entered, it checks in the resulting changes along |
| 29217 | with the logmessage as change commentary. A writable file is retained. | 29355 | with the logmessage as change commentary. A writable file is retained. |
| @@ -29222,7 +29360,7 @@ merge in the changes into your working copy. | |||
| 29222 | 29360 | ||
| 29223 | (autoload 'vc-register "vc" "\ | 29361 | (autoload 'vc-register "vc" "\ |
| 29224 | Register the current file into a version control system. | 29362 | Register the current file into a version control system. |
| 29225 | With prefix argument SET-VERSION, allow user to specify initial version | 29363 | With prefix argument SET-REVISION, allow user to specify initial revision |
| 29226 | level. If COMMENT is present, use that as an initial comment. | 29364 | level. If COMMENT is present, use that as an initial comment. |
| 29227 | 29365 | ||
| 29228 | The version control system to use is found by cycling through the list | 29366 | The version control system to use is found by cycling through the list |
| @@ -29232,7 +29370,12 @@ directory are already registered under that backend) will be used to | |||
| 29232 | register the file. If no backend declares itself responsible, the | 29370 | register the file. If no backend declares itself responsible, the |
| 29233 | first backend that could register the file is used. | 29371 | first backend that could register the file is used. |
| 29234 | 29372 | ||
| 29235 | \(fn &optional SET-VERSION COMMENT)" t nil) | 29373 | \(fn &optional SET-REVISION COMMENT)" t nil) |
| 29374 | |||
| 29375 | (autoload 'vc-version-diff "vc" "\ | ||
| 29376 | Report diffs between revisions of the fileset in the repository history. | ||
| 29377 | |||
| 29378 | \(fn FILES REV1 REV2)" t nil) | ||
| 29236 | 29379 | ||
| 29237 | (autoload 'vc-diff "vc" "\ | 29380 | (autoload 'vc-diff "vc" "\ |
| 29238 | Display diffs between file versions. | 29381 | Display diffs between file versions. |
| @@ -29284,16 +29427,16 @@ With prefix arg READ-SWITCHES, specify a value to override | |||
| 29284 | 29427 | ||
| 29285 | (autoload 'vc-create-snapshot "vc" "\ | 29428 | (autoload 'vc-create-snapshot "vc" "\ |
| 29286 | Descending recursively from DIR, make a snapshot called NAME. | 29429 | Descending recursively from DIR, make a snapshot called NAME. |
| 29287 | For each registered file, the version level of its latest version | 29430 | For each registered file, the working revision becomes part of |
| 29288 | becomes part of the named configuration. If the prefix argument | 29431 | the named configuration. If the prefix argument BRANCHP is |
| 29289 | BRANCHP is given, the snapshot is made as a new branch and the files | 29432 | given, the snapshot is made as a new branch and the files are |
| 29290 | are checked out in that new branch. | 29433 | checked out in that new branch. |
| 29291 | 29434 | ||
| 29292 | \(fn DIR NAME BRANCHP)" t nil) | 29435 | \(fn DIR NAME BRANCHP)" t nil) |
| 29293 | 29436 | ||
| 29294 | (autoload 'vc-retrieve-snapshot "vc" "\ | 29437 | (autoload 'vc-retrieve-snapshot "vc" "\ |
| 29295 | Descending recursively from DIR, retrieve the snapshot called NAME. | 29438 | Descending recursively from DIR, retrieve the snapshot called NAME. |
| 29296 | If NAME is empty, it refers to the latest versions. | 29439 | If NAME is empty, it refers to the latest revisions. |
| 29297 | If locking is used for the files in DIR, then there must not be any | 29440 | If locking is used for the files in DIR, then there must not be any |
| 29298 | locked files at or below DIR (but if NAME is empty, locked files are | 29441 | locked files at or below DIR (but if NAME is empty, locked files are |
| 29299 | allowed and simply skipped). | 29442 | allowed and simply skipped). |
| @@ -29304,13 +29447,12 @@ allowed and simply skipped). | |||
| 29304 | List the change log of the current buffer in a window. | 29447 | List the change log of the current buffer in a window. |
| 29305 | If FOCUS-REV is non-nil, leave the point at that revision. | 29448 | If FOCUS-REV is non-nil, leave the point at that revision. |
| 29306 | 29449 | ||
| 29307 | \(fn &optional FOCUS-REV)" t nil) | 29450 | \(fn &optional WORKING-REVISION)" t nil) |
| 29308 | 29451 | ||
| 29309 | (autoload 'vc-revert "vc" "\ | 29452 | (autoload 'vc-revert "vc" "\ |
| 29310 | Revert the current buffer's file to the version it was based on. | 29453 | Revert the current buffer's file to the version it was based on. |
| 29311 | This asks for confirmation if the buffer contents are not identical | 29454 | This asks for confirmation if the buffer contents are not identical |
| 29312 | to that version. This function does not automatically pick up newer | 29455 | to the working revision (except for keyword expansion). |
| 29313 | changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so. | ||
| 29314 | 29456 | ||
| 29315 | \(fn)" t nil) | 29457 | \(fn)" t nil) |
| 29316 | 29458 | ||
| @@ -29345,7 +29487,7 @@ To get a prompt, use a prefix argument. | |||
| 29345 | Transfer FILE to another version control system NEW-BACKEND. | 29487 | Transfer FILE to another version control system NEW-BACKEND. |
| 29346 | If NEW-BACKEND has a higher precedence than FILE's current backend | 29488 | If NEW-BACKEND has a higher precedence than FILE's current backend |
| 29347 | \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in | 29489 | \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in |
| 29348 | NEW-BACKEND, using the version number from the current backend as the | 29490 | NEW-BACKEND, using the revision number from the current backend as the |
| 29349 | base level. If NEW-BACKEND has a lower precedence than the current | 29491 | base level. If NEW-BACKEND has a lower precedence than the current |
| 29350 | backend, then commit all changes that were made under the current | 29492 | backend, then commit all changes that were made under the current |
| 29351 | backend to NEW-BACKEND, and unregister FILE from the current backend. | 29493 | backend to NEW-BACKEND, and unregister FILE from the current backend. |
| @@ -29395,8 +29537,8 @@ default, the time scale stretches back one year into the past; | |||
| 29395 | everything that is older than that is shown in blue. | 29537 | everything that is older than that is shown in blue. |
| 29396 | 29538 | ||
| 29397 | With a prefix argument, this command asks two questions in the | 29539 | With a prefix argument, this command asks two questions in the |
| 29398 | minibuffer. First, you may enter a version number; then the buffer | 29540 | minibuffer. First, you may enter a revision number; then the buffer |
| 29399 | displays and annotates that version instead of the current version | 29541 | displays and annotates that revision instead of the working revision |
| 29400 | \(type RET in the minibuffer to leave that default unchanged). Then, | 29542 | \(type RET in the minibuffer to leave that default unchanged). Then, |
| 29401 | you are prompted for the time span in days which the color range | 29543 | you are prompted for the time span in days which the color range |
| 29402 | should cover. For example, a time span of 20 days means that changes | 29544 | should cover. For example, a time span of 20 days means that changes |
| @@ -29406,9 +29548,9 @@ age, and everything that is older than that is shown in blue. | |||
| 29406 | Customization variables: | 29548 | Customization variables: |
| 29407 | 29549 | ||
| 29408 | `vc-annotate-menu-elements' customizes the menu elements of the | 29550 | `vc-annotate-menu-elements' customizes the menu elements of the |
| 29409 | mode-specific menu. `vc-annotate-color-map' and | 29551 | mode-specific menu. `vc-annotate-color-map' and |
| 29410 | `vc-annotate-very-old-color' defines the mapping of time to | 29552 | `vc-annotate-very-old-color' define the mapping of time to colors. |
| 29411 | colors. `vc-annotate-background' specifies the background color. | 29553 | `vc-annotate-background' specifies the background color. |
| 29412 | 29554 | ||
| 29413 | \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil) | 29555 | \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil) |
| 29414 | 29556 | ||
| @@ -31190,18 +31332,19 @@ Zone out, completely. | |||
| 31190 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" | 31332 | ;;;;;; "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" |
| 31191 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" | 31333 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" |
| 31192 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 31334 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" |
| 31193 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | 31335 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" |
| 31194 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" | 31336 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" |
| 31195 | ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el" | 31337 | ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el" |
| 31196 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" | 31338 | ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" |
| 31197 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/ietf-drums.el" | 31339 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/hmac-def.el" |
| 31198 | ;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" | 31340 | ;;;;;; "gnus/hmac-md5.el" "gnus/ietf-drums.el" "gnus/imap.el" "gnus/legacy-gnus-agent.el" |
| 31199 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" | 31341 | ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el" |
| 31200 | ;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" | 31342 | ;;;;;; "gnus/mailcap.el" "gnus/md4.el" "gnus/messcompat.el" "gnus/mm-bodies.el" |
| 31201 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" | 31343 | ;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el" |
| 31202 | ;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" | 31344 | ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el" |
| 31203 | ;;;;;; "gnus/nndb.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" | 31345 | ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el" |
| 31204 | ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el" | 31346 | ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el" |
| 31347 | ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el" | ||
| 31205 | ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" | 31348 | ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" |
| 31206 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" | 31349 | ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" |
| 31207 | ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" | 31350 | ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" |