diff options
| author | Glenn Morris | 2017-10-02 14:47:55 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-02 14:48:21 -0400 |
| commit | f6efc067237ff4c531ea1a43b85cd09e78f6ea0c (patch) | |
| tree | d43a68af5e82018cf03840036854ac27ffad89bf | |
| parent | d09ac15005f36b2788406da6c573487fc323129d (diff) | |
| download | emacs-f6efc067237ff4c531ea1a43b85cd09e78f6ea0c.tar.gz emacs-f6efc067237ff4c531ea1a43b85cd09e78f6ea0c.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 230 |
1 files changed, 139 insertions, 91 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 32f2a179c37..9c057231df6 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -4961,12 +4961,16 @@ call other entry points instead, such as `cl-prin1'. | |||
| 4961 | \(fn OBJECT STREAM)" nil nil) | 4961 | \(fn OBJECT STREAM)" nil nil) |
| 4962 | 4962 | ||
| 4963 | (autoload 'cl-prin1 "cl-print" "\ | 4963 | (autoload 'cl-prin1 "cl-print" "\ |
| 4964 | 4964 | Print OBJECT on STREAM according to its type. | |
| 4965 | Output is further controlled by the variables | ||
| 4966 | `cl-print-readably', `cl-print-compiled', along with output | ||
| 4967 | variables for the standard printing functions. See Info | ||
| 4968 | node `(elisp)Output Variables'. | ||
| 4965 | 4969 | ||
| 4966 | \(fn OBJECT &optional STREAM)" nil nil) | 4970 | \(fn OBJECT &optional STREAM)" nil nil) |
| 4967 | 4971 | ||
| 4968 | (autoload 'cl-prin1-to-string "cl-print" "\ | 4972 | (autoload 'cl-prin1-to-string "cl-print" "\ |
| 4969 | 4973 | Return a string containing the `cl-prin1'-printed representation of OBJECT. | |
| 4970 | 4974 | ||
| 4971 | \(fn OBJECT)" nil nil) | 4975 | \(fn OBJECT)" nil nil) |
| 4972 | 4976 | ||
| @@ -5032,7 +5036,7 @@ is run). | |||
| 5032 | (autoload 'color-name-to-rgb "color" "\ | 5036 | (autoload 'color-name-to-rgb "color" "\ |
| 5033 | Convert COLOR string to a list of normalized RGB components. | 5037 | Convert COLOR string to a list of normalized RGB components. |
| 5034 | COLOR should be a color name (e.g. \"white\") or an RGB triplet | 5038 | COLOR should be a color name (e.g. \"white\") or an RGB triplet |
| 5035 | string (e.g. \"#ff12ec\"). | 5039 | string (e.g. \"#ffff1122eecc\"). |
| 5036 | 5040 | ||
| 5037 | Normally the return value is a list of three floating-point | 5041 | Normally the return value is a list of three floating-point |
| 5038 | numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive. | 5042 | numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive. |
| @@ -7412,7 +7416,7 @@ May contain all other options that don't contradict `-l'; | |||
| 7412 | may contain even `F', `b', `i' and `s'. See also the variable | 7416 | may contain even `F', `b', `i' and `s'. See also the variable |
| 7413 | `dired-ls-F-marks-symlinks' concerning the `F' switch. | 7417 | `dired-ls-F-marks-symlinks' concerning the `F' switch. |
| 7414 | Options that include embedded whitespace must be quoted | 7418 | Options that include embedded whitespace must be quoted |
| 7415 | like this: \\\"--option=value with spaces\\\"; you can use | 7419 | like this: \"--option=value with spaces\"; you can use |
| 7416 | `combine-and-quote-strings' to produce the correct quoting of | 7420 | `combine-and-quote-strings' to produce the correct quoting of |
| 7417 | each option. | 7421 | each option. |
| 7418 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, | 7422 | On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp, |
| @@ -13072,23 +13076,7 @@ to get the effect of a C-q. | |||
| 13072 | ;;; Generated autoloads from progmodes/flymake.el | 13076 | ;;; Generated autoloads from progmodes/flymake.el |
| 13073 | (push (purecopy '(flymake 0 3)) package--builtin-versions) | 13077 | (push (purecopy '(flymake 0 3)) package--builtin-versions) |
| 13074 | 13078 | ||
| 13075 | ;;;*** | 13079 | (autoload 'flymake-mode "flymake" "\ |
| 13076 | |||
| 13077 | ;;;### (autoloads nil "flymake-proc" "progmodes/flymake-proc.el" | ||
| 13078 | ;;;;;; (0 0 0 0)) | ||
| 13079 | ;;; Generated autoloads from progmodes/flymake-proc.el | ||
| 13080 | (push (purecopy '(flymake-proc 0 3)) package--builtin-versions) | ||
| 13081 | |||
| 13082 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-proc" '("flymake-"))) | ||
| 13083 | |||
| 13084 | ;;;*** | ||
| 13085 | |||
| 13086 | ;;;### (autoloads nil "flymake-ui" "progmodes/flymake-ui.el" (0 0 | ||
| 13087 | ;;;;;; 0 0)) | ||
| 13088 | ;;; Generated autoloads from progmodes/flymake-ui.el | ||
| 13089 | (push (purecopy '(flymake-ui 0 3)) package--builtin-versions) | ||
| 13090 | |||
| 13091 | (autoload 'flymake-mode "flymake-ui" "\ | ||
| 13092 | Toggle Flymake mode on or off. | 13080 | Toggle Flymake mode on or off. |
| 13093 | With a prefix argument ARG, enable Flymake mode if ARG is | 13081 | With a prefix argument ARG, enable Flymake mode if ARG is |
| 13094 | positive, and disable it otherwise. If called from Lisp, enable | 13082 | positive, and disable it otherwise. If called from Lisp, enable |
| @@ -13097,22 +13085,22 @@ the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |||
| 13097 | 13085 | ||
| 13098 | \(fn &optional ARG)" t nil) | 13086 | \(fn &optional ARG)" t nil) |
| 13099 | 13087 | ||
| 13100 | (autoload 'flymake-mode-on "flymake-ui" "\ | 13088 | (autoload 'flymake-mode-on "flymake" "\ |
| 13101 | Turn flymake mode on. | 13089 | Turn flymake mode on. |
| 13102 | 13090 | ||
| 13103 | \(fn)" nil nil) | 13091 | \(fn)" nil nil) |
| 13104 | 13092 | ||
| 13105 | (autoload 'flymake-mode-off "flymake-ui" "\ | 13093 | (autoload 'flymake-mode-off "flymake" "\ |
| 13106 | Turn flymake mode off. | 13094 | Turn flymake mode off. |
| 13107 | 13095 | ||
| 13108 | \(fn)" nil nil) | 13096 | \(fn)" nil nil) |
| 13109 | 13097 | ||
| 13110 | (autoload 'flymake-find-file-hook "flymake-ui" "\ | 13098 | (autoload 'flymake-find-file-hook "flymake" "\ |
| 13111 | 13099 | ||
| 13112 | 13100 | ||
| 13113 | \(fn)" nil nil) | 13101 | \(fn)" nil nil) |
| 13114 | 13102 | ||
| 13115 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake-ui" '("flymake-"))) | 13103 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flymake" '("flymake-"))) |
| 13116 | 13104 | ||
| 13117 | ;;;*** | 13105 | ;;;*** |
| 13118 | 13106 | ||
| @@ -13537,7 +13525,7 @@ and choose the directory as the fortune-file. | |||
| 13537 | Minimum set of parameters to filter for live (on-session) framesets. | 13525 | Minimum set of parameters to filter for live (on-session) framesets. |
| 13538 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13526 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13539 | 13527 | ||
| 13540 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (delete-before . :never) (font . frameset-filter-shelve-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-frame . :never) (parent-id . :never) (mouse-wheel-frame . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\ | 13528 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (delete-before . :never) (font . frameset-filter-font-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-frame . :never) (parent-id . :never) (mouse-wheel-frame . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\ |
| 13541 | Parameters to filter for persistent framesets. | 13529 | Parameters to filter for persistent framesets. |
| 13542 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13530 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13543 | 13531 | ||
| @@ -22984,6 +22972,13 @@ Many aspects this mode can be customized using | |||
| 22984 | 22972 | ||
| 22985 | ;;;*** | 22973 | ;;;*** |
| 22986 | 22974 | ||
| 22975 | ;;;### (autoloads nil "ob-hledger" "org/ob-hledger.el" (0 0 0 0)) | ||
| 22976 | ;;; Generated autoloads from org/ob-hledger.el | ||
| 22977 | |||
| 22978 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-hledger" '("org-babel-"))) | ||
| 22979 | |||
| 22980 | ;;;*** | ||
| 22981 | |||
| 22987 | ;;;### (autoloads nil "ob-io" "org/ob-io.el" (0 0 0 0)) | 22982 | ;;;### (autoloads nil "ob-io" "org/ob-io.el" (0 0 0 0)) |
| 22988 | ;;; Generated autoloads from org/ob-io.el | 22983 | ;;; Generated autoloads from org/ob-io.el |
| 22989 | 22984 | ||
| @@ -23155,13 +23150,6 @@ Many aspects this mode can be customized using | |||
| 23155 | 23150 | ||
| 23156 | ;;;*** | 23151 | ;;;*** |
| 23157 | 23152 | ||
| 23158 | ;;;### (autoloads nil "ob-scala" "org/ob-scala.el" (0 0 0 0)) | ||
| 23159 | ;;; Generated autoloads from org/ob-scala.el | ||
| 23160 | |||
| 23161 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-scala" '("org-babel-"))) | ||
| 23162 | |||
| 23163 | ;;;*** | ||
| 23164 | |||
| 23165 | ;;;### (autoloads nil "ob-scheme" "org/ob-scheme.el" (0 0 0 0)) | 23153 | ;;;### (autoloads nil "ob-scheme" "org/ob-scheme.el" (0 0 0 0)) |
| 23166 | ;;; Generated autoloads from org/ob-scheme.el | 23154 | ;;; Generated autoloads from org/ob-scheme.el |
| 23167 | 23155 | ||
| @@ -23234,6 +23222,13 @@ Many aspects this mode can be customized using | |||
| 23234 | 23222 | ||
| 23235 | ;;;*** | 23223 | ;;;*** |
| 23236 | 23224 | ||
| 23225 | ;;;### (autoloads nil "ob-vala" "org/ob-vala.el" (0 0 0 0)) | ||
| 23226 | ;;; Generated autoloads from org/ob-vala.el | ||
| 23227 | |||
| 23228 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-vala" '("org-babel-"))) | ||
| 23229 | |||
| 23230 | ;;;*** | ||
| 23231 | |||
| 23237 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (0 0 0 0)) | 23232 | ;;;### (autoloads nil "octave" "progmodes/octave.el" (0 0 0 0)) |
| 23238 | ;;; Generated autoloads from progmodes/octave.el | 23233 | ;;; Generated autoloads from progmodes/octave.el |
| 23239 | 23234 | ||
| @@ -23561,7 +23556,6 @@ T Call `org-todo-list' to display the global todo list, select only | |||
| 23561 | m Call `org-tags-view' to display headlines with tags matching | 23556 | m Call `org-tags-view' to display headlines with tags matching |
| 23562 | a condition (the user is prompted for the condition). | 23557 | a condition (the user is prompted for the condition). |
| 23563 | M Like `m', but select only TODO entries, no ordinary headlines. | 23558 | M Like `m', but select only TODO entries, no ordinary headlines. |
| 23564 | L Create a timeline for the current buffer. | ||
| 23565 | e Export views to associated files. | 23559 | e Export views to associated files. |
| 23566 | s Search entries for keywords. | 23560 | s Search entries for keywords. |
| 23567 | S Search entries for keywords, only with TODO keywords. | 23561 | S Search entries for keywords, only with TODO keywords. |
| @@ -23701,8 +23695,9 @@ as a whole, to include whitespace. | |||
| 23701 | with a colon, this will mean that the (non-regexp) snippets of the | 23695 | with a colon, this will mean that the (non-regexp) snippets of the |
| 23702 | Boolean search must match as full words. | 23696 | Boolean search must match as full words. |
| 23703 | 23697 | ||
| 23704 | This command searches the agenda files, and in addition the files listed | 23698 | This command searches the agenda files, and in addition the files |
| 23705 | in `org-agenda-text-search-extra-files'. | 23699 | listed in `org-agenda-text-search-extra-files' unless a restriction lock |
| 23700 | is active. | ||
| 23706 | 23701 | ||
| 23707 | \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil) | 23702 | \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil) |
| 23708 | 23703 | ||
| @@ -23872,6 +23867,9 @@ With a `\\[universal-argument] \\[universal-argument]' prefix argument, go to th | |||
| 23872 | 23867 | ||
| 23873 | When called with a `C-0' (zero) prefix, insert a template at point. | 23868 | When called with a `C-0' (zero) prefix, insert a template at point. |
| 23874 | 23869 | ||
| 23870 | When called with a `C-1' (one) prefix, force prompting for a date when | ||
| 23871 | a datetree entry is made. | ||
| 23872 | |||
| 23875 | ELisp programs can set KEYS to a string associated with a template | 23873 | ELisp programs can set KEYS to a string associated with a template |
| 23876 | in `org-capture-templates'. In this case, interactive selection | 23874 | in `org-capture-templates'. In this case, interactive selection |
| 23877 | will be bypassed. | 23875 | will be bypassed. |
| @@ -24011,6 +24009,63 @@ Try very hard to provide sensible version strings. | |||
| 24011 | 24009 | ||
| 24012 | ;;;*** | 24010 | ;;;*** |
| 24013 | 24011 | ||
| 24012 | ;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0 | ||
| 24013 | ;;;;;; 0)) | ||
| 24014 | ;;; Generated autoloads from org/org-duration.el | ||
| 24015 | |||
| 24016 | (autoload 'org-duration-set-regexps "org-duration" "\ | ||
| 24017 | Set duration related regexps. | ||
| 24018 | |||
| 24019 | \(fn)" t nil) | ||
| 24020 | |||
| 24021 | (autoload 'org-duration-p "org-duration" "\ | ||
| 24022 | Non-nil when string S is a time duration. | ||
| 24023 | |||
| 24024 | \(fn S)" nil nil) | ||
| 24025 | |||
| 24026 | (autoload 'org-duration-to-minutes "org-duration" "\ | ||
| 24027 | Return number of minutes of DURATION string. | ||
| 24028 | |||
| 24029 | When optional argument CANONICAL is non-nil, ignore | ||
| 24030 | `org-duration-units' and use standard time units value. | ||
| 24031 | |||
| 24032 | A bare number is translated into minutes. The empty string is | ||
| 24033 | translated into 0.0. | ||
| 24034 | |||
| 24035 | Return value as a float. Raise an error if duration format is | ||
| 24036 | not recognized. | ||
| 24037 | |||
| 24038 | \(fn DURATION &optional CANONICAL)" nil nil) | ||
| 24039 | |||
| 24040 | (autoload 'org-duration-from-minutes "org-duration" "\ | ||
| 24041 | Return duration string for a given number of MINUTES. | ||
| 24042 | |||
| 24043 | Format duration according to `org-duration-format' or FMT, when | ||
| 24044 | non-nil. | ||
| 24045 | |||
| 24046 | When optional argument CANONICAL is non-nil, ignore | ||
| 24047 | `org-duration-units' and use standard time units value. | ||
| 24048 | |||
| 24049 | Raise an error if expected format is unknown. | ||
| 24050 | |||
| 24051 | \(fn MINUTES &optional FMT CANONICAL)" nil nil) | ||
| 24052 | |||
| 24053 | (autoload 'org-duration-h:mm-only-p "org-duration" "\ | ||
| 24054 | Non-nil when every duration in TIMES has \"H:MM\" or \"H:MM:SS\" format. | ||
| 24055 | |||
| 24056 | TIMES is a list of duration strings. | ||
| 24057 | |||
| 24058 | Return nil if any duration is expressed with units, as defined in | ||
| 24059 | `org-duration-units'. Otherwise, if any duration is expressed | ||
| 24060 | with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | ||
| 24061 | `h:mm'. | ||
| 24062 | |||
| 24063 | \(fn TIMES)" nil nil) | ||
| 24064 | |||
| 24065 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-duration" '("org-duration-"))) | ||
| 24066 | |||
| 24067 | ;;;*** | ||
| 24068 | |||
| 24014 | ;;;### (autoloads "actual autoloads are elsewhere" "org-element" | 24069 | ;;;### (autoloads "actual autoloads are elsewhere" "org-element" |
| 24015 | ;;;;;; "org/org-element.el" (0 0 0 0)) | 24070 | ;;;;;; "org/org-element.el" (0 0 0 0)) |
| 24016 | ;;; Generated autoloads from org/org-element.el | 24071 | ;;; Generated autoloads from org/org-element.el |
| @@ -24067,7 +24122,7 @@ Try very hard to provide sensible version strings. | |||
| 24067 | ;;;### (autoloads nil "org-gnus" "org/org-gnus.el" (0 0 0 0)) | 24122 | ;;;### (autoloads nil "org-gnus" "org/org-gnus.el" (0 0 0 0)) |
| 24068 | ;;; Generated autoloads from org/org-gnus.el | 24123 | ;;; Generated autoloads from org/org-gnus.el |
| 24069 | 24124 | ||
| 24070 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-gnus" '("org-"))) | 24125 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-gnus" '("org-gnus-"))) |
| 24071 | 24126 | ||
| 24072 | ;;;*** | 24127 | ;;;*** |
| 24073 | 24128 | ||
| @@ -31848,7 +31903,7 @@ Studlify-case the current buffer. | |||
| 31848 | ;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0)) | 31903 | ;;;### (autoloads nil "subr-x" "emacs-lisp/subr-x.el" (0 0 0 0)) |
| 31849 | ;;; Generated autoloads from emacs-lisp/subr-x.el | 31904 | ;;; Generated autoloads from emacs-lisp/subr-x.el |
| 31850 | 31905 | ||
| 31851 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("read-multiple-choice" "string-" "hash-table-" "and-let*" "when-let" "internal--" "if-let" "thread-"))) | 31906 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "subr-x" '("read-multiple-choice" "string-" "hash-table-" "when-let" "internal--" "if-let" "and-let*" "thread-"))) |
| 31852 | 31907 | ||
| 31853 | ;;;*** | 31908 | ;;;*** |
| 31854 | 31909 | ||
| @@ -33660,7 +33715,7 @@ Return a string giving the duration of the Emacs initialization. | |||
| 33660 | 33715 | ||
| 33661 | \(fn)" t nil) | 33716 | \(fn)" t nil) |
| 33662 | 33717 | ||
| 33663 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "time" '("display-time-" "legacy-style-world-list" "zoneinfo-style-world-list"))) | 33718 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "time" '("display-time-" "time--display-world-list" "legacy-style-world-list" "zoneinfo-style-world-list"))) |
| 33664 | 33719 | ||
| 33665 | ;;;*** | 33720 | ;;;*** |
| 33666 | 33721 | ||
| @@ -33923,11 +33978,11 @@ relative only to the time worked today, and not to past time. | |||
| 33923 | ;;;;;; 0 0 0)) | 33978 | ;;;;;; 0 0 0)) |
| 33924 | ;;; Generated autoloads from emacs-lisp/timer-list.el | 33979 | ;;; Generated autoloads from emacs-lisp/timer-list.el |
| 33925 | 33980 | ||
| 33926 | (autoload 'timer-list "timer-list" "\ | 33981 | (autoload 'list-timers "timer-list" "\ |
| 33927 | List all timers in a buffer. | 33982 | List all timers in a buffer. |
| 33928 | 33983 | ||
| 33929 | \(fn &optional IGNORE-AUTO NONCONFIRM)" t nil) | 33984 | \(fn &optional IGNORE-AUTO NONCONFIRM)" t nil) |
| 33930 | (put 'timer-list 'disabled "Beware: manually canceling timers can ruin your Emacs session.") | 33985 | (put 'list-timers 'disabled "Beware: manually canceling timers can ruin your Emacs session.") |
| 33931 | 33986 | ||
| 33932 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "timer-list" '("timer-list-"))) | 33987 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "timer-list" '("timer-list-"))) |
| 33933 | 33988 | ||
| @@ -34253,8 +34308,10 @@ Value for `tramp-file-name-regexp' for autoload. | |||
| 34253 | It must match the initial `tramp-syntax' settings.") | 34308 | It must match the initial `tramp-syntax' settings.") |
| 34254 | 34309 | ||
| 34255 | (defvar tramp-file-name-regexp tramp-initial-file-name-regexp "\ | 34310 | (defvar tramp-file-name-regexp tramp-initial-file-name-regexp "\ |
| 34256 | Value for `tramp-file-name-regexp' for autoload. | 34311 | Regular expression matching file names handled by Tramp. |
| 34257 | It must match the initial `tramp-syntax' settings.") | 34312 | This regexp should match Tramp file names but no other file |
| 34313 | names. When calling `tramp-register-file-name-handlers', the | ||
| 34314 | initial value is overwritten by the car of `tramp-file-name-structure'.") | ||
| 34258 | 34315 | ||
| 34259 | (defconst tramp-completion-file-name-regexp-default (concat "\\`/\\(" "\\([^/|:]+:[^/|:]*|\\)*" (if (memq system-type '(cygwin windows-nt)) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") "\\(:[^/|:]*\\)?" "\\)?\\'") "\ | 34316 | (defconst tramp-completion-file-name-regexp-default (concat "\\`/\\(" "\\([^/|:]+:[^/|:]*|\\)*" (if (memq system-type '(cygwin windows-nt)) "\\(-\\|[^/|:]\\{2,\\}\\)" "[^/|:]+") "\\(:[^/|:]*\\)?" "\\)?\\'") "\ |
| 34260 | Value for `tramp-completion-file-name-regexp' for default remoting. | 34317 | Value for `tramp-completion-file-name-regexp' for default remoting. |
| @@ -34374,7 +34431,7 @@ Reenable Ange-FTP, when Tramp is unloaded. | |||
| 34374 | 34431 | ||
| 34375 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) | 34432 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) |
| 34376 | ;;; Generated autoloads from net/trampver.el | 34433 | ;;; Generated autoloads from net/trampver.el |
| 34377 | (push (purecopy '(tramp 2 3 3 -1)) package--builtin-versions) | 34434 | (push (purecopy '(tramp 2 3 3 26 1)) package--builtin-versions) |
| 34378 | 34435 | ||
| 34379 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-"))) | 34436 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "trampver" '("tramp-"))) |
| 34380 | 34437 | ||
| @@ -38447,53 +38504,44 @@ Zone out, completely. | |||
| 38447 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" | 38504 | ;;;;;; "eshell/em-term.el" "eshell/em-tramp.el" "eshell/em-unix.el" |
| 38448 | ;;;;;; "eshell/em-xtra.el" "facemenu.el" "faces.el" "files.el" "font-core.el" | 38505 | ;;;;;; "eshell/em-xtra.el" "facemenu.el" "faces.el" "files.el" "font-core.el" |
| 38449 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" | 38506 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" |
| 38450 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" | 38507 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charscript.el" |
| 38451 | ;;;;;; "international/charscript.el" "international/cp51932.el" | 38508 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el" |
| 38452 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" | 38509 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| 38453 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38510 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" |
| 38454 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 38511 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 38455 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | 38512 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 38456 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | 38513 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |
| 38457 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | 38514 | ;;;;;; "language/indian.el" "language/japanese.el" "language/khmer.el" |
| 38458 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | 38515 | ;;;;;; "language/korean.el" "language/lao.el" "language/misc-lang.el" |
| 38459 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | 38516 | ;;;;;; "language/romanian.el" "language/sinhala.el" "language/slovak.el" |
| 38460 | ;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" | 38517 | ;;;;;; "language/tai-viet.el" "language/thai.el" "language/tibetan.el" |
| 38461 | ;;;;;; "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" | 38518 | ;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" |
| 38462 | ;;;;;; "language/cham.el" "language/chinese.el" "language/cyrillic.el" | 38519 | ;;;;;; "leim/ja-dic/ja-dic.el" "leim/leim-list.el" "leim/quail/4Corner.el" |
| 38463 | ;;;;;; "language/czech.el" "language/english.el" "language/ethiopic.el" | 38520 | ;;;;;; "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" |
| 38464 | ;;;;;; "language/european.el" "language/georgian.el" "language/greek.el" | 38521 | ;;;;;; "leim/quail/CTLau.el" "leim/quail/ECDICT.el" "leim/quail/ETZY.el" |
| 38465 | ;;;;;; "language/hebrew.el" "language/indian.el" "language/japanese.el" | 38522 | ;;;;;; "leim/quail/PY-b5.el" "leim/quail/PY.el" "leim/quail/Punct-b5.el" |
| 38466 | ;;;;;; "language/khmer.el" "language/korean.el" "language/lao.el" | 38523 | ;;;;;; "leim/quail/Punct.el" "leim/quail/QJ-b5.el" "leim/quail/QJ.el" |
| 38467 | ;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el" | 38524 | ;;;;;; "leim/quail/SW.el" "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" |
| 38468 | ;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el" | 38525 | ;;;;;; "leim/quail/ZOZY.el" "leim/quail/arabic.el" "leim/quail/croatian.el" |
| 38469 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" | 38526 | ;;;;;; "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" "leim/quail/czech.el" |
| 38470 | ;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/leim-list.el" | 38527 | ;;;;;; "leim/quail/georgian.el" "leim/quail/greek.el" "leim/quail/hanja-jis.el" |
| 38471 | ;;;;;; "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" | 38528 | ;;;;;; "leim/quail/hanja.el" "leim/quail/hanja3.el" "leim/quail/hebrew.el" |
| 38472 | ;;;;;; "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" "leim/quail/ECDICT.el" | 38529 | ;;;;;; "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" |
| 38473 | ;;;;;; "leim/quail/ETZY.el" "leim/quail/PY-b5.el" "leim/quail/PY.el" | 38530 | ;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/persian.el" |
| 38474 | ;;;;;; "leim/quail/Punct-b5.el" "leim/quail/Punct.el" "leim/quail/QJ-b5.el" | 38531 | ;;;;;; "leim/quail/programmer-dvorak.el" "leim/quail/py-punct.el" |
| 38475 | ;;;;;; "leim/quail/QJ.el" "leim/quail/SW.el" "leim/quail/TONEPY.el" | 38532 | ;;;;;; "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" "leim/quail/quick-cns.el" |
| 38476 | ;;;;;; "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" "leim/quail/arabic.el" | 38533 | ;;;;;; "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" "leim/quail/slovak.el" |
| 38477 | ;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" | 38534 | ;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" "leim/quail/tsang-b5.el" |
| 38478 | ;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el" | 38535 | ;;;;;; "leim/quail/tsang-cns.el" "leim/quail/vntelex.el" "leim/quail/vnvni.el" |
| 38479 | ;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" | 38536 | ;;;;;; "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" "mail/rmailedit.el" |
| 38480 | ;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" | 38537 | ;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el" |
| 38481 | ;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" | 38538 | ;;;;;; "mail/rmailsum.el" "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" |
| 38482 | ;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" | 38539 | ;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" |
| 38483 | ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" | 38540 | ;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-keys.el" |
| 38484 | ;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sgml-input.el" | 38541 | ;;;;;; "org/ob-lob.el" "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" |
| 38485 | ;;;;;; "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" | 38542 | ;;;;;; "org/org-archive.el" "org/org-attach.el" "org/org-bbdb.el" |
| 38486 | ;;;;;; "leim/quail/tsang-b5.el" "leim/quail/tsang-cns.el" "leim/quail/vntelex.el" | 38543 | ;;;;;; "org/org-clock.el" "org/org-datetree.el" "org/org-element.el" |
| 38487 | ;;;;;; "leim/quail/vnvni.el" "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el" | 38544 | ;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" |
| 38488 | ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el" | ||
| 38489 | ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" | ||
| 38490 | ;;;;;; "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" "mh-e/mh-loaddefs.el" | ||
| 38491 | ;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" | ||
| 38492 | ;;;;;; "obarray.el" "org/ob-core.el" "org/ob-keys.el" "org/ob-lob.el" | ||
| 38493 | ;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" | ||
| 38494 | ;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-clock.el" | ||
| 38495 | ;;;;;; "org/org-datetree.el" "org/org-element.el" "org/org-feed.el" | ||
| 38496 | ;;;;;; "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" | ||
| 38497 | ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el" | 38545 | ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el" |
| 38498 | ;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" | 38546 | ;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" |
| 38499 | ;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" | 38547 | ;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" |