aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-05-06 18:47:39 +0000
committerMarkus Rost2003-05-06 18:47:39 +0000
commit0c72a1a22d95df9892c8fccec0c0c87bde0bb9dd (patch)
tree455970d40c333f9f5b278eb4c43e7dfddb52ffa6
parent64dc28b0c7a3605ec1042b1cd3939fa56de0b939 (diff)
downloademacs-0c72a1a22d95df9892c8fccec0c0c87bde0bb9dd.tar.gz
emacs-0c72a1a22d95df9892c8fccec0c0c87bde0bb9dd.zip
Regenerated.
-rw-r--r--lisp/loaddefs.el2285
1 files changed, 1632 insertions, 653 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 4935e3fab8b..77d0ac0d370 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -64,7 +64,7 @@ should return a grid vector array that is the new solution.
64;;;*** 64;;;***
65 65
66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67;;;;;; (15935 48913)) 67;;;;;; (16053 28546))
68;;; Generated autoloads from progmodes/ada-mode.el 68;;; Generated autoloads from progmodes/ada-mode.el
69 69
70(autoload (quote ada-add-extensions) "ada-mode" "\ 70(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -78,7 +78,7 @@ name
78 78
79(autoload (quote ada-mode) "ada-mode" "\ 79(autoload (quote ada-mode) "ada-mode" "\
80Ada mode is the major mode for editing Ada code. 80Ada mode is the major mode for editing Ada code.
81This version was built on Date: 2002/05/21 11:58:02 . 81This version was built on $Date: 2003/05/04 19:52:34 $.
82 82
83Bindings are as follows: (Note: 'LFD' is control-j.) 83Bindings are as follows: (Note: 'LFD' is control-j.)
84\\{ada-mode-map} 84\\{ada-mode-map}
@@ -126,7 +126,7 @@ If you use ada-xref.el:
126;;;*** 126;;;***
127 127
128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129;;;;;; (15935 48914)) 129;;;;;; (16053 28656))
130;;; Generated autoloads from progmodes/ada-stmt.el 130;;; Generated autoloads from progmodes/ada-stmt.el
131 131
132(autoload (quote ada-header) "ada-stmt" "\ 132(autoload (quote ada-header) "ada-stmt" "\
@@ -137,7 +137,7 @@ Insert a descriptive header at the top of the file.
137;;;*** 137;;;***
138 138
139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140;;;;;; (15935 48914)) 140;;;;;; (16053 28632))
141;;; Generated autoloads from progmodes/ada-xref.el 141;;; Generated autoloads from progmodes/ada-xref.el
142 142
143(autoload (quote ada-find-file) "ada-xref" "\ 143(autoload (quote ada-find-file) "ada-xref" "\
@@ -151,9 +151,17 @@ Completion is available.
151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
154;;;;;; add-log-full-name) "add-log" "add-log.el" (15913 50442)) 154;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
155;;;;;; "add-log.el" (16032 52946))
155;;; Generated autoloads from add-log.el 156;;; Generated autoloads from add-log.el
156 157
158(defvar add-log-current-defun-function nil "\
159*If non-nil, function to guess name of surrounding function.
160It is used by `add-log-current-defun' in preference to built-in rules.
161Returns function's name as a string, or nil if outside a function.")
162
163(custom-autoload (quote add-log-current-defun-function) "add-log")
164
157(defvar add-log-full-name nil "\ 165(defvar add-log-full-name nil "\
158*Full name of user, for inclusion in ChangeLog daily headers. 166*Full name of user, for inclusion in ChangeLog daily headers.
159This defaults to the value returned by the function `user-full-name'.") 167This defaults to the value returned by the function `user-full-name'.")
@@ -278,8 +286,8 @@ Fix any old-style date entries in the current log file to default format.
278;;;*** 286;;;***
279 287
280;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action 288;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action
281;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15656 289;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (16055
282;;;;;; 3013)) 290;;;;;; 49030))
283;;; Generated autoloads from emacs-lisp/advice.el 291;;; Generated autoloads from emacs-lisp/advice.el
284 292
285(defvar ad-redefinition-action (quote warn) "\ 293(defvar ad-redefinition-action (quote warn) "\
@@ -467,7 +475,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
467 475
468;;;*** 476;;;***
469 477
470;;;### (autoloads (allout-init) "allout" "allout.el" (15935 40243)) 478;;;### (autoloads (allout-init) "allout" "allout.el" (15962 22157))
471;;; Generated autoloads from allout.el 479;;; Generated autoloads from allout.el
472 480
473(autoload (quote allout-init) "allout" "\ 481(autoload (quote allout-init) "allout" "\
@@ -503,7 +511,7 @@ the following two lines in your emacs init file:
503;;;*** 511;;;***
504 512
505;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 513;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
506;;;;;; "net/ange-ftp.el" (15935 48476)) 514;;;;;; "net/ange-ftp.el" (16025 23570))
507;;; Generated autoloads from net/ange-ftp.el 515;;; Generated autoloads from net/ange-ftp.el
508 516
509(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 517(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -753,8 +761,8 @@ Returns list of symbols and documentation found.
753 761
754;;;*** 762;;;***
755 763
756;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15935 764;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (16055
757;;;;;; 40136)) 765;;;;;; 17232))
758;;; Generated autoloads from arc-mode.el 766;;; Generated autoloads from arc-mode.el
759 767
760(autoload (quote archive-mode) "arc-mode" "\ 768(autoload (quote archive-mode) "arc-mode" "\
@@ -1051,8 +1059,8 @@ Keymap summary
1051 1059
1052;;;*** 1060;;;***
1053 1061
1054;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (15933 1062;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16011
1055;;;;;; 22171)) 1063;;;;;; 4976))
1056;;; Generated autoloads from progmodes/asm-mode.el 1064;;; Generated autoloads from progmodes/asm-mode.el
1057 1065
1058(autoload (quote asm-mode) "asm-mode" "\ 1066(autoload (quote asm-mode) "asm-mode" "\
@@ -1198,9 +1206,9 @@ insert a template for the file depending on the mode of the buffer.
1198 1206
1199;;;*** 1207;;;***
1200 1208
1201;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1209;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1202;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1210;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1203;;;;;; (15935 47054)) 1211;;;;;; (16053 44806))
1204;;; Generated autoloads from emacs-lisp/autoload.el 1212;;; Generated autoloads from emacs-lisp/autoload.el
1205 1213
1206(autoload (quote update-file-autoloads) "autoload" "\ 1214(autoload (quote update-file-autoloads) "autoload" "\
@@ -1210,15 +1218,21 @@ Return FILE if there was no autoload cookie in it.
1210 1218
1211\(fn FILE)" t nil) 1219\(fn FILE)" t nil)
1212 1220
1213(autoload (quote update-autoloads-from-directories) "autoload" "\ 1221(autoload (quote update-directory-autoloads) "autoload" "\
1214Update loaddefs.el with all the current autoloads from DIRS, and no old ones. 1222Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1215This uses `update-file-autoloads' (which see) do its work. 1223This uses `update-file-autoloads' (which see) do its work.
1224In an interactive call, you must give one argument, the name
1225of a single directory. In a call from Lisp, you can supply multiple
1226directories as separate arguments, but this usage is discouraged.
1227
1228The function does NOT recursively descend into subdirectories of the
1229directory or directories specified.
1216 1230
1217\(fn &rest DIRS)" t nil) 1231\(fn &rest DIRS)" t nil)
1218 1232
1219(autoload (quote batch-update-autoloads) "autoload" "\ 1233(autoload (quote batch-update-autoloads) "autoload" "\
1220Update loaddefs.el autoloads in batch mode. 1234Update loaddefs.el autoloads in batch mode.
1221Calls `update-autoloads-from-directories' on the command line arguments. 1235Calls `update-directory-autoloads' on the command line arguments.
1222 1236
1223\(fn)" nil nil) 1237\(fn)" nil nil)
1224 1238
@@ -1931,13 +1945,11 @@ corresponding bookmark function from Lisp (the one without the
1931;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape 1945;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape
1932;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1946;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1933;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1947;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1934;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1948;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
1935;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1949;;;;;; "browse-url" "net/browse-url.el" (16024 37214))
1936;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1937;;;;;; "net/browse-url.el" (15930 37956))
1938;;; Generated autoloads from net/browse-url.el 1950;;; Generated autoloads from net/browse-url.el
1939 1951
1940(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1952(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
1941*Function to display the current buffer in a WWW browser. 1953*Function to display the current buffer in a WWW browser.
1942This is used by the `browse-url-at-point', `browse-url-at-mouse', and 1954This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1943`browse-url-of-file' commands. 1955`browse-url-of-file' commands.
@@ -1950,35 +1962,6 @@ regexp should probably be \".\" to specify a default browser.")
1950 1962
1951(custom-autoload (quote browse-url-browser-function) "browse-url") 1963(custom-autoload (quote browse-url-browser-function) "browse-url")
1952 1964
1953(defvar browse-url-browser-display nil "\
1954*The X display for running the browser, if not same as Emacs'.")
1955
1956(custom-autoload (quote browse-url-browser-display) "browse-url")
1957
1958(defvar browse-url-galeon-program "galeon" "\
1959*The name by which to invoke Galeon.")
1960
1961(custom-autoload (quote browse-url-galeon-program) "browse-url")
1962
1963(defvar browse-url-new-window-flag nil "\
1964*If non-nil, always open a new browser window with appropriate browsers.
1965Passing an interactive argument to \\[browse-url], or specific browser
1966commands reverses the effect of this variable. Requires Netscape version
19671.1N or later or XMosaic version 2.5 or later if using those browsers.")
1968
1969(custom-autoload (quote browse-url-new-window-flag) "browse-url")
1970
1971(defvar browse-url-save-file nil "\
1972*If non-nil, save the buffer before displaying its file.
1973Used by the `browse-url-of-file' command.")
1974
1975(custom-autoload (quote browse-url-save-file) "browse-url")
1976
1977(defvar browse-url-generic-program nil "\
1978*The name of the browser program used by `browse-url-generic'.")
1979
1980(custom-autoload (quote browse-url-generic-program) "browse-url")
1981
1982(autoload (quote browse-url-of-file) "browse-url" "\ 1965(autoload (quote browse-url-of-file) "browse-url" "\
1983Ask a WWW browser to display FILE. 1966Ask a WWW browser to display FILE.
1984Display the current buffer's file if FILE is nil or if called 1967Display the current buffer's file if FILE is nil or if called
@@ -2132,10 +2115,6 @@ used instead of `browse-url-new-window-flag'.
2132 2115
2133\(fn URL &optional NEW-WINDOW)" t nil) 2116\(fn URL &optional NEW-WINDOW)" t nil)
2134 2117
2135(defvar browse-url-grail (concat (or (getenv "GRAILDIR") "~/.grail") "/user/rcgrail.py") "\
2136Location of Grail remote control client script `rcgrail.py'.
2137Typically found in $GRAILDIR/rcgrail.py, or ~/.grail/user/rcgrail.py.")
2138
2139(autoload (quote browse-url-grail) "browse-url" "\ 2118(autoload (quote browse-url-grail) "browse-url" "\
2140Ask the Grail WWW browser to load URL. 2119Ask the Grail WWW browser to load URL.
2141Default to the URL around or before point. Runs the program in the 2120Default to the URL around or before point. Runs the program in the
@@ -2397,7 +2376,7 @@ Also see `make-text-button'.
2397;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2376;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2398;;;;;; compile-defun byte-compile-file byte-recompile-directory 2377;;;;;; compile-defun byte-compile-file byte-recompile-directory
2399;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2378;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2400;;;;;; (15922 59672)) 2379;;;;;; (16055 17308))
2401;;; Generated autoloads from emacs-lisp/bytecomp.el 2380;;; Generated autoloads from emacs-lisp/bytecomp.el
2402 2381
2403(autoload (quote byte-force-recompile) "bytecomp" "\ 2382(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2647,7 +2626,7 @@ See the documentation for `calculator-mode' for more information.
2647;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2626;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2648;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2627;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2649;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2628;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2650;;;;;; (15916 26953)) 2629;;;;;; (15953 24862))
2651;;; Generated autoloads from calendar/calendar.el 2630;;; Generated autoloads from calendar/calendar.el
2652 2631
2653(defvar calendar-week-start-day 0 "\ 2632(defvar calendar-week-start-day 0 "\
@@ -3190,7 +3169,7 @@ See the documentation of that function for more information.
3190 3169
3191;;;*** 3170;;;***
3192 3171
3193;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15853 60258)) 3172;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (16017 65125))
3194;;; Generated autoloads from progmodes/cc-langs.el 3173;;; Generated autoloads from progmodes/cc-langs.el
3195 3174
3196(defvar c-mode-syntax-table nil "\ 3175(defvar c-mode-syntax-table nil "\
@@ -3215,7 +3194,7 @@ Syntax table used in pike-mode buffers.")
3215 3194
3216;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3195;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3217;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3196;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3218;;;;;; (15925 53681)) 3197;;;;;; (15941 45699))
3219;;; Generated autoloads from progmodes/cc-mode.el 3198;;; Generated autoloads from progmodes/cc-mode.el
3220 3199
3221(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3200(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3341,7 +3320,7 @@ Key bindings:
3341;;;*** 3320;;;***
3342 3321
3343;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" 3322;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3344;;;;;; "progmodes/cc-styles.el" (15924 61974)) 3323;;;;;; "progmodes/cc-styles.el" (15942 63314))
3345;;; Generated autoloads from progmodes/cc-styles.el 3324;;; Generated autoloads from progmodes/cc-styles.el
3346 3325
3347(autoload (quote c-set-style) "cc-styles" "\ 3326(autoload (quote c-set-style) "cc-styles" "\
@@ -3396,7 +3375,7 @@ and exists only for compatibility reasons.
3396 3375
3397;;;*** 3376;;;***
3398 3377
3399;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15925 53681)) 3378;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15954 24280))
3400;;; Generated autoloads from progmodes/cc-vars.el 3379;;; Generated autoloads from progmodes/cc-vars.el
3401 3380
3402(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))) "\ 3381(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))) "\
@@ -3679,7 +3658,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3679;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3658;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3680;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3659;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3681;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3660;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3682;;;;;; (15935 47054)) 3661;;;;;; (16004 34986))
3683;;; Generated autoloads from emacs-lisp/checkdoc.el 3662;;; Generated autoloads from emacs-lisp/checkdoc.el
3684 3663
3685(autoload (quote checkdoc) "checkdoc" "\ 3664(autoload (quote checkdoc) "checkdoc" "\
@@ -3946,7 +3925,7 @@ a future Emacs interpreter will be able to use it.")
3946;;;*** 3925;;;***
3947 3926
3948;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" 3927;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3949;;;;;; (15935 47054)) 3928;;;;;; (16040 38577))
3950;;; Generated autoloads from emacs-lisp/cl-indent.el 3929;;; Generated autoloads from emacs-lisp/cl-indent.el
3951 3930
3952(autoload (quote common-lisp-indent-function) "cl-indent" "\ 3931(autoload (quote common-lisp-indent-function) "cl-indent" "\
@@ -3994,7 +3973,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3994;;;*** 3973;;;***
3995 3974
3996;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3975;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3997;;;;;; (15935 48018)) 3976;;;;;; (15990 40862))
3998;;; Generated autoloads from international/code-pages.el 3977;;; Generated autoloads from international/code-pages.el
3999 3978
4000(autoload (quote cp-make-coding-system) "code-pages" "\ 3979(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -4376,7 +4355,7 @@ See also the variable `PC-include-file-path'.
4376;;;*** 4355;;;***
4377 4356
4378;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" 4357;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4379;;;;;; (15935 40594)) 4358;;;;;; (15937 24942))
4380;;; Generated autoloads from completion.el 4359;;; Generated autoloads from completion.el
4381 4360
4382(autoload (quote dynamic-completion-mode) "completion" "\ 4361(autoload (quote dynamic-completion-mode) "completion" "\
@@ -4652,7 +4631,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
4652;;;*** 4631;;;***
4653 4632
4654;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 4633;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4655;;;;;; (15935 48914)) 4634;;;;;; (16051 51668))
4656;;; Generated autoloads from progmodes/cperl-mode.el 4635;;; Generated autoloads from progmodes/cperl-mode.el
4657 4636
4658(autoload (quote cperl-mode) "cperl-mode" "\ 4637(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4759,7 +4738,7 @@ beginning of the region at the start of construction, and make region
4759span the needed amount of lines. 4738span the needed amount of lines.
4760 4739
4761Variables `cperl-pod-here-scan', `cperl-pod-here-fontify', 4740Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4762`cperl-pod-face', `cperl-pod-head-face' control processing of pod and 4741`cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4763here-docs sections. With capable Emaxen results of scan are used 4742here-docs sections. With capable Emaxen results of scan are used
4764for indentation too, otherwise they are used for highlighting only. 4743for indentation too, otherwise they are used for highlighting only.
4765 4744
@@ -4844,7 +4823,7 @@ Edit display information for cpp conditionals.
4844;;;*** 4823;;;***
4845 4824
4846;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" 4825;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4847;;;;;; (15935 47202)) 4826;;;;;; (16010 48739))
4848;;; Generated autoloads from emulation/crisp.el 4827;;; Generated autoloads from emulation/crisp.el
4849 4828
4850(defvar crisp-mode nil "\ 4829(defvar crisp-mode nil "\
@@ -4903,19 +4882,13 @@ INHERIT-INPUT-METHOD.
4903 4882
4904;;;*** 4883;;;***
4905 4884
4906;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" 4885;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16032
4907;;;;;; (15935 47202)) 4886;;;;;; 33008))
4908;;; Generated autoloads from emulation/cua-base.el 4887;;; Generated autoloads from emulation/cua-base.el
4909 4888
4910(defvar cua-mode nil "\ 4889(defvar cua-mode nil "\
4911Non-nil means that CUA emulation mode is enabled. 4890Non-nil if Cua mode is enabled.
4912In CUA mode, shifted movement keys highlight and extend the region. 4891See the command `cua-mode' for a description of this minor-mode.
4913When a region is highlighted, the binding of the C-x and C-c keys are
4914temporarily changed to work as Motif, MAC or MS-Windows cut and paste.
4915Also, insertion commands first delete the region and then insert.
4916This mode enables Transient Mark mode and it provides a superset of the
4917PC Selection Mode and Delete Selection Modes.
4918
4919Setting this variable directly does not take effect; 4892Setting this variable directly does not take effect;
4920use either \\[customize] or the function `cua-mode'.") 4893use either \\[customize] or the function `cua-mode'.")
4921 4894
@@ -4929,6 +4902,14 @@ the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and
4929paste (in addition to the normal emacs bindings). 4902paste (in addition to the normal emacs bindings).
4930 4903
4931\(fn &optional ARG)" t nil) 4904\(fn &optional ARG)" t nil)
4905 (eval-after-load 'CUA-mode
4906 '(error (concat "\n\n"
4907 "CUA-mode is now part of the standard GNU Emacs distribution,\n"
4908 "so you may now enable and customize CUA via the Options menu.\n\n"
4909 "Your " (file-name-nondirectory user-init-file) " loads an older version of CUA-mode which does\n"
4910 "not work correctly with this version of GNU Emacs.\n"
4911 "To correct this, remove the loading and customization of the\n"
4912 "old version from the " user-init-file " file.\n\n")))
4932 4913
4933;;;*** 4914;;;***
4934 4915
@@ -4936,11 +4917,11 @@ paste (in addition to the normal emacs bindings).
4936;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window 4917;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window
4937;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces 4918;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
4938;;;;;; customize-apropos-options customize-apropos customize-saved 4919;;;;;; customize-apropos-options customize-apropos customize-saved
4939;;;;;; customize-customized customize-face-other-window customize-face 4920;;;;;; customize-rogue customize-customized customize-face-other-window
4940;;;;;; customize-changed-options customize-option-other-window customize-option 4921;;;;;; customize-face customize-changed-options customize-option-other-window
4941;;;;;; customize-group-other-window customize-group customize-mode 4922;;;;;; customize-option customize-group-other-window customize-group
4942;;;;;; customize customize-save-variable customize-set-variable 4923;;;;;; customize-mode customize customize-save-variable customize-set-variable
4943;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15931 5982)) 4924;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15998 25380))
4944;;; Generated autoloads from cus-edit.el 4925;;; Generated autoloads from cus-edit.el
4945 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4926 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4946 4927
@@ -5071,6 +5052,11 @@ Customize all user options set since the last save in this session.
5071 5052
5072\(fn)" t nil) 5053\(fn)" t nil)
5073 5054
5055(autoload (quote customize-rogue) "cus-edit" "\
5056Customize all user variable modified outside customize.
5057
5058\(fn)" t nil)
5059
5074(autoload (quote customize-saved) "cus-edit" "\ 5060(autoload (quote customize-saved) "cus-edit" "\
5075Customize all already saved user options. 5061Customize all already saved user options.
5076 5062
@@ -5223,6 +5209,17 @@ ARGS is defined as for `custom-theme-reset-faces'
5223 5209
5224;;;*** 5210;;;***
5225 5211
5212;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5213;;;;;; (15998 41141))
5214;;; Generated autoloads from cus-theme.el
5215
5216(autoload (quote customize-create-theme) "cus-theme" "\
5217Create a custom theme.
5218
5219\(fn)" t nil)
5220
5221;;;***
5222
5226;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" 5223;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5227;;;;;; (15935 40479)) 5224;;;;;; (15935 40479))
5228;;; Generated autoloads from cvs-status.el 5225;;; Generated autoloads from cvs-status.el
@@ -5275,7 +5272,7 @@ in which `turn-on-cwarn-mode-if-enabled' turns it on.
5275 5272
5276;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char 5273;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5277;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" 5274;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5278;;;;;; (15935 48150)) 5275;;;;;; (15954 5018))
5279;;; Generated autoloads from language/cyril-util.el 5276;;; Generated autoloads from language/cyril-util.el
5280 5277
5281(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ 5278(autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\
@@ -5353,8 +5350,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5353 5350
5354;;;*** 5351;;;***
5355 5352
5356;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15935 5353;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15975
5357;;;;;; 48914)) 5354;;;;;; 54612))
5358;;; Generated autoloads from progmodes/dcl-mode.el 5355;;; Generated autoloads from progmodes/dcl-mode.el
5359 5356
5360(autoload (quote dcl-mode) "dcl-mode" "\ 5357(autoload (quote dcl-mode) "dcl-mode" "\
@@ -5472,6 +5469,10 @@ $ endloop1: ! This matches dcl-block-end-regexp
5472$ endif 5469$ endif
5473$ 5470$
5474 5471
5472
5473There is some minimal font-lock support (see vars
5474`dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5475
5475\(fn)" t nil) 5476\(fn)" t nil)
5476 5477
5477;;;*** 5478;;;***
@@ -5617,8 +5618,8 @@ no args, if that value is non-nil.
5617 5618
5618;;;*** 5619;;;***
5619 5620
5620;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352 5621;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (16012
5621;;;;;; 42199)) 5622;;;;;; 48297))
5622;;; Generated autoloads from delsel.el 5623;;; Generated autoloads from delsel.el
5623 5624
5624(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 5625(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -5646,7 +5647,7 @@ any selection.
5646;;;*** 5647;;;***
5647 5648
5648;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5649;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5649;;;;;; "derived" "derived.el" (15746 4145)) 5650;;;;;; "derived" "derived.el" (16026 35128))
5650;;; Generated autoloads from derived.el 5651;;; Generated autoloads from derived.el
5651 5652
5652(autoload (quote define-derived-mode) "derived" "\ 5653(autoload (quote define-derived-mode) "derived" "\
@@ -5728,13 +5729,17 @@ as well as widgets, buttons, overlays, and text properties.
5728 5729
5729;;;*** 5730;;;***
5730 5731
5731;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 5732;;;### (autoloads (desktop-revert desktop-save-in-load-dir desktop-change-dir
5732;;;;;; (15814 11695)) 5733;;;;;; desktop-load-default desktop-read) "desktop" "desktop.el"
5734;;;;;; (16032 52997))
5733;;; Generated autoloads from desktop.el 5735;;; Generated autoloads from desktop.el
5734 5736
5735(autoload (quote desktop-read) "desktop" "\ 5737(autoload (quote desktop-read) "desktop" "\
5736Read the Desktop file and the files it specifies. 5738Read the Desktop file and the files it specifies.
5737This is a no-op when Emacs is running in batch mode. 5739This is a no-op when Emacs is running in batch mode.
5740Look for the desktop file according to the variables `desktop-base-file-name'
5741and `desktop-path'. If no desktop file is found, clear the desktop.
5742Returns t if it has read a desktop file, nil otherwise.
5738 5743
5739\(fn)" t nil) 5744\(fn)" t nil)
5740 5745
@@ -5745,10 +5750,27 @@ to provide correct modes for autoloaded files.
5745 5750
5746\(fn)" nil nil) 5751\(fn)" nil nil)
5747 5752
5753(autoload (quote desktop-change-dir) "desktop" "\
5754Save and clear the desktop, then load the desktop from directory DIR.
5755However, if `desktop-enable' was nil at call, don't save the old desktop.
5756This function always sets `desktop-enable' to t.
5757
5758\(fn DIR)" t nil)
5759
5760(autoload (quote desktop-save-in-load-dir) "desktop" "\
5761Save desktop in directory from which it was loaded.
5762
5763\(fn)" t nil)
5764
5765(autoload (quote desktop-revert) "desktop" "\
5766Revert to the last loaded desktop.
5767
5768\(fn)" t nil)
5769
5748;;;*** 5770;;;***
5749 5771
5750;;;### (autoloads nil "devan-util" "language/devan-util.el" (15935 5772;;;### (autoloads nil "devan-util" "language/devan-util.el" (15944
5751;;;;;; 48150)) 5773;;;;;; 24769))
5752;;; Generated autoloads from language/devan-util.el 5774;;; Generated autoloads from language/devan-util.el
5753 5775
5754(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") 5776(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]")
@@ -5756,7 +5778,7 @@ to provide correct modes for autoloaded files.
5756;;;*** 5778;;;***
5757 5779
5758;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5780;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5759;;;;;; "calendar/diary-lib.el" (15935 46813)) 5781;;;;;; "calendar/diary-lib.el" (16040 38488))
5760;;; Generated autoloads from calendar/diary-lib.el 5782;;; Generated autoloads from calendar/diary-lib.el
5761 5783
5762(autoload (quote diary) "diary-lib" "\ 5784(autoload (quote diary) "diary-lib" "\
@@ -5858,7 +5880,7 @@ Minor mode for viewing/editing context diffs.
5858;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5880;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5859;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5881;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5860;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5882;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5861;;;;;; "dired" "dired.el" (16011 61148)) 5883;;;;;; "dired" "dired.el" (16054 54782))
5862;;; Generated autoloads from dired.el 5884;;; Generated autoloads from dired.el
5863 5885
5864(defvar dired-listing-switches "-al" "\ 5886(defvar dired-listing-switches "-al" "\
@@ -5998,7 +6020,7 @@ Like `dired' but returns the dired buffer as value, does not select it.
5998;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 6020;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5999;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 6021;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
6000;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 6022;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
6001;;;;;; "dired-aux.el" (15930 37584)) 6023;;;;;; "dired-aux.el" (15948 48462))
6002;;; Generated autoloads from dired-aux.el 6024;;; Generated autoloads from dired-aux.el
6003 6025
6004(autoload (quote dired-diff) "dired-aux" "\ 6026(autoload (quote dired-diff) "dired-aux" "\
@@ -6330,7 +6352,7 @@ true then the type of the file linked to by FILE is printed instead.
6330 6352
6331;;;*** 6353;;;***
6332 6354
6333;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15935 40720)) 6355;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (15976 22456))
6334;;; Generated autoloads from dired-x.el 6356;;; Generated autoloads from dired-x.el
6335 6357
6336(autoload (quote dired-jump) "dired-x" "\ 6358(autoload (quote dired-jump) "dired-x" "\
@@ -6344,7 +6366,7 @@ buffer and try again.
6344 6366
6345;;;*** 6367;;;***
6346 6368
6347;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15930 37635)) 6369;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (15996 23487))
6348;;; Generated autoloads from dirtrack.el 6370;;; Generated autoloads from dirtrack.el
6349 6371
6350(autoload (quote dirtrack) "dirtrack" "\ 6372(autoload (quote dirtrack) "dirtrack" "\
@@ -6554,7 +6576,7 @@ Play sounds in message buffers.
6554 6576
6555;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap 6577;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6556;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" 6578;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode"
6557;;;;;; "emacs-lisp/easy-mmode.el" (15935 47054)) 6579;;;;;; "emacs-lisp/easy-mmode.el" (16032 13913))
6558;;; Generated autoloads from emacs-lisp/easy-mmode.el 6580;;; Generated autoloads from emacs-lisp/easy-mmode.el
6559 6581
6560(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) 6582(defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode))
@@ -6578,7 +6600,8 @@ BODY contains code that will be executed each time the mode is (dis)activated.
6578 It will be executed after any toggling but before running the hooks. 6600 It will be executed after any toggling but before running the hooks.
6579 Before the actual body code, you can write 6601 Before the actual body code, you can write
6580 keyword arguments (alternating keywords and values). 6602 keyword arguments (alternating keywords and values).
6581 These following keyword arguments are supported: 6603 These following keyword arguments are supported (other keywords
6604 will be passed to `defcustom' if the minor mode is global):
6582:group GROUP Custom group name to use in all generated `defcustom' forms. 6605:group GROUP Custom group name to use in all generated `defcustom' forms.
6583:global GLOBAL If non-nil specifies that the minor mode is not meant to be 6606:global GLOBAL If non-nil specifies that the minor mode is not meant to be
6584 buffer-local, so don't make the variable MODE buffer-local. 6607 buffer-local, so don't make the variable MODE buffer-local.
@@ -6589,8 +6612,7 @@ BODY contains code that will be executed each time the mode is (dis)activated.
6589 6612
6590For example, you could write 6613For example, you could write
6591 (define-minor-mode foo-mode \"If enabled, foo on you!\" 6614 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6592 nil \"Foo \" foo-keymap 6615 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
6593 :require 'foo :global t :group 'inconvenience
6594 ...BODY CODE...) 6616 ...BODY CODE...)
6595 6617
6596\(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro)) 6618\(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
@@ -6628,8 +6650,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6628;;;*** 6650;;;***
6629 6651
6630;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 6652;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6631;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15879 6653;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (16048
6632;;;;;; 20200)) 6654;;;;;; 14080))
6633;;; Generated autoloads from emacs-lisp/easymenu.el 6655;;; Generated autoloads from emacs-lisp/easymenu.el
6634 6656
6635(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 6657(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -6771,7 +6793,7 @@ to implement dynamic menus.
6771;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 6793;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
6772;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 6794;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
6773;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 6795;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
6774;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735)) 6796;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15943 30637))
6775;;; Generated autoloads from progmodes/ebnf2ps.el 6797;;; Generated autoloads from progmodes/ebnf2ps.el
6776 6798
6777(autoload (quote ebnf-customize) "ebnf2ps" "\ 6799(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -6780,7 +6802,7 @@ Customization for ebnf group.
6780\(fn)" t nil) 6802\(fn)" t nil)
6781 6803
6782(autoload (quote ebnf-print-buffer) "ebnf2ps" "\ 6804(autoload (quote ebnf-print-buffer) "ebnf2ps" "\
6783Generate and print a PostScript syntatic chart image of the buffer. 6805Generate and print a PostScript syntactic chart image of the buffer.
6784 6806
6785When called with a numeric prefix argument (C-u), prompts the user for 6807When called with a numeric prefix argument (C-u), prompts the user for
6786the name of a file to save the PostScript image in, instead of sending 6808the name of a file to save the PostScript image in, instead of sending
@@ -6794,13 +6816,13 @@ number, prompt the user for the name of the file to save in.
6794\(fn &optional FILENAME)" t nil) 6816\(fn &optional FILENAME)" t nil)
6795 6817
6796(autoload (quote ebnf-print-region) "ebnf2ps" "\ 6818(autoload (quote ebnf-print-region) "ebnf2ps" "\
6797Generate and print a PostScript syntatic chart image of the region. 6819Generate and print a PostScript syntactic chart image of the region.
6798Like `ebnf-print-buffer', but prints just the current region. 6820Like `ebnf-print-buffer', but prints just the current region.
6799 6821
6800\(fn FROM TO &optional FILENAME)" t nil) 6822\(fn FROM TO &optional FILENAME)" t nil)
6801 6823
6802(autoload (quote ebnf-spool-buffer) "ebnf2ps" "\ 6824(autoload (quote ebnf-spool-buffer) "ebnf2ps" "\
6803Generate and spool a PostScript syntatic chart image of the buffer. 6825Generate and spool a PostScript syntactic chart image of the buffer.
6804Like `ebnf-print-buffer' except that the PostScript image is saved in a 6826Like `ebnf-print-buffer' except that the PostScript image is saved in a
6805local buffer to be sent to the printer later. 6827local buffer to be sent to the printer later.
6806 6828
@@ -6809,7 +6831,7 @@ Use the command `ebnf-despool' to send the spooled images to the printer.
6809\(fn)" t nil) 6831\(fn)" t nil)
6810 6832
6811(autoload (quote ebnf-spool-region) "ebnf2ps" "\ 6833(autoload (quote ebnf-spool-region) "ebnf2ps" "\
6812Generate a PostScript syntatic chart image of the region and spool locally. 6834Generate a PostScript syntactic chart image of the region and spool locally.
6813Like `ebnf-spool-buffer', but spools just the current region. 6835Like `ebnf-spool-buffer', but spools just the current region.
6814 6836
6815Use the command `ebnf-despool' to send the spooled images to the printer. 6837Use the command `ebnf-despool' to send the spooled images to the printer.
@@ -6817,7 +6839,7 @@ Use the command `ebnf-despool' to send the spooled images to the printer.
6817\(fn FROM TO)" t nil) 6839\(fn FROM TO)" t nil)
6818 6840
6819(autoload (quote ebnf-eps-buffer) "ebnf2ps" "\ 6841(autoload (quote ebnf-eps-buffer) "ebnf2ps" "\
6820Generate a PostScript syntatic chart image of the buffer in a EPS file. 6842Generate a PostScript syntactic chart image of the buffer in a EPS file.
6821 6843
6822Indeed, for each production is generated a EPS file. 6844Indeed, for each production is generated a EPS file.
6823The EPS file name has the following form: 6845The EPS file name has the following form:
@@ -6837,7 +6859,7 @@ WARNING: It's *NOT* asked any confirmation to override an existing file.
6837\(fn)" t nil) 6859\(fn)" t nil)
6838 6860
6839(autoload (quote ebnf-eps-region) "ebnf2ps" "\ 6861(autoload (quote ebnf-eps-region) "ebnf2ps" "\
6840Generate a PostScript syntatic chart image of the region in a EPS file. 6862Generate a PostScript syntactic chart image of the region in a EPS file.
6841 6863
6842Indeed, for each production is generated a EPS file. 6864Indeed, for each production is generated a EPS file.
6843The EPS file name has the following form: 6865The EPS file name has the following form:
@@ -6859,12 +6881,12 @@ WARNING: It's *NOT* asked any confirmation to override an existing file.
6859(defalias (quote ebnf-despool) (quote ps-despool)) 6881(defalias (quote ebnf-despool) (quote ps-despool))
6860 6882
6861(autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\ 6883(autoload (quote ebnf-syntax-buffer) "ebnf2ps" "\
6862Does a syntatic analysis of the current buffer. 6884Does a syntactic analysis of the current buffer.
6863 6885
6864\(fn)" t nil) 6886\(fn)" t nil)
6865 6887
6866(autoload (quote ebnf-syntax-region) "ebnf2ps" "\ 6888(autoload (quote ebnf-syntax-region) "ebnf2ps" "\
6867Does a syntatic analysis of a region. 6889Does a syntactic analysis of a region.
6868 6890
6869\(fn FROM TO)" t nil) 6891\(fn FROM TO)" t nil)
6870 6892
@@ -6918,7 +6940,7 @@ It returns the old style symbol.
6918;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 6940;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6919;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 6941;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6920;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 6942;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6921;;;;;; "progmodes/ebrowse.el" (15924 62059)) 6943;;;;;; "progmodes/ebrowse.el" (15957 2861))
6922;;; Generated autoloads from progmodes/ebrowse.el 6944;;; Generated autoloads from progmodes/ebrowse.el
6923 6945
6924(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 6946(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -7005,7 +7027,7 @@ Display statistics for a class tree.
7005;;;*** 7027;;;***
7006 7028
7007;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7029;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7008;;;;;; (15935 40984)) 7030;;;;;; (15980 293))
7009;;; Generated autoloads from ebuff-menu.el 7031;;; Generated autoloads from ebuff-menu.el
7010 7032
7011(autoload (quote electric-buffer-list) "ebuff-menu" "\ 7033(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -7042,7 +7064,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing.
7042;;;*** 7064;;;***
7043 7065
7044;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 7066;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
7045;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15935 47054)) 7067;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15954 4750))
7046;;; Generated autoloads from emacs-lisp/edebug.el 7068;;; Generated autoloads from emacs-lisp/edebug.el
7047 7069
7048(defvar edebug-all-defs nil "\ 7070(defvar edebug-all-defs nil "\
@@ -7507,7 +7529,7 @@ Not documented
7507;;;*** 7529;;;***
7508 7530
7509;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7531;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7510;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15893 31178)) 7532;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15944 16331))
7511;;; Generated autoloads from emacs-lisp/eldoc.el 7533;;; Generated autoloads from emacs-lisp/eldoc.el
7512 7534
7513(defvar eldoc-minor-mode-string " ElDoc" "\ 7535(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -7617,7 +7639,7 @@ Prompts for bug subject. Leaves you in a mail buffer.
7617;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote 7639;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
7618;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor 7640;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
7619;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" 7641;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
7620;;;;;; "emerge.el" (15935 41205)) 7642;;;;;; "emerge.el" (15998 51012))
7621;;; Generated autoloads from emerge.el 7643;;; Generated autoloads from emerge.el
7622 7644
7623(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge")) 7645(defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
@@ -7824,7 +7846,7 @@ Please include any configuration details that might be involved.
7824;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 7846;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
7825;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 7847;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7826;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 7848;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7827;;;;;; (15827 19902)) 7849;;;;;; (16022 34317))
7828;;; Generated autoloads from progmodes/etags.el 7850;;; Generated autoloads from progmodes/etags.el
7829 7851
7830(defvar tags-file-name nil "\ 7852(defvar tags-file-name nil "\
@@ -8500,14 +8522,15 @@ This is used only in conjunction with `expand-add-abbrevs'.
8500 8522
8501;;;*** 8523;;;***
8502 8524
8503;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15935 48914)) 8525;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16034 39468))
8504;;; Generated autoloads from progmodes/f90.el 8526;;; Generated autoloads from progmodes/f90.el
8505 8527
8506(autoload (quote f90-mode) "f90" "\ 8528(autoload (quote f90-mode) "f90" "\
8507Major mode for editing Fortran 90,95 code in free format. 8529Major mode for editing Fortran 90,95 code in free format.
8530For fixed format code, use `fortran-mode'.
8508 8531
8509\\[f90-indent-new-line] indents current line and creates a new indented line.
8510\\[f90-indent-line] indents the current line. 8532\\[f90-indent-line] indents the current line.
8533\\[f90-indent-new-line] indents current line and creates a new indented line.
8511\\[f90-indent-subprogram] indents the current subprogram. 8534\\[f90-indent-subprogram] indents the current subprogram.
8512 8535
8513Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. 8536Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
@@ -8822,7 +8845,7 @@ you can set feedmail-queue-reminder-alist to nil.
8822;;;*** 8845;;;***
8823 8846
8824;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 8847;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8825;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15935 41375)) 8848;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15975 45005))
8826;;; Generated autoloads from ffap.el 8849;;; Generated autoloads from ffap.el
8827 8850
8828(autoload (quote ffap-next) "ffap" "\ 8851(autoload (quote ffap-next) "ffap" "\
@@ -8881,7 +8904,7 @@ Evaluate the forms in variable `ffap-bindings'.
8881;;;*** 8904;;;***
8882 8905
8883;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 8906;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
8884;;;;;; (15930 37703)) 8907;;;;;; (15996 23174))
8885;;; Generated autoloads from filecache.el 8908;;; Generated autoloads from filecache.el
8886 8909
8887(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 8910(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -9373,10 +9396,15 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9373;;;*** 9396;;;***
9374 9397
9375;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 9398;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9376;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15933 9399;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock"
9377;;;;;; 22021)) 9400;;;;;; "font-lock.el" (16027 16187))
9378;;; Generated autoloads from font-lock.el 9401;;; Generated autoloads from font-lock.el
9379 9402
9403(autoload (quote font-lock-mode-internal) "font-lock" "\
9404Not documented
9405
9406\(fn ARG)" nil nil)
9407
9380(autoload (quote font-lock-add-keywords) "font-lock" "\ 9408(autoload (quote font-lock-add-keywords) "font-lock" "\
9381Add highlighting KEYWORDS for MODE. 9409Add highlighting KEYWORDS for MODE.
9382MODE should be a symbol, the major mode command name, such as `c-mode' 9410MODE should be a symbol, the major mode command name, such as `c-mode'
@@ -9484,83 +9512,83 @@ Visit a file in Forms mode in other window.
9484;;;*** 9512;;;***
9485 9513
9486;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 9514;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9487;;;;;; "progmodes/fortran.el" (15863 57597)) 9515;;;;;; "progmodes/fortran.el" (16034 39560))
9488;;; Generated autoloads from progmodes/fortran.el 9516;;; Generated autoloads from progmodes/fortran.el
9489 9517
9490(defvar fortran-tab-mode-default nil "\ 9518(defvar fortran-tab-mode-default nil "\
9491*Default tabbing/carriage control style for empty files in Fortran mode. 9519*Default tabbing/carriage control style for empty files in Fortran mode.
9492A value of t specifies tab-digit style of continuation control. 9520A non-nil value specifies tab-digit style of continuation control.
9493A value of nil specifies that continuation lines are marked 9521A value of nil specifies that continuation lines are marked
9494with a character in column 6.") 9522with a character in column 6.")
9495 9523
9496(custom-autoload (quote fortran-tab-mode-default) "fortran") 9524(custom-autoload (quote fortran-tab-mode-default) "fortran")
9497 9525
9498(autoload (quote fortran-mode) "fortran" "\ 9526(autoload (quote fortran-mode) "fortran" "\
9499Major mode for editing Fortran code. 9527Major mode for editing Fortran code in fixed format.
9528For free format code, use `f90-mode'.
9529
9500\\[fortran-indent-line] indents the current Fortran line correctly. 9530\\[fortran-indent-line] indents the current Fortran line correctly.
9501DO statements must not share a common CONTINUE. 9531Note that DO statements must not share a common CONTINUE.
9502 9532
9503Type ;? or ;\\[help-command] to display a list of built-in abbrevs for 9533Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
9504Fortran keywords.
9505 9534
9506Key definitions: 9535Key definitions:
9507\\{fortran-mode-map} 9536\\{fortran-mode-map}
9508 9537
9509Variables controlling indentation style and extra features: 9538Variables controlling indentation style and extra features:
9510 9539
9511 `comment-start' 9540`comment-start'
9512 If you want to use comments starting with `!', 9541 To use comments starting with `!', set this to the string \"!\".
9513 set this to the string \"!\". 9542`fortran-do-indent'
9514 `fortran-do-indent' 9543 Extra indentation within DO blocks (default 3).
9515 Extra indentation within do blocks. (default 3) 9544`fortran-if-indent'
9516 `fortran-if-indent' 9545 Extra indentation within IF blocks (default 3).
9517 Extra indentation within if blocks. (default 3) 9546`fortran-structure-indent'
9518 `fortran-structure-indent' 9547 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
9519 Extra indentation within structure, union, map and interface blocks. 9548 (default 3)
9520 (default 3) 9549`fortran-continuation-indent'
9521 `fortran-continuation-indent' 9550 Extra indentation applied to continuation statements (default 5).
9522 Extra indentation applied to continuation statements. (default 5) 9551`fortran-comment-line-extra-indent'
9523 `fortran-comment-line-extra-indent' 9552 Amount of extra indentation for text in full-line comments (default 0).
9524 Amount of extra indentation for text within full-line comments. (default 0) 9553`fortran-comment-indent-style'
9525 `fortran-comment-indent-style' 9554 How to indent the text in full-line comments. Allowed values are:
9526 nil means don't change indentation of text in full-line comments, 9555 nil don't change the indentation
9527 fixed means indent that text at `fortran-comment-line-extra-indent' beyond 9556 fixed indent to `fortran-comment-line-extra-indent' beyond the
9528 the value of `fortran-minimum-statement-indent-fixed' (for fixed 9557 value of either
9529 format continuation style) or `fortran-minimum-statement-indent-tab' 9558 `fortran-minimum-statement-indent-fixed' (fixed format) or
9530 (for TAB format continuation style). 9559 `fortran-minimum-statement-indent-tab' (TAB format),
9531 relative means indent at `fortran-comment-line-extra-indent' beyond the 9560 depending on the continuation format in use.
9561 relative indent to `fortran-comment-line-extra-indent' beyond the
9532 indentation for a line of code. 9562 indentation for a line of code.
9533 (default 'fixed) 9563 (default 'fixed)
9534 `fortran-comment-indent-char' 9564`fortran-comment-indent-char'
9535 Single-character string to be inserted instead of space for 9565 Single-character string to be inserted instead of space for
9536 full-line comment indentation. (default \" \") 9566 full-line comment indentation (default \" \").
9537 `fortran-minimum-statement-indent-fixed' 9567`fortran-minimum-statement-indent-fixed'
9538 Minimum indentation for Fortran statements in fixed format mode. (def.6) 9568 Minimum indentation for statements in fixed format mode (default 6).
9539 `fortran-minimum-statement-indent-tab' 9569`fortran-minimum-statement-indent-tab'
9540 Minimum indentation for Fortran statements in TAB format mode. (default 9) 9570 Minimum indentation for statements in TAB format mode (default 9).
9541 `fortran-line-number-indent' 9571`fortran-line-number-indent'
9542 Maximum indentation for line numbers. A line number will get 9572 Maximum indentation for line numbers (default 1). A line number will
9543 less than this much indentation if necessary to avoid reaching 9573 get less than this much indentation if necessary to avoid reaching
9544 column 5. (default 1) 9574 column 5.
9545 `fortran-check-all-num-for-matching-do' 9575`fortran-check-all-num-for-matching-do'
9546 Non-nil causes all numbered lines to be treated as possible \"continue\" 9576 Non-nil causes all numbered lines to be treated as possible \"continue\"
9547 statements. (default nil) 9577 statements (default nil).
9548 `fortran-blink-matching-if' 9578`fortran-blink-matching-if'
9549 Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on 9579 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
9550 matching IF. Also, from an ENDDO statement, blink on matching DO [WHILE] 9580 to blink on the matching IF (or DO [WHILE]). (default nil)
9551 statement. (default nil) 9581`fortran-continuation-string'
9552 `fortran-continuation-string' 9582 Single-character string to be inserted in column 5 of a continuation
9553 Single-character string to be inserted in column 5 of a continuation 9583 line (default \"$\").
9554 line. (default \"$\") 9584`fortran-comment-region'
9555 `fortran-comment-region' 9585 String inserted by \\[fortran-comment-region] at start of each line in
9556 String inserted by \\[fortran-comment-region] at start of each line in 9586 the region (default \"c$$$\").
9557 region. (default \"c$$$\") 9587`fortran-electric-line-number'
9558 `fortran-electric-line-number' 9588 Non-nil causes line number digits to be moved to the correct column
9559 Non-nil causes line number digits to be moved to the correct column 9589 as typed (default t).
9560 as typed. (default t) 9590`fortran-break-before-delimiters'
9561 `fortran-break-before-delimiters' 9591 Non-nil causes lines to be broken before delimiters (default t).
9562 Non-nil causes lines to be broken before delimiters.
9563 (default t)
9564 9592
9565Turning on Fortran mode calls the value of the variable `fortran-mode-hook' 9593Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
9566with no args, if that value is non-nil. 9594with no args, if that value is non-nil.
@@ -9619,10 +9647,26 @@ and choose the directory as the fortune-file.
9619 9647
9620;;;*** 9648;;;***
9621 9649
9622;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el" 9650;;;### (autoloads (set-fringe-style fringe-mode fringe-mode) "fringe"
9623;;;;;; (15600 45018)) 9651;;;;;; "fringe.el" (15985 65470))
9624;;; Generated autoloads from fringe.el 9652;;; Generated autoloads from fringe.el
9625 9653
9654(defvar fringe-mode nil "\
9655*Specify appearance of fringes on all frames.
9656This variable can be nil (the default) meaning the fringes should have
9657the default width (8 pixels), it can be an integer value specifying
9658the width of both left and right fringe (where 0 means no fringe), or
9659a cons cell where car indicates width of left fringe and cdr indicates
9660width of right fringe (where again 0 can be used to indicate no
9661fringe).
9662To set this variable in a Lisp program, use `set-fringe-mode' to make
9663it take real effect.
9664Setting the variable with a customization buffer also takes effect.
9665If you only want to modify the appearance of the fringe in one frame,
9666you can use the interactive function `toggle-fringe'")
9667
9668(custom-autoload (quote fringe-mode) "fringe")
9669
9626(autoload (quote fringe-mode) "fringe" "\ 9670(autoload (quote fringe-mode) "fringe" "\
9627Toggle appearance of fringes on all frames. 9671Toggle appearance of fringes on all frames.
9628Valid values for MODE include `none', `default', `left-only', 9672Valid values for MODE include `none', `default', `left-only',
@@ -9650,7 +9694,7 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'.
9650 9694
9651;;;*** 9695;;;***
9652 9696
9653;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15935 41547)) 9697;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (16052 16585))
9654;;; Generated autoloads from gdb-ui.el 9698;;; Generated autoloads from gdb-ui.el
9655 9699
9656(autoload (quote gdba) "gdb-ui" "\ 9700(autoload (quote gdba) "gdb-ui" "\
@@ -10152,7 +10196,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'.
10152 10196
10153;;;*** 10197;;;***
10154 10198
10155;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15935 48681)) 10199;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (16024 13827))
10156;;; Generated autoloads from play/gomoku.el 10200;;; Generated autoloads from play/gomoku.el
10157 10201
10158(autoload (quote gomoku) "gomoku" "\ 10202(autoload (quote gomoku) "gomoku" "\
@@ -10225,7 +10269,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
10225;;;*** 10269;;;***
10226 10270
10227;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 10271;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
10228;;;;;; (15935 41566)) 10272;;;;;; (15944 8064))
10229;;; Generated autoloads from gud.el 10273;;; Generated autoloads from gud.el
10230 10274
10231(autoload (quote gdb) "gud" "\ 10275(autoload (quote gdb) "gud" "\
@@ -10347,7 +10391,7 @@ to be updated.
10347 10391
10348;;;### (autoloads (describe-categories describe-syntax describe-variable 10392;;;### (autoloads (describe-categories describe-syntax describe-variable
10349;;;;;; variable-at-point describe-function-1 describe-function locate-library 10393;;;;;; variable-at-point describe-function-1 describe-function locate-library
10350;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15935 41626)) 10394;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16055 48781))
10351;;; Generated autoloads from help-fns.el 10395;;; Generated autoloads from help-fns.el
10352 10396
10353(autoload (quote help-with-tutorial) "help-fns" "\ 10397(autoload (quote help-with-tutorial) "help-fns" "\
@@ -10415,7 +10459,7 @@ The descriptions are inserted in a buffer, which is then displayed.
10415;;;*** 10459;;;***
10416 10460
10417;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 10461;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
10418;;;;;; (15185 49574)) 10462;;;;;; (15954 4442))
10419;;; Generated autoloads from help-macro.el 10463;;; Generated autoloads from help-macro.el
10420 10464
10421(defvar three-step-help nil "\ 10465(defvar three-step-help nil "\
@@ -10431,7 +10475,7 @@ A value of nil means skip the middle step, so that
10431 10475
10432;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 10476;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
10433;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 10477;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
10434;;;;;; help-mode) "help-mode" "help-mode.el" (15668 17307)) 10478;;;;;; help-mode) "help-mode" "help-mode.el" (16039 41462))
10435;;; Generated autoloads from help-mode.el 10479;;; Generated autoloads from help-mode.el
10436 10480
10437(autoload (quote help-mode) "help-mode" "\ 10481(autoload (quote help-mode) "help-mode" "\
@@ -10511,7 +10555,7 @@ Add xrefs for symbols in `pp's output between FROM and TO.
10511;;;*** 10555;;;***
10512 10556
10513;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 10557;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
10514;;;;;; "emacs-lisp/helper.el" (15185 49574)) 10558;;;;;; "emacs-lisp/helper.el" (15954 4801))
10515;;; Generated autoloads from emacs-lisp/helper.el 10559;;; Generated autoloads from emacs-lisp/helper.el
10516 10560
10517(autoload (quote Helper-describe-bindings) "helper" "\ 10561(autoload (quote Helper-describe-bindings) "helper" "\
@@ -10527,7 +10571,7 @@ Provide help for current mode.
10527;;;*** 10571;;;***
10528 10572
10529;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 10573;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
10530;;;;;; "hexl.el" (15935 41657)) 10574;;;;;; "hexl.el" (16030 5145))
10531;;; Generated autoloads from hexl.el 10575;;; Generated autoloads from hexl.el
10532 10576
10533(autoload (quote hexl-mode) "hexl" "\ 10577(autoload (quote hexl-mode) "hexl" "\
@@ -11041,7 +11085,7 @@ argument VERBOSE non-nil makes the function verbose.
11041;;;*** 11085;;;***
11042 11086
11043;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 11087;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
11044;;;;;; (15521 40298)) 11088;;;;;; (16055 54814))
11045;;; Generated autoloads from hl-line.el 11089;;; Generated autoloads from hl-line.el
11046 11090
11047(autoload (quote hl-line-mode) "hl-line" "\ 11091(autoload (quote hl-line-mode) "hl-line" "\
@@ -11064,7 +11108,7 @@ use either \\[customize] or the function `global-hl-line-mode'.")
11064Toggle Hl-Line mode in every buffer. 11108Toggle Hl-Line mode in every buffer.
11065With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive. 11109With prefix ARG, turn Global-Hl-Line mode on if and only if ARG is positive.
11066Hl-Line mode is actually not turned on in every buffer but only in those 11110Hl-Line mode is actually not turned on in every buffer but only in those
11067in which `hl-line-mode' turns it on. 11111in which `(lambda nil (hl-line-mode 1))' turns it on.
11068 11112
11069\(fn &optional ARG)" t nil) 11113\(fn &optional ARG)" t nil)
11070 11114
@@ -11142,7 +11186,7 @@ Also see `automatic-hscrolling'.
11142;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 11186;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
11143;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 11187;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
11144;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 11188;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
11145;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15935 41755)) 11189;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16013 64855))
11146;;; Generated autoloads from ibuf-ext.el 11190;;; Generated autoloads from ibuf-ext.el
11147 11191
11148(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 11192(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -11364,14 +11408,14 @@ Emulate `bs-show' from the bs.el package.
11364(autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\ 11408(autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
11365Add REGEXP to `ibuffer-tmp-hide-regexps'. 11409Add REGEXP to `ibuffer-tmp-hide-regexps'.
11366This means that buffers whose name matches REGEXP will not be shown 11410This means that buffers whose name matches REGEXP will not be shown
11367for this ibuffer session. 11411for this Ibuffer session.
11368 11412
11369\(fn REGEXP)" t nil) 11413\(fn REGEXP)" t nil)
11370 11414
11371(autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\ 11415(autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
11372Add REGEXP to `ibuffer-tmp-show-regexps'. 11416Add REGEXP to `ibuffer-tmp-show-regexps'.
11373This means that buffers whose name matches REGEXP will always be shown 11417This means that buffers whose name matches REGEXP will always be shown
11374for this ibuffer session. 11418for this Ibuffer session.
11375 11419
11376\(fn REGEXP)" t nil) 11420\(fn REGEXP)" t nil)
11377 11421
@@ -11495,8 +11539,8 @@ defaults to one.
11495;;;*** 11539;;;***
11496 11540
11497;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 11541;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11498;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15935 11542;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15971
11499;;;;;; 41771)) 11543;;;;;; 28809))
11500;;; Generated autoloads from ibuf-macs.el 11544;;; Generated autoloads from ibuf-macs.el
11501 11545
11502(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 11546(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -11582,7 +11626,7 @@ bound to the current value of the filter.
11582;;;*** 11626;;;***
11583 11627
11584;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 11628;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11585;;;;;; "ibuffer" "ibuffer.el" (15935 41784)) 11629;;;;;; "ibuffer" "ibuffer.el" (16041 59570))
11586;;; Generated autoloads from ibuffer.el 11630;;; Generated autoloads from ibuffer.el
11587 11631
11588(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 11632(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -11706,7 +11750,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
11706;;;*** 11750;;;***
11707 11751
11708;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 11752;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
11709;;;;;; (15791 49779)) 11753;;;;;; (15948 48625))
11710;;; Generated autoloads from progmodes/idlwave.el 11754;;; Generated autoloads from progmodes/idlwave.el
11711 11755
11712(autoload (quote idlwave-mode) "idlwave" "\ 11756(autoload (quote idlwave-mode) "idlwave" "\
@@ -11837,7 +11881,7 @@ The main features of this mode are
11837;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 11881;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11838;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 11882;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11839;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 11883;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11840;;;;;; "ido.el" (15935 41813)) 11884;;;;;; "ido.el" (15995 47749))
11841;;; Generated autoloads from ido.el 11885;;; Generated autoloads from ido.el
11842 11886
11843(defvar ido-mode nil "\ 11887(defvar ido-mode nil "\
@@ -11857,15 +11901,14 @@ use either \\[customize] or the function `ido-mode'.")
11857(autoload (quote ido-mode) "ido" "\ 11901(autoload (quote ido-mode) "ido" "\
11858Toggle ido speed-ups on or off. 11902Toggle ido speed-ups on or off.
11859With ARG, turn ido speed-up on if arg is positive, off otherwise. 11903With ARG, turn ido speed-up on if arg is positive, off otherwise.
11860If second argument NOBIND is non-nil, no keys are rebound; otherwise, 11904Turning on ido-mode will remap (via a minor-mode keymap) the default
11861turning on ido-mode will modify the default keybindings for the 11905keybindings for the `find-file' and `switch-to-buffer' families of
11862find-file and switch-to-buffer families of commands to the ido 11906commands to the ido versions of these functions.
11863versions of these functions. 11907However, if ARG arg equals 'files, remap only commands for files, or
11864However, if second arg equals 'files, bind only for files, or if it 11908if it equals 'buffers, remap only commands for buffer switching.
11865equals 'buffers, bind only for buffers.
11866This function also adds a hook to the minibuffer. 11909This function also adds a hook to the minibuffer.
11867 11910
11868\(fn &optional ARG NOBIND)" t nil) 11911\(fn &optional ARG)" t nil)
11869 11912
11870(autoload (quote ido-read-buffer) "ido" "\ 11913(autoload (quote ido-read-buffer) "ido" "\
11871Replacement for the built-in `read-buffer'. 11914Replacement for the built-in `read-buffer'.
@@ -12270,7 +12313,7 @@ Image files are those whose name has an extension in
12270;;;*** 12313;;;***
12271 12314
12272;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 12315;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
12273;;;;;; imenu-sort-function) "imenu" "imenu.el" (15714 42969)) 12316;;;;;; imenu-sort-function) "imenu" "imenu.el" (16055 53707))
12274;;; Generated autoloads from imenu.el 12317;;; Generated autoloads from imenu.el
12275 12318
12276(defvar imenu-sort-function nil "\ 12319(defvar imenu-sort-function nil "\
@@ -12423,7 +12466,7 @@ for more information.
12423 12466
12424;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion 12467;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
12425;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) 12468;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
12426;;;;;; "ind-util" "language/ind-util.el" (15935 48150)) 12469;;;;;; "ind-util" "language/ind-util.el" (16021 23618))
12427;;; Generated autoloads from language/ind-util.el 12470;;; Generated autoloads from language/ind-util.el
12428 12471
12429(autoload (quote indian-compose-region) "ind-util" "\ 12472(autoload (quote indian-compose-region) "ind-util" "\
@@ -12524,7 +12567,7 @@ of `inferior-lisp-program'). Runs the hooks from
12524;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 12567;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12525;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 12568;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
12526;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 12569;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
12527;;;;;; (15926 29380)) 12570;;;;;; (16041 49650))
12528;;; Generated autoloads from info.el 12571;;; Generated autoloads from info.el
12529 12572
12530(autoload (quote info-other-window) "info" "\ 12573(autoload (quote info-other-window) "info" "\
@@ -12570,7 +12613,8 @@ Go to the Info directory node.
12570Go to the Info node in the Emacs manual for command COMMAND. 12613Go to the Info node in the Emacs manual for command COMMAND.
12571The command is found by looking up in Emacs manual's indices 12614The command is found by looking up in Emacs manual's indices
12572or in another manual found via COMMAND's `info-file' property or 12615or in another manual found via COMMAND's `info-file' property or
12573the variable `Info-file-list-for-emacs'. 12616the variable `Info-file-list-for-emacs'. COMMAND must be a symbol
12617or string.
12574 12618
12575\(fn COMMAND)" t nil) 12619\(fn COMMAND)" t nil)
12576 12620
@@ -12594,7 +12638,7 @@ This will add a speedbar major display mode.
12594 12638
12595;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 12639;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
12596;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 12640;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
12597;;;;;; (15886 6040)) 12641;;;;;; (16014 53978))
12598;;; Generated autoloads from info-look.el 12642;;; Generated autoloads from info-look.el
12599 12643
12600(autoload (quote info-lookup-reset) "info-look" "\ 12644(autoload (quote info-lookup-reset) "info-look" "\
@@ -12639,6 +12683,23 @@ Perform completion on file preceding point.
12639 12683
12640;;;*** 12684;;;***
12641 12685
12686;;;### (autoloads (info-xref-check-all info-xref-check) "info-xref"
12687;;;;;; "info-xref.el" (15945 25738))
12688;;; Generated autoloads from info-xref.el
12689
12690(autoload (quote info-xref-check) "info-xref" "\
12691Check external references in FILENAME, an info document.
12692
12693\(fn FILENAME)" t nil)
12694
12695(autoload (quote info-xref-check-all) "info-xref" "\
12696Check external references in all info documents in the usual path.
12697The usual path is `Info-directory-list' and `Info-additional-directory-list'.
12698
12699\(fn)" t nil)
12700
12701;;;***
12702
12642;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 12703;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
12643;;;;;; "informat" "informat.el" (15935 42088)) 12704;;;;;; "informat" "informat.el" (15935 42088))
12644;;; Generated autoloads from informat.el 12705;;; Generated autoloads from informat.el
@@ -13186,7 +13247,7 @@ This mode enables switching between buffers using substrings. See
13186;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 13247;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
13187;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 13248;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
13188;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 13249;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
13189;;;;;; "japan-util" "language/japan-util.el" (15935 48150)) 13250;;;;;; "japan-util" "language/japan-util.el" (16005 1612))
13190;;; Generated autoloads from language/japan-util.el 13251;;; Generated autoloads from language/japan-util.el
13191 13252
13192(autoload (quote setup-japanese-environment-internal) "japan-util" "\ 13253(autoload (quote setup-japanese-environment-internal) "japan-util" "\
@@ -13408,7 +13469,7 @@ and the return value is the length of the conversion.
13408;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 13469;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
13409;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 13470;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
13410;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 13471;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
13411;;;;;; "kmacro.el" (15935 42195)) 13472;;;;;; "kmacro.el" (16012 48473))
13412;;; Generated autoloads from kmacro.el 13473;;; Generated autoloads from kmacro.el
13413 (global-set-key "\C-x(" 'kmacro-start-macro) 13474 (global-set-key "\C-x(" 'kmacro-start-macro)
13414 (global-set-key "\C-x)" 'kmacro-end-macro) 13475 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -13495,6 +13556,10 @@ With \\[universal-argument], call second macro in macro ring.
13495(autoload (quote kmacro-end-and-call-macro) "kmacro" "\ 13556(autoload (quote kmacro-end-and-call-macro) "kmacro" "\
13496Call last keyboard macro, ending it first if currently being defined. 13557Call last keyboard macro, ending it first if currently being defined.
13497With numeric prefix ARG, repeat macro that many times. 13558With numeric prefix ARG, repeat macro that many times.
13559Zero argument means repeat until there is an error.
13560
13561To give a macro a permanent name, so you can call it
13562even after defining other macros, use \\[name-last-kbd-macro].
13498 13563
13499\(fn ARG &optional NO-REPEAT)" t nil) 13564\(fn ARG &optional NO-REPEAT)" t nil)
13500 13565
@@ -13605,7 +13670,7 @@ Not documented
13605;;;*** 13670;;;***
13606 13671
13607;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 13672;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
13608;;;;;; "latin1-disp" "international/latin1-disp.el" (15935 48018)) 13673;;;;;; "latin1-disp" "international/latin1-disp.el" (15985 3489))
13609;;; Generated autoloads from international/latin1-disp.el 13674;;; Generated autoloads from international/latin1-disp.el
13610 13675
13611(defvar latin1-display nil "\ 13676(defvar latin1-display nil "\
@@ -13797,7 +13862,7 @@ shown; this is often useful to constrain a big search.
13797 13862
13798;;;*** 13863;;;***
13799 13864
13800;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15935 42292)) 13865;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15937 39430))
13801;;; Generated autoloads from log-edit.el 13866;;; Generated autoloads from log-edit.el
13802 13867
13803(autoload (quote log-edit) "log-edit" "\ 13868(autoload (quote log-edit) "log-edit" "\
@@ -13923,7 +13988,7 @@ for further customization of the printer command.
13923;;;*** 13988;;;***
13924 13989
13925;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" 13990;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
13926;;;;;; (15915 36047)) 13991;;;;;; (16049 517))
13927;;; Generated autoloads from ls-lisp.el 13992;;; Generated autoloads from ls-lisp.el
13928 13993
13929(defvar ls-lisp-support-shell-wildcards t "\ 13994(defvar ls-lisp-support-shell-wildcards t "\
@@ -14230,7 +14295,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
14230;;;*** 14295;;;***
14231 14296
14232;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 14297;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
14233;;;;;; (15935 48915)) 14298;;;;;; (15992 60888))
14234;;; Generated autoloads from progmodes/make-mode.el 14299;;; Generated autoloads from progmodes/make-mode.el
14235 14300
14236(autoload (quote makefile-mode) "make-mode" "\ 14301(autoload (quote makefile-mode) "make-mode" "\
@@ -14323,7 +14388,7 @@ Previous contents of that buffer are killed first.
14323 14388
14324;;;*** 14389;;;***
14325 14390
14326;;;### (autoloads (man-follow man) "man" "man.el" (15935 42428)) 14391;;;### (autoloads (man-follow man) "man" "man.el" (16028 58385))
14327;;; Generated autoloads from man.el 14392;;; Generated autoloads from man.el
14328 14393
14329(defalias (quote manual-entry) (quote man)) 14394(defalias (quote manual-entry) (quote man))
@@ -14372,6 +14437,31 @@ yourself the value of `master-of' by calling `master-show-slave'.
14372 14437
14373;;;*** 14438;;;***
14374 14439
14440;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (15968
14441;;;;;; 55256))
14442;;; Generated autoloads from menu-bar.el
14443
14444(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
14445
14446(defvar menu-bar-mode nil "\
14447Non-nil if Menu-Bar mode is enabled.
14448See the command `menu-bar-mode' for a description of this minor-mode.
14449Setting this variable directly does not take effect;
14450use either \\[customize] or the function `menu-bar-mode'.")
14451
14452(custom-autoload (quote menu-bar-mode) "menu-bar")
14453
14454(autoload (quote menu-bar-mode) "menu-bar" "\
14455Toggle display of a menu bar on each frame.
14456This command applies to all frames that exist and frames to be
14457created in the future.
14458With a numeric argument, if the argument is positive,
14459turn on menu bars; otherwise, turn off menu bars.
14460
14461\(fn &optional ARG)" t nil)
14462
14463;;;***
14464
14375;;;### (autoloads (unbold-region bold-region message-news-other-frame 14465;;;### (autoloads (unbold-region bold-region message-news-other-frame
14376;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 14466;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
14377;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 14467;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
@@ -14611,7 +14701,7 @@ which specify the range to operate on.
14611;;;*** 14701;;;***
14612 14702
14613;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 14703;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
14614;;;;;; (15935 48915)) 14704;;;;;; (15945 27155))
14615;;; Generated autoloads from progmodes/meta-mode.el 14705;;; Generated autoloads from progmodes/meta-mode.el
14616 14706
14617(autoload (quote metafont-mode) "meta-mode" "\ 14707(autoload (quote metafont-mode) "meta-mode" "\
@@ -14682,8 +14772,8 @@ redisplayed as output is inserted.
14682;;;*** 14772;;;***
14683 14773
14684;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose 14774;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14685;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (15935 14775;;;;;; mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (16040
14686;;;;;; 48372)) 14776;;;;;; 52480))
14687;;; Generated autoloads from mh-e/mh-comp.el 14777;;; Generated autoloads from mh-e/mh-comp.el
14688 14778
14689(autoload (quote mh-smail) "mh-comp" "\ 14779(autoload (quote mh-smail) "mh-comp" "\
@@ -14752,11 +14842,12 @@ When a message is composed, the hooks `text-mode-hook' and
14752`mh-letter-mode-hook' are run. 14842`mh-letter-mode-hook' are run.
14753 14843
14754\\{mh-letter-mode-map}" t nil) 14844\\{mh-letter-mode-map}" t nil)
14845(add-to-list 'auto-mode-alist '("/drafts/[0-9]+\\'" . mh-letter-mode))
14755 14846
14756;;;*** 14847;;;***
14757 14848
14758;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el" 14849;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mh-e/mh-e.el"
14759;;;;;; (15934 55106)) 14850;;;;;; (16042 6118))
14760;;; Generated autoloads from mh-e/mh-e.el 14851;;; Generated autoloads from mh-e/mh-e.el
14761 14852
14762(autoload (quote mh-rmail) "mh-e" "\ 14853(autoload (quote mh-rmail) "mh-e" "\
@@ -14780,7 +14871,7 @@ Display version information about MH-E and the MH mail handling system.
14780 14871
14781;;;*** 14872;;;***
14782 14873
14783;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (15935 48372)) 14874;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (16040 52480))
14784;;; Generated autoloads from mh-e/mh-utils.el 14875;;; Generated autoloads from mh-e/mh-utils.el
14785 14876
14786(put (quote mh-progs) (quote risky-local-variable) t) 14877(put (quote mh-progs) (quote risky-local-variable) t)
@@ -14847,6 +14938,24 @@ Returns non-nil if the new state is enabled.
14847 14938
14848;;;*** 14939;;;***
14849 14940
14941;;;### (autoloads (malayalam-composition-function malayalam-compose-region)
14942;;;;;; "mlm-util" "language/mlm-util.el" (15962 53815))
14943;;; Generated autoloads from language/mlm-util.el
14944
14945(autoload (quote malayalam-compose-region) "mlm-util" "\
14946Not documented
14947
14948\(fn FROM TO)" t nil)
14949
14950(autoload (quote malayalam-composition-function) "mlm-util" "\
14951Compose Malayalam characters in REGION, or STRING if specified.
14952Assume that the REGION or STRING must fully match the composable
14953PATTERN regexp.
14954
14955\(fn FROM TO PATTERN &optional STRING)" nil nil)
14956
14957;;;***
14958
14850;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 14959;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
14851;;;;;; (15935 47838)) 14960;;;;;; (15935 47838))
14852;;; Generated autoloads from gnus/mm-partial.el 14961;;; Generated autoloads from gnus/mm-partial.el
@@ -14862,7 +14971,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
14862;;;*** 14971;;;***
14863 14972
14864;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" 14973;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
14865;;;;;; (15216 151)) 14974;;;;;; (15948 48664))
14866;;; Generated autoloads from gnus/mm-uu.el 14975;;; Generated autoloads from gnus/mm-uu.el
14867 14976
14868(autoload (quote mm-uu-dissect) "mm-uu" "\ 14977(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -14925,8 +15034,8 @@ Convert morse coded text in region to ordinary ASCII text.
14925 15034
14926;;;*** 15035;;;***
14927 15036
14928;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15668 15037;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (15954
14929;;;;;; 8361)) 15038;;;;;; 4515))
14930;;; Generated autoloads from mouse-sel.el 15039;;; Generated autoloads from mouse-sel.el
14931 15040
14932(defvar mouse-sel-mode nil "\ 15041(defvar mouse-sel-mode nil "\
@@ -15013,7 +15122,7 @@ different buffer menu using the function `msb'.
15013;;;;;; describe-current-coding-system describe-current-coding-system-briefly 15122;;;;;; describe-current-coding-system describe-current-coding-system-briefly
15014;;;;;; describe-coding-system describe-character-set list-charset-chars 15123;;;;;; describe-coding-system describe-character-set list-charset-chars
15015;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" 15124;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
15016;;;;;; (15896 48204)) 15125;;;;;; (16019 26894))
15017;;; Generated autoloads from international/mule-diag.el 15126;;; Generated autoloads from international/mule-diag.el
15018 15127
15019(autoload (quote list-character-sets) "mule-diag" "\ 15128(autoload (quote list-character-sets) "mule-diag" "\
@@ -15286,7 +15395,7 @@ language environment LANG-ENV.
15286;;;*** 15395;;;***
15287 15396
15288;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 15397;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
15289;;;;;; (15935 43191)) 15398;;;;;; (15937 39489))
15290;;; Generated autoloads from mwheel.el 15399;;; Generated autoloads from mwheel.el
15291 15400
15292(defvar mouse-wheel-mode nil "\ 15401(defvar mouse-wheel-mode nil "\
@@ -15312,9 +15421,9 @@ Enable mouse wheel support.
15312;;;*** 15421;;;***
15313 15422
15314;;;### (autoloads (network-connection network-connection-to-service 15423;;;### (autoloads (network-connection network-connection-to-service
15315;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 15424;;;;;; whois-reverse-lookup whois finger ftp dig dns-lookup-host
15316;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 15425;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
15317;;;;;; (15416 26762)) 15426;;;;;; "net-utils" "net/net-utils.el" (15997 47200))
15318;;; Generated autoloads from net/net-utils.el 15427;;; Generated autoloads from net/net-utils.el
15319 15428
15320(autoload (quote traceroute) "net-utils" "\ 15429(autoload (quote traceroute) "net-utils" "\
@@ -15361,6 +15470,11 @@ Run nslookup program.
15361 15470
15362\(fn)" t nil) 15471\(fn)" t nil)
15363 15472
15473(autoload (quote dns-lookup-host) "net-utils" "\
15474Lookup the DNS information for HOST (name or IP address).
15475
15476\(fn HOST)" t nil)
15477
15364(autoload (quote dig) "net-utils" "\ 15478(autoload (quote dig) "net-utils" "\
15365Run dig program. 15479Run dig program.
15366 15480
@@ -15404,7 +15518,7 @@ Open a network connection to HOST on PORT.
15404;;;;;; comment-region uncomment-region comment-kill comment-set-column 15518;;;;;; comment-region uncomment-region comment-kill comment-set-column
15405;;;;;; comment-indent comment-indent-default comment-normalize-vars 15519;;;;;; comment-indent comment-indent-default comment-normalize-vars
15406;;;;;; comment-multi-line comment-padding comment-style comment-column) 15520;;;;;; comment-multi-line comment-padding comment-style comment-column)
15407;;;;;; "newcomment" "newcomment.el" (15935 43218)) 15521;;;;;; "newcomment" "newcomment.el" (16055 52476))
15408;;; Generated autoloads from newcomment.el 15522;;; Generated autoloads from newcomment.el
15409 15523
15410(defalias (quote indent-for-comment) (quote comment-indent)) 15524(defalias (quote indent-for-comment) (quote comment-indent))
@@ -15415,6 +15529,13 @@ Open a network connection to HOST on PORT.
15415 15529
15416(defalias (quote indent-new-comment-line) (quote comment-indent-new-line)) 15530(defalias (quote indent-new-comment-line) (quote comment-indent-new-line))
15417 15531
15532(defvar comment-use-syntax (quote undecided) "\
15533Non-nil if syntax-tables can be used instead of regexps.
15534Can also be `undecided' which means that a somewhat expensive test will
15535be used to try to determine whether syntax-tables should be trusted
15536to understand comments or not in the given buffer.
15537Major modes should set this variable.")
15538
15418(defvar comment-column 32 "\ 15539(defvar comment-column 32 "\
15419*Column to indent right-margin comments to. 15540*Column to indent right-margin comments to.
15420Each mode establishes a different default value for this variable; you 15541Each mode establishes a different default value for this variable; you
@@ -15469,7 +15590,10 @@ This is obsolete because you might as well use \\[newline-and-indent].")
15469(custom-autoload (quote comment-multi-line) "newcomment") 15590(custom-autoload (quote comment-multi-line) "newcomment")
15470 15591
15471(autoload (quote comment-normalize-vars) "newcomment" "\ 15592(autoload (quote comment-normalize-vars) "newcomment" "\
15472Not documented 15593Check and setup the variables needed by other commenting functions.
15594Functions autoloaded from newcomment.el, being entry points, should call
15595this function before any other, so the rest of the code can assume that
15596the variables are properly set.
15473 15597
15474\(fn &optional NOERROR)" nil nil) 15598\(fn &optional NOERROR)" nil nil)
15475 15599
@@ -15573,7 +15697,7 @@ symbol in the alist.
15573;;;*** 15697;;;***
15574 15698
15575;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 15699;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
15576;;;;;; (15935 47838)) 15700;;;;;; (15967 26059))
15577;;; Generated autoloads from gnus/nnfolder.el 15701;;; Generated autoloads from gnus/nnfolder.el
15578 15702
15579(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 15703(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -15829,7 +15953,7 @@ The Custom feature is intended to make this obsolete.
15829;;;*** 15953;;;***
15830 15954
15831;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 15955;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15832;;;;;; (15935 49284)) 15956;;;;;; (15986 19737))
15833;;; Generated autoloads from textmodes/outline.el 15957;;; Generated autoloads from textmodes/outline.el
15834 15958
15835(autoload (quote outline-mode) "outline" "\ 15959(autoload (quote outline-mode) "outline" "\
@@ -16234,7 +16358,7 @@ Setup shell-mode to use pcomplete.
16234 16358
16235;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 16359;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
16236;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 16360;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
16237;;;;;; "pcvs.el" (15935 43697)) 16361;;;;;; "pcvs.el" (16048 28273))
16238;;; Generated autoloads from pcvs.el 16362;;; Generated autoloads from pcvs.el
16239 16363
16240(autoload (quote cvs-checkout) "pcvs" "\ 16364(autoload (quote cvs-checkout) "pcvs" "\
@@ -16311,7 +16435,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
16311 16435
16312;;;*** 16436;;;***
16313 16437
16314;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 27888)) 16438;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15937 39529))
16315;;; Generated autoloads from pcvs-defs.el 16439;;; Generated autoloads from pcvs-defs.el
16316 16440
16317(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 16441(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -16510,6 +16634,611 @@ Ignores leading comment characters.
16510 16634
16511;;;*** 16635;;;***
16512 16636
16637;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
16638;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
16639;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
16640;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
16641;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
16642;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
16643;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
16644;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
16645;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
16646;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
16647;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
16648;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
16649;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
16650;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
16651;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
16652;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
16653;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
16654;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
16655;;;;;; (15971 46342))
16656;;; Generated autoloads from printing.el
16657
16658(autoload (quote pr-interface) "printing" "\
16659Activate the printing interface buffer.
16660
16661If BUFFER is nil, it uses the current buffer for printing.
16662
16663For more informations, type \\[pr-interface-help].
16664
16665\(fn &optional BUFFER)" t nil)
16666
16667(autoload (quote pr-ps-directory-preview) "printing" "\
16668Preview directory using ghostview.
16669
16670Interactively, the command prompts for N-UP printing number, a directory, a
16671file name regexp for matching and, when you use a prefix argument (C-u), the
16672command prompts the user for a file name, and saves the PostScript image in
16673that file instead of saving it in a temporary file.
16674
16675Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
16676nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
16677FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
16678save the image in a temporary file. If FILENAME is a string, save the
16679PostScript image in a file with that name. If FILENAME is t, prompts for a
16680file name.
16681
16682See also documentation for `pr-list-directory'.
16683
16684\(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16685
16686(autoload (quote pr-ps-directory-using-ghostscript) "printing" "\
16687Print directory using PostScript through ghostscript.
16688
16689Interactively, the command prompts for N-UP printing number, a directory, a
16690file name regexp for matching and, when you use a prefix argument (C-u), the
16691command prompts the user for a file name, and saves the PostScript image in
16692that file instead of saving it in a temporary file.
16693
16694Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
16695nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
16696FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
16697save the image in a temporary file. If FILENAME is a string, save the
16698PostScript image in a file with that name. If FILENAME is t, prompts for a
16699file name.
16700
16701See also documentation for `pr-list-directory'.
16702
16703\(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16704
16705(autoload (quote pr-ps-directory-print) "printing" "\
16706Print directory using PostScript printer.
16707
16708Interactively, the command prompts for N-UP printing number, a directory, a
16709file name regexp for matching and, when you use a prefix argument (C-u), the
16710command prompts the user for a file name, and saves the PostScript image in
16711that file instead of saving it in a temporary file.
16712
16713Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
16714nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
16715FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
16716save the image in a temporary file. If FILENAME is a string, save the
16717PostScript image in a file with that name. If FILENAME is t, prompts for a
16718file name.
16719
16720See also documentation for `pr-list-directory'.
16721
16722\(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16723
16724(autoload (quote pr-ps-directory-ps-print) "printing" "\
16725Print directory using PostScript printer or through ghostscript.
16726
16727It depends on `pr-print-using-ghostscript'.
16728
16729Interactively, the command prompts for N-UP printing number, a directory, a
16730file name regexp for matching and, when you use a prefix argument (C-u), the
16731command prompts the user for a file name, and saves the PostScript image in
16732that file instead of saving it in a temporary file.
16733
16734Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
16735nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
16736FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
16737save the image in a temporary file. If FILENAME is a string, save the
16738PostScript image in a file with that name. If FILENAME is t, prompts for a
16739file name.
16740
16741See also documentation for `pr-list-directory'.
16742
16743\(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
16744
16745(autoload (quote pr-ps-buffer-preview) "printing" "\
16746Preview buffer using ghostview.
16747
16748Interactively, the command prompts for N-UP printing number and, when you use a
16749prefix argument (C-u), the command prompts the user for a file name, and saves
16750the PostScript image in that file instead of saving it in a temporary file.
16751
16752Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
16753argument FILENAME is treated as follows: if it's nil, save the image in a
16754temporary file. If FILENAME is a string, save the PostScript image in a file
16755with that name. If FILENAME is t, prompts for a file name.
16756
16757\(fn N-UP &optional FILENAME)" t nil)
16758
16759(autoload (quote pr-ps-buffer-using-ghostscript) "printing" "\
16760Print buffer using PostScript through ghostscript.
16761
16762Interactively, the command prompts for N-UP printing number and, when you use a
16763prefix argument (C-u), the command prompts the user for a file name, and saves
16764the PostScript image in that file instead of sending it to the printer.
16765
16766Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
16767argument FILENAME is treated as follows: if it's nil, send the image to the
16768printer. If FILENAME is a string, save the PostScript image in a file with
16769that name. If FILENAME is t, prompts for a file name.
16770
16771\(fn N-UP &optional FILENAME)" t nil)
16772
16773(autoload (quote pr-ps-buffer-print) "printing" "\
16774Print buffer using PostScript printer.
16775
16776Interactively, the command prompts for N-UP printing number and, when you use a
16777prefix argument (C-u), the command prompts the user for a file name, and saves
16778the PostScript image in that file instead of sending it to the printer.
16779
16780Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
16781argument FILENAME is treated as follows: if it's nil, send the image to the
16782printer. If FILENAME is a string, save the PostScript image in a file with
16783that name. If FILENAME is t, prompts for a file name.
16784
16785\(fn N-UP &optional FILENAME)" t nil)
16786
16787(autoload (quote pr-ps-buffer-ps-print) "printing" "\
16788Print buffer using PostScript printer or through ghostscript.
16789
16790It depends on `pr-print-using-ghostscript'.
16791
16792Interactively, the command prompts for N-UP printing number and, when you use a
16793prefix argument (C-u), the command prompts the user for a file name, and saves
16794the PostScript image in that file instead of sending it to the printer.
16795
16796Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
16797argument FILENAME is treated as follows: if it's nil, send the image to the
16798printer. If FILENAME is a string, save the PostScript image in a file with
16799that name. If FILENAME is t, prompts for a file name.
16800
16801\(fn N-UP &optional FILENAME)" t nil)
16802
16803(autoload (quote pr-ps-region-preview) "printing" "\
16804Preview region using ghostview.
16805
16806See also `pr-ps-buffer-preview'.
16807
16808\(fn N-UP &optional FILENAME)" t nil)
16809
16810(autoload (quote pr-ps-region-using-ghostscript) "printing" "\
16811Print region using PostScript through ghostscript.
16812
16813See also `pr-ps-buffer-using-ghostscript'.
16814
16815\(fn N-UP &optional FILENAME)" t nil)
16816
16817(autoload (quote pr-ps-region-print) "printing" "\
16818Print region using PostScript printer.
16819
16820See also `pr-ps-buffer-print'.
16821
16822\(fn N-UP &optional FILENAME)" t nil)
16823
16824(autoload (quote pr-ps-region-ps-print) "printing" "\
16825Print region using PostScript printer or through ghostscript.
16826
16827See also `pr-ps-buffer-ps-print'.
16828
16829\(fn N-UP &optional FILENAME)" t nil)
16830
16831(autoload (quote pr-ps-mode-preview) "printing" "\
16832Preview major mode using ghostview.
16833
16834See also `pr-ps-buffer-preview'.
16835
16836\(fn N-UP &optional FILENAME)" t nil)
16837
16838(autoload (quote pr-ps-mode-using-ghostscript) "printing" "\
16839Print major mode using PostScript through ghostscript.
16840
16841See also `pr-ps-buffer-using-ghostscript'.
16842
16843\(fn N-UP &optional FILENAME)" t nil)
16844
16845(autoload (quote pr-ps-mode-print) "printing" "\
16846Print major mode using PostScript printer.
16847
16848See also `pr-ps-buffer-print'.
16849
16850\(fn N-UP &optional FILENAME)" t nil)
16851
16852(autoload (quote pr-ps-mode-ps-print) "printing" "\
16853Print major mode using PostScript or through ghostscript.
16854
16855See also `pr-ps-buffer-ps-print'.
16856
16857\(fn N-UP &optional FILENAME)" t nil)
16858
16859(autoload (quote pr-printify-directory) "printing" "\
16860Replace nonprinting characters in directory with printable representations.
16861The printable representations use ^ (for ASCII control characters) or hex.
16862The characters tab, linefeed, space, return and formfeed are not affected.
16863
16864Interactively, the command prompts for a directory and a file name regexp for
16865matching.
16866
16867Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
16868prompts for FILE(name)-REGEXP.
16869
16870See also documentation for `pr-list-directory'.
16871
16872\(fn &optional DIR FILE-REGEXP)" t nil)
16873
16874(autoload (quote pr-printify-buffer) "printing" "\
16875Replace nonprinting characters in buffer with printable representations.
16876The printable representations use ^ (for ASCII control characters) or hex.
16877The characters tab, linefeed, space, return and formfeed are not affected.
16878
16879\(fn)" t nil)
16880
16881(autoload (quote pr-printify-region) "printing" "\
16882Replace nonprinting characters in region with printable representations.
16883The printable representations use ^ (for ASCII control characters) or hex.
16884The characters tab, linefeed, space, return and formfeed are not affected.
16885
16886\(fn)" t nil)
16887
16888(autoload (quote pr-txt-directory) "printing" "\
16889Print directory using text printer.
16890
16891Interactively, the command prompts for a directory and a file name regexp for
16892matching.
16893
16894Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
16895prompts for FILE(name)-REGEXP.
16896
16897See also documentation for `pr-list-directory'.
16898
16899\(fn &optional DIR FILE-REGEXP)" t nil)
16900
16901(autoload (quote pr-txt-buffer) "printing" "\
16902Print buffer using text printer.
16903
16904\(fn)" t nil)
16905
16906(autoload (quote pr-txt-region) "printing" "\
16907Print region using text printer.
16908
16909\(fn)" t nil)
16910
16911(autoload (quote pr-txt-mode) "printing" "\
16912Print major mode using text printer.
16913
16914\(fn)" t nil)
16915
16916(autoload (quote pr-despool-preview) "printing" "\
16917Preview spooled PostScript.
16918
16919Interactively, when you use a prefix argument (C-u), the command prompts the
16920user for a file name, and saves the spooled PostScript image in that file
16921instead of saving it in a temporary file.
16922
16923Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16924save the image in a temporary file. If FILENAME is a string, save the
16925PostScript image in a file with that name.
16926
16927\(fn &optional FILENAME)" t nil)
16928
16929(autoload (quote pr-despool-using-ghostscript) "printing" "\
16930Print spooled PostScript using ghostscript.
16931
16932Interactively, when you use a prefix argument (C-u), the command prompts the
16933user for a file name, and saves the spooled PostScript image in that file
16934instead of sending it to the printer.
16935
16936Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16937send the image to the printer. If FILENAME is a string, save the PostScript
16938image in a file with that name.
16939
16940\(fn &optional FILENAME)" t nil)
16941
16942(autoload (quote pr-despool-print) "printing" "\
16943Send the spooled PostScript to the printer.
16944
16945Interactively, when you use a prefix argument (C-u), the command prompts the
16946user for a file name, and saves the spooled PostScript image in that file
16947instead of sending it to the printer.
16948
16949Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16950send the image to the printer. If FILENAME is a string, save the PostScript
16951image in a file with that name.
16952
16953\(fn &optional FILENAME)" t nil)
16954
16955(autoload (quote pr-despool-ps-print) "printing" "\
16956Send the spooled PostScript to the printer or use ghostscript to print it.
16957
16958Interactively, when you use a prefix argument (C-u), the command prompts the
16959user for a file name, and saves the spooled PostScript image in that file
16960instead of sending it to the printer.
16961
16962Noninteractively, the argument FILENAME is treated as follows: if it is nil,
16963send the image to the printer. If FILENAME is a string, save the PostScript
16964image in a file with that name.
16965
16966\(fn &optional FILENAME)" t nil)
16967
16968(autoload (quote pr-ps-file-preview) "printing" "\
16969Preview PostScript file FILENAME.
16970
16971\(fn FILENAME)" t nil)
16972
16973(autoload (quote pr-ps-file-up-preview) "printing" "\
16974Preview PostScript file FILENAME.
16975
16976\(fn N-UP IFILENAME &optional OFILENAME)" t nil)
16977
16978(autoload (quote pr-ps-file-using-ghostscript) "printing" "\
16979Print PostScript file FILENAME using ghostscript.
16980
16981\(fn FILENAME)" t nil)
16982
16983(autoload (quote pr-ps-file-print) "printing" "\
16984Print PostScript file FILENAME.
16985
16986\(fn FILENAME)" t nil)
16987
16988(autoload (quote pr-ps-file-ps-print) "printing" "\
16989Send PostScript file FILENAME to printer or use ghostscript to print it.
16990
16991\(fn FILENAME)" t nil)
16992
16993(autoload (quote pr-ps-file-up-ps-print) "printing" "\
16994Process a PostScript file IFILENAME and send it to printer.
16995
16996Interactively, the command prompts for N-UP printing number, for an input
16997PostScript file IFILENAME and, when you use a prefix argument (C-u), the
16998command prompts the user for an output PostScript file name OFILENAME, and
16999saves the PostScript image in that file instead of sending it to the printer.
17000
17001Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
17002argument IFILENAME is treated as follows: if it's t, prompts for an input
17003PostScript file name; otherwise, it *must* be a string that it's an input
17004PostScript file name. The argument OFILENAME is treated as follows: if it's
17005nil, send the image to the printer. If OFILENAME is a string, save the
17006PostScript image in a file with that name. If OFILENAME is t, prompts for a
17007file name.
17008
17009\(fn N-UP IFILENAME &optional OFILENAME)" t nil)
17010
17011(autoload (quote pr-toggle-file-duplex) "printing" "\
17012Toggle duplex for PostScript file.
17013
17014\(fn)" t nil)
17015
17016(autoload (quote pr-toggle-file-tumble) "printing" "\
17017Toggle tumble for PostScript file.
17018
17019If tumble is off, produces a printing suitable for binding on the left or
17020right.
17021If tumble is on, produces a printing suitable for binding at the top or
17022bottom.
17023
17024\(fn)" t nil)
17025
17026(autoload (quote pr-toggle-file-landscape) "printing" "\
17027Toggle landscape for PostScript file.
17028
17029\(fn)" t nil)
17030
17031(autoload (quote pr-toggle-ghostscript) "printing" "\
17032Toggle printing using ghostscript.
17033
17034\(fn)" t nil)
17035
17036(autoload (quote pr-toggle-faces) "printing" "\
17037Toggle printing with faces.
17038
17039\(fn)" t nil)
17040
17041(autoload (quote pr-toggle-spool) "printing" "\
17042Toggle spooling.
17043
17044\(fn)" t nil)
17045
17046(autoload (quote pr-toggle-duplex) "printing" "\
17047Toggle duplex.
17048
17049\(fn)" t nil)
17050
17051(autoload (quote pr-toggle-tumble) "printing" "\
17052Toggle tumble.
17053
17054If tumble is off, produces a printing suitable for binding on the left or
17055right.
17056If tumble is on, produces a printing suitable for binding at the top or
17057bottom.
17058
17059\(fn)" t nil)
17060
17061(autoload (quote pr-toggle-landscape) "printing" "\
17062Toggle landscape.
17063
17064\(fn)" t nil)
17065
17066(autoload (quote pr-toggle-upside-down) "printing" "\
17067Toggle upside-down.
17068
17069\(fn)" t nil)
17070
17071(autoload (quote pr-toggle-line) "printing" "\
17072Toggle line number.
17073
17074\(fn)" t nil)
17075
17076(autoload (quote pr-toggle-zebra) "printing" "\
17077Toggle zebra stripes.
17078
17079\(fn)" t nil)
17080
17081(autoload (quote pr-toggle-header) "printing" "\
17082Toggle printing header.
17083
17084\(fn)" t nil)
17085
17086(autoload (quote pr-toggle-header-frame) "printing" "\
17087Toggle printing header frame.
17088
17089\(fn)" t nil)
17090
17091(autoload (quote pr-toggle-lock) "printing" "\
17092Toggle menu lock.
17093
17094\(fn)" t nil)
17095
17096(autoload (quote pr-toggle-region) "printing" "\
17097Toggle auto region.
17098
17099\(fn)" t nil)
17100
17101(autoload (quote pr-toggle-mode) "printing" "\
17102Toggle auto mode.
17103
17104\(fn)" t nil)
17105
17106(autoload (quote pr-customize) "printing" "\
17107Customization of `printing' group.
17108
17109\(fn &rest IGNORE)" t nil)
17110
17111(autoload (quote lpr-customize) "printing" "\
17112Customization of `lpr' group.
17113
17114\(fn &rest IGNORE)" t nil)
17115
17116(autoload (quote pr-help) "printing" "\
17117Help for printing package.
17118
17119\(fn &rest IGNORE)" t nil)
17120
17121(autoload (quote pr-ps-name) "printing" "\
17122Select interactively a PostScript printer.
17123
17124\(fn)" t nil)
17125
17126(autoload (quote pr-txt-name) "printing" "\
17127Select interactively a text printer.
17128
17129\(fn)" t nil)
17130
17131(autoload (quote pr-ps-utility) "printing" "\
17132Select interactively a PostScript utility.
17133
17134\(fn)" t nil)
17135
17136(autoload (quote pr-show-ps-setup) "printing" "\
17137Show current ps-print settings.
17138
17139\(fn &rest IGNORE)" t nil)
17140
17141(autoload (quote pr-show-pr-setup) "printing" "\
17142Show current printing settings.
17143
17144\(fn &rest IGNORE)" t nil)
17145
17146(autoload (quote pr-show-lpr-setup) "printing" "\
17147Show current lpr settings.
17148
17149\(fn &rest IGNORE)" t nil)
17150
17151(autoload (quote pr-ps-fast-fire) "printing" "\
17152Fast fire function for PostScript printing.
17153
17154If a region is active, the region will be printed instead of the whole buffer.
17155Also if the current major-mode is defined in `pr-mode-alist', the settings in
17156`pr-mode-alist' will be used, that is, the current buffer or region will be
17157printed using `pr-ps-mode-ps-print'.
17158
17159
17160Interactively, you have the following situations:
17161
17162 M-x pr-ps-fast-fire RET
17163 The command prompts the user for a N-UP value and printing will
17164 immediatelly be done using the current active printer.
17165
17166 C-u M-x pr-ps-fast-fire RET
17167 C-u 0 M-x pr-ps-fast-fire RET
17168 The command prompts the user for a N-UP value and also for a current
17169 PostScript printer, then printing will immediatelly be done using the new
17170 current active printer.
17171
17172 C-u 1 M-x pr-ps-fast-fire RET
17173 The command prompts the user for a N-UP value and also for a file name,
17174 and saves the PostScript image in that file instead of sending it to the
17175 printer.
17176
17177 C-u 2 M-x pr-ps-fast-fire RET
17178 The command prompts the user for a N-UP value, then for a current
17179 PostScript printer and, finally, for a file name. Then change the active
17180 printer to that choosen by user and saves the PostScript image in
17181 that file instead of sending it to the printer.
17182
17183
17184Noninteractively, the argument N-UP should be a positive integer greater than
17185zero and the argument SELECT is treated as follows:
17186
17187 If it's nil, send the image to the printer.
17188
17189 If it's a list or an integer lesser or equal to zero, the command prompts
17190 the user for a current PostScript printer, then printing will immediatelly
17191 be done using the new current active printer.
17192
17193 If it's an integer equal to 1, the command prompts the user for a file name
17194 and saves the PostScript image in that file instead of sending it to the
17195 printer.
17196
17197 If it's an integer greater or equal to 2, the command prompts the user for a
17198 current PostScript printer and for a file name. Then change the active
17199 printer to that choosen by user and saves the PostScript image in that file
17200 instead of sending it to the printer.
17201
17202 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
17203 active printer and printing will immediatelly be done using the new active
17204 printer.
17205
17206 Otherwise, send the image to the printer.
17207
17208
17209Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
17210are both set to t.
17211
17212\(fn N-UP &optional SELECT)" t nil)
17213
17214(autoload (quote pr-txt-fast-fire) "printing" "\
17215Fast fire function for text printing.
17216
17217If a region is active, the region will be printed instead of the whole buffer.
17218Also if the current major-mode is defined in `pr-mode-alist', the settings in
17219`pr-mode-alist' will be used, that is, the current buffer or region will be
17220printed using `pr-txt-mode'.
17221
17222Interactively, when you use a prefix argument (C-u), the command prompts the
17223user for a new active text printer.
17224
17225Noninteractively, the argument SELECT-PRINTER is treated as follows:
17226
17227 If it's nil, the printing is sent to the current active text printer.
17228
17229 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
17230 active printer and printing will immediatelly be done using the new active
17231 printer.
17232
17233 If it's non-nil, the command prompts the user for a new active text printer.
17234
17235Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
17236are both set to t.
17237
17238\(fn &optional SELECT-PRINTER)" t nil)
17239
17240;;;***
17241
16513;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el" 17242;;;### (autoloads (run-prolog prolog-mode) "prolog" "progmodes/prolog.el"
16514;;;;;; (15608 6934)) 17243;;;;;; (15608 6934))
16515;;; Generated autoloads from progmodes/prolog.el 17244;;; Generated autoloads from progmodes/prolog.el
@@ -16675,8 +17404,8 @@ Not documented
16675;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 17404;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
16676;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 17405;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
16677;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 17406;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
16678;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (15766 17407;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (15974
16679;;;;;; 29665)) 17408;;;;;; 43593))
16680;;; Generated autoloads from ps-print.el 17409;;; Generated autoloads from ps-print.el
16681 17410
16682(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 17411(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -16876,7 +17605,7 @@ If EXTENSION is any other symbol, it is ignored.
16876;;;;;; quail-defrule quail-install-decode-map quail-install-map 17605;;;;;; quail-defrule quail-install-decode-map quail-install-map
16877;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 17606;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
16878;;;;;; quail-define-package quail-use-package quail-title) "quail" 17607;;;;;; quail-define-package quail-use-package quail-title) "quail"
16879;;;;;; "international/quail.el" (15935 48018)) 17608;;;;;; "international/quail.el" (16022 15688))
16880;;; Generated autoloads from international/quail.el 17609;;; Generated autoloads from international/quail.el
16881 17610
16882(autoload (quote quail-title) "quail" "\ 17611(autoload (quote quail-title) "quail" "\
@@ -17202,39 +17931,9 @@ Call up the RE Builder for the current window.
17202 17931
17203;;;*** 17932;;;***
17204 17933
17205;;;### (autoloads (recentf-mode recentf-open-more-files recentf-open-files 17934;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16050 24794))
17206;;;;;; recentf-cleanup recentf-edit-list recentf-save-list) "recentf"
17207;;;;;; "recentf.el" (15930 37795))
17208;;; Generated autoloads from recentf.el 17935;;; Generated autoloads from recentf.el
17209 17936
17210(autoload (quote recentf-save-list) "recentf" "\
17211Save the current `recentf-list' to the file `recentf-save-file'.
17212
17213\(fn)" t nil)
17214
17215(autoload (quote recentf-edit-list) "recentf" "\
17216Allow the user to edit the files that are kept in the recent list.
17217
17218\(fn)" t nil)
17219
17220(autoload (quote recentf-cleanup) "recentf" "\
17221Remove all non-readable and excluded files from `recentf-list'.
17222
17223\(fn)" t nil)
17224
17225(autoload (quote recentf-open-files) "recentf" "\
17226Display buffer allowing user to choose a file from recently-opened list.
17227The optional argument FILES may be used to specify the list, otherwise
17228`recentf-list' is used. The optional argument BUFFER-NAME specifies
17229which buffer to use for the interaction.
17230
17231\(fn &optional FILES BUFFER-NAME)" t nil)
17232
17233(autoload (quote recentf-open-more-files) "recentf" "\
17234Allow the user to open files that are not in the menu.
17235
17236\(fn)" t nil)
17237
17238(defvar recentf-mode nil "\ 17937(defvar recentf-mode nil "\
17239Non-nil if Recentf mode is enabled. 17938Non-nil if Recentf mode is enabled.
17240See the command `recentf-mode' for a description of this minor-mode. 17939See the command `recentf-mode' for a description of this minor-mode.
@@ -17248,8 +17947,8 @@ Toggle recentf mode.
17248With prefix argument ARG, turn on if positive, otherwise off. 17947With prefix argument ARG, turn on if positive, otherwise off.
17249Returns non-nil if the new state is enabled. 17948Returns non-nil if the new state is enabled.
17250 17949
17251When recentf mode is enabled, it maintains a menu for visiting files that 17950When recentf mode is enabled, it maintains a menu for visiting files
17252were operated on recently. 17951that were operated on recently.
17253 17952
17254\(fn &optional ARG)" t nil) 17953\(fn &optional ARG)" t nil)
17255 17954
@@ -17381,8 +18080,8 @@ rectangle which were empty.
17381 18080
17382;;;*** 18081;;;***
17383 18082
17384;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15935 18083;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16013
17385;;;;;; 49285)) 18084;;;;;; 62188))
17386;;; Generated autoloads from textmodes/refill.el 18085;;; Generated autoloads from textmodes/refill.el
17387 18086
17388(autoload (quote refill-mode) "refill" "\ 18087(autoload (quote refill-mode) "refill" "\
@@ -17504,7 +18203,7 @@ Here are all local bindings.
17504;;;*** 18203;;;***
17505 18204
17506;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 18205;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
17507;;;;;; (15935 47054)) 18206;;;;;; (16043 5451))
17508;;; Generated autoloads from emacs-lisp/regexp-opt.el 18207;;; Generated autoloads from emacs-lisp/regexp-opt.el
17509 18208
17510(autoload (quote regexp-opt) "regexp-opt" "\ 18209(autoload (quote regexp-opt) "regexp-opt" "\
@@ -17620,7 +18319,7 @@ Clear out the file used for transmitting args when Emacs resumes.
17620;;;*** 18319;;;***
17621 18320
17622;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 18321;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
17623;;;;;; (15832 26515)) 18322;;;;;; (16029 32482))
17624;;; Generated autoloads from reveal.el 18323;;; Generated autoloads from reveal.el
17625 18324
17626(autoload (quote reveal-mode) "reveal" "\ 18325(autoload (quote reveal-mode) "reveal" "\
@@ -17764,7 +18463,7 @@ variable.
17764;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 18463;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
17765;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 18464;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
17766;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 18465;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
17767;;;;;; "rmail" "mail/rmail.el" (15897 43157)) 18466;;;;;; "rmail" "mail/rmail.el" (15957 17297))
17768;;; Generated autoloads from mail/rmail.el 18467;;; Generated autoloads from mail/rmail.el
17769 18468
17770(defvar rmail-dont-reply-to-names nil "\ 18469(defvar rmail-dont-reply-to-names nil "\
@@ -18197,7 +18896,7 @@ KEYWORDS is a comma-separated list of labels.
18197;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 18896;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
18198;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 18897;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
18199;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 18898;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
18200;;;;;; "rmailsum" "mail/rmailsum.el" (15935 48280)) 18899;;;;;; "rmailsum" "mail/rmailsum.el" (16019 30707))
18201;;; Generated autoloads from mail/rmailsum.el 18900;;; Generated autoloads from mail/rmailsum.el
18202 18901
18203(defvar rmail-summary-scroll-between-messages t "\ 18902(defvar rmail-summary-scroll-between-messages t "\
@@ -18206,7 +18905,7 @@ KEYWORDS is a comma-separated list of labels.
18206(custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum") 18905(custom-autoload (quote rmail-summary-scroll-between-messages) "rmailsum")
18207 18906
18208(defvar rmail-summary-line-count-flag t "\ 18907(defvar rmail-summary-line-count-flag t "\
18209*Non-nil if Rmail summary should show the number of lines in each message.") 18908*Non-nil means Rmail summary should show the number of lines in each message.")
18210 18909
18211(custom-autoload (quote rmail-summary-line-count-flag) "rmailsum") 18910(custom-autoload (quote rmail-summary-line-count-flag) "rmailsum")
18212 18911
@@ -18373,8 +19072,8 @@ This function is obsolete.
18373 19072
18374;;;*** 19073;;;***
18375 19074
18376;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15935 19075;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15947
18377;;;;;; 62288)) 19076;;;;;; 49114))
18378;;; Generated autoloads from ruler-mode.el 19077;;; Generated autoloads from ruler-mode.el
18379 19078
18380(autoload (quote ruler-mode) "ruler-mode" "\ 19079(autoload (quote ruler-mode) "ruler-mode" "\
@@ -18660,7 +19359,7 @@ CHAR
18660;;;*** 19359;;;***
18661 19360
18662;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 19361;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
18663;;;;;; (15806 55294)) 19362;;;;;; (16039 16411))
18664;;; Generated autoloads from progmodes/scheme.el 19363;;; Generated autoloads from progmodes/scheme.el
18665 19364
18666(autoload (quote scheme-mode) "scheme" "\ 19365(autoload (quote scheme-mode) "scheme" "\
@@ -18765,7 +19464,7 @@ apply to all visible windows in the same frame.
18765;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 19464;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
18766;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 19465;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
18767;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 19466;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
18768;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15935 48280)) 19467;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16051 51641))
18769;;; Generated autoloads from mail/sendmail.el 19468;;; Generated autoloads from mail/sendmail.el
18770 19469
18771(defvar mail-from-style (quote angles) "\ 19470(defvar mail-from-style (quote angles) "\
@@ -18969,7 +19668,7 @@ Like `mail' command, but display mail buffer in another frame.
18969;;;*** 19668;;;***
18970 19669
18971;;;### (autoloads (server-mode server-start) "server" "server.el" 19670;;;### (autoloads (server-mode server-start) "server" "server.el"
18972;;;;;; (15909 40748)) 19671;;;;;; (16024 25477))
18973;;; Generated autoloads from server.el 19672;;; Generated autoloads from server.el
18974 19673
18975(autoload (quote server-start) "server" "\ 19674(autoload (quote server-start) "server" "\
@@ -19081,7 +19780,7 @@ To work around that, do:
19081;;;*** 19780;;;***
19082 19781
19083;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 19782;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
19084;;;;;; (15913 47934)) 19783;;;;;; (15946 8210))
19085;;; Generated autoloads from progmodes/sh-script.el 19784;;; Generated autoloads from progmodes/sh-script.el
19086 19785
19087(put (quote sh-mode) (quote mode-class) (quote special)) 19786(put (quote sh-mode) (quote mode-class) (quote special))
@@ -19194,8 +19893,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
19194;;;*** 19893;;;***
19195 19894
19196;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 19895;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
19197;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15935 19896;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (16012
19198;;;;;; 44093)) 19897;;;;;; 49034))
19199;;; Generated autoloads from shadowfile.el 19898;;; Generated autoloads from shadowfile.el
19200 19899
19201(autoload (quote shadow-define-cluster) "shadowfile" "\ 19900(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -19280,56 +19979,50 @@ Otherwise, one argument `-i' is passed to the shell.
19280 19979
19281;;;*** 19980;;;***
19282 19981
19283;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15935 19982;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (15962
19284;;;;;; 48915)) 19983;;;;;; 51923))
19285;;; Generated autoloads from progmodes/simula.el 19984;;; Generated autoloads from progmodes/simula.el
19286 19985
19287(autoload (quote simula-mode) "simula" "\ 19986(autoload (quote simula-mode) "simula" "\
19288Major mode for editing SIMULA code. 19987Major mode for editing SIMULA code.
19289\\{simula-mode-map} 19988\\{simula-mode-map}
19290Variables controlling indentation style: 19989Variables controlling indentation style:
19291 simula-tab-always-indent 19990 `simula-tab-always-indent'
19292 Non-nil means TAB in SIMULA mode should always reindent the current line, 19991 Non-nil means TAB in SIMULA mode should always reindent the current line,
19293 regardless of where in the line point is when the TAB command is used. 19992 regardless of where in the line point is when the TAB command is used.
19294 simula-indent-level 19993 `simula-indent-level'
19295 Indentation of SIMULA statements with respect to containing block. 19994 Indentation of SIMULA statements with respect to containing block.
19296 simula-substatement-offset 19995 `simula-substatement-offset'
19297 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE. 19996 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
19298 simula-continued-statement-offset 3 19997 `simula-continued-statement-offset' 3
19299 Extra indentation for lines not starting a statement or substatement, 19998 Extra indentation for lines not starting a statement or substatement,
19300 e.g. a nested FOR-loop. If value is a list, each line in a multiple- 19999 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
19301 line continued statement will have the car of the list extra indentation 20000 line continued statement will have the car of the list extra indentation
19302 with respect to the previous line of the statement. 20001 with respect to the previous line of the statement.
19303 simula-label-offset -4711 20002 `simula-label-offset' -4711
19304 Offset of SIMULA label lines relative to usual indentation. 20003 Offset of SIMULA label lines relative to usual indentation.
19305 simula-if-indent '(0 . 0) 20004 `simula-if-indent' '(0 . 0)
19306 Extra indentation of THEN and ELSE with respect to the starting IF. 20005 Extra indentation of THEN and ELSE with respect to the starting IF.
19307 Value is a cons cell, the car is extra THEN indentation and the cdr 20006 Value is a cons cell, the car is extra THEN indentation and the cdr
19308 extra ELSE indentation. IF after ELSE is indented as the starting IF. 20007 extra ELSE indentation. IF after ELSE is indented as the starting IF.
19309 simula-inspect-indent '(0 . 0) 20008 `simula-inspect-indent' '(0 . 0)
19310 Extra indentation of WHEN and OTHERWISE with respect to the 20009 Extra indentation of WHEN and OTHERWISE with respect to the
19311 corresponding INSPECT. Value is a cons cell, the car is 20010 corresponding INSPECT. Value is a cons cell, the car is
19312 extra WHEN indentation and the cdr extra OTHERWISE indentation. 20011 extra WHEN indentation and the cdr extra OTHERWISE indentation.
19313 simula-electric-indent nil 20012 `simula-electric-indent' nil
19314 If this variable is non-nil, `simula-indent-line' 20013 If this variable is non-nil, `simula-indent-line'
19315 will check the previous line to see if it has to be reindented. 20014 will check the previous line to see if it has to be reindented.
19316 simula-abbrev-keyword 'upcase 20015 `simula-abbrev-keyword' 'upcase
19317 Determine how SIMULA keywords will be expanded. Value is one of 20016 Determine how SIMULA keywords will be expanded. Value is one of
19318 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table', 20017 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
19319 or nil if they should not be changed. 20018 or nil if they should not be changed.
19320 simula-abbrev-stdproc 'abbrev-table 20019 `simula-abbrev-stdproc' 'abbrev-table
19321 Determine how standard SIMULA procedure and class names will be 20020 Determine how standard SIMULA procedure and class names will be
19322 expanded. Value is one of the symbols `upcase', `downcase', `capitalize', 20021 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
19323 (as in) `abbrev-table', or nil if they should not be changed. 20022 (as in) `abbrev-table', or nil if they should not be changed.
19324 20023
19325Turning on SIMULA mode calls the value of the variable simula-mode-hook 20024Turning on SIMULA mode calls the value of the variable simula-mode-hook
19326with no arguments, if that value is non-nil 20025with no arguments, if that value is non-nil." t nil)
19327
19328Warning: simula-mode-hook should not read in an abbrev file without calling
19329the function simula-install-standard-abbrevs afterwards, preferably not
19330at all.
19331
19332\(fn)" t nil)
19333 20026
19334;;;*** 20027;;;***
19335 20028
@@ -19711,12 +20404,11 @@ Pick your favourite shortcuts:
19711 20404
19712;;;### (autoloads (reverse-region sort-columns sort-regexp-fields 20405;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
19713;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs 20406;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
19714;;;;;; sort-lines sort-subr) "sort" "sort.el" (15935 44159)) 20407;;;;;; sort-lines sort-subr) "sort" "sort.el" (16011 22577))
19715;;; Generated autoloads from sort.el 20408;;; Generated autoloads from sort.el
19716 20409
19717(autoload (quote sort-subr) "sort" "\ 20410(autoload (quote sort-subr) "sort" "\
19718General text sorting routine to divide buffer into records and sort them. 20411General text sorting routine to divide buffer into records and sort them.
19719Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
19720 20412
19721We divide the accessible portion of the buffer into disjoint pieces 20413We divide the accessible portion of the buffer into disjoint pieces
19722called sort records. A portion of each sort record (perhaps all of 20414called sort records. A portion of each sort record (perhaps all of
@@ -20304,8 +20996,8 @@ To use LINTER font locking by default, put this line into your .emacs :
20304;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes 20996;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
20305;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke 20997;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
20306;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke 20998;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
20307;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (15935 20999;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (15948
20308;;;;;; 44229)) 21000;;;;;; 48516))
20309;;; Generated autoloads from strokes.el 21001;;; Generated autoloads from strokes.el
20310 21002
20311(autoload (quote strokes-global-set-stroke) "strokes" "\ 21003(autoload (quote strokes-global-set-stroke) "strokes" "\
@@ -20433,7 +21125,7 @@ Studlify-case the current buffer.
20433;;;*** 21125;;;***
20434 21126
20435;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 21127;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
20436;;;;;; (15935 48280)) 21128;;;;;; (16048 25497))
20437;;; Generated autoloads from mail/supercite.el 21129;;; Generated autoloads from mail/supercite.el
20438 21130
20439(autoload (quote sc-cite-original) "supercite" "\ 21131(autoload (quote sc-cite-original) "supercite" "\
@@ -20517,7 +21209,7 @@ The variable `tab-width' controls the spacing of tab stops.
20517;;;;;; table-recognize table-insert-row-column table-insert-column 21209;;;;;; table-recognize table-insert-row-column table-insert-column
20518;;;;;; table-insert-row table-insert table-point-left-cell-hook 21210;;;;;; table-insert-row table-insert table-point-left-cell-hook
20519;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 21211;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
20520;;;;;; "table" "textmodes/table.el" (15935 49285)) 21212;;;;;; "table" "textmodes/table.el" (15954 5687))
20521;;; Generated autoloads from textmodes/table.el 21213;;; Generated autoloads from textmodes/table.el
20522 21214
20523(defvar table-cell-map-hook nil "\ 21215(defvar table-cell-map-hook nil "\
@@ -21115,7 +21807,7 @@ Connect to display DISPLAY for the Emacs talk group.
21115 21807
21116;;;*** 21808;;;***
21117 21809
21118;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15935 44314)) 21810;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15950 37647))
21119;;; Generated autoloads from tar-mode.el 21811;;; Generated autoloads from tar-mode.el
21120 21812
21121(autoload (quote tar-mode) "tar-mode" "\ 21813(autoload (quote tar-mode) "tar-mode" "\
@@ -21137,7 +21829,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
21137;;;*** 21829;;;***
21138 21830
21139;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 21831;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
21140;;;;;; "progmodes/tcl.el" (15935 48915)) 21832;;;;;; "progmodes/tcl.el" (15945 25970))
21141;;; Generated autoloads from progmodes/tcl.el 21833;;; Generated autoloads from progmodes/tcl.el
21142 21834
21143(autoload (quote tcl-mode) "tcl" "\ 21835(autoload (quote tcl-mode) "tcl" "\
@@ -21164,8 +21856,7 @@ documentation for details):
21164 If not nil, use a smarter, Tcl-specific way to find the current 21856 If not nil, use a smarter, Tcl-specific way to find the current
21165 word when looking up help on a Tcl command. 21857 word when looking up help on a Tcl command.
21166 21858
21167Turning on Tcl mode calls the value of the variable `tcl-mode-hook' 21859Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
21168with no args, if that value is non-nil. Read the documentation for
21169`tcl-mode-hook' to see what kinds of interesting hook functions 21860`tcl-mode-hook' to see what kinds of interesting hook functions
21170already exist. 21861already exist.
21171 21862
@@ -21278,7 +21969,7 @@ subprocess started.
21278;;;*** 21969;;;***
21279 21970
21280;;;### (autoloads (testcover-this-defun testcover-start) "testcover" 21971;;;### (autoloads (testcover-this-defun testcover-start) "testcover"
21281;;;;;; "emacs-lisp/testcover.el" (15765 63714)) 21972;;;;;; "emacs-lisp/testcover.el" (16004 31775))
21282;;; Generated autoloads from emacs-lisp/testcover.el 21973;;; Generated autoloads from emacs-lisp/testcover.el
21283 21974
21284(autoload (quote testcover-start) "testcover" "\ 21975(autoload (quote testcover-start) "testcover" "\
@@ -21316,18 +22007,18 @@ tetris-mode keybindings:
21316\\[tetris-rotate-next] Rotates the shape anticlockwise 22007\\[tetris-rotate-next] Rotates the shape anticlockwise
21317\\[tetris-move-bottom] Drops the shape to the bottom of the playing area 22008\\[tetris-move-bottom] Drops the shape to the bottom of the playing area
21318 22009
21319nil(fn)" t nil) 22010\(fn)" t nil)
21320 22011
21321;;;*** 22012;;;***
21322 22013
21323;;;### (autoloads (tex-start-shell slitex-mode latex-mode plain-tex-mode 22014;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
21324;;;;;; tex-mode tex-close-quote tex-open-quote tex-default-mode 22015;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
21325;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command 22016;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
21326;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names 22017;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
21327;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 22018;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
21328;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 22019;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
21329;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 22020;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
21330;;;;;; (15878 13994)) 22021;;;;;; (16027 4813))
21331;;; Generated autoloads from textmodes/tex-mode.el 22022;;; Generated autoloads from textmodes/tex-mode.el
21332 22023
21333(defvar tex-shell-file-name nil "\ 22024(defvar tex-shell-file-name nil "\
@@ -21470,15 +22161,7 @@ Normally set to either `plain-tex-mode' or `latex-mode'.")
21470 22161
21471(custom-autoload (quote tex-close-quote) "tex-mode") 22162(custom-autoload (quote tex-close-quote) "tex-mode")
21472 22163
21473(autoload (quote tex-mode) "tex-mode" "\ 22164(autoload (quote tex-mode) "tex-mode" nil t nil)
21474Major mode for editing files of input for TeX, LaTeX, or SliTeX.
21475Tries to determine (by looking at the beginning of the file) whether
21476this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
21477`latex-mode', or `slitex-mode', respectively. If it cannot be determined,
21478such as if there are no commands in the file, the value of `tex-default-mode'
21479says which mode to use.
21480
21481\(fn)" t nil)
21482 22165
21483(defalias (quote TeX-mode) (quote tex-mode)) 22166(defalias (quote TeX-mode) (quote tex-mode))
21484 22167
@@ -21615,10 +22298,13 @@ Not documented
21615 22298
21616\(fn)" nil nil) 22299\(fn)" nil nil)
21617 22300
22301(autoload (quote doctex-mode) "tex-mode" "\
22302Major mode to edit DocTeX files." t nil)
22303
21618;;;*** 22304;;;***
21619 22305
21620;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 22306;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
21621;;;;;; "texinfmt" "textmodes/texinfmt.el" (15935 49285)) 22307;;;;;; "texinfmt" "textmodes/texinfmt.el" (15944 17864))
21622;;; Generated autoloads from textmodes/texinfmt.el 22308;;; Generated autoloads from textmodes/texinfmt.el
21623 22309
21624(autoload (quote texinfo-format-buffer) "texinfmt" "\ 22310(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -21658,7 +22344,7 @@ if large. You can use Info-split to do this manually.
21658;;;*** 22344;;;***
21659 22345
21660;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 22346;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
21661;;;;;; "texinfo" "textmodes/texinfo.el" (15935 49285)) 22347;;;;;; "texinfo" "textmodes/texinfo.el" (15986 22457))
21662;;; Generated autoloads from textmodes/texinfo.el 22348;;; Generated autoloads from textmodes/texinfo.el
21663 22349
21664(defvar texinfo-open-quote "``" "\ 22350(defvar texinfo-open-quote "``" "\
@@ -21944,7 +22630,7 @@ This function performs no refilling of the changed text.
21944;;;*** 22630;;;***
21945 22631
21946;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 22632;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
21947;;;;;; "time" "time.el" (15747 59317)) 22633;;;;;; "time" "time.el" (16009 54369))
21948;;; Generated autoloads from time.el 22634;;; Generated autoloads from time.el
21949 22635
21950(defvar display-time-day-and-date nil "\ 22636(defvar display-time-day-and-date nil "\
@@ -22293,6 +22979,24 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
22293 22979
22294;;;*** 22980;;;***
22295 22981
22982;;;### (autoloads (tamil-composition-function tamil-compose-region)
22983;;;;;; "tml-util" "language/tml-util.el" (15944 21527))
22984;;; Generated autoloads from language/tml-util.el
22985
22986(autoload (quote tamil-compose-region) "tml-util" "\
22987Not documented
22988
22989\(fn FROM TO)" t nil)
22990
22991(autoload (quote tamil-composition-function) "tml-util" "\
22992Compose Tamil characters in REGION, or STRING if specified.
22993Assume that the REGION or STRING must fully match the composable
22994PATTERN regexp.
22995
22996\(fn FROM TO PATTERN &optional STRING)" nil nil)
22997
22998;;;***
22999
22296;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" 23000;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
22297;;;;;; "tmm.el" (15556 11342)) 23001;;;;;; "tmm.el" (15556 11342))
22298;;; Generated autoloads from tmm.el 23002;;; Generated autoloads from tmm.el
@@ -22531,7 +23235,7 @@ Constrain the cursor to the flow of the text.
22531 23235
22532;;;*** 23236;;;***
22533 23237
22534;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15935 47054)) 23238;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (15954 11393))
22535;;; Generated autoloads from emacs-lisp/tq.el 23239;;; Generated autoloads from emacs-lisp/tq.el
22536 23240
22537(autoload (quote tq-create) "tq" "\ 23241(autoload (quote tq-create) "tq" "\
@@ -22578,7 +23282,7 @@ the window or buffer configuration at all.
22578 23282
22579;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler 23283;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
22580;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 23284;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
22581;;;;;; "tramp" "net/tramp.el" (15935 48476)) 23285;;;;;; "tramp" "net/tramp.el" (16019 11187))
22582;;; Generated autoloads from net/tramp.el 23286;;; Generated autoloads from net/tramp.el
22583 23287
22584(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 23288(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -22703,7 +23407,7 @@ First column's text sSs Second column's text
22703;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics 23407;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
22704;;;;;; type-break type-break-mode type-break-keystroke-threshold 23408;;;;;; type-break type-break-mode type-break-keystroke-threshold
22705;;;;;; type-break-good-rest-interval type-break-interval type-break-mode) 23409;;;;;; type-break-good-rest-interval type-break-interval type-break-mode)
22706;;;;;; "type-break" "type-break.el" (14890 29229)) 23410;;;;;; "type-break" "type-break.el" (16022 48590))
22707;;; Generated autoloads from type-break.el 23411;;; Generated autoloads from type-break.el
22708 23412
22709(defvar type-break-mode nil "\ 23413(defvar type-break-mode nil "\
@@ -22883,7 +23587,7 @@ which specify the range to operate on.
22883;;;*** 23587;;;***
22884 23588
22885;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 23589;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
22886;;;;;; "undigest" "mail/undigest.el" (15930 33200)) 23590;;;;;; "undigest" "mail/undigest.el" (15956 38952))
22887;;; Generated autoloads from mail/undigest.el 23591;;; Generated autoloads from mail/undigest.el
22888 23592
22889(autoload (quote undigestify-rmail-message) "undigest" "\ 23593(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -22988,7 +23692,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
22988;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 23692;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
22989;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 23693;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
22990;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 23694;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
22991;;;;;; vc-checkout-hook) "vc" "vc.el" (15935 44569)) 23695;;;;;; vc-checkout-hook) "vc" "vc.el" (15955 54118))
22992;;; Generated autoloads from vc.el 23696;;; Generated autoloads from vc.el
22993 23697
22994(defvar vc-checkout-hook nil "\ 23698(defvar vc-checkout-hook nil "\
@@ -23269,7 +23973,7 @@ colors. `vc-annotate-background' specifies the background color.
23269 23973
23270;;;*** 23974;;;***
23271 23975
23272;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15883 3260)) 23976;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16038 37288))
23273;;; Generated autoloads from vc-cvs.el 23977;;; Generated autoloads from vc-cvs.el
23274 (defun vc-cvs-registered (f) 23978 (defun vc-cvs-registered (f)
23275 (when (file-readable-p (expand-file-name 23979 (when (file-readable-p (expand-file-name
@@ -23279,6 +23983,22 @@ colors. `vc-annotate-background' specifies the background color.
23279 23983
23280;;;*** 23984;;;***
23281 23985
23986;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16053 24103))
23987;;; Generated autoloads from vc-mcvs.el
23988 (defun vc-mcvs-registered (file)
23989 (let ((dir file))
23990 (while (and (stringp dir)
23991 (not (equal dir (setq dir (file-name-directory dir)))))
23992 (setq dir (if (file-directory-p
23993 (expand-file-name "MCVS/CVS" dir))
23994 t (directory-file-name dir))))
23995 (if (eq dir t)
23996 (progn
23997 (load "vc-mcvs")
23998 (vc-mcvs-registered file)))))
23999
24000;;;***
24001
23282;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 24002;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
23283;;;;;; (15935 44540)) 24003;;;;;; (15935 44540))
23284;;; Generated autoloads from vc-rcs.el 24004;;; Generated autoloads from vc-rcs.el
@@ -23310,8 +24030,18 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
23310 24030
23311;;;*** 24031;;;***
23312 24032
24033;;;### (autoloads nil "vc-svn" "vc-svn.el" (16054 36275))
24034;;; Generated autoloads from vc-svn.el
24035 (defun vc-svn-registered (f)
24036 (when (file-readable-p (expand-file-name
24037 ".svn/entries" (file-name-directory f)))
24038 (load "vc-svn")
24039 (vc-svn-registered f)))
24040
24041;;;***
24042
23313;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 24043;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
23314;;;;;; (15935 48915)) 24044;;;;;; (15973 44110))
23315;;; Generated autoloads from progmodes/vhdl-mode.el 24045;;; Generated autoloads from progmodes/vhdl-mode.el
23316 24046
23317(autoload (quote vhdl-mode) "vhdl-mode" "\ 24047(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -23320,264 +24050,512 @@ Major mode for editing VHDL code.
23320Usage: 24050Usage:
23321------ 24051------
23322 24052
23323- TEMPLATE INSERTION (electrification): After typing a VHDL keyword and 24053 TEMPLATE INSERTION (electrification):
23324 entering `\\[vhdl-electric-space]', you are prompted for arguments while a template is generated 24054 After typing a VHDL keyword and entering `SPC', you are prompted for
23325 for that VHDL construct. Typing `\\[vhdl-electric-return]' or `\\[keyboard-quit]' at the first (mandatory) 24055 arguments while a template is generated for that VHDL construct. Typing
23326 prompt aborts the current template generation. Optional arguments are 24056 `RET' or `C-g' at the first (mandatory) prompt aborts the current
23327 indicated by square brackets and removed if the queried string is left empty. 24057 template generation. Optional arguments are indicated by square
23328 Prompts for mandatory arguments remain in the code if the queried string is 24058 brackets and removed if the queried string is left empty. Prompts for
23329 left empty. They can be queried again by `\\[vhdl-template-search-prompt]'. 24059 mandatory arguments remain in the code if the queried string is left
23330 Typing `\\[just-one-space]' after a keyword inserts a space without calling the template 24060 empty. They can be queried again by `C-c C-t C-q'. Enabled
23331 generator. Automatic template generation (i.e. electrification) can be 24061 electrification is indicated by `/e' in the modeline.
23332 disabled (enabled) by typing `\\[vhdl-electric-mode]' or by setting custom variable 24062
23333 `vhdl-electric-mode' (see CUSTOMIZATION). 24063 Typing `M-SPC' after a keyword inserts a space without calling the
23334 Enabled electrification is indicated by `/e' in the modeline. 24064 template generator. Automatic template generation (i.e.
23335 Template generators can be invoked from the VHDL menu, by key bindings, by 24065 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
23336 typing `C-c C-i C-c' and choosing a construct, or by typing the keyword (i.e. 24066 setting option `vhdl-electric-mode' (see OPTIONS).
23337 first word of menu entry not in parenthesis) and `\\[vhdl-electric-space]'. 24067
23338 The following abbreviations can also be used: 24068 Template generators can be invoked from the VHDL menu, by key
23339 arch, attr, cond, conf, comp, cons, func, inst, pack, sig, var. 24069 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
23340 Template styles can be customized in customization group `vhdl-electric' 24070 the keyword (i.e. first word of menu entry not in parenthesis) and
23341 (see CUSTOMIZATION). 24071 `SPC'. The following abbreviations can also be used: arch, attr, cond,
23342 24072 conf, comp, cons, func, inst, pack, sig, var.
23343- HEADER INSERTION: A file header can be inserted by `\\[vhdl-template-header]'. A 24073
23344 file footer (template at the end of the file) can be inserted by 24074 Template styles can be customized in customization group
23345 `\\[vhdl-template-footer]'. See customization group `vhdl-header'. 24075 `vhdl-template' (see OPTIONS).
23346 24076
23347- STUTTERING: Double striking of some keys inserts cumbersome VHDL syntax 24077
23348 elements. Stuttering can be disabled (enabled) by typing `\\[vhdl-stutter-mode]' or by 24078 HEADER INSERTION:
23349 variable `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in 24079 A file header can be inserted by `C-c C-t C-h'. A file footer
23350 the modeline. The stuttering keys and their effects are: 24080 (template at the end of the file) can be inserted by `C-c C-t C-f'.
23351 ;; --> \" : \" [ --> ( -- --> comment 24081 See customization group `vhdl-header'.
23352 ;;; --> \" := \" [[ --> [ --CR --> comment-out code 24082
23353 .. --> \" => \" ] --> ) --- --> horizontal line 24083
23354 ,, --> \" <= \" ]] --> ] ---- --> display comment 24084 STUTTERING:
23355 == --> \" == \" '' --> \\\" 24085 Double striking of some keys inserts cumbersome VHDL syntax elements.
23356 24086 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
23357- WORD COMPLETION: Typing `\\[vhdl-electric-tab]' after a (not completed) word looks for a VHDL 24087 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
23358 keyword or a word in the buffer that starts alike, inserts it and adjusts 24088 the modeline. The stuttering keys and their effects are:
23359 case. Re-typing `\\[vhdl-electric-tab]' toggles through alternative word completions. 24089
23360 This also works in the minibuffer (i.e. in template generator prompts). 24090 ;; --> \" : \" [ --> ( -- --> comment
23361 Typing `\\[vhdl-electric-tab]' after `(' looks for and inserts complete parenthesized 24091 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
23362 expressions (e.g. for array index ranges). All keywords as well as standard 24092 .. --> \" => \" ] --> ) --- --> horizontal line
23363 types and subprograms of VHDL have predefined abbreviations (e.g. type \"std\" 24093 ,, --> \" <= \" ]] --> ] ---- --> display comment
23364 and `\\[vhdl-electric-tab]' will toggle through all standard types beginning with \"std\"). 24094 == --> \" == \" '' --> \\\"
23365 24095
23366 Typing `\\[vhdl-electric-tab]' after a non-word character indents the line if at the beginning 24096
23367 of a line (i.e. no preceding non-blank characters),and inserts a tabulator 24097 WORD COMPLETION:
23368 stop otherwise. `\\[tab-to-tab-stop]' always inserts a tabulator stop. 24098 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
23369 24099 word in the buffer that starts alike, inserts it and adjusts case.
23370- COMMENTS: 24100 Re-typing `TAB' toggles through alternative word completions. This also
23371 `--' puts a single comment. 24101 works in the minibuffer (i.e. in template generator prompts).
23372 `---' draws a horizontal line for separating code segments. 24102
23373 `----' inserts a display comment, i.e. two horizontal lines with a 24103 Typing `TAB' after `(' looks for and inserts complete parenthesized
23374 comment in between. 24104 expressions (e.g. for array index ranges). All keywords as well as
23375 `--CR' comments out code on that line. Re-hitting CR comments out 24105 standard types and subprograms of VHDL have predefined abbreviations
23376 following lines. 24106 (e.g. type \"std\" and `TAB' will toggle through all standard types
23377 `\\[vhdl-comment-uncomment-region]' comments out a region if not commented out, 24107 beginning with \"std\").
23378 uncomments a region if already commented out. 24108
23379 24109 Typing `TAB' after a non-word character indents the line if at the
23380 You are prompted for comments after object definitions (i.e. signals, 24110 beginning of a line (i.e. no preceding non-blank characters), and
23381 variables, constants, ports) and after subprogram and process specifications 24111 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
23382 if variable `vhdl-prompt-for-comments' is non-nil. Comments are 24112 stop.
23383 automatically inserted as additional labels (e.g. after begin statements) and 24113
23384 as help comments if `vhdl-self-insert-comments' is non-nil. 24114
23385 Inline comments (i.e. comments after a piece of code on the same line) are 24115 COMMENTS:
23386 indented at least to `vhdl-inline-comment-column'. Comments go at maximum to 24116 `--' puts a single comment.
23387 `vhdl-end-comment-column'. `\\[vhdl-electric-return]' after a space in a comment will open a 24117 `---' draws a horizontal line for separating code segments.
23388 new comment line. Typing beyond `vhdl-end-comment-column' in a comment 24118 `----' inserts a display comment, i.e. two horizontal lines
23389 automatically opens a new comment line. `\\[fill-paragraph]' re-fills 24119 with a comment in between.
23390 multi-line comments. 24120 `--CR' comments out code on that line. Re-hitting CR comments
23391 24121 out following lines.
23392- INDENTATION: `\\[vhdl-electric-tab]' indents a line if at the beginning of the line. 24122 `C-c c' comments out a region if not commented out,
23393 The amount of indentation is specified by variable `vhdl-basic-offset'. 24123 uncomments a region if already commented out.
23394 `\\[vhdl-indent-line]' always indents the current line (is bound to `TAB' if variable 24124
23395 `vhdl-intelligent-tab' is nil). Indentation can be done for an entire region 24125 You are prompted for comments after object definitions (i.e. signals,
23396 (`\\[vhdl-indent-region]') or buffer (menu). Argument and port lists are indented normally 24126 variables, constants, ports) and after subprogram and process
23397 (nil) or relative to the opening parenthesis (non-nil) according to variable 24127 specifications if option `vhdl-prompt-for-comments' is non-nil.
23398 `vhdl-argument-list-indent'. If variable `vhdl-indent-tabs-mode' is nil, 24128 Comments are automatically inserted as additional labels (e.g. after
23399 spaces are used instead of tabs. `\\[tabify]' and `\\[untabify]' allow 24129 begin statements) and as help comments if `vhdl-self-insert-comments' is
23400 to convert spaces to tabs and vice versa. 24130 non-nil.
23401 24131
23402- ALIGNMENT: The alignment functions align operators, keywords, and inline 24132 Inline comments (i.e. comments after a piece of code on the same line)
23403 comment to beautify argument lists, port maps, etc. `\\[vhdl-align-group]' aligns a group 24133 are indented at least to `vhdl-inline-comment-column'. Comments go at
23404 of consecutive lines separated by blank lines. `\\[vhdl-align-noindent-region]' aligns an 24134 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
23405 entire region. If variable `vhdl-align-groups' is non-nil, groups of code 24135 will open a new comment line. Typing beyond `vhdl-end-comment-column'
23406 lines separated by empty lines are aligned individually. `\\[vhdl-align-inline-comment-group]' aligns 24136 in a comment automatically opens a new comment line. `M-q' re-fills
23407 inline comments for a group of lines, and `\\[vhdl-align-inline-comment-region]' for a region. 24137 multi-line comments.
23408 Some templates are automatically aligned after generation if custom variable 24138
23409 `vhdl-auto-align' is non-nil. 24139
23410 `\\[vhdl-fixup-whitespace-region]' fixes up whitespace in a region. That is, operator symbols 24140 INDENTATION:
23411 are surrounded by one space, and multiple spaces are eliminated. 24141 `TAB' indents a line if at the beginning of the line. The amount of
23412 24142 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
23413- PORT TRANSLATION: Generic and port clauses from entity or component 24143 always indents the current line (is bound to `TAB' if option
23414 declarations can be copied (`\\[vhdl-port-copy]') and pasted as entity and 24144 `vhdl-intelligent-tab' is nil).
23415 component declarations, as component instantiations and corresponding 24145
23416 internal constants and signals, as a generic map with constants as actual 24146 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
23417 parameters, and as a test bench (menu). 24147 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
23418 A clause with several generic/port names on the same line can be flattened 24148 indented normally (nil) or relative to the opening parenthesis (non-nil)
23419 (`\\[vhdl-port-flatten]') so that only one name per line exists. Names for actual 24149 according to option `vhdl-argument-list-indent'.
23420 ports, instances, test benches, and design-under-test instances can be 24150
23421 derived from existing names according to variables `vhdl-...-name'. 24151 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
23422 Variables `vhdl-testbench-...' allow the insertion of additional templates 24152 tabs. `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
23423 into a test bench. New files are created for the test bench entity and 24153 and vice versa.
23424 architecture according to variable `vhdl-testbench-create-files'. 24154
23425 See customization group `vhdl-port'. 24155 Syntax-based indentation can be very slow in large files. Option
23426 24156 `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
23427- TEST BENCH GENERATION: See PORT TRANSLATION. 24157
23428 24158
23429- KEY BINDINGS: Key bindings (`C-c ...') exist for most commands (see in 24159 ALIGNMENT:
23430 menu). 24160 The alignment functions align operators, keywords, and inline comments
23431 24161 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
23432- VHDL MENU: All commands can be invoked from the VHDL menu. 24162 separated by blank lines, `C-c C-a C-i' a block of lines with same
23433 24163 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
23434- FILE BROWSER: The speedbar allows browsing of directories and file contents. 24164 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
23435 It can be accessed from the VHDL menu and is automatically opened if 24165 C-a C-d' all lines within the declarative part of a design unit. `C-c
23436 variable `vhdl-speedbar' is non-nil. 24166 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
23437 In speedbar, open files and directories with `mouse-2' on the name and 24167 for a group of lines, and `C-c C-a M-c' for a region.
23438 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'. 24168
23439 24169 If option `vhdl-align-groups' is non-nil, groups of code lines
23440- DESIGN HIERARCHY BROWSER: The speedbar can also be used for browsing the 24170 separated by special lines (see option `vhdl-align-group-separate') are
23441 hierarchy of design units contained in the source files of the current 24171 aligned individually. If option `vhdl-align-same-indent' is non-nil,
23442 directory or in the source files/directories specified for a project (see 24172 blocks of lines with same indent are aligned separately. Some templates
23443 variable `vhdl-project-alist'). 24173 are automatically aligned after generation if option `vhdl-auto-align'
23444 The speedbar can be switched between file and hierarchy browsing mode in the 24174 is non-nil.
23445 VHDL menu or by typing `f' and `h' in speedbar. 24175
23446 In speedbar, open design units with `mouse-2' on the name and browse their 24176 Alignment tries to align inline comments at
23447 hierarchy with `mouse-2' on the `+'. The hierarchy can be rescanned and 24177 `vhdl-inline-comment-column' and tries inline comment not to exceed
23448 ports directly be copied from entities by using the speedbar menu. 24178 `vhdl-end-comment-column'.
23449 24179
23450- PROJECTS: Projects can be defined in variable `vhdl-project-alist' and a 24180 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
23451 current project be selected using variable `vhdl-project' (permanently) or 24181 symbols are surrounded by one space, and multiple spaces are eliminated.
23452 from the menu (temporarily). For each project, a title string (for the file 24182
23453 headers) and source files/directories (for the hierarchy browser) can be 24183
23454 specified. 24184| CODE FILLING:
23455 24185| Code filling allows to condens code (e.g. sensitivity lists or port
23456- SPECIAL MENUES: As an alternative to the speedbar, an index menu can 24186| maps) by removing comments and newlines and re-wrapping so that all
23457 be added (set variable `vhdl-index-menu' to non-nil) or made accessible 24187| lines are maximally filled (block filling). `C-c C-f C-f' fills a list
23458 as a mouse menu (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to 24188| enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
23459 your start-up file) for browsing the file contents. Also, a source file menu 24189| blank lines, `C-c C-f C-i' a block of lines with same indent, and
23460 can be added (set variable `vhdl-source-file-menu' to non-nil) for browsing 24190| `C-c C-f M-f' an entire region.
23461 the current directory for VHDL source files. 24191
23462 24192
23463- SOURCE FILE COMPILATION: The syntax of the current buffer can be analyzed 24193 CODE BEAUTIFICATION:
23464 by calling a VHDL compiler (menu, `\\[vhdl-compile]'). The compiler to be used is 24194 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
23465 specified by variable `vhdl-compiler'. The available compilers are listed 24195 buffer respectively. This inludes indentation, alignment, and case
23466 in variable `vhdl-compiler-alist' including all required compilation command, 24196 fixing. Code beautification can also be run non-interactively using the
23467 destination directory, and error message syntax information. New compilers 24197 command:
23468 can be added. Additional compile command options can be set in variable 24198
23469 `vhdl-compiler-options'. 24199 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
23470 An entire hierarchy of source files can be compiled by the `make' command 24200
23471 (menu, `\\[vhdl-make]'). This only works if an appropriate Makefile exists. 24201
23472 The make command itself as well as a command to generate a Makefile can also 24202 PORT TRANSLATION:
23473 be specified in variable `vhdl-compiler-alist'. 24203 Generic and port clauses from entity or component declarations can be
23474 24204 copied (`C-c C-p C-w') and pasted as entity and component declarations,
23475- VHDL STANDARDS: The VHDL standards to be used are specified in variable 24205 as component instantiations and corresponding internal constants and
23476 `vhdl-standard'. Available standards are: VHDL'87/'93, VHDL-AMS, 24206 signals, as a generic map with constants as actual generics, and as
23477 Math Packages. 24207 internal signal initializations (menu).
23478 24208
23479- KEYWORD CASE: Lower and upper case for keywords and standardized types, 24209 To include formals in component instantiations, see option
23480 attributes, and enumeration values is supported. If the variable 24210 `vhdl-association-list-with-formals'. To include comments in pasting,
23481 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in lower 24211 see options `vhdl-include-...-comments'.
23482 case and are converted into upper case automatically (not for types, 24212
23483 attributes, and enumeration values). The case of keywords, types, 24213 A clause with several generic/port names on the same line can be
23484 attributes,and enumeration values can be fixed for an entire region (menu) 24214 flattened (`C-c C-p C-f') so that only one name per line exists. The
23485 or buffer (`\\[vhdl-fix-case-buffer]') according to the variables 24215| direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
23486 `vhdl-upper-case-{keywords,types,attributes,enum-values}'. 24216| outputs and vice versa, which can be useful in testbenches. (This
23487 24217| reversion is done on the internal data structure and is only reflected
23488- HIGHLIGHTING (fontification): Keywords and standardized types, attributes, 24218| in subsequent paste operations.)
23489 enumeration values, and function names (controlled by variable 24219
23490 `vhdl-highlight-keywords'), as well as comments, strings, and template 24220 Names for actual ports, instances, testbenches, and
23491 prompts are highlighted using different colors. Unit, subprogram, signal, 24221 design-under-test instances can be derived from existing names according
23492 variable, constant, parameter and generic/port names in declarations as well 24222 to options `vhdl-...-name'. See customization group `vhdl-port'.
23493 as labels are highlighted if variable `vhdl-highlight-names' is non-nil. 24223
23494 24224
23495 Additional reserved words or words with a forbidden syntax (e.g. words that 24225| SUBPROGRAM TRANSLATION:
23496 should be avoided) can be specified in variable `vhdl-forbidden-words' or 24226| Similar functionality exists for copying/pasting the interface of
23497 `vhdl-forbidden-syntax' and be highlighted in a warning color (variable 24227| subprograms (function/procedure). A subprogram interface can be copied
23498 `vhdl-highlight-forbidden-words'). Verilog keywords are highlighted as 24228| and then pasted as a subprogram declaration, body or call (uses
23499 forbidden words if variable `vhdl-highlight-verilog-keywords' is non-nil. 24229| association list with formals).
23500 24230
23501 Words with special syntax can be highlighted by specifying their syntax and 24231
23502 color in variable `vhdl-special-syntax-alist' and by setting variable 24232 TESTBENCH GENERATION:
23503 `vhdl-highlight-special-words' to non-nil. This allows to establish some 24233 A copied port can also be pasted as a testbench. The generated
23504 naming conventions (e.g. to distinguish different kinds of signals or other 24234 testbench includes an entity, an architecture, and an optional
23505 objects by using name suffices) and to support them visually. 24235 configuration. The architecture contains the component declaration and
23506 24236 instantiation of the DUT as well as internal constant and signal
23507 Variable `vhdl-highlight-case-sensitive' can be set to non-nil in order to 24237 declarations. Additional user-defined templates can be inserted. The
23508 support case-sensitive highlighting. However, keywords are then only 24238 names used for entity/architecture/configuration/DUT as well as the file
23509 highlighted if written in lower case. 24239 structure to be generated can be customized. See customization group
23510 24240 `vhdl-testbench'.
23511 Code between \"translate_off\" and \"translate_on\" pragmas is highlighted 24241
23512 using a different background color if variable `vhdl-highlight-translate-off' 24242
23513 is non-nil. 24243 KEY BINDINGS:
23514 24244 Key bindings (`C-c ...') exist for most commands (see in menu).
23515 All colors can be customized by command `\\[customize-face]'. 24245
23516 For highlighting of matching parenthesis, see customization group 24246
23517 `paren-showing' (`\\[customize-group]'). 24247 VHDL MENU:
23518 24248 All commands can be found in the VHDL menu including their key bindings.
23519- USER MODELS: VHDL models (templates) can be specified by the user and made 24249
23520 accessible in the menu, through key bindings (`C-c C-m ...'), or by keyword 24250
23521 electrification. See custom variable `vhdl-model-alist'. 24251 FILE BROWSER:
23522 24252 The speedbar allows browsing of directories and file contents. It can
23523- HIDE/SHOW: The code of entire VHDL design units can be hidden using the 24253 be accessed from the VHDL menu and is automatically opened if option
23524 `Hide/Show' menu or by pressing `S-mouse-2' within the code (variable 24254 `vhdl-speedbar-auto-open' is non-nil.
23525 `vhdl-hideshow-menu'). 24255
23526 24256 In speedbar, open files and directories with `mouse-2' on the name and
23527- PRINTING: Postscript printing with different faces (an optimized set of 24257 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
23528 faces is used if `vhdl-print-customize-faces' is non-nil) or colors 24258
23529 (if `ps-print-color-p' is non-nil) is possible using the standard Emacs 24259
23530 postscript printing commands. Variable `vhdl-print-two-column' defines 24260 DESIGN HIERARCHY BROWSER:
23531 appropriate default settings for nice landscape two-column printing. The 24261 The speedbar can also be used for browsing the hierarchy of design units
23532 paper format can be set by variable `ps-paper-type'. Do not forget to 24262 contained in the source files of the current directory or the specified
23533 switch `ps-print-color-p' to nil for printing on black-and-white printers. 24263 projects (see option `vhdl-project-alist').
23534 24264
23535- CUSTOMIZATION: All variables can easily be customized using the `Customize' 24265 The speedbar can be switched between file, directory hierarchy and
23536 menu entry or `\\[customize-option]' (`\\[customize-group]' for groups). 24266 project hierarchy browsing mode in the speedbar menu or by typing `f',
23537 Some customizations only take effect after some action (read the NOTE in 24267 `h' or `H' in speedbar.
23538 the variable documentation). Customization can also be done globally (i.e. 24268
23539 site-wide, read the INSTALL file). 24269 In speedbar, open design units with `mouse-2' on the name and browse
23540 24270 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
23541- FILE EXTENSIONS: As default, files with extensions \".vhd\" and \".vhdl\" are 24271 from entities and components (in packages). Individual design units and
23542 automatically recognized as VHDL source files. To add an extension \".xxx\", 24272 complete designs can directly be compiled (\"Make\" menu entry).
23543 add the following line to your Emacs start-up file (`.emacs'): 24273
23544 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist)) 24274 The hierarchy is automatically updated upon saving a modified source
23545 24275 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
23546- HINTS: 24276 hierarchy is only updated for projects that have been opened once in the
23547 - Type `\\[keyboard-quit] \\[keyboard-quit]' to interrupt long operations or if Emacs hangs. 24277 speedbar. The hierarchy is cached between Emacs sessions in a file (see
24278 options in group `vhdl-speedbar').
24279
24280 Simple design consistency checks are done during scanning, such as
24281 multiple declarations of the same unit or missing primary units that are
24282 required by secondary units.
24283
24284
24285| STRUCTURAL COMPOSITION:
24286| Enables simple structural composition. `C-c C-c C-n' creates a skeleton
24287| for a new component. Subcomponents (i.e. component declaration and
24288| instantiation) can be automatically placed from a previously read port
24289| (`C-c C-c C-p') or directly from the hierarchy browser (`P'). Finally,
24290| all subcomponents can be automatically connected using internal signals
24291| and ports (`C-c C-c C-w') following these rules:
24292| - subcomponent actual ports with same name are considered to be
24293| connected by a signal (internal signal or port)
24294| - signals that are only inputs to subcomponents are considered as
24295| inputs to this component -> input port created
24296| - signals that are only outputs from subcomponents are considered as
24297| outputs from this component -> output port created
24298| - signals that are inputs to AND outputs from subcomponents are
24299| considered as internal connections -> internal signal created
24300|
24301| Component declarations can be placed in a components package (option
24302| `vhdl-use-components-package') which can be automatically generated for
24303| an entire directory or project (`C-c C-c M-p'). The VHDL'93 direct
24304| component instantiation is also supported (option
24305| `vhdl-use-direct-instantiation').
24306|
24307| Purpose: With appropriate naming conventions it is possible to
24308| create higher design levels with only a few mouse clicks or key
24309| strokes. A new design level can be created by simply generating a new
24310| component, placing the required subcomponents from the hierarchy
24311| browser, and wiring everything automatically.
24312|
24313| Note: Automatic wiring only works reliably on templates of new
24314| components and component instantiations that were created by VHDL mode.
24315|
24316| See the options group `vhdl-compose' for all relevant user options.
24317
24318
24319 SOURCE FILE COMPILATION:
24320 The syntax of the current buffer can be analyzed by calling a VHDL
24321 compiler (menu, `C-c C-k'). The compiler to be used is specified by
24322 option `vhdl-compiler'. The available compilers are listed in option
24323 `vhdl-compiler-alist' including all required compilation command,
24324 command options, compilation directory, and error message syntax
24325 information. New compilers can be added.
24326
24327 All the source files of an entire design can be compiled by the `make'
24328 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
24329
24330
24331 MAKEFILE GENERATION:
24332 Makefiles can be generated automatically by an internal generation
24333 routine (`C-c M-k'). The library unit dependency information is
24334 obtained from the hierarchy browser. Makefile generation can be
24335 customized for each compiler in option `vhdl-compiler-alist'.
24336
24337 Makefile generation can also be run non-interactively using the
24338 command:
24339
24340 emacs -batch -l ~/.emacs -l vhdl-mode
24341 [-compiler compilername] [-project projectname]
24342 -f vhdl-generate-makefile
24343
24344 The Makefile's default target \"all\" compiles the entire design, the
24345 target \"clean\" removes it and the target \"library\" creates the
24346 library directory if not existent. The Makefile also includes a target
24347 for each primary library unit which allows selective compilation of this
24348 unit, its secondary units and its subhierarchy (example: compilation of
24349 a design specified by a configuration). User specific parts can be
24350 inserted into a Makefile with option `vhdl-makefile-generation-hook'.
24351
24352 Limitations:
24353 - Only library units and dependencies within the current library are
24354 considered. Makefiles for designs that span multiple libraries are
24355 not (yet) supported.
24356 - Only one-level configurations are supported (also hierarchical),
24357 but configurations that go down several levels are not.
24358 - The \"others\" keyword in configurations is not supported.
24359
24360
24361 PROJECTS:
24362 Projects can be defined in option `vhdl-project-alist' and a current
24363 project be selected using option `vhdl-project' (permanently) or from
24364 the menu or speedbar (temporarily). For each project, title and
24365 description strings (for the file headers), source files/directories
24366 (for the hierarchy browser and Makefile generation), library name, and
24367 compiler-dependent options, exceptions and compilation directory can be
24368 specified. Compilation settings overwrite the settings of option
24369 `vhdl-compiler-alist'.
24370
24371 Project setups can be exported (i.e. written to a file) and imported.
24372 Imported setups are not automatically saved in `vhdl-project-alist' but
24373 can be saved afterwards in its customization buffer. When starting
24374 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
24375 vhdl-mode\") in a directory with an existing project setup file, it is
24376 automatically loaded and its project activated if option
24377 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
24378 files can be specified in option `vhdl-project-file-name'. Multiple
24379 project setups can be automatically loaded from global directories.
24380 This is an alternative to specifying project setups with option
24381 `vhdl-project-alist'.
24382
24383
24384 SPECIAL MENUES:
24385 As an alternative to the speedbar, an index menu can be added (set
24386 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
24387 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
24388 file) for browsing the file contents (is not populated if buffer is
24389 larger than `font-lock-maximum-size'). Also, a source file menu can be
24390 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
24391 current directory for VHDL source files.
24392
24393
24394 VHDL STANDARDS:
24395 The VHDL standards to be used are specified in option `vhdl-standard'.
24396 Available standards are: VHDL'87/'93, VHDL-AMS, and Math Packages.
24397
24398
24399 KEYWORD CASE:
24400 Lower and upper case for keywords and standardized types, attributes,
24401 and enumeration values is supported. If the option
24402 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
24403 lower case and are converted into upper case automatically (not for
24404 types, attributes, and enumeration values). The case of keywords,
24405 types, attributes,and enumeration values can be fixed for an entire
24406 region (menu) or buffer (`C-c C-x C-c') according to the options
24407 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
24408
24409
24410 HIGHLIGHTING (fontification):
24411 Keywords and standardized types, attributes, enumeration values, and
24412 function names (controlled by option `vhdl-highlight-keywords'), as well
24413 as comments, strings, and template prompts are highlighted using
24414 different colors. Unit, subprogram, signal, variable, constant,
24415 parameter and generic/port names in declarations as well as labels are
24416 highlighted if option `vhdl-highlight-names' is non-nil.
24417
24418 Additional reserved words or words with a forbidden syntax (e.g. words
24419 that should be avoided) can be specified in option
24420 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
24421 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
24422 keywords are highlighted as forbidden words if option
24423 `vhdl-highlight-verilog-keywords' is non-nil.
24424
24425 Words with special syntax can be highlighted by specifying their
24426 syntax and color in option `vhdl-special-syntax-alist' and by setting
24427 option `vhdl-highlight-special-words' to non-nil. This allows to
24428 establish some naming conventions (e.g. to distinguish different kinds
24429 of signals or other objects by using name suffices) and to support them
24430 visually.
24431
24432 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
24433 to support case-sensitive highlighting. However, keywords are then only
24434 highlighted if written in lower case.
24435
24436 Code between \"translate_off\" and \"translate_on\" pragmas is
24437 highlighted using a different background color if option
24438 `vhdl-highlight-translate-off' is non-nil.
24439
24440 For documentation and customization of the used colors see
24441 customization group `vhdl-highlight-faces' (`M-x customize-group'). For
24442 highlighting of matching parenthesis, see customization group
24443 `paren-showing'. Automatic buffer highlighting is turned on/off by
24444 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
24445
24446
24447 USER MODELS:
24448 VHDL models (templates) can be specified by the user and made accessible
24449 in the menu, through key bindings (`C-c C-m ...'), or by keyword
24450 electrification. See option `vhdl-model-alist'.
24451
24452
24453 HIDE/SHOW:
24454 The code of blocks, processes, subprograms, component declarations and
24455 instantiations, generic/port clauses, and configuration declarations can
24456 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
24457 the code (see customization group `vhdl-menu'). XEmacs: limited
24458 functionality due to old `hideshow.el' package.
24459
24460
24461 CODE UPDATING:
24462 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
24463 current process, `C-c C-u M-s' of all processes in the current buffer.
24464 Limitations:
24465 - Only declared local signals (ports, signals declared in
24466 architecture and blocks) are automatically inserted.
24467 - Global signals declared in packages are not automatically inserted.
24468 Insert them once manually (will be kept afterwards).
24469 - Out parameters of procedures are considered to be read.
24470 Use option `vhdl-entity-file-name' to specify the entity file name
24471 (used to obtain the port names).
24472
24473
24474 CODE FIXING:
24475 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
24476 (e.g. if the closing parenthesis is on the wrong line or is missing).
24477
24478
24479 PRINTING:
24480 Postscript printing with different faces (an optimized set of faces is
24481 used if `vhdl-print-customize-faces' is non-nil) or colors (if
24482 `ps-print-color-p' is non-nil) is possible using the standard Emacs
24483 postscript printing commands. Option `vhdl-print-two-column' defines
24484 appropriate default settings for nice landscape two-column printing.
24485 The paper format can be set by option `ps-paper-type'. Do not forget to
24486 switch `ps-print-color-p' to nil for printing on black-and-white
24487 printers.
24488
24489
24490 OPTIONS:
24491 User options allow customization of VHDL Mode. All options are
24492 accessible from the \"Options\" menu entry. Simple options (switches
24493 and choices) can directly be changed, while for complex options a
24494 customization buffer is opened. Changed options can be saved for future
24495 sessions using the \"Save Options\" menu entry.
24496
24497 Options and their detailed descriptions can also be accessed by using
24498 the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
24499 customize-group' for groups). Some customizations only take effect
24500 after some action (read the NOTE in the option documentation).
24501 Customization can also be done globally (i.e. site-wide, read the
24502 INSTALL file).
24503
24504 Not all options are described in this documentation, so go and see
24505 what other useful user options there are (`M-x vhdl-customize' or menu)!
24506
24507
24508 FILE EXTENSIONS:
24509 As default, files with extensions \".vhd\" and \".vhdl\" are
24510 automatically recognized as VHDL source files. To add an extension
24511 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
24512
24513 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
24514
24515
24516 HINTS:
24517 - To start Emacs with open VHDL hierarchy browser without having to load
24518 a VHDL file first, use the command:
24519
24520 emacs -l vhdl-mode -f speedbar-frame-mode
24521
24522 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
24523
24524 - Some features only work on properly indented code.
24525
24526
24527 RELEASE NOTES:
24528 See also the release notes (menu) for added features in new releases.
23548 24529
23549 24530
23550Maintenance: 24531Maintenance:
23551------------ 24532------------
23552 24533
23553To submit a bug report, enter `\\[vhdl-submit-bug-report]' within VHDL Mode. 24534To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
23554Add a description of the problem and include a reproducible test case. 24535Add a description of the problem and include a reproducible test case.
23555 24536
23556Questions and enhancement requests can be sent to <vhdl-mode@geocities.com>. 24537Questions and enhancement requests can be sent to <reto@gnu.org>.
23557 24538
23558The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases. 24539The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
23559The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta releases. 24540The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
23560You are kindly invited to participate in beta testing. Subscribe to above 24541releases. You are kindly invited to participate in beta testing. Subscribe
23561mailing lists by sending an email to <vhdl-mode@geocities.com>. 24542to above mailing lists by sending an email to <reto@gnu.org>.
23562 24543
23563VHDL Mode is officially distributed on the Emacs VHDL Mode Home Page 24544VHDL Mode is officially distributed at
23564<http://www.geocities.com/SiliconValley/Peaks/8287>, where the latest 24545http://opensource.ethz.ch/emacs/vhdl-mode.html
23565version and release notes can be found. 24546where the latest version can be found.
23566 24547
23567 24548
23568Bugs and Limitations: 24549Known problems:
23569--------------------- 24550---------------
23570 24551
23571- Re-indenting large regions or expressions can be slow.
23572- Indentation bug in simultaneous if- and case-statements (VHDL-AMS). 24552- Indentation bug in simultaneous if- and case-statements (VHDL-AMS).
23573- Hideshow does not work under XEmacs. 24553- XEmacs: Incorrect start-up when automatically opening speedbar.
23574- Index menu and file tagging in speedbar do not work under XEmacs. 24554- XEmacs: Indentation in XEmacs 21.4 (and higher).
23575- Parsing compilation error messages for Ikos and Viewlogic VHDL compilers
23576 does not work under XEmacs.
23577 24555
23578 24556
23579 The VHDL Mode Maintainers 24557 The VHDL Mode Authors
23580 Reto Zimmermann and Rod Whitby 24558 Reto Zimmermann and Rod Whitby
23581 24559
23582Key bindings: 24560Key bindings:
23583------------- 24561-------------
@@ -23689,8 +24667,8 @@ Not documented
23689 24667
23690;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame 24668;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame
23691;;;;;; view-buffer-other-window view-buffer view-file-other-frame 24669;;;;;; view-buffer-other-window view-buffer view-file-other-frame
23692;;;;;; view-file-other-window view-file) "view" "view.el" (15935 24670;;;;;; view-file-other-window view-file) "view" "view.el" (16051
23693;;;;;; 44605)) 24671;;;;;; 51601))
23694;;; Generated autoloads from view.el 24672;;; Generated autoloads from view.el
23695 24673
23696(defvar view-mode nil "\ 24674(defvar view-mode nil "\
@@ -24024,7 +25002,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
24024;;;*** 25002;;;***
24025 25003
24026;;;### (autoloads (which-function-mode) "which-func" "which-func.el" 25004;;;### (autoloads (which-function-mode) "which-func" "which-func.el"
24027;;;;;; (15935 44700)) 25005;;;;;; (16034 39630))
24028;;; Generated autoloads from which-func.el 25006;;; Generated autoloads from which-func.el
24029 25007
24030(defalias (quote which-func-mode) (quote which-function-mode)) 25008(defalias (quote which-func-mode) (quote which-function-mode))
@@ -24169,8 +25147,8 @@ With arg, turn widget mode on if and only if arg is positive.
24169;;;*** 25147;;;***
24170 25148
24171;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 25149;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
24172;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15867 25150;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15948
24173;;;;;; 16241)) 25151;;;;;; 48537))
24174;;; Generated autoloads from wid-edit.el 25152;;; Generated autoloads from wid-edit.el
24175 25153
24176(autoload (quote widgetp) "wid-edit" "\ 25154(autoload (quote widgetp) "wid-edit" "\
@@ -24285,7 +25263,7 @@ With arg, turn Winner mode on if and only if arg is positive.
24285;;;*** 25263;;;***
24286 25264
24287;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 25265;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
24288;;;;;; "woman.el" (15930 37838)) 25266;;;;;; "woman.el" (16011 21748))
24289;;; Generated autoloads from woman.el 25267;;; Generated autoloads from woman.el
24290 25268
24291(autoload (quote woman) "woman" "\ 25269(autoload (quote woman) "woman" "\
@@ -24433,8 +25411,8 @@ The key bindings are:
24433 25411
24434;;;*** 25412;;;***
24435 25413
24436;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15935 25414;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16017
24437;;;;;; 44818)) 25415;;;;;; 34179))
24438;;; Generated autoloads from xt-mouse.el 25416;;; Generated autoloads from xt-mouse.el
24439 25417
24440(defvar xterm-mouse-mode nil "\ 25418(defvar xterm-mouse-mode nil "\
@@ -24533,38 +25511,37 @@ Zone-mode does two things:
24533;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 25511;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
24534;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el" 25512;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/parse-time.el"
24535;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" 25513;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el"
24536;;;;;; "cus-theme.el" "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" 25514;;;;;; "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el"
24537;;;;;; "ediff-diff.el" "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" 25515;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el"
24538;;;;;; "ediff-vers.el" "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" 25516;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
24539;;;;;; "emacs-lisp/authors.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" 25517;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/cl-compat.el"
24540;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 25518;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
24541;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 25519;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/ewoc.el"
24542;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/find-gc.el" "emacs-lisp/float.el" 25520;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/float.el" "emacs-lisp/gulp.el"
24543;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" 25521;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el"
24544;;;;;; "emacs-lisp/lisp-mode.el" "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" 25522;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el"
24545;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" 25523;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" "emacs-lisp/testcover-ses.el"
24546;;;;;; "emacs-lisp/testcover-ses.el" "emacs-lisp/testcover-unsafep.el" 25524;;;;;; "emacs-lisp/testcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
24547;;;;;; "emacs-lock.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el" 25525;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
24548;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el" 25526;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-mapper.el"
24549;;;;;; "emulation/edt-vt100.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" 25527;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
24550;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" 25528;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
24551;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el" 25529;;;;;; "emulation/viper-util.el" "env.el" "eshell/em-alias.el" "eshell/em-banner.el"
24552;;;;;; "env.el" "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el" 25530;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
24553;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" 25531;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
24554;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el" 25532;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
24555;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el" 25533;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
24556;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el" 25534;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
24557;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el" 25535;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
24558;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el" 25536;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el"
24559;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" 25537;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
24560;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 25538;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el"
24561;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el" 25539;;;;;; "float-sup.el" "foldout.el" "font-core.el" "format.el" "forms-d2.el"
24562;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" 25540;;;;;; "forms-pass.el" "frame.el" "generic-x.el" "gnus/flow-fill.el"
24563;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el" 25541;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
24564;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" 25542;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
24565;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" 25543;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
24566;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" 25544;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
24567;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
24568;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 25545;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
24569;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 25546;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
24570;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 25547;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
@@ -24597,31 +25574,33 @@ Zone-mode does two things:
24597;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el" 25574;;;;;; "language/ethiopic.el" "language/european.el" "language/georgian.el"
24598;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" 25575;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el"
24599;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" 25576;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el"
24600;;;;;; "language/misc-lang.el" "language/romanian.el" "language/slovak.el" 25577;;;;;; "language/malayalam.el" "language/misc-lang.el" "language/romanian.el"
24601;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el" 25578;;;;;; "language/slovak.el" "language/tamil.el" "language/thai.el"
24602;;;;;; "language/vietnamese.el" "loadup.el" "mail/blessmail.el" 25579;;;;;; "language/tibetan.el" "language/utf-8-lang.el" "language/vietnamese.el"
24603;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el" 25580;;;;;; "loaddefs1.el" "loadup.el" "mail/blessmail.el" "mail/mailheader.el"
24604;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el" 25581;;;;;; "mail/mailpost.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el"
24605;;;;;; "map-ynp.el" "menu-bar.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" 25582;;;;;; "mail/rmail-spam-filter.el" "mail/uce.el" "mail/vms-pmail.el"
24606;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-identity.el" "mh-e/mh-index.el" 25583;;;;;; "map-ynp.el" "mh-e/mh-alias.el" "mh-e/mh-customize.el" "mh-e/mh-funcs.el"
24607;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-pick.el" 25584;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el"
24608;;;;;; "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el" 25585;;;;;; "mh-e/mh-junk.el" "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el"
24609;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el" 25586;;;;;; "mh-e/mh-pick.el" "mh-e/mh-seq.el" "mh-e/mh-speed.el" "mh-e/mh-xemacs-compat.el"
24610;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el" 25587;;;;;; "mh-e/mh-xemacs-icons.el" "misc.el" "mouse-copy.el" "mouse-drag.el"
24611;;;;;; "net/ldap.el" "net/netrc.el" "net/tramp-ftp.el" "net/tramp-smb.el" 25588;;;;;; "mouse.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
24612;;;;;; "net/tramp-util.el" "net/tramp-uu.el" "net/tramp-vc.el" "obsolete/cplus-md.el" 25589;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el"
24613;;;;;; "obsolete/hilit19.el" "obsolete/mlsupport.el" "obsolete/ooutline.el" 25590;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el"
24614;;;;;; "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el" 25591;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/hilit19.el"
24615;;;;;; "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el" 25592;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
24616;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "patcomp.el" 25593;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
24617;;;;;; "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" 25594;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
24618;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 25595;;;;;; "obsolete/x-menu.el" "patcomp.el" "paths.el" "pcvs-info.el"
24619;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" 25596;;;;;; "pcvs-parse.el" "pcvs-util.el" "play/gamegrid.el" "play/gametree.el"
24620;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" 25597;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
24621;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" 25598;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-compat.el"
24622;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" 25599;;;;;; "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el"
24623;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el" 25600;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"
24624;;;;;; "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el" 25601;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el"
25602;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "regi.el" "register.el"
25603;;;;;; "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"
24625;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" 25604;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
24626;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" 25605;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
24627;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el" 25606;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
@@ -24641,7 +25620,7 @@ Zone-mode does two things:
24641;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" 25620;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
24642;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 25621;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
24643;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 25622;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
24644;;;;;; "xml.el" "xscheme.el") (15937 17172 70907)) 25623;;;;;; "xml.el") (16055 65403 916393))
24645 25624
24646;;;*** 25625;;;***
24647 25626