diff options
| author | Glenn Morris | 2003-06-21 23:59:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2003-06-21 23:59:13 +0000 |
| commit | 27a99a7c953966bab5b17dab5e5352728dc131e1 (patch) | |
| tree | 58d45f86e06263ef1775968d767df3313edfa0c3 | |
| parent | b510f863d3f3fa530d0518e6379072afbc6d0aaf (diff) | |
| download | emacs-27a99a7c953966bab5b17dab5e5352728dc131e1.tar.gz emacs-27a99a7c953966bab5b17dab5e5352728dc131e1.zip | |
Regenerate.
| -rw-r--r-- | lisp/loaddefs.el | 874 |
1 files changed, 531 insertions, 343 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 77d0ac0d370..c40afc74af6 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -64,7 +64,7 @@ should return a grid vector array that is the new solution. | |||
| 64 | ;;;*** | 64 | ;;;*** |
| 65 | 65 | ||
| 66 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 66 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 67 | ;;;;;; (16053 28546)) | 67 | ;;;;;; (16065 23055)) |
| 68 | ;;; Generated autoloads from progmodes/ada-mode.el | 68 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 69 | 69 | ||
| 70 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 70 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -78,7 +78,7 @@ name | |||
| 78 | 78 | ||
| 79 | (autoload (quote ada-mode) "ada-mode" "\ | 79 | (autoload (quote ada-mode) "ada-mode" "\ |
| 80 | Ada mode is the major mode for editing Ada code. | 80 | Ada mode is the major mode for editing Ada code. |
| 81 | This version was built on $Date: 2003/05/04 19:52:34 $. | 81 | This version was built on $Date: 2003/05/13 20:48:15 $. |
| 82 | 82 | ||
| 83 | Bindings are as follows: (Note: 'LFD' is control-j.) | 83 | Bindings are as follows: (Note: 'LFD' is control-j.) |
| 84 | \\{ada-mode-map} | 84 | \\{ada-mode-map} |
| @@ -137,7 +137,7 @@ Insert a descriptive header at the top of the file. | |||
| 137 | ;;;*** | 137 | ;;;*** |
| 138 | 138 | ||
| 139 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 139 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 140 | ;;;;;; (16053 28632)) | 140 | ;;;;;; (16065 24704)) |
| 141 | ;;; Generated autoloads from progmodes/ada-xref.el | 141 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 142 | 142 | ||
| 143 | (autoload (quote ada-find-file) "ada-xref" "\ | 143 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -152,7 +152,7 @@ Completion is available. | |||
| 152 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry | 152 | ;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry |
| 153 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address | 153 | ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address |
| 154 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" | 154 | ;;;;;; add-log-full-name add-log-current-defun-function) "add-log" |
| 155 | ;;;;;; "add-log.el" (16032 52946)) | 155 | ;;;;;; "add-log.el" (16111 31859)) |
| 156 | ;;; Generated autoloads from add-log.el | 156 | ;;; Generated autoloads from add-log.el |
| 157 | 157 | ||
| 158 | (defvar add-log-current-defun-function nil "\ | 158 | (defvar add-log-current-defun-function nil "\ |
| @@ -240,7 +240,10 @@ Major mode for editing change logs; like Indented Text Mode. | |||
| 240 | Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. | 240 | Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. |
| 241 | New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]. | 241 | New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]. |
| 242 | Each entry behaves as a paragraph, and the entries for one day as a page. | 242 | Each entry behaves as a paragraph, and the entries for one day as a page. |
| 243 | Runs `change-log-mode-hook'." t nil) | 243 | Runs `change-log-mode-hook'. |
| 244 | \\{change-log-mode-map} | ||
| 245 | |||
| 246 | \(fn)" t nil) | ||
| 244 | 247 | ||
| 245 | (defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\ | 248 | (defvar add-log-lisp-like-modes (quote (emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode)) "\ |
| 246 | *Modes that look like Lisp to `add-log-current-defun'.") | 249 | *Modes that look like Lisp to `add-log-current-defun'.") |
| @@ -386,7 +389,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation. | |||
| 386 | 389 | ||
| 387 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule | 390 | ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule |
| 388 | ;;;;;; align-highlight-rule align-current align-entire align-regexp | 391 | ;;;;;; align-highlight-rule align-current align-entire align-regexp |
| 389 | ;;;;;; align) "align" "align.el" (15790 59645)) | 392 | ;;;;;; align) "align" "align.el" (16083 48497)) |
| 390 | ;;; Generated autoloads from align.el | 393 | ;;; Generated autoloads from align.el |
| 391 | 394 | ||
| 392 | (autoload (quote align) "align" "\ | 395 | (autoload (quote align) "align" "\ |
| @@ -475,7 +478,7 @@ A replacement function for `newline-and-indent', aligning as it goes. | |||
| 475 | 478 | ||
| 476 | ;;;*** | 479 | ;;;*** |
| 477 | 480 | ||
| 478 | ;;;### (autoloads (allout-init) "allout" "allout.el" (15962 22157)) | 481 | ;;;### (autoloads (allout-init) "allout" "allout.el" (16055 62232)) |
| 479 | ;;; Generated autoloads from allout.el | 482 | ;;; Generated autoloads from allout.el |
| 480 | 483 | ||
| 481 | (autoload (quote allout-init) "allout" "\ | 484 | (autoload (quote allout-init) "allout" "\ |
| @@ -562,7 +565,7 @@ Display Sarah's birthday present in a new buffer. | |||
| 562 | ;;;*** | 565 | ;;;*** |
| 563 | 566 | ||
| 564 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) | 567 | ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) |
| 565 | ;;;;;; "ansi-color" "ansi-color.el" (15935 40150)) | 568 | ;;;;;; "ansi-color" "ansi-color.el" (16075 41319)) |
| 566 | ;;; Generated autoloads from ansi-color.el | 569 | ;;; Generated autoloads from ansi-color.el |
| 567 | 570 | ||
| 568 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ | 571 | (autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ |
| @@ -761,8 +764,8 @@ Returns list of symbols and documentation found. | |||
| 761 | 764 | ||
| 762 | ;;;*** | 765 | ;;;*** |
| 763 | 766 | ||
| 764 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16055 | 767 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16078 |
| 765 | ;;;;;; 17232)) | 768 | ;;;;;; 6141)) |
| 766 | ;;; Generated autoloads from arc-mode.el | 769 | ;;; Generated autoloads from arc-mode.el |
| 767 | 770 | ||
| 768 | (autoload (quote archive-mode) "arc-mode" "\ | 771 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -1159,7 +1162,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' | |||
| 1159 | ;;;*** | 1162 | ;;;*** |
| 1160 | 1163 | ||
| 1161 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 1164 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 1162 | ;;;;;; (15327 25266)) | 1165 | ;;;;;; (16065 23715)) |
| 1163 | ;;; Generated autoloads from progmodes/autoconf.el | 1166 | ;;; Generated autoloads from progmodes/autoconf.el |
| 1164 | 1167 | ||
| 1165 | (autoload (quote autoconf-mode) "autoconf" "\ | 1168 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -1208,7 +1211,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1208 | 1211 | ||
| 1209 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1212 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1210 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1213 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1211 | ;;;;;; (16053 44806)) | 1214 | ;;;;;; (16067 45352)) |
| 1212 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1215 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1213 | 1216 | ||
| 1214 | (autoload (quote update-file-autoloads) "autoload" "\ | 1217 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1417,20 +1420,13 @@ non-interactive use see also `benchmark-run' and | |||
| 1417 | 1420 | ||
| 1418 | ;;;*** | 1421 | ;;;*** |
| 1419 | 1422 | ||
| 1420 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15935 | 1423 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16111 |
| 1421 | ;;;;;; 49284)) | 1424 | ;;;;;; 31886)) |
| 1422 | ;;; Generated autoloads from textmodes/bibtex.el | 1425 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1423 | 1426 | ||
| 1424 | (autoload (quote bibtex-mode) "bibtex" "\ | 1427 | (autoload (quote bibtex-mode) "bibtex" "\ |
| 1425 | Major mode for editing BibTeX files. | 1428 | Major mode for editing BibTeX files. |
| 1426 | 1429 | ||
| 1427 | To submit a problem report, enter \\[bibtex-submit-bug-report] from a | ||
| 1428 | BibTeX mode buffer. This automatically sets up a mail buffer with | ||
| 1429 | version information already added. You just need to add a description | ||
| 1430 | of the problem, including a reproducible test case and send the | ||
| 1431 | message. | ||
| 1432 | |||
| 1433 | |||
| 1434 | General information on working with BibTeX mode: | 1430 | General information on working with BibTeX mode: |
| 1435 | 1431 | ||
| 1436 | You should use commands as \\[bibtex-Book] to get a template for a | 1432 | You should use commands as \\[bibtex-Book] to get a template for a |
| @@ -1440,7 +1436,7 @@ in all desired fields in the entry, you should clean the new entry | |||
| 1440 | with command \\[bibtex-clean-entry]. | 1436 | with command \\[bibtex-clean-entry]. |
| 1441 | 1437 | ||
| 1442 | Some features of BibTeX mode are available only by setting variable | 1438 | Some features of BibTeX mode are available only by setting variable |
| 1443 | bibtex-maintain-sorted-entries to t. However, then BibTeX mode will | 1439 | `bibtex-maintain-sorted-entries' to t. However, then BibTeX mode will |
| 1444 | work with buffer containing only valid (syntactical correct) entries | 1440 | work with buffer containing only valid (syntactical correct) entries |
| 1445 | and with entries being sorted. This is usually the case, if you have | 1441 | and with entries being sorted. This is usually the case, if you have |
| 1446 | created a buffer completely with BibTeX mode and finished every new | 1442 | created a buffer completely with BibTeX mode and finished every new |
| @@ -1468,10 +1464,10 @@ current field. | |||
| 1468 | The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT | 1464 | The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT |
| 1469 | from all non-empty optional or alternative fields, checks that no required | 1465 | from all non-empty optional or alternative fields, checks that no required |
| 1470 | fields are empty, and does some formatting dependent on the value of | 1466 | fields are empty, and does some formatting dependent on the value of |
| 1471 | bibtex-entry-format. | 1467 | `bibtex-entry-format'. |
| 1472 | Note: some functions in BibTeX mode depend on entries being in a special | 1468 | Note: some functions in BibTeX mode depend on entries being in a special |
| 1473 | format (all fields beginning on separate lines), so it is usually a bad | 1469 | format (all fields beginning on separate lines), so it is usually a bad |
| 1474 | idea to remove `realign' from bibtex-entry-format. | 1470 | idea to remove `realign' from `bibtex-entry-format'. |
| 1475 | 1471 | ||
| 1476 | Use \\[bibtex-find-text] to position the cursor at the end of the current field. | 1472 | Use \\[bibtex-find-text] to position the cursor at the end of the current field. |
| 1477 | Use \\[bibtex-next-field] to move to end of the next field. | 1473 | Use \\[bibtex-next-field] to move to end of the next field. |
| @@ -1479,40 +1475,39 @@ Use \\[bibtex-next-field] to move to end of the next field. | |||
| 1479 | The following may be of interest as well: | 1475 | The following may be of interest as well: |
| 1480 | 1476 | ||
| 1481 | Functions: | 1477 | Functions: |
| 1482 | bibtex-entry | 1478 | `bibtex-entry' |
| 1483 | bibtex-kill-entry | 1479 | `bibtex-kill-entry' |
| 1484 | bibtex-yank-pop | 1480 | `bibtex-yank-pop' |
| 1485 | bibtex-pop-previous | 1481 | `bibtex-pop-previous' |
| 1486 | bibtex-pop-next | 1482 | `bibtex-pop-next' |
| 1487 | bibtex-complete-string | 1483 | `bibtex-complete' |
| 1488 | bibtex-complete-key | 1484 | `bibtex-print-help-message' |
| 1489 | bibtex-print-help-message | 1485 | `bibtex-generate-autokey' |
| 1490 | bibtex-generate-autokey | 1486 | `bibtex-beginning-of-entry' |
| 1491 | bibtex-beginning-of-entry | 1487 | `bibtex-end-of-entry' |
| 1492 | bibtex-end-of-entry | 1488 | `bibtex-reposition-window' |
| 1493 | bibtex-reposition-window | 1489 | `bibtex-mark-entry' |
| 1494 | bibtex-mark-entry | 1490 | `bibtex-ispell-abstract' |
| 1495 | bibtex-ispell-abstract | 1491 | `bibtex-ispell-entry' |
| 1496 | bibtex-ispell-entry | 1492 | `bibtex-narrow-to-entry' |
| 1497 | bibtex-narrow-to-entry | 1493 | `bibtex-sort-buffer' |
| 1498 | bibtex-sort-buffer | 1494 | `bibtex-validate' |
| 1499 | bibtex-validate | 1495 | `bibtex-count' |
| 1500 | bibtex-count | 1496 | `bibtex-fill-entry' |
| 1501 | bibtex-fill-entry | 1497 | `bibtex-reformat' |
| 1502 | bibtex-reformat | 1498 | `bibtex-convert-alien' |
| 1503 | bibtex-convert-alien | ||
| 1504 | 1499 | ||
| 1505 | Variables: | 1500 | Variables: |
| 1506 | bibtex-field-delimiters | 1501 | `bibtex-field-delimiters' |
| 1507 | bibtex-include-OPTcrossref | 1502 | `bibtex-include-OPTcrossref' |
| 1508 | bibtex-include-OPTkey | 1503 | `bibtex-include-OPTkey' |
| 1509 | bibtex-user-optional-fields | 1504 | `bibtex-user-optional-fields' |
| 1510 | bibtex-entry-format | 1505 | `bibtex-entry-format' |
| 1511 | bibtex-sort-ignore-string-entries | 1506 | `bibtex-sort-ignore-string-entries' |
| 1512 | bibtex-maintain-sorted-entries | 1507 | `bibtex-maintain-sorted-entries' |
| 1513 | bibtex-entry-field-alist | 1508 | `bibtex-entry-field-alist' |
| 1514 | bibtex-predefined-strings | 1509 | `bibtex-predefined-strings' |
| 1515 | bibtex-string-files | 1510 | `bibtex-string-files' |
| 1516 | 1511 | ||
| 1517 | --------------------------------------------------------- | 1512 | --------------------------------------------------------- |
| 1518 | Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is | 1513 | Entry to BibTeX mode calls the value of `bibtex-mode-hook' if that value is |
| @@ -1946,7 +1941,7 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1946 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point | 1941 | ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point |
| 1947 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file | 1942 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 1948 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) | 1943 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) |
| 1949 | ;;;;;; "browse-url" "net/browse-url.el" (16024 37214)) | 1944 | ;;;;;; "browse-url" "net/browse-url.el" (16111 31879)) |
| 1950 | ;;; Generated autoloads from net/browse-url.el | 1945 | ;;; Generated autoloads from net/browse-url.el |
| 1951 | 1946 | ||
| 1952 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ | 1947 | (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ |
| @@ -2376,7 +2371,7 @@ Also see `make-text-button'. | |||
| 2376 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2371 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2377 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2372 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2378 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2373 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 2379 | ;;;;;; (16055 17308)) | 2374 | ;;;;;; (16111 31866)) |
| 2380 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2375 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2381 | 2376 | ||
| 2382 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2377 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -3169,7 +3164,7 @@ See the documentation of that function for more information. | |||
| 3169 | 3164 | ||
| 3170 | ;;;*** | 3165 | ;;;*** |
| 3171 | 3166 | ||
| 3172 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (16017 65125)) | 3167 | ;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (16065 23993)) |
| 3173 | ;;; Generated autoloads from progmodes/cc-langs.el | 3168 | ;;; Generated autoloads from progmodes/cc-langs.el |
| 3174 | 3169 | ||
| 3175 | (defvar c-mode-syntax-table nil "\ | 3170 | (defvar c-mode-syntax-table nil "\ |
| @@ -3194,7 +3189,7 @@ Syntax table used in pike-mode buffers.") | |||
| 3194 | 3189 | ||
| 3195 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode | 3190 | ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode |
| 3196 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" | 3191 | ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" |
| 3197 | ;;;;;; (15941 45699)) | 3192 | ;;;;;; (16116 34477)) |
| 3198 | ;;; Generated autoloads from progmodes/cc-mode.el | 3193 | ;;; Generated autoloads from progmodes/cc-mode.el |
| 3199 | 3194 | ||
| 3200 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ | 3195 | (autoload (quote c-initialize-cc-mode) "cc-mode" "\ |
| @@ -3394,7 +3389,7 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 3394 | 3389 | ||
| 3395 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 3390 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 3396 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 3391 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 3397 | ;;;;;; (15791 52022)) | 3392 | ;;;;;; (16078 25937)) |
| 3398 | ;;; Generated autoloads from international/ccl.el | 3393 | ;;; Generated autoloads from international/ccl.el |
| 3399 | 3394 | ||
| 3400 | (autoload (quote ccl-compile) "ccl" "\ | 3395 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -3620,7 +3615,7 @@ TRANSLATE := | |||
| 3620 | LOOKUP := | 3615 | LOOKUP := |
| 3621 | (lookup-character SYMBOL REG(charset) REG(codepoint)) | 3616 | (lookup-character SYMBOL REG(charset) REG(codepoint)) |
| 3622 | | (lookup-integer SYMBOL REG(integer)) | 3617 | | (lookup-integer SYMBOL REG(integer)) |
| 3623 | ;; SYMBOL refers to a table defined by `define-hash-translation-table'. | 3618 | ;; SYMBOL refers to a table defined by `define-translation-hash-table'. |
| 3624 | MAP := | 3619 | MAP := |
| 3625 | (iterate-multiple-map REG REG MAP-IDs) | 3620 | (iterate-multiple-map REG REG MAP-IDs) |
| 3626 | | (map-multiple REG REG (MAP-SET)) | 3621 | | (map-multiple REG REG (MAP-SET)) |
| @@ -3658,7 +3653,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program. | |||
| 3658 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer | 3653 | ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer |
| 3659 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive | 3654 | ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive |
| 3660 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" | 3655 | ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" |
| 3661 | ;;;;;; (16004 34986)) | 3656 | ;;;;;; (16077 62320)) |
| 3662 | ;;; Generated autoloads from emacs-lisp/checkdoc.el | 3657 | ;;; Generated autoloads from emacs-lisp/checkdoc.el |
| 3663 | 3658 | ||
| 3664 | (autoload (quote checkdoc) "checkdoc" "\ | 3659 | (autoload (quote checkdoc) "checkdoc" "\ |
| @@ -3841,8 +3836,8 @@ checking of documentation strings. | |||
| 3841 | ;;;*** | 3836 | ;;;*** |
| 3842 | 3837 | ||
| 3843 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer | 3838 | ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer |
| 3844 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15391 | 3839 | ;;;;;; decode-hz-region) "china-util" "language/china-util.el" (16071 |
| 3845 | ;;;;;; 33361)) | 3840 | ;;;;;; 62686)) |
| 3846 | ;;; Generated autoloads from language/china-util.el | 3841 | ;;; Generated autoloads from language/china-util.el |
| 3847 | 3842 | ||
| 3848 | (autoload (quote decode-hz-region) "china-util" "\ | 3843 | (autoload (quote decode-hz-region) "china-util" "\ |
| @@ -3973,7 +3968,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 3973 | ;;;*** | 3968 | ;;;*** |
| 3974 | 3969 | ||
| 3975 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | 3970 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" |
| 3976 | ;;;;;; (15990 40862)) | 3971 | ;;;;;; (16067 36214)) |
| 3977 | ;;; Generated autoloads from international/code-pages.el | 3972 | ;;; Generated autoloads from international/code-pages.el |
| 3978 | 3973 | ||
| 3979 | (autoload (quote cp-make-coding-system) "code-pages" "\ | 3974 | (autoload (quote cp-make-coding-system) "code-pages" "\ |
| @@ -4048,7 +4043,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal. | |||
| 4048 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 4043 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 4049 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 4044 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 4050 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 4045 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 4051 | ;;;;;; (15930 37559)) | 4046 | ;;;;;; (16111 31859)) |
| 4052 | ;;; Generated autoloads from comint.el | 4047 | ;;; Generated autoloads from comint.el |
| 4053 | 4048 | ||
| 4054 | (autoload (quote make-comint-in-buffer) "comint" "\ | 4049 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -4144,7 +4139,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored. | |||
| 4144 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 4139 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 4145 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path | 4140 | ;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path |
| 4146 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 4141 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 4147 | ;;;;;; "compile" "progmodes/compile.el" (15906 29351)) | 4142 | ;;;;;; "compile" "progmodes/compile.el" (16111 31879)) |
| 4148 | ;;; Generated autoloads from progmodes/compile.el | 4143 | ;;; Generated autoloads from progmodes/compile.el |
| 4149 | 4144 | ||
| 4150 | (defvar compilation-mode-hook nil "\ | 4145 | (defvar compilation-mode-hook nil "\ |
| @@ -4613,7 +4608,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely). | |||
| 4613 | ;;;*** | 4608 | ;;;*** |
| 4614 | 4609 | ||
| 4615 | ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" | 4610 | ;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" |
| 4616 | ;;;;;; (15458 48079)) | 4611 | ;;;;;; (16111 31866)) |
| 4617 | ;;; Generated autoloads from emacs-lisp/copyright.el | 4612 | ;;; Generated autoloads from emacs-lisp/copyright.el |
| 4618 | 4613 | ||
| 4619 | (autoload (quote copyright-update) "copyright" "\ | 4614 | (autoload (quote copyright-update) "copyright" "\ |
| @@ -4622,16 +4617,20 @@ With prefix ARG, replace the years in the notice rather than adding | |||
| 4622 | the current year after them. If necessary, and | 4617 | the current year after them. If necessary, and |
| 4623 | `copyright-current-gpl-version' is set, any copying permissions | 4618 | `copyright-current-gpl-version' is set, any copying permissions |
| 4624 | following the copyright are updated as well. | 4619 | following the copyright are updated as well. |
| 4620 | If non-nil, INTERACTIVEP tells the function to behave as when it's called | ||
| 4621 | interactively. | ||
| 4625 | 4622 | ||
| 4626 | \(fn &optional ARG)" t nil) | 4623 | \(fn &optional ARG INTERACTIVEP)" t nil) |
| 4627 | 4624 | ||
| 4628 | (autoload (quote copyright) "copyright" "\ | 4625 | (autoload (quote copyright) "copyright" "\ |
| 4629 | Insert a copyright by $ORGANIZATION notice at cursor." t nil) | 4626 | Insert a copyright by $ORGANIZATION notice at cursor. |
| 4627 | |||
| 4628 | \(fn &optional STR ARG)" t nil) | ||
| 4630 | 4629 | ||
| 4631 | ;;;*** | 4630 | ;;;*** |
| 4632 | 4631 | ||
| 4633 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 4632 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 4634 | ;;;;;; (16051 51668)) | 4633 | ;;;;;; (16055 62522)) |
| 4635 | ;;; Generated autoloads from progmodes/cperl-mode.el | 4634 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 4636 | 4635 | ||
| 4637 | (autoload (quote cperl-mode) "cperl-mode" "\ | 4636 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -4804,7 +4803,7 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 4804 | ;;;*** | 4803 | ;;;*** |
| 4805 | 4804 | ||
| 4806 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 4805 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 4807 | ;;;;;; (15935 48914)) | 4806 | ;;;;;; (16065 26348)) |
| 4808 | ;;; Generated autoloads from progmodes/cpp.el | 4807 | ;;; Generated autoloads from progmodes/cpp.el |
| 4809 | 4808 | ||
| 4810 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 4809 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -4882,8 +4881,8 @@ INHERIT-INPUT-METHOD. | |||
| 4882 | 4881 | ||
| 4883 | ;;;*** | 4882 | ;;;*** |
| 4884 | 4883 | ||
| 4885 | ;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16032 | 4884 | ;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16111 |
| 4886 | ;;;;;; 33008)) | 4885 | ;;;;;; 31879)) |
| 4887 | ;;; Generated autoloads from emulation/cua-base.el | 4886 | ;;; Generated autoloads from emulation/cua-base.el |
| 4888 | 4887 | ||
| 4889 | (defvar cua-mode nil "\ | 4888 | (defvar cua-mode nil "\ |
| @@ -4921,7 +4920,7 @@ paste (in addition to the normal emacs bindings). | |||
| 4921 | ;;;;;; customize-face customize-changed-options customize-option-other-window | 4920 | ;;;;;; customize-face customize-changed-options customize-option-other-window |
| 4922 | ;;;;;; customize-option customize-group-other-window customize-group | 4921 | ;;;;;; customize-option customize-group-other-window customize-group |
| 4923 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 4922 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 4924 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15998 25380)) | 4923 | ;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16111 31859)) |
| 4925 | ;;; Generated autoloads from cus-edit.el | 4924 | ;;; Generated autoloads from cus-edit.el |
| 4926 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4925 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4927 | 4926 | ||
| @@ -5301,7 +5300,7 @@ If the argument is nil, we return the display table to its standard state. | |||
| 5301 | ;;;*** | 5300 | ;;;*** |
| 5302 | 5301 | ||
| 5303 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 5302 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 5304 | ;;;;;; (15935 40833)) | 5303 | ;;;;;; (16111 31860)) |
| 5305 | ;;; Generated autoloads from dabbrev.el | 5304 | ;;; Generated autoloads from dabbrev.el |
| 5306 | 5305 | ||
| 5307 | (define-key esc-map "/" (quote dabbrev-expand)) | 5306 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -5478,7 +5477,7 @@ There is some minimal font-lock support (see vars | |||
| 5478 | ;;;*** | 5477 | ;;;*** |
| 5479 | 5478 | ||
| 5480 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 5479 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 5481 | ;;;;;; "emacs-lisp/debug.el" (15935 47054)) | 5480 | ;;;;;; "emacs-lisp/debug.el" (16111 31866)) |
| 5482 | ;;; Generated autoloads from emacs-lisp/debug.el | 5481 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 5483 | 5482 | ||
| 5484 | (setq debugger (quote debug)) | 5483 | (setq debugger (quote debug)) |
| @@ -5513,7 +5512,7 @@ If argument is nil or an empty string, cancel for all functions. | |||
| 5513 | ;;;*** | 5512 | ;;;*** |
| 5514 | 5513 | ||
| 5515 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" | 5514 | ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" |
| 5516 | ;;;;;; (15905 54474)) | 5515 | ;;;;;; (16055 62670)) |
| 5517 | ;;; Generated autoloads from play/decipher.el | 5516 | ;;; Generated autoloads from play/decipher.el |
| 5518 | 5517 | ||
| 5519 | (autoload (quote decipher) "decipher" "\ | 5518 | (autoload (quote decipher) "decipher" "\ |
| @@ -5567,8 +5566,8 @@ START and END delimits the corners of text rectangle. | |||
| 5567 | 5566 | ||
| 5568 | ;;;*** | 5567 | ;;;*** |
| 5569 | 5568 | ||
| 5570 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (15935 | 5569 | ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (16111 |
| 5571 | ;;;;;; 48914)) | 5570 | ;;;;;; 31880)) |
| 5572 | ;;; Generated autoloads from progmodes/delphi.el | 5571 | ;;; Generated autoloads from progmodes/delphi.el |
| 5573 | 5572 | ||
| 5574 | (autoload (quote delphi-mode) "delphi" "\ | 5573 | (autoload (quote delphi-mode) "delphi" "\ |
| @@ -5647,8 +5646,8 @@ any selection. | |||
| 5647 | ;;;*** | 5646 | ;;;*** |
| 5648 | 5647 | ||
| 5649 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 5648 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 5650 | ;;;;;; "derived" "derived.el" (16026 35128)) | 5649 | ;;;;;; "derived" "emacs-lisp/derived.el" (16087 59607)) |
| 5651 | ;;; Generated autoloads from derived.el | 5650 | ;;; Generated autoloads from emacs-lisp/derived.el |
| 5652 | 5651 | ||
| 5653 | (autoload (quote define-derived-mode) "derived" "\ | 5652 | (autoload (quote define-derived-mode) "derived" "\ |
| 5654 | Create a new mode as a variant of an existing mode. | 5653 | Create a new mode as a variant of an existing mode. |
| @@ -5706,7 +5705,7 @@ the first time the mode is used. | |||
| 5706 | ;;;*** | 5705 | ;;;*** |
| 5707 | 5706 | ||
| 5708 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | 5707 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" |
| 5709 | ;;;;;; "descr-text.el" (15935 40805)) | 5708 | ;;;;;; "descr-text.el" (16111 31860)) |
| 5710 | ;;; Generated autoloads from descr-text.el | 5709 | ;;; Generated autoloads from descr-text.el |
| 5711 | 5710 | ||
| 5712 | (autoload (quote describe-text-properties) "descr-text" "\ | 5711 | (autoload (quote describe-text-properties) "descr-text" "\ |
| @@ -5731,7 +5730,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 5731 | 5730 | ||
| 5732 | ;;;### (autoloads (desktop-revert desktop-save-in-load-dir desktop-change-dir | 5731 | ;;;### (autoloads (desktop-revert desktop-save-in-load-dir desktop-change-dir |
| 5733 | ;;;;;; desktop-load-default desktop-read) "desktop" "desktop.el" | 5732 | ;;;;;; desktop-load-default desktop-read) "desktop" "desktop.el" |
| 5734 | ;;;;;; (16032 52997)) | 5733 | ;;;;;; (16111 31860)) |
| 5735 | ;;; Generated autoloads from desktop.el | 5734 | ;;; Generated autoloads from desktop.el |
| 5736 | 5735 | ||
| 5737 | (autoload (quote desktop-read) "desktop" "\ | 5736 | (autoload (quote desktop-read) "desktop" "\ |
| @@ -5778,7 +5777,7 @@ Revert to the last loaded desktop. | |||
| 5778 | ;;;*** | 5777 | ;;;*** |
| 5779 | 5778 | ||
| 5780 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 5779 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 5781 | ;;;;;; "calendar/diary-lib.el" (16040 38488)) | 5780 | ;;;;;; "calendar/diary-lib.el" (16116 59977)) |
| 5782 | ;;; Generated autoloads from calendar/diary-lib.el | 5781 | ;;; Generated autoloads from calendar/diary-lib.el |
| 5783 | 5782 | ||
| 5784 | (autoload (quote diary) "diary-lib" "\ | 5783 | (autoload (quote diary) "diary-lib" "\ |
| @@ -5815,7 +5814,9 @@ to run it every morning at 1am. | |||
| 5815 | \(fn &optional NDAYS)" t nil) | 5814 | \(fn &optional NDAYS)" t nil) |
| 5816 | 5815 | ||
| 5817 | (autoload (quote diary-mode) "diary-lib" "\ | 5816 | (autoload (quote diary-mode) "diary-lib" "\ |
| 5818 | Major mode for editing the diary file." t nil) | 5817 | Major mode for editing the diary file. |
| 5818 | |||
| 5819 | \(fn)" t nil) | ||
| 5819 | 5820 | ||
| 5820 | ;;;*** | 5821 | ;;;*** |
| 5821 | 5822 | ||
| @@ -5880,7 +5881,7 @@ Minor mode for viewing/editing context diffs. | |||
| 5880 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 5881 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 5881 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 5882 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 5882 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 5883 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 5883 | ;;;;;; "dired" "dired.el" (16054 54782)) | 5884 | ;;;;;; "dired" "dired.el" (16111 31860)) |
| 5884 | ;;; Generated autoloads from dired.el | 5885 | ;;; Generated autoloads from dired.el |
| 5885 | 5886 | ||
| 5886 | (defvar dired-listing-switches "-al" "\ | 5887 | (defvar dired-listing-switches "-al" "\ |
| @@ -6385,8 +6386,8 @@ You can enable directory tracking by adding this function to | |||
| 6385 | 6386 | ||
| 6386 | ;;;*** | 6387 | ;;;*** |
| 6387 | 6388 | ||
| 6388 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (15935 | 6389 | ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (16111 |
| 6389 | ;;;;;; 47054)) | 6390 | ;;;;;; 31879)) |
| 6390 | ;;; Generated autoloads from emacs-lisp/disass.el | 6391 | ;;; Generated autoloads from emacs-lisp/disass.el |
| 6391 | 6392 | ||
| 6392 | (autoload (quote disassemble) "disass" "\ | 6393 | (autoload (quote disassemble) "disass" "\ |
| @@ -6576,7 +6577,7 @@ Play sounds in message buffers. | |||
| 6576 | 6577 | ||
| 6577 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 6578 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 6578 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 6579 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 6579 | ;;;;;; "emacs-lisp/easy-mmode.el" (16032 13913)) | 6580 | ;;;;;; "emacs-lisp/easy-mmode.el" (16111 31879)) |
| 6580 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 6581 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 6581 | 6582 | ||
| 6582 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 6583 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -6608,6 +6609,7 @@ BODY contains code that will be executed each time the mode is (dis)activated. | |||
| 6608 | By default, the mode is buffer-local. | 6609 | By default, the mode is buffer-local. |
| 6609 | :init-value VAL Same as the INIT-VALUE argument. | 6610 | :init-value VAL Same as the INIT-VALUE argument. |
| 6610 | :lighter SPEC Same as the LIGHTER argument. | 6611 | :lighter SPEC Same as the LIGHTER argument. |
| 6612 | :keymap MAP Same as the KEYMAP argument. | ||
| 6611 | :require SYM Same as in `defcustom'. | 6613 | :require SYM Same as in `defcustom'. |
| 6612 | 6614 | ||
| 6613 | For example, you could write | 6615 | For example, you could write |
| @@ -7064,7 +7066,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing. | |||
| 7064 | ;;;*** | 7066 | ;;;*** |
| 7065 | 7067 | ||
| 7066 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 7068 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 7067 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15954 4750)) | 7069 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (16111 31879)) |
| 7068 | ;;; Generated autoloads from emacs-lisp/edebug.el | 7070 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 7069 | 7071 | ||
| 7070 | (defvar edebug-all-defs nil "\ | 7072 | (defvar edebug-all-defs nil "\ |
| @@ -7127,7 +7129,7 @@ already is one.) | |||
| 7127 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor | 7129 | ;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor |
| 7128 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions | 7130 | ;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions |
| 7129 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup | 7131 | ;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup |
| 7130 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15935 41131)) | 7132 | ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16071 49233)) |
| 7131 | ;;; Generated autoloads from ediff.el | 7133 | ;;; Generated autoloads from ediff.el |
| 7132 | 7134 | ||
| 7133 | (autoload (quote ediff-files) "ediff" "\ | 7135 | (autoload (quote ediff-files) "ediff" "\ |
| @@ -7386,7 +7388,7 @@ Not documented | |||
| 7386 | ;;;*** | 7388 | ;;;*** |
| 7387 | 7389 | ||
| 7388 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 7390 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 7389 | ;;;;;; (15832 6056)) | 7391 | ;;;;;; (16071 49233)) |
| 7390 | ;;; Generated autoloads from ediff-mult.el | 7392 | ;;; Generated autoloads from ediff-mult.el |
| 7391 | 7393 | ||
| 7392 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 7394 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -7399,7 +7401,7 @@ Display Ediff's registry. | |||
| 7399 | ;;;*** | 7401 | ;;;*** |
| 7400 | 7402 | ||
| 7401 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) | 7403 | ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) |
| 7402 | ;;;;;; "ediff-util" "ediff-util.el" (15935 41087)) | 7404 | ;;;;;; "ediff-util" "ediff-util.el" (16071 49233)) |
| 7403 | ;;; Generated autoloads from ediff-util.el | 7405 | ;;; Generated autoloads from ediff-util.el |
| 7404 | 7406 | ||
| 7405 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ | 7407 | (autoload (quote ediff-toggle-multiframe) "ediff-util" "\ |
| @@ -7529,7 +7531,7 @@ Not documented | |||
| 7529 | ;;;*** | 7531 | ;;;*** |
| 7530 | 7532 | ||
| 7531 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) | 7533 | ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) |
| 7532 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15944 16331)) | 7534 | ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (16055 62096)) |
| 7533 | ;;; Generated autoloads from emacs-lisp/eldoc.el | 7535 | ;;; Generated autoloads from emacs-lisp/eldoc.el |
| 7534 | 7536 | ||
| 7535 | (defvar eldoc-minor-mode-string " ElDoc" "\ | 7537 | (defvar eldoc-minor-mode-string " ElDoc" "\ |
| @@ -7746,8 +7748,8 @@ as a multilingual text encoded in a coding system set by | |||
| 7746 | ;;;*** | 7748 | ;;;*** |
| 7747 | 7749 | ||
| 7748 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) | 7750 | ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) |
| 7749 | ;;;;;; "enriched" "enriched.el" (15535 7606)) | 7751 | ;;;;;; "enriched" "textmodes/enriched.el" (16087 59699)) |
| 7750 | ;;; Generated autoloads from enriched.el | 7752 | ;;; Generated autoloads from textmodes/enriched.el |
| 7751 | 7753 | ||
| 7752 | (autoload (quote enriched-mode) "enriched" "\ | 7754 | (autoload (quote enriched-mode) "enriched" "\ |
| 7753 | Minor mode for editing text/enriched files. | 7755 | Minor mode for editing text/enriched files. |
| @@ -7801,7 +7803,7 @@ Test Eshell to verify that it works as expected. | |||
| 7801 | ;;;*** | 7803 | ;;;*** |
| 7802 | 7804 | ||
| 7803 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 7805 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 7804 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15681 46036)) | 7806 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (16061 1440)) |
| 7805 | ;;; Generated autoloads from eshell/eshell.el | 7807 | ;;; Generated autoloads from eshell/eshell.el |
| 7806 | 7808 | ||
| 7807 | (autoload (quote eshell) "eshell" "\ | 7809 | (autoload (quote eshell) "eshell" "\ |
| @@ -8445,7 +8447,7 @@ Edit the hotlist of directory servers in a specialized buffer. | |||
| 8445 | 8447 | ||
| 8446 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p | 8448 | ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p |
| 8447 | ;;;;;; executable-self-display executable-set-magic executable-find) | 8449 | ;;;;;; executable-self-display executable-set-magic executable-find) |
| 8448 | ;;;;;; "executable" "progmodes/executable.el" (15305 61706)) | 8450 | ;;;;;; "executable" "progmodes/executable.el" (16071 64787)) |
| 8449 | ;;; Generated autoloads from progmodes/executable.el | 8451 | ;;; Generated autoloads from progmodes/executable.el |
| 8450 | 8452 | ||
| 8451 | (autoload (quote executable-find) "executable" "\ | 8453 | (autoload (quote executable-find) "executable" "\ |
| @@ -8976,7 +8978,7 @@ Thus ARG can also contain additional grep options. | |||
| 8976 | 8978 | ||
| 8977 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 8979 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 8978 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 8980 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 8979 | ;;;;;; (15935 41411)) | 8981 | ;;;;;; (16072 61017)) |
| 8980 | ;;; Generated autoloads from find-file.el | 8982 | ;;; Generated autoloads from find-file.el |
| 8981 | 8983 | ||
| 8982 | (autoload (quote ff-get-other-file) "find-file" "\ | 8984 | (autoload (quote ff-get-other-file) "find-file" "\ |
| @@ -9061,7 +9063,7 @@ Visit the file you click on in another window. | |||
| 9061 | ;;;;;; find-variable-other-window find-variable find-variable-noselect | 9063 | ;;;;;; find-variable-other-window find-variable find-variable-noselect |
| 9062 | ;;;;;; find-function-other-frame find-function-other-window find-function | 9064 | ;;;;;; find-function-other-frame find-function-other-window find-function |
| 9063 | ;;;;;; find-function-noselect find-function-search-for-symbol find-library) | 9065 | ;;;;;; find-function-noselect find-function-search-for-symbol find-library) |
| 9064 | ;;;;;; "find-func" "emacs-lisp/find-func.el" (15935 47054)) | 9066 | ;;;;;; "find-func" "emacs-lisp/find-func.el" (16072 61074)) |
| 9065 | ;;; Generated autoloads from emacs-lisp/find-func.el | 9067 | ;;; Generated autoloads from emacs-lisp/find-func.el |
| 9066 | 9068 | ||
| 9067 | (autoload (quote find-library) "find-func" "\ | 9069 | (autoload (quote find-library) "find-func" "\ |
| @@ -9475,7 +9477,7 @@ key binding | |||
| 9475 | ;;;*** | 9477 | ;;;*** |
| 9476 | 9478 | ||
| 9477 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) | 9479 | ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) |
| 9478 | ;;;;;; "forms" "forms.el" (15935 41512)) | 9480 | ;;;;;; "forms" "forms.el" (16111 31861)) |
| 9479 | ;;; Generated autoloads from forms.el | 9481 | ;;; Generated autoloads from forms.el |
| 9480 | 9482 | ||
| 9481 | (autoload (quote forms-mode) "forms" "\ | 9483 | (autoload (quote forms-mode) "forms" "\ |
| @@ -9512,7 +9514,7 @@ Visit a file in Forms mode in other window. | |||
| 9512 | ;;;*** | 9514 | ;;;*** |
| 9513 | 9515 | ||
| 9514 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 9516 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 9515 | ;;;;;; "progmodes/fortran.el" (16034 39560)) | 9517 | ;;;;;; "progmodes/fortran.el" (16116 34477)) |
| 9516 | ;;; Generated autoloads from progmodes/fortran.el | 9518 | ;;; Generated autoloads from progmodes/fortran.el |
| 9517 | 9519 | ||
| 9518 | (defvar fortran-tab-mode-default nil "\ | 9520 | (defvar fortran-tab-mode-default nil "\ |
| @@ -9694,7 +9696,7 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'. | |||
| 9694 | 9696 | ||
| 9695 | ;;;*** | 9697 | ;;;*** |
| 9696 | 9698 | ||
| 9697 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16052 16585)) | 9699 | ;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16116 34476)) |
| 9698 | ;;; Generated autoloads from gdb-ui.el | 9700 | ;;; Generated autoloads from gdb-ui.el |
| 9699 | 9701 | ||
| 9700 | (autoload (quote gdba) "gdb-ui" "\ | 9702 | (autoload (quote gdba) "gdb-ui" "\ |
| @@ -9894,7 +9896,7 @@ Not documented | |||
| 9894 | ;;;*** | 9896 | ;;;*** |
| 9895 | 9897 | ||
| 9896 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 9898 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 9897 | ;;;;;; (15935 47838)) | 9899 | ;;;;;; (16055 61921)) |
| 9898 | ;;; Generated autoloads from gnus/gnus-art.el | 9900 | ;;; Generated autoloads from gnus/gnus-art.el |
| 9899 | 9901 | ||
| 9900 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 9902 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -10223,7 +10225,7 @@ Use \\[describe-mode] for more info. | |||
| 10223 | ;;;*** | 10225 | ;;;*** |
| 10224 | 10226 | ||
| 10225 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 10227 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 10226 | ;;;;;; "goto-addr" "net/goto-addr.el" (15935 48476)) | 10228 | ;;;;;; "goto-addr" "net/goto-addr.el" (16072 61173)) |
| 10227 | ;;; Generated autoloads from net/goto-addr.el | 10229 | ;;; Generated autoloads from net/goto-addr.el |
| 10228 | 10230 | ||
| 10229 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 10231 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| @@ -10268,9 +10270,9 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful. | |||
| 10268 | 10270 | ||
| 10269 | ;;;*** | 10271 | ;;;*** |
| 10270 | 10272 | ||
| 10271 | ;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 10273 | ;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx |
| 10272 | ;;;;;; (15944 8064)) | 10274 | ;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16116 34477)) |
| 10273 | ;;; Generated autoloads from gud.el | 10275 | ;;; Generated autoloads from progmodes/gud.el |
| 10274 | 10276 | ||
| 10275 | (autoload (quote gdb) "gud" "\ | 10277 | (autoload (quote gdb) "gud" "\ |
| 10276 | Run gdb on program FILE in buffer *gud-FILE*. | 10278 | Run gdb on program FILE in buffer *gud-FILE*. |
| @@ -10341,6 +10343,13 @@ and source-file directory for your debugger. | |||
| 10341 | \(fn COMMAND-LINE)" t nil) | 10343 | \(fn COMMAND-LINE)" t nil) |
| 10342 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") | 10344 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") |
| 10343 | 10345 | ||
| 10346 | (add-to-list (quote auto-mode-alist) (quote ("/\\.gdbinit" . gdb-script-mode))) | ||
| 10347 | |||
| 10348 | (autoload (quote gdb-script-mode) "gud" "\ | ||
| 10349 | Major mode for editing GDB scripts | ||
| 10350 | |||
| 10351 | \(fn)" t nil) | ||
| 10352 | |||
| 10344 | ;;;*** | 10353 | ;;;*** |
| 10345 | 10354 | ||
| 10346 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15935 | 10355 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15935 |
| @@ -10391,7 +10400,7 @@ to be updated. | |||
| 10391 | 10400 | ||
| 10392 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | 10401 | ;;;### (autoloads (describe-categories describe-syntax describe-variable |
| 10393 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | 10402 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library |
| 10394 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16055 48781)) | 10403 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16065 15076)) |
| 10395 | ;;; Generated autoloads from help-fns.el | 10404 | ;;; Generated autoloads from help-fns.el |
| 10396 | 10405 | ||
| 10397 | (autoload (quote help-with-tutorial) "help-fns" "\ | 10406 | (autoload (quote help-with-tutorial) "help-fns" "\ |
| @@ -11085,14 +11094,23 @@ argument VERBOSE non-nil makes the function verbose. | |||
| 11085 | ;;;*** | 11094 | ;;;*** |
| 11086 | 11095 | ||
| 11087 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 11096 | ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" |
| 11088 | ;;;;;; (16055 54814)) | 11097 | ;;;;;; (16068 44808)) |
| 11089 | ;;; Generated autoloads from hl-line.el | 11098 | ;;; Generated autoloads from hl-line.el |
| 11090 | 11099 | ||
| 11091 | (autoload (quote hl-line-mode) "hl-line" "\ | 11100 | (autoload (quote hl-line-mode) "hl-line" "\ |
| 11092 | Minor mode to highlight the line about point in the current window. | 11101 | Buffer-local minor mode to highlight the line about point. |
| 11093 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. | 11102 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. |
| 11094 | Uses functions `hl-line-unhighlight' and `hl-line-highlight' on | 11103 | |
| 11095 | `pre-command-hook' and `post-command-hook'. | 11104 | If `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the |
| 11105 | line about the buffer's point in all windows. Caveat: the | ||
| 11106 | buffer's point might be different from the point of a | ||
| 11107 | non-selected window. Hl-Line mode uses the function | ||
| 11108 | `hl-line-highlight' on `post-command-hook' in this case. | ||
| 11109 | |||
| 11110 | When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the | ||
| 11111 | line about point in the selected window only. In this case, it | ||
| 11112 | uses the function `hl-line-unhighlight' on `pre-command-hook' in | ||
| 11113 | addition to `hl-line-highlight' on `post-command-hook'. | ||
| 11096 | 11114 | ||
| 11097 | \(fn &optional ARG)" t nil) | 11115 | \(fn &optional ARG)" t nil) |
| 11098 | 11116 | ||
| @@ -11105,10 +11123,11 @@ use either \\[customize] or the function `global-hl-line-mode'.") | |||
| 11105 | (custom-autoload (quote global-hl-line-mode) "hl-line") | 11123 | (custom-autoload (quote global-hl-line-mode) "hl-line") |
| 11106 | 11124 | ||
| 11107 | (autoload (quote global-hl-line-mode) "hl-line" "\ | 11125 | (autoload (quote global-hl-line-mode) "hl-line" "\ |
| 11108 | Toggle Hl-Line mode in every buffer. | 11126 | Global minor mode to highlight the line about point in the current window. |
| 11109 | With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive. | 11127 | With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise. |
| 11110 | Hl-Line mode is actually not turned on in every buffer but only in those | 11128 | |
| 11111 | in which `(lambda nil (hl-line-mode 1))' turns it on. | 11129 | Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and |
| 11130 | `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'. | ||
| 11112 | 11131 | ||
| 11113 | \(fn &optional ARG)" t nil) | 11132 | \(fn &optional ARG)" t nil) |
| 11114 | 11133 | ||
| @@ -11539,8 +11558,8 @@ defaults to one. | |||
| 11539 | ;;;*** | 11558 | ;;;*** |
| 11540 | 11559 | ||
| 11541 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | 11560 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter |
| 11542 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15971 | 11561 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (16071 |
| 11543 | ;;;;;; 28809)) | 11562 | ;;;;;; 53334)) |
| 11544 | ;;; Generated autoloads from ibuf-macs.el | 11563 | ;;; Generated autoloads from ibuf-macs.el |
| 11545 | 11564 | ||
| 11546 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | 11565 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ |
| @@ -11626,7 +11645,7 @@ bound to the current value of the filter. | |||
| 11626 | ;;;*** | 11645 | ;;;*** |
| 11627 | 11646 | ||
| 11628 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | 11647 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) |
| 11629 | ;;;;;; "ibuffer" "ibuffer.el" (16041 59570)) | 11648 | ;;;;;; "ibuffer" "ibuffer.el" (16071 53236)) |
| 11630 | ;;; Generated autoloads from ibuffer.el | 11649 | ;;; Generated autoloads from ibuffer.el |
| 11631 | 11650 | ||
| 11632 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | 11651 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ |
| @@ -11750,7 +11769,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 11750 | ;;;*** | 11769 | ;;;*** |
| 11751 | 11770 | ||
| 11752 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 11771 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 11753 | ;;;;;; (15948 48625)) | 11772 | ;;;;;; (16055 62372)) |
| 11754 | ;;; Generated autoloads from progmodes/idlwave.el | 11773 | ;;; Generated autoloads from progmodes/idlwave.el |
| 11755 | 11774 | ||
| 11756 | (autoload (quote idlwave-mode) "idlwave" "\ | 11775 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -12313,7 +12332,7 @@ Image files are those whose name has an extension in | |||
| 12313 | ;;;*** | 12332 | ;;;*** |
| 12314 | 12333 | ||
| 12315 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 12334 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 12316 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (16055 53707)) | 12335 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (16069 21415)) |
| 12317 | ;;; Generated autoloads from imenu.el | 12336 | ;;; Generated autoloads from imenu.el |
| 12318 | 12337 | ||
| 12319 | (defvar imenu-sort-function nil "\ | 12338 | (defvar imenu-sort-function nil "\ |
| @@ -12466,7 +12485,7 @@ for more information. | |||
| 12466 | 12485 | ||
| 12467 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | 12486 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion |
| 12468 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | 12487 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) |
| 12469 | ;;;;;; "ind-util" "language/ind-util.el" (16021 23618)) | 12488 | ;;;;;; "ind-util" "language/ind-util.el" (16071 62458)) |
| 12470 | ;;; Generated autoloads from language/ind-util.el | 12489 | ;;; Generated autoloads from language/ind-util.el |
| 12471 | 12490 | ||
| 12472 | (autoload (quote indian-compose-region) "ind-util" "\ | 12491 | (autoload (quote indian-compose-region) "ind-util" "\ |
| @@ -12565,9 +12584,9 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 12565 | ;;;*** | 12584 | ;;;*** |
| 12566 | 12585 | ||
| 12567 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 12586 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 12568 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 12587 | ;;;;;; Info-goto-emacs-command-node Info-index Info-directory info-standalone |
| 12569 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" | 12588 | ;;;;;; info-emacs-manual info info-other-window) "info" "info.el" |
| 12570 | ;;;;;; (16041 49650)) | 12589 | ;;;;;; (16116 34476)) |
| 12571 | ;;; Generated autoloads from info.el | 12590 | ;;; Generated autoloads from info.el |
| 12572 | 12591 | ||
| 12573 | (autoload (quote info-other-window) "info" "\ | 12592 | (autoload (quote info-other-window) "info" "\ |
| @@ -12609,6 +12628,18 @@ Go to the Info directory node. | |||
| 12609 | 12628 | ||
| 12610 | \(fn)" t nil) | 12629 | \(fn)" t nil) |
| 12611 | 12630 | ||
| 12631 | (autoload (quote Info-index) "info" "\ | ||
| 12632 | Look up a string TOPIC in the index for this file. | ||
| 12633 | The index is defined as the first node in the top level menu whose | ||
| 12634 | name contains the word \"Index\", plus any immediately following | ||
| 12635 | nodes whose names also contain the word \"Index\". | ||
| 12636 | If there are no exact matches to the specified topic, this chooses | ||
| 12637 | the first match which is a case-insensitive substring of a topic. | ||
| 12638 | Use the `,' command to see the other matches. | ||
| 12639 | Give a blank topic name to go to the Index node itself. | ||
| 12640 | |||
| 12641 | \(fn TOPIC)" t nil) | ||
| 12642 | |||
| 12612 | (autoload (quote Info-goto-emacs-command-node) "info" "\ | 12643 | (autoload (quote Info-goto-emacs-command-node) "info" "\ |
| 12613 | Go to the Info node in the Emacs manual for command COMMAND. | 12644 | Go to the Info node in the Emacs manual for command COMMAND. |
| 12614 | The command is found by looking up in Emacs manual's indices | 12645 | The command is found by looking up in Emacs manual's indices |
| @@ -12638,7 +12669,7 @@ This will add a speedbar major display mode. | |||
| 12638 | 12669 | ||
| 12639 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 12670 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 12640 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 12671 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 12641 | ;;;;;; (16014 53978)) | 12672 | ;;;;;; (16083 48497)) |
| 12642 | ;;; Generated autoloads from info-look.el | 12673 | ;;; Generated autoloads from info-look.el |
| 12643 | 12674 | ||
| 12644 | (autoload (quote info-lookup-reset) "info-look" "\ | 12675 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -12893,12 +12924,9 @@ Add submenus to the Files menu, to convert to and from various formats. | |||
| 12893 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 12924 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 12894 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist | 12925 | ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist |
| 12895 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) | 12926 | ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) |
| 12896 | ;;;;;; "ispell" "textmodes/ispell.el" (15935 49284)) | 12927 | ;;;;;; "ispell" "textmodes/ispell.el" (16077 16968)) |
| 12897 | ;;; Generated autoloads from textmodes/ispell.el | 12928 | ;;; Generated autoloads from textmodes/ispell.el |
| 12898 | 12929 | ||
| 12899 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | ||
| 12900 | Non nil if using XEmacs.") | ||
| 12901 | |||
| 12902 | (defvar ispell-personal-dictionary nil "\ | 12930 | (defvar ispell-personal-dictionary nil "\ |
| 12903 | *File name of your personal spelling dictionary, or nil. | 12931 | *File name of your personal spelling dictionary, or nil. |
| 12904 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, | 12932 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, |
| @@ -12908,21 +12936,27 @@ where DICTNAME is the name of your default dictionary.") | |||
| 12908 | 12936 | ||
| 12909 | (defvar ispell-local-dictionary-alist nil "\ | 12937 | (defvar ispell-local-dictionary-alist nil "\ |
| 12910 | *Contains local or customized dictionary definitions. | 12938 | *Contains local or customized dictionary definitions. |
| 12911 | See `ispell-dictionary-alist'.") | 12939 | |
| 12940 | These will override the values in `ispell-dictionary-alist'. | ||
| 12941 | |||
| 12942 | Customization changes made to `ispell-dictionary-alist' will not operate | ||
| 12943 | over emacs sessions. To make permanent changes to your dictionary | ||
| 12944 | definitions, you will need to make your changes in this variable, save, | ||
| 12945 | and then re-start emacs.") | ||
| 12912 | 12946 | ||
| 12913 | (custom-autoload (quote ispell-local-dictionary-alist) "ispell") | 12947 | (custom-autoload (quote ispell-local-dictionary-alist) "ispell") |
| 12914 | 12948 | ||
| 12915 | (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) | 12949 | (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) |
| 12916 | 12950 | ||
| 12917 | (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) | 12951 | (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) |
| 12918 | 12952 | ||
| 12919 | (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1)))) | 12953 | (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1)))) |
| 12920 | 12954 | ||
| 12921 | (setq ispell-dictionary-alist-4 (quote (("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1) ("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1)))) | 12955 | (setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1)))) |
| 12922 | 12956 | ||
| 12923 | (setq ispell-dictionary-alist-5 (quote (("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil ("-d" "norsk") "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1)))) | 12957 | (setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) |
| 12924 | 12958 | ||
| 12925 | (setq ispell-dictionary-alist-6 (quote (("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil ("-d" "polish") nil iso-8859-2) ("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil ("-d" "russian") nil koi8-r) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovak") nil iso-8859-2)))) | 12959 | (setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) |
| 12926 | 12960 | ||
| 12927 | (defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ | 12961 | (defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ |
| 12928 | An alist of dictionaries and their associated parameters. | 12962 | An alist of dictionaries and their associated parameters. |
| @@ -12982,9 +13016,9 @@ Spelling menu for XEmacs. | |||
| 12982 | If nil when package is loaded, a standard menu will be set, | 13016 | If nil when package is loaded, a standard menu will be set, |
| 12983 | and added as a submenu of the \"Edit\" menu.") | 13017 | and added as a submenu of the \"Edit\" menu.") |
| 12984 | 13018 | ||
| 12985 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload))) | 13019 | (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep (quote xemacs))) (quote reload))) |
| 12986 | 13020 | ||
| 12987 | (if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) (dict-map (make-sparse-keymap "Dictionaries")) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (unless (stringp name) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default")))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (cond ((not (stringp name))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name))))))))))) | 13021 | (if ispell-menu-map-needed (let ((dicts (if (fboundp (quote ispell-valid-dictionary-list)) (ispell-valid-dictionary-list) (mapcar (lambda (x) (or (car x) "default")) ispell-dictionary-alist))) (dict-map (make-sparse-keymap "Dictionaries"))) (setq ispell-menu-map (make-sparse-keymap "Spell")) (if (not dicts) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default"))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (name dicts) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name))))))))) |
| 12988 | 13022 | ||
| 12989 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) | 13023 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) |
| 12990 | 13024 | ||
| @@ -12992,7 +13026,7 @@ and added as a submenu of the \"Edit\" menu.") | |||
| 12992 | 13026 | ||
| 12993 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map))))) | 13027 | (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map))))) |
| 12994 | 13028 | ||
| 12995 | (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(-+\\|\\(/\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_]\\|~\\)+\\)+\\)"))) "\ | 13029 | (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)"))) "\ |
| 12996 | Alist expressing beginning and end of regions not to spell check. | 13030 | Alist expressing beginning and end of regions not to spell check. |
| 12997 | The alist key must be a regular expression. | 13031 | The alist key must be a regular expression. |
| 12998 | Valid forms include: | 13032 | Valid forms include: |
| @@ -13009,6 +13043,13 @@ Second list has key placed inside \\begin{}. | |||
| 13009 | Delete or add any regions you want to be automatically selected | 13043 | Delete or add any regions you want to be automatically selected |
| 13010 | for skipping in latex mode.") | 13044 | for skipping in latex mode.") |
| 13011 | 13045 | ||
| 13046 | (defvar ispell-html-skip-alists (quote (("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \n>]" ">") ("&[^ \n;]" "[; \n]"))) "\ | ||
| 13047 | *Lists of start and end keys to skip in HTML buffers. | ||
| 13048 | Same format as `ispell-skip-region-alist' | ||
| 13049 | Note - substrings of other matches must come last | ||
| 13050 | (e.g. \"<[tT][tT]/\" and \"<[^ | ||
| 13051 | >]\").") | ||
| 13052 | |||
| 13012 | (define-key esc-map "$" (quote ispell-word)) | 13053 | (define-key esc-map "$" (quote ispell-word)) |
| 13013 | 13054 | ||
| 13014 | (autoload (quote ispell-word) "ispell" "\ | 13055 | (autoload (quote ispell-word) "ispell" "\ |
| @@ -13031,7 +13072,7 @@ This will check or reload the dictionary. Use \\[ispell-change-dictionary] | |||
| 13031 | or \\[ispell-region] to update the Ispell process. | 13072 | or \\[ispell-region] to update the Ispell process. |
| 13032 | 13073 | ||
| 13033 | return values: | 13074 | return values: |
| 13034 | nil word is correct or spelling is accpeted. | 13075 | nil word is correct or spelling is accepted. |
| 13035 | 0 word is inserted into buffer-local definitions. | 13076 | 0 word is inserted into buffer-local definitions. |
| 13036 | \"word\" word corrected from word list. | 13077 | \"word\" word corrected from word list. |
| 13037 | \(\"word\" arg) word is hand entered. | 13078 | \(\"word\" arg) word is hand entered. |
| @@ -13173,7 +13214,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to | |||
| 13173 | 13214 | ||
| 13174 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer | 13215 | ;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer |
| 13175 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings | 13216 | ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings |
| 13176 | ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (15935 42109)) | 13217 | ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (16111 31861)) |
| 13177 | ;;; Generated autoloads from iswitchb.el | 13218 | ;;; Generated autoloads from iswitchb.el |
| 13178 | 13219 | ||
| 13179 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ | 13220 | (autoload (quote iswitchb-read-buffer) "iswitchb" "\ |
| @@ -13339,7 +13380,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful. | |||
| 13339 | ;;;*** | 13380 | ;;;*** |
| 13340 | 13381 | ||
| 13341 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) | 13382 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) |
| 13342 | ;;;;;; "jka-compr" "jka-compr.el" (15935 42140)) | 13383 | ;;;;;; "jka-compr" "jka-compr.el" (16111 31861)) |
| 13343 | ;;; Generated autoloads from jka-compr.el | 13384 | ;;; Generated autoloads from jka-compr.el |
| 13344 | 13385 | ||
| 13345 | (defvar auto-compression-mode nil "\ | 13386 | (defvar auto-compression-mode nil "\ |
| @@ -13862,7 +13903,7 @@ shown; this is often useful to constrain a big search. | |||
| 13862 | 13903 | ||
| 13863 | ;;;*** | 13904 | ;;;*** |
| 13864 | 13905 | ||
| 13865 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15937 39430)) | 13906 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16111 31861)) |
| 13866 | ;;; Generated autoloads from log-edit.el | 13907 | ;;; Generated autoloads from log-edit.el |
| 13867 | 13908 | ||
| 13868 | (autoload (quote log-edit) "log-edit" "\ | 13909 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -13883,12 +13924,14 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the | |||
| 13883 | 13924 | ||
| 13884 | ;;;*** | 13925 | ;;;*** |
| 13885 | 13926 | ||
| 13886 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (15935 | 13927 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16060 |
| 13887 | ;;;;;; 42309)) | 13928 | ;;;;;; 11649)) |
| 13888 | ;;; Generated autoloads from log-view.el | 13929 | ;;; Generated autoloads from log-view.el |
| 13889 | 13930 | ||
| 13890 | (autoload (quote log-view-mode) "log-view" "\ | 13931 | (autoload (quote log-view-mode) "log-view" "\ |
| 13891 | Major mode for browsing CVS log output." t nil) | 13932 | Major mode for browsing CVS log output. |
| 13933 | |||
| 13934 | \(fn)" t nil) | ||
| 13892 | 13935 | ||
| 13893 | ;;;*** | 13936 | ;;;*** |
| 13894 | 13937 | ||
| @@ -13988,7 +14031,7 @@ for further customization of the printer command. | |||
| 13988 | ;;;*** | 14031 | ;;;*** |
| 13989 | 14032 | ||
| 13990 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 14033 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 13991 | ;;;;;; (16049 517)) | 14034 | ;;;;;; (16066 27775)) |
| 13992 | ;;; Generated autoloads from ls-lisp.el | 14035 | ;;; Generated autoloads from ls-lisp.el |
| 13993 | 14036 | ||
| 13994 | (defvar ls-lisp-support-shell-wildcards t "\ | 14037 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -14114,7 +14157,7 @@ and then select the region of un-tablified names and use | |||
| 14114 | ;;;*** | 14157 | ;;;*** |
| 14115 | 14158 | ||
| 14116 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 14159 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 14117 | ;;;;;; "mail/mail-extr.el" (15791 51943)) | 14160 | ;;;;;; "mail/mail-extr.el" (16071 64205)) |
| 14118 | ;;; Generated autoloads from mail/mail-extr.el | 14161 | ;;; Generated autoloads from mail/mail-extr.el |
| 14119 | 14162 | ||
| 14120 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 14163 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -14248,8 +14291,8 @@ If DEFINITION contains multiple addresses, separate them with commas. | |||
| 14248 | ;;;*** | 14291 | ;;;*** |
| 14249 | 14292 | ||
| 14250 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases | 14293 | ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases |
| 14251 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (15935 | 14294 | ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (16055 |
| 14252 | ;;;;;; 48280)) | 14295 | ;;;;;; 62806)) |
| 14253 | ;;; Generated autoloads from mail/mailalias.el | 14296 | ;;; Generated autoloads from mail/mailalias.el |
| 14254 | 14297 | ||
| 14255 | (defvar mail-complete-style (quote angles) "\ | 14298 | (defvar mail-complete-style (quote angles) "\ |
| @@ -14388,7 +14431,7 @@ Previous contents of that buffer are killed first. | |||
| 14388 | 14431 | ||
| 14389 | ;;;*** | 14432 | ;;;*** |
| 14390 | 14433 | ||
| 14391 | ;;;### (autoloads (man-follow man) "man" "man.el" (16028 58385)) | 14434 | ;;;### (autoloads (man-follow man) "man" "man.el" (16111 31861)) |
| 14392 | ;;; Generated autoloads from man.el | 14435 | ;;; Generated autoloads from man.el |
| 14393 | 14436 | ||
| 14394 | (defalias (quote manual-entry) (quote man)) | 14437 | (defalias (quote manual-entry) (quote man)) |
| @@ -14437,8 +14480,8 @@ yourself the value of `master-of' by calling `master-show-slave'. | |||
| 14437 | 14480 | ||
| 14438 | ;;;*** | 14481 | ;;;*** |
| 14439 | 14482 | ||
| 14440 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (15968 | 14483 | ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16111 |
| 14441 | ;;;;;; 55256)) | 14484 | ;;;;;; 31862)) |
| 14442 | ;;; Generated autoloads from menu-bar.el | 14485 | ;;; Generated autoloads from menu-bar.el |
| 14443 | 14486 | ||
| 14444 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) | 14487 | (put (quote menu-bar-mode) (quote standard-value) (quote (t))) |
| @@ -14471,7 +14514,7 @@ turn on menu bars; otherwise, turn off menu bars. | |||
| 14471 | ;;;;;; message-signature message-indent-citation-function message-cite-function | 14514 | ;;;;;; message-signature message-indent-citation-function message-cite-function |
| 14472 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function | 14515 | ;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function |
| 14473 | ;;;;;; message-user-organization-file message-signature-separator | 14516 | ;;;;;; message-user-organization-file message-signature-separator |
| 14474 | ;;;;;; message-from-style) "message" "gnus/message.el" (15935 47838)) | 14517 | ;;;;;; message-from-style) "message" "gnus/message.el" (16061 817)) |
| 14475 | ;;; Generated autoloads from gnus/message.el | 14518 | ;;; Generated autoloads from gnus/message.el |
| 14476 | 14519 | ||
| 14477 | (defvar message-from-style (quote default) "\ | 14520 | (defvar message-from-style (quote default) "\ |
| @@ -14938,6 +14981,20 @@ Returns non-nil if the new state is enabled. | |||
| 14938 | 14981 | ||
| 14939 | ;;;*** | 14982 | ;;;*** |
| 14940 | 14983 | ||
| 14984 | ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" | ||
| 14985 | ;;;;;; (16110 13979)) | ||
| 14986 | ;;; Generated autoloads from progmodes/mixal-mode.el | ||
| 14987 | |||
| 14988 | (autoload (quote mixal-mode) "mixal-mode" "\ | ||
| 14989 | Major mode for the mixal asm language. | ||
| 14990 | \\{mixal-mode-map} | ||
| 14991 | |||
| 14992 | \(fn)" t nil) | ||
| 14993 | |||
| 14994 | (add-to-list (quote auto-mode-alist) (quote ("\\.mixal\\'" . mixal-mode))) | ||
| 14995 | |||
| 14996 | ;;;*** | ||
| 14997 | |||
| 14941 | ;;;### (autoloads (malayalam-composition-function malayalam-compose-region) | 14998 | ;;;### (autoloads (malayalam-composition-function malayalam-compose-region) |
| 14942 | ;;;;;; "mlm-util" "language/mlm-util.el" (15962 53815)) | 14999 | ;;;;;; "mlm-util" "language/mlm-util.el" (15962 53815)) |
| 14943 | ;;; Generated autoloads from language/mlm-util.el | 15000 | ;;; Generated autoloads from language/mlm-util.el |
| @@ -15086,7 +15143,7 @@ primary selection and region. | |||
| 15086 | 15143 | ||
| 15087 | ;;;*** | 15144 | ;;;*** |
| 15088 | 15145 | ||
| 15089 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (15571 60771)) | 15146 | ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (16055 62620)) |
| 15090 | ;;; Generated autoloads from play/mpuz.el | 15147 | ;;; Generated autoloads from play/mpuz.el |
| 15091 | 15148 | ||
| 15092 | (autoload (quote mpuz) "mpuz" "\ | 15149 | (autoload (quote mpuz) "mpuz" "\ |
| @@ -15395,7 +15452,7 @@ language environment LANG-ENV. | |||
| 15395 | ;;;*** | 15452 | ;;;*** |
| 15396 | 15453 | ||
| 15397 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 15454 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 15398 | ;;;;;; (15937 39489)) | 15455 | ;;;;;; (16111 31862)) |
| 15399 | ;;; Generated autoloads from mwheel.el | 15456 | ;;; Generated autoloads from mwheel.el |
| 15400 | 15457 | ||
| 15401 | (defvar mouse-wheel-mode nil "\ | 15458 | (defvar mouse-wheel-mode nil "\ |
| @@ -15518,7 +15575,7 @@ Open a network connection to HOST on PORT. | |||
| 15518 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column | 15575 | ;;;;;; comment-region uncomment-region comment-kill comment-set-column |
| 15519 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars | 15576 | ;;;;;; comment-indent comment-indent-default comment-normalize-vars |
| 15520 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) | 15577 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) |
| 15521 | ;;;;;; "newcomment" "newcomment.el" (16055 52476)) | 15578 | ;;;;;; "newcomment" "newcomment.el" (16111 31862)) |
| 15522 | ;;; Generated autoloads from newcomment.el | 15579 | ;;; Generated autoloads from newcomment.el |
| 15523 | 15580 | ||
| 15524 | (defalias (quote indent-for-comment) (quote comment-indent)) | 15581 | (defalias (quote indent-for-comment) (quote comment-indent)) |
| @@ -15930,9 +15987,9 @@ including a reproducible test case and send the message. | |||
| 15930 | 15987 | ||
| 15931 | ;;;*** | 15988 | ;;;*** |
| 15932 | 15989 | ||
| 15933 | ;;;### (autoloads (edit-options list-options) "options" "options.el" | 15990 | ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el" |
| 15934 | ;;;;;; (15935 43251)) | 15991 | ;;;;;; (16087 59373)) |
| 15935 | ;;; Generated autoloads from options.el | 15992 | ;;; Generated autoloads from obsolete/options.el |
| 15936 | 15993 | ||
| 15937 | (autoload (quote list-options) "options" "\ | 15994 | (autoload (quote list-options) "options" "\ |
| 15938 | Display a list of Emacs user options, with values and documentation. | 15995 | Display a list of Emacs user options, with values and documentation. |
| @@ -15952,9 +16009,9 @@ The Custom feature is intended to make this obsolete. | |||
| 15952 | 16009 | ||
| 15953 | ;;;*** | 16010 | ;;;*** |
| 15954 | 16011 | ||
| 15955 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 16012 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" |
| 15956 | ;;;;;; (15986 19737)) | 16013 | ;;;;;; (16087 59778)) |
| 15957 | ;;; Generated autoloads from textmodes/outline.el | 16014 | ;;; Generated autoloads from outline.el |
| 15958 | 16015 | ||
| 15959 | (autoload (quote outline-mode) "outline" "\ | 16016 | (autoload (quote outline-mode) "outline" "\ |
| 15960 | Set major mode for editing outlines with selective display. | 16017 | Set major mode for editing outlines with selective display. |
| @@ -15995,7 +16052,9 @@ A line is a heading if `outline-regexp' matches something at the | |||
| 15995 | beginning of the line. The longer the match, the deeper the level. | 16052 | beginning of the line. The longer the match, the deeper the level. |
| 15996 | 16053 | ||
| 15997 | Turning on outline mode calls the value of `text-mode-hook' and then of | 16054 | Turning on outline mode calls the value of `text-mode-hook' and then of |
| 15998 | `outline-mode-hook', if they are non-nil." t nil) | 16055 | `outline-mode-hook', if they are non-nil. |
| 16056 | |||
| 16057 | \(fn)" t nil) | ||
| 15999 | 16058 | ||
| 16000 | (autoload (quote outline-minor-mode) "outline" "\ | 16059 | (autoload (quote outline-minor-mode) "outline" "\ |
| 16001 | Toggle Outline minor mode. | 16060 | Toggle Outline minor mode. |
| @@ -16358,7 +16417,7 @@ Setup shell-mode to use pcomplete. | |||
| 16358 | 16417 | ||
| 16359 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status | 16418 | ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status |
| 16360 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" | 16419 | ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" |
| 16361 | ;;;;;; "pcvs.el" (16048 28273)) | 16420 | ;;;;;; "pcvs.el" (16078 30454)) |
| 16362 | ;;; Generated autoloads from pcvs.el | 16421 | ;;; Generated autoloads from pcvs.el |
| 16363 | 16422 | ||
| 16364 | (autoload (quote cvs-checkout) "pcvs" "\ | 16423 | (autoload (quote cvs-checkout) "pcvs" "\ |
| @@ -16435,15 +16494,15 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 16435 | 16494 | ||
| 16436 | ;;;*** | 16495 | ;;;*** |
| 16437 | 16496 | ||
| 16438 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15937 39529)) | 16497 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16111 31864)) |
| 16439 | ;;; Generated autoloads from pcvs-defs.el | 16498 | ;;; Generated autoloads from pcvs-defs.el |
| 16440 | 16499 | ||
| 16441 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) | 16500 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) |
| 16442 | 16501 | ||
| 16443 | ;;;*** | 16502 | ;;;*** |
| 16444 | 16503 | ||
| 16445 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 16504 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 16446 | ;;;;;; (15935 48915)) | 16505 | ;;;;;; (16078 17148)) |
| 16447 | ;;; Generated autoloads from progmodes/perl-mode.el | 16506 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 16448 | 16507 | ||
| 16449 | (autoload (quote perl-mode) "perl-mode" "\ | 16508 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -17269,16 +17328,57 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 17269 | 17328 | ||
| 17270 | ;;;*** | 17329 | ;;;*** |
| 17271 | 17330 | ||
| 17272 | ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (15490 41428)) | 17331 | ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (16111 |
| 17332 | ;;;;;; 31880)) | ||
| 17273 | ;;; Generated autoloads from progmodes/ps-mode.el | 17333 | ;;; Generated autoloads from progmodes/ps-mode.el |
| 17274 | (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) | 17334 | |
| 17335 | (autoload (quote ps-mode) "ps-mode" "\ | ||
| 17336 | Major mode for editing PostScript with GNU Emacs. | ||
| 17337 | |||
| 17338 | Entry to this mode calls `ps-mode-hook'. | ||
| 17339 | |||
| 17340 | The following variables hold user options, and can | ||
| 17341 | be set through the `customize' command: | ||
| 17342 | |||
| 17343 | `ps-mode-auto-indent' | ||
| 17344 | `ps-mode-tab' | ||
| 17345 | `ps-mode-paper-size' | ||
| 17346 | `ps-mode-print-function' | ||
| 17347 | `ps-run-prompt' | ||
| 17348 | `ps-run-font-lock-keywords-2' | ||
| 17349 | `ps-run-x' | ||
| 17350 | `ps-run-dumb' | ||
| 17351 | `ps-run-init' | ||
| 17352 | `ps-run-error-line-numbers' | ||
| 17353 | `ps-run-tmp-dir' | ||
| 17354 | |||
| 17355 | Type \\[describe-variable] for documentation on these options. | ||
| 17356 | |||
| 17357 | |||
| 17358 | \\{ps-mode-map} | ||
| 17359 | |||
| 17360 | |||
| 17361 | When starting an interactive PostScript process with \\[ps-run-start], | ||
| 17362 | a second window will be displayed, and `ps-run-mode-hook' will be called. | ||
| 17363 | The keymap for this second window is: | ||
| 17364 | |||
| 17365 | \\{ps-run-mode-map} | ||
| 17366 | |||
| 17367 | |||
| 17368 | When Ghostscript encounters an error it displays an error message | ||
| 17369 | with a file position. Clicking mouse-2 on this number will bring | ||
| 17370 | point to the corresponding spot in the PostScript window, if input | ||
| 17371 | to the interpreter was sent from that window. | ||
| 17372 | Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect. | ||
| 17373 | |||
| 17374 | \(fn)" t nil) | ||
| 17275 | 17375 | ||
| 17276 | ;;;*** | 17376 | ;;;*** |
| 17277 | 17377 | ||
| 17278 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets | 17378 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets |
| 17279 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition | 17379 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition |
| 17280 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font | 17380 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font |
| 17281 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15631 17763)) | 17381 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16066 64547)) |
| 17282 | ;;; Generated autoloads from ps-mule.el | 17382 | ;;; Generated autoloads from ps-mule.el |
| 17283 | 17383 | ||
| 17284 | (defvar ps-multibyte-buffer nil "\ | 17384 | (defvar ps-multibyte-buffer nil "\ |
| @@ -17404,8 +17504,8 @@ Not documented | |||
| 17404 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 17504 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 17405 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 17505 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 17406 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 17506 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 17407 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (15974 | 17507 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16066 |
| 17408 | ;;;;;; 43593)) | 17508 | ;;;;;; 64547)) |
| 17409 | ;;; Generated autoloads from ps-print.el | 17509 | ;;; Generated autoloads from ps-print.el |
| 17410 | 17510 | ||
| 17411 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ | 17511 | (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ |
| @@ -18080,8 +18180,8 @@ rectangle which were empty. | |||
| 18080 | 18180 | ||
| 18081 | ;;;*** | 18181 | ;;;*** |
| 18082 | 18182 | ||
| 18083 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16013 | 18183 | ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16111 |
| 18084 | ;;;;;; 62188)) | 18184 | ;;;;;; 31887)) |
| 18085 | ;;; Generated autoloads from textmodes/refill.el | 18185 | ;;; Generated autoloads from textmodes/refill.el |
| 18086 | 18186 | ||
| 18087 | (autoload (quote refill-mode) "refill" "\ | 18187 | (autoload (quote refill-mode) "refill" "\ |
| @@ -18097,7 +18197,7 @@ refilling if they would cause auto-filling. | |||
| 18097 | ;;;*** | 18197 | ;;;*** |
| 18098 | 18198 | ||
| 18099 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" | 18199 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" |
| 18100 | ;;;;;; (15927 49403)) | 18200 | ;;;;;; (16065 22699)) |
| 18101 | ;;; Generated autoloads from textmodes/reftex.el | 18201 | ;;; Generated autoloads from textmodes/reftex.el |
| 18102 | 18202 | ||
| 18103 | (autoload (quote turn-on-reftex) "reftex" "\ | 18203 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -18141,7 +18241,7 @@ on the menu bar. | |||
| 18141 | ;;;*** | 18241 | ;;;*** |
| 18142 | 18242 | ||
| 18143 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 18243 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 18144 | ;;;;;; (15935 49285)) | 18244 | ;;;;;; (16065 22527)) |
| 18145 | ;;; Generated autoloads from textmodes/reftex-cite.el | 18245 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 18146 | 18246 | ||
| 18147 | (autoload (quote reftex-citation) "reftex-cite" "\ | 18247 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -18412,7 +18512,7 @@ Make a ring that can contain SIZE elements. | |||
| 18412 | 18512 | ||
| 18413 | ;;;*** | 18513 | ;;;*** |
| 18414 | 18514 | ||
| 18415 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (15504 36563)) | 18515 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (16055 62708)) |
| 18416 | ;;; Generated autoloads from net/rlogin.el | 18516 | ;;; Generated autoloads from net/rlogin.el |
| 18417 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 18517 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 18418 | 18518 | ||
| @@ -18463,7 +18563,7 @@ variable. | |||
| 18463 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 18563 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 18464 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 18564 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 18465 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 18565 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 18466 | ;;;;;; "rmail" "mail/rmail.el" (15957 17297)) | 18566 | ;;;;;; "rmail" "mail/rmail.el" (16066 55484)) |
| 18467 | ;;; Generated autoloads from mail/rmail.el | 18567 | ;;; Generated autoloads from mail/rmail.el |
| 18468 | 18568 | ||
| 18469 | (defvar rmail-dont-reply-to-names nil "\ | 18569 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -18480,7 +18580,7 @@ the variable `rmail-dont-reply-to-names', for when the user does not set | |||
| 18480 | value is the user's email address and name.) | 18580 | value is the user's email address and name.) |
| 18481 | It is useful to set this variable in the site customization file.") | 18581 | It is useful to set this variable in the site customization file.") |
| 18482 | 18582 | ||
| 18483 | (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:") "\ | 18583 | (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date" "\\|^x.*-priority:\\|^x-mimeole:") "\ |
| 18484 | *Regexp to match header fields that Rmail should normally hide. | 18584 | *Regexp to match header fields that Rmail should normally hide. |
| 18485 | This variable is used for reformatting the message header, | 18585 | This variable is used for reformatting the message header, |
| 18486 | which normally happens once for each message, | 18586 | which normally happens once for each message, |
| @@ -18522,7 +18622,7 @@ See also `rmail-highlight-face'.") | |||
| 18522 | 18622 | ||
| 18523 | (defvar rmail-primary-inbox-list nil "\ | 18623 | (defvar rmail-primary-inbox-list nil "\ |
| 18524 | *List of files which are inboxes for user's primary mail file `~/RMAIL'. | 18624 | *List of files which are inboxes for user's primary mail file `~/RMAIL'. |
| 18525 | `nil' means the default, which is (\"/usr/spool/mail/$USER\") | 18625 | nil means the default, which is (\"/usr/spool/mail/$USER\") |
| 18526 | \(the name varies depending on the operating system, | 18626 | \(the name varies depending on the operating system, |
| 18527 | and the value of the environment variable MAIL overrides it).") | 18627 | and the value of the environment variable MAIL overrides it).") |
| 18528 | 18628 | ||
| @@ -19072,8 +19172,8 @@ This function is obsolete. | |||
| 19072 | 19172 | ||
| 19073 | ;;;*** | 19173 | ;;;*** |
| 19074 | 19174 | ||
| 19075 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15947 | 19175 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16111 |
| 19076 | ;;;;;; 49114)) | 19176 | ;;;;;; 31864)) |
| 19077 | ;;; Generated autoloads from ruler-mode.el | 19177 | ;;; Generated autoloads from ruler-mode.el |
| 19078 | 19178 | ||
| 19079 | (autoload (quote ruler-mode) "ruler-mode" "\ | 19179 | (autoload (quote ruler-mode) "ruler-mode" "\ |
| @@ -19414,9 +19514,9 @@ This mode is an extended emacs-lisp mode. | |||
| 19414 | 19514 | ||
| 19415 | ;;;*** | 19515 | ;;;*** |
| 19416 | 19516 | ||
| 19417 | ;;;### (autoloads (scribe-mode) "scribe" "textmodes/scribe.el" (15394 | 19517 | ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (16087 |
| 19418 | ;;;;;; 10702)) | 19518 | ;;;;;; 59373)) |
| 19419 | ;;; Generated autoloads from textmodes/scribe.el | 19519 | ;;; Generated autoloads from obsolete/scribe.el |
| 19420 | 19520 | ||
| 19421 | (autoload (quote scribe-mode) "scribe" "\ | 19521 | (autoload (quote scribe-mode) "scribe" "\ |
| 19422 | Major mode for editing files of Scribe (a text formatter) source. | 19522 | Major mode for editing files of Scribe (a text formatter) source. |
| @@ -19433,7 +19533,9 @@ Interesting variables: | |||
| 19433 | 19533 | ||
| 19434 | `scribe-electric-parenthesis' | 19534 | `scribe-electric-parenthesis' |
| 19435 | Non-nil makes an open-parenthesis char (one of `([<{') | 19535 | Non-nil makes an open-parenthesis char (one of `([<{') |
| 19436 | automatically insert its close if typed after an @Command form." t nil) | 19536 | automatically insert its close if typed after an @Command form. |
| 19537 | |||
| 19538 | \(fn)" t nil) | ||
| 19437 | 19539 | ||
| 19438 | ;;;*** | 19540 | ;;;*** |
| 19439 | 19541 | ||
| @@ -19464,7 +19566,7 @@ apply to all visible windows in the same frame. | |||
| 19464 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 19566 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 19465 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers | 19567 | ;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers |
| 19466 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from | 19568 | ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from |
| 19467 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16051 51641)) | 19569 | ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16071 64650)) |
| 19468 | ;;; Generated autoloads from mail/sendmail.el | 19570 | ;;; Generated autoloads from mail/sendmail.el |
| 19469 | 19571 | ||
| 19470 | (defvar mail-from-style (quote angles) "\ | 19572 | (defvar mail-from-style (quote angles) "\ |
| @@ -19590,7 +19692,9 @@ Here are commands that move to a header field (and create it if there isn't): | |||
| 19590 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). | 19692 | \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked). |
| 19591 | \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). | 19693 | \\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC). |
| 19592 | Turning on Mail mode runs the normal hooks `text-mode-hook' and | 19694 | Turning on Mail mode runs the normal hooks `text-mode-hook' and |
| 19593 | `mail-mode-hook' (in that order)." t nil) | 19695 | `mail-mode-hook' (in that order). |
| 19696 | |||
| 19697 | \(fn)" t nil) | ||
| 19594 | 19698 | ||
| 19595 | (defvar sendmail-coding-system nil "\ | 19699 | (defvar sendmail-coding-system nil "\ |
| 19596 | *Coding system for encoding the outgoing mail. | 19700 | *Coding system for encoding the outgoing mail. |
| @@ -19718,7 +19822,7 @@ These are active only in the minibuffer, when entering or editing a formula: | |||
| 19718 | ;;;*** | 19822 | ;;;*** |
| 19719 | 19823 | ||
| 19720 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 19824 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 19721 | ;;;;;; (15904 40709)) | 19825 | ;;;;;; (16111 31888)) |
| 19722 | ;;; Generated autoloads from textmodes/sgml-mode.el | 19826 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 19723 | 19827 | ||
| 19724 | (autoload (quote sgml-mode) "sgml-mode" "\ | 19828 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -19738,7 +19842,9 @@ Use \\[sgml-validate] to validate your document with an SGML parser. | |||
| 19738 | 19842 | ||
| 19739 | Do \\[describe-variable] sgml- SPC to see available variables. | 19843 | Do \\[describe-variable] sgml- SPC to see available variables. |
| 19740 | Do \\[describe-key] on the following bindings to discover what they do. | 19844 | Do \\[describe-key] on the following bindings to discover what they do. |
| 19741 | \\{sgml-mode-map}" t nil) | 19845 | \\{sgml-mode-map} |
| 19846 | |||
| 19847 | \(fn)" t nil) | ||
| 19742 | 19848 | ||
| 19743 | (autoload (quote html-mode) "sgml-mode" "\ | 19849 | (autoload (quote html-mode) "sgml-mode" "\ |
| 19744 | Major mode based on SGML mode for editing HTML documents. | 19850 | Major mode based on SGML mode for editing HTML documents. |
| @@ -19775,12 +19881,14 @@ interesting. But note that some HTML 2 browsers can't handle `''. | |||
| 19775 | To work around that, do: | 19881 | To work around that, do: |
| 19776 | (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil)) | 19882 | (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil)) |
| 19777 | 19883 | ||
| 19778 | \\{html-mode-map}" t nil) | 19884 | \\{html-mode-map} |
| 19885 | |||
| 19886 | \(fn)" t nil) | ||
| 19779 | 19887 | ||
| 19780 | ;;;*** | 19888 | ;;;*** |
| 19781 | 19889 | ||
| 19782 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 19890 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 19783 | ;;;;;; (15946 8210)) | 19891 | ;;;;;; (16111 31880)) |
| 19784 | ;;; Generated autoloads from progmodes/sh-script.el | 19892 | ;;; Generated autoloads from progmodes/sh-script.el |
| 19785 | 19893 | ||
| 19786 | (put (quote sh-mode) (quote mode-class) (quote special)) | 19894 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -19933,7 +20041,7 @@ Set up file shadowing. | |||
| 19933 | ;;;*** | 20041 | ;;;*** |
| 19934 | 20042 | ||
| 19935 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 20043 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 19936 | ;;;;;; (15930 37817)) | 20044 | ;;;;;; (16111 31864)) |
| 19937 | ;;; Generated autoloads from shell.el | 20045 | ;;; Generated autoloads from shell.el |
| 19938 | 20046 | ||
| 19939 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 20047 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -20026,9 +20134,8 @@ with no arguments, if that value is non-nil." t nil) | |||
| 20026 | 20134 | ||
| 20027 | ;;;*** | 20135 | ;;;*** |
| 20028 | 20136 | ||
| 20029 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy | 20137 | ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new |
| 20030 | ;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el" | 20138 | ;;;;;; define-skeleton) "skeleton" "skeleton.el" (16111 31865)) |
| 20031 | ;;;;;; (15912 26916)) | ||
| 20032 | ;;; Generated autoloads from skeleton.el | 20139 | ;;; Generated autoloads from skeleton.el |
| 20033 | 20140 | ||
| 20034 | (defvar skeleton-filter (quote identity) "\ | 20141 | (defvar skeleton-filter (quote identity) "\ |
| @@ -20036,39 +20143,23 @@ Function for transforming a skeleton proxy's aliases' variable value.") | |||
| 20036 | 20143 | ||
| 20037 | (autoload (quote define-skeleton) "skeleton" "\ | 20144 | (autoload (quote define-skeleton) "skeleton" "\ |
| 20038 | Define a user-configurable COMMAND that enters a statement skeleton. | 20145 | Define a user-configurable COMMAND that enters a statement skeleton. |
| 20039 | DOCUMENTATION is that of the command, while the variable of the same name, | 20146 | DOCUMENTATION is that of the command. |
| 20040 | which contains the skeleton, has a documentation to that effect. | 20147 | SKELETON is as defined under `skeleton-insert'. |
| 20041 | INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'. | ||
| 20042 | 20148 | ||
| 20043 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro)) | 20149 | \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro)) |
| 20044 | 20150 | ||
| 20045 | (autoload (quote skeleton-proxy-new) "skeleton" "\ | 20151 | (autoload (quote skeleton-proxy-new) "skeleton" "\ |
| 20046 | Insert skeleton defined by variable of same name (see `skeleton-insert'). | 20152 | Insert SKELETON. |
| 20047 | Prefix ARG allows wrapping around words or regions (see `skeleton-insert'). | ||
| 20048 | If no ARG was given, but the region is visible, ARG defaults to -1 depending | ||
| 20049 | on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once. | ||
| 20050 | This command can also be an abbrev expansion (3rd and 4th columns in | ||
| 20051 | \\[edit-abbrevs] buffer: \"\" command-name). | ||
| 20052 | |||
| 20053 | When called as a function, optional first argument STR may also be a string | ||
| 20054 | which will be the value of `str' whereas the skeleton's interactor is then | ||
| 20055 | ignored. | ||
| 20056 | |||
| 20057 | \(fn SKELETON &optional STR ARG)" t nil) | ||
| 20058 | |||
| 20059 | (autoload (quote skeleton-proxy) "skeleton" "\ | ||
| 20060 | Insert skeleton defined by variable of same name (see `skeleton-insert'). | ||
| 20061 | Prefix ARG allows wrapping around words or regions (see `skeleton-insert'). | 20153 | Prefix ARG allows wrapping around words or regions (see `skeleton-insert'). |
| 20062 | If no ARG was given, but the region is visible, ARG defaults to -1 depending | 20154 | If no ARG was given, but the region is visible, ARG defaults to -1 depending |
| 20063 | on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once. | 20155 | on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once. |
| 20064 | This command can also be an abbrev expansion (3rd and 4th columns in | 20156 | This command can also be an abbrev expansion (3rd and 4th columns in |
| 20065 | \\[edit-abbrevs] buffer: \"\" command-name). | 20157 | \\[edit-abbrevs] buffer: \"\" command-name). |
| 20066 | 20158 | ||
| 20067 | When called as a function, optional first argument STR may also be a string | 20159 | Optional first argument STR may also be a string which will be the value |
| 20068 | which will be the value of `str' whereas the skeleton's interactor is then | 20160 | of `str' whereas the skeleton's interactor is then ignored. |
| 20069 | ignored. | ||
| 20070 | 20161 | ||
| 20071 | \(fn &optional STR ARG)" t nil) | 20162 | \(fn SKELETON &optional STR ARG)" nil nil) |
| 20072 | 20163 | ||
| 20073 | (autoload (quote skeleton-insert) "skeleton" "\ | 20164 | (autoload (quote skeleton-insert) "skeleton" "\ |
| 20074 | Insert the complex statement skeleton SKELETON describes very concisely. | 20165 | Insert the complex statement skeleton SKELETON describes very concisely. |
| @@ -20095,6 +20186,8 @@ If ELEMENT is a string or a character it gets inserted (see also | |||
| 20095 | 20186 | ||
| 20096 | \\n go to next line and indent according to mode | 20187 | \\n go to next line and indent according to mode |
| 20097 | _ interesting point, interregion here | 20188 | _ interesting point, interregion here |
| 20189 | - interesting point, no interregion interaction, overrides | ||
| 20190 | interesting point set by _ | ||
| 20098 | > indent line (or interregion if > _) according to major mode | 20191 | > indent line (or interregion if > _) according to major mode |
| 20099 | @ add position to `skeleton-positions' | 20192 | @ add position to `skeleton-positions' |
| 20100 | & do next ELEMENT iff previous moved point | 20193 | & do next ELEMENT iff previous moved point |
| @@ -20103,8 +20196,8 @@ If ELEMENT is a string or a character it gets inserted (see also | |||
| 20103 | resume: skipped, continue here if quit is signaled | 20196 | resume: skipped, continue here if quit is signaled |
| 20104 | nil skipped | 20197 | nil skipped |
| 20105 | 20198 | ||
| 20106 | After termination, point will be positioned at the first occurrence | 20199 | After termination, point will be positioned at the last occurrence of - |
| 20107 | of _ or @ or at the end of the inserted text. | 20200 | or at the first occurrence of _ or at the end of the inserted text. |
| 20108 | 20201 | ||
| 20109 | Further elements can be defined via `skeleton-further-elements'. ELEMENT may | 20202 | Further elements can be defined via `skeleton-further-elements'. ELEMENT may |
| 20110 | itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for | 20203 | itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for |
| @@ -20117,19 +20210,19 @@ strings with the subskeleton being repeated once for each string. | |||
| 20117 | 20210 | ||
| 20118 | Quoted Lisp expressions are evaluated for their side-effects. | 20211 | Quoted Lisp expressions are evaluated for their side-effects. |
| 20119 | Other Lisp expressions are evaluated and the value treated as above. | 20212 | Other Lisp expressions are evaluated and the value treated as above. |
| 20120 | Note that expressions may not return `t' since this implies an | 20213 | Note that expressions may not return t since this implies an |
| 20121 | endless loop. Modes can define other symbols by locally setting them | 20214 | endless loop. Modes can define other symbols by locally setting them |
| 20122 | to any valid skeleton element. The following local variables are | 20215 | to any valid skeleton element. The following local variables are |
| 20123 | available: | 20216 | available: |
| 20124 | 20217 | ||
| 20125 | str first time: read a string according to INTERACTOR | 20218 | str first time: read a string according to INTERACTOR |
| 20126 | then: insert previously read string once more | 20219 | then: insert previously read string once more |
| 20127 | help help-form during interaction with the user or `nil' | 20220 | help help-form during interaction with the user or nil |
| 20128 | input initial input (string or cons with index) while reading str | 20221 | input initial input (string or cons with index) while reading str |
| 20129 | v1, v2 local variables for memorizing anything you want | 20222 | v1, v2 local variables for memorizing anything you want |
| 20130 | 20223 | ||
| 20131 | When done with skeleton, but before going back to `_'-point call | 20224 | When done with skeleton, but before going back to `_'-point call |
| 20132 | `skeleton-end-hook' if that is non-`nil'. | 20225 | `skeleton-end-hook' if that is non-nil. |
| 20133 | 20226 | ||
| 20134 | \(fn SKELETON &optional REGIONS STR)" nil nil) | 20227 | \(fn SKELETON &optional REGIONS STR)" nil nil) |
| 20135 | 20228 | ||
| @@ -20185,7 +20278,7 @@ which smileys to operate on and which images to use for them. | |||
| 20185 | ;;;*** | 20278 | ;;;*** |
| 20186 | 20279 | ||
| 20187 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 20280 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 20188 | ;;;;;; "mail/smtpmail.el" (15935 48280)) | 20281 | ;;;;;; "mail/smtpmail.el" (16065 19461)) |
| 20189 | ;;; Generated autoloads from mail/smtpmail.el | 20282 | ;;; Generated autoloads from mail/smtpmail.el |
| 20190 | 20283 | ||
| 20191 | (autoload (quote smtpmail-send-it) "smtpmail" "\ | 20284 | (autoload (quote smtpmail-send-it) "smtpmail" "\ |
| @@ -20404,7 +20497,7 @@ Pick your favourite shortcuts: | |||
| 20404 | 20497 | ||
| 20405 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields | 20498 | ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields |
| 20406 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs | 20499 | ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs |
| 20407 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (16011 22577)) | 20500 | ;;;;;; sort-lines sort-subr) "sort" "sort.el" (16111 31865)) |
| 20408 | ;;; Generated autoloads from sort.el | 20501 | ;;; Generated autoloads from sort.el |
| 20409 | 20502 | ||
| 20410 | (autoload (quote sort-subr) "sort" "\ | 20503 | (autoload (quote sort-subr) "sort" "\ |
| @@ -20443,7 +20536,10 @@ ENDKEYFUN moves from the start of the sort key to the end of the sort key. | |||
| 20443 | ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the | 20536 | ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the |
| 20444 | same as ENDRECFUN. | 20537 | same as ENDRECFUN. |
| 20445 | 20538 | ||
| 20446 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN)" nil nil) | 20539 | PREDICATE is the function to use to compare keys. If keys are numbers, |
| 20540 | it defaults to `<', otherwise it defaults to `string<'. | ||
| 20541 | |||
| 20542 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil) | ||
| 20447 | 20543 | ||
| 20448 | (autoload (quote sort-lines) "sort" "\ | 20544 | (autoload (quote sort-lines) "sort" "\ |
| 20449 | Sort lines in region alphabetically; argument means descending order. | 20545 | Sort lines in region alphabetically; argument means descending order. |
| @@ -20622,9 +20718,9 @@ Return a vector containing the lines from `spook-phrases-file'. | |||
| 20622 | ;;;*** | 20718 | ;;;*** |
| 20623 | 20719 | ||
| 20624 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres | 20720 | ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres |
| 20625 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase | 20721 | ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix |
| 20626 | ;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15836 | 20722 | ;;;;;; sql-sybase sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" |
| 20627 | ;;;;;; 39390)) | 20723 | ;;;;;; (16116 34477)) |
| 20628 | ;;; Generated autoloads from progmodes/sql.el | 20724 | ;;; Generated autoloads from progmodes/sql.el |
| 20629 | 20725 | ||
| 20630 | (autoload (quote sql-help) "sql" "\ | 20726 | (autoload (quote sql-help) "sql" "\ |
| @@ -20637,6 +20733,7 @@ Use the following commands to start a specific SQL interpreter: | |||
| 20637 | 20733 | ||
| 20638 | PostGres: \\[sql-postgres] | 20734 | PostGres: \\[sql-postgres] |
| 20639 | MySQL: \\[sql-mysql] | 20735 | MySQL: \\[sql-mysql] |
| 20736 | SQLite: \\[sql-sqlite] | ||
| 20640 | 20737 | ||
| 20641 | Other non-free SQL implementations are also supported: | 20738 | Other non-free SQL implementations are also supported: |
| 20642 | 20739 | ||
| @@ -20773,6 +20870,34 @@ The default comes from `process-coding-system-alist' and | |||
| 20773 | 20870 | ||
| 20774 | \(fn)" t nil) | 20871 | \(fn)" t nil) |
| 20775 | 20872 | ||
| 20873 | (autoload (quote sql-sqlite) "sql" "\ | ||
| 20874 | Run sqlite as an inferior process. | ||
| 20875 | |||
| 20876 | SQLite is free software. | ||
| 20877 | |||
| 20878 | If buffer `*SQL*' exists but no process is running, make a new process. | ||
| 20879 | If buffer exists and a process is running, just switch to buffer | ||
| 20880 | `*SQL*'. | ||
| 20881 | |||
| 20882 | Interpreter used comes from variable `sql-sqlite-program'. Login uses | ||
| 20883 | the variables `sql-user', `sql-password', `sql-database', and | ||
| 20884 | `sql-server' as defaults, if set. Additional command line parameters | ||
| 20885 | can be stored in the list `sql-sqlite-options'. | ||
| 20886 | |||
| 20887 | The buffer is put in sql-interactive-mode, giving commands for sending | ||
| 20888 | input. See `sql-interactive-mode'. | ||
| 20889 | |||
| 20890 | To specify a coding system for converting non-ASCII characters | ||
| 20891 | in the input and output to the process, use \\[universal-coding-system-argument] | ||
| 20892 | before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system] | ||
| 20893 | in the SQL buffer, after you start the process. | ||
| 20894 | The default comes from `process-coding-system-alist' and | ||
| 20895 | `default-process-coding-system'. | ||
| 20896 | |||
| 20897 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.) | ||
| 20898 | |||
| 20899 | \(fn)" t nil) | ||
| 20900 | |||
| 20776 | (autoload (quote sql-mysql) "sql" "\ | 20901 | (autoload (quote sql-mysql) "sql" "\ |
| 20777 | Run mysql by TcX as an inferior process. | 20902 | Run mysql by TcX as an inferior process. |
| 20778 | 20903 | ||
| @@ -21125,14 +21250,15 @@ Studlify-case the current buffer. | |||
| 21125 | ;;;*** | 21250 | ;;;*** |
| 21126 | 21251 | ||
| 21127 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" | 21252 | ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" |
| 21128 | ;;;;;; (16048 25497)) | 21253 | ;;;;;; (16078 48647)) |
| 21129 | ;;; Generated autoloads from mail/supercite.el | 21254 | ;;; Generated autoloads from mail/supercite.el |
| 21130 | 21255 | ||
| 21131 | (autoload (quote sc-cite-original) "supercite" "\ | 21256 | (autoload (quote sc-cite-original) "supercite" "\ |
| 21132 | Workhorse citing function which performs the initial citation. | 21257 | Workhorse citing function which performs the initial citation. |
| 21133 | This is callable from the various mail and news readers' reply | 21258 | This is callable from the various mail and news readers' reply |
| 21134 | function according to the agreed upon standard. See `\\[sc-describe]' | 21259 | function according to the agreed upon standard. See the associated |
| 21135 | for more details. `sc-cite-original' does not do any yanking of the | 21260 | info node `(SC)Top' for more details. |
| 21261 | `sc-cite-original' does not do any yanking of the | ||
| 21136 | original message but it does require a few things: | 21262 | original message but it does require a few things: |
| 21137 | 21263 | ||
| 21138 | 1) The reply buffer is the current buffer. | 21264 | 1) The reply buffer is the current buffer. |
| @@ -21209,7 +21335,7 @@ The variable `tab-width' controls the spacing of tab stops. | |||
| 21209 | ;;;;;; table-recognize table-insert-row-column table-insert-column | 21335 | ;;;;;; table-recognize table-insert-row-column table-insert-column |
| 21210 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | 21336 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook |
| 21211 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | 21337 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) |
| 21212 | ;;;;;; "table" "textmodes/table.el" (15954 5687)) | 21338 | ;;;;;; "table" "textmodes/table.el" (16111 31888)) |
| 21213 | ;;; Generated autoloads from textmodes/table.el | 21339 | ;;; Generated autoloads from textmodes/table.el |
| 21214 | 21340 | ||
| 21215 | (defvar table-cell-map-hook nil "\ | 21341 | (defvar table-cell-map-hook nil "\ |
| @@ -21829,7 +21955,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 21829 | ;;;*** | 21955 | ;;;*** |
| 21830 | 21956 | ||
| 21831 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 21957 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 21832 | ;;;;;; "progmodes/tcl.el" (15945 25970)) | 21958 | ;;;;;; "progmodes/tcl.el" (16111 31880)) |
| 21833 | ;;; Generated autoloads from progmodes/tcl.el | 21959 | ;;; Generated autoloads from progmodes/tcl.el |
| 21834 | 21960 | ||
| 21835 | (autoload (quote tcl-mode) "tcl" "\ | 21961 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -21861,7 +21987,9 @@ Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for | |||
| 21861 | already exist. | 21987 | already exist. |
| 21862 | 21988 | ||
| 21863 | Commands: | 21989 | Commands: |
| 21864 | \\{tcl-mode-map}" t nil) | 21990 | \\{tcl-mode-map} |
| 21991 | |||
| 21992 | \(fn)" t nil) | ||
| 21865 | 21993 | ||
| 21866 | (autoload (quote inferior-tcl) "tcl" "\ | 21994 | (autoload (quote inferior-tcl) "tcl" "\ |
| 21867 | Run inferior Tcl process. | 21995 | Run inferior Tcl process. |
| @@ -22018,7 +22146,7 @@ tetris-mode keybindings: | |||
| 22018 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 22146 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 22019 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 22147 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 22020 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 22148 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 22021 | ;;;;;; (16027 4813)) | 22149 | ;;;;;; (16111 31888)) |
| 22022 | ;;; Generated autoloads from textmodes/tex-mode.el | 22150 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 22023 | 22151 | ||
| 22024 | (defvar tex-shell-file-name nil "\ | 22152 | (defvar tex-shell-file-name nil "\ |
| @@ -22161,7 +22289,15 @@ Normally set to either `plain-tex-mode' or `latex-mode'.") | |||
| 22161 | 22289 | ||
| 22162 | (custom-autoload (quote tex-close-quote) "tex-mode") | 22290 | (custom-autoload (quote tex-close-quote) "tex-mode") |
| 22163 | 22291 | ||
| 22164 | (autoload (quote tex-mode) "tex-mode" nil t nil) | 22292 | (autoload (quote tex-mode) "tex-mode" "\ |
| 22293 | Major mode for editing files of input for TeX, LaTeX, or SliTeX. | ||
| 22294 | Tries to determine (by looking at the beginning of the file) whether | ||
| 22295 | this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode', | ||
| 22296 | `latex-mode', or `slitex-mode', respectively. If it cannot be determined, | ||
| 22297 | such as if there are no commands in the file, the value of `tex-default-mode' | ||
| 22298 | says which mode to use. | ||
| 22299 | |||
| 22300 | \(fn)" t nil) | ||
| 22165 | 22301 | ||
| 22166 | (defalias (quote TeX-mode) (quote tex-mode)) | 22302 | (defalias (quote TeX-mode) (quote tex-mode)) |
| 22167 | 22303 | ||
| @@ -22208,7 +22344,9 @@ tex-show-queue-command | |||
| 22208 | 22344 | ||
| 22209 | Entering Plain-tex mode runs the hook `text-mode-hook', then the hook | 22345 | Entering Plain-tex mode runs the hook `text-mode-hook', then the hook |
| 22210 | `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the | 22346 | `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the |
| 22211 | special subshell is initiated, the hook `tex-shell-hook' is run." t nil) | 22347 | special subshell is initiated, the hook `tex-shell-hook' is run. |
| 22348 | |||
| 22349 | \(fn)" t nil) | ||
| 22212 | 22350 | ||
| 22213 | (autoload (quote latex-mode) "tex-mode" "\ | 22351 | (autoload (quote latex-mode) "tex-mode" "\ |
| 22214 | Major mode for editing files of input for LaTeX. | 22352 | Major mode for editing files of input for LaTeX. |
| @@ -22249,7 +22387,9 @@ tex-show-queue-command | |||
| 22249 | 22387 | ||
| 22250 | Entering Latex mode runs the hook `text-mode-hook', then | 22388 | Entering Latex mode runs the hook `text-mode-hook', then |
| 22251 | `tex-mode-hook', and finally `latex-mode-hook'. When the special | 22389 | `tex-mode-hook', and finally `latex-mode-hook'. When the special |
| 22252 | subshell is initiated, `tex-shell-hook' is run." t nil) | 22390 | subshell is initiated, `tex-shell-hook' is run. |
| 22391 | |||
| 22392 | \(fn)" t nil) | ||
| 22253 | 22393 | ||
| 22254 | (autoload (quote slitex-mode) "tex-mode" "\ | 22394 | (autoload (quote slitex-mode) "tex-mode" "\ |
| 22255 | Major mode for editing files of input for SliTeX. | 22395 | Major mode for editing files of input for SliTeX. |
| @@ -22291,7 +22431,9 @@ tex-show-queue-command | |||
| 22291 | Entering SliTeX mode runs the hook `text-mode-hook', then the hook | 22431 | Entering SliTeX mode runs the hook `text-mode-hook', then the hook |
| 22292 | `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook | 22432 | `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook |
| 22293 | `slitex-mode-hook'. When the special subshell is initiated, the hook | 22433 | `slitex-mode-hook'. When the special subshell is initiated, the hook |
| 22294 | `tex-shell-hook' is run." t nil) | 22434 | `tex-shell-hook' is run. |
| 22435 | |||
| 22436 | \(fn)" t nil) | ||
| 22295 | 22437 | ||
| 22296 | (autoload (quote tex-start-shell) "tex-mode" "\ | 22438 | (autoload (quote tex-start-shell) "tex-mode" "\ |
| 22297 | Not documented | 22439 | Not documented |
| @@ -22299,12 +22441,14 @@ Not documented | |||
| 22299 | \(fn)" nil nil) | 22441 | \(fn)" nil nil) |
| 22300 | 22442 | ||
| 22301 | (autoload (quote doctex-mode) "tex-mode" "\ | 22443 | (autoload (quote doctex-mode) "tex-mode" "\ |
| 22302 | Major mode to edit DocTeX files." t nil) | 22444 | Major mode to edit DocTeX files. |
| 22445 | |||
| 22446 | \(fn)" t nil) | ||
| 22303 | 22447 | ||
| 22304 | ;;;*** | 22448 | ;;;*** |
| 22305 | 22449 | ||
| 22306 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 22450 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 22307 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15944 17864)) | 22451 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (16111 31888)) |
| 22308 | ;;; Generated autoloads from textmodes/texinfmt.el | 22452 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 22309 | 22453 | ||
| 22310 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 22454 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -22344,7 +22488,7 @@ if large. You can use Info-split to do this manually. | |||
| 22344 | ;;;*** | 22488 | ;;;*** |
| 22345 | 22489 | ||
| 22346 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 22490 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 22347 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15986 22457)) | 22491 | ;;;;;; "texinfo" "textmodes/texinfo.el" (16111 31888)) |
| 22348 | ;;; Generated autoloads from textmodes/texinfo.el | 22492 | ;;; Generated autoloads from textmodes/texinfo.el |
| 22349 | 22493 | ||
| 22350 | (defvar texinfo-open-quote "``" "\ | 22494 | (defvar texinfo-open-quote "``" "\ |
| @@ -22422,7 +22566,9 @@ If the file has a `top' node, it must be called `top' or `Top' and | |||
| 22422 | be the first node in the file. | 22566 | be the first node in the file. |
| 22423 | 22567 | ||
| 22424 | Entering Texinfo mode calls the value of `text-mode-hook', and then the | 22568 | Entering Texinfo mode calls the value of `text-mode-hook', and then the |
| 22425 | value of `texinfo-mode-hook'." t nil) | 22569 | value of `texinfo-mode-hook'. |
| 22570 | |||
| 22571 | \(fn)" t nil) | ||
| 22426 | 22572 | ||
| 22427 | ;;;*** | 22573 | ;;;*** |
| 22428 | 22574 | ||
| @@ -22785,17 +22931,18 @@ With ARG, turn time stamping on if and only if arg is positive. | |||
| 22785 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 22931 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 22786 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 22932 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 22787 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 22933 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 22788 | ;;;;;; (15935 46813)) | 22934 | ;;;;;; (16111 31865)) |
| 22789 | ;;; Generated autoloads from calendar/timeclock.el | 22935 | ;;; Generated autoloads from calendar/timeclock.el |
| 22790 | 22936 | ||
| 22791 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 22937 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| 22792 | Toggle display of the amount of time left today in the modeline. | 22938 | Toggle display of the amount of time left today in the modeline. |
| 22793 | If `timeclock-use-display-time' is non-nil, the modeline will be | 22939 | If `timeclock-use-display-time' is non-nil (the default), then |
| 22794 | updated whenever the time display is updated. Otherwise, the | 22940 | the function `display-time-mode' must be active, and the modeline |
| 22795 | timeclock will use its own sixty second timer to do its updating. | 22941 | will be updated whenever the time display is updated. Otherwise, |
| 22796 | With prefix ARG, turn modeline display on if and only if ARG is | 22942 | the timeclock will use its own sixty second timer to do its |
| 22797 | positive. Returns the new status of timeclock modeline display | 22943 | updating. With prefix ARG, turn modeline display on if and only |
| 22798 | \(non-nil means on). | 22944 | if ARG is positive. Returns the new status of timeclock modeline |
| 22945 | display (non-nil means on). | ||
| 22799 | 22946 | ||
| 22800 | \(fn &optional ARG)" t nil) | 22947 | \(fn &optional ARG)" t nil) |
| 22801 | 22948 | ||
| @@ -22842,7 +22989,7 @@ project you were working on. | |||
| 22842 | 22989 | ||
| 22843 | (autoload (quote timeclock-query-out) "timeclock" "\ | 22990 | (autoload (quote timeclock-query-out) "timeclock" "\ |
| 22844 | Ask the user before clocking out. | 22991 | Ask the user before clocking out. |
| 22845 | This is a useful function for adding to `kill-emacs-hook'. | 22992 | This is a useful function for adding to `kill-emacs-query-functions'. |
| 22846 | 22993 | ||
| 22847 | \(fn)" nil nil) | 22994 | \(fn)" nil nil) |
| 22848 | 22995 | ||
| @@ -22884,8 +23031,8 @@ non-nil. | |||
| 22884 | 23031 | ||
| 22885 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer | 23032 | ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer |
| 22886 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" | 23033 | ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" |
| 22887 | ;;;;;; "timer.el" (15935 44381)) | 23034 | ;;;;;; "emacs-lisp/timer.el" (16087 59607)) |
| 22888 | ;;; Generated autoloads from timer.el | 23035 | ;;; Generated autoloads from emacs-lisp/timer.el |
| 22889 | 23036 | ||
| 22890 | (defalias (quote disable-timeout) (quote cancel-timer)) | 23037 | (defalias (quote disable-timeout) (quote cancel-timer)) |
| 22891 | 23038 | ||
| @@ -23282,7 +23429,7 @@ the window or buffer configuration at all. | |||
| 23282 | 23429 | ||
| 23283 | ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler | 23430 | ;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler |
| 23284 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) | 23431 | ;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) |
| 23285 | ;;;;;; "tramp" "net/tramp.el" (16019 11187)) | 23432 | ;;;;;; "tramp" "net/tramp.el" (16111 31879)) |
| 23286 | ;;; Generated autoloads from net/tramp.el | 23433 | ;;; Generated autoloads from net/tramp.el |
| 23287 | 23434 | ||
| 23288 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ | 23435 | (defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ |
| @@ -23341,17 +23488,21 @@ Also see `tramp-file-name-structure'.") | |||
| 23341 | (custom-autoload (quote tramp-completion-file-name-regexp) "tramp") | 23488 | (custom-autoload (quote tramp-completion-file-name-regexp) "tramp") |
| 23342 | 23489 | ||
| 23343 | (autoload (quote tramp-file-name-handler) "tramp" "\ | 23490 | (autoload (quote tramp-file-name-handler) "tramp" "\ |
| 23344 | Invoke tramp file name handler. | 23491 | Invoke Tramp file name handler. |
| 23345 | Falls back to normal file name handler if no tramp file name handler exists. | 23492 | Falls back to normal file name handler if no tramp file name handler exists. |
| 23346 | 23493 | ||
| 23347 | \(fn OPERATION &rest ARGS)" nil nil) | 23494 | \(fn OPERATION &rest ARGS)" nil nil) |
| 23348 | 23495 | ||
| 23496 | (put (quote tramp-file-name-handler) (quote file-remote-p) t) | ||
| 23497 | |||
| 23349 | (autoload (quote tramp-completion-file-name-handler) "tramp" "\ | 23498 | (autoload (quote tramp-completion-file-name-handler) "tramp" "\ |
| 23350 | Invoke tramp file name completion handler. | 23499 | Invoke tramp file name completion handler. |
| 23351 | Falls back to normal file name handler if no tramp file name handler exists. | 23500 | Falls back to normal file name handler if no tramp file name handler exists. |
| 23352 | 23501 | ||
| 23353 | \(fn OPERATION &rest ARGS)" nil nil) | 23502 | \(fn OPERATION &rest ARGS)" nil nil) |
| 23354 | 23503 | ||
| 23504 | (put (quote tramp-completion-file-name-handler) (quote safe-magic) t) | ||
| 23505 | |||
| 23355 | (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) | 23506 | (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) |
| 23356 | 23507 | ||
| 23357 | ;;;*** | 23508 | ;;;*** |
| @@ -23407,7 +23558,7 @@ First column's text sSs Second column's text | |||
| 23407 | ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics | 23558 | ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics |
| 23408 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold | 23559 | ;;;;;; type-break type-break-mode type-break-keystroke-threshold |
| 23409 | ;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) | 23560 | ;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) |
| 23410 | ;;;;;; "type-break" "type-break.el" (16022 48590)) | 23561 | ;;;;;; "type-break" "type-break.el" (16111 31865)) |
| 23411 | ;;; Generated autoloads from type-break.el | 23562 | ;;; Generated autoloads from type-break.el |
| 23412 | 23563 | ||
| 23413 | (defvar type-break-mode nil "\ | 23564 | (defvar type-break-mode nil "\ |
| @@ -23426,7 +23577,7 @@ use either \\[customize] or the function `type-break-mode'.") | |||
| 23426 | (defvar type-break-good-rest-interval (/ type-break-interval 6) "\ | 23577 | (defvar type-break-good-rest-interval (/ type-break-interval 6) "\ |
| 23427 | *Number of seconds of idle time considered to be an adequate typing rest. | 23578 | *Number of seconds of idle time considered to be an adequate typing rest. |
| 23428 | 23579 | ||
| 23429 | When this variable is non-`nil', emacs checks the idle time between | 23580 | When this variable is non-nil, emacs checks the idle time between |
| 23430 | keystrokes. If this idle time is long enough to be considered a \"good\" | 23581 | keystrokes. If this idle time is long enough to be considered a \"good\" |
| 23431 | rest from typing, then the next typing break is simply rescheduled for later. | 23582 | rest from typing, then the next typing break is simply rescheduled for later. |
| 23432 | 23583 | ||
| @@ -23692,7 +23843,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 23692 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window | 23843 | ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window |
| 23693 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 23844 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file |
| 23694 | ;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook | 23845 | ;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook |
| 23695 | ;;;;;; vc-checkout-hook) "vc" "vc.el" (15955 54118)) | 23846 | ;;;;;; vc-checkout-hook) "vc" "vc.el" (16116 34476)) |
| 23696 | ;;; Generated autoloads from vc.el | 23847 | ;;; Generated autoloads from vc.el |
| 23697 | 23848 | ||
| 23698 | (defvar vc-checkout-hook nil "\ | 23849 | (defvar vc-checkout-hook nil "\ |
| @@ -23703,7 +23854,7 @@ See `run-hooks'.") | |||
| 23703 | 23854 | ||
| 23704 | (defvar vc-checkin-hook nil "\ | 23855 | (defvar vc-checkin-hook nil "\ |
| 23705 | *Normal hook (list of functions) run after a checkin is done. | 23856 | *Normal hook (list of functions) run after a checkin is done. |
| 23706 | See `run-hooks'.") | 23857 | See also `log-edit-done-hook'.") |
| 23707 | 23858 | ||
| 23708 | (custom-autoload (quote vc-checkin-hook) "vc") | 23859 | (custom-autoload (quote vc-checkin-hook) "vc") |
| 23709 | 23860 | ||
| @@ -23973,7 +24124,7 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 23973 | 24124 | ||
| 23974 | ;;;*** | 24125 | ;;;*** |
| 23975 | 24126 | ||
| 23976 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16038 37288)) | 24127 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16078 24841)) |
| 23977 | ;;; Generated autoloads from vc-cvs.el | 24128 | ;;; Generated autoloads from vc-cvs.el |
| 23978 | (defun vc-cvs-registered (f) | 24129 | (defun vc-cvs-registered (f) |
| 23979 | (when (file-readable-p (expand-file-name | 24130 | (when (file-readable-p (expand-file-name |
| @@ -23983,24 +24134,26 @@ colors. `vc-annotate-background' specifies the background color. | |||
| 23983 | 24134 | ||
| 23984 | ;;;*** | 24135 | ;;;*** |
| 23985 | 24136 | ||
| 23986 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16053 24103)) | 24137 | ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16064 63661)) |
| 23987 | ;;; Generated autoloads from vc-mcvs.el | 24138 | ;;; Generated autoloads from vc-mcvs.el |
| 23988 | (defun vc-mcvs-registered (file) | 24139 | (defun vc-mcvs-registered (file) |
| 23989 | (let ((dir file)) | 24140 | (let ((dir file)) |
| 23990 | (while (and (stringp dir) | 24141 | (while (and (stringp dir) |
| 23991 | (not (equal dir (setq dir (file-name-directory dir))))) | 24142 | (not (equal |
| 24143 | dir (setq dir (file-name-directory dir)))) | ||
| 24144 | dir) | ||
| 23992 | (setq dir (if (file-directory-p | 24145 | (setq dir (if (file-directory-p |
| 23993 | (expand-file-name "MCVS/CVS" dir)) | 24146 | (expand-file-name "MCVS/CVS" dir)) |
| 23994 | t (directory-file-name dir)))) | 24147 | t (directory-file-name dir)))) |
| 23995 | (if (eq dir t) | 24148 | (if (eq dir t) |
| 23996 | (progn | 24149 | (progn |
| 23997 | (load "vc-mcvs") | 24150 | (load "vc-mcvs") |
| 23998 | (vc-mcvs-registered file))))) | 24151 | (vc-mcvs-registered file))))) |
| 23999 | 24152 | ||
| 24000 | ;;;*** | 24153 | ;;;*** |
| 24001 | 24154 | ||
| 24002 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 24155 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 24003 | ;;;;;; (15935 44540)) | 24156 | ;;;;;; (16058 44808)) |
| 24004 | ;;; Generated autoloads from vc-rcs.el | 24157 | ;;; Generated autoloads from vc-rcs.el |
| 24005 | 24158 | ||
| 24006 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 24159 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -24013,7 +24166,7 @@ For a description of possible values, see `vc-check-master-templates'.") | |||
| 24013 | ;;;*** | 24166 | ;;;*** |
| 24014 | 24167 | ||
| 24015 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" | 24168 | ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" |
| 24016 | ;;;;;; (15935 44554)) | 24169 | ;;;;;; (16058 44425)) |
| 24017 | ;;; Generated autoloads from vc-sccs.el | 24170 | ;;; Generated autoloads from vc-sccs.el |
| 24018 | 24171 | ||
| 24019 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ | 24172 | (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ |
| @@ -24030,7 +24183,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 24030 | 24183 | ||
| 24031 | ;;;*** | 24184 | ;;;*** |
| 24032 | 24185 | ||
| 24033 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16054 36275)) | 24186 | ;;;### (autoloads nil "vc-svn" "vc-svn.el" (16066 39743)) |
| 24034 | ;;; Generated autoloads from vc-svn.el | 24187 | ;;; Generated autoloads from vc-svn.el |
| 24035 | (defun vc-svn-registered (f) | 24188 | (defun vc-svn-registered (f) |
| 24036 | (when (file-readable-p (expand-file-name | 24189 | (when (file-readable-p (expand-file-name |
| @@ -24038,6 +24191,8 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) | |||
| 24038 | (load "vc-svn") | 24191 | (load "vc-svn") |
| 24039 | (vc-svn-registered f))) | 24192 | (vc-svn-registered f))) |
| 24040 | 24193 | ||
| 24194 | (add-to-list (quote completion-ignored-extensions) ".svn/") | ||
| 24195 | |||
| 24041 | ;;;*** | 24196 | ;;;*** |
| 24042 | 24197 | ||
| 24043 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" | 24198 | ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" |
| @@ -24667,8 +24822,8 @@ Not documented | |||
| 24667 | 24822 | ||
| 24668 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 24823 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 24669 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 24824 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 24670 | ;;;;;; view-file-other-window view-file) "view" "view.el" (16051 | 24825 | ;;;;;; view-file-other-window view-file) "view" "view.el" (16111 |
| 24671 | ;;;;;; 51601)) | 24826 | ;;;;;; 31865)) |
| 24672 | ;;; Generated autoloads from view.el | 24827 | ;;; Generated autoloads from view.el |
| 24673 | 24828 | ||
| 24674 | (defvar view-mode nil "\ | 24829 | (defvar view-mode nil "\ |
| @@ -24875,9 +25030,15 @@ Exit View mode and make the current buffer editable. | |||
| 24875 | 25030 | ||
| 24876 | ;;;*** | 25031 | ;;;*** |
| 24877 | 25032 | ||
| 24878 | ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15935 47202)) | 25033 | ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (16111 |
| 25034 | ;;;;;; 31879)) | ||
| 24879 | ;;; Generated autoloads from emulation/vip.el | 25035 | ;;; Generated autoloads from emulation/vip.el |
| 24880 | 25036 | ||
| 25037 | (autoload (quote vip-setup) "vip" "\ | ||
| 25038 | Set up bindings for C-x 7 and C-z that are useful for VIP users. | ||
| 25039 | |||
| 25040 | \(fn)" nil nil) | ||
| 25041 | |||
| 24881 | (autoload (quote vip-mode) "vip" "\ | 25042 | (autoload (quote vip-mode) "vip" "\ |
| 24882 | Turn on VIP emulation of VI. | 25043 | Turn on VIP emulation of VI. |
| 24883 | 25044 | ||
| @@ -24902,9 +25063,9 @@ Turn on Viper emulation of Vi. | |||
| 24902 | 25063 | ||
| 24903 | ;;;*** | 25064 | ;;;*** |
| 24904 | 25065 | ||
| 24905 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" | 25066 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" |
| 24906 | ;;;;;; (15832 5930)) | 25067 | ;;;;;; (16087 59607)) |
| 24907 | ;;; Generated autoloads from warnings.el | 25068 | ;;; Generated autoloads from emacs-lisp/warnings.el |
| 24908 | 25069 | ||
| 24909 | (defvar warning-prefix-function nil "\ | 25070 | (defvar warning-prefix-function nil "\ |
| 24910 | Function to generate warning prefixes. | 25071 | Function to generate warning prefixes. |
| @@ -25001,9 +25162,11 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 25001 | 25162 | ||
| 25002 | ;;;*** | 25163 | ;;;*** |
| 25003 | 25164 | ||
| 25004 | ;;;### (autoloads (which-function-mode) "which-func" "which-func.el" | 25165 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 25005 | ;;;;;; (16034 39630)) | 25166 | ;;;;;; (16087 59843)) |
| 25006 | ;;; Generated autoloads from which-func.el | 25167 | ;;; Generated autoloads from progmodes/which-func.el |
| 25168 | (put 'which-func-format 'risky-local-variable t) | ||
| 25169 | (put 'which-func-current 'risky-local-variable t) | ||
| 25007 | 25170 | ||
| 25008 | (defalias (quote which-func-mode) (quote which-function-mode)) | 25171 | (defalias (quote which-func-mode) (quote which-function-mode)) |
| 25009 | 25172 | ||
| @@ -25032,7 +25195,7 @@ and off otherwise. | |||
| 25032 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check | 25195 | ;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check |
| 25033 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check | 25196 | ;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check |
| 25034 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" | 25197 | ;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" |
| 25035 | ;;;;;; (15851 63104)) | 25198 | ;;;;;; (16111 31865)) |
| 25036 | ;;; Generated autoloads from whitespace.el | 25199 | ;;; Generated autoloads from whitespace.el |
| 25037 | 25200 | ||
| 25038 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ | 25201 | (autoload (quote whitespace-toggle-leading-check) "whitespace" "\ |
| @@ -25147,8 +25310,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 25147 | ;;;*** | 25310 | ;;;*** |
| 25148 | 25311 | ||
| 25149 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 25312 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 25150 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15948 | 25313 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16111 |
| 25151 | ;;;;;; 48537)) | 25314 | ;;;;;; 31865)) |
| 25152 | ;;; Generated autoloads from wid-edit.el | 25315 | ;;; Generated autoloads from wid-edit.el |
| 25153 | 25316 | ||
| 25154 | (autoload (quote widgetp) "wid-edit" "\ | 25317 | (autoload (quote widgetp) "wid-edit" "\ |
| @@ -25190,8 +25353,8 @@ Setup current buffer so editing string widgets works. | |||
| 25190 | ;;;*** | 25353 | ;;;*** |
| 25191 | 25354 | ||
| 25192 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right | 25355 | ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right |
| 25193 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (15576 | 25356 | ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (16111 |
| 25194 | ;;;;;; 685)) | 25357 | ;;;;;; 31865)) |
| 25195 | ;;; Generated autoloads from windmove.el | 25358 | ;;; Generated autoloads from windmove.el |
| 25196 | 25359 | ||
| 25197 | (autoload (quote windmove-left) "windmove" "\ | 25360 | (autoload (quote windmove-left) "windmove" "\ |
| @@ -25411,6 +25574,30 @@ The key bindings are: | |||
| 25411 | 25574 | ||
| 25412 | ;;;*** | 25575 | ;;;*** |
| 25413 | 25576 | ||
| 25577 | ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" | ||
| 25578 | ;;;;;; (16111 31865)) | ||
| 25579 | ;;; Generated autoloads from xml.el | ||
| 25580 | |||
| 25581 | (autoload (quote xml-parse-file) "xml" "\ | ||
| 25582 | Parse the well-formed XML file FILE. | ||
| 25583 | If FILE is already visited, use its buffer and don't kill it. | ||
| 25584 | Returns the top node with all its children. | ||
| 25585 | If PARSE-DTD is non-nil, the DTD is parsed rather than skipped. | ||
| 25586 | |||
| 25587 | \(fn FILE &optional PARSE-DTD)" nil nil) | ||
| 25588 | |||
| 25589 | (autoload (quote xml-parse-region) "xml" "\ | ||
| 25590 | Parse the region from BEG to END in BUFFER. | ||
| 25591 | If BUFFER is nil, it defaults to the current buffer. | ||
| 25592 | Returns the XML list for the region, or raises an error if the region | ||
| 25593 | is not a well-formed XML file. | ||
| 25594 | If PARSE-DTD is non-nil, the DTD is parsed rather than skipped, | ||
| 25595 | and returned as the first element of the list. | ||
| 25596 | |||
| 25597 | \(fn BEG END &optional BUFFER PARSE-DTD)" nil nil) | ||
| 25598 | |||
| 25599 | ;;;*** | ||
| 25600 | |||
| 25414 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16017 | 25601 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16017 |
| 25415 | ;;;;;; 34179)) | 25602 | ;;;;;; 34179)) |
| 25416 | ;;; Generated autoloads from xt-mouse.el | 25603 | ;;; Generated autoloads from xt-mouse.el |
| @@ -25492,35 +25679,36 @@ Zone-mode does two things: | |||
| 25492 | ;;;*** | 25679 | ;;;*** |
| 25493 | 25680 | ||
| 25494 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "bindings.el" | 25681 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "bindings.el" |
| 25495 | ;;;;;; "buff-menu.el" "byte-run.el" "calc/calc-aent.el" "calc/calc-alg.el" | 25682 | ;;;;;; "buff-menu.el" "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el" |
| 25496 | ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el" | 25683 | ;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el" |
| 25497 | ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el" | 25684 | ;;;;;; "calc/calc-embed.el" "calc/calc-fin.el" "calc/calc-forms.el" |
| 25498 | ;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el" | 25685 | ;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-graph.el" |
| 25499 | ;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" | 25686 | ;;;;;; "calc/calc-help.el" "calc/calc-incom.el" "calc/calc-keypd.el" |
| 25500 | ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el" | 25687 | ;;;;;; "calc/calc-lang.el" "calc/calc-macs.el" "calc/calc-maint.el" |
| 25501 | ;;;;;; "calc/calc-maint.el" "calc/calc-map.el" "calc/calc-math.el" | 25688 | ;;;;;; "calc/calc-map.el" "calc/calc-math.el" "calc/calc-misc.el" |
| 25502 | ;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el" | 25689 | ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-poly.el" |
| 25503 | ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el" | 25690 | ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" |
| 25504 | ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el" | 25691 | ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" |
| 25505 | ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el" | 25692 | ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" |
| 25506 | ;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el" | 25693 | ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" |
| 25507 | ;;;;;; "calc/calc-yank.el" "calc/calcalg2.el" "calc/calcalg3.el" | 25694 | ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el" |
| 25508 | ;;;;;; "calc/calccomp.el" "calc/calcsel2.el" "calendar/cal-china.el" | 25695 | ;;;;;; "calc/calcsel2.el" "calendar/cal-china.el" "calendar/cal-coptic.el" |
| 25509 | ;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" | 25696 | ;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" |
| 25510 | ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" | 25697 | ;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-menu.el" |
| 25511 | ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" | 25698 | ;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el" |
| 25512 | ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el" | 25699 | ;;;;;; "calendar/cal-x.el" "calendar/parse-time.el" "case-table.el" |
| 25513 | ;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" | 25700 | ;;;;;; "cdl.el" "cus-dep.el" "cus-start.el" "custom.el" "dos-fns.el" |
| 25514 | ;;;;;; "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" | 25701 | ;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" |
| 25515 | ;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" | 25702 | ;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" |
| 25516 | ;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" | 25703 | ;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" |
| 25517 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el" | 25704 | ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" |
| 25518 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" | 25705 | ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" |
| 25519 | ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el" | 25706 | ;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" |
| 25520 | ;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el" | 25707 | ;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el" |
| 25521 | ;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" | 25708 | ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" |
| 25522 | ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" | 25709 | ;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" |
| 25523 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" | 25710 | ;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/map-ynp.el" |
| 25711 | ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el" | ||
| 25524 | ;;;;;; "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" | 25712 | ;;;;;; "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el" |
| 25525 | ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" | 25713 | ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el" |
| 25526 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" | 25714 | ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el" |
| @@ -25536,12 +25724,12 @@ Zone-mode does two things: | |||
| 25536 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" | 25724 | ;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" |
| 25537 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" | 25725 | ;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" |
| 25538 | ;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" | 25726 | ;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" |
| 25539 | ;;;;;; "float-sup.el" "foldout.el" "font-core.el" "format.el" "forms-d2.el" | 25727 | ;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" |
| 25540 | ;;;;;; "forms-pass.el" "frame.el" "generic-x.el" "gnus/flow-fill.el" | 25728 | ;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el" |
| 25541 | ;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" | 25729 | ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" |
| 25542 | ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" | 25730 | ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" |
| 25543 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" | 25731 | ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" |
| 25544 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" | 25732 | ;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" |
| 25545 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" | 25733 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" |
| 25546 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" | 25734 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" |
| 25547 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" | 25735 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" |
| @@ -25568,8 +25756,8 @@ Zone-mode does two things: | |||
| 25568 | ;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el" | 25756 | ;;;;;; "international/mule.el" "international/ogonek.el" "international/subst-big5.el" |
| 25569 | ;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" | 25757 | ;;;;;; "international/subst-gb2312.el" "international/subst-jis.el" |
| 25570 | ;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el" | 25758 | ;;;;;; "international/subst-ksc.el" "international/swedish.el" "international/ucs-tables.el" |
| 25571 | ;;;;;; "international/utf-16.el" "international/utf-8.el" "isearch.el" | 25759 | ;;;;;; "international/utf-16.el" "international/utf-7.el" "international/utf-8.el" |
| 25572 | ;;;;;; "kermit.el" "language/chinese.el" "language/cyrillic.el" | 25760 | ;;;;;; "isearch.el" "kermit.el" "language/chinese.el" "language/cyrillic.el" |
| 25573 | ;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el" | 25761 | ;;;;;; "language/czech.el" "language/devanagari.el" "language/english.el" |
| 25574 | ;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" | 25762 | ;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" |
| 25575 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" | 25763 | ;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" |
| @@ -25577,18 +25765,18 @@ Zone-mode does two things: | |||
| 25577 | ;;;;;; "language/malayalam.el" "language/misc-lang.el" "language/romanian.el" | 25765 | ;;;;;; "language/malayalam.el" "language/misc-lang.el" "language/romanian.el" |
| 25578 | ;;;;;; "language/slovak.el" "language/tamil.el" "language/thai.el" | 25766 | ;;;;;; "language/slovak.el" "language/tamil.el" "language/thai.el" |
| 25579 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" | 25767 | ;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el" |
| 25580 | ;;;;;; "loaddefs1.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el" | 25768 | ;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" |
| 25581 | ;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" | 25769 | ;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" |
| 25582 | ;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el" | 25770 | ;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" |
| 25583 | ;;;;;; "map-ynp.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" "mh-e/mh-funcs.el" | 25771 | ;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el" |
| 25584 | ;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el" | 25772 | ;;;;;; "mh-e/mh-index.el" "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" |
| 25585 | ;;;;;; "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" | 25773 | ;;;;;; "mh-e/mh-mime.el" "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" |
| 25586 | ;;;;;; "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el" | 25774 | ;;;;;; "mh-e/mh-xemacs-compat.el" "mh-e/mh-xemacs-icons.el" "misc.el" |
| 25587 | ;;;;;; "mh-e/mh-xemacs-icons.el" "misc.el" "mouse-copy.el" "mouse-drag.el" | 25775 | ;;;;;; "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" |
| 25588 | ;;;;;; "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" | 25776 | ;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el" |
| 25589 | ;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" | 25777 | ;;;;;; "net/ldap.el" "net/netrc.el" "net/tls.el" "net/tramp-ftp.el" |
| 25590 | ;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el" | 25778 | ;;;;;; "net/tramp-smb.el" "net/tramp-util.el" "net/tramp-uu.el" |
| 25591 | ;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/hilit19.el" | 25779 | ;;;;;; "net/tramp-vc.el" "net/trampver.el" "obsolete/float.el" "obsolete/hilit19.el" |
| 25592 | ;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el" | 25780 | ;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el" |
| 25593 | ;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" | 25781 | ;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" |
| 25594 | ;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" | 25782 | ;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" |
| @@ -25599,7 +25787,7 @@ Zone-mode does two things: | |||
| 25599 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el" | 25787 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el" |
| 25600 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" | 25788 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" |
| 25601 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" | 25789 | ;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" |
| 25602 | ;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "regi.el" "register.el" | 25790 | ;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "register.el" |
| 25603 | ;;;;;; "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el" | 25791 | ;;;;;; "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el" |
| 25604 | ;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" | 25792 | ;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" |
| 25605 | ;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" | 25793 | ;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" |
| @@ -25617,10 +25805,10 @@ Zone-mode does two things: | |||
| 25617 | ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" | 25805 | ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-parse.el" |
| 25618 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | 25806 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" |
| 25619 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" | 25807 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el" |
| 25620 | ;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" | 25808 | ;;;;;; "timezone.el" "uniquify.el" "vc-hooks.el" "vcursor.el" "version.el" |
| 25621 | ;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" | 25809 | ;;;;;; "vms-patch.el" "vmsproc.el" "vt-control.el" "vt100-led.el" |
| 25622 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" | 25810 | ;;;;;; "w32-fns.el" "w32-vars.el" "widget.el" "window.el") (16116 |
| 25623 | ;;;;;; "xml.el") (16055 65403 916393)) | 25811 | ;;;;;; 61316 216684)) |
| 25624 | 25812 | ||
| 25625 | ;;;*** | 25813 | ;;;*** |
| 25626 | 25814 | ||