diff options
| author | Glenn Morris | 2020-01-01 06:14:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-01-01 06:14:47 -0800 |
| commit | 4011b179ffe88a0afb3b73dd1af6a75dc0c2c772 (patch) | |
| tree | ba48284e8ea2583acc98d2a85e5231d04a78b090 /lisp | |
| parent | 138e9051c752beaedcd5cf3140ab68798cec7a50 (diff) | |
| download | emacs-4011b179ffe88a0afb3b73dd1af6a75dc0c2c772.tar.gz emacs-4011b179ffe88a0afb3b73dd1af6a75dc0c2c772.zip | |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ldefs-boot.el | 674 |
1 files changed, 465 insertions, 209 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 67475eb4857..abf17b29627 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -7334,7 +7334,10 @@ exists. If NO-ASYNC is non-nil, call diff synchronously. | |||
| 7334 | 7334 | ||
| 7335 | When called interactively with a prefix argument, prompt | 7335 | When called interactively with a prefix argument, prompt |
| 7336 | interactively for diff switches. Otherwise, the switches | 7336 | interactively for diff switches. Otherwise, the switches |
| 7337 | specified in the variable `diff-switches' are passed to the diff command. | 7337 | specified in the variable `diff-switches' are passed to the |
| 7338 | diff command. | ||
| 7339 | |||
| 7340 | Non-interactively, OLD and NEW may each be a file or a buffer. | ||
| 7338 | 7341 | ||
| 7339 | \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) | 7342 | \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) |
| 7340 | 7343 | ||
| @@ -7358,6 +7361,23 @@ This requires the external program `diff' to be in your `exec-path'. | |||
| 7358 | 7361 | ||
| 7359 | \(fn &optional BUFFER)" t nil) | 7362 | \(fn &optional BUFFER)" t nil) |
| 7360 | 7363 | ||
| 7364 | (autoload 'diff-buffers "diff" "\ | ||
| 7365 | Find and display the differences between OLD and NEW buffers. | ||
| 7366 | |||
| 7367 | When called interactively, read NEW, then OLD, using the | ||
| 7368 | minibuffer. The default for NEW is the current buffer, and the | ||
| 7369 | default for OLD is the most recently selected other buffer. | ||
| 7370 | If NO-ASYNC is non-nil, call diff synchronously. | ||
| 7371 | |||
| 7372 | When called interactively with a prefix argument, prompt | ||
| 7373 | interactively for diff switches. Otherwise, the switches | ||
| 7374 | specified in the variable `diff-switches' are passed to the | ||
| 7375 | diff command. | ||
| 7376 | |||
| 7377 | OLD and NEW may each be a buffer or a buffer name. | ||
| 7378 | |||
| 7379 | \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil) | ||
| 7380 | |||
| 7361 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff" '("diff-"))) | 7381 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diff" '("diff-"))) |
| 7362 | 7382 | ||
| 7363 | ;;;*** | 7383 | ;;;*** |
| @@ -11576,6 +11596,17 @@ see `eudc-inline-expansion-servers'. | |||
| 11576 | 11596 | ||
| 11577 | \(fn &optional REPLACE)" t nil) | 11597 | \(fn &optional REPLACE)" t nil) |
| 11578 | 11598 | ||
| 11599 | (autoload 'eudc-query-with-words "eudc" "\ | ||
| 11600 | Query the directory server, and return the matching responses. | ||
| 11601 | The variable `eudc-inline-query-format' controls how to associate the | ||
| 11602 | individual QUERY-WORDS with directory attribute names. | ||
| 11603 | After querying the server for the given string, the expansion specified by | ||
| 11604 | `eudc-inline-expansion-format' is applied to the matches before returning them.inserted in the buffer at point. | ||
| 11605 | Multiple servers can be tried with the same query until one finds a match, | ||
| 11606 | see `eudc-inline-expansion-servers'. | ||
| 11607 | |||
| 11608 | \(fn QUERY-WORDS)" nil nil) | ||
| 11609 | |||
| 11579 | (autoload 'eudc-query-form "eudc" "\ | 11610 | (autoload 'eudc-query-form "eudc" "\ |
| 11580 | Display a form to query the directory server. | 11611 | Display a form to query the directory server. |
| 11581 | If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first | 11612 | If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first |
| @@ -13442,7 +13473,7 @@ and choose the directory as the fortune-file. | |||
| 13442 | Minimum set of parameters to filter for live (on-session) framesets. | 13473 | Minimum set of parameters to filter for live (on-session) framesets. |
| 13443 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13474 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13444 | 13475 | ||
| 13445 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (client . :never) (delete-before . :never) (font . frameset-filter-font-param) (foreground-color . frameset-filter-sanitize-color) (frameset--text-pixel-height . :save) (frameset--text-pixel-width . :save) (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) "\ | 13476 | (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (client . :never) (delete-before . :never) (font . frameset-filter-font-param) (font-backend . :never) (foreground-color . frameset-filter-sanitize-color) (frameset--text-pixel-height . :save) (frameset--text-pixel-width . :save) (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) "\ |
| 13446 | Parameters to filter for persistent framesets. | 13477 | Parameters to filter for persistent framesets. |
| 13447 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") | 13478 | DO NOT MODIFY. See `frameset-filter-alist' for a full description.") |
| 13448 | 13479 | ||
| @@ -14663,9 +14694,6 @@ Add NUM into sorted LIST by side effect. | |||
| 14663 | (autoload 'gnus-registry-initialize "gnus-registry" "\ | 14694 | (autoload 'gnus-registry-initialize "gnus-registry" "\ |
| 14664 | Initialize the Gnus registry." t nil) | 14695 | Initialize the Gnus registry." t nil) |
| 14665 | 14696 | ||
| 14666 | (autoload 'gnus-registry-install-hooks "gnus-registry" "\ | ||
| 14667 | Install the registry hooks." t nil) | ||
| 14668 | |||
| 14669 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-registry" '("gnus-"))) | 14697 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gnus-registry" '("gnus-"))) |
| 14670 | 14698 | ||
| 14671 | ;;;*** | 14699 | ;;;*** |
| @@ -18934,7 +18962,7 @@ one of the aforementioned options instead of using this mode. | |||
| 18934 | 18962 | ||
| 18935 | ;;;### (autoloads nil "jsonrpc" "jsonrpc.el" (0 0 0 0)) | 18963 | ;;;### (autoloads nil "jsonrpc" "jsonrpc.el" (0 0 0 0)) |
| 18936 | ;;; Generated autoloads from jsonrpc.el | 18964 | ;;; Generated autoloads from jsonrpc.el |
| 18937 | (push (purecopy '(jsonrpc 1 0 8)) package--builtin-versions) | 18965 | (push (purecopy '(jsonrpc 1 0 9)) package--builtin-versions) |
| 18938 | 18966 | ||
| 18939 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jsonrpc" '("jrpc-default-request-timeout" "jsonrpc-"))) | 18967 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "jsonrpc" '("jrpc-default-request-timeout" "jsonrpc-"))) |
| 18940 | 18968 | ||
| @@ -22700,6 +22728,13 @@ Many aspects this mode can be customized using | |||
| 22700 | 22728 | ||
| 22701 | ;;;*** | 22729 | ;;;*** |
| 22702 | 22730 | ||
| 22731 | ;;;### (autoloads nil "ob-eshell" "org/ob-eshell.el" (0 0 0 0)) | ||
| 22732 | ;;; Generated autoloads from org/ob-eshell.el | ||
| 22733 | |||
| 22734 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-eshell" '("ob-eshell-session-live-p" "org-babel-"))) | ||
| 22735 | |||
| 22736 | ;;;*** | ||
| 22737 | |||
| 22703 | ;;;### (autoloads nil "ob-eval" "org/ob-eval.el" (0 0 0 0)) | 22738 | ;;;### (autoloads nil "ob-eval" "org/ob-eval.el" (0 0 0 0)) |
| 22704 | ;;; Generated autoloads from org/ob-eval.el | 22739 | ;;; Generated autoloads from org/ob-eval.el |
| 22705 | 22740 | ||
| @@ -22777,14 +22812,6 @@ Many aspects this mode can be customized using | |||
| 22777 | 22812 | ||
| 22778 | ;;;*** | 22813 | ;;;*** |
| 22779 | 22814 | ||
| 22780 | ;;;### (autoloads "actual autoloads are elsewhere" "ob-keys" "org/ob-keys.el" | ||
| 22781 | ;;;;;; (0 0 0 0)) | ||
| 22782 | ;;; Generated autoloads from org/ob-keys.el | ||
| 22783 | |||
| 22784 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-keys" '("org-babel-"))) | ||
| 22785 | |||
| 22786 | ;;;*** | ||
| 22787 | |||
| 22788 | ;;;### (autoloads nil "ob-latex" "org/ob-latex.el" (0 0 0 0)) | 22815 | ;;;### (autoloads nil "ob-latex" "org/ob-latex.el" (0 0 0 0)) |
| 22789 | ;;; Generated autoloads from org/ob-latex.el | 22816 | ;;; Generated autoloads from org/ob-latex.el |
| 22790 | 22817 | ||
| @@ -22943,7 +22970,7 @@ Many aspects this mode can be customized using | |||
| 22943 | 22970 | ||
| 22944 | ;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0)) | 22971 | ;;;### (autoloads nil "ob-sed" "org/ob-sed.el" (0 0 0 0)) |
| 22945 | ;;; Generated autoloads from org/ob-sed.el | 22972 | ;;; Generated autoloads from org/ob-sed.el |
| 22946 | (push (purecopy '(ob-sed 0 1 0)) package--builtin-versions) | 22973 | (push (purecopy '(ob-sed 0 1 1)) package--builtin-versions) |
| 22947 | 22974 | ||
| 22948 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-sed" '("org-babel-"))) | 22975 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-sed" '("org-babel-"))) |
| 22949 | 22976 | ||
| @@ -23056,6 +23083,189 @@ startup file, `~/.emacs-octave'. | |||
| 23056 | 23083 | ||
| 23057 | ;;;*** | 23084 | ;;;*** |
| 23058 | 23085 | ||
| 23086 | ;;;### (autoloads nil "ol" "org/ol.el" (0 0 0 0)) | ||
| 23087 | ;;; Generated autoloads from org/ol.el | ||
| 23088 | |||
| 23089 | (autoload 'org-next-link "ol" "\ | ||
| 23090 | Move forward to the next link. | ||
| 23091 | If the link is in hidden text, expose it. When SEARCH-BACKWARD | ||
| 23092 | is non-nil, move backward. | ||
| 23093 | |||
| 23094 | \(fn &optional SEARCH-BACKWARD)" t nil) | ||
| 23095 | |||
| 23096 | (autoload 'org-previous-link "ol" "\ | ||
| 23097 | Move backward to the previous link. | ||
| 23098 | If the link is in hidden text, expose it." t nil) | ||
| 23099 | |||
| 23100 | (autoload 'org-toggle-link-display "ol" "\ | ||
| 23101 | Toggle the literal or descriptive display of links." t nil) | ||
| 23102 | |||
| 23103 | (autoload 'org-store-link "ol" "\ | ||
| 23104 | Store a link to the current location. | ||
| 23105 | \\<org-mode-map> | ||
| 23106 | This link is added to `org-stored-links' and can later be inserted | ||
| 23107 | into an Org buffer with `org-insert-link' (`\\[org-insert-link]'). | ||
| 23108 | |||
| 23109 | For some link types, a `\\[universal-argument]' prefix ARG is interpreted. A single | ||
| 23110 | `\\[universal-argument]' negates `org-context-in-file-links' for file links or | ||
| 23111 | `org-gnus-prefer-web-links' for links to Usenet articles. | ||
| 23112 | |||
| 23113 | A `\\[universal-argument] \\[universal-argument]' prefix ARG forces skipping storing functions that are not | ||
| 23114 | part of Org core. | ||
| 23115 | |||
| 23116 | A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix ARG forces storing a link for each line in the | ||
| 23117 | active region. | ||
| 23118 | |||
| 23119 | Assume the function is called interactively if INTERACTIVE? is | ||
| 23120 | non-nil. | ||
| 23121 | |||
| 23122 | \(fn ARG &optional INTERACTIVE\\=\\?)" t nil) | ||
| 23123 | |||
| 23124 | (autoload 'org-insert-link "ol" "\ | ||
| 23125 | Insert a link. At the prompt, enter the link. | ||
| 23126 | |||
| 23127 | Completion can be used to insert any of the link protocol prefixes in use. | ||
| 23128 | |||
| 23129 | The history can be used to select a link previously stored with | ||
| 23130 | `org-store-link'. When the empty string is entered (i.e. if you just | ||
| 23131 | press `RET' at the prompt), the link defaults to the most recently | ||
| 23132 | stored link. As `SPC' triggers completion in the minibuffer, you need to | ||
| 23133 | use `M-SPC' or `C-q SPC' to force the insertion of a space character. | ||
| 23134 | |||
| 23135 | You will also be prompted for a description, and if one is given, it will | ||
| 23136 | be displayed in the buffer instead of the link. | ||
| 23137 | |||
| 23138 | If there is already a link at point, this command will allow you to edit | ||
| 23139 | link and description parts. | ||
| 23140 | |||
| 23141 | With a `\\[universal-argument]' prefix, prompts for a file to link to. The file name can be | ||
| 23142 | selected using completion. The path to the file will be relative to the | ||
| 23143 | current directory if the file is in the current directory or a subdirectory. | ||
| 23144 | Otherwise, the link will be the absolute path as completed in the minibuffer | ||
| 23145 | \(i.e. normally ~/path/to/file). You can configure this behavior using the | ||
| 23146 | option `org-link-file-path-type'. | ||
| 23147 | |||
| 23148 | With a `\\[universal-argument] \\[universal-argument]' prefix, enforce an absolute path even if the file is in | ||
| 23149 | the current directory or below. | ||
| 23150 | |||
| 23151 | A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix negates `org-link-keep-stored-after-insertion'. | ||
| 23152 | |||
| 23153 | If the LINK-LOCATION parameter is non-nil, this value will be used as | ||
| 23154 | the link location instead of reading one interactively. | ||
| 23155 | |||
| 23156 | If the DESCRIPTION parameter is non-nil, this value will be used as the | ||
| 23157 | default description. Otherwise, if `org-link-make-description-function' | ||
| 23158 | is non-nil, this function will be called with the link target, and the | ||
| 23159 | result will be the default link description. When called non-interactively, | ||
| 23160 | don't allow to edit the default description. | ||
| 23161 | |||
| 23162 | \(fn &optional COMPLETE-FILE LINK-LOCATION DESCRIPTION)" t nil) | ||
| 23163 | |||
| 23164 | (autoload 'org-insert-all-links "ol" "\ | ||
| 23165 | Insert all links in `org-stored-links'. | ||
| 23166 | When a universal prefix, do not delete the links from `org-stored-links'. | ||
| 23167 | When `ARG' is a number, insert the last N link(s). | ||
| 23168 | `PRE' and `POST' are optional arguments to define a string to | ||
| 23169 | prepend or to append. | ||
| 23170 | |||
| 23171 | \(fn ARG &optional PRE POST)" t nil) | ||
| 23172 | |||
| 23173 | (autoload 'org-insert-last-stored-link "ol" "\ | ||
| 23174 | Insert the last link stored in `org-stored-links'. | ||
| 23175 | |||
| 23176 | \(fn ARG)" t nil) | ||
| 23177 | |||
| 23178 | (autoload 'org-insert-link-global "ol" "\ | ||
| 23179 | Insert a link like Org mode does. | ||
| 23180 | This command can be called in any mode to insert a link in Org syntax." t nil) | ||
| 23181 | |||
| 23182 | (autoload 'org-update-radio-target-regexp "ol" "\ | ||
| 23183 | Find all radio targets in this file and update the regular expression. | ||
| 23184 | Also refresh fontification if needed." t nil) | ||
| 23185 | |||
| 23186 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol" '("org-"))) | ||
| 23187 | |||
| 23188 | ;;;*** | ||
| 23189 | |||
| 23190 | ;;;### (autoloads "actual autoloads are elsewhere" "ol-bbdb" "org/ol-bbdb.el" | ||
| 23191 | ;;;;;; (0 0 0 0)) | ||
| 23192 | ;;; Generated autoloads from org/ol-bbdb.el | ||
| 23193 | |||
| 23194 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-bbdb" '("org-bbdb-"))) | ||
| 23195 | |||
| 23196 | ;;;*** | ||
| 23197 | |||
| 23198 | ;;;### (autoloads nil "ol-bibtex" "org/ol-bibtex.el" (0 0 0 0)) | ||
| 23199 | ;;; Generated autoloads from org/ol-bibtex.el | ||
| 23200 | |||
| 23201 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-bibtex" '("org-"))) | ||
| 23202 | |||
| 23203 | ;;;*** | ||
| 23204 | |||
| 23205 | ;;;### (autoloads nil "ol-docview" "org/ol-docview.el" (0 0 0 0)) | ||
| 23206 | ;;; Generated autoloads from org/ol-docview.el | ||
| 23207 | |||
| 23208 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-docview" '("org-docview-"))) | ||
| 23209 | |||
| 23210 | ;;;*** | ||
| 23211 | |||
| 23212 | ;;;### (autoloads nil "ol-eshell" "org/ol-eshell.el" (0 0 0 0)) | ||
| 23213 | ;;; Generated autoloads from org/ol-eshell.el | ||
| 23214 | |||
| 23215 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-eshell" '("org-eshell-"))) | ||
| 23216 | |||
| 23217 | ;;;*** | ||
| 23218 | |||
| 23219 | ;;;### (autoloads nil "ol-eww" "org/ol-eww.el" (0 0 0 0)) | ||
| 23220 | ;;; Generated autoloads from org/ol-eww.el | ||
| 23221 | |||
| 23222 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-eww" '("org-eww-"))) | ||
| 23223 | |||
| 23224 | ;;;*** | ||
| 23225 | |||
| 23226 | ;;;### (autoloads nil "ol-gnus" "org/ol-gnus.el" (0 0 0 0)) | ||
| 23227 | ;;; Generated autoloads from org/ol-gnus.el | ||
| 23228 | |||
| 23229 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-gnus" '("org-gnus-"))) | ||
| 23230 | |||
| 23231 | ;;;*** | ||
| 23232 | |||
| 23233 | ;;;### (autoloads nil "ol-info" "org/ol-info.el" (0 0 0 0)) | ||
| 23234 | ;;; Generated autoloads from org/ol-info.el | ||
| 23235 | |||
| 23236 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-info" '("org-info-"))) | ||
| 23237 | |||
| 23238 | ;;;*** | ||
| 23239 | |||
| 23240 | ;;;### (autoloads "actual autoloads are elsewhere" "ol-irc" "org/ol-irc.el" | ||
| 23241 | ;;;;;; (0 0 0 0)) | ||
| 23242 | ;;; Generated autoloads from org/ol-irc.el | ||
| 23243 | |||
| 23244 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-irc" '("org-irc-"))) | ||
| 23245 | |||
| 23246 | ;;;*** | ||
| 23247 | |||
| 23248 | ;;;### (autoloads nil "ol-mhe" "org/ol-mhe.el" (0 0 0 0)) | ||
| 23249 | ;;; Generated autoloads from org/ol-mhe.el | ||
| 23250 | |||
| 23251 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-mhe" '("org-mhe-"))) | ||
| 23252 | |||
| 23253 | ;;;*** | ||
| 23254 | |||
| 23255 | ;;;### (autoloads nil "ol-rmail" "org/ol-rmail.el" (0 0 0 0)) | ||
| 23256 | ;;; Generated autoloads from org/ol-rmail.el | ||
| 23257 | |||
| 23258 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-rmail" '("org-rmail-"))) | ||
| 23259 | |||
| 23260 | ;;;*** | ||
| 23261 | |||
| 23262 | ;;;### (autoloads nil "ol-w3m" "org/ol-w3m.el" (0 0 0 0)) | ||
| 23263 | ;;; Generated autoloads from org/ol-w3m.el | ||
| 23264 | |||
| 23265 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ol-w3m" '("org-w3m-"))) | ||
| 23266 | |||
| 23267 | ;;;*** | ||
| 23268 | |||
| 23059 | ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (0 0 0 0)) | 23269 | ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (0 0 0 0)) |
| 23060 | ;;; Generated autoloads from progmodes/opascal.el | 23270 | ;;; Generated autoloads from progmodes/opascal.el |
| 23061 | 23271 | ||
| @@ -23095,7 +23305,7 @@ Coloring: | |||
| 23095 | 23305 | ||
| 23096 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) | 23306 | ;;;### (autoloads nil "org" "org/org.el" (0 0 0 0)) |
| 23097 | ;;; Generated autoloads from org/org.el | 23307 | ;;; Generated autoloads from org/org.el |
| 23098 | (push (purecopy '(org 9 1 9)) package--builtin-versions) | 23308 | (push (purecopy '(org 9 3)) package--builtin-versions) |
| 23099 | 23309 | ||
| 23100 | (autoload 'org-babel-do-load-languages "org" "\ | 23310 | (autoload 'org-babel-do-load-languages "org" "\ |
| 23101 | Load the languages defined in `org-babel-load-languages'. | 23311 | Load the languages defined in `org-babel-load-languages'. |
| @@ -23105,9 +23315,9 @@ Load the languages defined in `org-babel-load-languages'. | |||
| 23105 | (autoload 'org-babel-load-file "org" "\ | 23315 | (autoload 'org-babel-load-file "org" "\ |
| 23106 | Load Emacs Lisp source code blocks in the Org FILE. | 23316 | Load Emacs Lisp source code blocks in the Org FILE. |
| 23107 | This function exports the source code using `org-babel-tangle' | 23317 | This function exports the source code using `org-babel-tangle' |
| 23108 | and then loads the resulting file using `load-file'. With prefix | 23318 | and then loads the resulting file using `load-file'. With |
| 23109 | arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp | 23319 | optional prefix argument COMPILE, the tangled Emacs Lisp file is |
| 23110 | file to byte-code before it is loaded. | 23320 | byte-compiled before it is loaded. |
| 23111 | 23321 | ||
| 23112 | \(fn FILE &optional COMPILE)" t nil) | 23322 | \(fn FILE &optional COMPILE)" t nil) |
| 23113 | 23323 | ||
| @@ -23120,9 +23330,6 @@ FULL is given. | |||
| 23120 | 23330 | ||
| 23121 | \(fn &optional HERE FULL MESSAGE)" t nil) | 23331 | \(fn &optional HERE FULL MESSAGE)" t nil) |
| 23122 | 23332 | ||
| 23123 | (autoload 'turn-on-orgtbl "org" "\ | ||
| 23124 | Unconditionally turn on `orgtbl-mode'." nil nil) | ||
| 23125 | |||
| 23126 | (autoload 'org-clock-persistence-insinuate "org" "\ | 23333 | (autoload 'org-clock-persistence-insinuate "org" "\ |
| 23127 | Set up hooks for clock persistence." nil nil) | 23334 | Set up hooks for clock persistence." nil nil) |
| 23128 | 23335 | ||
| @@ -23205,27 +23412,6 @@ With `\\[universal-argument]' prefix ARG, switch to startup visibility. | |||
| 23205 | With a numeric prefix, show all headlines up to that level. | 23412 | With a numeric prefix, show all headlines up to that level. |
| 23206 | 23413 | ||
| 23207 | \(fn &optional ARG)" t nil) | 23414 | \(fn &optional ARG)" t nil) |
| 23208 | (put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp) | ||
| 23209 | |||
| 23210 | (autoload 'orgstruct-mode "org" "\ | ||
| 23211 | Toggle the minor mode `orgstruct-mode'. | ||
| 23212 | This mode is for using Org mode structure commands in other | ||
| 23213 | modes. The following keys behave as if Org mode were active, if | ||
| 23214 | the cursor is on a headline, or on a plain list item (both as | ||
| 23215 | defined by Org mode). | ||
| 23216 | |||
| 23217 | If called interactively, enable OrgStruct mode if ARG is positive, and | ||
| 23218 | disable it if ARG is zero or negative. If called from Lisp, also | ||
| 23219 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | ||
| 23220 | `toggle'; disable the mode otherwise. | ||
| 23221 | |||
| 23222 | \(fn &optional ARG)" t nil) | ||
| 23223 | |||
| 23224 | (autoload 'turn-on-orgstruct "org" "\ | ||
| 23225 | Unconditionally turn on `orgstruct-mode'." nil nil) | ||
| 23226 | |||
| 23227 | (autoload 'turn-on-orgstruct++ "org" "\ | ||
| 23228 | Unconditionally turn on `orgstruct++-mode'." nil nil) | ||
| 23229 | 23415 | ||
| 23230 | (autoload 'org-run-like-in-org-mode "org" "\ | 23416 | (autoload 'org-run-like-in-org-mode "org" "\ |
| 23231 | Run a command, pretending that the current buffer is in Org mode. | 23417 | Run a command, pretending that the current buffer is in Org mode. |
| @@ -23235,39 +23421,46 @@ call CMD. | |||
| 23235 | 23421 | ||
| 23236 | \(fn CMD)" nil nil) | 23422 | \(fn CMD)" nil nil) |
| 23237 | 23423 | ||
| 23238 | (autoload 'org-store-link "org" "\ | 23424 | (autoload 'org-open-file "org" "\ |
| 23239 | Store an org-link to the current location. | 23425 | Open the file at PATH. |
| 23240 | \\<org-mode-map> | 23426 | First, this expands any special file name abbreviations. Then the |
| 23241 | This link is added to `org-stored-links' and can later be inserted | 23427 | configuration variable `org-file-apps' is checked if it contains an |
| 23242 | into an Org buffer with `org-insert-link' (`\\[org-insert-link]'). | 23428 | entry for this file type, and if yes, the corresponding command is launched. |
| 23243 | 23429 | ||
| 23244 | For some link types, a `\\[universal-argument]' prefix ARG is interpreted. A single | 23430 | If no application is found, Emacs simply visits the file. |
| 23245 | `\\[universal-argument]' negates `org-context-in-file-links' for file links or | ||
| 23246 | `org-gnus-prefer-web-links' for links to Usenet articles. | ||
| 23247 | 23431 | ||
| 23248 | A `\\[universal-argument] \\[universal-argument]' prefix ARG forces skipping storing functions that are not | 23432 | With optional prefix argument IN-EMACS, Emacs will visit the file. |
| 23249 | part of Org core. | 23433 | With a double \\[universal-argument] \\[universal-argument] prefix arg, Org tries to avoid opening in Emacs |
| 23434 | and to use an external application to visit the file. | ||
| 23250 | 23435 | ||
| 23251 | A `\\[universal-argument] \\[universal-argument] \\[universal-argument]' prefix ARG forces storing a link for each line in the | 23436 | Optional LINE specifies a line to go to, optional SEARCH a string |
| 23252 | active region. | 23437 | to search for. If LINE or SEARCH is given, the file will be |
| 23253 | 23438 | opened in Emacs, unless an entry from `org-file-apps' that makes | |
| 23254 | \(fn ARG)" t nil) | 23439 | use of groups in a regexp matches. |
| 23255 | 23440 | ||
| 23256 | (autoload 'org-insert-link-global "org" "\ | 23441 | If you want to change the way frames are used when following a |
| 23257 | Insert a link like Org mode does. | 23442 | link, please customize `org-link-frame-setup'. |
| 23258 | This command can be called in any mode to insert a link in Org syntax." t nil) | ||
| 23259 | 23443 | ||
| 23260 | (autoload 'org-open-at-point-global "org" "\ | 23444 | If the file does not exist, throw an error. |
| 23261 | Follow a link or time-stamp like Org mode does. | ||
| 23262 | This command can be called in any mode to follow an external link | ||
| 23263 | or a time-stamp that has Org mode syntax. Its behavior is | ||
| 23264 | undefined when called on internal links (e.g., fuzzy links). | ||
| 23265 | Raise an error when there is nothing to follow." t nil) | ||
| 23266 | 23445 | ||
| 23267 | (autoload 'org-open-link-from-string "org" "\ | 23446 | \(fn PATH &optional IN-EMACS LINE SEARCH)" nil nil) |
| 23268 | Open a link in the string S, as if it was in Org mode. | ||
| 23269 | 23447 | ||
| 23270 | \(fn S &optional ARG REFERENCE-BUFFER)" t nil) | 23448 | (autoload 'org-open-at-point-global "org" "\ |
| 23449 | Follow a link or a time-stamp like Org mode does. | ||
| 23450 | Also follow links and emails as seen by `thing-at-point'. | ||
| 23451 | This command can be called in any mode to follow an external | ||
| 23452 | link or a time-stamp that has Org mode syntax. Its behavior | ||
| 23453 | is undefined when called on internal links like fuzzy links. | ||
| 23454 | Raise a user error when there is nothing to follow." t nil) | ||
| 23455 | |||
| 23456 | (autoload 'org-offer-links-in-entry "org" "\ | ||
| 23457 | Offer links in the current entry and return the selected link. | ||
| 23458 | If there is only one link, return it. | ||
| 23459 | If NTH is an integer, return the NTH link found. | ||
| 23460 | If ZERO is a string, check also this string for a link, and if | ||
| 23461 | there is one, return it. | ||
| 23462 | |||
| 23463 | \(fn BUFFER MARKER &optional NTH ZERO)" nil nil) | ||
| 23271 | 23464 | ||
| 23272 | (autoload 'org-switchb "org" "\ | 23465 | (autoload 'org-switchb "org" "\ |
| 23273 | Switch between Org buffers. | 23466 | Switch between Org buffers. |
| @@ -23301,7 +23494,7 @@ With prefix arg UNCOMPILED, load the uncompiled versions. | |||
| 23301 | (autoload 'org-customize "org" "\ | 23494 | (autoload 'org-customize "org" "\ |
| 23302 | Call the customize function with org as argument." t nil) | 23495 | Call the customize function with org as argument." t nil) |
| 23303 | 23496 | ||
| 23304 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org" '("org" "turn-on-org-cdlatex"))) | 23497 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org" '("org-" "turn-on-org-cdlatex"))) |
| 23305 | 23498 | ||
| 23306 | ;;;*** | 23499 | ;;;*** |
| 23307 | 23500 | ||
| @@ -23389,7 +23582,7 @@ todo The todo keyword, if any | |||
| 23389 | tags All tags including inherited ones, separated by colons | 23582 | tags All tags including inherited ones, separated by colons |
| 23390 | date The relevant date, like 2007-2-14 | 23583 | date The relevant date, like 2007-2-14 |
| 23391 | time The time, like 15:00-16:50 | 23584 | time The time, like 15:00-16:50 |
| 23392 | extra Sting with extra planning info | 23585 | extra String with extra planning info |
| 23393 | priority-l The priority letter if any was given | 23586 | priority-l The priority letter if any was given |
| 23394 | priority-n The computed numerical priority | 23587 | priority-n The computed numerical priority |
| 23395 | agenda-day The day in the agenda where this is listed | 23588 | agenda-day The day in the agenda where this is listed |
| @@ -23528,10 +23721,13 @@ Do we have a reason to ignore this TODO entry because it has a time stamp? | |||
| 23528 | \(fn &optional END)" nil nil) | 23721 | \(fn &optional END)" nil nil) |
| 23529 | 23722 | ||
| 23530 | (autoload 'org-agenda-set-restriction-lock "org-agenda" "\ | 23723 | (autoload 'org-agenda-set-restriction-lock "org-agenda" "\ |
| 23531 | Set restriction lock for agenda, to current subtree or file. | 23724 | Set restriction lock for agenda to current subtree or file. |
| 23532 | Restriction will be the file if TYPE is `file', or if type is the | 23725 | When in a restricted subtree, remove it. |
| 23533 | universal prefix \\='(4), or if the cursor is before the first headline | 23726 | |
| 23534 | in the file. Otherwise, restriction will be to the current subtree. | 23727 | The restriction will span over the entire file if TYPE is `file', |
| 23728 | or if type is '(4), or if the cursor is before the first headline | ||
| 23729 | in the file. Otherwise, only apply the restriction to the current | ||
| 23730 | subtree. | ||
| 23535 | 23731 | ||
| 23536 | \(fn &optional TYPE)" t nil) | 23732 | \(fn &optional TYPE)" t nil) |
| 23537 | 23733 | ||
| @@ -23582,7 +23778,7 @@ to override `appt-message-warning-time'. | |||
| 23582 | ;;;;;; "org/org-archive.el" (0 0 0 0)) | 23778 | ;;;;;; "org/org-archive.el" (0 0 0 0)) |
| 23583 | ;;; Generated autoloads from org/org-archive.el | 23779 | ;;; Generated autoloads from org/org-archive.el |
| 23584 | 23780 | ||
| 23585 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-archive" '("org-"))) | 23781 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-archive" '("org-a"))) |
| 23586 | 23782 | ||
| 23587 | ;;;*** | 23783 | ;;;*** |
| 23588 | 23784 | ||
| @@ -23594,18 +23790,11 @@ to override `appt-message-warning-time'. | |||
| 23594 | 23790 | ||
| 23595 | ;;;*** | 23791 | ;;;*** |
| 23596 | 23792 | ||
| 23597 | ;;;### (autoloads "actual autoloads are elsewhere" "org-bbdb" "org/org-bbdb.el" | 23793 | ;;;### (autoloads nil "org-attach-git" "org/org-attach-git.el" (0 |
| 23598 | ;;;;;; (0 0 0 0)) | 23794 | ;;;;;; 0 0 0)) |
| 23599 | ;;; Generated autoloads from org/org-bbdb.el | 23795 | ;;; Generated autoloads from org/org-attach-git.el |
| 23600 | |||
| 23601 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-bbdb" '("org-bbdb-"))) | ||
| 23602 | |||
| 23603 | ;;;*** | ||
| 23604 | |||
| 23605 | ;;;### (autoloads nil "org-bibtex" "org/org-bibtex.el" (0 0 0 0)) | ||
| 23606 | ;;; Generated autoloads from org/org-bibtex.el | ||
| 23607 | 23796 | ||
| 23608 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-bibtex" '("org-"))) | 23797 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-attach-git" '("org-attach-git-"))) |
| 23609 | 23798 | ||
| 23610 | ;;;*** | 23799 | ;;;*** |
| 23611 | 23800 | ||
| @@ -23651,7 +23840,7 @@ of the day at point (if any) or the current HH:MM time. | |||
| 23651 | (autoload 'org-capture-import-remember-templates "org-capture" "\ | 23840 | (autoload 'org-capture-import-remember-templates "org-capture" "\ |
| 23652 | Set `org-capture-templates' to be similar to `org-remember-templates'." t nil) | 23841 | Set `org-capture-templates' to be similar to `org-remember-templates'." t nil) |
| 23653 | 23842 | ||
| 23654 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-"))) | 23843 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-capture" '("org-capture-"))) |
| 23655 | 23844 | ||
| 23656 | ;;;*** | 23845 | ;;;*** |
| 23657 | 23846 | ||
| @@ -23693,24 +23882,54 @@ column specification. | |||
| 23693 | 23882 | ||
| 23694 | (autoload 'org-dblock-write:columnview "org-colview" "\ | 23883 | (autoload 'org-dblock-write:columnview "org-colview" "\ |
| 23695 | Write the column view table. | 23884 | Write the column view table. |
| 23885 | |||
| 23696 | PARAMS is a property list of parameters: | 23886 | PARAMS is a property list of parameters: |
| 23697 | 23887 | ||
| 23698 | :id the :ID: property of the entry where the columns view | 23888 | `:id' (mandatory) |
| 23699 | should be built. When the symbol `local', call locally. | 23889 | |
| 23700 | When `global' call column view with the cursor at the beginning | 23890 | The ID property of the entry where the columns view should be |
| 23701 | of the buffer (usually this means that the whole buffer switches | 23891 | built. When the symbol `local', call locally. When `global' |
| 23702 | to column view). When \"file:path/to/file.org\", invoke column | 23892 | call column view with the cursor at the beginning of the |
| 23703 | view at the start of that file. Otherwise, the ID is located | 23893 | buffer (usually this means that the whole buffer switches to |
| 23704 | using `org-id-find'. | 23894 | column view). When \"file:path/to/file.org\", invoke column |
| 23705 | :hlines When t, insert a hline before each item. When a number, insert | 23895 | view at the start of that file. Otherwise, the ID is located |
| 23706 | a hline before each level <= that number. | 23896 | using `org-id-find'. |
| 23707 | :indent When non-nil, indent each ITEM field according to its level. | 23897 | |
| 23708 | :vlines When t, make each column a colgroup to enforce vertical lines. | 23898 | `:exclude-tags' |
| 23709 | :maxlevel When set to a number, don't capture headlines below this level. | 23899 | |
| 23710 | :skip-empty-rows | 23900 | List of tags to exclude from column view table. |
| 23711 | When t, skip rows where all specifiers other than ITEM are empty. | 23901 | |
| 23712 | :width apply widths specified in columns format using <N> specifiers. | 23902 | `:format' |
| 23713 | :format When non-nil, specify the column view format to use. | 23903 | |
| 23904 | When non-nil, specify the column view format to use. | ||
| 23905 | |||
| 23906 | `:hlines' | ||
| 23907 | |||
| 23908 | When non-nil, insert a hline before each item. When | ||
| 23909 | a number, insert a hline before each level inferior or equal | ||
| 23910 | to that number. | ||
| 23911 | |||
| 23912 | `:indent' | ||
| 23913 | |||
| 23914 | When non-nil, indent each ITEM field according to its level. | ||
| 23915 | |||
| 23916 | `:match' | ||
| 23917 | |||
| 23918 | When set to a string, use this as a tags/property match filter. | ||
| 23919 | |||
| 23920 | `:maxlevel' | ||
| 23921 | |||
| 23922 | When set to a number, don't capture headlines below this level. | ||
| 23923 | |||
| 23924 | `:skip-empty-rows' | ||
| 23925 | |||
| 23926 | When non-nil, skip rows where all specifiers other than ITEM | ||
| 23927 | are empty. | ||
| 23928 | |||
| 23929 | `:vlines' | ||
| 23930 | |||
| 23931 | When non-nil, make each column a column group to enforce | ||
| 23932 | vertical lines. | ||
| 23714 | 23933 | ||
| 23715 | \(fn PARAMS)" nil nil) | 23934 | \(fn PARAMS)" nil nil) |
| 23716 | 23935 | ||
| @@ -23756,13 +23975,6 @@ Try very hard to provide sensible version strings." nil t) | |||
| 23756 | 23975 | ||
| 23757 | ;;;*** | 23976 | ;;;*** |
| 23758 | 23977 | ||
| 23759 | ;;;### (autoloads nil "org-docview" "org/org-docview.el" (0 0 0 0)) | ||
| 23760 | ;;; Generated autoloads from org/org-docview.el | ||
| 23761 | |||
| 23762 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-docview" '("org-docview-"))) | ||
| 23763 | |||
| 23764 | ;;;*** | ||
| 23765 | |||
| 23766 | ;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0 | 23978 | ;;;### (autoloads nil "org-duration" "org/org-duration.el" (0 0 0 |
| 23767 | ;;;;;; 0)) | 23979 | ;;;;;; 0)) |
| 23768 | ;;; Generated autoloads from org/org-duration.el | 23980 | ;;; Generated autoloads from org/org-duration.el |
| @@ -23834,20 +24046,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | |||
| 23834 | 24046 | ||
| 23835 | ;;;*** | 24047 | ;;;*** |
| 23836 | 24048 | ||
| 23837 | ;;;### (autoloads nil "org-eshell" "org/org-eshell.el" (0 0 0 0)) | ||
| 23838 | ;;; Generated autoloads from org/org-eshell.el | ||
| 23839 | |||
| 23840 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-eshell" '("org-eshell-"))) | ||
| 23841 | |||
| 23842 | ;;;*** | ||
| 23843 | |||
| 23844 | ;;;### (autoloads nil "org-eww" "org/org-eww.el" (0 0 0 0)) | ||
| 23845 | ;;; Generated autoloads from org/org-eww.el | ||
| 23846 | |||
| 23847 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-eww" '("org-eww-"))) | ||
| 23848 | |||
| 23849 | ;;;*** | ||
| 23850 | |||
| 23851 | ;;;### (autoloads nil "org-faces" "org/org-faces.el" (0 0 0 0)) | 24049 | ;;;### (autoloads nil "org-faces" "org/org-faces.el" (0 0 0 0)) |
| 23852 | ;;; Generated autoloads from org/org-faces.el | 24050 | ;;; Generated autoloads from org/org-faces.el |
| 23853 | 24051 | ||
| @@ -23871,10 +24069,39 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | |||
| 23871 | 24069 | ||
| 23872 | ;;;*** | 24070 | ;;;*** |
| 23873 | 24071 | ||
| 23874 | ;;;### (autoloads nil "org-gnus" "org/org-gnus.el" (0 0 0 0)) | 24072 | ;;;### (autoloads nil "org-goto" "org/org-goto.el" (0 0 0 0)) |
| 23875 | ;;; Generated autoloads from org/org-gnus.el | 24073 | ;;; Generated autoloads from org/org-goto.el |
| 24074 | |||
| 24075 | (autoload 'org-goto-location "org-goto" "\ | ||
| 24076 | Let the user select a location in current buffer. | ||
| 24077 | This function uses a recursive edit. It returns the selected | ||
| 24078 | position or nil. | ||
| 24079 | |||
| 24080 | \(fn &optional BUF HELP)" nil nil) | ||
| 24081 | |||
| 24082 | (autoload 'org-goto "org-goto" "\ | ||
| 24083 | Look up a different location in the current file, keeping current visibility. | ||
| 23876 | 24084 | ||
| 23877 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-gnus" '("org-gnus-"))) | 24085 | When you want look-up or go to a different location in a |
| 24086 | document, the fastest way is often to fold the entire buffer and | ||
| 24087 | then dive into the tree. This method has the disadvantage, that | ||
| 24088 | the previous location will be folded, which may not be what you | ||
| 24089 | want. | ||
| 24090 | |||
| 24091 | This command works around this by showing a copy of the current | ||
| 24092 | buffer in an indirect buffer, in overview mode. You can dive | ||
| 24093 | into the tree in that copy, use org-occur and incremental search | ||
| 24094 | to find a location. When pressing RET or `Q', the command | ||
| 24095 | returns to the original buffer in which the visibility is still | ||
| 24096 | unchanged. After RET it will also jump to the location selected | ||
| 24097 | in the indirect buffer and expose the headline hierarchy above. | ||
| 24098 | |||
| 24099 | With a prefix argument, use the alternative interface: e.g., if | ||
| 24100 | `org-goto-interface' is `outline' use `outline-path-completion'. | ||
| 24101 | |||
| 24102 | \(fn &optional ALTERNATIVE-INTERFACE)" t nil) | ||
| 24103 | |||
| 24104 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-goto" '("org-goto-"))) | ||
| 23878 | 24105 | ||
| 23879 | ;;;*** | 24106 | ;;;*** |
| 23880 | 24107 | ||
| @@ -23901,13 +24128,6 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | |||
| 23901 | 24128 | ||
| 23902 | ;;;*** | 24129 | ;;;*** |
| 23903 | 24130 | ||
| 23904 | ;;;### (autoloads nil "org-info" "org/org-info.el" (0 0 0 0)) | ||
| 23905 | ;;; Generated autoloads from org/org-info.el | ||
| 23906 | |||
| 23907 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-info" '("org-info-"))) | ||
| 23908 | |||
| 23909 | ;;;*** | ||
| 23910 | |||
| 23911 | ;;;### (autoloads nil "org-inlinetask" "org/org-inlinetask.el" (0 | 24131 | ;;;### (autoloads nil "org-inlinetask" "org/org-inlinetask.el" (0 |
| 23912 | ;;;;;; 0 0 0)) | 24132 | ;;;;;; 0 0 0)) |
| 23913 | ;;; Generated autoloads from org/org-inlinetask.el | 24133 | ;;; Generated autoloads from org/org-inlinetask.el |
| @@ -23916,11 +24136,13 @@ with \"H:MM:SS\" format, return `h:mm:ss'. Otherwise, return | |||
| 23916 | 24136 | ||
| 23917 | ;;;*** | 24137 | ;;;*** |
| 23918 | 24138 | ||
| 23919 | ;;;### (autoloads "actual autoloads are elsewhere" "org-irc" "org/org-irc.el" | 24139 | ;;;### (autoloads nil "org-keys" "org/org-keys.el" (0 0 0 0)) |
| 23920 | ;;;;;; (0 0 0 0)) | 24140 | ;;; Generated autoloads from org/org-keys.el |
| 23921 | ;;; Generated autoloads from org/org-irc.el | ||
| 23922 | 24141 | ||
| 23923 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-irc" '("org-irc-"))) | 24142 | (autoload 'org-babel-describe-bindings "org-keys" "\ |
| 24143 | Describe all keybindings behind `org-babel-key-prefix'." t nil) | ||
| 24144 | |||
| 24145 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-keys" '("org-"))) | ||
| 23924 | 24146 | ||
| 23925 | ;;;*** | 24147 | ;;;*** |
| 23926 | 24148 | ||
| @@ -23968,13 +24190,6 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. | |||
| 23968 | 24190 | ||
| 23969 | ;;;*** | 24191 | ;;;*** |
| 23970 | 24192 | ||
| 23971 | ;;;### (autoloads nil "org-mhe" "org/org-mhe.el" (0 0 0 0)) | ||
| 23972 | ;;; Generated autoloads from org/org-mhe.el | ||
| 23973 | |||
| 23974 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-mhe" '("org-mhe-"))) | ||
| 23975 | |||
| 23976 | ;;;*** | ||
| 23977 | |||
| 23978 | ;;;### (autoloads "actual autoloads are elsewhere" "org-mobile" "org/org-mobile.el" | 24193 | ;;;### (autoloads "actual autoloads are elsewhere" "org-mobile" "org/org-mobile.el" |
| 23979 | ;;;;;; (0 0 0 0)) | 24194 | ;;;;;; (0 0 0 0)) |
| 23980 | ;;; Generated autoloads from org/org-mobile.el | 24195 | ;;; Generated autoloads from org/org-mobile.el |
| @@ -23990,6 +24205,29 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. | |||
| 23990 | 24205 | ||
| 23991 | ;;;*** | 24206 | ;;;*** |
| 23992 | 24207 | ||
| 24208 | ;;;### (autoloads nil "org-num" "org/org-num.el" (0 0 0 0)) | ||
| 24209 | ;;; Generated autoloads from org/org-num.el | ||
| 24210 | |||
| 24211 | (autoload 'org-num-default-format "org-num" "\ | ||
| 24212 | Default numbering display function. | ||
| 24213 | NUMBERING is a list of numbers. | ||
| 24214 | |||
| 24215 | \(fn NUMBERING)" nil nil) | ||
| 24216 | |||
| 24217 | (autoload 'org-num-mode "org-num" "\ | ||
| 24218 | Dynamic numbering of headlines in an Org buffer. | ||
| 24219 | |||
| 24220 | If called interactively, enable Org-Num mode if ARG is positive, and | ||
| 24221 | disable it if ARG is zero or negative. If called from Lisp, also | ||
| 24222 | enable the mode if ARG is omitted or nil, and toggle it if ARG is | ||
| 24223 | `toggle'; disable the mode otherwise. | ||
| 24224 | |||
| 24225 | \(fn &optional ARG)" t nil) | ||
| 24226 | |||
| 24227 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-num" '("org-num-"))) | ||
| 24228 | |||
| 24229 | ;;;*** | ||
| 24230 | |||
| 23993 | ;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0 | 24231 | ;;;### (autoloads nil "org-pcomplete" "org/org-pcomplete.el" (0 0 |
| 23994 | ;;;;;; 0 0)) | 24232 | ;;;;;; 0 0)) |
| 23995 | ;;; Generated autoloads from org/org-pcomplete.el | 24233 | ;;; Generated autoloads from org/org-pcomplete.el |
| @@ -24014,13 +24252,6 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. | |||
| 24014 | 24252 | ||
| 24015 | ;;;*** | 24253 | ;;;*** |
| 24016 | 24254 | ||
| 24017 | ;;;### (autoloads nil "org-rmail" "org/org-rmail.el" (0 0 0 0)) | ||
| 24018 | ;;; Generated autoloads from org/org-rmail.el | ||
| 24019 | |||
| 24020 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-rmail" '("org-rmail-"))) | ||
| 24021 | |||
| 24022 | ;;;*** | ||
| 24023 | |||
| 24024 | ;;;### (autoloads nil "org-src" "org/org-src.el" (0 0 0 0)) | 24255 | ;;;### (autoloads nil "org-src" "org/org-src.el" (0 0 0 0)) |
| 24025 | ;;; Generated autoloads from org/org-src.el | 24256 | ;;; Generated autoloads from org/org-src.el |
| 24026 | 24257 | ||
| @@ -24036,6 +24267,13 @@ Load FILE with optional arguments NOERROR and MUSTSUFFIX. | |||
| 24036 | 24267 | ||
| 24037 | ;;;*** | 24268 | ;;;*** |
| 24038 | 24269 | ||
| 24270 | ;;;### (autoloads nil "org-tempo" "org/org-tempo.el" (0 0 0 0)) | ||
| 24271 | ;;; Generated autoloads from org/org-tempo.el | ||
| 24272 | |||
| 24273 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-tempo" '("org-tempo-"))) | ||
| 24274 | |||
| 24275 | ;;;*** | ||
| 24276 | |||
| 24039 | ;;;### (autoloads "actual autoloads are elsewhere" "org-timer" "org/org-timer.el" | 24277 | ;;;### (autoloads "actual autoloads are elsewhere" "org-timer" "org/org-timer.el" |
| 24040 | ;;;;;; (0 0 0 0)) | 24278 | ;;;;;; (0 0 0 0)) |
| 24041 | ;;; Generated autoloads from org/org-timer.el | 24279 | ;;; Generated autoloads from org/org-timer.el |
| @@ -24057,13 +24295,6 @@ Inserted by installing Org or when a release is made." nil nil) | |||
| 24057 | 24295 | ||
| 24058 | ;;;*** | 24296 | ;;;*** |
| 24059 | 24297 | ||
| 24060 | ;;;### (autoloads nil "org-w3m" "org/org-w3m.el" (0 0 0 0)) | ||
| 24061 | ;;; Generated autoloads from org/org-w3m.el | ||
| 24062 | |||
| 24063 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-w3m" '("org-w3m-"))) | ||
| 24064 | |||
| 24065 | ;;;*** | ||
| 24066 | |||
| 24067 | ;;;### (autoloads nil "outline" "outline.el" (0 0 0 0)) | 24298 | ;;;### (autoloads nil "outline" "outline.el" (0 0 0 0)) |
| 24068 | ;;; Generated autoloads from outline.el | 24299 | ;;; Generated autoloads from outline.el |
| 24069 | (put 'outline-regexp 'safe-local-variable 'stringp) | 24300 | (put 'outline-regexp 'safe-local-variable 'stringp) |
| @@ -27123,11 +27354,11 @@ nil | |||
| 27123 | necessary to ensure that a postfix operator appended to it will | 27354 | necessary to ensure that a postfix operator appended to it will |
| 27124 | apply to the whole expression. | 27355 | apply to the whole expression. |
| 27125 | 27356 | ||
| 27126 | The optional argument KEEP-ORDER, if nil or omitted, allows the | 27357 | The optional argument KEEP-ORDER, if non-nil, forces the match to |
| 27127 | returned regexp to match the strings in any order. If non-nil, | 27358 | be performed in the order given, as if the strings were made into |
| 27128 | the match is guaranteed to be performed in the order given, as if | 27359 | a regexp by joining them with the `\\|' operator. If nil or |
| 27129 | the strings were made into a regexp by joining them with the | 27360 | omitted, the returned regexp is will always match the longest |
| 27130 | `\\|' operator. | 27361 | string possible. |
| 27131 | 27362 | ||
| 27132 | Up to reordering, the resulting regexp is equivalent to but | 27363 | Up to reordering, the resulting regexp is equivalent to but |
| 27133 | usually more efficient than that of a simplified version: | 27364 | usually more efficient than that of a simplified version: |
| @@ -28167,8 +28398,12 @@ CHAR Match a literal character. | |||
| 28167 | character, a string, a range as string \"A-Z\" or cons | 28398 | character, a string, a range as string \"A-Z\" or cons |
| 28168 | (?A . ?Z), or a character class (see below). Alias: in, char. | 28399 | (?A . ?Z), or a character class (see below). Alias: in, char. |
| 28169 | \(not CHARSPEC) Match one character not matched by CHARSPEC. CHARSPEC | 28400 | \(not CHARSPEC) Match one character not matched by CHARSPEC. CHARSPEC |
| 28170 | can be (any ...), (syntax ...), (category ...), | 28401 | can be a character, single-char string, (any ...), (or ...), |
| 28402 | (intersection ...), (syntax ...), (category ...), | ||
| 28171 | or a character class. | 28403 | or a character class. |
| 28404 | \(intersection CHARSET...) Match all CHARSETs. | ||
| 28405 | CHARSET is (any...), (not...), (or...) or (intersection...), | ||
| 28406 | a character or a single-char string. | ||
| 28172 | not-newline Match any character except a newline. Alias: nonl. | 28407 | not-newline Match any character except a newline. Alias: nonl. |
| 28173 | anychar Match any character. Alias: anything. | 28408 | anychar Match any character. Alias: anything. |
| 28174 | unmatchable Never match anything at all. | 28409 | unmatchable Never match anything at all. |
| @@ -29570,6 +29805,12 @@ If SEQUENCE is empty, return INITIAL-VALUE and FUNCTION is not called. | |||
| 29570 | 29805 | ||
| 29571 | \(fn FUNCTION SEQUENCE INITIAL-VALUE)" nil nil) | 29806 | \(fn FUNCTION SEQUENCE INITIAL-VALUE)" nil nil) |
| 29572 | 29807 | ||
| 29808 | (autoload 'seq-some "seq" "\ | ||
| 29809 | Return non-nil if PRED is satisfied for at least one element of SEQUENCE. | ||
| 29810 | If so, return the first non-nil value returned by PRED. | ||
| 29811 | |||
| 29812 | \(fn PRED SEQUENCE)" nil nil) | ||
| 29813 | |||
| 29573 | (autoload 'seq-find "seq" "\ | 29814 | (autoload 'seq-find "seq" "\ |
| 29574 | Return the first element for which (PRED element) is non-nil in SEQUENCE. | 29815 | Return the first element for which (PRED element) is non-nil in SEQUENCE. |
| 29575 | If no element is found, return DEFAULT. | 29816 | If no element is found, return DEFAULT. |
| @@ -29705,7 +29946,7 @@ These are active only in the minibuffer, when entering or editing a | |||
| 29705 | formula: | 29946 | formula: |
| 29706 | \\{ses-mode-edit-map}" t nil) | 29947 | \\{ses-mode-edit-map}" t nil) |
| 29707 | 29948 | ||
| 29708 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ses" '("1value" "noreturn" "ses"))) | 29949 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ses" '("ses"))) |
| 29709 | 29950 | ||
| 29710 | ;;;*** | 29951 | ;;;*** |
| 29711 | 29952 | ||
| @@ -30424,7 +30665,7 @@ values), despite potential performance issues, type \\[so-long-revert]. | |||
| 30424 | 30665 | ||
| 30425 | Use \\[so-long-commentary] for more information. | 30666 | Use \\[so-long-commentary] for more information. |
| 30426 | 30667 | ||
| 30427 | Use \\[so-long-customize] to configure the behaviour. | 30668 | Use \\[so-long-customize] to configure the behavior. |
| 30428 | 30669 | ||
| 30429 | \(fn)" t nil) | 30670 | \(fn)" t nil) |
| 30430 | 30671 | ||
| @@ -30461,7 +30702,7 @@ or call the function `global-so-long-mode'.") | |||
| 30461 | (custom-autoload 'global-so-long-mode "so-long" nil) | 30702 | (custom-autoload 'global-so-long-mode "so-long" nil) |
| 30462 | 30703 | ||
| 30463 | (autoload 'global-so-long-mode "so-long" "\ | 30704 | (autoload 'global-so-long-mode "so-long" "\ |
| 30464 | Toggle automated performance mitigations for files with long lines. | 30705 | Toggle automated performance mitigation for files with long lines. |
| 30465 | 30706 | ||
| 30466 | If called interactively, enable Global So-Long mode if ARG is | 30707 | If called interactively, enable Global So-Long mode if ARG is |
| 30467 | positive, and disable it if ARG is zero or negative. If called from | 30708 | positive, and disable it if ARG is zero or negative. If called from |
| @@ -30480,7 +30721,7 @@ When such files are detected by `so-long-predicate', we invoke the selected | |||
| 30480 | 30721 | ||
| 30481 | Use \\[so-long-commentary] for more information. | 30722 | Use \\[so-long-commentary] for more information. |
| 30482 | 30723 | ||
| 30483 | Use \\[so-long-customize] to configure the behaviour. | 30724 | Use \\[so-long-customize] to configure the behavior. |
| 30484 | 30725 | ||
| 30485 | \(fn &optional ARG)" t nil) | 30726 | \(fn &optional ARG)" t nil) |
| 30486 | 30727 | ||
| @@ -33326,7 +33567,7 @@ Return the symbol at point, or nil if none is found." nil nil) | |||
| 33326 | (autoload 'number-at-point "thingatpt" "\ | 33567 | (autoload 'number-at-point "thingatpt" "\ |
| 33327 | Return the number at point, or nil if none is found. | 33568 | Return the number at point, or nil if none is found. |
| 33328 | Decimal numbers like \"14\" or \"-14.5\", as well as hex numbers | 33569 | Decimal numbers like \"14\" or \"-14.5\", as well as hex numbers |
| 33329 | like \"0xBEEF09\" or \"#xBEEF09\", are regognized." nil nil) | 33570 | like \"0xBEEF09\" or \"#xBEEF09\", are recognized." nil nil) |
| 33330 | 33571 | ||
| 33331 | (autoload 'list-at-point "thingatpt" "\ | 33572 | (autoload 'list-at-point "thingatpt" "\ |
| 33332 | Return the Lisp list at point, or nil if none is found. | 33573 | Return the Lisp list at point, or nil if none is found. |
| @@ -34156,7 +34397,7 @@ the output buffer or changing the window configuration. | |||
| 34156 | 34397 | ||
| 34157 | ;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) | 34398 | ;;;### (autoloads nil "tramp" "net/tramp.el" (0 0 0 0)) |
| 34158 | ;;; Generated autoloads from net/tramp.el | 34399 | ;;; Generated autoloads from net/tramp.el |
| 34159 | (push (purecopy '(tramp 2 4 3 -1)) package--builtin-versions) | 34400 | (push (purecopy '(tramp 2 4 3)) package--builtin-versions) |
| 34160 | 34401 | ||
| 34161 | (defvar tramp-mode t "\ | 34402 | (defvar tramp-mode t "\ |
| 34162 | Whether Tramp is enabled. | 34403 | Whether Tramp is enabled. |
| @@ -34164,7 +34405,7 @@ If it is set to nil, all remote file names are used literally.") | |||
| 34164 | 34405 | ||
| 34165 | (custom-autoload 'tramp-mode "tramp" t) | 34406 | (custom-autoload 'tramp-mode "tramp" t) |
| 34166 | 34407 | ||
| 34167 | (defconst tramp-initial-file-name-regexp "\\`/.+:.*:" "\ | 34408 | (defconst tramp-initial-file-name-regexp "\\`/[^/:]+:[^/:]*:" "\ |
| 34168 | Value for `tramp-file-name-regexp' for autoload. | 34409 | Value for `tramp-file-name-regexp' for autoload. |
| 34169 | It must match the initial `tramp-syntax' settings.") | 34410 | It must match the initial `tramp-syntax' settings.") |
| 34170 | 34411 | ||
| @@ -34198,8 +34439,8 @@ Unload Tramp file name handlers from `file-name-handler-alist'." (dolist (fnh fi | |||
| 34198 | (defvar tramp-completion-mode nil "\ | 34439 | (defvar tramp-completion-mode nil "\ |
| 34199 | If non-nil, external packages signal that they are in file name completion.") | 34440 | If non-nil, external packages signal that they are in file name completion.") |
| 34200 | 34441 | ||
| 34201 | (autoload 'tramp-unload-tramp "tramp" "\ | 34442 | (defun tramp-unload-tramp nil "\ |
| 34202 | Discard Tramp from loading remote files." t nil) | 34443 | Discard Tramp from loading remote files." (interactive) (ignore-errors (unload-feature 'tramp 'force))) |
| 34203 | 34444 | ||
| 34204 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp" '("tramp-" "with-"))) | 34445 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp" '("tramp-" "with-"))) |
| 34205 | 34446 | ||
| @@ -36240,7 +36481,7 @@ Key bindings: | |||
| 36240 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" | 36481 | ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el" |
| 36241 | ;;;;;; (0 0 0 0)) | 36482 | ;;;;;; (0 0 0 0)) |
| 36242 | ;;; Generated autoloads from progmodes/verilog-mode.el | 36483 | ;;; Generated autoloads from progmodes/verilog-mode.el |
| 36243 | (push (purecopy '(verilog-mode 2019 11 21 248091482)) package--builtin-versions) | 36484 | (push (purecopy '(verilog-mode 2019 12 17 268053413)) package--builtin-versions) |
| 36244 | 36485 | ||
| 36245 | (autoload 'verilog-mode "verilog-mode" "\ | 36486 | (autoload 'verilog-mode "verilog-mode" "\ |
| 36246 | Major mode for editing Verilog code. | 36487 | Major mode for editing Verilog code. |
| @@ -38031,6 +38272,11 @@ Display the next buffer in the same window. | |||
| 38031 | 38272 | ||
| 38032 | \(fn &optional ARG)" t nil) | 38273 | \(fn &optional ARG)" t nil) |
| 38033 | 38274 | ||
| 38275 | (autoload 'windmove-display-new-tab "windmove" "\ | ||
| 38276 | Display the next buffer in a new tab. | ||
| 38277 | |||
| 38278 | \(fn &optional ARG)" t nil) | ||
| 38279 | |||
| 38034 | (autoload 'windmove-display-default-keybindings "windmove" "\ | 38280 | (autoload 'windmove-display-default-keybindings "windmove" "\ |
| 38035 | Set up keybindings for directional buffer display. | 38281 | Set up keybindings for directional buffer display. |
| 38036 | Keys are bound to commands that display the next buffer in the specified | 38282 | Keys are bound to commands that display the next buffer in the specified |
| @@ -38344,13 +38590,32 @@ The argument has the same meaning as in `apropos'. | |||
| 38344 | (define-key ctl-x-4-map "." #'xref-find-definitions-other-window) | 38590 | (define-key ctl-x-4-map "." #'xref-find-definitions-other-window) |
| 38345 | (define-key ctl-x-5-map "." #'xref-find-definitions-other-frame) | 38591 | (define-key ctl-x-5-map "." #'xref-find-definitions-other-frame) |
| 38346 | 38592 | ||
| 38347 | (autoload 'xref-collect-matches "xref" "\ | 38593 | (autoload 'xref-references-in-directory "xref" "\ |
| 38348 | Collect matches for REGEXP inside FILES in DIR. | 38594 | Find all references to SYMBOL in directory DIR. |
| 38595 | Return a list of xref values. | ||
| 38596 | |||
| 38597 | This function uses the Semantic Symbol Reference API, see | ||
| 38598 | `semantic-symref-tool-alist' for details on which tools are used, | ||
| 38599 | and when. | ||
| 38600 | |||
| 38601 | \(fn SYMBOL DIR)" nil nil) | ||
| 38602 | |||
| 38603 | (autoload 'xref-matches-in-directory "xref" "\ | ||
| 38604 | Find all matches for REGEXP in directory DIR. | ||
| 38605 | Return a list of xref values. | ||
| 38606 | Only files matching some of FILES and none of IGNORES are searched. | ||
| 38349 | FILES is a string with glob patterns separated by spaces. | 38607 | FILES is a string with glob patterns separated by spaces. |
| 38350 | IGNORES is a list of glob patterns. | 38608 | IGNORES is a list of glob patterns for files to ignore. |
| 38351 | 38609 | ||
| 38352 | \(fn REGEXP FILES DIR IGNORES)" nil nil) | 38610 | \(fn REGEXP FILES DIR IGNORES)" nil nil) |
| 38353 | 38611 | ||
| 38612 | (autoload 'xref-matches-in-files "xref" "\ | ||
| 38613 | Find all matches for REGEXP in FILES. | ||
| 38614 | Return a list of xref values. | ||
| 38615 | FILES must be a list of absolute file names. | ||
| 38616 | |||
| 38617 | \(fn REGEXP FILES)" nil nil) | ||
| 38618 | |||
| 38354 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "xref" '("xref-"))) | 38619 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "xref" '("xref-"))) |
| 38355 | 38620 | ||
| 38356 | ;;;*** | 38621 | ;;;*** |
| @@ -38512,19 +38777,10 @@ Zone out, completely." t nil) | |||
| 38512 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" | 38777 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" |
| 38513 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" | 38778 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" |
| 38514 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" | 38779 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" |
| 38515 | ;;;;;; "international/charprop.el" "international/charscript.el" | 38780 | ;;;;;; "international/charscript.el" "international/cp51932.el" |
| 38516 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el" | 38781 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" |
| 38517 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38782 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| 38518 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 38783 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" |
| 38519 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | ||
| 38520 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | ||
| 38521 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | ||
| 38522 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | ||
| 38523 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | ||
| 38524 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | ||
| 38525 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | ||
| 38526 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | ||
| 38527 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | ||
| 38528 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 38784 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 38529 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 38785 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 38530 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 38786 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |
| @@ -38555,25 +38811,25 @@ Zone out, completely." t nil) | |||
| 38555 | ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" | 38811 | ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el" |
| 38556 | ;;;;;; "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" "mh-e/mh-loaddefs.el" | 38812 | ;;;;;; "mail/undigest.el" "menu-bar.el" "mh-e/mh-gnus.el" "mh-e/mh-loaddefs.el" |
| 38557 | ;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" | 38813 | ;;;;;; "minibuffer.el" "mouse.el" "net/tramp-loaddefs.el" "newcomment.el" |
| 38558 | ;;;;;; "obarray.el" "org/ob-core.el" "org/ob-keys.el" "org/ob-lob.el" | 38814 | ;;;;;; "obarray.el" "org/ob-core.el" "org/ob-lob.el" "org/ob-matlab.el" |
| 38559 | ;;;;;; "org/ob-matlab.el" "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" | 38815 | ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/ol-bbdb.el" "org/ol-irc.el" |
| 38560 | ;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-clock.el" | 38816 | ;;;;;; "org/org-archive.el" "org/org-attach.el" "org/org-clock.el" |
| 38561 | ;;;;;; "org/org-datetree.el" "org/org-element.el" "org/org-feed.el" | 38817 | ;;;;;; "org/org-datetree.el" "org/org-element.el" "org/org-feed.el" |
| 38562 | ;;;;;; "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" | 38818 | ;;;;;; "org/org-footnote.el" "org/org-id.el" "org/org-indent.el" |
| 38563 | ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-mobile.el" | 38819 | ;;;;;; "org/org-install.el" "org/org-mobile.el" "org/org-plot.el" |
| 38564 | ;;;;;; "org/org-plot.el" "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" | 38820 | ;;;;;; "org/org-table.el" "org/org-timer.el" "org/ox-ascii.el" "org/ox-beamer.el" |
| 38565 | ;;;;;; "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el" | 38821 | ;;;;;; "org/ox-html.el" "org/ox-icalendar.el" "org/ox-latex.el" |
| 38566 | ;;;;;; "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" | 38822 | ;;;;;; "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el" "org/ox-org.el" |
| 38567 | ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" | 38823 | ;;;;;; "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el" "progmodes/elisp-mode.el" |
| 38568 | ;;;;;; "progmodes/elisp-mode.el" "progmodes/prog-mode.el" "ps-mule.el" | 38824 | ;;;;;; "progmodes/prog-mode.el" "ps-mule.el" "register.el" "replace.el" |
| 38569 | ;;;;;; "register.el" "replace.el" "rfn-eshadow.el" "select.el" "simple.el" | 38825 | ;;;;;; "rfn-eshadow.el" "select.el" "simple.el" "startup.el" "subdirs.el" |
| 38570 | ;;;;;; "startup.el" "subdirs.el" "subr.el" "tab-bar.el" "textmodes/fill.el" | 38826 | ;;;;;; "subr.el" "tab-bar.el" "textmodes/fill.el" "textmodes/page.el" |
| 38571 | ;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/reftex-auc.el" | 38827 | ;;;;;; "textmodes/paragraphs.el" "textmodes/reftex-auc.el" "textmodes/reftex-cite.el" |
| 38572 | ;;;;;; "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" | 38828 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-global.el" "textmodes/reftex-index.el" |
| 38573 | ;;;;;; "textmodes/reftex-index.el" "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" | 38829 | ;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" |
| 38574 | ;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/text-mode.el" | 38830 | ;;;;;; "textmodes/reftex-toc.el" "textmodes/text-mode.el" "uniquify.el" |
| 38575 | ;;;;;; "uniquify.el" "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" | 38831 | ;;;;;; "vc/ediff-hook.el" "vc/vc-hooks.el" "version.el" "widget.el" |
| 38576 | ;;;;;; "widget.el" "window.el") (0 0 0 0)) | 38832 | ;;;;;; "window.el") (0 0 0 0)) |
| 38577 | 38833 | ||
| 38578 | ;;;*** | 38834 | ;;;*** |
| 38579 | 38835 | ||