diff options
| author | Markus Rost | 2002-09-01 16:01:07 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-09-01 16:01:07 +0000 |
| commit | 4c6bc877d6a724d4b395faa076286789ee40df77 (patch) | |
| tree | 197cf493b112fca633fb750d3c34fa0ea1cf9aee | |
| parent | 69506e6742c42a53876fe5ba01bd0e3509074c0a (diff) | |
| download | emacs-4c6bc877d6a724d4b395faa076286789ee40df77.tar.gz emacs-4c6bc877d6a724d4b395faa076286789ee40df77.zip | |
Regenerated.
| -rw-r--r-- | lisp/loaddefs.el | 2825 |
1 files changed, 2303 insertions, 522 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index eb1210cda3b..4df118a9e1e 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 119 | ;;;*** | 119 | ;;;*** |
| 120 | 120 | ||
| 121 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" | 121 | ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" |
| 122 | ;;;;;; (15640 49865)) | 122 | ;;;;;; (15685 64561)) |
| 123 | ;;; Generated autoloads from progmodes/ada-xref.el | 123 | ;;; Generated autoloads from progmodes/ada-xref.el |
| 124 | 124 | ||
| 125 | (autoload (quote ada-find-file) "ada-xref" "\ | 125 | (autoload (quote ada-find-file) "ada-xref" "\ |
| @@ -407,9 +407,10 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil) | |||
| 407 | ;;;*** | 407 | ;;;*** |
| 408 | 408 | ||
| 409 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 409 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 410 | ;;;;;; "net/ange-ftp.el" (15724 63540)) | 410 | ;;;;;; "net/ange-ftp.el" (15727 34847)) |
| 411 | ;;; Generated autoloads from net/ange-ftp.el | 411 | ;;; Generated autoloads from net/ange-ftp.el |
| 412 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 412 | |
| 413 | (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) | ||
| 413 | 414 | ||
| 414 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ | 415 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ |
| 415 | Reread remote directory DIR to update the directory cache. | 416 | Reread remote directory DIR to update the directory cache. |
| @@ -420,9 +421,7 @@ directory, so that Emacs will know its current contents." t nil) | |||
| 420 | 421 | ||
| 421 | (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil) | 422 | (autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil) |
| 422 | 423 | ||
| 423 | (or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist))) | 424 | (put (quote ange-ftp-hook-function) (quote file-remote-p) t) |
| 424 | |||
| 425 | (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist))) | ||
| 426 | 425 | ||
| 427 | ;;;*** | 426 | ;;;*** |
| 428 | 427 | ||
| @@ -503,7 +502,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil) | |||
| 503 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary | 502 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary |
| 504 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line | 503 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line |
| 505 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) | 504 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) |
| 506 | ;;;;;; "appt" "calendar/appt.el" (15724 63538)) | 505 | ;;;;;; "appt" "calendar/appt.el" (15708 56871)) |
| 507 | ;;; Generated autoloads from calendar/appt.el | 506 | ;;; Generated autoloads from calendar/appt.el |
| 508 | 507 | ||
| 509 | (defvar appt-issue-message t "\ | 508 | (defvar appt-issue-message t "\ |
| @@ -555,8 +554,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 555 | ;;;*** | 554 | ;;;*** |
| 556 | 555 | ||
| 557 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 556 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 558 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15597 | 557 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15727 |
| 559 | ;;;;;; 27578)) | 558 | ;;;;;; 34856)) |
| 560 | ;;; Generated autoloads from apropos.el | 559 | ;;; Generated autoloads from apropos.el |
| 561 | 560 | ||
| 562 | (autoload (quote apropos-mode) "apropos" "\ | 561 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -569,7 +568,7 @@ Show user variables that match REGEXP. | |||
| 569 | With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also show | 568 | With optional prefix DO-ALL or if `apropos-do-all' is non-nil, also show |
| 570 | normal variables." t nil) | 569 | normal variables." t nil) |
| 571 | 570 | ||
| 572 | (fset (quote command-apropos) (quote apropos-command)) | 571 | (defalias (quote command-apropos) (quote apropos-command)) |
| 573 | 572 | ||
| 574 | (autoload (quote apropos-command) "apropos" "\ | 573 | (autoload (quote apropos-command) "apropos" "\ |
| 575 | Show commands (interactively callable functions) that match APROPOS-REGEXP. | 574 | Show commands (interactively callable functions) that match APROPOS-REGEXP. |
| @@ -600,8 +599,8 @@ Returns list of symbols and documentation found." t nil) | |||
| 600 | 599 | ||
| 601 | ;;;*** | 600 | ;;;*** |
| 602 | 601 | ||
| 603 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15626 | 602 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15591 |
| 604 | ;;;;;; 5161)) | 603 | ;;;;;; 63983)) |
| 605 | ;;; Generated autoloads from arc-mode.el | 604 | ;;; Generated autoloads from arc-mode.el |
| 606 | 605 | ||
| 607 | (autoload (quote archive-mode) "arc-mode" "\ | 606 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -619,7 +618,7 @@ archive. | |||
| 619 | 618 | ||
| 620 | ;;;*** | 619 | ;;;*** |
| 621 | 620 | ||
| 622 | ;;;### (autoloads (array-mode) "array" "array.el" (15626 5161)) | 621 | ;;;### (autoloads (array-mode) "array" "array.el" (15425 19755)) |
| 623 | ;;; Generated autoloads from array.el | 622 | ;;; Generated autoloads from array.el |
| 624 | 623 | ||
| 625 | (autoload (quote array-mode) "array" "\ | 624 | (autoload (quote array-mode) "array" "\ |
| @@ -688,8 +687,8 @@ Entering array mode calls the function `array-mode-hook'." t nil) | |||
| 688 | 687 | ||
| 689 | ;;;*** | 688 | ;;;*** |
| 690 | 689 | ||
| 691 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15669 | 690 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15651 |
| 692 | ;;;;;; 50258)) | 691 | ;;;;;; 7291)) |
| 693 | ;;; Generated autoloads from textmodes/artist.el | 692 | ;;; Generated autoloads from textmodes/artist.el |
| 694 | 693 | ||
| 695 | (autoload (quote artist-mode) "artist" "\ | 694 | (autoload (quote artist-mode) "artist" "\ |
| @@ -920,7 +919,7 @@ Special commands: | |||
| 920 | ;;;*** | 919 | ;;;*** |
| 921 | 920 | ||
| 922 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" | 921 | ;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" |
| 923 | ;;;;;; (15235 51738)) | 922 | ;;;;;; (15185 49575)) |
| 924 | ;;; Generated autoloads from obsolete/auto-show.el | 923 | ;;; Generated autoloads from obsolete/auto-show.el |
| 925 | 924 | ||
| 926 | (defvar auto-show-mode nil "\ | 925 | (defvar auto-show-mode nil "\ |
| @@ -987,7 +986,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' | |||
| 987 | ;;;*** | 986 | ;;;*** |
| 988 | 987 | ||
| 989 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 988 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| 990 | ;;;;;; (15327 25337)) | 989 | ;;;;;; (15327 25266)) |
| 991 | ;;; Generated autoloads from progmodes/autoconf.el | 990 | ;;; Generated autoloads from progmodes/autoconf.el |
| 992 | 991 | ||
| 993 | (autoload (quote autoconf-mode) "autoconf" "\ | 992 | (autoload (quote autoconf-mode) "autoconf" "\ |
| @@ -996,7 +995,7 @@ Major mode for editing Autoconf configure.in files." t nil) | |||
| 996 | ;;;*** | 995 | ;;;*** |
| 997 | 996 | ||
| 998 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) | 997 | ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) |
| 999 | ;;;;;; "autoinsert" "autoinsert.el" (15707 44426)) | 998 | ;;;;;; "autoinsert" "autoinsert.el" (15567 16400)) |
| 1000 | ;;; Generated autoloads from autoinsert.el | 999 | ;;; Generated autoloads from autoinsert.el |
| 1001 | 1000 | ||
| 1002 | (autoload (quote auto-insert) "autoinsert" "\ | 1001 | (autoload (quote auto-insert) "autoinsert" "\ |
| @@ -1030,7 +1029,7 @@ insert a template for the file depending on the mode of the buffer." t nil) | |||
| 1030 | 1029 | ||
| 1031 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories | 1030 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories |
| 1032 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1031 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1033 | ;;;;;; (15428 59181)) | 1032 | ;;;;;; (15688 41019)) |
| 1034 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1033 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1035 | 1034 | ||
| 1036 | (autoload (quote update-file-autoloads) "autoload" "\ | 1035 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -1089,7 +1088,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil) | |||
| 1089 | ;;;*** | 1088 | ;;;*** |
| 1090 | 1089 | ||
| 1091 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 1090 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 1092 | ;;;;;; "avoid.el" (15235 51725)) | 1091 | ;;;;;; "avoid.el" (15197 22088)) |
| 1093 | ;;; Generated autoloads from avoid.el | 1092 | ;;; Generated autoloads from avoid.el |
| 1094 | 1093 | ||
| 1095 | (defvar mouse-avoidance-mode nil "\ | 1094 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1144,7 +1143,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil) | |||
| 1144 | ;;;*** | 1143 | ;;;*** |
| 1145 | 1144 | ||
| 1146 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1145 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1147 | ;;;;;; (15252 4768)) | 1146 | ;;;;;; (15251 14241)) |
| 1148 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1147 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1149 | 1148 | ||
| 1150 | (autoload (quote backquote) "backquote" "\ | 1149 | (autoload (quote backquote) "backquote" "\ |
| @@ -1185,7 +1184,7 @@ seconds." t nil) | |||
| 1185 | ;;;*** | 1184 | ;;;*** |
| 1186 | 1185 | ||
| 1187 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15727 | 1186 | ;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15727 |
| 1188 | ;;;;;; 54456)) | 1187 | ;;;;;; 34845)) |
| 1189 | ;;; Generated autoloads from textmodes/bibtex.el | 1188 | ;;; Generated autoloads from textmodes/bibtex.el |
| 1190 | 1189 | ||
| 1191 | (autoload (quote bibtex-mode) "bibtex" "\ | 1190 | (autoload (quote bibtex-mode) "bibtex" "\ |
| @@ -1944,7 +1943,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil) | |||
| 1944 | ;;;*** | 1943 | ;;;*** |
| 1945 | 1944 | ||
| 1946 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 1945 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 1947 | ;;;;;; "bs" "bs.el" (15727 54454)) | 1946 | ;;;;;; "bs" "bs.el" (15727 34856)) |
| 1948 | ;;; Generated autoloads from bs.el | 1947 | ;;; Generated autoloads from bs.el |
| 1949 | 1948 | ||
| 1950 | (autoload (quote bs-cycle-next) "bs" "\ | 1949 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -1976,11 +1975,87 @@ name of buffer configuration." t nil) | |||
| 1976 | 1975 | ||
| 1977 | ;;;*** | 1976 | ;;;*** |
| 1978 | 1977 | ||
| 1978 | ;;;### (autoloads (insert-text-button make-text-button insert-button | ||
| 1979 | ;;;;;; make-button define-button-type) "button" "button.el" (15412 | ||
| 1980 | ;;;;;; 6557)) | ||
| 1981 | ;;; Generated autoloads from button.el | ||
| 1982 | |||
| 1983 | (defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ | ||
| 1984 | Keymap used by buttons.") | ||
| 1985 | |||
| 1986 | (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\ | ||
| 1987 | Keymap useful for buffers containing buttons. | ||
| 1988 | Mode-specific keymaps may want to use this as their parent keymap.") | ||
| 1989 | |||
| 1990 | (autoload (quote define-button-type) "button" "\ | ||
| 1991 | Define a `button type' called NAME. | ||
| 1992 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | ||
| 1993 | specifying properties to use as defaults for buttons with this type | ||
| 1994 | \(a button's type may be set by giving it a `type' property when | ||
| 1995 | creating the button, using the :type keyword argument). | ||
| 1996 | |||
| 1997 | In addition, the keyword argument :supertype may be used to specify a | ||
| 1998 | button-type from which NAME inherits its default property values | ||
| 1999 | \(however, the inheritance happens only when NAME is defined; subsequent | ||
| 2000 | changes to a supertype are not reflected in its subtypes)." nil nil) | ||
| 2001 | |||
| 2002 | (autoload (quote make-button) "button" "\ | ||
| 2003 | Make a button from BEG to END in the current buffer. | ||
| 2004 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | ||
| 2005 | specifying properties to add to the button. | ||
| 2006 | In addition, the keyword argument :type may be used to specify a | ||
| 2007 | button-type from which to inherit other properties; see | ||
| 2008 | `define-button-type'. | ||
| 2009 | |||
| 2010 | Also see `make-text-button', `insert-button'." nil nil) | ||
| 2011 | |||
| 2012 | (autoload (quote insert-button) "button" "\ | ||
| 2013 | Insert a button with the label LABEL. | ||
| 2014 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | ||
| 2015 | specifying properties to add to the button. | ||
| 2016 | In addition, the keyword argument :type may be used to specify a | ||
| 2017 | button-type from which to inherit other properties; see | ||
| 2018 | `define-button-type'. | ||
| 2019 | |||
| 2020 | Also see `insert-text-button', `make-button'." nil nil) | ||
| 2021 | |||
| 2022 | (autoload (quote make-text-button) "button" "\ | ||
| 2023 | Make a button from BEG to END in the current buffer. | ||
| 2024 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | ||
| 2025 | specifying properties to add to the button. | ||
| 2026 | In addition, the keyword argument :type may be used to specify a | ||
| 2027 | button-type from which to inherit other properties; see | ||
| 2028 | `define-button-type'. | ||
| 2029 | |||
| 2030 | This function is like `make-button', except that the button is actually | ||
| 2031 | part of the text instead of being a property of the buffer. Creating | ||
| 2032 | large numbers of buttons can also be somewhat faster using | ||
| 2033 | `make-text-button'. | ||
| 2034 | |||
| 2035 | Also see `insert-text-button'." nil nil) | ||
| 2036 | |||
| 2037 | (autoload (quote insert-text-button) "button" "\ | ||
| 2038 | Insert a button with the label LABEL. | ||
| 2039 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | ||
| 2040 | specifying properties to add to the button. | ||
| 2041 | In addition, the keyword argument :type may be used to specify a | ||
| 2042 | button-type from which to inherit other properties; see | ||
| 2043 | `define-button-type'. | ||
| 2044 | |||
| 2045 | This function is like `insert-button', except that the button is | ||
| 2046 | actually part of the text instead of being a property of the buffer. | ||
| 2047 | Creating large numbers of buttons can also be somewhat faster using | ||
| 2048 | `insert-text-button'. | ||
| 2049 | |||
| 2050 | Also see `make-text-button'." nil nil) | ||
| 2051 | |||
| 2052 | ;;;*** | ||
| 2053 | |||
| 1979 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 2054 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1980 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2055 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 1981 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2056 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 1982 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" | 2057 | ;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" |
| 1983 | ;;;;;; (15689 46994)) | 2058 | ;;;;;; (15727 34849)) |
| 1984 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2059 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1985 | 2060 | ||
| 1986 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 2061 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2054,7 +2129,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil | |||
| 2054 | 2129 | ||
| 2055 | ;;;*** | 2130 | ;;;*** |
| 2056 | 2131 | ||
| 2057 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15235 51733)) | 2132 | ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15186 39912)) |
| 2058 | ;;; Generated autoloads from calendar/cal-dst.el | 2133 | ;;; Generated autoloads from calendar/cal-dst.el |
| 2059 | 2134 | ||
| 2060 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) | 2135 | (put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) |
| @@ -2074,6 +2149,87 @@ from the cursor position." t nil) | |||
| 2074 | 2149 | ||
| 2075 | ;;;*** | 2150 | ;;;*** |
| 2076 | 2151 | ||
| 2152 | ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle | ||
| 2153 | ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc | ||
| 2154 | ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15698 | ||
| 2155 | ;;;;;; 64355)) | ||
| 2156 | ;;; Generated autoloads from calc/calc.el | ||
| 2157 | |||
| 2158 | (defvar calc-info-filename "calc.info" "\ | ||
| 2159 | *File name in which to look for the Calculator's Info documentation.") | ||
| 2160 | |||
| 2161 | (defvar calc-settings-file user-init-file "\ | ||
| 2162 | *File in which to record permanent settings; default is `user-init-file'.") | ||
| 2163 | |||
| 2164 | (defvar calc-autoload-directory nil "\ | ||
| 2165 | Name of directory from which additional \".elc\" files for Calc should be | ||
| 2166 | loaded. Should include a trailing \"/\". | ||
| 2167 | If nil, use original installation directory. | ||
| 2168 | This can safely be nil as long as the Calc files are on the load-path.") | ||
| 2169 | |||
| 2170 | (defvar calc-gnuplot-name "gnuplot" "\ | ||
| 2171 | *Name of GNUPLOT program, for calc-graph features.") | ||
| 2172 | |||
| 2173 | (defvar calc-gnuplot-plot-command nil "\ | ||
| 2174 | *Name of command for displaying GNUPLOT output; %s = file name to print.") | ||
| 2175 | |||
| 2176 | (defvar calc-gnuplot-print-command "lp %s" "\ | ||
| 2177 | *Name of command for printing GNUPLOT output; %s = file name to print.") | ||
| 2178 | (global-set-key "\e#" 'calc-dispatch) | ||
| 2179 | |||
| 2180 | (autoload (quote calc-dispatch) "calc" "\ | ||
| 2181 | Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details." t nil) | ||
| 2182 | |||
| 2183 | (autoload (quote calc) "calc" "\ | ||
| 2184 | The Emacs Calculator. Full documentation is listed under \"calc-mode\"." t nil) | ||
| 2185 | |||
| 2186 | (autoload (quote full-calc) "calc" "\ | ||
| 2187 | Invoke the Calculator and give it a full-sized window." t nil) | ||
| 2188 | |||
| 2189 | (autoload (quote quick-calc) "calc" "\ | ||
| 2190 | Do a quick calculation in the minibuffer without invoking full Calculator." t nil) | ||
| 2191 | |||
| 2192 | (autoload (quote calc-eval) "calc" "\ | ||
| 2193 | Do a quick calculation and return the result as a string. | ||
| 2194 | Return value will either be the formatted result in string form, | ||
| 2195 | or a list containing a character position and an error message in string form." nil nil) | ||
| 2196 | |||
| 2197 | (autoload (quote calc-keypad) "calc" "\ | ||
| 2198 | Invoke the Calculator in \"visual keypad\" mode. | ||
| 2199 | This is most useful in the X window system. | ||
| 2200 | In this mode, click on the Calc \"buttons\" using the left mouse button. | ||
| 2201 | Or, position the cursor manually and do M-x calc-keypad-press." t nil) | ||
| 2202 | |||
| 2203 | (autoload (quote full-calc-keypad) "calc" "\ | ||
| 2204 | Invoke the Calculator in full-screen \"visual keypad\" mode. | ||
| 2205 | See calc-keypad for details." t nil) | ||
| 2206 | |||
| 2207 | (autoload (quote calc-grab-region) "calc" "\ | ||
| 2208 | Parse the region as a vector of numbers and push it on the Calculator stack." t nil) | ||
| 2209 | |||
| 2210 | (autoload (quote calc-grab-rectangle) "calc" "\ | ||
| 2211 | Parse a rectangle as a matrix of numbers and push it on the Calculator stack." t nil) | ||
| 2212 | |||
| 2213 | (autoload (quote calc-embedded) "calc" "\ | ||
| 2214 | Start Calc Embedded mode on the formula surrounding point." t nil) | ||
| 2215 | |||
| 2216 | (autoload (quote calc-embedded-activate) "calc" "\ | ||
| 2217 | Scan the current editing buffer for all embedded := and => formulas. | ||
| 2218 | Also looks for the equivalent TeX words, \\gets and \\evalto." t nil) | ||
| 2219 | |||
| 2220 | (autoload (quote defmath) "calc" nil nil (quote macro)) | ||
| 2221 | |||
| 2222 | ;;;*** | ||
| 2223 | |||
| 2224 | ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" | ||
| 2225 | ;;;;;; (15605 43432)) | ||
| 2226 | ;;; Generated autoloads from calc/calc-ext.el | ||
| 2227 | |||
| 2228 | (autoload (quote calc-extensions) "calc-ext" "\ | ||
| 2229 | This function is part of the autoload linkage for parts of Calc." nil nil) | ||
| 2230 | |||
| 2231 | ;;;*** | ||
| 2232 | |||
| 2077 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15453 | 2233 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15453 |
| 2078 | ;;;;;; 16009)) | 2234 | ;;;;;; 16009)) |
| 2079 | ;;; Generated autoloads from calculator.el | 2235 | ;;; Generated autoloads from calculator.el |
| @@ -2736,7 +2892,7 @@ and exists only for compatibility reasons." t nil) | |||
| 2736 | 2892 | ||
| 2737 | ;;;*** | 2893 | ;;;*** |
| 2738 | 2894 | ||
| 2739 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15626 5163)) | 2895 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15556 56060)) |
| 2740 | ;;; Generated autoloads from progmodes/cc-vars.el | 2896 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 2741 | 2897 | ||
| 2742 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ | 2898 | (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ |
| @@ -3225,7 +3381,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3225 | ;;;*** | 3381 | ;;;*** |
| 3226 | 3382 | ||
| 3227 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" | 3383 | ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" |
| 3228 | ;;;;;; (15252 4769)) | 3384 | ;;;;;; (15250 27620)) |
| 3229 | ;;; Generated autoloads from progmodes/cmacexp.el | 3385 | ;;; Generated autoloads from progmodes/cmacexp.el |
| 3230 | 3386 | ||
| 3231 | (autoload (quote c-macro-expand) "cmacexp" "\ | 3387 | (autoload (quote c-macro-expand) "cmacexp" "\ |
| @@ -3257,6 +3413,19 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 3257 | 3413 | ||
| 3258 | ;;;*** | 3414 | ;;;*** |
| 3259 | 3415 | ||
| 3416 | ;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" | ||
| 3417 | ;;;;;; (15591 63983)) | ||
| 3418 | ;;; Generated autoloads from international/code-pages.el | ||
| 3419 | |||
| 3420 | (autoload (quote cp-make-coding-system) "code-pages" "\ | ||
| 3421 | Make coding system NAME for and 8-bit, extended-ASCII character set. | ||
| 3422 | V is a 128-long vector of characters to translate the upper half of | ||
| 3423 | the charactert set. DOC-STRING and MNEMONIC are used as the | ||
| 3424 | corresponding args of `make-coding-system'. If MNEMONIC isn't given, | ||
| 3425 | ?* is used." nil (quote macro)) | ||
| 3426 | |||
| 3427 | ;;;*** | ||
| 3428 | |||
| 3260 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 3429 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 3261 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 3430 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 3262 | ;;;;;; "codepage" "international/codepage.el" (15507 55753)) | 3431 | ;;;;;; "codepage" "international/codepage.el" (15507 55753)) |
| @@ -3306,7 +3475,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3306 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3475 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3307 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3476 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3308 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3477 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3309 | ;;;;;; (15712 52093)) | 3478 | ;;;;;; (15727 34856)) |
| 3310 | ;;; Generated autoloads from comint.el | 3479 | ;;; Generated autoloads from comint.el |
| 3311 | 3480 | ||
| 3312 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3481 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3535,7 +3704,7 @@ See variables `compilation-parse-errors-function' and | |||
| 3535 | ;;;*** | 3704 | ;;;*** |
| 3536 | 3705 | ||
| 3537 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 3706 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" |
| 3538 | ;;;;;; (15235 51726)) | 3707 | ;;;;;; (15186 56482)) |
| 3539 | ;;; Generated autoloads from complete.el | 3708 | ;;; Generated autoloads from complete.el |
| 3540 | 3709 | ||
| 3541 | (defvar partial-completion-mode nil "\ | 3710 | (defvar partial-completion-mode nil "\ |
| @@ -3581,7 +3750,7 @@ Enable dynamic word-completion." t nil) | |||
| 3581 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 3750 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after |
| 3582 | ;;;;;; find-composition compose-chars decompose-string compose-string | 3751 | ;;;;;; find-composition compose-chars decompose-string compose-string |
| 3583 | ;;;;;; decompose-region compose-region) "composite" "composite.el" | 3752 | ;;;;;; decompose-region compose-region) "composite" "composite.el" |
| 3584 | ;;;;;; (15714 3656)) | 3753 | ;;;;;; (15727 34855)) |
| 3585 | ;;; Generated autoloads from composite.el | 3754 | ;;; Generated autoloads from composite.el |
| 3586 | 3755 | ||
| 3587 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ | 3756 | (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\ |
| @@ -3815,7 +3984,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3815 | ;;;*** | 3984 | ;;;*** |
| 3816 | 3985 | ||
| 3817 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3986 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3818 | ;;;;;; (15669 50258)) | 3987 | ;;;;;; (15649 61374)) |
| 3819 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3988 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3820 | 3989 | ||
| 3821 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3990 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -3830,7 +3999,7 @@ sometimes <>. When the user types the first, she gets the second as | |||
| 3830 | well, with optional special formatting done on {}. (Disabled by | 3999 | well, with optional special formatting done on {}. (Disabled by |
| 3831 | default.) You can always quote (with \\[quoted-insert]) the left | 4000 | default.) You can always quote (with \\[quoted-insert]) the left |
| 3832 | \"paren\" to avoid the expansion. The processing of < is special, | 4001 | \"paren\" to avoid the expansion. The processing of < is special, |
| 3833 | since most the time you mean \"less\". Cperl mode tries to guess | 4002 | since most the time you mean \"less\". CPerl mode tries to guess |
| 3834 | whether you want to type pair <>, and inserts is if it | 4003 | whether you want to type pair <>, and inserts is if it |
| 3835 | appropriate. You can set `cperl-electric-parens-string' to the string that | 4004 | appropriate. You can set `cperl-electric-parens-string' to the string that |
| 3836 | contains the parenths from the above list you want to be electrical. | 4005 | contains the parenths from the above list you want to be electrical. |
| @@ -3981,7 +4150,7 @@ with no args. | |||
| 3981 | 4150 | ||
| 3982 | DO NOT FORGET to read micro-docs (available from `Perl' menu) | 4151 | DO NOT FORGET to read micro-docs (available from `Perl' menu) |
| 3983 | or as help on variables `cperl-tips', `cperl-problems', | 4152 | or as help on variables `cperl-tips', `cperl-problems', |
| 3984 | `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil) | 4153 | `cperl-praise', `cperl-speed'." t nil) |
| 3985 | 4154 | ||
| 3986 | ;;;*** | 4155 | ;;;*** |
| 3987 | 4156 | ||
| @@ -4058,6 +4227,35 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4058 | 4227 | ||
| 4059 | ;;;*** | 4228 | ;;;*** |
| 4060 | 4229 | ||
| 4230 | ;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" | ||
| 4231 | ;;;;;; (15640 49861)) | ||
| 4232 | ;;; Generated autoloads from emulation/cua-base.el | ||
| 4233 | |||
| 4234 | (defvar cua-mode nil "\ | ||
| 4235 | Non-nil means that CUA emulation mode is enabled. | ||
| 4236 | In CUA mode, shifted movement keys highlight and extend the region. | ||
| 4237 | When a region is highlighted, the binding of the C-x and C-c keys are | ||
| 4238 | temporarily changed to work as Motif, MAC or MS-Windows cut and paste. | ||
| 4239 | Also, insertion commands first delete the region and then insert. | ||
| 4240 | This mode enables Transient Mark mode and it provides a superset of the | ||
| 4241 | PC Selection Mode and Delete Selection Modes. | ||
| 4242 | |||
| 4243 | Setting this variable directly does not take effect; | ||
| 4244 | use either \\[customize] or the function `cua-mode'.") | ||
| 4245 | |||
| 4246 | (custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable)) | ||
| 4247 | |||
| 4248 | (custom-add-load (quote cua-mode) (quote cua-base)) | ||
| 4249 | |||
| 4250 | (autoload (quote cua-mode) "cua-base" "\ | ||
| 4251 | Toggle CUA key-binding mode. | ||
| 4252 | When enabled, using shifted movement keys will activate the region (and | ||
| 4253 | highlight the region using `transient-mark-mode'), and typed text replaces | ||
| 4254 | the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and | ||
| 4255 | paste (in addition to the normal emacs bindings)." t nil) | ||
| 4256 | |||
| 4257 | ;;;*** | ||
| 4258 | |||
| 4061 | ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all | 4259 | ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all |
| 4062 | ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window | 4260 | ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window |
| 4063 | ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces | 4261 | ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces |
| @@ -4066,7 +4264,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 4066 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 4264 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 4067 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 4265 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 4068 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 4266 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 4069 | ;;;;;; (15675 7034)) | 4267 | ;;;;;; (15728 32690)) |
| 4070 | ;;; Generated autoloads from cus-edit.el | 4268 | ;;; Generated autoloads from cus-edit.el |
| 4071 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 4269 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 4072 | 4270 | ||
| @@ -4371,7 +4569,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil) | |||
| 4371 | ;;;*** | 4569 | ;;;*** |
| 4372 | 4570 | ||
| 4373 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15727 | 4571 | ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15727 |
| 4374 | ;;;;;; 54456)) | 4572 | ;;;;;; 34846)) |
| 4375 | ;;; Generated autoloads from progmodes/dcl-mode.el | 4573 | ;;; Generated autoloads from progmodes/dcl-mode.el |
| 4376 | 4574 | ||
| 4377 | (autoload (quote dcl-mode) "dcl-mode" "\ | 4575 | (autoload (quote dcl-mode) "dcl-mode" "\ |
| @@ -4615,8 +4813,8 @@ no args, if that value is non-nil." t nil) | |||
| 4615 | 4813 | ||
| 4616 | ;;;*** | 4814 | ;;;*** |
| 4617 | 4815 | ||
| 4618 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15432 | 4816 | ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352 |
| 4619 | ;;;;;; 24082)) | 4817 | ;;;;;; 42199)) |
| 4620 | ;;; Generated autoloads from delsel.el | 4818 | ;;; Generated autoloads from delsel.el |
| 4621 | 4819 | ||
| 4622 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 4820 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -4644,7 +4842,7 @@ any selection." t nil) | |||
| 4644 | ;;;*** | 4842 | ;;;*** |
| 4645 | 4843 | ||
| 4646 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) | 4844 | ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) |
| 4647 | ;;;;;; "derived" "derived.el" (15644 46688)) | 4845 | ;;;;;; "derived" "derived.el" (15704 32804)) |
| 4648 | ;;; Generated autoloads from derived.el | 4846 | ;;; Generated autoloads from derived.el |
| 4649 | 4847 | ||
| 4650 | (autoload (quote define-derived-mode) "derived" "\ | 4848 | (autoload (quote define-derived-mode) "derived" "\ |
| @@ -4687,6 +4885,26 @@ the first time the mode is used." nil nil) | |||
| 4687 | 4885 | ||
| 4688 | ;;;*** | 4886 | ;;;*** |
| 4689 | 4887 | ||
| 4888 | ;;;### (autoloads (describe-char describe-text-properties) "descr-text" | ||
| 4889 | ;;;;;; "descr-text.el" (15640 49858)) | ||
| 4890 | ;;; Generated autoloads from descr-text.el | ||
| 4891 | |||
| 4892 | (autoload (quote describe-text-properties) "descr-text" "\ | ||
| 4893 | Describe widgets, buttons, overlays and text properties at POS. | ||
| 4894 | Interactively, describe them for the character after point. | ||
| 4895 | If optional second argument OUTPUT-BUFFER is non-nil, | ||
| 4896 | insert the output into that buffer, and don't initialize or clear it | ||
| 4897 | otherwise." t nil) | ||
| 4898 | |||
| 4899 | (autoload (quote describe-char) "descr-text" "\ | ||
| 4900 | Describe the character after POS (interactively, the character after point). | ||
| 4901 | The information includes character code, charset and code points in it, | ||
| 4902 | syntax, category, how the character is encoded in a file, | ||
| 4903 | character composition information (if relevant), | ||
| 4904 | as well as widgets, buttons, overlays, and text properties." t nil) | ||
| 4905 | |||
| 4906 | ;;;*** | ||
| 4907 | |||
| 4690 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" | 4908 | ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" |
| 4691 | ;;;;;; (15501 5682)) | 4909 | ;;;;;; (15501 5682)) |
| 4692 | ;;; Generated autoloads from desktop.el | 4910 | ;;; Generated autoloads from desktop.el |
| @@ -4711,7 +4929,7 @@ to provide correct modes for autoloaded files." nil nil) | |||
| 4711 | ;;;*** | 4929 | ;;;*** |
| 4712 | 4930 | ||
| 4713 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" | 4931 | ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" |
| 4714 | ;;;;;; (15698 64355)) | 4932 | ;;;;;; (15728 32693)) |
| 4715 | ;;; Generated autoloads from calendar/diary-lib.el | 4933 | ;;; Generated autoloads from calendar/diary-lib.el |
| 4716 | 4934 | ||
| 4717 | (autoload (quote diary) "diary-lib" "\ | 4935 | (autoload (quote diary) "diary-lib" "\ |
| @@ -5150,7 +5368,7 @@ buffer and try again." t nil) | |||
| 5150 | 5368 | ||
| 5151 | ;;;*** | 5369 | ;;;*** |
| 5152 | 5370 | ||
| 5153 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14999 58021)) | 5371 | ;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454)) |
| 5154 | ;;; Generated autoloads from dirtrack.el | 5372 | ;;; Generated autoloads from dirtrack.el |
| 5155 | 5373 | ||
| 5156 | (autoload (quote dirtrack) "dirtrack" "\ | 5374 | (autoload (quote dirtrack) "dirtrack" "\ |
| @@ -5260,7 +5478,7 @@ for users who call this function in `.emacs'." nil nil) | |||
| 5260 | ;;;*** | 5478 | ;;;*** |
| 5261 | 5479 | ||
| 5262 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" | 5480 | ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" |
| 5263 | ;;;;;; (15235 51738)) | 5481 | ;;;;;; (15185 49575)) |
| 5264 | ;;; Generated autoloads from play/dissociate.el | 5482 | ;;; Generated autoloads from play/dissociate.el |
| 5265 | 5483 | ||
| 5266 | (autoload (quote dissociated-press) "dissociate" "\ | 5484 | (autoload (quote dissociated-press) "dissociate" "\ |
| @@ -5274,7 +5492,7 @@ Default is 2." t nil) | |||
| 5274 | 5492 | ||
| 5275 | ;;;*** | 5493 | ;;;*** |
| 5276 | 5494 | ||
| 5277 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15318 59420)) | 5495 | ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15317 38827)) |
| 5278 | ;;; Generated autoloads from play/doctor.el | 5496 | ;;; Generated autoloads from play/doctor.el |
| 5279 | 5497 | ||
| 5280 | (autoload (quote doctor) "doctor" "\ | 5498 | (autoload (quote doctor) "doctor" "\ |
| @@ -5283,7 +5501,7 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil) | |||
| 5283 | ;;;*** | 5501 | ;;;*** |
| 5284 | 5502 | ||
| 5285 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" | 5503 | ;;;### (autoloads (double-mode double-mode) "double" "double.el" |
| 5286 | ;;;;;; (15235 51726)) | 5504 | ;;;;;; (15186 56482)) |
| 5287 | ;;; Generated autoloads from double.el | 5505 | ;;; Generated autoloads from double.el |
| 5288 | 5506 | ||
| 5289 | (defvar double-mode nil "\ | 5507 | (defvar double-mode nil "\ |
| @@ -5304,7 +5522,7 @@ when pressed twice. See variable `double-map' for details." t nil) | |||
| 5304 | 5522 | ||
| 5305 | ;;;*** | 5523 | ;;;*** |
| 5306 | 5524 | ||
| 5307 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15669 50258)) | 5525 | ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15651 7290)) |
| 5308 | ;;; Generated autoloads from play/dunnet.el | 5526 | ;;; Generated autoloads from play/dunnet.el |
| 5309 | 5527 | ||
| 5310 | (autoload (quote dunnet) "dunnet" "\ | 5528 | (autoload (quote dunnet) "dunnet" "\ |
| @@ -5313,7 +5531,7 @@ Switch to *dungeon* buffer and start game." t nil) | |||
| 5313 | ;;;*** | 5531 | ;;;*** |
| 5314 | 5532 | ||
| 5315 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" | 5533 | ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" |
| 5316 | ;;;;;; (15235 51735)) | 5534 | ;;;;;; (15232 59206)) |
| 5317 | ;;; Generated autoloads from gnus/earcon.el | 5535 | ;;; Generated autoloads from gnus/earcon.el |
| 5318 | 5536 | ||
| 5319 | (autoload (quote gnus-earcon-display) "earcon" "\ | 5537 | (autoload (quote gnus-earcon-display) "earcon" "\ |
| @@ -5323,7 +5541,7 @@ Play sounds in message buffers." t nil) | |||
| 5323 | 5541 | ||
| 5324 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5542 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5325 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5543 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5326 | ;;;;;; "emacs-lisp/easy-mmode.el" (15707 34351)) | 5544 | ;;;;;; "emacs-lisp/easy-mmode.el" (15727 34849)) |
| 5327 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5545 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5328 | 5546 | ||
| 5329 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5547 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -5377,8 +5595,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil ( | |||
| 5377 | ;;;*** | 5595 | ;;;*** |
| 5378 | 5596 | ||
| 5379 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 5597 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 5380 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15724 | 5598 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15728 |
| 5381 | ;;;;;; 63538)) | 5599 | ;;;;;; 32693)) |
| 5382 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 5600 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 5383 | 5601 | ||
| 5384 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) | 5602 | (put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) |
| @@ -5509,7 +5727,7 @@ to implement dynamic menus." nil nil) | |||
| 5509 | ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup | 5727 | ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup |
| 5510 | ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer | 5728 | ;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer |
| 5511 | ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer | 5729 | ;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer |
| 5512 | ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15292 51820)) | 5730 | ;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735)) |
| 5513 | ;;; Generated autoloads from progmodes/ebnf2ps.el | 5731 | ;;; Generated autoloads from progmodes/ebnf2ps.el |
| 5514 | 5732 | ||
| 5515 | (autoload (quote ebnf-customize) "ebnf2ps" "\ | 5733 | (autoload (quote ebnf-customize) "ebnf2ps" "\ |
| @@ -5710,7 +5928,7 @@ Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil. | |||
| 5710 | ;;;*** | 5928 | ;;;*** |
| 5711 | 5929 | ||
| 5712 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" | 5930 | ;;;### (autoloads (Electric-command-history-redo-expression) "echistory" |
| 5713 | ;;;;;; "echistory.el" (15235 51726)) | 5931 | ;;;;;; "echistory.el" (15185 49574)) |
| 5714 | ;;; Generated autoloads from echistory.el | 5932 | ;;; Generated autoloads from echistory.el |
| 5715 | 5933 | ||
| 5716 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ | 5934 | (autoload (quote Electric-command-history-redo-expression) "echistory" "\ |
| @@ -5720,7 +5938,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 5720 | ;;;*** | 5938 | ;;;*** |
| 5721 | 5939 | ||
| 5722 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5940 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 5723 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15724 63538)) | 5941 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15698 64355)) |
| 5724 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5942 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 5725 | 5943 | ||
| 5726 | (defvar edebug-all-defs nil "\ | 5944 | (defvar edebug-all-defs nil "\ |
| @@ -5747,10 +5965,22 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol | |||
| 5747 | (defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) | 5965 | (defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) |
| 5748 | 5966 | ||
| 5749 | (autoload (quote edebug-eval-top-level-form) "edebug" "\ | 5967 | (autoload (quote edebug-eval-top-level-form) "edebug" "\ |
| 5750 | Evaluate a top level form, such as a defun or defmacro. | 5968 | Evaluate the top level form point is in, stepping through with Edebug. |
| 5751 | This is like `eval-defun', but the code is always instrumented for Edebug. | 5969 | This is like `eval-defun' except that it steps the code for Edebug |
| 5752 | Print its name in the minibuffer and leave point where it is, | 5970 | before evaluating it. It displays the value in the echo area |
| 5753 | or if an error occurs, leave point after it with mark at the original point." t nil) | 5971 | using `eval-expression' (which see). |
| 5972 | |||
| 5973 | If you do this on a function definition | ||
| 5974 | such as a defun or defmacro, it defines the function and instruments | ||
| 5975 | its definition for Edebug, so it will do Edebug stepping when called | ||
| 5976 | later. It displays `Edebug: FUNCTION' in the echo area to indicate | ||
| 5977 | that FUNCTION is now instrumented for Edebug. | ||
| 5978 | |||
| 5979 | If the current defun is actually a call to `defvar' or `defcustom', | ||
| 5980 | evaluating it this way resets the variable using its initial value | ||
| 5981 | expression even if the variable already has some other value. | ||
| 5982 | \(Normally `defvar' and `defcustom' do not alter the value if there | ||
| 5983 | already is one.)" t nil) | ||
| 5754 | 5984 | ||
| 5755 | ;;;*** | 5985 | ;;;*** |
| 5756 | 5986 | ||
| @@ -5950,17 +6180,6 @@ With optional NODE, goes to that node." t nil) | |||
| 5950 | 6180 | ||
| 5951 | ;;;*** | 6181 | ;;;*** |
| 5952 | 6182 | ||
| 5953 | ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15235 51726)) | ||
| 5954 | ;;; Generated autoloads from ediff-hook.el | ||
| 5955 | |||
| 5956 | (defvar ediff-window-setup-function) | ||
| 5957 | |||
| 5958 | (defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser...")))) | ||
| 5959 | |||
| 5960 | (cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation))))) | ||
| 5961 | |||
| 5962 | ;;;*** | ||
| 5963 | |||
| 5964 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 6183 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 5965 | ;;;;;; (15513 1037)) | 6184 | ;;;;;; (15513 1037)) |
| 5966 | ;;; Generated autoloads from ediff-mult.el | 6185 | ;;; Generated autoloads from ediff-mult.el |
| @@ -5990,7 +6209,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil | |||
| 5990 | 6209 | ||
| 5991 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 6210 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 5992 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 6211 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 5993 | ;;;;;; (15714 4504)) | 6212 | ;;;;;; (15727 34855)) |
| 5994 | ;;; Generated autoloads from edmacro.el | 6213 | ;;; Generated autoloads from edmacro.el |
| 5995 | 6214 | ||
| 5996 | (defvar edmacro-eight-bits nil "\ | 6215 | (defvar edmacro-eight-bits nil "\ |
| @@ -6033,7 +6252,7 @@ or nil, use a compact 80-column format." nil nil) | |||
| 6033 | ;;;*** | 6252 | ;;;*** |
| 6034 | 6253 | ||
| 6035 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" | 6254 | ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" |
| 6036 | ;;;;;; "emulation/edt.el" (15669 50257)) | 6255 | ;;;;;; "emulation/edt.el" (15640 49861)) |
| 6037 | ;;; Generated autoloads from emulation/edt.el | 6256 | ;;; Generated autoloads from emulation/edt.el |
| 6038 | 6257 | ||
| 6039 | (autoload (quote edt-set-scroll-margins) "edt" "\ | 6258 | (autoload (quote edt-set-scroll-margins) "edt" "\ |
| @@ -6047,7 +6266,7 @@ Turn on EDT Emulation." t nil) | |||
| 6047 | ;;;*** | 6266 | ;;;*** |
| 6048 | 6267 | ||
| 6049 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" | 6268 | ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" |
| 6050 | ;;;;;; (15034 50695)) | 6269 | ;;;;;; (15031 23821)) |
| 6051 | ;;; Generated autoloads from ehelp.el | 6270 | ;;; Generated autoloads from ehelp.el |
| 6052 | 6271 | ||
| 6053 | (autoload (quote with-electric-help) "ehelp" "\ | 6272 | (autoload (quote with-electric-help) "ehelp" "\ |
| @@ -6877,15 +7096,15 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 6877 | 7096 | ||
| 6878 | ;;;*** | 7097 | ;;;*** |
| 6879 | 7098 | ||
| 6880 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15707 44427)) | 7099 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15727 34846)) |
| 6881 | ;;; Generated autoloads from progmodes/f90.el | 7100 | ;;; Generated autoloads from progmodes/f90.el |
| 6882 | 7101 | ||
| 6883 | (autoload (quote f90-mode) "f90" "\ | 7102 | (autoload (quote f90-mode) "f90" "\ |
| 6884 | Major mode for editing Fortran 90 code in free format. | 7103 | Major mode for editing Fortran 90,95 code in free format. |
| 6885 | 7104 | ||
| 6886 | \\[f90-indent-new-line] corrects current indentation and creates new indented line. | 7105 | \\[f90-indent-new-line] indents current line and creates a new indented line. |
| 6887 | \\[f90-indent-line] indents the current line correctly. | 7106 | \\[f90-indent-line] indents the current line. |
| 6888 | \\[f90-indent-subprogram] indents the current subprogram. | 7107 | \\[f90-indent-subprogram] indents the current subprogram. |
| 6889 | 7108 | ||
| 6890 | Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. | 7109 | Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. |
| 6891 | 7110 | ||
| @@ -6894,45 +7113,45 @@ Key definitions: | |||
| 6894 | 7113 | ||
| 6895 | Variables controlling indentation style and extra features: | 7114 | Variables controlling indentation style and extra features: |
| 6896 | 7115 | ||
| 6897 | f90-do-indent | 7116 | `f90-do-indent' |
| 6898 | Extra indentation within do blocks. (default 3) | 7117 | Extra indentation within do blocks (default 3). |
| 6899 | f90-if-indent | 7118 | `f90-if-indent' |
| 6900 | Extra indentation within if/select case/where/forall blocks. (default 3) | 7119 | Extra indentation within if/select case/where/forall blocks (default 3). |
| 6901 | f90-type-indent | 7120 | `f90-type-indent' |
| 6902 | Extra indentation within type/interface/block-data blocks. (default 3) | 7121 | Extra indentation within type/interface/block-data blocks (default 3). |
| 6903 | f90-program-indent | 7122 | `f90-program-indent' |
| 6904 | Extra indentation within program/module/subroutine/function blocks. | 7123 | Extra indentation within program/module/subroutine/function blocks |
| 6905 | (default 2) | 7124 | (default 2). |
| 6906 | f90-continuation-indent | 7125 | `f90-continuation-indent' |
| 6907 | Extra indentation applied to continuation lines. (default 5) | 7126 | Extra indentation applied to continuation lines (default 5). |
| 6908 | f90-comment-region | 7127 | `f90-comment-region' |
| 6909 | String inserted by \\[f90-comment-region] at start of each line in | 7128 | String inserted by function \\[f90-comment-region] at start of each |
| 6910 | region. (default \"!!!$\") | 7129 | line in region (default \"!!!$\"). |
| 6911 | f90-indented-comment-re | 7130 | `f90-indented-comment-re' |
| 6912 | Regexp determining the type of comment to be intended like code. | 7131 | Regexp determining the type of comment to be intended like code |
| 6913 | (default \"!\") | 7132 | (default \"!\"). |
| 6914 | f90-directive-comment-re | 7133 | `f90-directive-comment-re' |
| 6915 | Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented. | 7134 | Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented |
| 6916 | (default \"!hpf\\\\$\") | 7135 | (default \"!hpf\\\\$\"). |
| 6917 | f90-break-delimiters | 7136 | `f90-break-delimiters' |
| 6918 | Regexp holding list of delimiters at which lines may be broken. | 7137 | Regexp holding list of delimiters at which lines may be broken |
| 6919 | (default \"[-+*/><=,% \\t]\") | 7138 | (default \"[-+*/><=,% \\t]\"). |
| 6920 | f90-break-before-delimiters | 7139 | `f90-break-before-delimiters' |
| 6921 | Non-nil causes `f90-do-auto-fill' to break lines before delimiters. | 7140 | Non-nil causes `f90-do-auto-fill' to break lines before delimiters |
| 6922 | (default t) | 7141 | (default t). |
| 6923 | f90-beginning-ampersand | 7142 | `f90-beginning-ampersand' |
| 6924 | Automatic insertion of & at beginning of continuation lines. (default t) | 7143 | Automatic insertion of & at beginning of continuation lines (default t). |
| 6925 | f90-smart-end | 7144 | `f90-smart-end' |
| 6926 | From an END statement, check and fill the end using matching block start. | 7145 | From an END statement, check and fill the end using matching block start. |
| 6927 | Allowed values are 'blink, 'no-blink, and nil, which determine | 7146 | Allowed values are 'blink, 'no-blink, and nil, which determine |
| 6928 | whether to blink the matching beginning.) (default 'blink) | 7147 | whether to blink the matching beginning (default 'blink). |
| 6929 | f90-auto-keyword-case | 7148 | `f90-auto-keyword-case' |
| 6930 | Automatic change of case of keywords. (default nil) | 7149 | Automatic change of case of keywords (default nil). |
| 6931 | The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. | 7150 | The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. |
| 6932 | f90-leave-line-no | 7151 | `f90-leave-line-no' |
| 6933 | Do not left-justify line numbers. (default nil) | 7152 | Do not left-justify line numbers (default nil). |
| 6934 | f90-keywords-re | 7153 | `f90-keywords-re' |
| 6935 | List of keywords used for highlighting/upcase-keywords etc. | 7154 | List of keywords used for highlighting/upcase-keywords etc. |
| 6936 | 7155 | ||
| 6937 | Turning on F90 mode calls the value of the variable `f90-mode-hook' | 7156 | Turning on F90 mode calls the value of the variable `f90-mode-hook' |
| 6938 | with no args, if that value is non-nil." t nil) | 7157 | with no args, if that value is non-nil." t nil) |
| @@ -7115,7 +7334,7 @@ Unconditionally turn on Fast Lock mode." nil nil) | |||
| 7115 | 7334 | ||
| 7116 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue | 7335 | ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue |
| 7117 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts | 7336 | ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts |
| 7118 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15626 5163)) | 7337 | ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15429 33864)) |
| 7119 | ;;; Generated autoloads from mail/feedmail.el | 7338 | ;;; Generated autoloads from mail/feedmail.el |
| 7120 | 7339 | ||
| 7121 | (autoload (quote feedmail-send-it) "feedmail" "\ | 7340 | (autoload (quote feedmail-send-it) "feedmail" "\ |
| @@ -7430,7 +7649,7 @@ Define some key bindings for the find-function family of functions." nil nil) | |||
| 7430 | ;;;*** | 7649 | ;;;*** |
| 7431 | 7650 | ||
| 7432 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories | 7651 | ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories |
| 7433 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15235 51727)) | 7652 | ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885)) |
| 7434 | ;;; Generated autoloads from find-lisp.el | 7653 | ;;; Generated autoloads from find-lisp.el |
| 7435 | 7654 | ||
| 7436 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ | 7655 | (autoload (quote find-lisp-find-dired) "find-lisp" "\ |
| @@ -7540,7 +7759,7 @@ Flyspell whole buffer." t nil) | |||
| 7540 | 7759 | ||
| 7541 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode | 7760 | ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode |
| 7542 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" | 7761 | ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" |
| 7543 | ;;;;;; (15626 5161)) | 7762 | ;;;;;; (15436 15699)) |
| 7544 | ;;; Generated autoloads from follow.el | 7763 | ;;; Generated autoloads from follow.el |
| 7545 | 7764 | ||
| 7546 | (autoload (quote turn-on-follow-mode) "follow" "\ | 7765 | (autoload (quote turn-on-follow-mode) "follow" "\ |
| @@ -7606,72 +7825,11 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7606 | 7825 | ||
| 7607 | ;;;*** | 7826 | ;;;*** |
| 7608 | 7827 | ||
| 7609 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7828 | ;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords |
| 7610 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7829 | ;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15727 |
| 7611 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15727 54455)) | 7830 | ;;;;;; 34855)) |
| 7612 | ;;; Generated autoloads from font-lock.el | 7831 | ;;; Generated autoloads from font-lock.el |
| 7613 | 7832 | ||
| 7614 | (make-variable-buffer-local (quote font-lock-defaults)) | ||
| 7615 | |||
| 7616 | (autoload (quote font-lock-mode) "font-lock" "\ | ||
| 7617 | Toggle Font Lock mode. | ||
| 7618 | With arg, turn Font Lock mode off if and only if arg is a non-positive | ||
| 7619 | number; if arg is nil, toggle Font Lock mode; anything else turns Font | ||
| 7620 | Lock on. | ||
| 7621 | \(Font Lock is also known as \"syntax highlighting\".) | ||
| 7622 | |||
| 7623 | When Font Lock mode is enabled, text is fontified as you type it: | ||
| 7624 | |||
| 7625 | - Comments are displayed in `font-lock-comment-face'; | ||
| 7626 | - Strings are displayed in `font-lock-string-face'; | ||
| 7627 | - Certain other expressions are displayed in other faces according to the | ||
| 7628 | value of the variable `font-lock-keywords'. | ||
| 7629 | |||
| 7630 | To customize the faces (colors, fonts, etc.) used by Font Lock for | ||
| 7631 | fontifying different parts of buffer text, use \\[customize-face]. | ||
| 7632 | |||
| 7633 | You can enable Font Lock mode in any major mode automatically by turning on in | ||
| 7634 | the major mode's hook. For example, put in your ~/.emacs: | ||
| 7635 | |||
| 7636 | (add-hook 'c-mode-hook 'turn-on-font-lock) | ||
| 7637 | |||
| 7638 | Alternatively, you can use Global Font Lock mode to automagically turn on Font | ||
| 7639 | Lock mode in buffers whose major mode supports it and whose major mode is one | ||
| 7640 | of `font-lock-global-modes'. For example, put in your ~/.emacs: | ||
| 7641 | |||
| 7642 | (global-font-lock-mode t) | ||
| 7643 | |||
| 7644 | There are a number of support modes that may be used to speed up Font Lock mode | ||
| 7645 | in various ways, specified via the variable `font-lock-support-mode'. Where | ||
| 7646 | major modes support different levels of fontification, you can use the variable | ||
| 7647 | `font-lock-maximum-decoration' to specify which level you generally prefer. | ||
| 7648 | When you turn Font Lock mode on/off the buffer is fontified/defontified, though | ||
| 7649 | fontification occurs only if the buffer is less than `font-lock-maximum-size'. | ||
| 7650 | |||
| 7651 | For example, to specify that Font Lock mode use use Lazy Lock mode as a support | ||
| 7652 | mode and use maximum levels of fontification, put in your ~/.emacs: | ||
| 7653 | |||
| 7654 | (setq font-lock-support-mode 'lazy-lock-mode) | ||
| 7655 | (setq font-lock-maximum-decoration t) | ||
| 7656 | |||
| 7657 | To add your own highlighting for some major mode, and modify the highlighting | ||
| 7658 | selected automatically via the variable `font-lock-maximum-decoration', you can | ||
| 7659 | use `font-lock-add-keywords'. | ||
| 7660 | |||
| 7661 | To fontify a buffer, without turning on Font Lock mode and regardless of buffer | ||
| 7662 | size, you can use \\[font-lock-fontify-buffer]. | ||
| 7663 | |||
| 7664 | To fontify a block (the function or paragraph containing point, or a number of | ||
| 7665 | lines around point), perhaps because modification on the current line caused | ||
| 7666 | syntactic change on other lines, you can use \\[font-lock-fontify-block]. | ||
| 7667 | |||
| 7668 | See the variable `font-lock-defaults-alist' for the Font Lock mode default | ||
| 7669 | settings. You can set your own default settings for some mode, by setting a | ||
| 7670 | buffer local value for `font-lock-defaults', via its mode hook." t nil) | ||
| 7671 | |||
| 7672 | (autoload (quote turn-on-font-lock) "font-lock" "\ | ||
| 7673 | Turn on Font Lock mode (only if the terminal can display it)." nil nil) | ||
| 7674 | |||
| 7675 | (autoload (quote font-lock-add-keywords) "font-lock" "\ | 7833 | (autoload (quote font-lock-add-keywords) "font-lock" "\ |
| 7676 | Add highlighting KEYWORDS for MODE. | 7834 | Add highlighting KEYWORDS for MODE. |
| 7677 | MODE should be a symbol, the major mode command name, such as `c-mode' | 7835 | MODE should be a symbol, the major mode command name, such as `c-mode' |
| @@ -7709,22 +7867,6 @@ When used from an elisp package (such as a minor mode), it is recommended | |||
| 7709 | to use nil for MODE (and place the call in a loop or on a hook) to avoid | 7867 | to use nil for MODE (and place the call in a loop or on a hook) to avoid |
| 7710 | subtle problems due to details of the implementation." nil nil) | 7868 | subtle problems due to details of the implementation." nil nil) |
| 7711 | 7869 | ||
| 7712 | (defvar global-font-lock-mode nil "\ | ||
| 7713 | Non-nil if Global-Font-Lock mode is enabled. | ||
| 7714 | See the command `global-font-lock-mode' for a description of this minor-mode. | ||
| 7715 | Setting this variable directly does not take effect; | ||
| 7716 | use either \\[customize] or the function `global-font-lock-mode'.") | ||
| 7717 | |||
| 7718 | (custom-add-to-group (quote font-lock) (quote global-font-lock-mode) (quote custom-variable)) | ||
| 7719 | |||
| 7720 | (custom-add-load (quote global-font-lock-mode) (quote font-lock)) | ||
| 7721 | |||
| 7722 | (autoload (quote global-font-lock-mode) "font-lock" "\ | ||
| 7723 | Toggle Font-Lock mode in every buffer. | ||
| 7724 | With prefix ARG, turn Global-Font-Lock mode on if and only if ARG is positive. | ||
| 7725 | Font-Lock mode is actually not turned on in every buffer but only in those | ||
| 7726 | in which `turn-on-font-lock-if-enabled' turns it on." t nil) | ||
| 7727 | |||
| 7728 | (autoload (quote font-lock-fontify-buffer) "font-lock" "\ | 7870 | (autoload (quote font-lock-fontify-buffer) "font-lock" "\ |
| 7729 | Fontify the current buffer the way the function `font-lock-mode' would." t nil) | 7871 | Fontify the current buffer the way the function `font-lock-mode' would." t nil) |
| 7730 | 7872 | ||
| @@ -7803,7 +7945,7 @@ Visit a file in Forms mode in other window." t nil) | |||
| 7803 | ;;;*** | 7945 | ;;;*** |
| 7804 | 7946 | ||
| 7805 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" | 7947 | ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" |
| 7806 | ;;;;;; "progmodes/fortran.el" (15724 63541)) | 7948 | ;;;;;; "progmodes/fortran.el" (15727 34846)) |
| 7807 | ;;; Generated autoloads from progmodes/fortran.el | 7949 | ;;; Generated autoloads from progmodes/fortran.el |
| 7808 | 7950 | ||
| 7809 | (defvar fortran-tab-mode-default nil "\ | 7951 | (defvar fortran-tab-mode-default nil "\ |
| @@ -7885,7 +8027,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7885 | ;;;*** | 8027 | ;;;*** |
| 7886 | 8028 | ||
| 7887 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 8029 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 7888 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15235 51738)) | 8030 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737)) |
| 7889 | ;;; Generated autoloads from play/fortune.el | 8031 | ;;; Generated autoloads from play/fortune.el |
| 7890 | 8032 | ||
| 7891 | (autoload (quote fortune-add-fortune) "fortune" "\ | 8033 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -7924,8 +8066,35 @@ and choose the directory as the fortune-file." t nil) | |||
| 7924 | 8066 | ||
| 7925 | ;;;*** | 8067 | ;;;*** |
| 7926 | 8068 | ||
| 8069 | ;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el" | ||
| 8070 | ;;;;;; (15601 35587)) | ||
| 8071 | ;;; Generated autoloads from fringe.el | ||
| 8072 | |||
| 8073 | (autoload (quote fringe-mode) "fringe" "\ | ||
| 8074 | Toggle appearance of fringes on all frames. | ||
| 8075 | Valid values for MODE include `none', `default', `left-only', | ||
| 8076 | `right-only', `minimal' and `half'. MODE can also be a cons cell | ||
| 8077 | where the integer in car will be used as left fringe width and the | ||
| 8078 | integer in cdr will be used as right fringe width. If MODE is not | ||
| 8079 | specified, the user is queried. | ||
| 8080 | It applies to all frames that exist and frames to be created in the | ||
| 8081 | future. | ||
| 8082 | If you want to set appearance of fringes on the selected frame only, | ||
| 8083 | see `set-fringe-style'." t nil) | ||
| 8084 | |||
| 8085 | (autoload (quote set-fringe-style) "fringe" "\ | ||
| 8086 | Set appearance of fringes on selected frame. | ||
| 8087 | Valid values for MODE include `none', `default', `left-only', | ||
| 8088 | `right-only', `minimal' and `half'. MODE can also be a cons cell | ||
| 8089 | where the integer in car will be used as left fringe width and the | ||
| 8090 | integer in cdr will be used as right fringe width. If MODE is not | ||
| 8091 | specified, the user is queried. | ||
| 8092 | If you want to set appearance of fringes on all frames, see `fringe-mode'." t nil) | ||
| 8093 | |||
| 8094 | ;;;*** | ||
| 8095 | |||
| 7927 | ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" | 8096 | ;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" |
| 7928 | ;;;;;; (15235 51727)) | 8097 | ;;;;;; (15186 56482)) |
| 7929 | ;;; Generated autoloads from generic.el | 8098 | ;;; Generated autoloads from generic.el |
| 7930 | 8099 | ||
| 7931 | (autoload (quote define-generic-mode) "generic" "\ | 8100 | (autoload (quote define-generic-mode) "generic" "\ |
| @@ -7970,7 +8139,7 @@ Some generic modes are defined in `generic-x.el'." t nil) | |||
| 7970 | ;;;*** | 8139 | ;;;*** |
| 7971 | 8140 | ||
| 7972 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 8141 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 7973 | ;;;;;; (15252 4769)) | 8142 | ;;;;;; (15251 15718)) |
| 7974 | ;;; Generated autoloads from progmodes/glasses.el | 8143 | ;;; Generated autoloads from progmodes/glasses.el |
| 7975 | 8144 | ||
| 7976 | (autoload (quote glasses-mode) "glasses" "\ | 8145 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -7981,7 +8150,7 @@ at places they belong to." t nil) | |||
| 7981 | ;;;*** | 8150 | ;;;*** |
| 7982 | 8151 | ||
| 7983 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 8152 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 7984 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15468 20288)) | 8153 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15410 32828)) |
| 7985 | ;;; Generated autoloads from gnus/gnus.el | 8154 | ;;; Generated autoloads from gnus/gnus.el |
| 7986 | 8155 | ||
| 7987 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 8156 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -8011,7 +8180,7 @@ prompt the user for the name of an NNTP server to use." t nil) | |||
| 8011 | 8180 | ||
| 8012 | ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize | 8181 | ;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize |
| 8013 | ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" | 8182 | ;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" |
| 8014 | ;;;;;; (15235 51735)) | 8183 | ;;;;;; (15185 54813)) |
| 8015 | ;;; Generated autoloads from gnus/gnus-agent.el | 8184 | ;;; Generated autoloads from gnus/gnus-agent.el |
| 8016 | 8185 | ||
| 8017 | (autoload (quote gnus-unplugged) "gnus-agent" "\ | 8186 | (autoload (quote gnus-unplugged) "gnus-agent" "\ |
| @@ -8039,7 +8208,7 @@ Start Gnus and fetch session." t nil) | |||
| 8039 | ;;;*** | 8208 | ;;;*** |
| 8040 | 8209 | ||
| 8041 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" | 8210 | ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" |
| 8042 | ;;;;;; (15714 3658)) | 8211 | ;;;;;; (15727 34848)) |
| 8043 | ;;; Generated autoloads from gnus/gnus-art.el | 8212 | ;;; Generated autoloads from gnus/gnus-art.el |
| 8044 | 8213 | ||
| 8045 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ | 8214 | (autoload (quote gnus-article-prepare-display) "gnus-art" "\ |
| @@ -8048,7 +8217,7 @@ Make the current buffer look like a nice article." nil nil) | |||
| 8048 | ;;;*** | 8217 | ;;;*** |
| 8049 | 8218 | ||
| 8050 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" | 8219 | ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" |
| 8051 | ;;;;;; (15235 51735)) | 8220 | ;;;;;; (15185 54813)) |
| 8052 | ;;; Generated autoloads from gnus/gnus-audio.el | 8221 | ;;; Generated autoloads from gnus/gnus-audio.el |
| 8053 | 8222 | ||
| 8054 | (autoload (quote gnus-audio-play) "gnus-audio" "\ | 8223 | (autoload (quote gnus-audio-play) "gnus-audio" "\ |
| @@ -8101,7 +8270,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil) | |||
| 8101 | ;;;*** | 8270 | ;;;*** |
| 8102 | 8271 | ||
| 8103 | ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) | 8272 | ;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) |
| 8104 | ;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15235 51735)) | 8273 | ;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15185 54813)) |
| 8105 | ;;; Generated autoloads from gnus/gnus-ml.el | 8274 | ;;; Generated autoloads from gnus/gnus-ml.el |
| 8106 | 8275 | ||
| 8107 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) | 8276 | (autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) |
| @@ -8115,7 +8284,7 @@ Minor mode for providing mailing-list commands. | |||
| 8115 | 8284 | ||
| 8116 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update | 8285 | ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update |
| 8117 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" | 8286 | ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" |
| 8118 | ;;;;;; (15468 20287)) | 8287 | ;;;;;; (15383 46829)) |
| 8119 | ;;; Generated autoloads from gnus/gnus-mlspl.el | 8288 | ;;; Generated autoloads from gnus/gnus-mlspl.el |
| 8120 | 8289 | ||
| 8121 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ | 8290 | (autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ |
| @@ -8216,8 +8385,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil) | |||
| 8216 | 8385 | ||
| 8217 | ;;;*** | 8386 | ;;;*** |
| 8218 | 8387 | ||
| 8219 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15503 | 8388 | ;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15470 |
| 8220 | ;;;;;; 34582)) | 8389 | ;;;;;; 47364)) |
| 8221 | ;;; Generated autoloads from gnus/gnus-msg.el | 8390 | ;;; Generated autoloads from gnus/gnus-msg.el |
| 8222 | 8391 | ||
| 8223 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ | 8392 | (autoload (quote gnus-msg-mail) "gnus-msg" "\ |
| @@ -8230,7 +8399,7 @@ Gcc: header for archiving purposes." t nil) | |||
| 8230 | ;;;*** | 8399 | ;;;*** |
| 8231 | 8400 | ||
| 8232 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" | 8401 | ;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" |
| 8233 | ;;;;;; (15235 51735)) | 8402 | ;;;;;; (15185 49574)) |
| 8234 | ;;; Generated autoloads from gnus/gnus-mule.el | 8403 | ;;; Generated autoloads from gnus/gnus-mule.el |
| 8235 | 8404 | ||
| 8236 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ | 8405 | (autoload (quote gnus-mule-add-group) "gnus-mule" "\ |
| @@ -8273,7 +8442,7 @@ Update the format specification near point." t nil) | |||
| 8273 | ;;;*** | 8442 | ;;;*** |
| 8274 | 8443 | ||
| 8275 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" | 8444 | ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" |
| 8276 | ;;;;;; "gnus/gnus-start.el" (15669 50257)) | 8445 | ;;;;;; "gnus/gnus-start.el" (15651 7289)) |
| 8277 | ;;; Generated autoloads from gnus/gnus-start.el | 8446 | ;;; Generated autoloads from gnus/gnus-start.el |
| 8278 | 8447 | ||
| 8279 | (autoload (quote gnus-unload) "gnus-start" "\ | 8448 | (autoload (quote gnus-unload) "gnus-start" "\ |
| @@ -8288,7 +8457,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil) | |||
| 8288 | ;;;*** | 8457 | ;;;*** |
| 8289 | 8458 | ||
| 8290 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" | 8459 | ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" |
| 8291 | ;;;;;; (15276 56076)) | 8460 | ;;;;;; (15272 56960)) |
| 8292 | ;;; Generated autoloads from gnus/gnus-win.el | 8461 | ;;; Generated autoloads from gnus/gnus-win.el |
| 8293 | 8462 | ||
| 8294 | (autoload (quote gnus-add-configuration) "gnus-win" "\ | 8463 | (autoload (quote gnus-add-configuration) "gnus-win" "\ |
| @@ -8347,7 +8516,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | |||
| 8347 | 8516 | ||
| 8348 | ;;;*** | 8517 | ;;;*** |
| 8349 | 8518 | ||
| 8350 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15292 51818)) | 8519 | ;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339)) |
| 8351 | ;;; Generated autoloads from gs.el | 8520 | ;;; Generated autoloads from gs.el |
| 8352 | 8521 | ||
| 8353 | (autoload (quote gs-load-image) "gs" "\ | 8522 | (autoload (quote gs-load-image) "gs" "\ |
| @@ -8359,7 +8528,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8359 | ;;;*** | 8528 | ;;;*** |
| 8360 | 8529 | ||
| 8361 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8530 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8362 | ;;;;;; (15626 5161)) | 8531 | ;;;;;; (15522 14844)) |
| 8363 | ;;; Generated autoloads from gud.el | 8532 | ;;; Generated autoloads from gud.el |
| 8364 | 8533 | ||
| 8365 | (autoload (quote gdb) "gud" "\ | 8534 | (autoload (quote gdb) "gud" "\ |
| @@ -8396,16 +8565,24 @@ The directory containing FILE becomes the initial working directory | |||
| 8396 | and source-file directory for your debugger." t nil) | 8565 | and source-file directory for your debugger." t nil) |
| 8397 | 8566 | ||
| 8398 | (autoload (quote jdb) "gud" "\ | 8567 | (autoload (quote jdb) "gud" "\ |
| 8399 | Run jdb with command line COMMAND-LINE in a buffer. The buffer is named | 8568 | Run jdb with command line COMMAND-LINE in a buffer. |
| 8400 | \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\" | 8569 | The buffer is named \"*gud*\" if no initial class is given or |
| 8401 | if there is. If the \"-classpath\" switch is given, omit all whitespace | 8570 | \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" |
| 8402 | between it and it's value." t nil) | 8571 | switch is given, omit all whitespace between it and its value. |
| 8572 | |||
| 8573 | See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for | ||
| 8574 | information on how jdb accesses source files. Alternatively (if | ||
| 8575 | `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the | ||
| 8576 | original source file access method. | ||
| 8577 | |||
| 8578 | For general information about commands available to control jdb from | ||
| 8579 | gud, see `gud-mode'." t nil) | ||
| 8403 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") | 8580 | (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") |
| 8404 | 8581 | ||
| 8405 | ;;;*** | 8582 | ;;;*** |
| 8406 | 8583 | ||
| 8407 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15626 | 8584 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15587 |
| 8408 | ;;;;;; 5163)) | 8585 | ;;;;;; 64724)) |
| 8409 | ;;; Generated autoloads from play/handwrite.el | 8586 | ;;; Generated autoloads from play/handwrite.el |
| 8410 | 8587 | ||
| 8411 | (autoload (quote handwrite) "handwrite" "\ | 8588 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -8421,7 +8598,7 @@ Variables: handwrite-linespace (default 12) | |||
| 8421 | ;;;*** | 8598 | ;;;*** |
| 8422 | 8599 | ||
| 8423 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" | 8600 | ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" |
| 8424 | ;;;;;; (15235 51738)) | 8601 | ;;;;;; (15185 49575)) |
| 8425 | ;;; Generated autoloads from play/hanoi.el | 8602 | ;;; Generated autoloads from play/hanoi.el |
| 8426 | 8603 | ||
| 8427 | (autoload (quote hanoi) "hanoi" "\ | 8604 | (autoload (quote hanoi) "hanoi" "\ |
| @@ -8442,8 +8619,60 @@ to be updated." t nil) | |||
| 8442 | 8619 | ||
| 8443 | ;;;*** | 8620 | ;;;*** |
| 8444 | 8621 | ||
| 8622 | ;;;### (autoloads (describe-categories describe-syntax describe-variable | ||
| 8623 | ;;;;;; variable-at-point describe-function-1 describe-function locate-library | ||
| 8624 | ;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15727 34854)) | ||
| 8625 | ;;; Generated autoloads from help-fns.el | ||
| 8626 | |||
| 8627 | (autoload (quote help-with-tutorial) "help-fns" "\ | ||
| 8628 | Select the Emacs learn-by-doing tutorial. | ||
| 8629 | If there is a tutorial version written in the language | ||
| 8630 | of the selected language environment, that version is used. | ||
| 8631 | If there's no tutorial in that language, `TUTORIAL' is selected. | ||
| 8632 | With arg, you are asked to choose which language." t nil) | ||
| 8633 | |||
| 8634 | (autoload (quote locate-library) "help-fns" "\ | ||
| 8635 | Show the precise file name of Emacs library LIBRARY. | ||
| 8636 | This command searches the directories in `load-path' like `\\[load-library]' | ||
| 8637 | to find the file that `\\[load-library] RET LIBRARY RET' would load. | ||
| 8638 | Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes' | ||
| 8639 | to the specified name LIBRARY. | ||
| 8640 | |||
| 8641 | If the optional third arg PATH is specified, that list of directories | ||
| 8642 | is used instead of `load-path'. | ||
| 8643 | |||
| 8644 | When called from a program, the file name is normaly returned as a | ||
| 8645 | string. When run interactively, the argument INTERACTIVE-CALL is t, | ||
| 8646 | and the file name is displayed in the echo area." t nil) | ||
| 8647 | |||
| 8648 | (autoload (quote describe-function) "help-fns" "\ | ||
| 8649 | Display the full documentation of FUNCTION (a symbol)." t nil) | ||
| 8650 | |||
| 8651 | (autoload (quote describe-function-1) "help-fns" nil nil nil) | ||
| 8652 | |||
| 8653 | (autoload (quote variable-at-point) "help-fns" "\ | ||
| 8654 | Return the bound variable symbol found around point. | ||
| 8655 | Return 0 if there is no such symbol." nil nil) | ||
| 8656 | |||
| 8657 | (autoload (quote describe-variable) "help-fns" "\ | ||
| 8658 | Display the full documentation of VARIABLE (a symbol). | ||
| 8659 | Returns the documentation as a string, also. | ||
| 8660 | If VARIABLE has a buffer-local value in BUFFER (default to the current buffer), | ||
| 8661 | it is displayed along with the global value." t nil) | ||
| 8662 | |||
| 8663 | (autoload (quote describe-syntax) "help-fns" "\ | ||
| 8664 | Describe the syntax specifications in the syntax table of BUFFER. | ||
| 8665 | The descriptions are inserted in a help buffer, which is then displayed. | ||
| 8666 | BUFFER defaults to the current buffer." t nil) | ||
| 8667 | |||
| 8668 | (autoload (quote describe-categories) "help-fns" "\ | ||
| 8669 | Describe the category specifications in the current category table. | ||
| 8670 | The descriptions are inserted in a buffer, which is then displayed." t nil) | ||
| 8671 | |||
| 8672 | ;;;*** | ||
| 8673 | |||
| 8445 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" | 8674 | ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" |
| 8446 | ;;;;;; (15235 51729)) | 8675 | ;;;;;; (15185 49574)) |
| 8447 | ;;; Generated autoloads from help-macro.el | 8676 | ;;; Generated autoloads from help-macro.el |
| 8448 | 8677 | ||
| 8449 | (defvar three-step-help nil "\ | 8678 | (defvar three-step-help nil "\ |
| @@ -8455,8 +8684,71 @@ A value of nil means skip the middle step, so that | |||
| 8455 | 8684 | ||
| 8456 | ;;;*** | 8685 | ;;;*** |
| 8457 | 8686 | ||
| 8687 | ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button | ||
| 8688 | ;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup | ||
| 8689 | ;;;;;; help-mode) "help-mode" "help-mode.el" (15669 19465)) | ||
| 8690 | ;;; Generated autoloads from help-mode.el | ||
| 8691 | |||
| 8692 | (autoload (quote help-mode) "help-mode" "\ | ||
| 8693 | Major mode for viewing help text and navigating references in it. | ||
| 8694 | Entry to this mode runs the normal hook `help-mode-hook'. | ||
| 8695 | Commands: | ||
| 8696 | \\{help-mode-map}" t nil) | ||
| 8697 | |||
| 8698 | (autoload (quote help-mode-setup) "help-mode" nil nil nil) | ||
| 8699 | |||
| 8700 | (autoload (quote help-mode-finish) "help-mode" nil nil nil) | ||
| 8701 | |||
| 8702 | (autoload (quote help-setup-xref) "help-mode" "\ | ||
| 8703 | Invoked from commands using the \"*Help*\" buffer to install some xref info. | ||
| 8704 | |||
| 8705 | ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help | ||
| 8706 | buffer after following a reference. INTERACTIVE-P is non-nil if the | ||
| 8707 | calling command was invoked interactively. In this case the stack of | ||
| 8708 | items for help buffer \"back\" buttons is cleared. | ||
| 8709 | |||
| 8710 | This should be called very early, before the output buffer is cleared, | ||
| 8711 | because we want to record the \"previous\" position of point so we can | ||
| 8712 | restore it properly when going back." nil nil) | ||
| 8713 | |||
| 8714 | (autoload (quote help-make-xrefs) "help-mode" "\ | ||
| 8715 | Parse and hyperlink documentation cross-references in the given BUFFER. | ||
| 8716 | |||
| 8717 | Find cross-reference information in a buffer and activate such cross | ||
| 8718 | references for selection with `help-follow'. Cross-references have | ||
| 8719 | the canonical form `...' and the type of reference may be | ||
| 8720 | disambiguated by the preceding word(s) used in | ||
| 8721 | `help-xref-symbol-regexp'. | ||
| 8722 | |||
| 8723 | If the variable `help-xref-mule-regexp' is non-nil, find also | ||
| 8724 | cross-reference information related to multilingual environment | ||
| 8725 | \(e.g., coding-systems). This variable is also used to disambiguate | ||
| 8726 | the type of reference as the same way as `help-xref-symbol-regexp'. | ||
| 8727 | |||
| 8728 | A special reference `back' is made to return back through a stack of | ||
| 8729 | help buffers. Variable `help-back-label' specifies the text for | ||
| 8730 | that." t nil) | ||
| 8731 | |||
| 8732 | (autoload (quote help-xref-button) "help-mode" "\ | ||
| 8733 | Make a hyperlink for cross-reference text previously matched. | ||
| 8734 | MATCH-NUMBER is the subexpression of interest in the last matched | ||
| 8735 | regexp. TYPE is the type of button to use. Any remaining arguments are | ||
| 8736 | passed to the button's help-function when it is invoked. | ||
| 8737 | See `help-make-xrefs'." nil nil) | ||
| 8738 | |||
| 8739 | (autoload (quote help-insert-xref-button) "help-mode" "\ | ||
| 8740 | Insert STRING and make a hyperlink from cross-reference text on it. | ||
| 8741 | TYPE is the type of button to use. Any remaining arguments are passed | ||
| 8742 | to the button's help-function when it is invoked. | ||
| 8743 | See `help-make-xrefs'." nil nil) | ||
| 8744 | |||
| 8745 | (autoload (quote help-xref-on-pp) "help-mode" "\ | ||
| 8746 | Add xrefs for symbols in `pp's output between FROM and TO." nil nil) | ||
| 8747 | |||
| 8748 | ;;;*** | ||
| 8749 | |||
| 8458 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" | 8750 | ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" |
| 8459 | ;;;;;; "emacs-lisp/helper.el" (15235 51733)) | 8751 | ;;;;;; "emacs-lisp/helper.el" (15185 49574)) |
| 8460 | ;;; Generated autoloads from emacs-lisp/helper.el | 8752 | ;;; Generated autoloads from emacs-lisp/helper.el |
| 8461 | 8753 | ||
| 8462 | (autoload (quote Helper-describe-bindings) "helper" "\ | 8754 | (autoload (quote Helper-describe-bindings) "helper" "\ |
| @@ -8468,7 +8760,7 @@ Provide help for current mode." t nil) | |||
| 8468 | ;;;*** | 8760 | ;;;*** |
| 8469 | 8761 | ||
| 8470 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8762 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8471 | ;;;;;; "hexl.el" (15669 50255)) | 8763 | ;;;;;; "hexl.el" (15661 53042)) |
| 8472 | ;;; Generated autoloads from hexl.el | 8764 | ;;; Generated autoloads from hexl.el |
| 8473 | 8765 | ||
| 8474 | (autoload (quote hexl-mode) "hexl" "\ | 8766 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8708,7 +9000,7 @@ how the hiding is done: | |||
| 8708 | ;;;*** | 9000 | ;;;*** |
| 8709 | 9001 | ||
| 8710 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 9002 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 8711 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15626 5163)) | 9003 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15587 64724)) |
| 8712 | ;;; Generated autoloads from progmodes/hideshow.el | 9004 | ;;; Generated autoloads from progmodes/hideshow.el |
| 8713 | 9005 | ||
| 8714 | (defvar hs-hide-comments-when-hiding-all t "\ | 9006 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -8950,7 +9242,7 @@ in which `hl-line-mode' turns it on." t nil) | |||
| 8950 | ;;;*** | 9242 | ;;;*** |
| 8951 | 9243 | ||
| 8952 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" | 9244 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 8953 | ;;;;;; (15125 40269)) | 9245 | ;;;;;; (15097 24075)) |
| 8954 | ;;; Generated autoloads from calendar/holidays.el | 9246 | ;;; Generated autoloads from calendar/holidays.el |
| 8955 | 9247 | ||
| 8956 | (autoload (quote holidays) "holidays" "\ | 9248 | (autoload (quote holidays) "holidays" "\ |
| @@ -8990,8 +9282,381 @@ Also see `automatic-hscrolling'." t nil) | |||
| 8990 | 9282 | ||
| 8991 | ;;;*** | 9283 | ;;;*** |
| 8992 | 9284 | ||
| 9285 | ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers | ||
| 9286 | ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers | ||
| 9287 | ;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers | ||
| 9288 | ;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp | ||
| 9289 | ;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill | ||
| 9290 | ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines | ||
| 9291 | ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked | ||
| 9292 | ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show | ||
| 9293 | ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters | ||
| 9294 | ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters | ||
| 9295 | ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters | ||
| 9296 | ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable | ||
| 9297 | ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups | ||
| 9298 | ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank | ||
| 9299 | ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group | ||
| 9300 | ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group | ||
| 9301 | ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode | ||
| 9302 | ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p | ||
| 9303 | ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group | ||
| 9304 | ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group | ||
| 9305 | ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode | ||
| 9306 | ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15727 34854)) | ||
| 9307 | ;;; Generated autoloads from ibuf-ext.el | ||
| 9308 | |||
| 9309 | (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ | ||
| 9310 | Toggle use of Ibuffer's auto-update facility. | ||
| 9311 | With numeric ARG, enable auto-update if and only if ARG is positive." t nil) | ||
| 9312 | |||
| 9313 | (autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\ | ||
| 9314 | Enable or disable filtering by the major mode chosen via mouse." t nil) | ||
| 9315 | |||
| 9316 | (autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\ | ||
| 9317 | Enable or disable filtering by the major mode at point." t nil) | ||
| 9318 | |||
| 9319 | (autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\ | ||
| 9320 | Toggle the display status of the filter group chosen with the mouse." t nil) | ||
| 9321 | |||
| 9322 | (autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\ | ||
| 9323 | Toggle the display status of the filter group on this line." t nil) | ||
| 9324 | |||
| 9325 | (autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\ | ||
| 9326 | Move point forwards by COUNT filtering groups." t nil) | ||
| 9327 | |||
| 9328 | (autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\ | ||
| 9329 | Move point backwards by COUNT filtering groups." t nil) | ||
| 9330 | (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el") | ||
| 9331 | (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el") | ||
| 9332 | (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el") | ||
| 9333 | (autoload 'ibuffer-do-eval "ibuf-ext.el") | ||
| 9334 | (autoload 'ibuffer-do-view-and-eval "ibuf-ext.el") | ||
| 9335 | (autoload 'ibuffer-do-rename-uniquely "ibuf-ext.el") | ||
| 9336 | (autoload 'ibuffer-do-revert "ibuf-ext.el") | ||
| 9337 | (autoload 'ibuffer-do-replace-regexp "ibuf-ext.el") | ||
| 9338 | (autoload 'ibuffer-do-query-replace "ibuf-ext.el") | ||
| 9339 | (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el") | ||
| 9340 | (autoload 'ibuffer-do-print "ibuf-ext.el") | ||
| 9341 | |||
| 9342 | (autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil) | ||
| 9343 | |||
| 9344 | (autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\ | ||
| 9345 | Make the current filters into a filtering group." t nil) | ||
| 9346 | |||
| 9347 | (autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\ | ||
| 9348 | Set the current filter groups to filter by mode." t nil) | ||
| 9349 | |||
| 9350 | (autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\ | ||
| 9351 | Remove the first filter group." t nil) | ||
| 9352 | |||
| 9353 | (autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\ | ||
| 9354 | Decompose the filter group GROUP into active filters." t nil) | ||
| 9355 | |||
| 9356 | (autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\ | ||
| 9357 | Remove all filter groups." t nil) | ||
| 9358 | |||
| 9359 | (autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\ | ||
| 9360 | Move point to the filter group whose name is NAME." t nil) | ||
| 9361 | |||
| 9362 | (autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\ | ||
| 9363 | Kill the filter group named NAME. | ||
| 9364 | The group will be added to `ibuffer-filter-group-kill-ring'." t nil) | ||
| 9365 | |||
| 9366 | (autoload (quote ibuffer-kill-line) "ibuf-ext" "\ | ||
| 9367 | Kill the filter group at point. | ||
| 9368 | See also `ibuffer-kill-filter-group'." t nil) | ||
| 9369 | |||
| 9370 | (autoload (quote ibuffer-yank) "ibuf-ext" "\ | ||
| 9371 | Yank the last killed filter group before group at point." t nil) | ||
| 9372 | |||
| 9373 | (autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\ | ||
| 9374 | Yank the last killed filter group before group named NAME." t nil) | ||
| 9375 | |||
| 9376 | (autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\ | ||
| 9377 | Save all active filter groups GROUPS as NAME. | ||
| 9378 | They are added to `ibuffer-saved-filter-groups'. Interactively, | ||
| 9379 | prompt for NAME, and use the current filters." t nil) | ||
| 9380 | |||
| 9381 | (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\ | ||
| 9382 | Delete saved filter groups with NAME. | ||
| 9383 | They are removed from `ibuffer-saved-filter-groups'." t nil) | ||
| 9384 | |||
| 9385 | (autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\ | ||
| 9386 | Set this buffer's filter groups to saved version with NAME. | ||
| 9387 | The value from `ibuffer-saved-filters' is used. | ||
| 9388 | If prefix argument ADD is non-nil, then add the saved filters instead | ||
| 9389 | of replacing the current filters." t nil) | ||
| 9390 | |||
| 9391 | (autoload (quote ibuffer-filter-disable) "ibuf-ext" "\ | ||
| 9392 | Disable all filters currently in effect in this buffer." t nil) | ||
| 9393 | |||
| 9394 | (autoload (quote ibuffer-pop-filter) "ibuf-ext" "\ | ||
| 9395 | Remove the top filter in this buffer." t nil) | ||
| 9396 | |||
| 9397 | (autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\ | ||
| 9398 | Separate the top compound filter (OR, NOT, or SAVED) in this buffer. | ||
| 9399 | |||
| 9400 | This means that the topmost filter on the filtering stack, which must | ||
| 9401 | be a complex filter like (OR [name: foo] [mode: bar-mode]), will be | ||
| 9402 | turned into two separate filters [name: foo] and [mode: bar-mode]." t nil) | ||
| 9403 | |||
| 9404 | (autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\ | ||
| 9405 | Exchange the top two filters on the stack in this buffer." t nil) | ||
| 9406 | |||
| 9407 | (autoload (quote ibuffer-negate-filter) "ibuf-ext" "\ | ||
| 9408 | Negate the sense of the top filter in the current buffer." t nil) | ||
| 9409 | |||
| 9410 | (autoload (quote ibuffer-or-filter) "ibuf-ext" "\ | ||
| 9411 | Replace the top two filters in this buffer with their logical OR. | ||
| 9412 | If optional argument REVERSE is non-nil, instead break the top OR | ||
| 9413 | filter into parts." t nil) | ||
| 9414 | |||
| 9415 | (autoload (quote ibuffer-save-filters) "ibuf-ext" "\ | ||
| 9416 | Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'. | ||
| 9417 | Interactively, prompt for NAME, and use the current filters." t nil) | ||
| 9418 | |||
| 9419 | (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\ | ||
| 9420 | Delete saved filters with NAME from `ibuffer-saved-filters'." t nil) | ||
| 9421 | |||
| 9422 | (autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\ | ||
| 9423 | Add saved filters from `ibuffer-saved-filters' to this buffer's filters." t nil) | ||
| 9424 | |||
| 9425 | (autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\ | ||
| 9426 | Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. | ||
| 9427 | If prefix argument ADD is non-nil, then add the saved filters instead | ||
| 9428 | of replacing the current filters." t nil) | ||
| 9429 | (autoload 'ibuffer-filter-by-mode "ibuf-ext.el") | ||
| 9430 | (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el") | ||
| 9431 | (autoload 'ibuffer-filter-by-name "ibuf-ext.el") | ||
| 9432 | (autoload 'ibuffer-filter-by-filename "ibuf-ext.el") | ||
| 9433 | (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el") | ||
| 9434 | (autoload 'ibuffer-filter-by-size-lt "ibuf-ext.el") | ||
| 9435 | (autoload 'ibuffer-filter-by-content "ibuf-ext.el") | ||
| 9436 | (autoload 'ibuffer-filter-by-predicate "ibuf-ext.el") | ||
| 9437 | |||
| 9438 | (autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\ | ||
| 9439 | Toggle the current sorting mode. | ||
| 9440 | Default sorting modes are: | ||
| 9441 | Recency - the last time the buffer was viewed | ||
| 9442 | Name - the name of the buffer | ||
| 9443 | Major Mode - the name of the major mode of the buffer | ||
| 9444 | Size - the size of the buffer" t nil) | ||
| 9445 | |||
| 9446 | (autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\ | ||
| 9447 | Toggle whether or not sorting is in reverse order." t nil) | ||
| 9448 | (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el") | ||
| 9449 | (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el") | ||
| 9450 | (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el") | ||
| 9451 | (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el") | ||
| 9452 | |||
| 9453 | (autoload (quote ibuffer-bs-show) "ibuf-ext" "\ | ||
| 9454 | Emulate `bs-show' from the bs.el package." t nil) | ||
| 9455 | |||
| 9456 | (autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\ | ||
| 9457 | Add REGEXP to `ibuffer-tmp-hide-regexps'. | ||
| 9458 | This means that buffers whose name matches REGEXP will not be shown | ||
| 9459 | for this ibuffer session." t nil) | ||
| 9460 | |||
| 9461 | (autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\ | ||
| 9462 | Add REGEXP to `ibuffer-tmp-show-regexps'. | ||
| 9463 | This means that buffers whose name matches REGEXP will always be shown | ||
| 9464 | for this ibuffer session." t nil) | ||
| 9465 | |||
| 9466 | (autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\ | ||
| 9467 | Move forward by COUNT marked buffers (default 1). | ||
| 9468 | |||
| 9469 | If MARK is non-nil, it should be a character denoting the type of mark | ||
| 9470 | to move by. The default is `ibuffer-marked-char'. | ||
| 9471 | |||
| 9472 | If DIRECTION is non-nil, it should be an integer; negative integers | ||
| 9473 | mean move backwards, non-negative integers mean move forwards." t nil) | ||
| 9474 | |||
| 9475 | (autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\ | ||
| 9476 | Move backwards by COUNT marked buffers (default 1). | ||
| 9477 | |||
| 9478 | If MARK is non-nil, it should be a character denoting the type of mark | ||
| 9479 | to move by. The default is `ibuffer-marked-char'." t nil) | ||
| 9480 | |||
| 9481 | (autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\ | ||
| 9482 | Hide all of the currently marked lines." t nil) | ||
| 9483 | |||
| 9484 | (autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\ | ||
| 9485 | Move point to the buffer whose name is NAME." t nil) | ||
| 9486 | |||
| 9487 | (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\ | ||
| 9488 | View the differences between this buffer and its associated file. | ||
| 9489 | This requires the external program \"diff\" to be in your `exec-path'." t nil) | ||
| 9490 | |||
| 9491 | (autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\ | ||
| 9492 | Copy filenames of marked buffers into the kill ring. | ||
| 9493 | The names are separated by a space. | ||
| 9494 | If a buffer has no filename, it is ignored. | ||
| 9495 | With a zero prefix arg, use the complete pathname of each marked file. | ||
| 9496 | |||
| 9497 | You can then feed the file name(s) to other commands with C-y. | ||
| 9498 | |||
| 9499 | [ This docstring shamelessly stolen from the | ||
| 9500 | `dired-copy-filename-as-kill' in \"dired-x\". ]" t nil) | ||
| 9501 | |||
| 9502 | (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\ | ||
| 9503 | Mark all buffers whose name matches REGEXP." t nil) | ||
| 9504 | |||
| 9505 | (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\ | ||
| 9506 | Mark all buffers whose major mode matches REGEXP." t nil) | ||
| 9507 | |||
| 9508 | (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\ | ||
| 9509 | Mark all buffers whose file name matches REGEXP." t nil) | ||
| 9510 | |||
| 9511 | (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\ | ||
| 9512 | Mark all buffers whose major mode equals MODE." t nil) | ||
| 9513 | |||
| 9514 | (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\ | ||
| 9515 | Mark all modified buffers." t nil) | ||
| 9516 | |||
| 9517 | (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\ | ||
| 9518 | Mark all modified buffers that have an associated file." t nil) | ||
| 9519 | |||
| 9520 | (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\ | ||
| 9521 | Mark all buffers whose associated file does not exist." t nil) | ||
| 9522 | |||
| 9523 | (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\ | ||
| 9524 | Mark buffers like *Help*, *Apropos*, *Info*." t nil) | ||
| 9525 | |||
| 9526 | (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\ | ||
| 9527 | Mark buffers which have not been viewed in `ibuffer-old-time' days." t nil) | ||
| 9528 | |||
| 9529 | (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\ | ||
| 9530 | Mark all buffers whose name begins and ends with '*'." t nil) | ||
| 9531 | |||
| 9532 | (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\ | ||
| 9533 | Mark all read-only buffers." t nil) | ||
| 9534 | |||
| 9535 | (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\ | ||
| 9536 | Mark all `dired' buffers." t nil) | ||
| 9537 | |||
| 9538 | (autoload (quote ibuffer-do-occur) "ibuf-ext" "\ | ||
| 9539 | View lines which match REGEXP in all marked buffers. | ||
| 9540 | Optional argument NLINES says how many lines of context to display: it | ||
| 9541 | defaults to one." t nil) | ||
| 9542 | |||
| 9543 | ;;;*** | ||
| 9544 | |||
| 9545 | ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter | ||
| 9546 | ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15623 | ||
| 9547 | ;;;;;; 547)) | ||
| 9548 | ;;; Generated autoloads from ibuf-macs.el | ||
| 9549 | |||
| 9550 | (autoload (quote define-ibuffer-column) "ibuf-macs" "\ | ||
| 9551 | Define a column SYMBOL for use with `ibuffer-formats'. | ||
| 9552 | |||
| 9553 | BODY will be called with `buffer' bound to the buffer object, and | ||
| 9554 | `mark' bound to the current mark on the buffer. The original ibuffer | ||
| 9555 | buffer will be bound to `ibuffer-buf'. | ||
| 9556 | |||
| 9557 | If NAME is given, it will be used as a title for the column. | ||
| 9558 | Otherwise, the title will default to a capitalized version of the | ||
| 9559 | SYMBOL's name. PROPS is a plist of additional properties to add to | ||
| 9560 | the text, such as `mouse-face'. And SUMMARIZER, if given, is a | ||
| 9561 | function which will be passed a list of all the strings in its column; | ||
| 9562 | it should return a string to display at the bottom. | ||
| 9563 | |||
| 9564 | Note that this macro expands into a `defun' for a function named | ||
| 9565 | ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be | ||
| 9566 | inlined into the compiled format versions. This means that if you | ||
| 9567 | change its definition, you should explicitly call | ||
| 9568 | `ibuffer-recompile-formats'." nil (quote macro)) | ||
| 9569 | |||
| 9570 | (autoload (quote define-ibuffer-sorter) "ibuf-macs" "\ | ||
| 9571 | Define a method of sorting named NAME. | ||
| 9572 | DOCUMENTATION is the documentation of the function, which will be called | ||
| 9573 | `ibuffer-do-sort-by-NAME'. | ||
| 9574 | DESCRIPTION is a short string describing the sorting method. | ||
| 9575 | |||
| 9576 | For sorting, the forms in BODY will be evaluated with `a' bound to one | ||
| 9577 | buffer object, and `b' bound to another. BODY should return a non-nil | ||
| 9578 | value if and only if `a' is \"less than\" `b'." nil (quote macro)) | ||
| 9579 | |||
| 9580 | (autoload (quote define-ibuffer-op) "ibuf-macs" "\ | ||
| 9581 | Generate a function which operates on a buffer. | ||
| 9582 | OP becomes the name of the function; if it doesn't begin with | ||
| 9583 | `ibuffer-do-', then that is prepended to it. | ||
| 9584 | When an operation is performed, this function will be called once for | ||
| 9585 | each marked buffer, with that buffer current. | ||
| 9586 | |||
| 9587 | ARGS becomes the formal parameters of the function. | ||
| 9588 | DOCUMENTATION becomes the docstring of the function. | ||
| 9589 | INTERACTIVE becomes the interactive specification of the function. | ||
| 9590 | MARK describes which type of mark (:deletion, or nil) this operation | ||
| 9591 | uses. :deletion means the function operates on buffers marked for | ||
| 9592 | deletion, otherwise it acts on normally marked buffers. | ||
| 9593 | MODIFIER-P describes how the function modifies buffers. This is used | ||
| 9594 | to set the modification flag of the Ibuffer buffer itself. Valid | ||
| 9595 | values are: | ||
| 9596 | nil - the function never modifiers buffers | ||
| 9597 | t - the function it always modifies buffers | ||
| 9598 | :maybe - attempt to discover this information by comparing the | ||
| 9599 | buffer's modification flag. | ||
| 9600 | DANGEROUS is a boolean which should be set if the user should be | ||
| 9601 | prompted before performing this operation. | ||
| 9602 | OPSTRING is a string which will be displayed to the user after the | ||
| 9603 | operation is complete, in the form: | ||
| 9604 | \"Operation complete; OPSTRING x buffers\" | ||
| 9605 | ACTIVE-OPSTRING is a string which will be displayed to the user in a | ||
| 9606 | confirmation message, in the form: | ||
| 9607 | \"Really ACTIVE-OPSTRING x buffers?\" | ||
| 9608 | COMPLEX means this function is special; see the source code of this | ||
| 9609 | macro for exactly what it does." nil (quote macro)) | ||
| 9610 | |||
| 9611 | (autoload (quote define-ibuffer-filter) "ibuf-macs" "\ | ||
| 9612 | Define a filter named NAME. | ||
| 9613 | DOCUMENTATION is the documentation of the function. | ||
| 9614 | READER is a form which should read a qualifier from the user. | ||
| 9615 | DESCRIPTION is a short string describing the filter. | ||
| 9616 | |||
| 9617 | BODY should contain forms which will be evaluated to test whether or | ||
| 9618 | not a particular buffer should be displayed or not. The forms in BODY | ||
| 9619 | will be evaluated with BUF bound to the buffer object, and QUALIFIER | ||
| 9620 | bound to the current value of the filter." nil (quote macro)) | ||
| 9621 | |||
| 9622 | ;;;*** | ||
| 9623 | |||
| 9624 | ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) | ||
| 9625 | ;;;;;; "ibuffer" "ibuffer.el" (15727 34854)) | ||
| 9626 | ;;; Generated autoloads from ibuffer.el | ||
| 9627 | |||
| 9628 | (autoload (quote ibuffer-list-buffers) "ibuffer" "\ | ||
| 9629 | Display a list of buffers, in another window. | ||
| 9630 | If optional argument FILES-ONLY is non-nil, then add a filter for | ||
| 9631 | buffers which are visiting a file." t nil) | ||
| 9632 | |||
| 9633 | (autoload (quote ibuffer-other-window) "ibuffer" "\ | ||
| 9634 | Like `ibuffer', but displayed in another window by default. | ||
| 9635 | If optional argument FILES-ONLY is non-nil, then add a filter for | ||
| 9636 | buffers which are visiting a file." t nil) | ||
| 9637 | |||
| 9638 | (autoload (quote ibuffer) "ibuffer" "\ | ||
| 9639 | Begin using `ibuffer' to edit a list of buffers. | ||
| 9640 | Type 'h' after entering ibuffer for more information. | ||
| 9641 | |||
| 9642 | Optional argument OTHER-WINDOW-P says to use another window. | ||
| 9643 | Optional argument NAME specifies the name of the buffer; it defaults | ||
| 9644 | to \"*Ibuffer*\". | ||
| 9645 | Optional argument QUALIFIERS is an initial set of filtering qualifiers | ||
| 9646 | to use; see `ibuffer-filtering-qualifiers'. | ||
| 9647 | Optional argument NOSELECT means don't select the Ibuffer buffer. | ||
| 9648 | Optional argument SHRINK means shrink the buffer to minimal size. The | ||
| 9649 | special value `onewindow' means always use another window. | ||
| 9650 | Optional argument FILTER-GROUPS is an initial set of filtering | ||
| 9651 | groups to use; see `ibuffer-filter-groups'. | ||
| 9652 | Optional argument FORMATS is the value to use for `ibuffer-formats'. | ||
| 9653 | If specified, then the variable `ibuffer-formats' will have that value | ||
| 9654 | locally in this buffer." t nil) | ||
| 9655 | |||
| 9656 | ;;;*** | ||
| 9657 | |||
| 8993 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" | 9658 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" |
| 8994 | ;;;;;; "icomplete.el" (15707 44426)) | 9659 | ;;;;;; "icomplete.el" (15483 45647)) |
| 8995 | ;;; Generated autoloads from icomplete.el | 9660 | ;;; Generated autoloads from icomplete.el |
| 8996 | 9661 | ||
| 8997 | (autoload (quote icomplete-mode) "icomplete" "\ | 9662 | (autoload (quote icomplete-mode) "icomplete" "\ |
| @@ -9067,7 +9732,7 @@ See also the variable `idlwave-shell-prompt-pattern'. | |||
| 9067 | ;;;*** | 9732 | ;;;*** |
| 9068 | 9733 | ||
| 9069 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" | 9734 | ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" |
| 9070 | ;;;;;; (15671 13114)) | 9735 | ;;;;;; (15727 34845)) |
| 9071 | ;;; Generated autoloads from progmodes/idlwave.el | 9736 | ;;; Generated autoloads from progmodes/idlwave.el |
| 9072 | 9737 | ||
| 9073 | (autoload (quote idlwave-mode) "idlwave" "\ | 9738 | (autoload (quote idlwave-mode) "idlwave" "\ |
| @@ -9189,7 +9854,215 @@ The main features of this mode are | |||
| 9189 | 9854 | ||
| 9190 | ;;;*** | 9855 | ;;;*** |
| 9191 | 9856 | ||
| 9192 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093)) | 9857 | ;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired |
| 9858 | ;;;;;; ido-insert-file ido-write-file ido-find-file-other-frame | ||
| 9859 | ;;;;;; ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window | ||
| 9860 | ;;;;;; ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window | ||
| 9861 | ;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame | ||
| 9862 | ;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | ||
| 9863 | ;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" | ||
| 9864 | ;;;;;; "ido.el" (15683 14753)) | ||
| 9865 | ;;; Generated autoloads from ido.el | ||
| 9866 | |||
| 9867 | (defvar ido-mode nil "\ | ||
| 9868 | Determines for which functional group (buffer and files) ido behavior | ||
| 9869 | should be enabled. The following values are possible: | ||
| 9870 | - 'buffer: Turn only on ido buffer behavior (switching, killing, | ||
| 9871 | displaying...) | ||
| 9872 | - 'file: Turn only on ido file behavior (finding, writing, inserting...) | ||
| 9873 | - 'both: Turn on ido buffer and file behavior. | ||
| 9874 | - nil: Turn off any ido switching. | ||
| 9875 | |||
| 9876 | Setting this variable directly does not take effect; | ||
| 9877 | use either \\[customize] or the function `ido-mode'.") | ||
| 9878 | |||
| 9879 | (custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable)) | ||
| 9880 | |||
| 9881 | (custom-add-load (quote ido-mode) (quote ido)) | ||
| 9882 | |||
| 9883 | (autoload (quote ido-mode) "ido" "\ | ||
| 9884 | Toggle ido speed-ups on or off. | ||
| 9885 | With ARG, turn ido speed-up on if arg is positive, off otherwise. | ||
| 9886 | If second argument NOBIND is non-nil, no keys are rebound; otherwise, | ||
| 9887 | turning on ido-mode will modify the default keybindings for the | ||
| 9888 | find-file and switch-to-buffer families of commands to the ido | ||
| 9889 | versions of these functions. | ||
| 9890 | However, if second arg equals 'files, bind only for files, or if it | ||
| 9891 | equals 'buffers, bind only for buffers. | ||
| 9892 | This function also adds a hook to the minibuffer." t nil) | ||
| 9893 | |||
| 9894 | (autoload (quote ido-read-buffer) "ido" "\ | ||
| 9895 | Replacement for the built-in `read-buffer'. | ||
| 9896 | Return the name of a buffer selected. | ||
| 9897 | PROMPT is the prompt to give to the user. DEFAULT if given is the default | ||
| 9898 | buffer to be selected, which will go to the front of the list. | ||
| 9899 | If REQUIRE-MATCH is non-nil, an existing-buffer must be selected. | ||
| 9900 | If INITIAL is non-nil, it specifies the initial input string." nil nil) | ||
| 9901 | |||
| 9902 | (autoload (quote ido-switch-buffer) "ido" "\ | ||
| 9903 | Switch to another buffer. | ||
| 9904 | The buffer is displayed according to `ido-default-buffer-method' -- the | ||
| 9905 | default is to show it in the same window, unless it is already visible | ||
| 9906 | in another frame. | ||
| 9907 | |||
| 9908 | As you type in a string, all of the buffers matching the string are | ||
| 9909 | displayed if substring-matching is used (default). Look at | ||
| 9910 | `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the | ||
| 9911 | buffer you want, it can then be selected. As you type, most keys have their | ||
| 9912 | normal keybindings, except for the following: \\<ido-mode-map> | ||
| 9913 | |||
| 9914 | RET Select the buffer at the front of the list of matches. If the | ||
| 9915 | list is empty, possibly prompt to create new buffer. | ||
| 9916 | |||
| 9917 | \\[ido-select-text] Select the current prompt as the buffer. | ||
| 9918 | If no buffer is found, prompt for a new one. | ||
| 9919 | |||
| 9920 | \\[ido-next-match] Put the first element at the end of the list. | ||
| 9921 | \\[ido-prev-match] Put the last element at the start of the list. | ||
| 9922 | \\[ido-complete] Complete a common suffix to the current string that | ||
| 9923 | matches all buffers. If there is only one match, select that buffer. | ||
| 9924 | If there is no common suffix, show a list of all matching buffers | ||
| 9925 | in a separate window. | ||
| 9926 | \\[ido-edit-input] Edit input string. | ||
| 9927 | \\[ido-fallback-command] Fallback to non-ido version of current command. | ||
| 9928 | \\[ido-toggle-regexp] Toggle regexp searching. | ||
| 9929 | \\[ido-toggle-prefix] Toggle between substring and prefix matching. | ||
| 9930 | \\[ido-toggle-case] Toggle case-sensitive searching of buffer names. | ||
| 9931 | \\[ido-completion-help] Show list of matching buffers in separate window. | ||
| 9932 | \\[ido-enter-find-file] Drop into ido-find-file. | ||
| 9933 | \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list. | ||
| 9934 | \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t nil) | ||
| 9935 | |||
| 9936 | (autoload (quote ido-switch-buffer-other-window) "ido" "\ | ||
| 9937 | Switch to another buffer and show it in another window. | ||
| 9938 | The buffer name is selected interactively by typing a substring. | ||
| 9939 | For details of keybindings, do `\\[describe-function] ido'." t nil) | ||
| 9940 | |||
| 9941 | (autoload (quote ido-display-buffer) "ido" "\ | ||
| 9942 | Display a buffer in another window but don't select it. | ||
| 9943 | The buffer name is selected interactively by typing a substring. | ||
| 9944 | For details of keybindings, do `\\[describe-function] ido'." t nil) | ||
| 9945 | |||
| 9946 | (autoload (quote ido-kill-buffer) "ido" "\ | ||
| 9947 | Kill a buffer. | ||
| 9948 | The buffer name is selected interactively by typing a substring. | ||
| 9949 | For details of keybindings, do `\\[describe-function] ido'." t nil) | ||
| 9950 | |||
| 9951 | (autoload (quote ido-insert-buffer) "ido" "\ | ||
| 9952 | Insert contents of a buffer in current buffer after point. | ||
| 9953 | The buffer name is selected interactively by typing a substring. | ||
| 9954 | For details of keybindings, do `\\[describe-function] ido'." t nil) | ||
| 9955 | |||
| 9956 | (autoload (quote ido-switch-buffer-other-frame) "ido" "\ | ||
| 9957 | Switch to another buffer and show it in another frame. | ||
| 9958 | The buffer name is selected interactively by typing a substring. | ||
| 9959 | For details of keybindings, do `\\[describe-function] ido'." t nil) | ||
| 9960 | |||
| 9961 | (autoload (quote ido-find-file-in-dir) "ido" "\ | ||
| 9962 | Switch to another file starting from DIR." t nil) | ||
| 9963 | |||
| 9964 | (autoload (quote ido-find-file) "ido" "\ | ||
| 9965 | Edit file with name obtained via minibuffer. | ||
| 9966 | The file is displayed according to `ido-default-file-method' -- the | ||
| 9967 | default is to show it in the same window, unless it is already | ||
| 9968 | visible in another frame. | ||
| 9969 | |||
| 9970 | The file name is selected interactively by typing a substring. As you type | ||
| 9971 | in a string, all of the filenames matching the string are displayed if | ||
| 9972 | substring-matching is used (default). Look at `ido-enable-prefix' and | ||
| 9973 | `ido-toggle-prefix'. When you have found the filename you want, it can | ||
| 9974 | then be selected. As you type, most keys have their normal keybindings, | ||
| 9975 | except for the following: \\<ido-mode-map> | ||
| 9976 | |||
| 9977 | RET Select the file at the front of the list of matches. If the | ||
| 9978 | list is empty, possibly prompt to create new file. | ||
| 9979 | |||
| 9980 | \\[ido-select-text] Select the current prompt as the buffer or file. | ||
| 9981 | If no buffer or file is found, prompt for a new one. | ||
| 9982 | |||
| 9983 | \\[ido-next-match] Put the first element at the end of the list. | ||
| 9984 | \\[ido-prev-match] Put the last element at the start of the list. | ||
| 9985 | \\[ido-complete] Complete a common suffix to the current string that | ||
| 9986 | matches all files. If there is only one match, select that file. | ||
| 9987 | If there is no common suffix, show a list of all matching files | ||
| 9988 | in a separate window. | ||
| 9989 | \\[ido-edit-input] Edit input string (including path). | ||
| 9990 | \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history. | ||
| 9991 | \\[ido-merge-work-directories] search for file in the work directory history. | ||
| 9992 | \\[ido-forget-work-directory] removes current directory from the work directory history. | ||
| 9993 | \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history. | ||
| 9994 | \\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories. | ||
| 9995 | \\[ido-make-directory] prompts for a directory to create in current directory. | ||
| 9996 | \\[ido-fallback-command] Fallback to non-ido version of current command. | ||
| 9997 | \\[ido-toggle-regexp] Toggle regexp searching. | ||
| 9998 | \\[ido-toggle-prefix] Toggle between substring and prefix matching. | ||
| 9999 | \\[ido-toggle-case] Toggle case-sensitive searching of file names. | ||
| 10000 | \\[ido-toggle-vc] Toggle version control for this file. | ||
| 10001 | \\[ido-toggle-literal] Toggle literal reading of this file. | ||
| 10002 | \\[ido-completion-help] Show list of matching files in separate window. | ||
| 10003 | \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'." t nil) | ||
| 10004 | |||
| 10005 | (autoload (quote ido-find-file-other-window) "ido" "\ | ||
| 10006 | Switch to another file and show it in another window. | ||
| 10007 | The file name is selected interactively by typing a substring. | ||
| 10008 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10009 | |||
| 10010 | (autoload (quote ido-find-alternate-file) "ido" "\ | ||
| 10011 | Switch to another file and show it in another window. | ||
| 10012 | The file name is selected interactively by typing a substring. | ||
| 10013 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10014 | |||
| 10015 | (autoload (quote ido-find-file-read-only) "ido" "\ | ||
| 10016 | Edit file read-only with name obtained via minibuffer. | ||
| 10017 | The file name is selected interactively by typing a substring. | ||
| 10018 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10019 | |||
| 10020 | (autoload (quote ido-find-file-read-only-other-window) "ido" "\ | ||
| 10021 | Edit file read-only in other window with name obtained via minibuffer. | ||
| 10022 | The file name is selected interactively by typing a substring. | ||
| 10023 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10024 | |||
| 10025 | (autoload (quote ido-find-file-read-only-other-frame) "ido" "\ | ||
| 10026 | Edit file read-only in other frame with name obtained via minibuffer. | ||
| 10027 | The file name is selected interactively by typing a substring. | ||
| 10028 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10029 | |||
| 10030 | (autoload (quote ido-display-file) "ido" "\ | ||
| 10031 | Display a file in another window but don't select it. | ||
| 10032 | The file name is selected interactively by typing a substring. | ||
| 10033 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10034 | |||
| 10035 | (autoload (quote ido-find-file-other-frame) "ido" "\ | ||
| 10036 | Switch to another file and show it in another frame. | ||
| 10037 | The file name is selected interactively by typing a substring. | ||
| 10038 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10039 | |||
| 10040 | (autoload (quote ido-write-file) "ido" "\ | ||
| 10041 | Write current buffer to a file. | ||
| 10042 | The file name is selected interactively by typing a substring. | ||
| 10043 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10044 | |||
| 10045 | (autoload (quote ido-insert-file) "ido" "\ | ||
| 10046 | Insert contents of file in current buffer. | ||
| 10047 | The file name is selected interactively by typing a substring. | ||
| 10048 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10049 | |||
| 10050 | (autoload (quote ido-dired) "ido" "\ | ||
| 10051 | Call dired the ido way. | ||
| 10052 | The directory is selected interactively by typing a substring. | ||
| 10053 | For details of keybindings, do `\\[describe-function] ido-find-file'." t nil) | ||
| 10054 | |||
| 10055 | (autoload (quote ido-read-file-name) "ido" "\ | ||
| 10056 | Read file name, prompting with PROMPT and completing in directory DIR. | ||
| 10057 | See `read-file-name' for additional parameters." nil nil) | ||
| 10058 | |||
| 10059 | (autoload (quote ido-read-directory-name) "ido" "\ | ||
| 10060 | Read directory name, prompting with PROMPT and completing in directory DIR. | ||
| 10061 | See `read-file-name' for additional parameters." nil nil) | ||
| 10062 | |||
| 10063 | ;;;*** | ||
| 10064 | |||
| 10065 | ;;;### (autoloads (ielm) "ielm" "ielm.el" (15727 34854)) | ||
| 9193 | ;;; Generated autoloads from ielm.el | 10066 | ;;; Generated autoloads from ielm.el |
| 9194 | (add-hook 'same-window-buffer-names "*ielm*") | 10067 | (add-hook 'same-window-buffer-names "*ielm*") |
| 9195 | 10068 | ||
| @@ -9351,7 +10224,7 @@ Image files are those whose name has an extension in | |||
| 9351 | ;;;*** | 10224 | ;;;*** |
| 9352 | 10225 | ||
| 9353 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 10226 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 9354 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15707 34351)) | 10227 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (15727 34854)) |
| 9355 | ;;; Generated autoloads from imenu.el | 10228 | ;;; Generated autoloads from imenu.el |
| 9356 | 10229 | ||
| 9357 | (defvar imenu-sort-function nil "\ | 10230 | (defvar imenu-sort-function nil "\ |
| @@ -9494,8 +10367,36 @@ for more information." t nil) | |||
| 9494 | 10367 | ||
| 9495 | ;;;*** | 10368 | ;;;*** |
| 9496 | 10369 | ||
| 10370 | ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion | ||
| 10371 | ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) | ||
| 10372 | ;;;;;; "ind-util" "language/ind-util.el" (15656 53216)) | ||
| 10373 | ;;; Generated autoloads from language/ind-util.el | ||
| 10374 | |||
| 10375 | (autoload (quote indian-compose-region) "ind-util" "\ | ||
| 10376 | Compose the region according to `composition-function-table'. " t nil) | ||
| 10377 | |||
| 10378 | (autoload (quote indian-compose-string) "ind-util" nil nil nil) | ||
| 10379 | |||
| 10380 | (autoload (quote in-is13194-post-read-conversion) "ind-util" nil nil nil) | ||
| 10381 | |||
| 10382 | (autoload (quote in-is13194-pre-write-conversion) "ind-util" nil nil nil) | ||
| 10383 | |||
| 10384 | (autoload (quote indian-glyph-char) "ind-util" "\ | ||
| 10385 | Return character of charset `indian-glyph' made from glyph index INDEX. | ||
| 10386 | The variable `indian-default-script' specifies the script of the glyph. | ||
| 10387 | Optional argument SCRIPT, if non-nil, overrides `indian-default-script'. | ||
| 10388 | See also the function `indian-char-glyph'." nil nil) | ||
| 10389 | |||
| 10390 | (autoload (quote indian-char-glyph) "ind-util" "\ | ||
| 10391 | Return information about the glyph code for CHAR of `indian-glyph' charset. | ||
| 10392 | The value is (INDEX . SCRIPT), where INDEX is the glyph index | ||
| 10393 | in the font that Indian script name SCRIPT specifies. | ||
| 10394 | See also the function `indian-glyph-char'." nil nil) | ||
| 10395 | |||
| 10396 | ;;;*** | ||
| 10397 | |||
| 9497 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" | 10398 | ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" |
| 9498 | ;;;;;; (15669 50258)) | 10399 | ;;;;;; (15651 7290)) |
| 9499 | ;;; Generated autoloads from progmodes/inf-lisp.el | 10400 | ;;; Generated autoloads from progmodes/inf-lisp.el |
| 9500 | 10401 | ||
| 9501 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ | 10402 | (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ |
| @@ -9605,7 +10506,7 @@ This will add a speedbar major display mode." t nil) | |||
| 9605 | 10506 | ||
| 9606 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file | 10507 | ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file |
| 9607 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" | 10508 | ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" |
| 9608 | ;;;;;; (15707 44426)) | 10509 | ;;;;;; (15671 8032)) |
| 9609 | ;;; Generated autoloads from info-look.el | 10510 | ;;; Generated autoloads from info-look.el |
| 9610 | 10511 | ||
| 9611 | (autoload (quote info-lookup-reset) "info-look" "\ | 10512 | (autoload (quote info-lookup-reset) "info-look" "\ |
| @@ -9641,7 +10542,7 @@ Perform completion on file preceding point." t nil) | |||
| 9641 | ;;;*** | 10542 | ;;;*** |
| 9642 | 10543 | ||
| 9643 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) | 10544 | ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) |
| 9644 | ;;;;;; "informat" "informat.el" (15235 51729)) | 10545 | ;;;;;; "informat" "informat.el" (15185 49574)) |
| 9645 | ;;; Generated autoloads from informat.el | 10546 | ;;; Generated autoloads from informat.el |
| 9646 | 10547 | ||
| 9647 | (autoload (quote Info-tagify) "informat" "\ | 10548 | (autoload (quote Info-tagify) "informat" "\ |
| @@ -9674,7 +10575,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil | |||
| 9674 | 10575 | ||
| 9675 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 10576 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 9676 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 10577 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 9677 | ;;;;;; (15252 4769)) | 10578 | ;;;;;; (15251 19613)) |
| 9678 | ;;; Generated autoloads from international/isearch-x.el | 10579 | ;;; Generated autoloads from international/isearch-x.el |
| 9679 | 10580 | ||
| 9680 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 10581 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ |
| @@ -9719,7 +10620,7 @@ and a negative argument disables it." t nil) | |||
| 9719 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only | 10620 | ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only |
| 9720 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso | 10621 | ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso |
| 9721 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" | 10622 | ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" |
| 9722 | ;;;;;; "international/iso-cvt.el" (15235 51737)) | 10623 | ;;;;;; "international/iso-cvt.el" (15186 56483)) |
| 9723 | ;;; Generated autoloads from international/iso-cvt.el | 10624 | ;;; Generated autoloads from international/iso-cvt.el |
| 9724 | 10625 | ||
| 9725 | (autoload (quote iso-spanish) "iso-cvt" "\ | 10626 | (autoload (quote iso-spanish) "iso-cvt" "\ |
| @@ -10100,7 +11001,7 @@ This mode enables switching between buffers using substrings. See | |||
| 10100 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 11001 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 10101 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 11002 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 10102 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 11003 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 10103 | ;;;;;; "japan-util" "language/japan-util.el" (15235 51737)) | 11004 | ;;;;;; "japan-util" "language/japan-util.el" (15185 62673)) |
| 10104 | ;;; Generated autoloads from language/japan-util.el | 11005 | ;;; Generated autoloads from language/japan-util.el |
| 10105 | 11006 | ||
| 10106 | (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) | 11007 | (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) |
| @@ -10169,7 +11070,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n | |||
| 10169 | ;;;*** | 11070 | ;;;*** |
| 10170 | 11071 | ||
| 10171 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) | 11072 | ;;;### (autoloads (with-auto-compression-mode auto-compression-mode) |
| 10172 | ;;;;;; "jka-compr" "jka-compr.el" (15626 5161)) | 11073 | ;;;;;; "jka-compr" "jka-compr.el" (15623 548)) |
| 10173 | ;;; Generated autoloads from jka-compr.el | 11074 | ;;; Generated autoloads from jka-compr.el |
| 10174 | 11075 | ||
| 10175 | (defvar auto-compression-mode nil "\ | 11076 | (defvar auto-compression-mode nil "\ |
| @@ -10192,8 +11093,69 @@ Evalute BODY with automatic file compression and uncompression enabled." nil (qu | |||
| 10192 | 11093 | ||
| 10193 | ;;;*** | 11094 | ;;;*** |
| 10194 | 11095 | ||
| 11096 | ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup | ||
| 11097 | ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" | ||
| 11098 | ;;;;;; (15640 49861)) | ||
| 11099 | ;;; Generated autoloads from emulation/keypad.el | ||
| 11100 | |||
| 11101 | (defvar keypad-setup nil "\ | ||
| 11102 | Specifies the keypad setup for unshifted keypad keys when NumLock is off. | ||
| 11103 | When selecting the plain numeric keypad setup, the character returned by the | ||
| 11104 | decimal key must be specified.") | ||
| 11105 | |||
| 11106 | (custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable)) | ||
| 11107 | |||
| 11108 | (custom-add-load (quote keypad-setup) (quote keypad)) | ||
| 11109 | |||
| 11110 | (defvar keypad-numlock-setup nil "\ | ||
| 11111 | Specifies the keypad setup for unshifted keypad keys when NumLock is on. | ||
| 11112 | When selecting the plain numeric keypad setup, the character returned by the | ||
| 11113 | decimal key must be specified.") | ||
| 11114 | |||
| 11115 | (custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable)) | ||
| 11116 | |||
| 11117 | (custom-add-load (quote keypad-numlock-setup) (quote keypad)) | ||
| 11118 | |||
| 11119 | (defvar keypad-shifted-setup nil "\ | ||
| 11120 | Specifies the keypad setup for shifted keypad keys when NumLock is off. | ||
| 11121 | When selecting the plain numeric keypad setup, the character returned by the | ||
| 11122 | decimal key must be specified.") | ||
| 11123 | |||
| 11124 | (custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable)) | ||
| 11125 | |||
| 11126 | (custom-add-load (quote keypad-shifted-setup) (quote keypad)) | ||
| 11127 | |||
| 11128 | (defvar keypad-numlock-shifted-setup nil "\ | ||
| 11129 | Specifies the keypad setup for shifted keypad keys when NumLock is off. | ||
| 11130 | When selecting the plain numeric keypad setup, the character returned by the | ||
| 11131 | decimal key must be specified.") | ||
| 11132 | |||
| 11133 | (custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable)) | ||
| 11134 | |||
| 11135 | (custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad)) | ||
| 11136 | |||
| 11137 | (autoload (quote keypad-setup) "keypad" "\ | ||
| 11138 | Set keypad bindings in function-key-map according to SETUP. | ||
| 11139 | If optional second argument NUMLOCK is non-nil, the NumLock On bindings | ||
| 11140 | are changed. Otherwise, the NumLock Off bindings are changed. | ||
| 11141 | If optional third argument SHIFT is non-nil, the shifted keypad | ||
| 11142 | keys are bound. | ||
| 11143 | |||
| 11144 | Setup Binding | ||
| 11145 | ------------------------------------------------------------- | ||
| 11146 | 'prefix Command prefix argument, i.e. M-0 .. M-9 and M-- | ||
| 11147 | 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys. | ||
| 11148 | 'cursor Bind keypad keys to the cursor movement keys. | ||
| 11149 | 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg) | ||
| 11150 | 'none Removes all bindings for keypad keys in function-key-map. | ||
| 11151 | |||
| 11152 | If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil, | ||
| 11153 | the decimal key on the keypad is mapped to DECIMAL instead of `.'" nil nil) | ||
| 11154 | |||
| 11155 | ;;;*** | ||
| 11156 | |||
| 10195 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" | 11157 | ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" |
| 10196 | ;;;;;; (15235 51737)) | 11158 | ;;;;;; (15185 62673)) |
| 10197 | ;;; Generated autoloads from international/kinsoku.el | 11159 | ;;; Generated autoloads from international/kinsoku.el |
| 10198 | 11160 | ||
| 10199 | (autoload (quote kinsoku) "kinsoku" "\ | 11161 | (autoload (quote kinsoku) "kinsoku" "\ |
| @@ -10212,8 +11174,8 @@ the context of text formatting." nil nil) | |||
| 10212 | 11174 | ||
| 10213 | ;;;*** | 11175 | ;;;*** |
| 10214 | 11176 | ||
| 10215 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15235 | 11177 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15185 |
| 10216 | ;;;;;; 51737)) | 11178 | ;;;;;; 62673)) |
| 10217 | ;;; Generated autoloads from international/kkc.el | 11179 | ;;; Generated autoloads from international/kkc.el |
| 10218 | 11180 | ||
| 10219 | (defvar kkc-after-update-conversion-functions nil "\ | 11181 | (defvar kkc-after-update-conversion-functions nil "\ |
| @@ -10233,8 +11195,90 @@ and the return value is the length of the conversion." t nil) | |||
| 10233 | 11195 | ||
| 10234 | ;;;*** | 11196 | ;;;*** |
| 10235 | 11197 | ||
| 11198 | ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-or-call-macro | ||
| 11199 | ;;;;;; kmacro-start-macro-or-insert-counter kmacro-call-macro kmacro-end-macro | ||
| 11200 | ;;;;;; kmacro-start-macro) "kmacro" "kmacro.el" (15727 34854)) | ||
| 11201 | ;;; Generated autoloads from kmacro.el | ||
| 11202 | (global-set-key "\C-x(" 'kmacro-start-macro) | ||
| 11203 | (global-set-key "\C-x)" 'kmacro-end-macro) | ||
| 11204 | (global-set-key "\C-xe" 'kmacro-end-or-call-macro) | ||
| 11205 | (global-set-key [f3] 'kmacro-start-macro-or-insert-counter) | ||
| 11206 | (global-set-key [f4] 'kmacro-end-or-call-macro) | ||
| 11207 | (global-set-key "\C-x\C-k" 'kmacro-keymap) | ||
| 11208 | (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap) | ||
| 11209 | |||
| 11210 | (autoload (quote kmacro-start-macro) "kmacro" "\ | ||
| 11211 | Record subsequent keyboard input, defining a keyboard macro. | ||
| 11212 | The commands are recorded even as they are executed. | ||
| 11213 | Use \\[kmacro-end-macro] to finish recording and make the macro available. | ||
| 11214 | Use \\[call-last-kbd-macro] to execute the macro. | ||
| 11215 | Use \\[name-last-kbd-macro] to give it a permanent name. | ||
| 11216 | Non-nil arg (prefix arg) means append to last macro defined; | ||
| 11217 | |||
| 11218 | With \\[universal-argument] prefix, append to last keyboard macro | ||
| 11219 | defined. Depending on `kmacro-execute-before-append', this may begin | ||
| 11220 | by re-executing the last macro as if you typed it again. | ||
| 11221 | |||
| 11222 | Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before | ||
| 11223 | defining the macro. | ||
| 11224 | |||
| 11225 | Use \\[kmacro-insert-counter] to insert (and increment) the macro counter. | ||
| 11226 | The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter]. | ||
| 11227 | The format of the counter can be modified via \\[kmacro-set-format]." t nil) | ||
| 11228 | |||
| 11229 | (autoload (quote kmacro-end-macro) "kmacro" "\ | ||
| 11230 | Finish defining a keyboard macro. | ||
| 11231 | The definition was started by \\[kmacro-start-macro]. | ||
| 11232 | The macro is now available for use via \\[kmacro-call-macro], | ||
| 11233 | or it can be given a name with \\[name-last-kbd-macro] and then invoked | ||
| 11234 | under that name. | ||
| 11235 | |||
| 11236 | With numeric arg, repeat macro now that many times, | ||
| 11237 | counting the definition just completed as the first repetition. | ||
| 11238 | An argument of zero means repeat until error." t nil) | ||
| 11239 | |||
| 11240 | (autoload (quote kmacro-call-macro) "kmacro" "\ | ||
| 11241 | Call the last keyboard macro that you defined with \\[kmacro-start-macro]. | ||
| 11242 | A prefix argument serves as a repeat count. Zero means repeat until error. | ||
| 11243 | |||
| 11244 | When you call the macro, you can call the macro again by repeating | ||
| 11245 | just the last key in the key sequence that you used to call this | ||
| 11246 | command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg' | ||
| 11247 | for details on how to adjust or disable this behaviour. | ||
| 11248 | |||
| 11249 | To make a macro permanent so you can call it even after defining | ||
| 11250 | others, use M-x name-last-kbd-macro." t nil) | ||
| 11251 | |||
| 11252 | (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\ | ||
| 11253 | Record subsequent keyboard input, defining a keyboard macro. | ||
| 11254 | The commands are recorded even as they are executed. | ||
| 11255 | |||
| 11256 | Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the | ||
| 11257 | macro. | ||
| 11258 | |||
| 11259 | With \\[universal-argument], appends to current keyboard macro (keeping | ||
| 11260 | the current value of `kmacro-counter'). | ||
| 11261 | |||
| 11262 | When defining/executing macro, inserts macro counter and increments | ||
| 11263 | the counter with ARG or 1 if missing. With \\[universal-argument], | ||
| 11264 | inserts previous kmacro-counter (but do not modify counter). | ||
| 11265 | |||
| 11266 | The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter]. | ||
| 11267 | The format of the counter can be modified via \\[kmacro-set-format]." t nil) | ||
| 11268 | |||
| 11269 | (autoload (quote kmacro-end-or-call-macro) "kmacro" "\ | ||
| 11270 | End kbd macro if currently being defined; else call last kbd macro. | ||
| 11271 | With numeric prefix ARG, repeat macro that many times. | ||
| 11272 | With \\[universal-argument], call second macro in macro ring." t nil) | ||
| 11273 | |||
| 11274 | (autoload (quote kmacro-end-call-mouse) "kmacro" "\ | ||
| 11275 | Move point to the position clicked with the mouse and call last kbd macro. | ||
| 11276 | If kbd macro currently being defined end it before activating it." t nil) | ||
| 11277 | |||
| 11278 | ;;;*** | ||
| 11279 | |||
| 10236 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" | 11280 | ;;;### (autoloads (setup-korean-environment-internal) "korea-util" |
| 10237 | ;;;;;; "language/korea-util.el" (15235 51737)) | 11281 | ;;;;;; "language/korea-util.el" (15185 62673)) |
| 10238 | ;;; Generated autoloads from language/korea-util.el | 11282 | ;;; Generated autoloads from language/korea-util.el |
| 10239 | 11283 | ||
| 10240 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ | 11284 | (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ |
| @@ -10246,7 +11290,7 @@ and the return value is the length of the conversion." t nil) | |||
| 10246 | ;;;*** | 11290 | ;;;*** |
| 10247 | 11291 | ||
| 10248 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 11292 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 10249 | ;;;;;; (15371 13685)) | 11293 | ;;;;;; (15354 48719)) |
| 10250 | ;;; Generated autoloads from play/landmark.el | 11294 | ;;; Generated autoloads from play/landmark.el |
| 10251 | 11295 | ||
| 10252 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 11296 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -10420,7 +11464,7 @@ Unconditionally turn on Lazy Lock mode." nil nil) | |||
| 10420 | ;;;*** | 11464 | ;;;*** |
| 10421 | 11465 | ||
| 10422 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" | 11466 | ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" |
| 10423 | ;;;;;; (15235 51729)) | 11467 | ;;;;;; (15185 49574)) |
| 10424 | ;;; Generated autoloads from ledit.el | 11468 | ;;; Generated autoloads from ledit.el |
| 10425 | 11469 | ||
| 10426 | (defconst ledit-save-files t "\ | 11470 | (defconst ledit-save-files t "\ |
| @@ -10449,7 +11493,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil) | |||
| 10449 | 11493 | ||
| 10450 | ;;;*** | 11494 | ;;;*** |
| 10451 | 11495 | ||
| 10452 | ;;;### (autoloads (life) "life" "play/life.el" (15021 26)) | 11496 | ;;;### (autoloads (life) "life" "play/life.el" (15020 64776)) |
| 10453 | ;;; Generated autoloads from play/life.el | 11497 | ;;; Generated autoloads from play/life.el |
| 10454 | 11498 | ||
| 10455 | (autoload (quote life) "life" "\ | 11499 | (autoload (quote life) "life" "\ |
| @@ -10460,8 +11504,8 @@ generations (this defaults to 1)." t nil) | |||
| 10460 | 11504 | ||
| 10461 | ;;;*** | 11505 | ;;;*** |
| 10462 | 11506 | ||
| 10463 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14846 | 11507 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (15727 |
| 10464 | ;;;;;; 46315)) | 11508 | ;;;;;; 34851)) |
| 10465 | ;;; Generated autoloads from loadhist.el | 11509 | ;;; Generated autoloads from loadhist.el |
| 10466 | 11510 | ||
| 10467 | (autoload (quote unload-feature) "loadhist" "\ | 11511 | (autoload (quote unload-feature) "loadhist" "\ |
| @@ -10615,8 +11659,8 @@ This function is suitable for execution in a .emacs file." t nil) | |||
| 10615 | 11659 | ||
| 10616 | ;;;*** | 11660 | ;;;*** |
| 10617 | 11661 | ||
| 10618 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15235 | 11662 | ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15186 |
| 10619 | ;;;;;; 51740)) | 11663 | ;;;;;; 56483)) |
| 10620 | ;;; Generated autoloads from progmodes/m4-mode.el | 11664 | ;;; Generated autoloads from progmodes/m4-mode.el |
| 10621 | 11665 | ||
| 10622 | (autoload (quote m4-mode) "m4-mode" "\ | 11666 | (autoload (quote m4-mode) "m4-mode" "\ |
| @@ -10627,7 +11671,7 @@ A major mode to edit m4 macro files. | |||
| 10627 | ;;;*** | 11671 | ;;;*** |
| 10628 | 11672 | ||
| 10629 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro | 11673 | ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro |
| 10630 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (15235 51729)) | 11674 | ;;;;;; name-last-kbd-macro) "macros" "macros.el" (15185 49574)) |
| 10631 | ;;; Generated autoloads from macros.el | 11675 | ;;; Generated autoloads from macros.el |
| 10632 | 11676 | ||
| 10633 | (autoload (quote name-last-kbd-macro) "macros" "\ | 11677 | (autoload (quote name-last-kbd-macro) "macros" "\ |
| @@ -10734,7 +11778,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil) | |||
| 10734 | 11778 | ||
| 10735 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history | 11779 | ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history |
| 10736 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" | 11780 | ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" |
| 10737 | ;;;;;; (15235 51737)) | 11781 | ;;;;;; (15186 56483)) |
| 10738 | ;;; Generated autoloads from mail/mail-hist.el | 11782 | ;;; Generated autoloads from mail/mail-hist.el |
| 10739 | 11783 | ||
| 10740 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ | 11784 | (autoload (quote mail-hist-define-keys) "mail-hist" "\ |
| @@ -10937,7 +11981,7 @@ Previous contents of that buffer are killed first." t nil) | |||
| 10937 | 11981 | ||
| 10938 | ;;;*** | 11982 | ;;;*** |
| 10939 | 11983 | ||
| 10940 | ;;;### (autoloads (man-follow man) "man" "man.el" (15626 5162)) | 11984 | ;;;### (autoloads (man-follow man) "man" "man.el" (15425 23120)) |
| 10941 | ;;; Generated autoloads from man.el | 11985 | ;;; Generated autoloads from man.el |
| 10942 | 11986 | ||
| 10943 | (defalias (quote manual-entry) (quote man)) | 11987 | (defalias (quote manual-entry) (quote man)) |
| @@ -10960,6 +12004,26 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil) | |||
| 10960 | 12004 | ||
| 10961 | ;;;*** | 12005 | ;;;*** |
| 10962 | 12006 | ||
| 12007 | ;;;### (autoloads (master-mode) "master" "master.el" (15400 24164)) | ||
| 12008 | ;;; Generated autoloads from master.el | ||
| 12009 | |||
| 12010 | (autoload (quote master-mode) "master" "\ | ||
| 12011 | Toggle Master mode. | ||
| 12012 | With no argument, this command toggles the mode. | ||
| 12013 | Non-null prefix argument turns on the mode. | ||
| 12014 | Null prefix argument turns off the mode. | ||
| 12015 | |||
| 12016 | When Master mode is enabled, you can scroll the slave buffer using the | ||
| 12017 | following commands: | ||
| 12018 | |||
| 12019 | \\{master-mode-map} | ||
| 12020 | |||
| 12021 | The slave buffer is stored in the buffer-local variable `master-of'. | ||
| 12022 | You can set this variable using `master-set-slave'. You can show | ||
| 12023 | yourself the value of `master-of' by calling `master-show-slave'." t nil) | ||
| 12024 | |||
| 12025 | ;;;*** | ||
| 12026 | |||
| 10963 | ;;;### (autoloads (unbold-region bold-region message-news-other-frame | 12027 | ;;;### (autoloads (unbold-region bold-region message-news-other-frame |
| 10964 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window | 12028 | ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window |
| 10965 | ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body | 12029 | ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body |
| @@ -11265,7 +12329,7 @@ Display version information about mh-e and the MH mail handling system." t nil) | |||
| 11265 | 12329 | ||
| 11266 | ;;;*** | 12330 | ;;;*** |
| 11267 | 12331 | ||
| 11268 | ;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15235 51738)) | 12332 | ;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15185 62673)) |
| 11269 | ;;; Generated autoloads from mail/mh-mime.el | 12333 | ;;; Generated autoloads from mail/mh-mime.el |
| 11270 | 12334 | ||
| 11271 | (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ | 12335 | (defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ |
| @@ -11287,7 +12351,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].") | |||
| 11287 | ;;;*** | 12351 | ;;;*** |
| 11288 | 12352 | ||
| 11289 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" | 12353 | ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" |
| 11290 | ;;;;;; "midnight.el" (15235 51729)) | 12354 | ;;;;;; "midnight.el" (15185 62672)) |
| 11291 | ;;; Generated autoloads from midnight.el | 12355 | ;;; Generated autoloads from midnight.el |
| 11292 | 12356 | ||
| 11293 | (autoload (quote clean-buffer-list) "midnight" "\ | 12357 | (autoload (quote clean-buffer-list) "midnight" "\ |
| @@ -11336,17 +12400,8 @@ Returns non-nil if the new state is enabled." t nil) | |||
| 11336 | 12400 | ||
| 11337 | ;;;*** | 12401 | ;;;*** |
| 11338 | 12402 | ||
| 11339 | ;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el" | ||
| 11340 | ;;;;;; (15235 51734)) | ||
| 11341 | ;;; Generated autoloads from emulation/mlconvert.el | ||
| 11342 | |||
| 11343 | (autoload (quote convert-mocklisp-buffer) "mlconvert" "\ | ||
| 11344 | Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil) | ||
| 11345 | |||
| 11346 | ;;;*** | ||
| 11347 | |||
| 11348 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" | 12403 | ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" |
| 11349 | ;;;;;; (15235 51736)) | 12404 | ;;;;;; (15185 54813)) |
| 11350 | ;;; Generated autoloads from gnus/mm-partial.el | 12405 | ;;; Generated autoloads from gnus/mm-partial.el |
| 11351 | 12406 | ||
| 11352 | (autoload (quote mm-inline-partial) "mm-partial" "\ | 12407 | (autoload (quote mm-inline-partial) "mm-partial" "\ |
| @@ -11358,7 +12413,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil ni | |||
| 11358 | ;;;*** | 12413 | ;;;*** |
| 11359 | 12414 | ||
| 11360 | ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" | 12415 | ;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" |
| 11361 | ;;;;;; (15235 51736)) | 12416 | ;;;;;; (15216 151)) |
| 11362 | ;;; Generated autoloads from gnus/mm-uu.el | 12417 | ;;; Generated autoloads from gnus/mm-uu.el |
| 11363 | 12418 | ||
| 11364 | (autoload (quote mm-uu-dissect) "mm-uu" "\ | 12419 | (autoload (quote mm-uu-dissect) "mm-uu" "\ |
| @@ -11370,7 +12425,7 @@ Check whether the current buffer contains uu stuff." nil nil) | |||
| 11370 | ;;;*** | 12425 | ;;;*** |
| 11371 | 12426 | ||
| 11372 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" | 12427 | ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" |
| 11373 | ;;;;;; (15235 51740)) | 12428 | ;;;;;; (15185 49575)) |
| 11374 | ;;; Generated autoloads from progmodes/modula2.el | 12429 | ;;; Generated autoloads from progmodes/modula2.el |
| 11375 | 12430 | ||
| 11376 | (autoload (quote modula-2-mode) "modula2" "\ | 12431 | (autoload (quote modula-2-mode) "modula2" "\ |
| @@ -11400,7 +12455,7 @@ followed by the first character of the construct. | |||
| 11400 | ;;;*** | 12455 | ;;;*** |
| 11401 | 12456 | ||
| 11402 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" | 12457 | ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" |
| 11403 | ;;;;;; (15235 51738)) | 12458 | ;;;;;; (15186 44923)) |
| 11404 | ;;; Generated autoloads from play/morse.el | 12459 | ;;; Generated autoloads from play/morse.el |
| 11405 | 12460 | ||
| 11406 | (autoload (quote morse-region) "morse" "\ | 12461 | (autoload (quote morse-region) "morse" "\ |
| @@ -11722,7 +12777,7 @@ language environment LANG-ENV." nil nil) | |||
| 11722 | ;;;*** | 12777 | ;;;*** |
| 11723 | 12778 | ||
| 11724 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 12779 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 11725 | ;;;;;; (15644 46690)) | 12780 | ;;;;;; (15727 34850)) |
| 11726 | ;;; Generated autoloads from mwheel.el | 12781 | ;;; Generated autoloads from mwheel.el |
| 11727 | 12782 | ||
| 11728 | (defvar mouse-wheel-mode nil "\ | 12783 | (defvar mouse-wheel-mode nil "\ |
| @@ -11748,7 +12803,7 @@ Enable mouse wheel support." nil nil) | |||
| 11748 | ;;;### (autoloads (network-connection network-connection-to-service | 12803 | ;;;### (autoloads (network-connection network-connection-to-service |
| 11749 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 12804 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 11750 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" | 12805 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 11751 | ;;;;;; (15432 24092)) | 12806 | ;;;;;; (15416 26762)) |
| 11752 | ;;; Generated autoloads from net/net-utils.el | 12807 | ;;; Generated autoloads from net/net-utils.el |
| 11753 | 12808 | ||
| 11754 | (autoload (quote traceroute) "net-utils" "\ | 12809 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -11947,7 +13002,7 @@ symbol in the alist." nil nil) | |||
| 11947 | ;;;*** | 13002 | ;;;*** |
| 11948 | 13003 | ||
| 11949 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 13004 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 11950 | ;;;;;; (15544 37709)) | 13005 | ;;;;;; (15727 34848)) |
| 11951 | ;;; Generated autoloads from gnus/nnfolder.el | 13006 | ;;; Generated autoloads from gnus/nnfolder.el |
| 11952 | 13007 | ||
| 11953 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 13008 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -12038,7 +13093,7 @@ If KEY is not a string, prompt for it with completion." t nil) | |||
| 12038 | ;;;*** | 13093 | ;;;*** |
| 12039 | 13094 | ||
| 12040 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" | 13095 | ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" |
| 12041 | ;;;;;; (15235 51740)) | 13096 | ;;;;;; (15186 56483)) |
| 12042 | ;;; Generated autoloads from progmodes/octave-inf.el | 13097 | ;;; Generated autoloads from progmodes/octave-inf.el |
| 12043 | 13098 | ||
| 12044 | (autoload (quote inferior-octave) "octave-inf" "\ | 13099 | (autoload (quote inferior-octave) "octave-inf" "\ |
| @@ -12156,7 +13211,7 @@ including a reproducible test case and send the message." t nil) | |||
| 12156 | ;;;*** | 13211 | ;;;*** |
| 12157 | 13212 | ||
| 12158 | ;;;### (autoloads (edit-options list-options) "options" "options.el" | 13213 | ;;;### (autoloads (edit-options list-options) "options" "options.el" |
| 12159 | ;;;;;; (15235 51730)) | 13214 | ;;;;;; (15185 49574)) |
| 12160 | ;;; Generated autoloads from options.el | 13215 | ;;; Generated autoloads from options.el |
| 12161 | 13216 | ||
| 12162 | (autoload (quote list-options) "options" "\ | 13217 | (autoload (quote list-options) "options" "\ |
| @@ -12247,8 +13302,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni | |||
| 12247 | 13302 | ||
| 12248 | ;;;*** | 13303 | ;;;*** |
| 12249 | 13304 | ||
| 12250 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15468 | 13305 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15465 |
| 12251 | ;;;;;; 20289)) | 13306 | ;;;;;; 21182)) |
| 12252 | ;;; Generated autoloads from progmodes/pascal.el | 13307 | ;;; Generated autoloads from progmodes/pascal.el |
| 12253 | 13308 | ||
| 12254 | (autoload (quote pascal-mode) "pascal" "\ | 13309 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -12299,7 +13354,7 @@ no args, if that value is non-nil." t nil) | |||
| 12299 | ;;;*** | 13354 | ;;;*** |
| 12300 | 13355 | ||
| 12301 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" | 13356 | ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" |
| 12302 | ;;;;;; (15235 51734)) | 13357 | ;;;;;; (15214 27238)) |
| 12303 | ;;; Generated autoloads from emulation/pc-mode.el | 13358 | ;;; Generated autoloads from emulation/pc-mode.el |
| 12304 | 13359 | ||
| 12305 | (autoload (quote pc-bindings-mode) "pc-mode" "\ | 13360 | (autoload (quote pc-bindings-mode) "pc-mode" "\ |
| @@ -12401,7 +13456,7 @@ Completion rules for the `cvs' command." nil nil) | |||
| 12401 | ;;;*** | 13456 | ;;;*** |
| 12402 | 13457 | ||
| 12403 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) | 13458 | ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) |
| 12404 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15235 51731)) | 13459 | ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672)) |
| 12405 | ;;; Generated autoloads from pcmpl-gnu.el | 13460 | ;;; Generated autoloads from pcmpl-gnu.el |
| 12406 | 13461 | ||
| 12407 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ | 13462 | (autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ |
| @@ -12421,7 +13476,7 @@ Completion for the GNU tar utility." nil nil) | |||
| 12421 | ;;;*** | 13476 | ;;;*** |
| 12422 | 13477 | ||
| 12423 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) | 13478 | ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) |
| 12424 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15235 51731)) | 13479 | ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15185 62672)) |
| 12425 | ;;; Generated autoloads from pcmpl-linux.el | 13480 | ;;; Generated autoloads from pcmpl-linux.el |
| 12426 | 13481 | ||
| 12427 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ | 13482 | (autoload (quote pcomplete/kill) "pcmpl-linux" "\ |
| @@ -12435,8 +13490,8 @@ Completion for GNU/Linux `mount'." nil nil) | |||
| 12435 | 13490 | ||
| 12436 | ;;;*** | 13491 | ;;;*** |
| 12437 | 13492 | ||
| 12438 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15235 | 13493 | ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185 |
| 12439 | ;;;;;; 51731)) | 13494 | ;;;;;; 62672)) |
| 12440 | ;;; Generated autoloads from pcmpl-rpm.el | 13495 | ;;; Generated autoloads from pcmpl-rpm.el |
| 12441 | 13496 | ||
| 12442 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ | 13497 | (autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ |
| @@ -12450,7 +13505,7 @@ You can use \\[eshell-report-bug] to do so." nil nil) | |||
| 12450 | 13505 | ||
| 12451 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which | 13506 | ;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which |
| 12452 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) | 13507 | ;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) |
| 12453 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15235 51731)) | 13508 | ;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15185 62672)) |
| 12454 | ;;; Generated autoloads from pcmpl-unix.el | 13509 | ;;; Generated autoloads from pcmpl-unix.el |
| 12455 | 13510 | ||
| 12456 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ | 13511 | (autoload (quote pcomplete/cd) "pcmpl-unix" "\ |
| @@ -12482,8 +13537,8 @@ Completion for the `chgrp' command." nil nil) | |||
| 12482 | 13537 | ||
| 12483 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list | 13538 | ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list |
| 12484 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete | 13539 | ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete |
| 12485 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15707 | 13540 | ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15698 |
| 12486 | ;;;;;; 44427)) | 13541 | ;;;;;; 64354)) |
| 12487 | ;;; Generated autoloads from pcomplete.el | 13542 | ;;; Generated autoloads from pcomplete.el |
| 12488 | 13543 | ||
| 12489 | (autoload (quote pcomplete) "pcomplete" "\ | 13544 | (autoload (quote pcomplete) "pcomplete" "\ |
| @@ -12593,7 +13648,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12593 | ;;;*** | 13648 | ;;;*** |
| 12594 | 13649 | ||
| 12595 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 13650 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 12596 | ;;;;;; (15669 50258)) | 13651 | ;;;;;; (15437 4642)) |
| 12597 | ;;; Generated autoloads from progmodes/perl-mode.el | 13652 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 12598 | 13653 | ||
| 12599 | (autoload (quote perl-mode) "perl-mode" "\ | 13654 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -12605,32 +13660,34 @@ Paragraphs are separated by blank lines only. | |||
| 12605 | Delete converts tabs to spaces as it moves back. | 13660 | Delete converts tabs to spaces as it moves back. |
| 12606 | \\{perl-mode-map} | 13661 | \\{perl-mode-map} |
| 12607 | Variables controlling indentation style: | 13662 | Variables controlling indentation style: |
| 12608 | perl-tab-always-indent | 13663 | `perl-tab-always-indent' |
| 12609 | Non-nil means TAB in Perl mode should always indent the current line, | 13664 | Non-nil means TAB in Perl mode should always indent the current line, |
| 12610 | regardless of where in the line point is when the TAB command is used. | 13665 | regardless of where in the line point is when the TAB command is used. |
| 12611 | perl-tab-to-comment | 13666 | `perl-tab-to-comment' |
| 12612 | Non-nil means that for lines which don't need indenting, TAB will | 13667 | Non-nil means that for lines which don't need indenting, TAB will |
| 12613 | either delete an empty comment, indent an existing comment, move | 13668 | either delete an empty comment, indent an existing comment, move |
| 12614 | to end-of-line, or if at end-of-line already, create a new comment. | 13669 | to end-of-line, or if at end-of-line already, create a new comment. |
| 12615 | perl-nochange | 13670 | `perl-nochange' |
| 12616 | Lines starting with this regular expression are not auto-indented. | 13671 | Lines starting with this regular expression are not auto-indented. |
| 12617 | perl-indent-level | 13672 | `perl-indent-level' |
| 12618 | Indentation of Perl statements within surrounding block. | 13673 | Indentation of Perl statements within surrounding block. |
| 12619 | The surrounding block's indentation is the indentation | 13674 | The surrounding block's indentation is the indentation |
| 12620 | of the line on which the open-brace appears. | 13675 | of the line on which the open-brace appears. |
| 12621 | perl-continued-statement-offset | 13676 | `perl-continued-statement-offset' |
| 12622 | Extra indentation given to a substatement, such as the | 13677 | Extra indentation given to a substatement, such as the |
| 12623 | then-clause of an if or body of a while. | 13678 | then-clause of an if or body of a while. |
| 12624 | perl-continued-brace-offset | 13679 | `perl-continued-brace-offset' |
| 12625 | Extra indentation given to a brace that starts a substatement. | 13680 | Extra indentation given to a brace that starts a substatement. |
| 12626 | This is in addition to `perl-continued-statement-offset'. | 13681 | This is in addition to `perl-continued-statement-offset'. |
| 12627 | perl-brace-offset | 13682 | `perl-brace-offset' |
| 12628 | Extra indentation for line if it starts with an open brace. | 13683 | Extra indentation for line if it starts with an open brace. |
| 12629 | perl-brace-imaginary-offset | 13684 | `perl-brace-imaginary-offset' |
| 12630 | An open brace following other text is treated as if it were | 13685 | An open brace following other text is treated as if it were |
| 12631 | this far to the right of the start of its line. | 13686 | this far to the right of the start of its line. |
| 12632 | perl-label-offset | 13687 | `perl-label-offset' |
| 12633 | Extra indentation for line that is a label. | 13688 | Extra indentation for line that is a label. |
| 13689 | `perl-indent-continued-arguments' | ||
| 13690 | Offset of argument lines relative to usual indentation. | ||
| 12634 | 13691 | ||
| 12635 | Various indentation styles: K&R BSD BLK GNU LW | 13692 | Various indentation styles: K&R BSD BLK GNU LW |
| 12636 | perl-indent-level 5 8 0 2 4 | 13693 | perl-indent-level 5 8 0 2 4 |
| @@ -12714,7 +13771,17 @@ they are not defaultly assigned to keys." t nil) | |||
| 12714 | 13771 | ||
| 12715 | ;;;*** | 13772 | ;;;*** |
| 12716 | 13773 | ||
| 12717 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15457 24959)) | 13774 | ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" |
| 13775 | ;;;;;; (15507 32977)) | ||
| 13776 | ;;; Generated autoloads from textmodes/po.el | ||
| 13777 | |||
| 13778 | (autoload (quote po-find-file-coding-system) "po" "\ | ||
| 13779 | Return a Mule (DECODING . ENCODING) pair, according to PO file charset. | ||
| 13780 | Called through file-coding-system-alist, before the file is visited for real." nil nil) | ||
| 13781 | |||
| 13782 | ;;;*** | ||
| 13783 | |||
| 13784 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15457 7212)) | ||
| 12718 | ;;; Generated autoloads from play/pong.el | 13785 | ;;; Generated autoloads from play/pong.el |
| 12719 | 13786 | ||
| 12720 | (autoload (quote pong) "pong" "\ | 13787 | (autoload (quote pong) "pong" "\ |
| @@ -12773,7 +13840,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil) | |||
| 12773 | 13840 | ||
| 12774 | ;;;*** | 13841 | ;;;*** |
| 12775 | 13842 | ||
| 12776 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15276 56075)) | 13843 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24982)) |
| 12777 | ;;; Generated autoloads from ps-bdf.el | 13844 | ;;; Generated autoloads from ps-bdf.el |
| 12778 | 13845 | ||
| 12779 | (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 13846 | (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ |
| @@ -12791,7 +13858,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | |||
| 12791 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets | 13858 | ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets |
| 12792 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition | 13859 | ;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition |
| 12793 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font | 13860 | ;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font |
| 12794 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15669 50256)) | 13861 | ;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15677 43265)) |
| 12795 | ;;; Generated autoloads from ps-mule.el | 13862 | ;;; Generated autoloads from ps-mule.el |
| 12796 | 13863 | ||
| 12797 | (defvar ps-multibyte-buffer nil "\ | 13864 | (defvar ps-multibyte-buffer nil "\ |
| @@ -12895,7 +13962,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12895 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 13962 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12896 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 13963 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12897 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 13964 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12898 | ;;;;;; "ps-print.el" (15683 14756)) | 13965 | ;;;;;; "ps-print.el" (15727 45918)) |
| 12899 | ;;; Generated autoloads from ps-print.el | 13966 | ;;; Generated autoloads from ps-print.el |
| 12900 | 13967 | ||
| 12901 | (defvar ps-paper-type (quote letter) "\ | 13968 | (defvar ps-paper-type (quote letter) "\ |
| @@ -13248,8 +14315,8 @@ of each directory." t nil) | |||
| 13248 | 14315 | ||
| 13249 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 14316 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 13250 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 14317 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 13251 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15235 | 14318 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15186 |
| 13252 | ;;;;;; 51738)) | 14319 | ;;;;;; 56483)) |
| 13253 | ;;; Generated autoloads from net/quickurl.el | 14320 | ;;; Generated autoloads from net/quickurl.el |
| 13254 | 14321 | ||
| 13255 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 14322 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -13304,8 +14371,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) | |||
| 13304 | 14371 | ||
| 13305 | ;;;*** | 14372 | ;;;*** |
| 13306 | 14373 | ||
| 13307 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15626 | 14374 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15425 |
| 13308 | ;;;;;; 5163)) | 14375 | ;;;;;; 23455)) |
| 13309 | ;;; Generated autoloads from net/rcompile.el | 14376 | ;;; Generated autoloads from net/rcompile.el |
| 13310 | 14377 | ||
| 13311 | (autoload (quote remote-compile) "rcompile" "\ | 14378 | (autoload (quote remote-compile) "rcompile" "\ |
| @@ -13483,7 +14550,7 @@ refilling if they would cause auto-filling." t nil) | |||
| 13483 | ;;;*** | 14550 | ;;;*** |
| 13484 | 14551 | ||
| 13485 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" | 14552 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" |
| 13486 | ;;;;;; (15712 9991)) | 14553 | ;;;;;; (15727 34844)) |
| 13487 | ;;; Generated autoloads from textmodes/reftex.el | 14554 | ;;; Generated autoloads from textmodes/reftex.el |
| 13488 | 14555 | ||
| 13489 | (autoload (quote turn-on-reftex) "reftex" "\ | 14556 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -13523,7 +14590,7 @@ on the menu bar. | |||
| 13523 | ;;;*** | 14590 | ;;;*** |
| 13524 | 14591 | ||
| 13525 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 14592 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 13526 | ;;;;;; (15683 14757)) | 14593 | ;;;;;; (15727 34845)) |
| 13527 | ;;; Generated autoloads from textmodes/reftex-cite.el | 14594 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 13528 | 14595 | ||
| 13529 | (autoload (quote reftex-citation) "reftex-cite" "\ | 14596 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -13550,7 +14617,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 13550 | ;;;*** | 14617 | ;;;*** |
| 13551 | 14618 | ||
| 13552 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 14619 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 13553 | ;;;;;; (15683 14757)) | 14620 | ;;;;;; (15727 34844)) |
| 13554 | ;;; Generated autoloads from textmodes/reftex-index.el | 14621 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 13555 | 14622 | ||
| 13556 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 14623 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -13604,7 +14671,7 @@ in REGEXP." nil nil) | |||
| 13604 | 14671 | ||
| 13605 | ;;;*** | 14672 | ;;;*** |
| 13606 | 14673 | ||
| 13607 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (15235 51731)) | 14674 | ;;;### (autoloads (repeat) "repeat" "repeat.el" (15182 61046)) |
| 13608 | ;;; Generated autoloads from repeat.el | 14675 | ;;; Generated autoloads from repeat.el |
| 13609 | 14676 | ||
| 13610 | (autoload (quote repeat) "repeat" "\ | 14677 | (autoload (quote repeat) "repeat" "\ |
| @@ -13620,7 +14687,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil) | |||
| 13620 | ;;;*** | 14687 | ;;;*** |
| 13621 | 14688 | ||
| 13622 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 14689 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 13623 | ;;;;;; (15669 50258)) | 14690 | ;;;;;; (15356 45077)) |
| 13624 | ;;; Generated autoloads from mail/reporter.el | 14691 | ;;; Generated autoloads from mail/reporter.el |
| 13625 | 14692 | ||
| 13626 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 14693 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -13684,6 +14751,78 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil) | |||
| 13684 | 14751 | ||
| 13685 | ;;;*** | 14752 | ;;;*** |
| 13686 | 14753 | ||
| 14754 | ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" | ||
| 14755 | ;;;;;; (15593 36678)) | ||
| 14756 | ;;; Generated autoloads from reveal.el | ||
| 14757 | |||
| 14758 | (autoload (quote reveal-mode) "reveal" "\ | ||
| 14759 | Toggle Reveal mode on or off. | ||
| 14760 | Reveal mode renders invisible text around point visible again. | ||
| 14761 | |||
| 14762 | Interactively, with no prefix argument, toggle the mode. | ||
| 14763 | With universal prefix ARG (or if ARG is nil) turn mode on. | ||
| 14764 | With zero or negative ARG turn mode off." t nil) | ||
| 14765 | |||
| 14766 | (defvar global-reveal-mode nil "\ | ||
| 14767 | Non-nil if Global-Reveal mode is enabled. | ||
| 14768 | See the command `global-reveal-mode' for a description of this minor-mode. | ||
| 14769 | Setting this variable directly does not take effect; | ||
| 14770 | use either \\[customize] or the function `global-reveal-mode'.") | ||
| 14771 | |||
| 14772 | (custom-add-to-group (quote global-reveal) (quote global-reveal-mode) (quote custom-variable)) | ||
| 14773 | |||
| 14774 | (custom-add-load (quote global-reveal-mode) (quote reveal)) | ||
| 14775 | |||
| 14776 | (autoload (quote global-reveal-mode) "reveal" "\ | ||
| 14777 | Toggle Reveal mode in all buffers on or off. | ||
| 14778 | Reveal mode renders invisible text around point visible again. | ||
| 14779 | |||
| 14780 | Interactively, with no prefix argument, toggle the mode. | ||
| 14781 | With universal prefix ARG (or if ARG is nil) turn mode on. | ||
| 14782 | With zero or negative ARG turn mode off." t nil) | ||
| 14783 | |||
| 14784 | ;;;*** | ||
| 14785 | |||
| 14786 | ;;;### (autoloads (file-name-shadow-mode file-name-shadow-tty-properties | ||
| 14787 | ;;;;;; file-name-shadow-properties) "rfn-eshadow" "rfn-eshadow.el" | ||
| 14788 | ;;;;;; (15727 34850)) | ||
| 14789 | ;;; Generated autoloads from rfn-eshadow.el | ||
| 14790 | |||
| 14791 | (defvar file-name-shadow-properties (quote (face file-name-shadow field shadow)) "\ | ||
| 14792 | Properties given to the `shadowed' part of a filename in the minibuffer. | ||
| 14793 | Only used when `file-name-shadow-mode' is active. | ||
| 14794 | If emacs is not running under a window system, | ||
| 14795 | `file-name-shadow-tty-properties' is used instead.") | ||
| 14796 | |||
| 14797 | (defvar file-name-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\ | ||
| 14798 | Properties given to the `shadowed' part of a filename in the minibuffer. | ||
| 14799 | Only used when `file-name-shadow-mode' is active and emacs | ||
| 14800 | is not running under a window-system; if emacs is running under a window | ||
| 14801 | system, `file-name-shadow-properties' is used instead.") | ||
| 14802 | |||
| 14803 | (defvar file-name-shadow-mode nil "\ | ||
| 14804 | Non-nil if File-Name-Shadow mode is enabled. | ||
| 14805 | See the command `file-name-shadow-mode' for a description of this minor-mode. | ||
| 14806 | Setting this variable directly does not take effect; | ||
| 14807 | use either \\[customize] or the function `file-name-shadow-mode'.") | ||
| 14808 | |||
| 14809 | (custom-add-to-group (quote minibuffer) (quote file-name-shadow-mode) (quote custom-variable)) | ||
| 14810 | |||
| 14811 | (custom-add-load (quote file-name-shadow-mode) (quote rfn-eshadow)) | ||
| 14812 | |||
| 14813 | (autoload (quote file-name-shadow-mode) "rfn-eshadow" "\ | ||
| 14814 | Toggle File-Name Shadow mode. | ||
| 14815 | When active, any part of a filename being read in the minibuffer | ||
| 14816 | that would be ignored (because the result is passed through | ||
| 14817 | `substitute-in-file-name') is given the properties in | ||
| 14818 | `file-name-shadow-properties', which can be used to make | ||
| 14819 | that portion dim, invisible, or otherwise less visually noticeable. | ||
| 14820 | |||
| 14821 | With prefix argument ARG, turn on if positive, otherwise off. | ||
| 14822 | Returns non-nil if the new state is enabled." t nil) | ||
| 14823 | |||
| 14824 | ;;;*** | ||
| 14825 | |||
| 13687 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 14826 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 13688 | ;;;;;; (14632 7438)) | 14827 | ;;;;;; (14632 7438)) |
| 13689 | ;;; Generated autoloads from emacs-lisp/ring.el | 14828 | ;;; Generated autoloads from emacs-lisp/ring.el |
| @@ -13745,7 +14884,7 @@ variable." t nil) | |||
| 13745 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 14884 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13746 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 14885 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13747 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 14886 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13748 | ;;;;;; "rmail" "mail/rmail.el" (15712 9990)) | 14887 | ;;;;;; "rmail" "mail/rmail.el" (15727 34847)) |
| 13749 | ;;; Generated autoloads from mail/rmail.el | 14888 | ;;; Generated autoloads from mail/rmail.el |
| 13750 | 14889 | ||
| 13751 | (defvar rmail-dont-reply-to-names nil "\ | 14890 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13957,7 +15096,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil) | |||
| 13957 | ;;;*** | 15096 | ;;;*** |
| 13958 | 15097 | ||
| 13959 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" | 15098 | ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" |
| 13960 | ;;;;;; (15235 51738)) | 15099 | ;;;;;; (15185 49575)) |
| 13961 | ;;; Generated autoloads from mail/rmailedit.el | 15100 | ;;; Generated autoloads from mail/rmailedit.el |
| 13962 | 15101 | ||
| 13963 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ | 15102 | (autoload (quote rmail-edit-current-message) "rmailedit" "\ |
| @@ -13967,7 +15106,7 @@ Edit the contents of this message." t nil) | |||
| 13967 | 15106 | ||
| 13968 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message | 15107 | ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message |
| 13969 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" | 15108 | ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" |
| 13970 | ;;;;;; "mail/rmailkwd.el" (15235 51738)) | 15109 | ;;;;;; "mail/rmailkwd.el" (15185 49575)) |
| 13971 | ;;; Generated autoloads from mail/rmailkwd.el | 15110 | ;;; Generated autoloads from mail/rmailkwd.el |
| 13972 | 15111 | ||
| 13973 | (autoload (quote rmail-add-label) "rmailkwd" "\ | 15112 | (autoload (quote rmail-add-label) "rmailkwd" "\ |
| @@ -13995,7 +15134,7 @@ With prefix argument N moves forward N messages with these labels." t nil) | |||
| 13995 | ;;;*** | 15134 | ;;;*** |
| 13996 | 15135 | ||
| 13997 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" | 15136 | ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" |
| 13998 | ;;;;;; (15235 51738)) | 15137 | ;;;;;; (15185 49575)) |
| 13999 | ;;; Generated autoloads from mail/rmailmsc.el | 15138 | ;;; Generated autoloads from mail/rmailmsc.el |
| 14000 | 15139 | ||
| 14001 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ | 15140 | (autoload (quote set-rmail-inbox-list) "rmailmsc" "\ |
| @@ -14064,8 +15203,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message." t nil | |||
| 14064 | 15203 | ||
| 14065 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent | 15204 | ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent |
| 14066 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject | 15205 | ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject |
| 14067 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15235 | 15206 | ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15185 |
| 14068 | ;;;;;; 51738)) | 15207 | ;;;;;; 49575)) |
| 14069 | ;;; Generated autoloads from mail/rmailsort.el | 15208 | ;;; Generated autoloads from mail/rmailsort.el |
| 14070 | 15209 | ||
| 14071 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ | 15210 | (autoload (quote rmail-sort-by-date) "rmailsort" "\ |
| @@ -14103,7 +15242,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 14103 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 15242 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 14104 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 15243 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 14105 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 15244 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 14106 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15669 50258)) | 15245 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15649 61373)) |
| 14107 | ;;; Generated autoloads from mail/rmailsum.el | 15246 | ;;; Generated autoloads from mail/rmailsum.el |
| 14108 | 15247 | ||
| 14109 | (defvar rmail-summary-scroll-between-messages t "\ | 15248 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -14165,7 +15304,7 @@ Setting this variable has an effect only before reading a mail.") | |||
| 14165 | ;;;*** | 15304 | ;;;*** |
| 14166 | 15305 | ||
| 14167 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" | 15306 | ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" |
| 14168 | ;;;;;; (15235 51738)) | 15307 | ;;;;;; (15185 49575)) |
| 14169 | ;;; Generated autoloads from obsolete/rnewspost.el | 15308 | ;;; Generated autoloads from obsolete/rnewspost.el |
| 14170 | 15309 | ||
| 14171 | (autoload (quote news-post-news) "rnewspost" "\ | 15310 | (autoload (quote news-post-news) "rnewspost" "\ |
| @@ -14237,6 +15376,15 @@ This function is obsolete." t nil) | |||
| 14237 | 15376 | ||
| 14238 | ;;;*** | 15377 | ;;;*** |
| 14239 | 15378 | ||
| 15379 | ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15583 | ||
| 15380 | ;;;;;; 13479)) | ||
| 15381 | ;;; Generated autoloads from ruler-mode.el | ||
| 15382 | |||
| 15383 | (autoload (quote ruler-mode) "ruler-mode" "\ | ||
| 15384 | Display a ruler in the header line if ARG > 0." t nil) | ||
| 15385 | |||
| 15386 | ;;;*** | ||
| 15387 | |||
| 14240 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288 | 15388 | ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288 |
| 14241 | ;;;;;; 6955)) | 15389 | ;;;;;; 6955)) |
| 14242 | ;;; Generated autoloads from emacs-lisp/rx.el | 15390 | ;;; Generated autoloads from emacs-lisp/rx.el |
| @@ -14509,7 +15657,7 @@ CHAR | |||
| 14509 | ;;;*** | 15657 | ;;;*** |
| 14510 | 15658 | ||
| 14511 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" | 15659 | ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" |
| 14512 | ;;;;;; (15669 50258)) | 15660 | ;;;;;; (15651 7291)) |
| 14513 | ;;; Generated autoloads from progmodes/scheme.el | 15661 | ;;; Generated autoloads from progmodes/scheme.el |
| 14514 | 15662 | ||
| 14515 | (autoload (quote scheme-mode) "scheme" "\ | 15663 | (autoload (quote scheme-mode) "scheme" "\ |
| @@ -14581,25 +15729,22 @@ Interesting variables: | |||
| 14581 | 15729 | ||
| 14582 | ;;;*** | 15730 | ;;;*** |
| 14583 | 15731 | ||
| 14584 | ;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all" | 15732 | ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" |
| 14585 | ;;;;;; "scroll-all.el" (15707 44427)) | 15733 | ;;;;;; (15704 51484)) |
| 14586 | ;;; Generated autoloads from scroll-all.el | 15734 | ;;; Generated autoloads from scroll-all.el |
| 14587 | 15735 | ||
| 14588 | (defvar scroll-all-mode nil "\ | 15736 | (defvar scroll-all-mode "Toggle Scroll-All minor mode.\nWith ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.\nWhen Scroll-All mode is on, scrolling commands entered in one window\napply to all visible windows in the same frame." "\ |
| 14589 | Control/track scroll locking. | 15737 | Non-nil if Scroll-All mode is enabled. |
| 14590 | 15738 | See the command `scroll-all-mode' for a description of this minor-mode. | |
| 14591 | Setting this variable directly does not take effect; | 15739 | Setting this variable directly does not take effect; |
| 14592 | use either M-x customize or the function `scroll-all-mode'.") | 15740 | use either \\[customize] or the function `scroll-all-mode'.") |
| 14593 | 15741 | ||
| 14594 | (custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable)) | 15742 | (custom-add-to-group (quote scroll-all) (quote scroll-all-mode) (quote custom-variable)) |
| 14595 | 15743 | ||
| 14596 | (custom-add-load (quote scroll-all-mode) (quote scroll-all)) | 15744 | (custom-add-load (quote scroll-all-mode) (quote scroll-all)) |
| 14597 | 15745 | ||
| 14598 | (autoload (quote scroll-all-mode) "scroll-all" "\ | 15746 | (autoload (quote scroll-all-mode) "scroll-all" "\ |
| 14599 | Toggle Scroll-All minor mode. | 15747 | *SL*" t nil) |
| 14600 | With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise. | ||
| 14601 | When Scroll-All mode is on, scrolling commands entered in one window | ||
| 14602 | apply to all visible windows in the same frame." t nil) | ||
| 14603 | 15748 | ||
| 14604 | ;;;*** | 15749 | ;;;*** |
| 14605 | 15750 | ||
| @@ -14997,7 +16142,7 @@ Set up file shadowing." t nil) | |||
| 14997 | ;;;*** | 16142 | ;;;*** |
| 14998 | 16143 | ||
| 14999 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" | 16144 | ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" |
| 15000 | ;;;;;; (15707 44427)) | 16145 | ;;;;;; (15651 7287)) |
| 15001 | ;;; Generated autoloads from shell.el | 16146 | ;;; Generated autoloads from shell.el |
| 15002 | 16147 | ||
| 15003 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ | 16148 | (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ |
| @@ -15039,8 +16184,8 @@ Otherwise, one argument `-i' is passed to the shell. | |||
| 15039 | 16184 | ||
| 15040 | ;;;*** | 16185 | ;;;*** |
| 15041 | 16186 | ||
| 15042 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15394 | 16187 | ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15727 |
| 15043 | ;;;;;; 11051)) | 16188 | ;;;;;; 34845)) |
| 15044 | ;;; Generated autoloads from progmodes/simula.el | 16189 | ;;; Generated autoloads from progmodes/simula.el |
| 15045 | 16190 | ||
| 15046 | (autoload (quote simula-mode) "simula" "\ | 16191 | (autoload (quote simula-mode) "simula" "\ |
| @@ -15216,7 +16361,7 @@ Minor mode to simplify editing output from the diff3 program. | |||
| 15216 | ;;;*** | 16361 | ;;;*** |
| 15217 | 16362 | ||
| 15218 | ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" | 16363 | ;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" |
| 15219 | ;;;;;; (14903 33608)) | 16364 | ;;;;;; (14902 55791)) |
| 15220 | ;;; Generated autoloads from gnus/smiley-ems.el | 16365 | ;;; Generated autoloads from gnus/smiley-ems.el |
| 15221 | 16366 | ||
| 15222 | (autoload (quote smiley-region) "smiley-ems" "\ | 16367 | (autoload (quote smiley-region) "smiley-ems" "\ |
| @@ -15228,7 +16373,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 15228 | ;;;*** | 16373 | ;;;*** |
| 15229 | 16374 | ||
| 15230 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 16375 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 15231 | ;;;;;; (15583 13479)) | 16376 | ;;;;;; (15727 34847)) |
| 15232 | ;;; Generated autoloads from mail/smtpmail.el | 16377 | ;;; Generated autoloads from mail/smtpmail.el |
| 15233 | 16378 | ||
| 15234 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 16379 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| @@ -15343,8 +16488,8 @@ Requires floating point." nil nil) | |||
| 15343 | 16488 | ||
| 15344 | ;;;*** | 16489 | ;;;*** |
| 15345 | 16490 | ||
| 15346 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15626 | 16491 | ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544 |
| 15347 | ;;;;;; 5163)) | 16492 | ;;;;;; 37711)) |
| 15348 | ;;; Generated autoloads from play/solitaire.el | 16493 | ;;; Generated autoloads from play/solitaire.el |
| 15349 | 16494 | ||
| 15350 | (autoload (quote solitaire) "solitaire" "\ | 16495 | (autoload (quote solitaire) "solitaire" "\ |
| @@ -15542,7 +16687,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 15542 | ;;;*** | 16687 | ;;;*** |
| 15543 | 16688 | ||
| 15544 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 16689 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 15545 | ;;;;;; "speedbar.el" (15669 50257)) | 16690 | ;;;;;; "speedbar.el" (15661 53042)) |
| 15546 | ;;; Generated autoloads from speedbar.el | 16691 | ;;; Generated autoloads from speedbar.el |
| 15547 | 16692 | ||
| 15548 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 16693 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -15563,7 +16708,7 @@ selected. If the speedbar frame is active, then select the attached frame." t n | |||
| 15563 | ;;;*** | 16708 | ;;;*** |
| 15564 | 16709 | ||
| 15565 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) | 16710 | ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) |
| 15566 | ;;;;;; "spell" "textmodes/spell.el" (15235 51743)) | 16711 | ;;;;;; "spell" "textmodes/spell.el" (15185 49575)) |
| 15567 | ;;; Generated autoloads from textmodes/spell.el | 16712 | ;;; Generated autoloads from textmodes/spell.el |
| 15568 | 16713 | ||
| 15569 | (put (quote spell-filter) (quote risky-local-variable) t) | 16714 | (put (quote spell-filter) (quote risky-local-variable) t) |
| @@ -16052,6 +17197,22 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil) | |||
| 16052 | 17197 | ||
| 16053 | ;;;*** | 17198 | ;;;*** |
| 16054 | 17199 | ||
| 17200 | ;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15569 | ||
| 17201 | ;;;;;; 44241)) | ||
| 17202 | ;;; Generated autoloads from emacs-lisp/syntax.el | ||
| 17203 | |||
| 17204 | (autoload (quote syntax-ppss) "syntax" "\ | ||
| 17205 | Parse-Partial-Sexp State at POS. | ||
| 17206 | The returned value is the same as `parse-partial-sexp' except that | ||
| 17207 | the 2nd and 6th values of the returned state cannot be relied upon. | ||
| 17208 | |||
| 17209 | If the caller knows the PPSS of a nearby position, she can pass it | ||
| 17210 | in OLP-PPSS (with or without its corresponding OLD-POS) to try and | ||
| 17211 | avoid a more expansive scan. | ||
| 17212 | Point is at POS when this function returns." nil nil) | ||
| 17213 | |||
| 17214 | ;;;*** | ||
| 17215 | |||
| 16055 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639)) | 17216 | ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639)) |
| 16056 | ;;; Generated autoloads from tabify.el | 17217 | ;;; Generated autoloads from tabify.el |
| 16057 | 17218 | ||
| @@ -16071,6 +17232,531 @@ The variable `tab-width' controls the spacing of tab stops." t nil) | |||
| 16071 | 17232 | ||
| 16072 | ;;;*** | 17233 | ;;;*** |
| 16073 | 17234 | ||
| 17235 | ;;;### (autoloads (table-release table-capture table-delete-column | ||
| 17236 | ;;;;;; table-delete-row table-insert-sequence table-generate-source | ||
| 17237 | ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column | ||
| 17238 | ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell | ||
| 17239 | ;;;;;; table-split-cell-horizontally table-split-cell-vertically | ||
| 17240 | ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell | ||
| 17241 | ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell | ||
| 17242 | ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table | ||
| 17243 | ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize | ||
| 17244 | ;;;;;; table-recognize table-insert-row-column table-insert-column | ||
| 17245 | ;;;;;; table-insert-row table-insert table-point-left-cell-hook | ||
| 17246 | ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) | ||
| 17247 | ;;;;;; "table" "textmodes/table.el" (15712 16962)) | ||
| 17248 | ;;; Generated autoloads from textmodes/table.el | ||
| 17249 | |||
| 17250 | (defvar table-cell-map-hook nil "\ | ||
| 17251 | *Normal hooks run when finishing construction of `table-cell-map'. | ||
| 17252 | User can modify `table-cell-map' by adding custom functions here.") | ||
| 17253 | |||
| 17254 | (defvar table-load-hook nil "\ | ||
| 17255 | *List of functions to be called after the table is first loaded.") | ||
| 17256 | |||
| 17257 | (defvar table-point-entered-cell-hook nil "\ | ||
| 17258 | *List of functions to be called after point entered a table cell.") | ||
| 17259 | |||
| 17260 | (defvar table-point-left-cell-hook nil "\ | ||
| 17261 | *List of functions to be called after point left a table cell.") | ||
| 17262 | |||
| 17263 | (autoload (quote table-insert) "table" "\ | ||
| 17264 | Insert an editable text table. | ||
| 17265 | Insert a table of specified number of COLUMNS and ROWS. Optional | ||
| 17266 | parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each | ||
| 17267 | cell. The cell size is uniform across the table if the specified size | ||
| 17268 | is a number. They can be a list of numbers to specify different size | ||
| 17269 | for each cell. When called interactively, the list of number is | ||
| 17270 | entered by simply listing all the numbers with space characters | ||
| 17271 | delimiting them. | ||
| 17272 | |||
| 17273 | Examples: | ||
| 17274 | |||
| 17275 | \\[table-insert] inserts a table at the current point location. | ||
| 17276 | |||
| 17277 | Suppose we have the following situation where `-!-' indicates the | ||
| 17278 | location of point. | ||
| 17279 | |||
| 17280 | -!- | ||
| 17281 | |||
| 17282 | Type \\[table-insert] and hit ENTER key. As it asks table | ||
| 17283 | specification, provide 3 for number of columns, 1 for number of rows, | ||
| 17284 | 5 for cell width and 1 for cell height. Now you shall see the next | ||
| 17285 | table and the point is automatically moved to the beginning of the | ||
| 17286 | first cell. | ||
| 17287 | |||
| 17288 | +-----+-----+-----+ | ||
| 17289 | |-!- | | | | ||
| 17290 | +-----+-----+-----+ | ||
| 17291 | |||
| 17292 | Inside a table cell, there are special key bindings. \\<table-cell-map> | ||
| 17293 | |||
| 17294 | M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character | ||
| 17295 | width, which results as | ||
| 17296 | |||
| 17297 | +--------------+-----+-----+ | ||
| 17298 | |-!- | | | | ||
| 17299 | +--------------+-----+-----+ | ||
| 17300 | |||
| 17301 | Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing | ||
| 17302 | TAB moves the point forward by a cell. The result now looks like this: | ||
| 17303 | |||
| 17304 | +--------------+------+--------------------------------+ | ||
| 17305 | | | |-!- | | ||
| 17306 | +--------------+------+--------------------------------+ | ||
| 17307 | |||
| 17308 | If you knew each width of the columns prior to the table creation, | ||
| 17309 | what you could have done better was to have had given the complete | ||
| 17310 | width information to `table-insert'. | ||
| 17311 | |||
| 17312 | Cell width(s): 14 6 32 | ||
| 17313 | |||
| 17314 | instead of | ||
| 17315 | |||
| 17316 | Cell width(s): 5 | ||
| 17317 | |||
| 17318 | This would have eliminated the previously mentioned width adjustment | ||
| 17319 | work all together. | ||
| 17320 | |||
| 17321 | If the point is in the last cell type S-TAB S-TAB to move it to the | ||
| 17322 | first cell. Now type \\[table-heighten-cell] which heighten the row by a line. | ||
| 17323 | |||
| 17324 | +--------------+------+--------------------------------+ | ||
| 17325 | |-!- | | | | ||
| 17326 | | | | | | ||
| 17327 | +--------------+------+--------------------------------+ | ||
| 17328 | |||
| 17329 | Type \\[table-insert-row-column] and tell it to insert a row. | ||
| 17330 | |||
| 17331 | +--------------+------+--------------------------------+ | ||
| 17332 | |-!- | | | | ||
| 17333 | | | | | | ||
| 17334 | +--------------+------+--------------------------------+ | ||
| 17335 | | | | | | ||
| 17336 | | | | | | ||
| 17337 | +--------------+------+--------------------------------+ | ||
| 17338 | |||
| 17339 | Move the point under the table as shown below. | ||
| 17340 | |||
| 17341 | +--------------+------+--------------------------------+ | ||
| 17342 | | | | | | ||
| 17343 | | | | | | ||
| 17344 | +--------------+------+--------------------------------+ | ||
| 17345 | | | | | | ||
| 17346 | | | | | | ||
| 17347 | +--------------+------+--------------------------------+ | ||
| 17348 | -!- | ||
| 17349 | |||
| 17350 | Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work | ||
| 17351 | when the point is outside of the table. This insertion at | ||
| 17352 | outside of the table effectively appends a row at the end. | ||
| 17353 | |||
| 17354 | +--------------+------+--------------------------------+ | ||
| 17355 | | | | | | ||
| 17356 | | | | | | ||
| 17357 | +--------------+------+--------------------------------+ | ||
| 17358 | | | | | | ||
| 17359 | | | | | | ||
| 17360 | +--------------+------+--------------------------------+ | ||
| 17361 | |-!- | | | | ||
| 17362 | | | | | | ||
| 17363 | +--------------+------+--------------------------------+ | ||
| 17364 | |||
| 17365 | Text editing inside the table cell produces reasonably expected | ||
| 17366 | results. | ||
| 17367 | |||
| 17368 | +--------------+------+--------------------------------+ | ||
| 17369 | | | | | | ||
| 17370 | | | | | | ||
| 17371 | +--------------+------+--------------------------------+ | ||
| 17372 | | | |Text editing inside the table | | ||
| 17373 | | | |cell produces reasonably | | ||
| 17374 | | | |expected results.-!- | | ||
| 17375 | +--------------+------+--------------------------------+ | ||
| 17376 | | | | | | ||
| 17377 | | | | | | ||
| 17378 | +--------------+------+--------------------------------+ | ||
| 17379 | |||
| 17380 | Inside a table cell has a special keymap. | ||
| 17381 | |||
| 17382 | \\{table-cell-map} | ||
| 17383 | " t nil) | ||
| 17384 | |||
| 17385 | (autoload (quote table-insert-row) "table" "\ | ||
| 17386 | Insert N table row(s). | ||
| 17387 | When point is in a table the newly inserted row(s) are placed above | ||
| 17388 | the current row. When point is outside of the table it must be below | ||
| 17389 | the table within the table width range, then the newly created row(s) | ||
| 17390 | are appended at the bottom of the table." t nil) | ||
| 17391 | |||
| 17392 | (autoload (quote table-insert-column) "table" "\ | ||
| 17393 | Insert N table column(s). | ||
| 17394 | When point is in a table the newly inserted column(s) are placed left | ||
| 17395 | of the current column. When point is outside of the table it must be | ||
| 17396 | right side of the table within the table height range, then the newly | ||
| 17397 | created column(s) are appended at the right of the table." t nil) | ||
| 17398 | |||
| 17399 | (autoload (quote table-insert-row-column) "table" "\ | ||
| 17400 | Insert row(s) or column(s). | ||
| 17401 | See `table-insert-row' and `table-insert-column'." t nil) | ||
| 17402 | |||
| 17403 | (autoload (quote table-recognize) "table" "\ | ||
| 17404 | Recognize all tables within the current buffer and activate them. | ||
| 17405 | Scans the entire buffer and recognizes valid table cells. If the | ||
| 17406 | optional numeric prefix argument ARG is negative the tables in the | ||
| 17407 | buffer become inactive, meaning the tables become plain text and loses | ||
| 17408 | all the table specific features." t nil) | ||
| 17409 | |||
| 17410 | (autoload (quote table-unrecognize) "table" nil t nil) | ||
| 17411 | |||
| 17412 | (autoload (quote table-recognize-region) "table" "\ | ||
| 17413 | Recognize all tables within region. | ||
| 17414 | BEG and END specify the region to work on. If the optional numeric | ||
| 17415 | prefix argument ARG is negative the tables in the region become | ||
| 17416 | inactive, meaning the tables become plain text and lose all the table | ||
| 17417 | specific features." t nil) | ||
| 17418 | |||
| 17419 | (autoload (quote table-unrecognize-region) "table" nil t nil) | ||
| 17420 | |||
| 17421 | (autoload (quote table-recognize-table) "table" "\ | ||
| 17422 | Recognize a table at point. | ||
| 17423 | If the optional numeric prefix argument ARG is negative the table | ||
| 17424 | becomes inactive, meaning the table becomes plain text and loses all | ||
| 17425 | the table specific features." t nil) | ||
| 17426 | |||
| 17427 | (autoload (quote table-unrecognize-table) "table" nil t nil) | ||
| 17428 | |||
| 17429 | (autoload (quote table-recognize-cell) "table" "\ | ||
| 17430 | Recognize a table cell that contains current point. | ||
| 17431 | Probe the cell dimension and prepare the cell information. The | ||
| 17432 | optional two arguments FORCE and NO-COPY are for internal use only and | ||
| 17433 | must not be specified. When the optional numeric prefix argument ARG | ||
| 17434 | is negative the cell becomes inactive, meaning that the cell becomes | ||
| 17435 | plain text and loses all the table specific features." t nil) | ||
| 17436 | |||
| 17437 | (autoload (quote table-unrecognize-cell) "table" nil t nil) | ||
| 17438 | |||
| 17439 | (autoload (quote table-heighten-cell) "table" "\ | ||
| 17440 | Heighten the current cell by N lines by expanding the cell vertically. | ||
| 17441 | Heightening is done by adding blank lines at the bottom of the current | ||
| 17442 | cell. Other cells aligned horizontally with the current one are also | ||
| 17443 | heightened in order to keep the rectangular table structure. The | ||
| 17444 | optional argument NO-COPY is internal use only and must not be | ||
| 17445 | specified." t nil) | ||
| 17446 | |||
| 17447 | (autoload (quote table-shorten-cell) "table" "\ | ||
| 17448 | Shorten the current cell by N lines by shrinking the cell vertically. | ||
| 17449 | Shortening is done by removing blank lines from the bottom of the cell | ||
| 17450 | and possibly from the top of the cell as well. Therefor, the cell | ||
| 17451 | must have some bottom/top blank lines to be shorten effectively. This | ||
| 17452 | is applicable to all the cells aligned horizontally with the current | ||
| 17453 | one because they are also shortened in order to keep the rectangular | ||
| 17454 | table structure." t nil) | ||
| 17455 | |||
| 17456 | (autoload (quote table-widen-cell) "table" "\ | ||
| 17457 | Widen the current cell by N columns and expand the cell horizontally. | ||
| 17458 | Some other cells in the same table are widen as well to keep the | ||
| 17459 | table's rectangle structure." t nil) | ||
| 17460 | |||
| 17461 | (autoload (quote table-narrow-cell) "table" "\ | ||
| 17462 | Narrow the current cell by N columns and shrink the cell horizontally. | ||
| 17463 | Some other cells in the same table are narrowed as well to keep the | ||
| 17464 | table's rectangle structure." t nil) | ||
| 17465 | |||
| 17466 | (autoload (quote table-forward-cell) "table" "\ | ||
| 17467 | Move point forward to the beginning of the next cell. | ||
| 17468 | With argument ARG, do it ARG times; | ||
| 17469 | a negative argument ARG = -N means move backward N cells. | ||
| 17470 | Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only. | ||
| 17471 | |||
| 17472 | Sample Cell Traveling Order (In Irregular Table Cases) | ||
| 17473 | |||
| 17474 | You can actually try how it works in this buffer. Press | ||
| 17475 | \\[table-recognize] and go to cells in the following tables and press | ||
| 17476 | \\[table-forward-cell] or TAB key. | ||
| 17477 | |||
| 17478 | +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+ | ||
| 17479 | |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 | | ||
| 17480 | +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+ | ||
| 17481 | |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 | | ||
| 17482 | | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+ | ||
| 17483 | | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 | | ||
| 17484 | +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+ | ||
| 17485 | |||
| 17486 | +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+ | ||
| 17487 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | | ||
| 17488 | | | | | | +--+ | | | | | +--+ +--+ | ||
| 17489 | +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 | | ||
| 17490 | |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+ | ||
| 17491 | | | | | | |6 | | | | | | |6 | |7 | | ||
| 17492 | +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+ | ||
| 17493 | |||
| 17494 | +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+ | ||
| 17495 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 | | ||
| 17496 | | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ | | ||
| 17497 | | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+ | ||
| 17498 | +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 | | ||
| 17499 | |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | | | ||
| 17500 | | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+ | ||
| 17501 | +--+--+--+ +--+--+--+ | ||
| 17502 | " t nil) | ||
| 17503 | |||
| 17504 | (autoload (quote table-backward-cell) "table" "\ | ||
| 17505 | Move backward to the beginning of the previous cell. | ||
| 17506 | With argument ARG, do it ARG times; | ||
| 17507 | a negative argument ARG = -N means move forward N cells." t nil) | ||
| 17508 | |||
| 17509 | (autoload (quote table-span-cell) "table" "\ | ||
| 17510 | Span current cell into adjacent cell in DIRECTION. | ||
| 17511 | DIRECTION is one of symbols; right, left, above or below." t nil) | ||
| 17512 | |||
| 17513 | (autoload (quote table-split-cell-vertically) "table" "\ | ||
| 17514 | Split current cell vertically. | ||
| 17515 | Creates a cell above and a cell below the current point location." t nil) | ||
| 17516 | |||
| 17517 | (autoload (quote table-split-cell-horizontally) "table" "\ | ||
| 17518 | Split current cell horizontally. | ||
| 17519 | Creates a cell on the left and a cell on the right of the current point location." t nil) | ||
| 17520 | |||
| 17521 | (autoload (quote table-split-cell) "table" "\ | ||
| 17522 | Split current cell in ORIENTATION. | ||
| 17523 | ORIENTATION is a symbol either horizontally or vertically." t nil) | ||
| 17524 | |||
| 17525 | (autoload (quote table-justify) "table" "\ | ||
| 17526 | Justify contents of a cell, a row of cells or a column of cells. | ||
| 17527 | WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left, | ||
| 17528 | 'center, 'right, 'top, 'middle, 'bottom or 'none." t nil) | ||
| 17529 | |||
| 17530 | (autoload (quote table-justify-cell) "table" "\ | ||
| 17531 | Justify cell contents. | ||
| 17532 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top, | ||
| 17533 | 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is | ||
| 17534 | non-nil the justify operation is limited to the current paragraph, | ||
| 17535 | otherwise the entire cell contents is justified." t nil) | ||
| 17536 | |||
| 17537 | (autoload (quote table-justify-row) "table" "\ | ||
| 17538 | Justify cells of a row. | ||
| 17539 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | ||
| 17540 | 'middle, 'bottom or 'none for vertical." t nil) | ||
| 17541 | |||
| 17542 | (autoload (quote table-justify-column) "table" "\ | ||
| 17543 | Justify cells of a column. | ||
| 17544 | JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top, | ||
| 17545 | 'middle, 'bottom or 'none for vertical." t nil) | ||
| 17546 | |||
| 17547 | (autoload (quote table-fixed-width-mode) "table" "\ | ||
| 17548 | Toggle fixing width mode. | ||
| 17549 | In the fixed width mode, typing inside a cell never changes the cell | ||
| 17550 | width where in the normal mode the cell width expands automatically in | ||
| 17551 | order to prevent a word being folded into multiple lines." t nil) | ||
| 17552 | |||
| 17553 | (autoload (quote table-query-dimension) "table" "\ | ||
| 17554 | Return the dimension of the current cell and the current table. | ||
| 17555 | The result is a list (cw ch tw th c r cells) where cw is the cell | ||
| 17556 | width, ch is the cell height, tw is the table width, th is the table | ||
| 17557 | height, c is the number of columns, r is the number of rows and cells | ||
| 17558 | is the total number of cells. The cell dimension excludes the cell | ||
| 17559 | frame while the table dimension includes the table frame. The columns | ||
| 17560 | and the rows are counted by the number of cell boundaries. Therefore | ||
| 17561 | the number tends to be larger than it appears for the tables with | ||
| 17562 | non-uniform cell structure (heavily spanned and split). When optional | ||
| 17563 | WHERE is provided the cell and table at that location is reported." t nil) | ||
| 17564 | |||
| 17565 | (autoload (quote table-generate-source) "table" "\ | ||
| 17566 | Generate source of the current table in the specified language. | ||
| 17567 | LANGUAGE is a symbol that specifies the language to describe the | ||
| 17568 | structure of the table. It must be either 'html, 'latex or 'cals. | ||
| 17569 | The resulted source text is inserted into DEST-BUFFER and the buffer | ||
| 17570 | object is returned. When DEST-BUFFER is omitted or nil the default | ||
| 17571 | buffer specified in `table-dest-buffer-name' is used. In this case | ||
| 17572 | the content of the default buffer is erased prior to the generation. | ||
| 17573 | When DEST-BUFFER is non-nil it is expected to be either a destination | ||
| 17574 | buffer or a name of the destination buffer. In this case the | ||
| 17575 | generated result is inserted at the current point in the destination | ||
| 17576 | buffer and the previously existing contents in the buffer are | ||
| 17577 | untouched. | ||
| 17578 | |||
| 17579 | References used for this implementation: | ||
| 17580 | |||
| 17581 | HTML: | ||
| 17582 | http://www.w3.org | ||
| 17583 | |||
| 17584 | LaTeX: | ||
| 17585 | http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html | ||
| 17586 | |||
| 17587 | CALS (DocBook DTD): | ||
| 17588 | http://www.oasis-open.org/html/a502.htm | ||
| 17589 | http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751 | ||
| 17590 | " t nil) | ||
| 17591 | |||
| 17592 | (autoload (quote table-insert-sequence) "table" "\ | ||
| 17593 | Travel cells forward while inserting a specified sequence string in each cell. | ||
| 17594 | STR is the base string from which the sequence starts. When STR is an | ||
| 17595 | empty string then each cell content is erased. When STR ends with | ||
| 17596 | numerical characters (they may optionally be surrounded by a pair of | ||
| 17597 | parentheses) they are incremented as a decimal number. Otherwise the | ||
| 17598 | last character in STR is incremented in ASCII code order. N is the | ||
| 17599 | number of sequence elements to insert. When N is negative the cell | ||
| 17600 | traveling direction is backward. When N is zero it travels forward | ||
| 17601 | entire table. INCREMENT is the increment between adjacent sequence | ||
| 17602 | elements and can be a negative number for effectively decrementing. | ||
| 17603 | INTERVAL is the number of cells to travel between sequence element | ||
| 17604 | insertion which is normally 1. When zero or less is given for | ||
| 17605 | INTERVAL it is interpreted as number of cells per row so that sequence | ||
| 17606 | is placed straight down vertically as long as the table's cell | ||
| 17607 | structure is uniform. JUSTIFY is one of the symbol 'left, 'center or | ||
| 17608 | 'right, that specifies justification of the inserted string. | ||
| 17609 | |||
| 17610 | Example: | ||
| 17611 | |||
| 17612 | (progn | ||
| 17613 | (table-insert 16 3 5 1) | ||
| 17614 | (table-forward-cell 15) | ||
| 17615 | (table-insert-sequence \"D0\" -16 1 1 'center) | ||
| 17616 | (table-forward-cell 16) | ||
| 17617 | (table-insert-sequence \"A[0]\" -16 1 1 'center) | ||
| 17618 | (table-forward-cell 1) | ||
| 17619 | (table-insert-sequence \"-\" 16 0 1 'center)) | ||
| 17620 | |||
| 17621 | (progn | ||
| 17622 | (table-insert 16 8 5 1) | ||
| 17623 | (table-insert-sequence \"@\" 0 1 2 'right) | ||
| 17624 | (table-forward-cell 1) | ||
| 17625 | (table-insert-sequence \"64\" 0 1 2 'left)) | ||
| 17626 | " t nil) | ||
| 17627 | |||
| 17628 | (autoload (quote table-delete-row) "table" "\ | ||
| 17629 | Delete N row(s) of cells. | ||
| 17630 | Delete N rows of cells from current row. The current row is the row | ||
| 17631 | contains the current cell where point is located. Each row must | ||
| 17632 | consists from cells of same height." t nil) | ||
| 17633 | |||
| 17634 | (autoload (quote table-delete-column) "table" "\ | ||
| 17635 | Delete N column(s) of cells. | ||
| 17636 | Delete N columns of cells from current column. The current column is | ||
| 17637 | the column contains the current cell where point is located. Each | ||
| 17638 | column must consists from cells of same width." t nil) | ||
| 17639 | |||
| 17640 | (autoload (quote table-capture) "table" "\ | ||
| 17641 | Convert plain text into a table by capturing the text in the region. | ||
| 17642 | Create a table with the text in region as cell contents. BEG and END | ||
| 17643 | specify the region. The text in the region is replaced with a table. | ||
| 17644 | The removed text is inserted in the table. When optional | ||
| 17645 | COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents | ||
| 17646 | is parsed and separated into individual cell contents by using the | ||
| 17647 | delimiter regular expressions. This parsing determines the number of | ||
| 17648 | columns and rows of the table automatically. If COL-DELIM-REGEXP and | ||
| 17649 | ROW-DELIM-REGEXP are omitted the result table has only one cell and | ||
| 17650 | the entire region contents is placed in that cell. Optional JUSTIFY | ||
| 17651 | is one of 'left, 'center or 'right, which specifies the cell | ||
| 17652 | justification. Optional MIN-CELL-WIDTH specifies the minimum cell | ||
| 17653 | width. Optional COLUMNS specify the number of columns when | ||
| 17654 | ROW-DELIM-REGEXP is not specified. | ||
| 17655 | |||
| 17656 | |||
| 17657 | Example 1: | ||
| 17658 | |||
| 17659 | 1, 2, 3, 4 | ||
| 17660 | 5, 6, 7, 8 | ||
| 17661 | , 9, 10 | ||
| 17662 | |||
| 17663 | Running `table-capture' on above 3 line region with COL-DELIM-REGEXP | ||
| 17664 | \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In | ||
| 17665 | this example the cells are centered and minimum cell width is | ||
| 17666 | specified as 5. | ||
| 17667 | |||
| 17668 | +-----+-----+-----+-----+ | ||
| 17669 | | 1 | 2 | 3 | 4 | | ||
| 17670 | +-----+-----+-----+-----+ | ||
| 17671 | | 5 | 6 | 7 | 8 | | ||
| 17672 | +-----+-----+-----+-----+ | ||
| 17673 | | | 9 | 10 | | | ||
| 17674 | +-----+-----+-----+-----+ | ||
| 17675 | |||
| 17676 | Note: | ||
| 17677 | |||
| 17678 | In case the function is called interactively user must use \\[quoted-insert] `quoted-insert' | ||
| 17679 | in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end | ||
| 17680 | of each row is optional. | ||
| 17681 | |||
| 17682 | |||
| 17683 | Example 2: | ||
| 17684 | |||
| 17685 | This example shows how a table can be used for text layout editing. | ||
| 17686 | Let `table-capture' capture the following region starting from | ||
| 17687 | -!- and ending at -*-, that contains three paragraphs and two item | ||
| 17688 | name headers. This time specify empty string for both | ||
| 17689 | COL-DELIM-REGEXP and ROW-DELIM-REGEXP. | ||
| 17690 | |||
| 17691 | -!-`table-capture' is a powerful command however mastering its power | ||
| 17692 | requires some practice. Here is a list of items what it can do. | ||
| 17693 | |||
| 17694 | Parse Cell Items By using column delimiter regular | ||
| 17695 | expression and raw delimiter regular | ||
| 17696 | expression, it parses the specified text | ||
| 17697 | area and extracts cell items from | ||
| 17698 | non-table text and then forms a table out | ||
| 17699 | of them. | ||
| 17700 | |||
| 17701 | Capture Text Area When no delimiters are specified it | ||
| 17702 | creates a single cell table. The text in | ||
| 17703 | the specified region is placed in that | ||
| 17704 | cell.-*- | ||
| 17705 | |||
| 17706 | Now the entire content is captured in a cell which is itself a table | ||
| 17707 | like this. | ||
| 17708 | |||
| 17709 | +-----------------------------------------------------------------+ | ||
| 17710 | |`table-capture' is a powerful command however mastering its power| | ||
| 17711 | |requires some practice. Here is a list of items what it can do. | | ||
| 17712 | | | | ||
| 17713 | |Parse Cell Items By using column delimiter regular | | ||
| 17714 | | expression and raw delimiter regular | | ||
| 17715 | | expression, it parses the specified text | | ||
| 17716 | | area and extracts cell items from | | ||
| 17717 | | non-table text and then forms a table out | | ||
| 17718 | | of them. | | ||
| 17719 | | | | ||
| 17720 | |Capture Text Area When no delimiters are specified it | | ||
| 17721 | | creates a single cell table. The text in | | ||
| 17722 | | the specified region is placed in that | | ||
| 17723 | | cell. | | ||
| 17724 | +-----------------------------------------------------------------+ | ||
| 17725 | |||
| 17726 | By splitting the cell appropriately we now have a table consisting of | ||
| 17727 | paragraphs occupying its own cell. Each cell can now be edited | ||
| 17728 | independently. | ||
| 17729 | |||
| 17730 | +-----------------------------------------------------------------+ | ||
| 17731 | |`table-capture' is a powerful command however mastering its power| | ||
| 17732 | |requires some practice. Here is a list of items what it can do. | | ||
| 17733 | +---------------------+-------------------------------------------+ | ||
| 17734 | |Parse Cell Items |By using column delimiter regular | | ||
| 17735 | | |expression and raw delimiter regular | | ||
| 17736 | | |expression, it parses the specified text | | ||
| 17737 | | |area and extracts cell items from | | ||
| 17738 | | |non-table text and then forms a table out | | ||
| 17739 | | |of them. | | ||
| 17740 | +---------------------+-------------------------------------------+ | ||
| 17741 | |Capture Text Area |When no delimiters are specified it | | ||
| 17742 | | |creates a single cell table. The text in | | ||
| 17743 | | |the specified region is placed in that | | ||
| 17744 | | |cell. | | ||
| 17745 | +---------------------+-------------------------------------------+ | ||
| 17746 | |||
| 17747 | By applying `table-release', which does the opposite process, the | ||
| 17748 | contents become once again plain text. `table-release' works as | ||
| 17749 | companion command to `table-capture' this way. | ||
| 17750 | " t nil) | ||
| 17751 | |||
| 17752 | (autoload (quote table-release) "table" "\ | ||
| 17753 | Convert a table into plain text by removing the frame from a table. | ||
| 17754 | Remove the frame from a table and inactivate the table. This command | ||
| 17755 | converts a table into plain text without frames. It is a companion to | ||
| 17756 | `table-capture' which does the opposite process." t nil) | ||
| 17757 | |||
| 17758 | ;;;*** | ||
| 17759 | |||
| 16074 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240)) | 17760 | ;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240)) |
| 16075 | ;;; Generated autoloads from talk.el | 17761 | ;;; Generated autoloads from talk.el |
| 16076 | 17762 | ||
| @@ -16101,7 +17787,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 16101 | ;;;*** | 17787 | ;;;*** |
| 16102 | 17788 | ||
| 16103 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 17789 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 16104 | ;;;;;; "progmodes/tcl.el" (15626 5163)) | 17790 | ;;;;;; "progmodes/tcl.el" (15533 28779)) |
| 16105 | ;;; Generated autoloads from progmodes/tcl.el | 17791 | ;;; Generated autoloads from progmodes/tcl.el |
| 16106 | 17792 | ||
| 16107 | (autoload (quote tcl-mode) "tcl" "\ | 17793 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -16112,24 +17798,19 @@ Paragraphs are separated by blank lines only. | |||
| 16112 | Delete converts tabs to spaces as it moves back. | 17798 | Delete converts tabs to spaces as it moves back. |
| 16113 | 17799 | ||
| 16114 | Variables controlling indentation style: | 17800 | Variables controlling indentation style: |
| 16115 | tcl-indent-level | 17801 | `tcl-indent-level' |
| 16116 | Indentation of Tcl statements within surrounding block. | 17802 | Indentation of Tcl statements within surrounding block. |
| 16117 | tcl-continued-indent-level | 17803 | `tcl-continued-indent-level' |
| 16118 | Indentation of continuation line relative to first line of command. | 17804 | Indentation of continuation line relative to first line of command. |
| 16119 | 17805 | ||
| 16120 | Variables controlling user interaction with mode (see variable | 17806 | Variables controlling user interaction with mode (see variable |
| 16121 | documentation for details): | 17807 | documentation for details): |
| 16122 | tcl-tab-always-indent | 17808 | `tcl-tab-always-indent' |
| 16123 | Controls action of TAB key. | 17809 | Controls action of TAB key. |
| 16124 | tcl-auto-newline | 17810 | `tcl-auto-newline' |
| 16125 | Non-nil means automatically newline before and after braces, brackets, | 17811 | Non-nil means automatically newline before and after braces, brackets, |
| 16126 | and semicolons inserted in Tcl code. | 17812 | and semicolons inserted in Tcl code. |
| 16127 | tcl-electric-hash-style | 17813 | `tcl-use-smart-word-finder' |
| 16128 | Controls action of `#' key. | ||
| 16129 | tcl-use-hairy-comment-detector | ||
| 16130 | If t, use more complicated, but slower, comment detector. | ||
| 16131 | This variable is only used in Emacs 19. | ||
| 16132 | tcl-use-smart-word-finder | ||
| 16133 | If not nil, use a smarter, Tcl-specific way to find the current | 17814 | If not nil, use a smarter, Tcl-specific way to find the current |
| 16134 | word when looking up help on a Tcl command. | 17815 | word when looking up help on a Tcl command. |
| 16135 | 17816 | ||
| @@ -16172,8 +17853,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil) | |||
| 16172 | 17853 | ||
| 16173 | ;;;*** | 17854 | ;;;*** |
| 16174 | 17855 | ||
| 16175 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15626 | 17856 | ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549 |
| 16176 | ;;;;;; 5162)) | 17857 | ;;;;;; 60240)) |
| 16177 | ;;; Generated autoloads from term.el | 17858 | ;;; Generated autoloads from term.el |
| 16178 | 17859 | ||
| 16179 | (autoload (quote make-term) "term" "\ | 17860 | (autoload (quote make-term) "term" "\ |
| @@ -16653,7 +18334,7 @@ The return value is number of composed characters." nil nil) | |||
| 16653 | 18334 | ||
| 16654 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 18335 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 16655 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 18336 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 16656 | ;;;;;; "thingatpt" "thingatpt.el" (15235 51732)) | 18337 | ;;;;;; "thingatpt" "thingatpt.el" (15185 49574)) |
| 16657 | ;;; Generated autoloads from thingatpt.el | 18338 | ;;; Generated autoloads from thingatpt.el |
| 16658 | 18339 | ||
| 16659 | (autoload (quote forward-thing) "thingatpt" "\ | 18340 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -16744,7 +18425,7 @@ See also docstring of the function tibetan-compose-region." t nil) | |||
| 16744 | ;;;*** | 18425 | ;;;*** |
| 16745 | 18426 | ||
| 16746 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 18427 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 16747 | ;;;;;; (15503 34618)) | 18428 | ;;;;;; (15489 14486)) |
| 16748 | ;;; Generated autoloads from textmodes/tildify.el | 18429 | ;;; Generated autoloads from textmodes/tildify.el |
| 16749 | 18430 | ||
| 16750 | (autoload (quote tildify-region) "tildify" "\ | 18431 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -16798,21 +18479,64 @@ This runs the normal hook `display-time-hook' after each update." t nil) | |||
| 16798 | 18479 | ||
| 16799 | ;;;*** | 18480 | ;;;*** |
| 16800 | 18481 | ||
| 16801 | ;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el" | 18482 | ;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year |
| 16802 | ;;;;;; (15235 51737)) | 18483 | ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract |
| 16803 | ;;; Generated autoloads from gnus/time-date.el | 18484 | ;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time) |
| 18485 | ;;;;;; "time-date" "calendar/time-date.el" (15450 56230)) | ||
| 18486 | ;;; Generated autoloads from calendar/time-date.el | ||
| 16804 | 18487 | ||
| 16805 | (autoload (quote date-to-time) "time-date" "\ | 18488 | (autoload (quote date-to-time) "time-date" "\ |
| 16806 | Convert DATE into time." nil nil) | 18489 | Parse a string that represents a date-time and return a time value." nil nil) |
| 18490 | |||
| 18491 | (autoload (quote seconds-to-time) "time-date" "\ | ||
| 18492 | Convert SECONDS (a floating point number) to a time value." nil nil) | ||
| 18493 | |||
| 18494 | (autoload (quote time-less-p) "time-date" "\ | ||
| 18495 | Say whether time value T1 is less than time value T2." nil nil) | ||
| 18496 | |||
| 18497 | (autoload (quote days-to-time) "time-date" "\ | ||
| 18498 | Convert DAYS into a time value." nil nil) | ||
| 18499 | |||
| 18500 | (autoload (quote time-since) "time-date" "\ | ||
| 18501 | Return the time elapsed since TIME. | ||
| 18502 | TIME should be either a time value or a date-time string." nil nil) | ||
| 18503 | |||
| 18504 | (defalias (quote subtract-time) (quote time-subtract)) | ||
| 18505 | |||
| 18506 | (autoload (quote time-subtract) "time-date" "\ | ||
| 18507 | Subtract two time values. | ||
| 18508 | Return the difference in the format of a time value." nil nil) | ||
| 18509 | |||
| 18510 | (autoload (quote time-add) "time-date" "\ | ||
| 18511 | Add two time values. One should represent a time difference." nil nil) | ||
| 18512 | |||
| 18513 | (autoload (quote date-to-day) "time-date" "\ | ||
| 18514 | Return the number of days between year 1 and DATE. | ||
| 18515 | DATE should be a date-time string." nil nil) | ||
| 18516 | |||
| 18517 | (autoload (quote days-between) "time-date" "\ | ||
| 18518 | Return the number of days between DATE1 and DATE2. | ||
| 18519 | DATE1 and DATE2 should be date-time strings." nil nil) | ||
| 18520 | |||
| 18521 | (autoload (quote date-leap-year-p) "time-date" "\ | ||
| 18522 | Return t if YEAR is a leap year." nil nil) | ||
| 18523 | |||
| 18524 | (autoload (quote time-to-day-in-year) "time-date" "\ | ||
| 18525 | Return the day number within the year of the date month/day/year." nil nil) | ||
| 18526 | |||
| 18527 | (autoload (quote time-to-days) "time-date" "\ | ||
| 18528 | The number of days between the Gregorian date 0001-12-31bce and TIME. | ||
| 18529 | TIME should be a time value. | ||
| 18530 | The Gregorian date Sunday, December 31, 1bce is imaginary." nil nil) | ||
| 16807 | 18531 | ||
| 16808 | (autoload (quote safe-date-to-time) "time-date" "\ | 18532 | (autoload (quote safe-date-to-time) "time-date" "\ |
| 16809 | Parse DATE and return a time structure. | 18533 | Parse a string that represents a date-time and return a time value. |
| 16810 | If DATE is malformed, a zero time will be returned." nil nil) | 18534 | If DATE is malformed, return a time value of zeros." nil nil) |
| 16811 | 18535 | ||
| 16812 | ;;;*** | 18536 | ;;;*** |
| 16813 | 18537 | ||
| 16814 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" | 18538 | ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" |
| 16815 | ;;;;;; "time-stamp.el" (15626 5162)) | 18539 | ;;;;;; "time-stamp.el" (15590 49016)) |
| 16816 | ;;; Generated autoloads from time-stamp.el | 18540 | ;;; Generated autoloads from time-stamp.el |
| 16817 | 18541 | ||
| 16818 | (autoload (quote time-stamp) "time-stamp" "\ | 18542 | (autoload (quote time-stamp) "time-stamp" "\ |
| @@ -16842,7 +18566,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 16842 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 18566 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 16843 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 18567 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 16844 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 18568 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 16845 | ;;;;;; (15669 50257)) | 18569 | ;;;;;; (15664 47249)) |
| 16846 | ;;; Generated autoloads from calendar/timeclock.el | 18570 | ;;; Generated autoloads from calendar/timeclock.el |
| 16847 | 18571 | ||
| 16848 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 18572 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -17184,7 +18908,7 @@ Turn on TPU/edt emulation." t nil) | |||
| 17184 | ;;;*** | 18908 | ;;;*** |
| 17185 | 18909 | ||
| 17186 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) | 18910 | ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) |
| 17187 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15235 51734)) | 18911 | ;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15186 56483)) |
| 17188 | ;;; Generated autoloads from emulation/tpu-extras.el | 18912 | ;;; Generated autoloads from emulation/tpu-extras.el |
| 17189 | 18913 | ||
| 17190 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ | 18914 | (autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ |
| @@ -17235,6 +18959,44 @@ the window or buffer configuration at all." t nil) | |||
| 17235 | 18959 | ||
| 17236 | ;;;*** | 18960 | ;;;*** |
| 17237 | 18961 | ||
| 18962 | ;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp) | ||
| 18963 | ;;;;;; "tramp" "net/tramp.el" (15727 34846)) | ||
| 18964 | ;;; Generated autoloads from net/tramp.el | ||
| 18965 | |||
| 18966 | (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\ | ||
| 18967 | Value for `tramp-file-name-regexp' for unified remoting. | ||
| 18968 | Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and | ||
| 18969 | Tramp. See `tramp-file-name-structure-unified' for more explanations.") | ||
| 18970 | |||
| 18971 | (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\ | ||
| 18972 | Value for `tramp-file-name-regexp' for separate remoting. | ||
| 18973 | XEmacs uses a separate filename syntax for Tramp and EFS. | ||
| 18974 | See `tramp-file-name-structure-separate' for more explanations.") | ||
| 18975 | |||
| 18976 | (defvar tramp-file-name-regexp (if (featurep (quote xemacs)) tramp-file-name-regexp-separate tramp-file-name-regexp-unified) "\ | ||
| 18977 | *Regular expression matching file names handled by tramp. | ||
| 18978 | This regexp should match tramp file names but no other file names. | ||
| 18979 | \(When tramp.el is loaded, this regular expression is prepended to | ||
| 18980 | `file-name-handler-alist', and that is searched sequentially. Thus, | ||
| 18981 | if the tramp entry appears rather early in the `file-name-handler-alist' | ||
| 18982 | and is a bit too general, then some files might be considered tramp | ||
| 18983 | files which are not really tramp files. | ||
| 18984 | |||
| 18985 | Please note that the entry in `file-name-handler-alist' is made when | ||
| 18986 | this file (tramp.el) is loaded. This means that this variable must be set | ||
| 18987 | before loading tramp.el. Alternatively, `file-name-handler-alist' can be | ||
| 18988 | updated after changing this variable. | ||
| 18989 | |||
| 18990 | Also see `tramp-file-name-structure' and `tramp-make-tramp-file-format'.") | ||
| 18991 | |||
| 18992 | (autoload (quote tramp-file-name-handler) "tramp" "\ | ||
| 18993 | Invoke tramp file name handler. | ||
| 18994 | Falls back to normal file name handler if no tramp file name handler exists." nil nil) | ||
| 18995 | |||
| 18996 | (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) | ||
| 18997 | |||
| 18998 | ;;;*** | ||
| 18999 | |||
| 17238 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" | 19000 | ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" |
| 17239 | ;;;;;; "textmodes/two-column.el" (15304 37383)) | 19001 | ;;;;;; "textmodes/two-column.el" (15304 37383)) |
| 17240 | ;;; Generated autoloads from textmodes/two-column.el | 19002 | ;;; Generated autoloads from textmodes/two-column.el |
| @@ -17426,75 +19188,8 @@ FRAC should be the inverse of the fractional value; for example, a value of | |||
| 17426 | 19188 | ||
| 17427 | ;;;*** | 19189 | ;;;*** |
| 17428 | 19190 | ||
| 17429 | ;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) | ||
| 17430 | ;;;;;; "ucs-tables" "international/ucs-tables.el" (15707 51320)) | ||
| 17431 | ;;; Generated autoloads from international/ucs-tables.el | ||
| 17432 | |||
| 17433 | (defvar unify-8859-on-encoding-mode nil "\ | ||
| 17434 | Non-nil if Unify-8859-On-Encoding mode is enabled. | ||
| 17435 | See the command `unify-8859-on-encoding-mode' for a description of this minor-mode. | ||
| 17436 | Setting this variable directly does not take effect; | ||
| 17437 | use either \\[customize] or the function `unify-8859-on-encoding-mode'.") | ||
| 17438 | |||
| 17439 | (custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable)) | ||
| 17440 | |||
| 17441 | (custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables)) | ||
| 17442 | |||
| 17443 | (autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\ | ||
| 17444 | Set up translation tables for unifying ISO 8859 characters on encoding. | ||
| 17445 | |||
| 17446 | The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and | ||
| 17447 | 8859-15 (Latin-9) differ only in a few characters. Emacs normally | ||
| 17448 | distinguishes equivalent characters from those ISO-8859 character sets | ||
| 17449 | which are built in to Emacs. This behaviour is essentially inherited | ||
| 17450 | from the European-originated international standards. Treating them | ||
| 17451 | equivalently, by translating to and from a single representation is | ||
| 17452 | called `unification'. (The `utf-8' coding system treats the | ||
| 17453 | characters of European scripts in a unified manner.) | ||
| 17454 | |||
| 17455 | In this mode, on encoding -- i.e. output operations -- non-ASCII | ||
| 17456 | characters from the built-in ISO 8859 and `mule-unicode-0100-24ff' | ||
| 17457 | charsets are handled automatically by the coding system used if it can | ||
| 17458 | represent them. Thus, say, an e-acute from the Latin-1 charset (the | ||
| 17459 | unified representation) in a buffer saved as Latin-9 will be encoded | ||
| 17460 | directly to a byte value 233. By default, in contrast, you would be | ||
| 17461 | prompted for a general coding system to use for saving the file, which | ||
| 17462 | can cope with separate Latin-1 and Latin-9 representations of e-acute. | ||
| 17463 | |||
| 17464 | Also sets hooks that arrange `translation-table-for-input' to be set | ||
| 17465 | up locally when Quail input methods are activated. This will often | ||
| 17466 | allow input generated by Quail input methods to conform with what the | ||
| 17467 | buffer's file coding system can encode. Thus you could use a Latin-2 | ||
| 17468 | input method to search for e-acute in a Latin-1 buffer. | ||
| 17469 | |||
| 17470 | See also command `unify-8859-on-decoding-mode'." t nil) | ||
| 17471 | |||
| 17472 | (defvar unify-8859-on-decoding-mode nil "\ | ||
| 17473 | Non-nil if Unify-8859-On-Decoding mode is enabled. | ||
| 17474 | See the command `unify-8859-on-decoding-mode' for a description of this minor-mode. | ||
| 17475 | Setting this variable directly does not take effect; | ||
| 17476 | use either \\[customize] or the function `unify-8859-on-decoding-mode'.") | ||
| 17477 | |||
| 17478 | (custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable)) | ||
| 17479 | |||
| 17480 | (custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables)) | ||
| 17481 | |||
| 17482 | (autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\ | ||
| 17483 | Set up translation tables for unifying ISO 8859 characters on decoding. | ||
| 17484 | On decoding, i.e. input operations, non-ASCII characters from the | ||
| 17485 | built-in ISO 8859 charsets are unified by mapping them into the | ||
| 17486 | `iso-latin-1' and `mule-unicode-0100-24ff' charsets. | ||
| 17487 | |||
| 17488 | Also sets `translation-table-for-input' globally, so that Quail input | ||
| 17489 | methods produce unified characters. | ||
| 17490 | |||
| 17491 | See also command `unify-8859-on-encoding-mode' and the user option | ||
| 17492 | `utf-8-fragment-on-decoding'." t nil) | ||
| 17493 | |||
| 17494 | ;;;*** | ||
| 17495 | |||
| 17496 | ;;;### (autoloads (ununderline-region underline-region) "underline" | 19191 | ;;;### (autoloads (ununderline-region underline-region) "underline" |
| 17497 | ;;;;;; "textmodes/underline.el" (15235 51743)) | 19192 | ;;;;;; "textmodes/underline.el" (15185 49575)) |
| 17498 | ;;; Generated autoloads from textmodes/underline.el | 19193 | ;;; Generated autoloads from textmodes/underline.el |
| 17499 | 19194 | ||
| 17500 | (autoload (quote underline-region) "underline" "\ | 19195 | (autoload (quote underline-region) "underline" "\ |
| @@ -17526,7 +19221,7 @@ following the containing message." t nil) | |||
| 17526 | ;;;*** | 19221 | ;;;*** |
| 17527 | 19222 | ||
| 17528 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" | 19223 | ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" |
| 17529 | ;;;;;; (15235 51738)) | 19224 | ;;;;;; (15214 26446)) |
| 17530 | ;;; Generated autoloads from mail/unrmail.el | 19225 | ;;; Generated autoloads from mail/unrmail.el |
| 17531 | 19226 | ||
| 17532 | (autoload (quote batch-unrmail) "unrmail" "\ | 19227 | (autoload (quote batch-unrmail) "unrmail" "\ |
| @@ -17567,7 +19262,7 @@ The buffer in question is current when this function is called." nil nil) | |||
| 17567 | ;;;*** | 19262 | ;;;*** |
| 17568 | 19263 | ||
| 17569 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) | 19264 | ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) |
| 17570 | ;;;;;; "uudecode" "gnus/uudecode.el" (15235 51737)) | 19265 | ;;;;;; "uudecode" "gnus/uudecode.el" (15185 54813)) |
| 17571 | ;;; Generated autoloads from gnus/uudecode.el | 19266 | ;;; Generated autoloads from gnus/uudecode.el |
| 17572 | 19267 | ||
| 17573 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ | 19268 | (autoload (quote uudecode-decode-region-external) "uudecode" "\ |
| @@ -17582,12 +19277,12 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 17582 | ;;;*** | 19277 | ;;;*** |
| 17583 | 19278 | ||
| 17584 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file | 19279 | ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file |
| 17585 | ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer | 19280 | ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update |
| 17586 | ;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory | 19281 | ;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot |
| 17587 | ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window | 19282 | ;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers |
| 17588 | ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file | 19283 | ;;;;;; vc-version-other-window vc-diff vc-register vc-next-action |
| 17589 | ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) | 19284 | ;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook |
| 17590 | ;;;;;; "vc" "vc.el" (15707 44427)) | 19285 | ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15683 14756)) |
| 17591 | ;;; Generated autoloads from vc.el | 19286 | ;;; Generated autoloads from vc.el |
| 17592 | 19287 | ||
| 17593 | (defvar vc-checkout-hook nil "\ | 19288 | (defvar vc-checkout-hook nil "\ |
| @@ -17602,6 +19297,9 @@ See `run-hooks'.") | |||
| 17602 | *Normal hook (list of functions) run before a file is checked in. | 19297 | *Normal hook (list of functions) run before a file is checked in. |
| 17603 | See `run-hooks'.") | 19298 | See `run-hooks'.") |
| 17604 | 19299 | ||
| 19300 | (autoload (quote vc-branch-part) "vc" "\ | ||
| 19301 | Return the branch part of a revision number REV." nil nil) | ||
| 19302 | |||
| 17605 | (autoload (quote with-vc-file) "vc" "\ | 19303 | (autoload (quote with-vc-file) "vc" "\ |
| 17606 | Check out a writable copy of FILE if necessary, then execute BODY. | 19304 | Check out a writable copy of FILE if necessary, then execute BODY. |
| 17607 | Check in FILE with COMMENT (a string) after BODY has been executed. | 19305 | Check in FILE with COMMENT (a string) after BODY has been executed. |
| @@ -17743,6 +19441,13 @@ This asks for confirmation if the buffer contents are not identical | |||
| 17743 | to that version. This function does not automatically pick up newer | 19441 | to that version. This function does not automatically pick up newer |
| 17744 | changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) | 19442 | changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) |
| 17745 | 19443 | ||
| 19444 | (autoload (quote vc-update) "vc" "\ | ||
| 19445 | Update the current buffer's file to the latest version on its branch. | ||
| 19446 | If the file contains no changes, and is not locked, then this simply replaces | ||
| 19447 | the working file with the latest version on its branch. If the file contains | ||
| 19448 | changes, and the backend supports merging news, then any recent changes from | ||
| 19449 | the current branch are merged into the working file." t nil) | ||
| 19450 | |||
| 17746 | (autoload (quote vc-cancel-version) "vc" "\ | 19451 | (autoload (quote vc-cancel-version) "vc" "\ |
| 17747 | Get rid of most recently checked in version of this file. | 19452 | Get rid of most recently checked in version of this file. |
| 17748 | A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) | 19453 | A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) |
| @@ -17796,11 +19501,10 @@ With a prefix argument, this command asks two questions in the | |||
| 17796 | minibuffer. First, you may enter a version number; then the buffer | 19501 | minibuffer. First, you may enter a version number; then the buffer |
| 17797 | displays and annotates that version instead of the current version | 19502 | displays and annotates that version instead of the current version |
| 17798 | \(type RET in the minibuffer to leave that default unchanged). Then, | 19503 | \(type RET in the minibuffer to leave that default unchanged). Then, |
| 17799 | you are prompted for a stretch factor for the time scale. This makes | 19504 | you are prompted for the time span in days which the color range |
| 17800 | the color range cover a time span longer or shorter than the default | 19505 | should cover. For example, a time span of 20 days means that changes |
| 17801 | of one year. For example, a factor of 0.1 means that the range from | 19506 | over the past 20 days are shown in red to blue, according to their |
| 17802 | red to blue stands for the past 36 days only, and everything that is | 19507 | age, and everything that is older than that is shown in blue. |
| 17803 | older than that is shown in blue. | ||
| 17804 | 19508 | ||
| 17805 | Customization variables: | 19509 | Customization variables: |
| 17806 | 19510 | ||
| @@ -17822,7 +19526,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 17822 | ;;;*** | 19526 | ;;;*** |
| 17823 | 19527 | ||
| 17824 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" | 19528 | ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" |
| 17825 | ;;;;;; (15707 44427)) | 19529 | ;;;;;; (15672 42728)) |
| 17826 | ;;; Generated autoloads from vc-rcs.el | 19530 | ;;; Generated autoloads from vc-rcs.el |
| 17827 | 19531 | ||
| 17828 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ | 19532 | (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ |
| @@ -18126,7 +19830,7 @@ Key bindings: | |||
| 18126 | 19830 | ||
| 18127 | ;;;*** | 19831 | ;;;*** |
| 18128 | 19832 | ||
| 18129 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15235 51734)) | 19833 | ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15186 53885)) |
| 18130 | ;;; Generated autoloads from emulation/vi.el | 19834 | ;;; Generated autoloads from emulation/vi.el |
| 18131 | 19835 | ||
| 18132 | (autoload (quote vi-mode) "vi" "\ | 19836 | (autoload (quote vi-mode) "vi" "\ |
| @@ -18397,7 +20101,7 @@ Exit View mode and make the current buffer editable." t nil) | |||
| 18397 | 20101 | ||
| 18398 | ;;;*** | 20102 | ;;;*** |
| 18399 | 20103 | ||
| 18400 | ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15235 51734)) | 20104 | ;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15186 56483)) |
| 18401 | ;;; Generated autoloads from emulation/vip.el | 20105 | ;;; Generated autoloads from emulation/vip.el |
| 18402 | 20106 | ||
| 18403 | (autoload (quote vip-mode) "vip" "\ | 20107 | (autoload (quote vip-mode) "vip" "\ |
| @@ -18418,6 +20122,83 @@ Turn on Viper emulation of Vi." t nil) | |||
| 18418 | 20122 | ||
| 18419 | ;;;*** | 20123 | ;;;*** |
| 18420 | 20124 | ||
| 20125 | ;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" | ||
| 20126 | ;;;;;; (15727 34850)) | ||
| 20127 | ;;; Generated autoloads from warnings.el | ||
| 20128 | |||
| 20129 | (defvar warning-prefix-function nil "\ | ||
| 20130 | Function to generate warning prefixes. | ||
| 20131 | This function, if non-nil, is called with two arguments, | ||
| 20132 | the severity level and its entry in `warning-levels', | ||
| 20133 | and should return the entry that should actually be used. | ||
| 20134 | The warnings buffer is current when this function is called | ||
| 20135 | and the function can insert text in it. This text becomes | ||
| 20136 | the beginning of the warning.") | ||
| 20137 | |||
| 20138 | (defvar warning-series nil "\ | ||
| 20139 | Non-nil means treat multiple `display-warning' calls as a series. | ||
| 20140 | A marker indicates a position in the warnings buffer | ||
| 20141 | which is the start of the current series; it means that | ||
| 20142 | additional warnings in the same buffer should not move point. | ||
| 20143 | t means the next warning begins a series (and stores a marker here). | ||
| 20144 | A symbol with a function definition is like t, except | ||
| 20145 | also call that function before the next warning.") | ||
| 20146 | |||
| 20147 | (defvar warning-fill-prefix nil "\ | ||
| 20148 | Non-nil means fill each warning text using this string as `fill-prefix'.") | ||
| 20149 | |||
| 20150 | (defvar warning-group-format " (%s)" "\ | ||
| 20151 | Format for displaying the warning group in the warning message. | ||
| 20152 | The result of formatting the group this way gets included in the | ||
| 20153 | message under the control of the string in `warning-levels'.") | ||
| 20154 | |||
| 20155 | (autoload (quote display-warning) "warnings" "\ | ||
| 20156 | Display a warning message, MESSAGE. | ||
| 20157 | GROUP should be a custom group name (a symbol), | ||
| 20158 | or else a list of symbols whose first element is a custom group name. | ||
| 20159 | \(The rest of the symbols represent subcategories, for warning purposes | ||
| 20160 | only, and you can use whatever symbols you like.) | ||
| 20161 | |||
| 20162 | LEVEL should be either :warning, :error, or :emergency. | ||
| 20163 | :emergency -- a problem that will seriously impair Emacs operation soon | ||
| 20164 | if you do not attend to it promptly. | ||
| 20165 | :error -- data or circumstances that are inherently wrong. | ||
| 20166 | :warning -- data or circumstances that are not inherently wrong, | ||
| 20167 | but raise suspicion of a possible problem. | ||
| 20168 | :debug -- info for debugging only. | ||
| 20169 | |||
| 20170 | BUFFER-NAME, if specified, is the name of the buffer for logging the | ||
| 20171 | warning. By default, it is `*Warnings*'. | ||
| 20172 | |||
| 20173 | See the `warnings' custom group for user customization features. | ||
| 20174 | |||
| 20175 | See also `warning-series', `warning-prefix-function' and | ||
| 20176 | `warning-fill-prefix' for additional programming features." nil nil) | ||
| 20177 | |||
| 20178 | (autoload (quote lwarn) "warnings" "\ | ||
| 20179 | Display a warning message made from (format MESSAGE ARGS...). | ||
| 20180 | Aside from generating the message with `format', | ||
| 20181 | this is equivalent to `display-warning'. | ||
| 20182 | |||
| 20183 | GROUP should be a custom group name (a symbol). | ||
| 20184 | or else a list of symbols whose first element is a custom group name. | ||
| 20185 | \(The rest of the symbols represent subcategories and | ||
| 20186 | can be whatever you like.) | ||
| 20187 | |||
| 20188 | LEVEL should be either :warning, :error, or :emergency. | ||
| 20189 | :emergency -- a problem that will seriously impair Emacs operation soon | ||
| 20190 | if you do not attend to it promptly. | ||
| 20191 | :error -- invalid data or circumstances. | ||
| 20192 | :warning -- suspicious data or circumstances." nil nil) | ||
| 20193 | |||
| 20194 | (autoload (quote warn) "warnings" "\ | ||
| 20195 | Display a warning message made from (format MESSAGE ARGS...). | ||
| 20196 | Aside from generating the message with `format', | ||
| 20197 | this is equivalent to `display-warning', using | ||
| 20198 | `emacs' as the group and `:warning' as the level." nil nil) | ||
| 20199 | |||
| 20200 | ;;;*** | ||
| 20201 | |||
| 18421 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879)) | 20202 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879)) |
| 18422 | ;;; Generated autoloads from net/webjump.el | 20203 | ;;; Generated autoloads from net/webjump.el |
| 18423 | 20204 | ||
| @@ -18888,11 +20669,11 @@ Zone out, completely." t nil) | |||
| 18888 | ;;;*** | 20669 | ;;;*** |
| 18889 | 20670 | ||
| 18890 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 20671 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 18891 | ;;;;;; "net/zone-mode.el" (15626 5163)) | 20672 | ;;;;;; "net/zone-mode.el" (15567 16402)) |
| 18892 | ;;; Generated autoloads from net/zone-mode.el | 20673 | ;;; Generated autoloads from net/zone-mode.el |
| 18893 | 20674 | ||
| 18894 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 20675 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
| 18895 | Update the serial number in a zone if the file was modified" t nil) | 20676 | Update the serial number in a zone if the file was modified." t nil) |
| 18896 | 20677 | ||
| 18897 | (autoload (quote zone-mode) "zone-mode" "\ | 20678 | (autoload (quote zone-mode) "zone-mode" "\ |
| 18898 | A mode for editing DNS zone files. | 20679 | A mode for editing DNS zone files. |
| @@ -18907,74 +20688,68 @@ Zone-mode does two things: | |||
| 18907 | ;;;*** | 20688 | ;;;*** |
| 18908 | 20689 | ||
| 18909 | ;;;### (autoloads nil nil ("play/meese.el" "obsolete/hilit19.el" | 20690 | ;;;### (autoloads nil nil ("play/meese.el" "obsolete/hilit19.el" |
| 18910 | ;;;;;; "international/mule.el" "eshell/esh-groups.el" "gnus/nnmh.el" | 20691 | ;;;;;; "eshell/esh-groups.el" "window.el" "uniquify.el" "saveplace.el" |
| 18911 | ;;;;;; "window.el" "uniquify.el" "startup.el" "saveplace.el" "menu-bar.el" | ||
| 18912 | ;;;;;; "font-core.el" "finder-inf.el" "files.el" "cus-load.el" "bindings.el" | ||
| 18913 | ;;;;;; "textmodes/page-ext.el" "term/mac-win.el" "international/mule-cmds.el" | 20692 | ;;;;;; "textmodes/page-ext.el" "term/mac-win.el" "international/mule-cmds.el" |
| 18914 | ;;;;;; "eshell/esh-util.el" "eshell/esh-ext.el" "eshell/em-ls.el" | 20693 | ;;;;;; "eshell/esh-util.el" "eshell/esh-ext.el" "eshell/em-ls.el" |
| 18915 | ;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el" | 20694 | ;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el" |
| 18916 | ;;;;;; "eshell/em-cmpl.el" "subr.el" "simple.el" "select.el" "language/indian.el" | 20695 | ;;;;;; "eshell/em-cmpl.el" "simple.el" "select.el" "language/indian.el" |
| 18917 | ;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" | 20696 | ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-auc.el" "language/georgian.el" |
| 18918 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-parse.el" "textmodes/reftex-global.el" | 20697 | ;;;;;; "language/european.el" "international/utf-8.el" "international/utf-16.el" |
| 18919 | ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" "progmodes/cc-engine.el" | 20698 | ;;;;;; "international/ucs-tables.el" "international/ja-dic-cnv.el" |
| 18920 | ;;;;;; "language/georgian.el" "language/european.el" "international/utf-8.el" | 20699 | ;;;;;; "ediff-wind.el" "cus-start.el" "progmodes/idlw-toolbar.el" |
| 18921 | ;;;;;; "international/utf-16.el" "international/ucs-tables.el" "international/ja-dic-cnv.el" | 20700 | ;;;;;; "progmodes/idlw-rinfo.el" "language/cyrillic.el" "international/utf-8-subst.el" |
| 18922 | ;;;;;; "vc-hooks.el" "replace.el" "ediff-wind.el" "cus-start.el" | 20701 | ;;;;;; "international/mule-conf.el" "international/characters.el" |
| 18923 | ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" "language/cyrillic.el" | 20702 | ;;;;;; "mouse.el" "loadup.el" "help.el" "ediff-ptch.el" "textmodes/text-mode.el" |
| 18924 | ;;;;;; "international/utf-8-subst.el" "international/mule-conf.el" | 20703 | ;;;;;; "textmodes/texnfo-upd.el" "textmodes/refer.el" "textmodes/refbib.el" |
| 18925 | ;;;;;; "international/characters.el" "mouse.el" "loadup.el" "help.el" | 20704 | ;;;;;; "textmodes/paragraphs.el" "textmodes/page.el" "textmodes/makeinfo.el" |
| 18926 | ;;;;;; "ediff-ptch.el" "textmodes/text-mode.el" "textmodes/texnfo-upd.el" | 20705 | ;;;;;; "textmodes/fill.el" "textmodes/bib-mode.el" "term/wyse50.el" |
| 18927 | ;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/paragraphs.el" | 20706 | ;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" |
| 18928 | ;;;;;; "textmodes/page.el" "textmodes/makeinfo.el" "textmodes/fill.el" | 20707 | ;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" |
| 18929 | ;;;;;; "textmodes/bib-mode.el" "term/wyse50.el" "term/vt420.el" | 20708 | ;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" |
| 18930 | ;;;;;; "term/vt400.el" "term/vt320.el" "term/vt300.el" "term/vt240.el" | 20709 | ;;;;;; "term/sup-mouse.el" "term/sun.el" "term/sun-mouse.el" "term/rxvt.el" |
| 18931 | ;;;;;; "term/vt220.el" "term/vt201.el" "term/vt200.el" "term/vt125.el" | 20710 | ;;;;;; "term/pc-win.el" "term/news.el" "term/lk201.el" "term/linux.el" |
| 18932 | ;;;;;; "term/vt102.el" "term/vt100.el" "term/tvi970.el" "term/sup-mouse.el" | 20711 | ;;;;;; "term/keyswap.el" "term/iris-ansi.el" "term/internal.el" |
| 18933 | ;;;;;; "term/sun.el" "term/sun-mouse.el" "term/rxvt.el" "term/pc-win.el" | 20712 | ;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" |
| 18934 | ;;;;;; "term/news.el" "term/lk201.el" "term/linux.el" "term/keyswap.el" | 20713 | ;;;;;; "progmodes/mantemp.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" |
| 18935 | ;;;;;; "term/iris-ansi.el" "term/internal.el" "term/bobcat.el" "term/bg-mouse.el" | 20714 | ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-defs.el" |
| 18936 | ;;;;;; "term/apollo.el" "term/AT386.el" "progmodes/mantemp.el" "progmodes/ebnf-otz.el" | 20715 | ;;;;;; "progmodes/cc-compat.el" "progmodes/cc-cmds.el" "progmodes/cc-bytecomp.el" |
| 18937 | ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" | 20716 | ;;;;;; "progmodes/cc-align.el" "play/gametree.el" "play/gamegrid.el" |
| 18938 | ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" | 20717 | ;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" |
| 18939 | ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "play/gametree.el" | 20718 | ;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" |
| 18940 | ;;;;;; "play/gamegrid.el" "obsolete/x-menu.el" "obsolete/x-apollo.el" | 20719 | ;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" |
| 18941 | ;;;;;; "obsolete/uncompress.el" "obsolete/sun-fns.el" "obsolete/sun-curs.el" | 20720 | ;;;;;; "obsolete/mlsupport.el" "obsolete/cplus-md.el" "mail/vms-pmail.el" |
| 18942 | ;;;;;; "obsolete/sc.el" "obsolete/rnews.el" "obsolete/profile.el" | 20721 | ;;;;;; "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" "mail/mspools.el" |
| 18943 | ;;;;;; "obsolete/ooutline.el" "obsolete/mlsupport.el" "obsolete/cplus-md.el" | 20722 | ;;;;;; "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" "mail/mailpost.el" |
| 18944 | ;;;;;; "mail/vms-pmail.el" "mail/uce.el" "mail/rfc822.el" "mail/rfc2368.el" | 20723 | ;;;;;; "mail/mailheader.el" "mail/blessmail.el" "language/vietnamese.el" |
| 18945 | ;;;;;; "mail/mspools.el" "mail/mh-seq.el" "mail/mh-pick.el" "mail/mh-funcs.el" | 20724 | ;;;;;; "language/tibetan.el" "language/thai.el" "language/slovak.el" |
| 18946 | ;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" | 20725 | ;;;;;; "language/romanian.el" "language/misc-lang.el" "language/lao.el" |
| 18947 | ;;;;;; "language/vietnamese.el" "language/tibetan.el" "language/thai.el" | 20726 | ;;;;;; "language/korean.el" "language/japanese.el" "language/hebrew.el" |
| 18948 | ;;;;;; "language/slovak.el" "language/romanian.el" "language/misc-lang.el" | 20727 | ;;;;;; "language/greek.el" "language/ethiopic.el" "language/english.el" |
| 18949 | ;;;;;; "language/lao.el" "language/korean.el" "language/japanese.el" | 20728 | ;;;;;; "language/devanagari.el" "language/czech.el" "language/chinese.el" |
| 18950 | ;;;;;; "language/hebrew.el" "language/greek.el" "language/ethiopic.el" | 20729 | ;;;;;; "international/swedish.el" "international/ogonek.el" "international/latin-9.el" |
| 18951 | ;;;;;; "language/english.el" "language/devanagari.el" "language/czech.el" | 20730 | ;;;;;; "international/latin-8.el" "international/latin-5.el" "international/latin-4.el" |
| 18952 | ;;;;;; "language/chinese.el" "international/swedish.el" "international/ogonek.el" | 20731 | ;;;;;; "international/latin-3.el" "international/latin-2.el" "international/latin-1.el" |
| 18953 | ;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" | 20732 | ;;;;;; "international/ja-dic-utl.el" "international/iso-swed.el" |
| 18954 | ;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" | 20733 | ;;;;;; "international/iso-insert.el" "international/iso-ascii.el" |
| 18955 | ;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" | 20734 | ;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" |
| 18956 | ;;;;;; "international/iso-swed.el" "international/iso-insert.el" | 20735 | ;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" |
| 18957 | ;;;;;; "international/iso-ascii.el" "gnus/webmail.el" "gnus/utf7.el" | 20736 | ;;;;;; "gnus/qp.el" "gnus/pop3.el" "gnus/nnweb.el" "gnus/nnwarchive.el" |
| 18958 | ;;;;;; "gnus/starttls.el" "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" | 20737 | ;;;;;; "gnus/nnultimate.el" "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" |
| 18959 | ;;;;;; "gnus/rfc2045.el" "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el" | 20738 | ;;;;;; "gnus/nnoo.el" "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nngateway.el" |
| 18960 | ;;;;;; "gnus/nnweb.el" "gnus/nnwarchive.el" "gnus/nnultimate.el" | 20739 | ;;;;;; "gnus/nneething.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnagent.el" |
| 18961 | ;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnslashdot.el" "gnus/nnoo.el" | 20740 | ;;;;;; "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" "gnus/mm-encode.el" |
| 18962 | ;;;;;; "gnus/nnmbox.el" "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nngateway.el" | 20741 | ;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" |
| 18963 | ;;;;;; "gnus/nneething.el" "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" | 20742 | ;;;;;; "gnus/mailcap.el" "gnus/mail-source.el" "gnus/mail-prsvr.el" |
| 18964 | ;;;;;; "gnus/nnagent.el" "gnus/mml.el" "gnus/mm-view.el" "gnus/mm-util.el" | 20743 | ;;;;;; "gnus/mail-parse.el" "gnus/ietf-drums.el" "gnus/gnus-vm.el" |
| 18965 | ;;;;;; "gnus/mm-encode.el" "gnus/mm-decode.el" "gnus/mm-bodies.el" | 20744 | ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" |
| 18966 | ;;;;;; "gnus/messcompat.el" "gnus/mailcap.el" "gnus/mail-source.el" | 20745 | ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el" |
| 18967 | ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/imap.el" | 20746 | ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el" |
| 18968 | ;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-uu.el" | 20747 | ;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-int.el" |
| 18969 | ;;;;;; "gnus/gnus-util.el" "gnus/gnus-undo.el" "gnus/gnus-srvr.el" | 20748 | ;;;;;; "gnus/gnus-gl.el" "gnus/gnus-eform.el" "gnus/gnus-dup.el" |
| 18970 | ;;;;;; "gnus/gnus-setup.el" "gnus/gnus-score.el" "gnus/gnus-salt.el" | 20749 | ;;;;;; "gnus/gnus-draft.el" "gnus/gnus-demon.el" "gnus/gnus-cus.el" |
| 18971 | ;;;;;; "gnus/gnus-range.el" "gnus/gnus-nocem.el" "gnus/gnus-mh.el" | 20750 | ;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-async.el" "gnus/format-spec.el" |
| 18972 | ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-int.el" "gnus/gnus-gl.el" | 20751 | ;;;;;; "gnus/flow-fill.el" "emulation/viper-util.el" "emulation/viper-mous.el" |
| 18973 | ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-dup.el" "gnus/gnus-draft.el" | 20752 | ;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el" |
| 18974 | ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" | ||
| 18975 | ;;;;;; "gnus/gnus-async.el" "gnus/format-spec.el" "gnus/flow-fill.el" | ||
| 18976 | ;;;;;; "emulation/viper-util.el" "emulation/viper-mous.el" "emulation/viper-macs.el" | ||
| 18977 | ;;;;;; "emulation/viper-keym.el" "emulation/viper-init.el" "emulation/viper-ex.el" | ||
| 18978 | ;;;;;; "emulation/tpu-mapper.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" | 20753 | ;;;;;; "emulation/tpu-mapper.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" |
| 18979 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" | 20754 | ;;;;;; "emulation/edt-mapper.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" |
| 18980 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" | 20755 | ;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" |
| @@ -19010,25 +20785,31 @@ Zone-mode does two things: | |||
| 19010 | ;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "unused.el" "timezone.el" | 20785 | ;;;;;; "vmsproc.el" "vms-patch.el" "vcursor.el" "unused.el" "timezone.el" |
| 19011 | ;;;;;; "tempo.el" "soundex.el" "scroll-bar.el" "s-region.el" "register.el" | 20786 | ;;;;;; "tempo.el" "soundex.el" "scroll-bar.el" "s-region.el" "register.el" |
| 19012 | ;;;;;; "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" "mouse-drag.el" | 20787 | ;;;;;; "regi.el" "pcvs-util.el" "paths.el" "patcomp.el" "mouse-drag.el" |
| 19013 | ;;;;;; "mouse-copy.el" "misc.el" "map-ynp.el" "kermit.el" "isearch.el" | 20788 | ;;;;;; "misc.el" "map-ynp.el" "kermit.el" "isearch.el" "generic-x.el" |
| 19014 | ;;;;;; "generic-x.el" "frame.el" "forms-pass.el" "forms-d2.el" "foldout.el" | 20789 | ;;;;;; "forms-pass.el" "forms-d2.el" "foldout.el" "float-sup.el" |
| 19015 | ;;;;;; "float-sup.el" "env.el" "emacs-lock.el" "electric.el" "ediff-vers.el" | 20790 | ;;;;;; "env.el" "emacs-lock.el" "electric.el" "ediff-vers.el" "ediff-merg.el" |
| 19016 | ;;;;;; "ediff-merg.el" "ediff-init.el" "ediff-hook.el" "dos-vars.el" | 20791 | ;;;;;; "ediff-init.el" "ediff-hook.el" "dos-vars.el" "dos-fns.el" |
| 19017 | ;;;;;; "dos-fns.el" "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" | 20792 | ;;;;;; "cus-dep.el" "cdl.el" "case-table.el" "byte-run.el" "buff-menu.el" |
| 19018 | ;;;;;; "buff-menu.el" "abbrevlist.el" "abbrev.el" "custom.el" "indent.el" | 20793 | ;;;;;; "abbrevlist.el" "abbrev.el" "custom.el" "indent.el" "version.el" |
| 19019 | ;;;;;; "version.el" "w32-vars.el" "xscheme.el" "net/ldap.el" "term/x-win.el" | 20794 | ;;;;;; "w32-vars.el" "xscheme.el" "net/ldap.el" "term/x-win.el" |
| 19020 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el" | 20795 | ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-seq.el" "emulation/cua-gmrk.el" |
| 19021 | ;;;;;; "gnus/gnus-cite.el" "gnus/nnmail.el" "gnus/nnvirtual.el" | 20796 | ;;;;;; "gnus/gnus-cite.el" "gnus/nnmail.el" "gnus/nnvirtual.el" |
| 19022 | ;;;;;; "language/utf-8-lang.el" "calc/calc-help.el" "calc/calc-units.el" | 20797 | ;;;;;; "language/utf-8-lang.el" "calc/calc-help.el" "calc/calc-units.el" |
| 19023 | ;;;;;; "allout.el" "dos-w32.el" "ediff-diff.el" "faces.el" "filesets.el" | 20798 | ;;;;;; "dos-w32.el" "ediff-diff.el" "faces.el" "filesets.el" "format.el" |
| 19024 | ;;;;;; "format.el" "pcvs-info.el" "pcvs-parse.el" "w32-fns.el" "calc/calc-alg.el" | 20799 | ;;;;;; "pcvs-info.el" "pcvs-parse.el" "w32-fns.el" "calc/calc-alg.el" |
| 19025 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" | 20800 | ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" |
| 19026 | ;;;;;; "gnus/nnheader.el" "emacs-lisp/authors.el" "emacs-lisp/bindat.el" | 20801 | ;;;;;; "gnus/nnheader.el" "emacs-lisp/bindat.el" "emacs-lisp/lisp-mode.el" |
| 19027 | ;;;;;; "emacs-lisp/lisp-mode.el" "emulation/cua-rect.el" "emulation/viper-cmd.el" | 20802 | ;;;;;; "emulation/cua-rect.el" "emulation/viper-cmd.el" "eshell/em-pred.el" |
| 19028 | ;;;;;; "eshell/em-pred.el" "eshell/em-unix.el" "net/tramp-vc.el" | 20803 | ;;;;;; "eshell/em-unix.el" "net/tramp-vc.el" "progmodes/ada-prj.el" |
| 19029 | ;;;;;; "progmodes/ada-prj.el" "progmodes/ebnf-yac.el" "term/tty-colors.el" | 20804 | ;;;;;; "progmodes/ebnf-yac.el" "term/tty-colors.el" "term/w32-win.el" |
| 19030 | ;;;;;; "term/w32-win.el" "term/xterm.el" "subdirs.el") (15714 5520 | 20805 | ;;;;;; "term/xterm.el" "allout.el" "bindings.el" "cus-load.el" "files.el" |
| 19031 | ;;;;;; 332589)) | 20806 | ;;;;;; "finder-inf.el" "font-core.el" "frame.el" "menu-bar.el" "mouse-copy.el" |
| 20807 | ;;;;;; "replace.el" "startup.el" "subdirs.el" "subr.el" "vc-hooks.el" | ||
| 20808 | ;;;;;; "emacs-lisp/authors.el" "emulation/viper-ex.el" "gnus/imap.el" | ||
| 20809 | ;;;;;; "gnus/nnbabyl.el" "gnus/nnmbox.el" "gnus/nnmh.el" "international/mule.el" | ||
| 20810 | ;;;;;; "progmodes/cc-engine.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el" | ||
| 20811 | ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" | ||
| 20812 | ;;;;;; "textmodes/reftex-vars.el") (15729 24393 206661)) | ||
| 19032 | 20813 | ||
| 19033 | ;;;*** | 20814 | ;;;*** |
| 19034 | 20815 | ||