diff options
| author | Glenn Morris | 2021-01-01 06:30:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-01-01 06:30:23 -0800 |
| commit | a4f0b8d85a4e4af84f752543cf05233f2e39540c (patch) | |
| tree | 82f82f6ea11b8bc16383bf1e8e22bd3faaf6c600 | |
| parent | a516e6986383b8fd0b840cd2e18ac3212bf2550d (diff) | |
| download | emacs-a4f0b8d85a4e4af84f752543cf05233f2e39540c.tar.gz emacs-a4f0b8d85a4e4af84f752543cf05233f2e39540c.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 836 |
1 files changed, 303 insertions, 533 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index ed1b2c7714b..c6fa497c213 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; loaddefs.el --- automatically extracted autoloads | 1 | ;;; loaddefs.el --- automatically extracted autoloads -*- lexical-binding: t -*- |
| 2 | ;; | 2 | ;; |
| 3 | ;;; Code: | 3 | ;;; Code: |
| 4 | 4 | ||
| @@ -1202,14 +1202,16 @@ The variables are: | |||
| 1202 | Variables you assign: | 1202 | Variables you assign: |
| 1203 | array-max-row: The number of rows in the array. | 1203 | array-max-row: The number of rows in the array. |
| 1204 | array-max-column: The number of columns in the array. | 1204 | array-max-column: The number of columns in the array. |
| 1205 | array-columns-per-line: The number of columns in the array per line of buffer. | 1205 | array-columns-per-line: The number of columns in the array |
| 1206 | per line of buffer. | ||
| 1206 | array-field-width: The width of each field, in characters. | 1207 | array-field-width: The width of each field, in characters. |
| 1207 | array-rows-numbered: A logical variable describing whether to ignore | 1208 | array-rows-numbered: A logical variable describing whether to ignore |
| 1208 | row numbers in the buffer. | 1209 | row numbers in the buffer. |
| 1209 | 1210 | ||
| 1210 | Variables which are calculated: | 1211 | Variables which are calculated: |
| 1211 | array-line-length: The number of characters in a buffer line. | 1212 | array-line-length: The number of characters in a buffer line. |
| 1212 | array-lines-per-row: The number of buffer lines used to display each row. | 1213 | array-lines-per-row: The number of buffer lines used to |
| 1214 | display each row. | ||
| 1213 | 1215 | ||
| 1214 | The following commands are available (an asterisk indicates it may | 1216 | The following commands are available (an asterisk indicates it may |
| 1215 | take a numeric prefix argument): | 1217 | take a numeric prefix argument): |
| @@ -1219,17 +1221,17 @@ take a numeric prefix argument): | |||
| 1219 | * \\[array-next-row] Move down one row. | 1221 | * \\[array-next-row] Move down one row. |
| 1220 | * \\[array-previous-row] Move up one row. | 1222 | * \\[array-previous-row] Move up one row. |
| 1221 | 1223 | ||
| 1222 | * \\[array-copy-forward] Copy the current field into the column to the right. | 1224 | * \\[array-copy-forward] Copy current field into the column to the right. |
| 1223 | * \\[array-copy-backward] Copy the current field into the column to the left. | 1225 | * \\[array-copy-backward] Copy current field into the column to the left. |
| 1224 | * \\[array-copy-down] Copy the current field into the row below. | 1226 | * \\[array-copy-down] Copy current field into the row below. |
| 1225 | * \\[array-copy-up] Copy the current field into the row above. | 1227 | * \\[array-copy-up] Copy current field into the row above. |
| 1226 | 1228 | ||
| 1227 | * \\[array-copy-column-forward] Copy the current column into the column to the right. | 1229 | * \\[array-copy-column-forward] Copy current column into the column to the right. |
| 1228 | * \\[array-copy-column-backward] Copy the current column into the column to the left. | 1230 | * \\[array-copy-column-backward] Copy current column into the column to the left. |
| 1229 | * \\[array-copy-row-down] Copy the current row into the row below. | 1231 | * \\[array-copy-row-down] Copy the current row into the row below. |
| 1230 | * \\[array-copy-row-up] Copy the current row into the row above. | 1232 | * \\[array-copy-row-up] Copy the current row into the row above. |
| 1231 | 1233 | ||
| 1232 | \\[array-fill-rectangle] Copy the field at mark into every cell with row and column | 1234 | \\[array-fill-rectangle] Copy field at mark into every cell with row and column |
| 1233 | between that of point and mark. | 1235 | between that of point and mark. |
| 1234 | 1236 | ||
| 1235 | \\[array-what-position] Display the current array row and column. | 1237 | \\[array-what-position] Display the current array row and column. |
| @@ -1240,7 +1242,7 @@ take a numeric prefix argument): | |||
| 1240 | \\[array-expand-rows] Expand the array (remove row numbers and | 1242 | \\[array-expand-rows] Expand the array (remove row numbers and |
| 1241 | newlines inside rows) | 1243 | newlines inside rows) |
| 1242 | 1244 | ||
| 1243 | \\[array-display-local-variables] Display the current values of local variables. | 1245 | \\[array-display-local-variables] Display current values of local variables. |
| 1244 | 1246 | ||
| 1245 | Entering array mode calls the function `array-mode-hook'. | 1247 | Entering array mode calls the function `array-mode-hook'. |
| 1246 | 1248 | ||
| @@ -1510,8 +1512,9 @@ let-binding.") | |||
| 1510 | (autoload 'authinfo-mode "auth-source" "\ | 1512 | (autoload 'authinfo-mode "auth-source" "\ |
| 1511 | Mode for editing .authinfo/.netrc files. | 1513 | Mode for editing .authinfo/.netrc files. |
| 1512 | 1514 | ||
| 1513 | This is just like `fundamental-mode', but hides passwords. The | 1515 | This is just like `fundamental-mode', but has basic syntax |
| 1514 | passwords are revealed when point moved into the password. | 1516 | highlighting and hides passwords. Passwords are revealed when |
| 1517 | point is moved into the passwords (see `authinfo-hide-elements'). | ||
| 1515 | 1518 | ||
| 1516 | \\{authinfo-mode-map} | 1519 | \\{authinfo-mode-map} |
| 1517 | 1520 | ||
| @@ -4877,8 +4880,18 @@ DEFAULT-BODY, if present, is used as the body of a default method. | |||
| 4877 | 4880 | ||
| 4878 | (autoload 'cl-defmethod "cl-generic" "\ | 4881 | (autoload 'cl-defmethod "cl-generic" "\ |
| 4879 | Define a new method for generic function NAME. | 4882 | Define a new method for generic function NAME. |
| 4880 | I.e. it defines the implementation of NAME to use for invocations where the | 4883 | This it defines an implementation of NAME to use for invocations |
| 4881 | values of the dispatch arguments match the specified TYPEs. | 4884 | of specific types of arguments. |
| 4885 | |||
| 4886 | ARGS is a list of dispatch arguments (see `cl-defun'), but where | ||
| 4887 | each variable element is either just a single variable name VAR, | ||
| 4888 | or a list on the form (VAR TYPE). | ||
| 4889 | |||
| 4890 | For instance: | ||
| 4891 | |||
| 4892 | (cl-defmethod foo (bar (format-string string) &optional zot) | ||
| 4893 | (format format-string bar)) | ||
| 4894 | |||
| 4882 | The dispatch arguments have to be among the mandatory arguments, and | 4895 | The dispatch arguments have to be among the mandatory arguments, and |
| 4883 | all methods of NAME have to use the same set of arguments for dispatch. | 4896 | all methods of NAME have to use the same set of arguments for dispatch. |
| 4884 | Each dispatch argument and TYPE are specified in ARGS where the corresponding | 4897 | Each dispatch argument and TYPE are specified in ARGS where the corresponding |
| @@ -5399,7 +5412,7 @@ You might also use mode hooks to specify it in certain modes, like this: | |||
| 5399 | (lambda () | 5412 | (lambda () |
| 5400 | (unless (or (file-exists-p \"makefile\") | 5413 | (unless (or (file-exists-p \"makefile\") |
| 5401 | (file-exists-p \"Makefile\")) | 5414 | (file-exists-p \"Makefile\")) |
| 5402 | (set (make-local-variable \\='compile-command) | 5415 | (setq-local compile-command |
| 5403 | (concat \"make -k \" | 5416 | (concat \"make -k \" |
| 5404 | (if buffer-file-name | 5417 | (if buffer-file-name |
| 5405 | (shell-quote-argument | 5418 | (shell-quote-argument |
| @@ -6643,14 +6656,13 @@ or call the function `global-cwarn-mode'.") | |||
| 6643 | (autoload 'global-cwarn-mode "cwarn" "\ | 6656 | (autoload 'global-cwarn-mode "cwarn" "\ |
| 6644 | Toggle Cwarn mode in all buffers. | 6657 | Toggle Cwarn mode in all buffers. |
| 6645 | With prefix ARG, enable Global Cwarn mode if ARG is positive; | 6658 | With prefix ARG, enable Global Cwarn mode if ARG is positive; |
| 6646 | otherwise, disable it. If called from Lisp, enable the mode if | 6659 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 6647 | ARG is omitted or nil. | 6660 | omitted or nil. |
| 6648 | 6661 | ||
| 6649 | Cwarn mode is enabled in all buffers where | 6662 | Cwarn mode is enabled in all buffers where |
| 6650 | `turn-on-cwarn-mode-if-enabled' would do it. | 6663 | `turn-on-cwarn-mode-if-enabled' would do it. |
| 6651 | 6664 | ||
| 6652 | See `cwarn-mode' for more information on | 6665 | See `cwarn-mode' for more information on Cwarn mode. |
| 6653 | Cwarn mode. | ||
| 6654 | 6666 | ||
| 6655 | \(fn &optional ARG)" t nil) | 6667 | \(fn &optional ARG)" t nil) |
| 6656 | 6668 | ||
| @@ -7538,6 +7550,90 @@ Major mode for editing the diary file. | |||
| 7538 | 7550 | ||
| 7539 | ;;;*** | 7551 | ;;;*** |
| 7540 | 7552 | ||
| 7553 | ;;;### (autoloads nil "dictionary" "net/dictionary.el" (0 0 0 0)) | ||
| 7554 | ;;; Generated autoloads from net/dictionary.el | ||
| 7555 | |||
| 7556 | (autoload 'dictionary-mode "dictionary" "\ | ||
| 7557 | Mode for searching a dictionary. | ||
| 7558 | This is a mode for searching a dictionary server implementing the | ||
| 7559 | protocol defined in RFC 2229. | ||
| 7560 | |||
| 7561 | This is a quick reference to this mode describing the default key bindings: | ||
| 7562 | |||
| 7563 | * q close the dictionary buffer | ||
| 7564 | * h display this help information | ||
| 7565 | * s ask for a new word to search | ||
| 7566 | * d search the word at point | ||
| 7567 | * n or Tab place point to the next link | ||
| 7568 | * p or S-Tab place point to the prev link | ||
| 7569 | |||
| 7570 | * m ask for a pattern and list all matching words. | ||
| 7571 | * D select the default dictionary | ||
| 7572 | * M select the default search strategy | ||
| 7573 | |||
| 7574 | * Return or Button2 visit that link | ||
| 7575 | " nil nil) | ||
| 7576 | |||
| 7577 | (autoload 'dictionary "dictionary" "\ | ||
| 7578 | Create a new dictonary buffer and install dictionary-mode." t nil) | ||
| 7579 | |||
| 7580 | (autoload 'dictionary-search "dictionary" "\ | ||
| 7581 | Search the WORD in DICTIONARY if given or in all if nil. | ||
| 7582 | It presents the selection or word at point as default input and | ||
| 7583 | allows editing it. | ||
| 7584 | |||
| 7585 | \(fn WORD &optional DICTIONARY)" t nil) | ||
| 7586 | |||
| 7587 | (autoload 'dictionary-lookup-definition "dictionary" "\ | ||
| 7588 | Unconditionally lookup the word at point." t nil) | ||
| 7589 | |||
| 7590 | (autoload 'dictionary-match-words "dictionary" "\ | ||
| 7591 | Search PATTERN in current default dictionary using default strategy. | ||
| 7592 | |||
| 7593 | \(fn &optional PATTERN &rest IGNORED)" t nil) | ||
| 7594 | |||
| 7595 | (autoload 'dictionary-mouse-popup-matching-words "dictionary" "\ | ||
| 7596 | Display entries matching the word at the cursor retrieved using EVENT. | ||
| 7597 | |||
| 7598 | \(fn EVENT)" t nil) | ||
| 7599 | |||
| 7600 | (autoload 'dictionary-popup-matching-words "dictionary" "\ | ||
| 7601 | Display entries matching WORD or the current word if not given. | ||
| 7602 | |||
| 7603 | \(fn &optional WORD)" t nil) | ||
| 7604 | |||
| 7605 | (autoload 'dictionary-tooltip-mode "dictionary" "\ | ||
| 7606 | Display tooltips for the current word. | ||
| 7607 | |||
| 7608 | This function can be used to enable or disable the tooltip mode | ||
| 7609 | for the current buffer (based on ARG). If global-tooltip-mode is | ||
| 7610 | active it will overwrite that mode for the current buffer. | ||
| 7611 | |||
| 7612 | \(fn &optional ARG)" t nil) | ||
| 7613 | |||
| 7614 | (autoload 'global-dictionary-tooltip-mode "dictionary" "\ | ||
| 7615 | Enable/disable dictionary-tooltip-mode for all buffers. | ||
| 7616 | |||
| 7617 | Internally it provides a default for the dictionary-tooltip-mode. | ||
| 7618 | It can be overwritten for each buffer using dictionary-tooltip-mode. | ||
| 7619 | |||
| 7620 | Note: (global-dictionary-tooltip-mode 0) will not disable the mode | ||
| 7621 | any buffer where (dictionary-tooltip-mode 1) has been called. | ||
| 7622 | |||
| 7623 | \(fn &optional ARG)" t nil) | ||
| 7624 | |||
| 7625 | (register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode")) | ||
| 7626 | |||
| 7627 | ;;;*** | ||
| 7628 | |||
| 7629 | ;;;### (autoloads nil "dictionary-connection" "net/dictionary-connection.el" | ||
| 7630 | ;;;;;; (0 0 0 0)) | ||
| 7631 | ;;; Generated autoloads from net/dictionary-connection.el | ||
| 7632 | |||
| 7633 | (register-definition-prefixes "dictionary-connection" '("dictionary-connection-")) | ||
| 7634 | |||
| 7635 | ;;;*** | ||
| 7636 | |||
| 7541 | ;;;### (autoloads nil "diff" "vc/diff.el" (0 0 0 0)) | 7637 | ;;;### (autoloads nil "diff" "vc/diff.el" (0 0 0 0)) |
| 7542 | ;;; Generated autoloads from vc/diff.el | 7638 | ;;; Generated autoloads from vc/diff.el |
| 7543 | 7639 | ||
| @@ -8039,9 +8135,9 @@ or call the function `global-display-fill-column-indicator-mode'.") | |||
| 8039 | 8135 | ||
| 8040 | (autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\ | 8136 | (autoload 'global-display-fill-column-indicator-mode "display-fill-column-indicator" "\ |
| 8041 | Toggle Display-Fill-Column-Indicator mode in all buffers. | 8137 | Toggle Display-Fill-Column-Indicator mode in all buffers. |
| 8042 | With prefix ARG, enable Global Display-Fill-Column-Indicator mode if ARG is positive; | 8138 | With prefix ARG, enable Global Display-Fill-Column-Indicator mode if |
| 8043 | otherwise, disable it. If called from Lisp, enable the mode if | 8139 | ARG is positive; otherwise, disable it. If called from Lisp, enable |
| 8044 | ARG is omitted or nil. | 8140 | the mode if ARG is omitted or nil. |
| 8045 | 8141 | ||
| 8046 | Display-Fill-Column-Indicator mode is enabled in all buffers where | 8142 | Display-Fill-Column-Indicator mode is enabled in all buffers where |
| 8047 | `display-fill-column-indicator--turn-on' would do it. | 8143 | `display-fill-column-indicator--turn-on' would do it. |
| @@ -8049,8 +8145,8 @@ Display-Fill-Column-Indicator mode is enabled in all buffers where | |||
| 8049 | See `display-fill-column-indicator-mode' for more information on | 8145 | See `display-fill-column-indicator-mode' for more information on |
| 8050 | Display-Fill-Column-Indicator mode. | 8146 | Display-Fill-Column-Indicator mode. |
| 8051 | 8147 | ||
| 8052 | `global-display-fill-column-indicator-modes' is used to control which modes | 8148 | `global-display-fill-column-indicator-modes' is used to control |
| 8053 | this minor mode is used in. | 8149 | which modes this minor mode is used in. |
| 8054 | 8150 | ||
| 8055 | \(fn &optional ARG)" t nil) | 8151 | \(fn &optional ARG)" t nil) |
| 8056 | 8152 | ||
| @@ -8113,9 +8209,9 @@ or call the function `global-display-line-numbers-mode'.") | |||
| 8113 | 8209 | ||
| 8114 | (autoload 'global-display-line-numbers-mode "display-line-numbers" "\ | 8210 | (autoload 'global-display-line-numbers-mode "display-line-numbers" "\ |
| 8115 | Toggle Display-Line-Numbers mode in all buffers. | 8211 | Toggle Display-Line-Numbers mode in all buffers. |
| 8116 | With prefix ARG, enable Global Display-Line-Numbers mode if ARG is positive; | 8212 | With prefix ARG, enable Global Display-Line-Numbers mode if ARG is |
| 8117 | otherwise, disable it. If called from Lisp, enable the mode if | 8213 | positive; otherwise, disable it. If called from Lisp, enable the mode |
| 8118 | ARG is omitted or nil. | 8214 | if ARG is omitted or nil. |
| 8119 | 8215 | ||
| 8120 | Display-Line-Numbers mode is enabled in all buffers where | 8216 | Display-Line-Numbers mode is enabled in all buffers where |
| 8121 | `display-line-numbers--turn-on' would do it. | 8217 | `display-line-numbers--turn-on' would do it. |
| @@ -8319,6 +8415,9 @@ strings when pressed twice. See `double-map' for details. | |||
| 8319 | (autoload 'dunnet "dunnet" "\ | 8415 | (autoload 'dunnet "dunnet" "\ |
| 8320 | Switch to *dungeon* buffer and start game." t nil) | 8416 | Switch to *dungeon* buffer and start game." t nil) |
| 8321 | 8417 | ||
| 8418 | (autoload 'dun-batch "dunnet" "\ | ||
| 8419 | Start `dunnet' in batch mode." nil nil) | ||
| 8420 | |||
| 8322 | (register-definition-prefixes "dunnet" '("dun" "obj-special")) | 8421 | (register-definition-prefixes "dunnet" '("dun" "obj-special")) |
| 8323 | 8422 | ||
| 8324 | ;;;*** | 8423 | ;;;*** |
| @@ -11204,8 +11303,8 @@ Search through all files listed in tags table for match for REGEXP. | |||
| 11204 | Stops when a match is found. | 11303 | Stops when a match is found. |
| 11205 | To continue searching for next match, use command \\[tags-loop-continue]. | 11304 | To continue searching for next match, use command \\[tags-loop-continue]. |
| 11206 | 11305 | ||
| 11207 | If FILES if non-nil should be a list or an iterator returning the files to search. | 11306 | If FILES if non-nil should be a list or an iterator returning the |
| 11208 | The search will be restricted to these files. | 11307 | files to search. The search will be restricted to these files. |
| 11209 | 11308 | ||
| 11210 | Also see the documentation of the `tags-file-name' variable. | 11309 | Also see the documentation of the `tags-file-name' variable. |
| 11211 | 11310 | ||
| @@ -11887,13 +11986,13 @@ Set the base remapping of FACE in the current buffer to SPECS. | |||
| 11887 | This causes the remappings specified by `face-remap-add-relative' | 11986 | This causes the remappings specified by `face-remap-add-relative' |
| 11888 | to apply on top of the face specification given by SPECS. | 11987 | to apply on top of the face specification given by SPECS. |
| 11889 | 11988 | ||
| 11890 | The remaining arguments, SPECS, should form a list of faces. | 11989 | The remaining arguments, SPECS, specify the base of the remapping. |
| 11891 | Each list element should be either a face name or a property list | 11990 | Each one of SPECS should be either a face name or a property list |
| 11892 | of face attribute/value pairs, like in a `face' text property. | 11991 | of face attribute/value pairs, like in a `face' text property. |
| 11893 | 11992 | ||
| 11894 | If SPECS is empty, call `face-remap-reset-base' to use the normal | 11993 | If SPECS is empty or a single face `eq' to FACE, call `face-remap-reset-base' |
| 11895 | definition of FACE as the base remapping; note that this is | 11994 | to use the normal definition of FACE as the base remapping; note that |
| 11896 | different from SPECS containing a single value nil, which means | 11995 | this is different from SPECS containing a single value nil, which means |
| 11897 | not to inherit from the global definition of FACE at all. | 11996 | not to inherit from the global definition of FACE at all. |
| 11898 | 11997 | ||
| 11899 | \(fn FACE &rest SPECS)" nil nil) | 11998 | \(fn FACE &rest SPECS)" nil nil) |
| @@ -12101,10 +12200,10 @@ internally by feedmail): | |||
| 12101 | after-run (the queue has just been run, possibly sending messages) | 12200 | after-run (the queue has just been run, possibly sending messages) |
| 12102 | 12201 | ||
| 12103 | WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If | 12202 | WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If |
| 12104 | the associated value is a function, it is called without arguments and is expected | 12203 | the associated value is a function, it is called without arguments and is |
| 12105 | to perform the reminder activity. You can supply your own reminder functions | 12204 | expected to perform the reminder activity. You can supply your own reminder |
| 12106 | by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders, | 12205 | functions by redefining `feedmail-queue-reminder-alist'. If you don't want any |
| 12107 | you can set `feedmail-queue-reminder-alist' to nil. | 12206 | reminders, you can set `feedmail-queue-reminder-alist' to nil. |
| 12108 | 12207 | ||
| 12109 | \(fn &optional WHAT-EVENT)" t nil) | 12208 | \(fn &optional WHAT-EVENT)" t nil) |
| 12110 | 12209 | ||
| @@ -12883,7 +12982,7 @@ diagnostics at BEG. | |||
| 12883 | (autoload 'flymake-diag-region "flymake" "\ | 12982 | (autoload 'flymake-diag-region "flymake" "\ |
| 12884 | Compute BUFFER's region (BEG . END) corresponding to LINE and COL. | 12983 | Compute BUFFER's region (BEG . END) corresponding to LINE and COL. |
| 12885 | If COL is nil, return a region just for LINE. Return nil if the | 12984 | If COL is nil, return a region just for LINE. Return nil if the |
| 12886 | region is invalid. | 12985 | region is invalid. This function saves match data. |
| 12887 | 12986 | ||
| 12888 | \(fn BUFFER LINE &optional COL)" nil nil) | 12987 | \(fn BUFFER LINE &optional COL)" nil nil) |
| 12889 | 12988 | ||
| @@ -13261,7 +13360,10 @@ the symbol `delete', remove those %-specs from the result; | |||
| 13261 | otherwise do the same as for the symbol `ignore', but also leave | 13360 | otherwise do the same as for the symbol `ignore', but also leave |
| 13262 | any occurrences of \"%%\" in FORMAT verbatim in the result. | 13361 | any occurrences of \"%%\" in FORMAT verbatim in the result. |
| 13263 | 13362 | ||
| 13264 | \(fn FORMAT SPECIFICATION &optional IGNORE-MISSING)" nil nil) | 13363 | If SPLIT, instead of returning a single string, a list of strings |
| 13364 | is returned, where each format spec is its own element. | ||
| 13365 | |||
| 13366 | \(fn FORMAT SPECIFICATION &optional IGNORE-MISSING SPLIT)" nil nil) | ||
| 13265 | 13367 | ||
| 13266 | (register-definition-prefixes "format-spec" '("format-spec-")) | 13368 | (register-definition-prefixes "format-spec" '("format-spec-")) |
| 13267 | 13369 | ||
| @@ -14950,14 +15052,13 @@ or call the function `global-goto-address-mode'.") | |||
| 14950 | (autoload 'global-goto-address-mode "goto-addr" "\ | 15052 | (autoload 'global-goto-address-mode "goto-addr" "\ |
| 14951 | Toggle Goto-Address mode in all buffers. | 15053 | Toggle Goto-Address mode in all buffers. |
| 14952 | With prefix ARG, enable Global Goto-Address mode if ARG is positive; | 15054 | With prefix ARG, enable Global Goto-Address mode if ARG is positive; |
| 14953 | otherwise, disable it. If called from Lisp, enable the mode if | 15055 | otherwise, disable it. If called from Lisp, enable the mode if ARG |
| 14954 | ARG is omitted or nil. | 15056 | is omitted or nil. |
| 14955 | 15057 | ||
| 14956 | Goto-Address mode is enabled in all buffers where | 15058 | Goto-Address mode is enabled in all buffers where |
| 14957 | `goto-addr-mode--turn-on' would do it. | 15059 | `goto-addr-mode--turn-on' would do it. |
| 14958 | 15060 | ||
| 14959 | See `goto-address-mode' for more information on | 15061 | See `goto-address-mode' for more information on Goto-Address mode. |
| 14960 | Goto-Address mode. | ||
| 14961 | 15062 | ||
| 14962 | \(fn &optional ARG)" t nil) | 15063 | \(fn &optional ARG)" t nil) |
| 14963 | 15064 | ||
| @@ -15041,7 +15142,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').") | |||
| 15041 | 15142 | ||
| 15042 | (custom-autoload 'grep-setup-hook "grep" t) | 15143 | (custom-autoload 'grep-setup-hook "grep" t) |
| 15043 | 15144 | ||
| 15044 | (defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\ | 15145 | (defconst grep-regexp-alist `((,(concat "^\\(?:" "\\(?1:[^\0\n]+\\)\\(?3:\0\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:" "\\(?:[a-zA-Z]:\\)?" "[^\n:]+?[^\n/:]\\):[\11 ]*\\(?2:[1-9][0-9]*\\)[\11 ]*:" "\\)") 1 2 (,(lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face))) (when mbeg (- mbeg beg))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face grep-match-face)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) nil nil (3 '(face nil display ":"))) ("^Binary file \\(.+\\) matches" 1 nil nil 0 1)) "\ |
| 15045 | Regexp used to match grep hits. | 15146 | Regexp used to match grep hits. |
| 15046 | See `compilation-error-regexp-alist' for format details.") | 15147 | See `compilation-error-regexp-alist' for format details.") |
| 15047 | 15148 | ||
| @@ -15251,7 +15352,7 @@ and source-file directory for your debugger. | |||
| 15251 | \(fn COMMAND-LINE)" t nil) | 15352 | \(fn COMMAND-LINE)" t nil) |
| 15252 | 15353 | ||
| 15253 | (autoload 'pdb "gud" "\ | 15354 | (autoload 'pdb "gud" "\ |
| 15254 | Run COMMAND-LINE in the `*gud-FILE*' buffer. | 15355 | Run COMMAND-LINE in the `*gud-FILE*' buffer to debug Python programs. |
| 15255 | 15356 | ||
| 15256 | COMMAND-LINE should include the pdb executable | 15357 | COMMAND-LINE should include the pdb executable |
| 15257 | name (`gud-pdb-command-name') and the file to be debugged. | 15358 | name (`gud-pdb-command-name') and the file to be debugged. |
| @@ -16113,14 +16214,13 @@ or call the function `global-hi-lock-mode'.") | |||
| 16113 | (autoload 'global-hi-lock-mode "hi-lock" "\ | 16214 | (autoload 'global-hi-lock-mode "hi-lock" "\ |
| 16114 | Toggle Hi-Lock mode in all buffers. | 16215 | Toggle Hi-Lock mode in all buffers. |
| 16115 | With prefix ARG, enable Global Hi-Lock mode if ARG is positive; | 16216 | With prefix ARG, enable Global Hi-Lock mode if ARG is positive; |
| 16116 | otherwise, disable it. If called from Lisp, enable the mode if | 16217 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 16117 | ARG is omitted or nil. | 16218 | omitted or nil. |
| 16118 | 16219 | ||
| 16119 | Hi-Lock mode is enabled in all buffers where | 16220 | Hi-Lock mode is enabled in all buffers where |
| 16120 | `turn-on-hi-lock-if-enabled' would do it. | 16221 | `turn-on-hi-lock-if-enabled' would do it. |
| 16121 | 16222 | ||
| 16122 | See `hi-lock-mode' for more information on | 16223 | See `hi-lock-mode' for more information on Hi-Lock mode. |
| 16123 | Hi-Lock mode. | ||
| 16124 | 16224 | ||
| 16125 | \(fn &optional ARG)" t nil) | 16225 | \(fn &optional ARG)" t nil) |
| 16126 | 16226 | ||
| @@ -16498,8 +16598,8 @@ or call the function `global-highlight-changes-mode'.") | |||
| 16498 | 16598 | ||
| 16499 | (autoload 'global-highlight-changes-mode "hilit-chg" "\ | 16599 | (autoload 'global-highlight-changes-mode "hilit-chg" "\ |
| 16500 | Toggle Highlight-Changes mode in all buffers. | 16600 | Toggle Highlight-Changes mode in all buffers. |
| 16501 | With prefix ARG, enable Global Highlight-Changes mode if ARG is positive; | 16601 | With prefix ARG, enable Global Highlight-Changes mode if ARG is |
| 16502 | otherwise, disable it. If called from Lisp, enable the mode if | 16602 | positive; otherwise, disable it. If called from Lisp, enable the mode if |
| 16503 | ARG is omitted or nil. | 16603 | ARG is omitted or nil. |
| 16504 | 16604 | ||
| 16505 | Highlight-Changes mode is enabled in all buffers where | 16605 | Highlight-Changes mode is enabled in all buffers where |
| @@ -17759,11 +17859,13 @@ is supported, and FILE exists, is used to construct the image | |||
| 17759 | specification to be returned. Return nil if no specification is | 17859 | specification to be returned. Return nil if no specification is |
| 17760 | satisfied. | 17860 | satisfied. |
| 17761 | 17861 | ||
| 17862 | If CACHE is non-nil, results are cached and returned on subsequent calls. | ||
| 17863 | |||
| 17762 | The image is looked for in `image-load-path'. | 17864 | The image is looked for in `image-load-path'. |
| 17763 | 17865 | ||
| 17764 | Image files should not be larger than specified by `max-image-size'. | 17866 | Image files should not be larger than specified by `max-image-size'. |
| 17765 | 17867 | ||
| 17766 | \(fn SPECS)" nil nil) | 17868 | \(fn SPECS &optional CACHE)" nil nil) |
| 17767 | 17869 | ||
| 17768 | (autoload 'defimage "image" "\ | 17870 | (autoload 'defimage "image" "\ |
| 17769 | Define SYMBOL as an image, and return SYMBOL. | 17871 | Define SYMBOL as an image, and return SYMBOL. |
| @@ -17801,7 +17903,7 @@ recognizes these files as having image type `imagemagick'. | |||
| 17801 | 17903 | ||
| 17802 | If Emacs is compiled without ImageMagick support, this does nothing." nil nil) | 17904 | If Emacs is compiled without ImageMagick support, this does nothing." nil nil) |
| 17803 | 17905 | ||
| 17804 | (register-definition-prefixes "image" '("image" "unknown-image-type")) | 17906 | (register-definition-prefixes "image" '("find-image--cache" "image" "unknown-image-type")) |
| 17805 | 17907 | ||
| 17806 | ;;;*** | 17908 | ;;;*** |
| 17807 | 17909 | ||
| @@ -18812,16 +18914,6 @@ Add submenus to the File menu, to convert to and from various formats." t nil) | |||
| 18812 | 18914 | ||
| 18813 | ;;;*** | 18915 | ;;;*** |
| 18814 | 18916 | ||
| 18815 | ;;;### (autoloads nil "iso-transl" "international/iso-transl.el" | ||
| 18816 | ;;;;;; (0 0 0 0)) | ||
| 18817 | ;;; Generated autoloads from international/iso-transl.el | ||
| 18818 | (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map) | ||
| 18819 | (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap) | ||
| 18820 | |||
| 18821 | (register-definition-prefixes "iso-transl" '("iso-transl-")) | ||
| 18822 | |||
| 18823 | ;;;*** | ||
| 18824 | |||
| 18825 | ;;;### (autoloads nil "iso8601" "calendar/iso8601.el" (0 0 0 0)) | 18917 | ;;;### (autoloads nil "iso8601" "calendar/iso8601.el" (0 0 0 0)) |
| 18826 | ;;; Generated autoloads from calendar/iso8601.el | 18918 | ;;; Generated autoloads from calendar/iso8601.el |
| 18827 | 18919 | ||
| @@ -19731,14 +19823,12 @@ or call the function `global-linum-mode'.") | |||
| 19731 | (autoload 'global-linum-mode "linum" "\ | 19823 | (autoload 'global-linum-mode "linum" "\ |
| 19732 | Toggle Linum mode in all buffers. | 19824 | Toggle Linum mode in all buffers. |
| 19733 | With prefix ARG, enable Global Linum mode if ARG is positive; | 19825 | With prefix ARG, enable Global Linum mode if ARG is positive; |
| 19734 | otherwise, disable it. If called from Lisp, enable the mode if | 19826 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 19735 | ARG is omitted or nil. | 19827 | omitted or nil. |
| 19736 | 19828 | ||
| 19737 | Linum mode is enabled in all buffers where | 19829 | Linum mode is enabled in all buffers where `linum-on' would do it. |
| 19738 | `linum-on' would do it. | ||
| 19739 | 19830 | ||
| 19740 | See `linum-mode' for more information on | 19831 | See `linum-mode' for more information on Linum mode. |
| 19741 | Linum mode. | ||
| 19742 | 19832 | ||
| 19743 | \(fn &optional ARG)" t nil) | 19833 | \(fn &optional ARG)" t nil) |
| 19744 | 19834 | ||
| @@ -20694,6 +20784,21 @@ recursion depth in the minibuffer prompt. This is only useful if | |||
| 20694 | 20784 | ||
| 20695 | ;;;*** | 20785 | ;;;*** |
| 20696 | 20786 | ||
| 20787 | ;;;### (autoloads nil "memory-report" "emacs-lisp/memory-report.el" | ||
| 20788 | ;;;;;; (0 0 0 0)) | ||
| 20789 | ;;; Generated autoloads from emacs-lisp/memory-report.el | ||
| 20790 | |||
| 20791 | (autoload 'memory-report "memory-report" "\ | ||
| 20792 | Generate a report of how Emacs is using memory. | ||
| 20793 | |||
| 20794 | This report is approximate, and will commonly over-count memory | ||
| 20795 | usage by variables, because shared data structures will usually | ||
| 20796 | by counted more than once." t nil) | ||
| 20797 | |||
| 20798 | (register-definition-prefixes "memory-report" '("memory-report-")) | ||
| 20799 | |||
| 20800 | ;;;*** | ||
| 20801 | |||
| 20697 | ;;;### (autoloads nil "message" "gnus/message.el" (0 0 0 0)) | 20802 | ;;;### (autoloads nil "message" "gnus/message.el" (0 0 0 0)) |
| 20698 | ;;; Generated autoloads from gnus/message.el | 20803 | ;;; Generated autoloads from gnus/message.el |
| 20699 | 20804 | ||
| @@ -22898,7 +23003,6 @@ Many aspects this mode can be customized using | |||
| 22898 | 23003 | ||
| 22899 | ;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0)) | 23004 | ;;;### (autoloads nil "ob-abc" "org/ob-abc.el" (0 0 0 0)) |
| 22900 | ;;; Generated autoloads from org/ob-abc.el | 23005 | ;;; Generated autoloads from org/ob-abc.el |
| 22901 | (push (purecopy '(ob-abc 0 1)) package--builtin-versions) | ||
| 22902 | 23006 | ||
| 22903 | (register-definition-prefixes "ob-abc" '("org-babel-")) | 23007 | (register-definition-prefixes "ob-abc" '("org-babel-")) |
| 22904 | 23008 | ||
| @@ -22929,7 +23033,7 @@ Many aspects this mode can be customized using | |||
| 22929 | ;;;### (autoloads nil "ob-clojure" "org/ob-clojure.el" (0 0 0 0)) | 23033 | ;;;### (autoloads nil "ob-clojure" "org/ob-clojure.el" (0 0 0 0)) |
| 22930 | ;;; Generated autoloads from org/ob-clojure.el | 23034 | ;;; Generated autoloads from org/ob-clojure.el |
| 22931 | 23035 | ||
| 22932 | (register-definition-prefixes "ob-clojure" '("org-babel-")) | 23036 | (register-definition-prefixes "ob-clojure" '("ob-clojure-" "org-babel-")) |
| 22933 | 23037 | ||
| 22934 | ;;;*** | 23038 | ;;;*** |
| 22935 | 23039 | ||
| @@ -22970,7 +23074,6 @@ Many aspects this mode can be customized using | |||
| 22970 | 23074 | ||
| 22971 | ;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0)) | 23075 | ;;;### (autoloads nil "ob-ebnf" "org/ob-ebnf.el" (0 0 0 0)) |
| 22972 | ;;; Generated autoloads from org/ob-ebnf.el | 23076 | ;;; Generated autoloads from org/ob-ebnf.el |
| 22973 | (push (purecopy '(ob-ebnf 1 0)) package--builtin-versions) | ||
| 22974 | 23077 | ||
| 22975 | (register-definition-prefixes "ob-ebnf" '("org-babel-")) | 23078 | (register-definition-prefixes "ob-ebnf" '("org-babel-")) |
| 22976 | 23079 | ||
| @@ -23218,7 +23321,6 @@ Many aspects this mode can be customized using | |||
| 23218 | 23321 | ||
| 23219 | ;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0)) | 23322 | ;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0)) |
| 23220 | ;;; Generated autoloads from org/ob-sed.el | 23323 | ;;; Generated autoloads from org/ob-sed.el |
| 23221 | (push (purecopy '(ob-sed 0 1 1)) package--builtin-versions) | ||
| 23222 | 23324 | ||
| 23223 | (register-definition-prefixes "ob-sed" '("org-babel-")) | 23325 | (register-definition-prefixes "ob-sed" '("org-babel-")) |
| 23224 | 23326 | ||
| @@ -23323,110 +23425,6 @@ startup file, `~/.emacs-octave'. | |||
| 23323 | 23425 | ||
| 23324 | ;;;*** | 23426 | ;;;*** |
| 23325 | 23427 | ||
| 23326 | ;;;### (autoloads nil "ol" "org/ol.el" (0 0 0 0)) | ||
| 23327 | ;;; Generated autoloads from org/ol.el | ||
| 23328 | |||
| 23329 | (autoload 'org-next-link "ol" "\ | ||
| 23330 | Move forward to the next link. | ||
| 23331 | If the link is in hidden text, expose it. When SEARCH-BACKWARD | ||
| 23332 | is non-nil, move backward. | ||
| 23333 | |||
| 23334 | \(fn &optional SEARCH-BACKWARD)" t nil) | ||
| 23335 | |||
| 23336 | (autoload 'org-previous-link "ol" "\ | ||
| 23337 | Move backward to the previous link. | ||
| 23338 | If the link is in hidden text, expose it." t nil) | ||
| 23339 | |||
| 23340 | (autoload 'org-toggle-link-display "ol" "\ | ||
| 23341 | Toggle the literal or descriptive display of links." t nil) | ||
| 23342 | |||
| 23343 | (autoload 'org-store-link "ol" "\ | ||
| 23344 | Store a link to the current location. | ||
| 23345 | \\<org-mode-map> | ||
| 23346 | This link is added to `org-stored-links' and can later be inserted | ||
| 23347 | into an Org buffer with `org-insert-link' (`\\[org-insert-link]'). | ||
| 23348 | |||
| 23349 | For some link types, a `\\[universal-argument]' prefix ARG is interpreted. A single | ||
| 23350 | `\\[universal-argument]' negates `org-context-in-file-links' for file links or | ||
| 23351 | `org-gnus-prefer-web-links' for links to Usenet articles. | ||
| 23352 | |||
| 23353 | A `\\[universal-argument] \\[universal-argument]' prefix ARG forces skipping storing functions that are not | ||
| 23354 | part of Org core. | ||
| 23355 | |||
| 23356 | A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix ARG forces storing a link for each line in the | ||
| 23357 | active region. | ||
| 23358 | |||
| 23359 | Assume the function is called interactively if INTERACTIVE? is | ||
| 23360 | non-nil. | ||
| 23361 | |||
| 23362 | \(fn ARG &optional INTERACTIVE\\=\\?)" t nil) | ||
| 23363 | |||
| 23364 | (autoload 'org-insert-link "ol" "\ | ||
| 23365 | Insert a link. At the prompt, enter the link. | ||
| 23366 | |||
| 23367 | Completion can be used to insert any of the link protocol prefixes in use. | ||
| 23368 | |||
| 23369 | The history can be used to select a link previously stored with | ||
| 23370 | `org-store-link'. When the empty string is entered (i.e. if you just | ||
| 23371 | press `RET' at the prompt), the link defaults to the most recently | ||
| 23372 | stored link. As `SPC' triggers completion in the minibuffer, you need to | ||
| 23373 | use `M-SPC' or `C-q SPC' to force the insertion of a space character. | ||
| 23374 | |||
| 23375 | You will also be prompted for a description, and if one is given, it will | ||
| 23376 | be displayed in the buffer instead of the link. | ||
| 23377 | |||
| 23378 | If there is already a link at point, this command will allow you to edit | ||
| 23379 | link and description parts. | ||
| 23380 | |||
| 23381 | With a `\\[universal-argument]' prefix, prompts for a file to link to. The file name can be | ||
| 23382 | selected using completion. The path to the file will be relative to the | ||
| 23383 | current directory if the file is in the current directory or a subdirectory. | ||
| 23384 | Otherwise, the link will be the absolute path as completed in the minibuffer | ||
| 23385 | \(i.e. normally ~/path/to/file). You can configure this behavior using the | ||
| 23386 | option `org-link-file-path-type'. | ||
| 23387 | |||
| 23388 | With a `\\[universal-argument] \\[universal-argument]' prefix, enforce an absolute path even if the file is in | ||
| 23389 | the current directory or below. | ||
| 23390 | |||
| 23391 | A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix negates `org-link-keep-stored-after-insertion'. | ||
| 23392 | |||
| 23393 | If the LINK-LOCATION parameter is non-nil, this value will be used as | ||
| 23394 | the link location instead of reading one interactively. | ||
| 23395 | |||
| 23396 | If the DESCRIPTION parameter is non-nil, this value will be used as the | ||
| 23397 | default description. Otherwise, if `org-link-make-description-function' | ||
| 23398 | is non-nil, this function will be called with the link target, and the | ||
| 23399 | result will be the default link description. When called non-interactively, | ||
| 23400 | don't allow to edit the default description. | ||
| 23401 | |||
| 23402 | \(fn &optional COMPLETE-FILE LINK-LOCATION DESCRIPTION)" t nil) | ||
| 23403 | |||
| 23404 | (autoload 'org-insert-all-links "ol" "\ | ||
| 23405 | Insert all links in `org-stored-links'. | ||
| 23406 | When a universal prefix, do not delete the links from `org-stored-links'. | ||
| 23407 | When `ARG' is a number, insert the last N link(s). | ||
| 23408 | `PRE' and `POST' are optional arguments to define a string to | ||
| 23409 | prepend or to append. | ||
| 23410 | |||
| 23411 | \(fn ARG &optional PRE POST)" t nil) | ||
| 23412 | |||
| 23413 | (autoload 'org-insert-last-stored-link "ol" "\ | ||
| 23414 | Insert the last link stored in `org-stored-links'. | ||
| 23415 | |||
| 23416 | \(fn ARG)" t nil) | ||
| 23417 | |||
| 23418 | (autoload 'org-insert-link-global "ol" "\ | ||
| 23419 | Insert a link like Org mode does. | ||
| 23420 | This command can be called in any mode to insert a link in Org syntax." t nil) | ||
| 23421 | |||
| 23422 | (autoload 'org-update-radio-target-regexp "ol" "\ | ||
| 23423 | Find all radio targets in this file and update the regular expression. | ||
| 23424 | Also refresh fontification if needed." t nil) | ||
| 23425 | |||
| 23426 | (register-definition-prefixes "ol" '("org-")) | ||
| 23427 | |||
| 23428 | ;;;*** | ||
| 23429 | |||
| 23430 | ;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0)) | 23428 | ;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0)) |
| 23431 | ;;; Generated autoloads from org/ol-bibtex.el | 23429 | ;;; Generated autoloads from org/ol-bibtex.el |
| 23432 | 23430 | ||
| @@ -23529,7 +23527,7 @@ Coloring: | |||
| 23529 | 23527 | ||
| 23530 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) | 23528 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) |
| 23531 | ;;; Generated autoloads from org/org.el | 23529 | ;;; Generated autoloads from org/org.el |
| 23532 | (push (purecopy '(org 9 3)) package--builtin-versions) | 23530 | (push (purecopy '(org 9 4 4)) package--builtin-versions) |
| 23533 | 23531 | ||
| 23534 | (autoload 'org-babel-do-load-languages "org" "\ | 23532 | (autoload 'org-babel-do-load-languages "org" "\ |
| 23535 | Load the languages defined in `org-babel-load-languages'. | 23533 | Load the languages defined in `org-babel-load-languages'. |
| @@ -23554,6 +23552,11 @@ FULL is given. | |||
| 23554 | 23552 | ||
| 23555 | \(fn &optional HERE FULL MESSAGE)" t nil) | 23553 | \(fn &optional HERE FULL MESSAGE)" t nil) |
| 23556 | 23554 | ||
| 23555 | (autoload 'org-load-modules-maybe "org" "\ | ||
| 23556 | Load all extensions listed in `org-modules'. | ||
| 23557 | |||
| 23558 | \(fn &optional FORCE)" nil nil) | ||
| 23559 | |||
| 23557 | (autoload 'org-clock-persistence-insinuate "org" "\ | 23560 | (autoload 'org-clock-persistence-insinuate "org" "\ |
| 23558 | Set up hooks for clock persistence." nil nil) | 23561 | Set up hooks for clock persistence." nil nil) |
| 23559 | 23562 | ||
| @@ -23623,10 +23626,10 @@ When point is not at the beginning of a headline, execute the global | |||
| 23623 | binding for `TAB', which is re-indenting the line. See the option | 23626 | binding for `TAB', which is re-indenting the line. See the option |
| 23624 | `org-cycle-emulate-tab' for details. | 23627 | `org-cycle-emulate-tab' for details. |
| 23625 | 23628 | ||
| 23626 | As a special case, if point is at the beginning of the buffer and there is | 23629 | As a special case, if point is at the very beginning of the buffer, if |
| 23627 | no headline in line 1, this function will act as if called with prefix arg | 23630 | there is no headline there, and if the variable `org-cycle-global-at-bob' |
| 23628 | \(`\\[universal-argument] TAB', same as `S-TAB') also when called without prefix arg, but only | 23631 | is non-nil, this function acts as if called with prefix argument (`\\[universal-argument] TAB', |
| 23629 | if the variable `org-cycle-global-at-bob' is t. | 23632 | same as `S-TAB') also when called without prefix argument. |
| 23630 | 23633 | ||
| 23631 | \(fn &optional ARG)" t nil) | 23634 | \(fn &optional ARG)" t nil) |
| 23632 | 23635 | ||
| @@ -24052,109 +24055,23 @@ Set `org-capture-templates' to be similar to `org-remember-templates'." t nil) | |||
| 24052 | 24055 | ||
| 24053 | ;;;*** | 24056 | ;;;*** |
| 24054 | 24057 | ||
| 24055 | ;;;### (autoloads nil "org-colview" "org/org-colview.el" (0 0 0 0)) | 24058 | ;;;### (autoloads nil "org-crypt" "org/org-crypt.el" (0 0 0 0)) |
| 24056 | ;;; Generated autoloads from org/org-colview.el | 24059 | ;;; Generated autoloads from org/org-crypt.el |
| 24057 | |||
| 24058 | (autoload 'org-columns-remove-overlays "org-colview" "\ | ||
| 24059 | Remove all currently active column overlays." t nil) | ||
| 24060 | |||
| 24061 | (autoload 'org-columns-get-format-and-top-level "org-colview" nil nil nil) | ||
| 24062 | |||
| 24063 | (autoload 'org-columns "org-colview" "\ | ||
| 24064 | Turn on column view on an Org mode file. | ||
| 24065 | |||
| 24066 | Column view applies to the whole buffer if point is before the | ||
| 24067 | first headline. Otherwise, it applies to the first ancestor | ||
| 24068 | setting \"COLUMNS\" property. If there is none, it defaults to | ||
| 24069 | the current headline. With a `\\[universal-argument]' prefix argument, turn on column | ||
| 24070 | view for the whole buffer unconditionally. | ||
| 24071 | |||
| 24072 | When COLUMNS-FMT-STRING is non-nil, use it as the column format. | ||
| 24073 | |||
| 24074 | \(fn &optional GLOBAL COLUMNS-FMT-STRING)" t nil) | ||
| 24075 | |||
| 24076 | (autoload 'org-columns-compute "org-colview" "\ | ||
| 24077 | Summarize the values of PROPERTY hierarchically. | ||
| 24078 | Also update existing values for PROPERTY according to the first | ||
| 24079 | column specification. | ||
| 24080 | |||
| 24081 | \(fn PROPERTY)" t nil) | ||
| 24082 | |||
| 24083 | (autoload 'org-dblock-write:columnview "org-colview" "\ | ||
| 24084 | Write the column view table. | ||
| 24085 | |||
| 24086 | PARAMS is a property list of parameters: | ||
| 24087 | |||
| 24088 | `:id' (mandatory) | ||
| 24089 | |||
| 24090 | The ID property of the entry where the columns view should be | ||
| 24091 | built. When the symbol `local', call locally. When `global' | ||
| 24092 | call column view with the cursor at the beginning of the | ||
| 24093 | buffer (usually this means that the whole buffer switches to | ||
| 24094 | column view). When \"file:path/to/file.org\", invoke column | ||
| 24095 | view at the start of that file. Otherwise, the ID is located | ||
| 24096 | using `org-id-find'. | ||
| 24097 | |||
| 24098 | `:exclude-tags' | ||
| 24099 | |||
| 24100 | List of tags to exclude from column view table. | ||
| 24101 | |||
| 24102 | `:format' | ||
| 24103 | |||
| 24104 | When non-nil, specify the column view format to use. | ||
| 24105 | |||
| 24106 | `:hlines' | ||
| 24107 | |||
| 24108 | When non-nil, insert a hline before each item. When | ||
| 24109 | a number, insert a hline before each level inferior or equal | ||
| 24110 | to that number. | ||
| 24111 | |||
| 24112 | `:indent' | ||
| 24113 | |||
| 24114 | When non-nil, indent each ITEM field according to its level. | ||
| 24115 | |||
| 24116 | `:match' | ||
| 24117 | |||
| 24118 | When set to a string, use this as a tags/property match filter. | ||
| 24119 | |||
| 24120 | `:maxlevel' | ||
| 24121 | |||
| 24122 | When set to a number, don't capture headlines below this level. | ||
| 24123 | |||
| 24124 | `:skip-empty-rows' | ||
| 24125 | |||
| 24126 | When non-nil, skip rows where all specifiers other than ITEM | ||
| 24127 | are empty. | ||
| 24128 | |||
| 24129 | `:vlines' | ||
| 24130 | |||
| 24131 | When non-nil, make each column a column group to enforce | ||
| 24132 | vertical lines. | ||
| 24133 | |||
| 24134 | \(fn PARAMS)" nil nil) | ||
| 24135 | |||
| 24136 | (autoload 'org-columns-insert-dblock "org-colview" "\ | ||
| 24137 | Create a dynamic block capturing a column view table." t nil) | ||
| 24138 | |||
| 24139 | (autoload 'org-agenda-columns "org-colview" "\ | ||
| 24140 | Turn on or update column view in the agenda." t nil) | ||
| 24141 | 24060 | ||
| 24142 | (register-definition-prefixes "org-colview" '("org-")) | 24061 | (autoload 'org-encrypt-entry "org-crypt" "\ |
| 24062 | Encrypt the content of the current headline." t nil) | ||
| 24143 | 24063 | ||
| 24144 | ;;;*** | 24064 | (autoload 'org-decrypt-entry "org-crypt" "\ |
| 24145 | 24065 | Decrypt the content of the current headline." t nil) | |
| 24146 | ;;;### (autoloads nil "org-compat" "org/org-compat.el" (0 0 0 0)) | ||
| 24147 | ;;; Generated autoloads from org/org-compat.el | ||
| 24148 | 24066 | ||
| 24149 | (autoload 'org-check-version "org-compat" "\ | 24067 | (autoload 'org-encrypt-entries "org-crypt" "\ |
| 24150 | Try very hard to provide sensible version strings." nil t) | 24068 | Encrypt all top-level entries in the current buffer." t nil) |
| 24151 | 24069 | ||
| 24152 | (register-definition-prefixes "org-compat" '("org-")) | 24070 | (autoload 'org-decrypt-entries "org-crypt" "\ |
| 24071 | Decrypt all entries in the current buffer." t nil) | ||
| 24153 | 24072 | ||
| 24154 | ;;;*** | 24073 | (autoload 'org-crypt-use-before-save-magic "org-crypt" "\ |
| 24155 | 24074 | Add a hook to automatically encrypt entries before a file is saved to disk." nil nil) | |
| 24156 | ;;;### (autoloads nil "org-crypt" "org/org-crypt.el" (0 0 0 0)) | ||
| 24157 | ;;; Generated autoloads from org/org-crypt.el | ||
| 24158 | 24075 | ||
| 24159 | (register-definition-prefixes "org-crypt" '("org-")) | 24076 | (register-definition-prefixes "org-crypt" '("org-")) |
| 24160 | 24077 | ||
| @@ -24167,61 +24084,6 @@ Try very hard to provide sensible version strings." nil t) | |||
| 24167 | 24084 | ||
| 24168 | ;;;*** | 24085 | ;;;*** |
| 24169 | 24086 | ||
| 24170 | ;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0 | ||
| 24171 | ;;;;;; 0)) | ||
| 24172 | ;;; Generated autoloads from org/org-duration.el | ||
| 24173 | |||
| 24174 | (autoload 'org-duration-set-regexps "org-duration" "\ | ||
| 24175 | Set duration related regexps." t nil) | ||
| 24176 | |||
| 24177 | (autoload 'org-duration-p "org-duration" "\ | ||
| 24178 | Non-nil when string S is a time duration. | ||
| 24179 | |||
| 24180 | \(fn S)" nil nil) | ||
| 24181 | |||
| 24182 | (autoload 'org-duration-to-minutes "org-duration" "\ | ||
| 24183 | Return number of minutes of DURATION string. | ||
| 24184 | |||
| 24185 | When optional argument CANONICAL is non-nil, ignore | ||
| 24186 | `org-duration-units' and use standard time units value. | ||
| 24187 | |||
| 24188 | A bare number is translated into minutes. The empty string is | ||
| 24189 | translated into 0.0. | ||
| 24190 | |||
| 24191 | Return value as a float. Raise an error if duration format is | ||
| 24192 | not recognized. | ||
| 24193 | |||
| 24194 | \(fn DURATION &optional CANONICAL)" nil nil) | ||
| 24195 | |||
| 24196 | (autoload 'org-duration-from-minutes "org-duration" "\ | ||
| 24197 | Return duration string for a given number of MINUTES. | ||
| 24198 | |||
| 24199 | Format duration according to `org-duration-format' or FMT, when | ||
| 24200 | non-nil. | ||
| 24201 | |||
| 24202 | When optional argument CANONICAL is non-nil, ignore | ||
| 24203 | `org-duration-units' and use standard time units value. | ||
| 24204 | |||
| 24205 | Raise an error if expected format is unknown. | ||
| 24206 | |||
| 24207 | \(fn MINUTES &optional FMT CANONICAL)" nil nil) | ||
| 24208 | |||
| 24209 | (autoload 'org-duration-h:mm-only-p "org-duration" "\ | ||
| 24210 | Non-nil when every duration in TIMES has \"H:MM\" or \"H:MM:SS\" format. | ||
| 24211 | |||
| 24212 | TIMES is a list of duration strings. | ||
| 24213 | |||
| 24214 | Return nil if any duration is expressed with units, as defined in | ||
| 24215 | `org-duration-units'. Otherwise, if any duration is expressed | ||
| 24216 | with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | ||
| 24217 | `h:mm'. | ||
| 24218 | |||
| 24219 | \(fn TIMES)" nil nil) | ||
| 24220 | |||
| 24221 | (register-definition-prefixes "org-duration" '("org-duration-")) | ||
| 24222 | |||
| 24223 | ;;;*** | ||
| 24224 | |||
| 24225 | ;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0 | 24087 | ;;;### (autoloads nil "org-entities" "org/org-entities.el" (0 0 0 |
| 24226 | ;;;;;; 0)) | 24088 | ;;;;;; 0)) |
| 24227 | ;;; Generated autoloads from org/org-entities.el | 24089 | ;;; Generated autoloads from org/org-entities.el |
| @@ -24237,42 +24099,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | |||
| 24237 | 24099 | ||
| 24238 | ;;;*** | 24100 | ;;;*** |
| 24239 | 24101 | ||
| 24240 | ;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0)) | ||
| 24241 | ;;; Generated autoloads from org/org-goto.el | ||
| 24242 | |||
| 24243 | (autoload 'org-goto-location "org-goto" "\ | ||
| 24244 | Let the user select a location in current buffer. | ||
| 24245 | This function uses a recursive edit. It returns the selected | ||
| 24246 | position or nil. | ||
| 24247 | |||
| 24248 | \(fn &optional BUF HELP)" nil nil) | ||
| 24249 | |||
| 24250 | (autoload 'org-goto "org-goto" "\ | ||
| 24251 | Look up a different location in the current file, keeping current visibility. | ||
| 24252 | |||
| 24253 | When you want look-up or go to a different location in a | ||
| 24254 | document, the fastest way is often to fold the entire buffer and | ||
| 24255 | then dive into the tree. This method has the disadvantage, that | ||
| 24256 | the previous location will be folded, which may not be what you | ||
| 24257 | want. | ||
| 24258 | |||
| 24259 | This command works around this by showing a copy of the current | ||
| 24260 | buffer in an indirect buffer, in overview mode. You can dive | ||
| 24261 | into the tree in that copy, use org-occur and incremental search | ||
| 24262 | to find a location. When pressing RET or `Q', the command | ||
| 24263 | returns to the original buffer in which the visibility is still | ||
| 24264 | unchanged. After RET it will also jump to the location selected | ||
| 24265 | in the indirect buffer and expose the headline hierarchy above. | ||
| 24266 | |||
| 24267 | With a prefix argument, use the alternative interface: e.g., if | ||
| 24268 | `org-goto-interface' is `outline' use `outline-path-completion'. | ||
| 24269 | |||
| 24270 | \(fn &optional ALTERNATIVE-INTERFACE)" t nil) | ||
| 24271 | |||
| 24272 | (register-definition-prefixes "org-goto" '("org-goto-")) | ||
| 24273 | |||
| 24274 | ;;;*** | ||
| 24275 | |||
| 24276 | ;;;### (autoloads nil "org-habit" "org/org-habit.el" (0 0 0 0)) | 24102 | ;;;### (autoloads nil "org-habit" "org/org-habit.el" (0 0 0 0)) |
| 24277 | ;;; Generated autoloads from org/org-habit.el | 24103 | ;;; Generated autoloads from org/org-habit.el |
| 24278 | 24104 | ||
| @@ -24288,41 +24114,6 @@ With a prefix argument, use the alternative interface: e.g., if | |||
| 24288 | 24114 | ||
| 24289 | ;;;*** | 24115 | ;;;*** |
| 24290 | 24116 | ||
| 24291 | ;;;### (autoloads nil "org-keys" "org/org-keys.el" (0 0 0 0)) | ||
| 24292 | ;;; Generated autoloads from org/org-keys.el | ||
| 24293 | |||
| 24294 | (autoload 'org-babel-describe-bindings "org-keys" "\ | ||
| 24295 | Describe all keybindings behind `org-babel-key-prefix'." t nil) | ||
| 24296 | |||
| 24297 | (register-definition-prefixes "org-keys" '("org-")) | ||
| 24298 | |||
| 24299 | ;;;*** | ||
| 24300 | |||
| 24301 | ;;;### (autoloads nil "org-lint" "org/org-lint.el" (0 0 0 0)) | ||
| 24302 | ;;; Generated autoloads from org/org-lint.el | ||
| 24303 | |||
| 24304 | (autoload 'org-lint "org-lint" "\ | ||
| 24305 | Check current Org buffer for syntax mistakes. | ||
| 24306 | |||
| 24307 | By default, run all checkers. With a `\\[universal-argument]' prefix ARG, select one | ||
| 24308 | category of checkers only. With a `\\[universal-argument] \\[universal-argument]' prefix, run one precise | ||
| 24309 | checker by its name. | ||
| 24310 | |||
| 24311 | ARG can also be a list of checker names, as symbols, to run. | ||
| 24312 | |||
| 24313 | \(fn &optional ARG)" t nil) | ||
| 24314 | |||
| 24315 | (register-definition-prefixes "org-lint" '("org-lint-")) | ||
| 24316 | |||
| 24317 | ;;;*** | ||
| 24318 | |||
| 24319 | ;;;### (autoloads nil "org-list" "org/org-list.el" (0 0 0 0)) | ||
| 24320 | ;;; Generated autoloads from org/org-list.el | ||
| 24321 | |||
| 24322 | (register-definition-prefixes "org-list" '("org-")) | ||
| 24323 | |||
| 24324 | ;;;*** | ||
| 24325 | |||
| 24326 | ;;;### (autoloads nil "org-macro" "org/org-macro.el" (0 0 0 0)) | 24117 | ;;;### (autoloads nil "org-macro" "org/org-macro.el" (0 0 0 0)) |
| 24327 | ;;; Generated autoloads from org/org-macro.el | 24118 | ;;; Generated autoloads from org/org-macro.el |
| 24328 | 24119 | ||
| @@ -24330,18 +24121,6 @@ ARG can also be a list of checker names, as symbols, to run. | |||
| 24330 | 24121 | ||
| 24331 | ;;;*** | 24122 | ;;;*** |
| 24332 | 24123 | ||
| 24333 | ;;;### (autoloads nil "org-macs" "org/org-macs.el" (0 0 0 0)) | ||
| 24334 | ;;; Generated autoloads from org/org-macs.el | ||
| 24335 | |||
| 24336 | (autoload 'org-load-noerror-mustsuffix "org-macs" "\ | ||
| 24337 | Load FILE with optional arguments NOERROR and MUSTSUFFIX. | ||
| 24338 | |||
| 24339 | \(fn FILE)" nil t) | ||
| 24340 | |||
| 24341 | (register-definition-prefixes "org-macs" '("org-")) | ||
| 24342 | |||
| 24343 | ;;;*** | ||
| 24344 | |||
| 24345 | ;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0)) | 24124 | ;;;### (autoloads nil "org-mouse" "org/org-mouse.el" (0 0 0 0)) |
| 24346 | ;;; Generated autoloads from org/org-mouse.el | 24125 | ;;; Generated autoloads from org/org-mouse.el |
| 24347 | 24126 | ||
| @@ -24349,35 +24128,6 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. | |||
| 24349 | 24128 | ||
| 24350 | ;;;*** | 24129 | ;;;*** |
| 24351 | 24130 | ||
| 24352 | ;;;### (autoloads nil "org-num" "org/org-num.el" (0 0 0 0)) | ||
| 24353 | ;;; Generated autoloads from org/org-num.el | ||
| 24354 | |||
| 24355 | (autoload 'org-num-default-format "org-num" "\ | ||
| 24356 | Default numbering display function. | ||
| 24357 | NUMBERING is a list of numbers. | ||
| 24358 | |||
| 24359 | \(fn NUMBERING)" nil nil) | ||
| 24360 | |||
| 24361 | (autoload 'org-num-mode "org-num" "\ | ||
| 24362 | Dynamic numbering of headlines in an Org buffer. | ||
| 24363 | |||
| 24364 | If called interactively, toggle `Org-Num mode'. If the prefix | ||
| 24365 | argument is positive, enable the mode, and if it is zero or negative, | ||
| 24366 | disable the mode. | ||
| 24367 | |||
| 24368 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable the | ||
| 24369 | mode if ARG is nil, omitted, or is a positive number. Disable the | ||
| 24370 | mode if ARG is a negative number. | ||
| 24371 | |||
| 24372 | The mode's hook is called both when the mode is enabled and when it is | ||
| 24373 | disabled. | ||
| 24374 | |||
| 24375 | \(fn &optional ARG)" t nil) | ||
| 24376 | |||
| 24377 | (register-definition-prefixes "org-num" '("org-num-")) | ||
| 24378 | |||
| 24379 | ;;;*** | ||
| 24380 | |||
| 24381 | ;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0 | 24131 | ;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0 |
| 24382 | ;;;;;; 0 0)) | 24132 | ;;;;;; 0 0)) |
| 24383 | ;;; Generated autoloads from org/org-pcomplete.el | 24133 | ;;; Generated autoloads from org/org-pcomplete.el |
| @@ -24474,6 +24224,13 @@ See the command `outline-mode' for more information on this mode. | |||
| 24474 | 24224 | ||
| 24475 | ;;;*** | 24225 | ;;;*** |
| 24476 | 24226 | ||
| 24227 | ;;;### (autoloads nil "ox-man" "org/ox-man.el" (0 0 0 0)) | ||
| 24228 | ;;; Generated autoloads from org/ox-man.el | ||
| 24229 | |||
| 24230 | (register-definition-prefixes "ox-man" '("org-man-")) | ||
| 24231 | |||
| 24232 | ;;;*** | ||
| 24233 | |||
| 24477 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0)) | 24234 | ;;;### (autoloads nil "package" "emacs-lisp/package.el" (0 0 0 0)) |
| 24478 | ;;; Generated autoloads from emacs-lisp/package.el | 24235 | ;;; Generated autoloads from emacs-lisp/package.el |
| 24479 | (push (purecopy '(package 1 1 0)) package--builtin-versions) | 24236 | (push (purecopy '(package 1 1 0)) package--builtin-versions) |
| @@ -26094,7 +25851,7 @@ Open profile FILENAME. | |||
| 26094 | 25851 | ||
| 26095 | ;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) | 25852 | ;;;### (autoloads nil "project" "progmodes/project.el" (0 0 0 0)) |
| 26096 | ;;; Generated autoloads from progmodes/project.el | 25853 | ;;; Generated autoloads from progmodes/project.el |
| 26097 | (push (purecopy '(project 0 5 2)) package--builtin-versions) | 25854 | (push (purecopy '(project 0 5 3)) package--builtin-versions) |
| 26098 | 25855 | ||
| 26099 | (autoload 'project-current "project" "\ | 25856 | (autoload 'project-current "project" "\ |
| 26100 | Return the project instance in DIRECTORY, defaulting to `default-directory'. | 25857 | Return the project instance in DIRECTORY, defaulting to `default-directory'. |
| @@ -26115,7 +25872,7 @@ of the project instance object. | |||
| 26115 | 25872 | ||
| 26116 | \(fn &optional MAYBE-PROMPT DIRECTORY)" nil nil) | 25873 | \(fn &optional MAYBE-PROMPT DIRECTORY)" nil nil) |
| 26117 | 25874 | ||
| 26118 | (defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) map) "\ | 25875 | (defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) map) "\ |
| 26119 | Keymap for project commands.") | 25876 | Keymap for project commands.") |
| 26120 | (define-key ctl-x-map "p" project-prefix-map) | 25877 | (define-key ctl-x-map "p" project-prefix-map) |
| 26121 | 25878 | ||
| @@ -26279,19 +26036,33 @@ Save the result in `project-list-file' if the list of projects has changed. | |||
| 26279 | (autoload 'project-known-project-roots "project" "\ | 26036 | (autoload 'project-known-project-roots "project" "\ |
| 26280 | Return the list of root directories of all known projects." nil nil) | 26037 | Return the list of root directories of all known projects." nil nil) |
| 26281 | 26038 | ||
| 26282 | (defvar project-switch-commands '((102 "Find file" project-find-file) (103 "Find regexp" project-find-regexp) (100 "Dired" project-dired) (118 "VC-Dir" project-vc-dir) (101 "Eshell" project-eshell)) "\ | 26039 | (autoload 'project-execute-extended-command "project" "\ |
| 26283 | Alist mapping keys to project switching menu entries. | 26040 | Execute an extended command in project root." t nil) |
| 26041 | |||
| 26042 | (function-put 'project-execute-extended-command 'interactive-only 'command-execute) | ||
| 26043 | |||
| 26044 | (defvar project-switch-commands '((project-find-file "Find file") (project-find-regexp "Find regexp") (project-dired "Dired") (project-vc-dir "VC-Dir") (project-eshell "Eshell")) "\ | ||
| 26045 | Alist mapping commands to descriptions. | ||
| 26284 | Used by `project-switch-project' to construct a dispatch menu of | 26046 | Used by `project-switch-project' to construct a dispatch menu of |
| 26285 | commands available upon \"switching\" to another project. | 26047 | commands available upon \"switching\" to another project. |
| 26286 | 26048 | ||
| 26287 | Each element is of the form (KEY LABEL COMMAND), where COMMAND is the | 26049 | Each element is of the form (COMMAND LABEL &optional KEY) where |
| 26288 | command to run when KEY is pressed. LABEL is used to distinguish | 26050 | COMMAND is the command to run when KEY is pressed. LABEL is used |
| 26289 | the menu entries in the dispatch menu.") | 26051 | to distinguish the menu entries in the dispatch menu. If KEY is |
| 26052 | absent, COMMAND must be bound in `project-prefix-map', and the | ||
| 26053 | key is looked up in that map.") | ||
| 26054 | |||
| 26055 | (custom-autoload 'project-switch-commands "project" t) | ||
| 26290 | 26056 | ||
| 26291 | (autoload 'project-switch-project "project" "\ | 26057 | (autoload 'project-switch-project "project" "\ |
| 26292 | \"Switch\" to another project by running an Emacs command. | 26058 | \"Switch\" to another project by running an Emacs command. |
| 26293 | The available commands are presented as a dispatch menu | 26059 | The available commands are presented as a dispatch menu |
| 26294 | made from `project-switch-commands'." t nil) | 26060 | made from `project-switch-commands'. |
| 26061 | |||
| 26062 | When called in a program, it will use the project corresponding | ||
| 26063 | to directory DIR. | ||
| 26064 | |||
| 26065 | \(fn DIR)" t nil) | ||
| 26295 | 26066 | ||
| 26296 | (register-definition-prefixes "project" '("project-")) | 26067 | (register-definition-prefixes "project" '("project-")) |
| 26297 | 26068 | ||
| @@ -26625,7 +26396,7 @@ Optional argument FACE specifies the face to do the highlighting. | |||
| 26625 | 26396 | ||
| 26626 | ;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) | 26397 | ;;;### (autoloads nil "python" "progmodes/python.el" (0 0 0 0)) |
| 26627 | ;;; Generated autoloads from progmodes/python.el | 26398 | ;;; Generated autoloads from progmodes/python.el |
| 26628 | (push (purecopy '(python 0 27)) package--builtin-versions) | 26399 | (push (purecopy '(python 0 27 1)) package--builtin-versions) |
| 26629 | 26400 | ||
| 26630 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) | 26401 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py[iw]?\\'") 'python-mode)) |
| 26631 | 26402 | ||
| @@ -28013,6 +27784,7 @@ Instead, these commands are available: | |||
| 28013 | \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages | 27784 | \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages |
| 28014 | till a deleted message is found. | 27785 | till a deleted message is found. |
| 28015 | \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail. | 27786 | \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail. |
| 27787 | \\[rmail-epa-decrypt] Decrypt the current message. | ||
| 28016 | \\[rmail-expunge] Expunge deleted messages. | 27788 | \\[rmail-expunge] Expunge deleted messages. |
| 28017 | \\[rmail-expunge-and-save] Expunge and save the file. | 27789 | \\[rmail-expunge-and-save] Expunge and save the file. |
| 28018 | \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer. | 27790 | \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer. |
| @@ -29574,7 +29346,7 @@ sorted. FUNCTION must be a function of one argument. | |||
| 29574 | \(fn FUNCTION PRED SEQUENCE)" nil nil) | 29346 | \(fn FUNCTION PRED SEQUENCE)" nil nil) |
| 29575 | 29347 | ||
| 29576 | (autoload 'seq-filter "seq" "\ | 29348 | (autoload 'seq-filter "seq" "\ |
| 29577 | Return a list of all the elements for which (PRED element) is non-nil in SEQUENCE. | 29349 | Return a list of all elements for which (PRED element) is non-nil in SEQUENCE. |
| 29578 | 29350 | ||
| 29579 | \(fn PRED SEQUENCE)" nil nil) | 29351 | \(fn PRED SEQUENCE)" nil nil) |
| 29580 | 29352 | ||
| @@ -29811,8 +29583,8 @@ have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6> | |||
| 29811 | 29583 | ||
| 29812 | <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are | 29584 | <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are |
| 29813 | ignored unless the text is <pre>preformatted.</pre> Text can be marked as | 29585 | ignored unless the text is <pre>preformatted.</pre> Text can be marked as |
| 29814 | <strong>bold</strong>, <em>italic</em> or <u>underlined</u> using the normal M-o or | 29586 | <strong>bold</strong>, <em>italic</em> or <u>underlined</u> using the normal M-o |
| 29815 | Edit/Text Properties/Face commands. | 29587 | or Edit/Text Properties/Face commands. |
| 29816 | 29588 | ||
| 29817 | Pages can have <a name=\"SOMENAME\">named points</a> and can link other points | 29589 | Pages can have <a name=\"SOMENAME\">named points</a> and can link other points |
| 29818 | to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a | 29590 | to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a |
| @@ -31818,14 +31590,13 @@ or call the function `global-subword-mode'.") | |||
| 31818 | (autoload 'global-subword-mode "subword" "\ | 31590 | (autoload 'global-subword-mode "subword" "\ |
| 31819 | Toggle Subword mode in all buffers. | 31591 | Toggle Subword mode in all buffers. |
| 31820 | With prefix ARG, enable Global Subword mode if ARG is positive; | 31592 | With prefix ARG, enable Global Subword mode if ARG is positive; |
| 31821 | otherwise, disable it. If called from Lisp, enable the mode if | 31593 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 31822 | ARG is omitted or nil. | 31594 | omitted or nil. |
| 31823 | 31595 | ||
| 31824 | Subword mode is enabled in all buffers where | 31596 | Subword mode is enabled in all buffers where `(lambda nil |
| 31825 | `(lambda nil (subword-mode 1))' would do it. | 31597 | \(subword-mode 1))' would do it. |
| 31826 | 31598 | ||
| 31827 | See `subword-mode' for more information on | 31599 | See `subword-mode' for more information on Subword mode. |
| 31828 | Subword mode. | ||
| 31829 | 31600 | ||
| 31830 | \(fn &optional ARG)" t nil) | 31601 | \(fn &optional ARG)" t nil) |
| 31831 | 31602 | ||
| @@ -31867,14 +31638,13 @@ or call the function `global-superword-mode'.") | |||
| 31867 | (autoload 'global-superword-mode "subword" "\ | 31638 | (autoload 'global-superword-mode "subword" "\ |
| 31868 | Toggle Superword mode in all buffers. | 31639 | Toggle Superword mode in all buffers. |
| 31869 | With prefix ARG, enable Global Superword mode if ARG is positive; | 31640 | With prefix ARG, enable Global Superword mode if ARG is positive; |
| 31870 | otherwise, disable it. If called from Lisp, enable the mode if | 31641 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 31871 | ARG is omitted or nil. | 31642 | omitted or nil. |
| 31872 | 31643 | ||
| 31873 | Superword mode is enabled in all buffers where | 31644 | Superword mode is enabled in all buffers where `(lambda nil |
| 31874 | `(lambda nil (superword-mode 1))' would do it. | 31645 | \(superword-mode 1))' would do it. |
| 31875 | 31646 | ||
| 31876 | See `superword-mode' for more information on | 31647 | See `superword-mode' for more information on Superword mode. |
| 31877 | Superword mode. | ||
| 31878 | 31648 | ||
| 31879 | \(fn &optional ARG)" t nil) | 31649 | \(fn &optional ARG)" t nil) |
| 31880 | 31650 | ||
| @@ -32001,14 +31771,13 @@ or call the function `global-tab-line-mode'.") | |||
| 32001 | (autoload 'global-tab-line-mode "tab-line" "\ | 31771 | (autoload 'global-tab-line-mode "tab-line" "\ |
| 32002 | Toggle Tab-Line mode in all buffers. | 31772 | Toggle Tab-Line mode in all buffers. |
| 32003 | With prefix ARG, enable Global Tab-Line mode if ARG is positive; | 31773 | With prefix ARG, enable Global Tab-Line mode if ARG is positive; |
| 32004 | otherwise, disable it. If called from Lisp, enable the mode if | 31774 | otherwise, disable it. If called from Lisp, enable the mode if ARG is |
| 32005 | ARG is omitted or nil. | 31775 | omitted or nil. |
| 32006 | 31776 | ||
| 32007 | Tab-Line mode is enabled in all buffers where | 31777 | Tab-Line mode is enabled in all buffers where |
| 32008 | `tab-line-mode--turn-on' would do it. | 31778 | `tab-line-mode--turn-on' would do it. |
| 32009 | 31779 | ||
| 32010 | See `tab-line-mode' for more information on | 31780 | See `tab-line-mode' for more information on Tab-Line mode. |
| 32011 | Tab-Line mode. | ||
| 32012 | 31781 | ||
| 32013 | \(fn &optional ARG)" t nil) | 31782 | \(fn &optional ARG)" t nil) |
| 32014 | 31783 | ||
| @@ -32337,7 +32106,8 @@ Creates a cell above and a cell below the current point location." t nil) | |||
| 32337 | 32106 | ||
| 32338 | (autoload 'table-split-cell-horizontally "table" "\ | 32107 | (autoload 'table-split-cell-horizontally "table" "\ |
| 32339 | Split current cell horizontally. | 32108 | Split current cell horizontally. |
| 32340 | Creates a cell on the left and a cell on the right of the current point location." t nil) | 32109 | Creates a cell on the left and a cell on the right of the current |
| 32110 | point location." t nil) | ||
| 32341 | 32111 | ||
| 32342 | (autoload 'table-split-cell "table" "\ | 32112 | (autoload 'table-split-cell "table" "\ |
| 32343 | Split current cell in ORIENTATION. | 32113 | Split current cell in ORIENTATION. |
| @@ -32805,7 +32575,7 @@ use in that buffer. | |||
| 32805 | 32575 | ||
| 32806 | \(fn PORT SPEED &optional LINE-MODE)" t nil) | 32576 | \(fn PORT SPEED &optional LINE-MODE)" t nil) |
| 32807 | 32577 | ||
| 32808 | (register-definition-prefixes "term" '("ansi-term-color-vector" "explicit-shell-file-name" "serial-" "term-")) | 32578 | (register-definition-prefixes "term" '("ansi-term-color-vector" "serial-" "term-")) |
| 32809 | 32579 | ||
| 32810 | ;;;*** | 32580 | ;;;*** |
| 32811 | 32581 | ||
| @@ -32828,7 +32598,6 @@ Start coverage on function under point." t nil) | |||
| 32828 | 32598 | ||
| 32829 | ;;;### (autoloads nil "tetris" "play/tetris.el" (0 0 0 0)) | 32599 | ;;;### (autoloads nil "tetris" "play/tetris.el" (0 0 0 0)) |
| 32830 | ;;; Generated autoloads from play/tetris.el | 32600 | ;;; Generated autoloads from play/tetris.el |
| 32831 | (push (purecopy '(tetris 2 1)) package--builtin-versions) | ||
| 32832 | 32601 | ||
| 32833 | (autoload 'tetris "tetris" "\ | 32602 | (autoload 'tetris "tetris" "\ |
| 32834 | Play the Tetris game. | 32603 | Play the Tetris game. |
| @@ -32837,17 +32606,15 @@ rotate the shape to fit in with those at the bottom of the screen so | |||
| 32837 | as to form complete rows. | 32606 | as to form complete rows. |
| 32838 | 32607 | ||
| 32839 | tetris-mode keybindings: | 32608 | tetris-mode keybindings: |
| 32840 | \\<tetris-mode-map> | 32609 | \\<tetris-mode-map> |
| 32841 | \\[tetris-start-game] Starts a new game of Tetris | 32610 | \\[tetris-start-game] Start a new game of Tetris |
| 32842 | \\[tetris-end-game] Terminates the current game | 32611 | \\[tetris-end-game] Terminate the current game |
| 32843 | \\[tetris-pause-game] Pauses (or resumes) the current game | 32612 | \\[tetris-pause-game] Pause (or resume) the current game |
| 32844 | \\[tetris-move-left] Moves the shape one square to the left | 32613 | \\[tetris-move-left] Move the shape one square to the left |
| 32845 | \\[tetris-move-right] Moves the shape one square to the right | 32614 | \\[tetris-move-right] Move the shape one square to the right |
| 32846 | \\[tetris-rotate-prev] Rotates the shape clockwise | 32615 | \\[tetris-rotate-prev] Rotate the shape clockwise |
| 32847 | \\[tetris-rotate-next] Rotates the shape anticlockwise | 32616 | \\[tetris-rotate-next] Rotate the shape anticlockwise |
| 32848 | \\[tetris-move-bottom] Drops the shape to the bottom of the playing area | 32617 | \\[tetris-move-bottom] Drop the shape to the bottom of the playing area" t nil) |
| 32849 | |||
| 32850 | " t nil) | ||
| 32851 | 32618 | ||
| 32852 | (register-definition-prefixes "tetris" '("tetris-")) | 32619 | (register-definition-prefixes "tetris" '("tetris-")) |
| 32853 | 32620 | ||
| @@ -34234,7 +34001,6 @@ the output buffer or changing the window configuration. | |||
| 34234 | 34001 | ||
| 34235 | ;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) | 34002 | ;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) |
| 34236 | ;;; Generated autoloads from net/tramp.el | 34003 | ;;; Generated autoloads from net/tramp.el |
| 34237 | (push (purecopy '(tramp 2 5 0 -1)) package--builtin-versions) | ||
| 34238 | 34004 | ||
| 34239 | (defvar tramp-mode t "\ | 34005 | (defvar tramp-mode t "\ |
| 34240 | Whether Tramp is enabled. | 34006 | Whether Tramp is enabled. |
| @@ -34408,6 +34174,7 @@ Add archive file name handler to `file-name-handler-alist'." (when tramp-archive | |||
| 34408 | 34174 | ||
| 34409 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) | 34175 | ;;;### (autoloads nil "trampver" "net/trampver.el" (0 0 0 0)) |
| 34410 | ;;; Generated autoloads from net/trampver.el | 34176 | ;;; Generated autoloads from net/trampver.el |
| 34177 | (push (purecopy '(tramp 2 5 0)) package--builtin-versions) | ||
| 34411 | 34178 | ||
| 34412 | (register-definition-prefixes "trampver" '("tramp-")) | 34179 | (register-definition-prefixes "trampver" '("tramp-")) |
| 34413 | 34180 | ||
| @@ -38445,7 +38212,7 @@ If LIMIT is non-nil, then do not consider characters beyond LIMIT. | |||
| 38445 | 38212 | ||
| 38446 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) | 38213 | ;;;### (autoloads nil "xref" "progmodes/xref.el" (0 0 0 0)) |
| 38447 | ;;; Generated autoloads from progmodes/xref.el | 38214 | ;;; Generated autoloads from progmodes/xref.el |
| 38448 | (push (purecopy '(xref 1 0 3)) package--builtin-versions) | 38215 | (push (purecopy '(xref 1 0 4)) package--builtin-versions) |
| 38449 | 38216 | ||
| 38450 | (autoload 'xref-find-backend "xref" nil nil nil) | 38217 | (autoload 'xref-find-backend "xref" nil nil nil) |
| 38451 | 38218 | ||
| @@ -38699,39 +38466,39 @@ Zone out, completely." t nil) | |||
| 38699 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" | 38466 | ;;;;;; "font-lock.el" "format.el" "frame.el" "help.el" "hfy-cmap.el" |
| 38700 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" | 38467 | ;;;;;; "ibuf-ext.el" "indent.el" "international/characters.el" "international/charprop.el" |
| 38701 | ;;;;;; "international/charscript.el" "international/cp51932.el" | 38468 | ;;;;;; "international/charscript.el" "international/cp51932.el" |
| 38702 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" | 38469 | ;;;;;; "international/eucjp-ms.el" "international/iso-transl.el" |
| 38703 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38470 | ;;;;;; "international/mule-cmds.el" "international/mule-conf.el" |
| 38704 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 38471 | ;;;;;; "international/mule.el" "international/uni-bidi.el" "international/uni-brackets.el" |
| 38705 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | 38472 | ;;;;;; "international/uni-category.el" "international/uni-combining.el" |
| 38706 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | 38473 | ;;;;;; "international/uni-comment.el" "international/uni-decimal.el" |
| 38707 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | 38474 | ;;;;;; "international/uni-decomposition.el" "international/uni-digit.el" |
| 38708 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | 38475 | ;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el" |
| 38709 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | 38476 | ;;;;;; "international/uni-name.el" "international/uni-numeric.el" |
| 38710 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | 38477 | ;;;;;; "international/uni-old-name.el" "international/uni-special-lowercase.el" |
| 38711 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | 38478 | ;;;;;; "international/uni-special-titlecase.el" "international/uni-special-uppercase.el" |
| 38712 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | 38479 | ;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el" |
| 38713 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | 38480 | ;;;;;; "isearch.el" "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" |
| 38714 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 38481 | ;;;;;; "language/cham.el" "language/chinese.el" "language/cyrillic.el" |
| 38715 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 38482 | ;;;;;; "language/czech.el" "language/english.el" "language/ethiopic.el" |
| 38716 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 38483 | ;;;;;; "language/european.el" "language/georgian.el" "language/greek.el" |
| 38717 | ;;;;;; "language/indian.el" "language/japanese.el" "language/khmer.el" | 38484 | ;;;;;; "language/hebrew.el" "language/indian.el" "language/japanese.el" |
| 38718 | ;;;;;; "language/korean.el" "language/lao.el" "language/misc-lang.el" | 38485 | ;;;;;; "language/khmer.el" "language/korean.el" "language/lao.el" |
| 38719 | ;;;;;; "language/romanian.el" "language/sinhala.el" "language/slovak.el" | 38486 | ;;;;;; "language/misc-lang.el" "language/romanian.el" "language/sinhala.el" |
| 38720 | ;;;;;; "language/tai-viet.el" "language/thai.el" "language/tibetan.el" | 38487 | ;;;;;; "language/slovak.el" "language/tai-viet.el" "language/thai.el" |
| 38721 | ;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el" | 38488 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" |
| 38722 | ;;;;;; "leim/ja-dic/ja-dic.el" "leim/leim-list.el" "leim/quail/4Corner.el" | 38489 | ;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/leim-list.el" |
| 38723 | ;;;;;; "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" "leim/quail/CTLau-b5.el" | 38490 | ;;;;;; "leim/quail/4Corner.el" "leim/quail/ARRAY30.el" "leim/quail/CCDOSPY.el" |
| 38724 | ;;;;;; "leim/quail/CTLau.el" "leim/quail/ECDICT.el" "leim/quail/ETZY.el" | 38491 | ;;;;;; "leim/quail/CTLau-b5.el" "leim/quail/CTLau.el" "leim/quail/ECDICT.el" |
| 38725 | ;;;;;; "leim/quail/PY-b5.el" "leim/quail/PY.el" "leim/quail/Punct-b5.el" | 38492 | ;;;;;; "leim/quail/ETZY.el" "leim/quail/PY-b5.el" "leim/quail/PY.el" |
| 38726 | ;;;;;; "leim/quail/Punct.el" "leim/quail/QJ-b5.el" "leim/quail/QJ.el" | 38493 | ;;;;;; "leim/quail/Punct-b5.el" "leim/quail/Punct.el" "leim/quail/QJ-b5.el" |
| 38727 | ;;;;;; "leim/quail/SW.el" "leim/quail/TONEPY.el" "leim/quail/ZIRANMA.el" | 38494 | ;;;;;; "leim/quail/QJ.el" "leim/quail/SW.el" "leim/quail/TONEPY.el" |
| 38728 | ;;;;;; "leim/quail/ZOZY.el" "leim/quail/arabic.el" "leim/quail/compose.el" | 38495 | ;;;;;; "leim/quail/ZIRANMA.el" "leim/quail/ZOZY.el" "leim/quail/arabic.el" |
| 38729 | ;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el" | 38496 | ;;;;;; "leim/quail/compose.el" "leim/quail/croatian.el" "leim/quail/cyril-jis.el" |
| 38730 | ;;;;;; "leim/quail/czech.el" "leim/quail/georgian.el" "leim/quail/greek.el" | 38497 | ;;;;;; "leim/quail/cyrillic.el" "leim/quail/czech.el" "leim/quail/georgian.el" |
| 38731 | ;;;;;; "leim/quail/hanja-jis.el" "leim/quail/hanja.el" "leim/quail/hanja3.el" | 38498 | ;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el" |
| 38732 | ;;;;;; "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" "leim/quail/latin-alt.el" | 38499 | ;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/ipa-praat.el" |
| 38733 | ;;;;;; "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" "leim/quail/latin-pre.el" | 38500 | ;;;;;; "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el" "leim/quail/latin-post.el" |
| 38734 | ;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" | 38501 | ;;;;;; "leim/quail/latin-pre.el" "leim/quail/persian.el" "leim/quail/programmer-dvorak.el" |
| 38735 | ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" | 38502 | ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/quick-b5.el" |
| 38736 | ;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el" | 38503 | ;;;;;; "leim/quail/quick-cns.el" "leim/quail/rfc1345.el" "leim/quail/sami.el" |
| 38737 | ;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" | 38504 | ;;;;;; "leim/quail/sgml-input.el" "leim/quail/slovak.el" "leim/quail/symbol-ksc.el" |
| @@ -38743,14 +38510,17 @@ Zone out, completely." t nil) | |||
| 38743 | ;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" | 38510 | ;;;;;; "mh-e/mh-loaddefs.el" "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" |
| 38744 | ;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-lob.el" | 38511 | ;;;;;; "newcomment.el" "obarray.el" "org/ob-core.el" "org/ob-lob.el" |
| 38745 | ;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" | 38512 | ;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" |
| 38746 | ;;;;;; "org/ol-irc.el" "org/org-archive.el" "org/org-attach.el" | 38513 | ;;;;;; "org/ol-irc.el" "org/ol.el" "org/org-archive.el" "org/org-attach.el" |
| 38747 | ;;;;;; "org/org-clock.el" "org/org-datetree.el" "org/org-element.el" | 38514 | ;;;;;; "org/org-clock.el" "org/org-colview.el" "org/org-compat.el" |
| 38748 | ;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" | 38515 | ;;;;;; "org/org-datetree.el" "org/org-duration.el" "org/org-element.el" |
| 38749 | ;;;;;; "org/org-install.el" "org/org-mobile.el" "org/org-plot.el" | 38516 | ;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-goto.el" |
| 38517 | ;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-install.el" | ||
| 38518 | ;;;;;; "org/org-keys.el" "org/org-lint.el" "org/org-list.el" "org/org-macs.el" | ||
| 38519 | ;;;;;; "org/org-mobile.el" "org/org-num.el" "org/org-plot.el" "org/org-refile.el" | ||
| 38750 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" | 38520 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" |
| 38751 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" | 38521 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" |
| 38752 | ;;;;;; "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" | 38522 | ;;;;;; "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" "org/ox-publish.el" |
| 38753 | ;;;;;; "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" | 38523 | ;;;;;; "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" |
| 38754 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" | 38524 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" |
| 38755 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" | 38525 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" |
| 38756 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el" | 38526 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el" |