aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-08-30 20:41:05 +0000
committerStefan Monnier2002-08-30 20:41:05 +0000
commitcb285f914884589c59e4a2a5a645162f433b62ae (patch)
treefdb52ea21ddba75e37c5285c8c345ba156e6136a
parente2d9d8a1b987488975e0d575a2d39487ea395ec0 (diff)
downloademacs-cb285f914884589c59e4a2a5a645162f433b62ae.tar.gz
emacs-cb285f914884589c59e4a2a5a645162f433b62ae.zip
Recreated, to remove spurious `reveal-mode' autoloads.
-rw-r--r--lisp/loaddefs.el2604
1 files changed, 417 insertions, 2187 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index fdefa34a524..eb1210cda3b 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -407,10 +407,9 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil)
407;;;*** 407;;;***
408 408
409;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 409;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
410;;;;;; "net/ange-ftp.el" (15707 34351)) 410;;;;;; "net/ange-ftp.el" (15724 63540))
411;;; Generated autoloads from net/ange-ftp.el 411;;; Generated autoloads from net/ange-ftp.el
412 412 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
413(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
414 413
415(autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ 414(autoload (quote ange-ftp-reread-dir) "ange-ftp" "\
416Reread remote directory DIR to update the directory cache. 415Reread remote directory DIR to update the directory cache.
@@ -421,7 +420,9 @@ directory, so that Emacs will know its current contents." t nil)
421 420
422(autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil) 421(autoload (quote ange-ftp-hook-function) "ange-ftp" nil nil nil)
423 422
424(put (quote ange-ftp-hook-function) (quote file-remote-p) t) 423(or (assoc "^/[^/:]*[^/:.]:" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)) file-name-handler-alist)))
424
425(or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))
425 426
426;;;*** 427;;;***
427 428
@@ -502,7 +503,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil)
502;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 503;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
503;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 504;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
504;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 505;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
505;;;;;; "appt" "calendar/appt.el" (15708 56871)) 506;;;;;; "appt" "calendar/appt.el" (15724 63538))
506;;; Generated autoloads from calendar/appt.el 507;;; Generated autoloads from calendar/appt.el
507 508
508(defvar appt-issue-message t "\ 509(defvar appt-issue-message t "\
@@ -599,8 +600,8 @@ Returns list of symbols and documentation found." t nil)
599 600
600;;;*** 601;;;***
601 602
602;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15591 603;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15626
603;;;;;; 63983)) 604;;;;;; 5161))
604;;; Generated autoloads from arc-mode.el 605;;; Generated autoloads from arc-mode.el
605 606
606(autoload (quote archive-mode) "arc-mode" "\ 607(autoload (quote archive-mode) "arc-mode" "\
@@ -618,7 +619,7 @@ archive.
618 619
619;;;*** 620;;;***
620 621
621;;;### (autoloads (array-mode) "array" "array.el" (15425 19755)) 622;;;### (autoloads (array-mode) "array" "array.el" (15626 5161))
622;;; Generated autoloads from array.el 623;;; Generated autoloads from array.el
623 624
624(autoload (quote array-mode) "array" "\ 625(autoload (quote array-mode) "array" "\
@@ -687,8 +688,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
687 688
688;;;*** 689;;;***
689 690
690;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15651 691;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15669
691;;;;;; 7291)) 692;;;;;; 50258))
692;;; Generated autoloads from textmodes/artist.el 693;;; Generated autoloads from textmodes/artist.el
693 694
694(autoload (quote artist-mode) "artist" "\ 695(autoload (quote artist-mode) "artist" "\
@@ -919,7 +920,7 @@ Special commands:
919;;;*** 920;;;***
920 921
921;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el" 922;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
922;;;;;; (15185 49575)) 923;;;;;; (15235 51738))
923;;; Generated autoloads from obsolete/auto-show.el 924;;; Generated autoloads from obsolete/auto-show.el
924 925
925(defvar auto-show-mode nil "\ 926(defvar auto-show-mode nil "\
@@ -986,7 +987,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
986;;;*** 987;;;***
987 988
988;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" 989;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
989;;;;;; (15327 25266)) 990;;;;;; (15327 25337))
990;;; Generated autoloads from progmodes/autoconf.el 991;;; Generated autoloads from progmodes/autoconf.el
991 992
992(autoload (quote autoconf-mode) "autoconf" "\ 993(autoload (quote autoconf-mode) "autoconf" "\
@@ -995,7 +996,7 @@ Major mode for editing Autoconf configure.in files." t nil)
995;;;*** 996;;;***
996 997
997;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert) 998;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
998;;;;;; "autoinsert" "autoinsert.el" (15567 16400)) 999;;;;;; "autoinsert" "autoinsert.el" (15707 44426))
999;;; Generated autoloads from autoinsert.el 1000;;; Generated autoloads from autoinsert.el
1000 1001
1001(autoload (quote auto-insert) "autoinsert" "\ 1002(autoload (quote auto-insert) "autoinsert" "\
@@ -1088,7 +1089,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil)
1088;;;*** 1089;;;***
1089 1090
1090;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" 1091;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1091;;;;;; "avoid.el" (15197 22088)) 1092;;;;;; "avoid.el" (15235 51725))
1092;;; Generated autoloads from avoid.el 1093;;; Generated autoloads from avoid.el
1093 1094
1094(defvar mouse-avoidance-mode nil "\ 1095(defvar mouse-avoidance-mode nil "\
@@ -1143,7 +1144,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil)
1143;;;*** 1144;;;***
1144 1145
1145;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1146;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1146;;;;;; (15251 14241)) 1147;;;;;; (15252 4768))
1147;;; Generated autoloads from emacs-lisp/backquote.el 1148;;; Generated autoloads from emacs-lisp/backquote.el
1148 1149
1149(autoload (quote backquote) "backquote" "\ 1150(autoload (quote backquote) "backquote" "\
@@ -1183,8 +1184,8 @@ seconds." t nil)
1183 1184
1184;;;*** 1185;;;***
1185 1186
1186;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15630 1187;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15727
1187;;;;;; 29474)) 1188;;;;;; 54456))
1188;;; Generated autoloads from textmodes/bibtex.el 1189;;; Generated autoloads from textmodes/bibtex.el
1189 1190
1190(autoload (quote bibtex-mode) "bibtex" "\ 1191(autoload (quote bibtex-mode) "bibtex" "\
@@ -1193,7 +1194,7 @@ Major mode for editing BibTeX files.
1193To submit a problem report, enter \\[bibtex-submit-bug-report] from a 1194To submit a problem report, enter \\[bibtex-submit-bug-report] from a
1194BibTeX mode buffer. This automatically sets up a mail buffer with 1195BibTeX mode buffer. This automatically sets up a mail buffer with
1195version information already added. You just need to add a description 1196version information already added. You just need to add a description
1196of the problem, including a reproducable test case and send the 1197of the problem, including a reproducible test case and send the
1197message. 1198message.
1198 1199
1199 1200
@@ -1943,7 +1944,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1943;;;*** 1944;;;***
1944 1945
1945;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) 1946;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1946;;;;;; "bs" "bs.el" (15354 40500)) 1947;;;;;; "bs" "bs.el" (15727 54454))
1947;;; Generated autoloads from bs.el 1948;;; Generated autoloads from bs.el
1948 1949
1949(autoload (quote bs-cycle-next) "bs" "\ 1950(autoload (quote bs-cycle-next) "bs" "\
@@ -1975,82 +1976,6 @@ name of buffer configuration." t nil)
1975 1976
1976;;;*** 1977;;;***
1977 1978
1978;;;### (autoloads (insert-text-button make-text-button insert-button
1979;;;;;; make-button define-button-type) "button" "button.el" (15412
1980;;;;;; 6557))
1981;;; Generated autoloads from button.el
1982
1983(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
1984Keymap used by buttons.")
1985
1986(defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] (quote forward-button)) (define-key map [backtab] (quote backward-button)) map) "\
1987Keymap useful for buffers containing buttons.
1988Mode-specific keymaps may want to use this as their parent keymap.")
1989
1990(autoload (quote define-button-type) "button" "\
1991Define a `button type' called NAME.
1992The remaining arguments form a sequence of PROPERTY VALUE pairs,
1993specifying properties to use as defaults for buttons with this type
1994\(a button's type may be set by giving it a `type' property when
1995creating the button, using the :type keyword argument).
1996
1997In addition, the keyword argument :supertype may be used to specify a
1998button-type from which NAME inherits its default property values
1999\(however, the inheritance happens only when NAME is defined; subsequent
2000changes to a supertype are not reflected in its subtypes)." nil nil)
2001
2002(autoload (quote make-button) "button" "\
2003Make a button from BEG to END in the current buffer.
2004The remaining arguments form a sequence of PROPERTY VALUE pairs,
2005specifying properties to add to the button.
2006In addition, the keyword argument :type may be used to specify a
2007button-type from which to inherit other properties; see
2008`define-button-type'.
2009
2010Also see `make-text-button', `insert-button'." nil nil)
2011
2012(autoload (quote insert-button) "button" "\
2013Insert a button with the label LABEL.
2014The remaining arguments form a sequence of PROPERTY VALUE pairs,
2015specifying properties to add to the button.
2016In addition, the keyword argument :type may be used to specify a
2017button-type from which to inherit other properties; see
2018`define-button-type'.
2019
2020Also see `insert-text-button', `make-button'." nil nil)
2021
2022(autoload (quote make-text-button) "button" "\
2023Make a button from BEG to END in the current buffer.
2024The remaining arguments form a sequence of PROPERTY VALUE pairs,
2025specifying properties to add to the button.
2026In addition, the keyword argument :type may be used to specify a
2027button-type from which to inherit other properties; see
2028`define-button-type'.
2029
2030This function is like `make-button', except that the button is actually
2031part of the text instead of being a property of the buffer. Creating
2032large numbers of buttons can also be somewhat faster using
2033`make-text-button'.
2034
2035Also see `insert-text-button'." nil nil)
2036
2037(autoload (quote insert-text-button) "button" "\
2038Insert a button with the label LABEL.
2039The remaining arguments form a sequence of PROPERTY VALUE pairs,
2040specifying properties to add to the button.
2041In addition, the keyword argument :type may be used to specify a
2042button-type from which to inherit other properties; see
2043`define-button-type'.
2044
2045This function is like `insert-button', except that the button is
2046actually part of the text instead of being a property of the buffer.
2047Creating large numbers of buttons can also be somewhat faster using
2048`insert-text-button'.
2049
2050Also see `make-text-button'." nil nil)
2051
2052;;;***
2053
2054;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1979;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2055;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 1980;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2056;;;;;; compile-defun byte-compile-file byte-recompile-directory 1981;;;;;; compile-defun byte-compile-file byte-recompile-directory
@@ -2129,7 +2054,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." nil nil
2129 2054
2130;;;*** 2055;;;***
2131 2056
2132;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15186 39912)) 2057;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (15235 51733))
2133;;; Generated autoloads from calendar/cal-dst.el 2058;;; Generated autoloads from calendar/cal-dst.el
2134 2059
2135(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t) 2060(put (quote calendar-daylight-savings-starts) (quote risky-local-variable) t)
@@ -2149,87 +2074,6 @@ from the cursor position." t nil)
2149 2074
2150;;;*** 2075;;;***
2151 2076
2152;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2153;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2154;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (15698
2155;;;;;; 64355))
2156;;; Generated autoloads from calc/calc.el
2157
2158(defvar calc-info-filename "calc.info" "\
2159*File name in which to look for the Calculator's Info documentation.")
2160
2161(defvar calc-settings-file user-init-file "\
2162*File in which to record permanent settings; default is `user-init-file'.")
2163
2164(defvar calc-autoload-directory nil "\
2165Name of directory from which additional \".elc\" files for Calc should be
2166loaded. Should include a trailing \"/\".
2167If nil, use original installation directory.
2168This can safely be nil as long as the Calc files are on the load-path.")
2169
2170(defvar calc-gnuplot-name "gnuplot" "\
2171*Name of GNUPLOT program, for calc-graph features.")
2172
2173(defvar calc-gnuplot-plot-command nil "\
2174*Name of command for displaying GNUPLOT output; %s = file name to print.")
2175
2176(defvar calc-gnuplot-print-command "lp %s" "\
2177*Name of command for printing GNUPLOT output; %s = file name to print.")
2178 (global-set-key "\e#" 'calc-dispatch)
2179
2180(autoload (quote calc-dispatch) "calc" "\
2181Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details." t nil)
2182
2183(autoload (quote calc) "calc" "\
2184The Emacs Calculator. Full documentation is listed under \"calc-mode\"." t nil)
2185
2186(autoload (quote full-calc) "calc" "\
2187Invoke the Calculator and give it a full-sized window." t nil)
2188
2189(autoload (quote quick-calc) "calc" "\
2190Do a quick calculation in the minibuffer without invoking full Calculator." t nil)
2191
2192(autoload (quote calc-eval) "calc" "\
2193Do a quick calculation and return the result as a string.
2194Return value will either be the formatted result in string form,
2195or a list containing a character position and an error message in string form." nil nil)
2196
2197(autoload (quote calc-keypad) "calc" "\
2198Invoke the Calculator in \"visual keypad\" mode.
2199This is most useful in the X window system.
2200In this mode, click on the Calc \"buttons\" using the left mouse button.
2201Or, position the cursor manually and do M-x calc-keypad-press." t nil)
2202
2203(autoload (quote full-calc-keypad) "calc" "\
2204Invoke the Calculator in full-screen \"visual keypad\" mode.
2205See calc-keypad for details." t nil)
2206
2207(autoload (quote calc-grab-region) "calc" "\
2208Parse the region as a vector of numbers and push it on the Calculator stack." t nil)
2209
2210(autoload (quote calc-grab-rectangle) "calc" "\
2211Parse a rectangle as a matrix of numbers and push it on the Calculator stack." t nil)
2212
2213(autoload (quote calc-embedded) "calc" "\
2214Start Calc Embedded mode on the formula surrounding point." t nil)
2215
2216(autoload (quote calc-embedded-activate) "calc" "\
2217Scan the current editing buffer for all embedded := and => formulas.
2218Also looks for the equivalent TeX words, \\gets and \\evalto." t nil)
2219
2220(autoload (quote defmath) "calc" nil nil (quote macro))
2221
2222;;;***
2223
2224;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el"
2225;;;;;; (15605 43432))
2226;;; Generated autoloads from calc/calc-ext.el
2227
2228(autoload (quote calc-extensions) "calc-ext" "\
2229This function is part of the autoload linkage for parts of Calc." nil nil)
2230
2231;;;***
2232
2233;;;### (autoloads (calculator) "calculator" "calculator.el" (15453 2077;;;### (autoloads (calculator) "calculator" "calculator.el" (15453
2234;;;;;; 16009)) 2078;;;;;; 16009))
2235;;; Generated autoloads from calculator.el 2079;;; Generated autoloads from calculator.el
@@ -2892,7 +2736,7 @@ and exists only for compatibility reasons." t nil)
2892 2736
2893;;;*** 2737;;;***
2894 2738
2895;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15556 56060)) 2739;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15626 5163))
2896;;; Generated autoloads from progmodes/cc-vars.el 2740;;; Generated autoloads from progmodes/cc-vars.el
2897 2741
2898(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\ 2742(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -3381,7 +3225,7 @@ a future Emacs interpreter will be able to use it.")
3381;;;*** 3225;;;***
3382 3226
3383;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el" 3227;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3384;;;;;; (15250 27620)) 3228;;;;;; (15252 4769))
3385;;; Generated autoloads from progmodes/cmacexp.el 3229;;; Generated autoloads from progmodes/cmacexp.el
3386 3230
3387(autoload (quote c-macro-expand) "cmacexp" "\ 3231(autoload (quote c-macro-expand) "cmacexp" "\
@@ -3413,19 +3257,6 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3413 3257
3414;;;*** 3258;;;***
3415 3259
3416;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3417;;;;;; (15591 63983))
3418;;; Generated autoloads from international/code-pages.el
3419
3420(autoload (quote cp-make-coding-system) "code-pages" "\
3421Make coding system NAME for and 8-bit, extended-ASCII character set.
3422V is a 128-long vector of characters to translate the upper half of
3423the charactert set. DOC-STRING and MNEMONIC are used as the
3424corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3425?* is used." nil (quote macro))
3426
3427;;;***
3428
3429;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3260;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3430;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3261;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3431;;;;;; "codepage" "international/codepage.el" (15507 55753)) 3262;;;;;; "codepage" "international/codepage.el" (15507 55753))
@@ -3704,7 +3535,7 @@ See variables `compilation-parse-errors-function' and
3704;;;*** 3535;;;***
3705 3536
3706;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 3537;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
3707;;;;;; (15186 56482)) 3538;;;;;; (15235 51726))
3708;;; Generated autoloads from complete.el 3539;;; Generated autoloads from complete.el
3709 3540
3710(defvar partial-completion-mode nil "\ 3541(defvar partial-completion-mode nil "\
@@ -3984,7 +3815,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3984;;;*** 3815;;;***
3985 3816
3986;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3817;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3987;;;;;; (15649 61374)) 3818;;;;;; (15669 50258))
3988;;; Generated autoloads from progmodes/cperl-mode.el 3819;;; Generated autoloads from progmodes/cperl-mode.el
3989 3820
3990(autoload (quote cperl-mode) "cperl-mode" "\ 3821(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3999,7 +3830,7 @@ sometimes <>. When the user types the first, she gets the second as
3999well, with optional special formatting done on {}. (Disabled by 3830well, with optional special formatting done on {}. (Disabled by
4000default.) You can always quote (with \\[quoted-insert]) the left 3831default.) You can always quote (with \\[quoted-insert]) the left
4001\"paren\" to avoid the expansion. The processing of < is special, 3832\"paren\" to avoid the expansion. The processing of < is special,
4002since most the time you mean \"less\". CPerl mode tries to guess 3833since most the time you mean \"less\". Cperl mode tries to guess
4003whether you want to type pair <>, and inserts is if it 3834whether you want to type pair <>, and inserts is if it
4004appropriate. You can set `cperl-electric-parens-string' to the string that 3835appropriate. You can set `cperl-electric-parens-string' to the string that
4005contains the parenths from the above list you want to be electrical. 3836contains the parenths from the above list you want to be electrical.
@@ -4150,7 +3981,7 @@ with no args.
4150 3981
4151DO NOT FORGET to read micro-docs (available from `Perl' menu) 3982DO NOT FORGET to read micro-docs (available from `Perl' menu)
4152or as help on variables `cperl-tips', `cperl-problems', 3983or as help on variables `cperl-tips', `cperl-problems',
4153`cperl-praise', `cperl-speed'." t nil) 3984`cperl-non-problems', `cperl-praise', `cperl-speed'." t nil)
4154 3985
4155;;;*** 3986;;;***
4156 3987
@@ -4227,35 +4058,6 @@ INHERIT-INPUT-METHOD." nil nil)
4227 4058
4228;;;*** 4059;;;***
4229 4060
4230;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4231;;;;;; (15640 49861))
4232;;; Generated autoloads from emulation/cua-base.el
4233
4234(defvar cua-mode nil "\
4235Non-nil means that CUA emulation mode is enabled.
4236In CUA mode, shifted movement keys highlight and extend the region.
4237When a region is highlighted, the binding of the C-x and C-c keys are
4238temporarily changed to work as Motif, MAC or MS-Windows cut and paste.
4239Also, insertion commands first delete the region and then insert.
4240This mode enables Transient Mark mode and it provides a superset of the
4241PC Selection Mode and Delete Selection Modes.
4242
4243Setting this variable directly does not take effect;
4244use either \\[customize] or the function `cua-mode'.")
4245
4246(custom-add-to-group (quote cua) (quote cua-mode) (quote custom-variable))
4247
4248(custom-add-load (quote cua-mode) (quote cua-base))
4249
4250(autoload (quote cua-mode) "cua-base" "\
4251Toggle CUA key-binding mode.
4252When enabled, using shifted movement keys will activate the region (and
4253highlight the region using `transient-mark-mode'), and typed text replaces
4254the active selection. C-z, C-x, C-c, and C-v will undo, cut, copy, and
4255paste (in addition to the normal emacs bindings)." t nil)
4256
4257;;;***
4258
4259;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all 4061;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all
4260;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window 4062;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window
4261;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces 4063;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
@@ -4568,8 +4370,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
4568 4370
4569;;;*** 4371;;;***
4570 4372
4571;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15363 4373;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (15727
4572;;;;;; 46803)) 4374;;;;;; 54456))
4573;;; Generated autoloads from progmodes/dcl-mode.el 4375;;; Generated autoloads from progmodes/dcl-mode.el
4574 4376
4575(autoload (quote dcl-mode) "dcl-mode" "\ 4377(autoload (quote dcl-mode) "dcl-mode" "\
@@ -4813,8 +4615,8 @@ no args, if that value is non-nil." t nil)
4813 4615
4814;;;*** 4616;;;***
4815 4617
4816;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15352 4618;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (15432
4817;;;;;; 42199)) 4619;;;;;; 24082))
4818;;; Generated autoloads from delsel.el 4620;;; Generated autoloads from delsel.el
4819 4621
4820(defalias (quote pending-delete-mode) (quote delete-selection-mode)) 4622(defalias (quote pending-delete-mode) (quote delete-selection-mode))
@@ -4885,26 +4687,6 @@ the first time the mode is used." nil nil)
4885 4687
4886;;;*** 4688;;;***
4887 4689
4888;;;### (autoloads (describe-char describe-text-properties) "descr-text"
4889;;;;;; "descr-text.el" (15640 49858))
4890;;; Generated autoloads from descr-text.el
4891
4892(autoload (quote describe-text-properties) "descr-text" "\
4893Describe widgets, buttons, overlays and text properties at POS.
4894Interactively, describe them for the character after point.
4895If optional second argument OUTPUT-BUFFER is non-nil,
4896insert the output into that buffer, and don't initialize or clear it
4897otherwise." t nil)
4898
4899(autoload (quote describe-char) "descr-text" "\
4900Describe the character after POS (interactively, the character after point).
4901The information includes character code, charset and code points in it,
4902syntax, category, how the character is encoded in a file,
4903character composition information (if relevant),
4904as well as widgets, buttons, overlays, and text properties." t nil)
4905
4906;;;***
4907
4908;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 4690;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
4909;;;;;; (15501 5682)) 4691;;;;;; (15501 5682))
4910;;; Generated autoloads from desktop.el 4692;;; Generated autoloads from desktop.el
@@ -5368,7 +5150,7 @@ buffer and try again." t nil)
5368 5150
5369;;;*** 5151;;;***
5370 5152
5371;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14977 56454)) 5153;;;### (autoloads (dirtrack) "dirtrack" "dirtrack.el" (14999 58021))
5372;;; Generated autoloads from dirtrack.el 5154;;; Generated autoloads from dirtrack.el
5373 5155
5374(autoload (quote dirtrack) "dirtrack" "\ 5156(autoload (quote dirtrack) "dirtrack" "\
@@ -5478,7 +5260,7 @@ for users who call this function in `.emacs'." nil nil)
5478;;;*** 5260;;;***
5479 5261
5480;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el" 5262;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
5481;;;;;; (15185 49575)) 5263;;;;;; (15235 51738))
5482;;; Generated autoloads from play/dissociate.el 5264;;; Generated autoloads from play/dissociate.el
5483 5265
5484(autoload (quote dissociated-press) "dissociate" "\ 5266(autoload (quote dissociated-press) "dissociate" "\
@@ -5492,7 +5274,7 @@ Default is 2." t nil)
5492 5274
5493;;;*** 5275;;;***
5494 5276
5495;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15317 38827)) 5277;;;### (autoloads (doctor) "doctor" "play/doctor.el" (15318 59420))
5496;;; Generated autoloads from play/doctor.el 5278;;; Generated autoloads from play/doctor.el
5497 5279
5498(autoload (quote doctor) "doctor" "\ 5280(autoload (quote doctor) "doctor" "\
@@ -5501,7 +5283,7 @@ Switch to *doctor* buffer and start giving psychotherapy." t nil)
5501;;;*** 5283;;;***
5502 5284
5503;;;### (autoloads (double-mode double-mode) "double" "double.el" 5285;;;### (autoloads (double-mode double-mode) "double" "double.el"
5504;;;;;; (15186 56482)) 5286;;;;;; (15235 51726))
5505;;; Generated autoloads from double.el 5287;;; Generated autoloads from double.el
5506 5288
5507(defvar double-mode nil "\ 5289(defvar double-mode nil "\
@@ -5522,7 +5304,7 @@ when pressed twice. See variable `double-map' for details." t nil)
5522 5304
5523;;;*** 5305;;;***
5524 5306
5525;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15651 7290)) 5307;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (15669 50258))
5526;;; Generated autoloads from play/dunnet.el 5308;;; Generated autoloads from play/dunnet.el
5527 5309
5528(autoload (quote dunnet) "dunnet" "\ 5310(autoload (quote dunnet) "dunnet" "\
@@ -5531,7 +5313,7 @@ Switch to *dungeon* buffer and start game." t nil)
5531;;;*** 5313;;;***
5532 5314
5533;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el" 5315;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
5534;;;;;; (15232 59206)) 5316;;;;;; (15235 51735))
5535;;; Generated autoloads from gnus/earcon.el 5317;;; Generated autoloads from gnus/earcon.el
5536 5318
5537(autoload (quote gnus-earcon-display) "earcon" "\ 5319(autoload (quote gnus-earcon-display) "earcon" "\
@@ -5595,8 +5377,8 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)." nil (
5595;;;*** 5377;;;***
5596 5378
5597;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 5379;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
5598;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15656 5380;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (15724
5599;;;;;; 53216)) 5381;;;;;; 63538))
5600;;; Generated autoloads from emacs-lisp/easymenu.el 5382;;; Generated autoloads from emacs-lisp/easymenu.el
5601 5383
5602(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun)) 5384(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
@@ -5727,7 +5509,7 @@ to implement dynamic menus." nil nil)
5727;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup 5509;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
5728;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer 5510;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
5729;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer 5511;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
5730;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15279 28735)) 5512;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (15292 51820))
5731;;; Generated autoloads from progmodes/ebnf2ps.el 5513;;; Generated autoloads from progmodes/ebnf2ps.el
5732 5514
5733(autoload (quote ebnf-customize) "ebnf2ps" "\ 5515(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -5928,7 +5710,7 @@ Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
5928;;;*** 5710;;;***
5929 5711
5930;;;### (autoloads (Electric-command-history-redo-expression) "echistory" 5712;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
5931;;;;;; "echistory.el" (15185 49574)) 5713;;;;;; "echistory.el" (15235 51726))
5932;;; Generated autoloads from echistory.el 5714;;; Generated autoloads from echistory.el
5933 5715
5934(autoload (quote Electric-command-history-redo-expression) "echistory" "\ 5716(autoload (quote Electric-command-history-redo-expression) "echistory" "\
@@ -5938,7 +5720,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
5938;;;*** 5720;;;***
5939 5721
5940;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 5722;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
5941;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15698 64355)) 5723;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (15724 63538))
5942;;; Generated autoloads from emacs-lisp/edebug.el 5724;;; Generated autoloads from emacs-lisp/edebug.el
5943 5725
5944(defvar edebug-all-defs nil "\ 5726(defvar edebug-all-defs nil "\
@@ -5965,22 +5747,10 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
5965(defalias (quote edebug-defun) (quote edebug-eval-top-level-form)) 5747(defalias (quote edebug-defun) (quote edebug-eval-top-level-form))
5966 5748
5967(autoload (quote edebug-eval-top-level-form) "edebug" "\ 5749(autoload (quote edebug-eval-top-level-form) "edebug" "\
5968Evaluate the top level form point is in, stepping through with Edebug. 5750Evaluate a top level form, such as a defun or defmacro.
5969This is like `eval-defun' except that it steps the code for Edebug 5751This is like `eval-defun', but the code is always instrumented for Edebug.
5970before evaluating it. It displays the value in the echo area 5752Print its name in the minibuffer and leave point where it is,
5971using `eval-expression' (which see). 5753or if an error occurs, leave point after it with mark at the original point." t nil)
5972
5973If you do this on a function definition
5974such as a defun or defmacro, it defines the function and instruments
5975its definition for Edebug, so it will do Edebug stepping when called
5976later. It displays `Edebug: FUNCTION' in the echo area to indicate
5977that FUNCTION is now instrumented for Edebug.
5978
5979If the current defun is actually a call to `defvar' or `defcustom',
5980evaluating it this way resets the variable using its initial value
5981expression even if the variable already has some other value.
5982\(Normally `defvar' and `defcustom' do not alter the value if there
5983already is one.)" t nil)
5984 5754
5985;;;*** 5755;;;***
5986 5756
@@ -6180,6 +5950,17 @@ With optional NODE, goes to that node." t nil)
6180 5950
6181;;;*** 5951;;;***
6182 5952
5953;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (15235 51726))
5954;;; Generated autoloads from ediff-hook.el
5955
5956(defvar ediff-window-setup-function)
5957
5958(defun ediff-xemacs-init-menus nil (if (featurep (quote menubar)) (progn (add-submenu (quote ("Tools")) ediff-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-merge-menu "OO-Browser...") (add-submenu (quote ("Tools")) epatch-menu "OO-Browser...") (add-submenu (quote ("Tools")) ediff-misc-menu "OO-Browser...") (add-menu-button (quote ("Tools")) "-------" "OO-Browser..."))))
5959
5960(cond ((string-match "XEmacs" emacs-version) (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual..." ediff-documentation t] ["Customize Ediff..." ediff-customize t] ["List Ediff Sessions..." ediff-show-registry t] ["Use separate frame for Ediff control buffer..." ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) ((featurep (quote menu-bar)) (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame..." . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions..." . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff..." . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual..." . ediff-documentation)))))
5961
5962;;;***
5963
6183;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 5964;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6184;;;;;; (15513 1037)) 5965;;;;;; (15513 1037))
6185;;; Generated autoloads from ediff-mult.el 5966;;; Generated autoloads from ediff-mult.el
@@ -6252,7 +6033,7 @@ or nil, use a compact 80-column format." nil nil)
6252;;;*** 6033;;;***
6253 6034
6254;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 6035;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
6255;;;;;; "emulation/edt.el" (15640 49861)) 6036;;;;;; "emulation/edt.el" (15669 50257))
6256;;; Generated autoloads from emulation/edt.el 6037;;; Generated autoloads from emulation/edt.el
6257 6038
6258(autoload (quote edt-set-scroll-margins) "edt" "\ 6039(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -6266,7 +6047,7 @@ Turn on EDT Emulation." t nil)
6266;;;*** 6047;;;***
6267 6048
6268;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el" 6049;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
6269;;;;;; (15031 23821)) 6050;;;;;; (15034 50695))
6270;;; Generated autoloads from ehelp.el 6051;;; Generated autoloads from ehelp.el
6271 6052
6272(autoload (quote with-electric-help) "ehelp" "\ 6053(autoload (quote with-electric-help) "ehelp" "\
@@ -7096,15 +6877,15 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil)
7096 6877
7097;;;*** 6878;;;***
7098 6879
7099;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15698 64355)) 6880;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (15707 44427))
7100;;; Generated autoloads from progmodes/f90.el 6881;;; Generated autoloads from progmodes/f90.el
7101 6882
7102(autoload (quote f90-mode) "f90" "\ 6883(autoload (quote f90-mode) "f90" "\
7103Major mode for editing Fortran 90,95 code in free format. 6884Major mode for editing Fortran 90 code in free format.
7104 6885
7105\\[f90-indent-new-line] indents current line and creates a new indented line. 6886\\[f90-indent-new-line] corrects current indentation and creates new indented line.
7106\\[f90-indent-line] indents the current line. 6887\\[f90-indent-line] indents the current line correctly.
7107\\[f90-indent-subprogram] indents the current subprogram. 6888\\[f90-indent-subprogram] indents the current subprogram.
7108 6889
7109Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords. 6890Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
7110 6891
@@ -7113,45 +6894,45 @@ Key definitions:
7113 6894
7114Variables controlling indentation style and extra features: 6895Variables controlling indentation style and extra features:
7115 6896
7116`f90-do-indent' 6897 f90-do-indent
7117 Extra indentation within do blocks (default 3). 6898 Extra indentation within do blocks. (default 3)
7118`f90-if-indent' 6899 f90-if-indent
7119 Extra indentation within if/select case/where/forall blocks (default 3). 6900 Extra indentation within if/select case/where/forall blocks. (default 3)
7120`f90-type-indent' 6901 f90-type-indent
7121 Extra indentation within type/interface/block-data blocks (default 3). 6902 Extra indentation within type/interface/block-data blocks. (default 3)
7122`f90-program-indent' 6903 f90-program-indent
7123 Extra indentation within program/module/subroutine/function blocks 6904 Extra indentation within program/module/subroutine/function blocks.
7124 (default 2). 6905 (default 2)
7125`f90-continuation-indent' 6906 f90-continuation-indent
7126 Extra indentation applied to continuation lines (default 5). 6907 Extra indentation applied to continuation lines. (default 5)
7127`f90-comment-region' 6908 f90-comment-region
7128 String inserted by function \\[f90-comment-region] at start of each 6909 String inserted by \\[f90-comment-region] at start of each line in
7129 line in region (default \"!!!$\"). 6910 region. (default \"!!!$\")
7130`f90-indented-comment-re' 6911 f90-indented-comment-re
7131 Regexp determining the type of comment to be intended like code 6912 Regexp determining the type of comment to be intended like code.
7132 (default \"!\"). 6913 (default \"!\")
7133`f90-directive-comment-re' 6914 f90-directive-comment-re
7134 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented 6915 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
7135 (default \"!hpf\\\\$\"). 6916 (default \"!hpf\\\\$\")
7136`f90-break-delimiters' 6917 f90-break-delimiters
7137 Regexp holding list of delimiters at which lines may be broken 6918 Regexp holding list of delimiters at which lines may be broken.
7138 (default \"[-+*/><=,% \\t]\"). 6919 (default \"[-+*/><=,% \\t]\")
7139`f90-break-before-delimiters' 6920 f90-break-before-delimiters
7140 Non-nil causes `f90-do-auto-fill' to break lines before delimiters 6921 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
7141 (default t). 6922 (default t)
7142`f90-beginning-ampersand' 6923 f90-beginning-ampersand
7143 Automatic insertion of & at beginning of continuation lines (default t). 6924 Automatic insertion of & at beginning of continuation lines. (default t)
7144`f90-smart-end' 6925 f90-smart-end
7145 From an END statement, check and fill the end using matching block start. 6926 From an END statement, check and fill the end using matching block start.
7146 Allowed values are 'blink, 'no-blink, and nil, which determine 6927 Allowed values are 'blink, 'no-blink, and nil, which determine
7147 whether to blink the matching beginning (default 'blink). 6928 whether to blink the matching beginning.) (default 'blink)
7148`f90-auto-keyword-case' 6929 f90-auto-keyword-case
7149 Automatic change of case of keywords (default nil). 6930 Automatic change of case of keywords. (default nil)
7150 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word. 6931 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
7151`f90-leave-line-no' 6932 f90-leave-line-no
7152 Do not left-justify line numbers (default nil). 6933 Do not left-justify line numbers. (default nil)
7153`f90-keywords-re' 6934 f90-keywords-re
7154 List of keywords used for highlighting/upcase-keywords etc. 6935 List of keywords used for highlighting/upcase-keywords etc.
7155 6936
7156Turning on F90 mode calls the value of the variable `f90-mode-hook' 6937Turning on F90 mode calls the value of the variable `f90-mode-hook'
7157with no args, if that value is non-nil." t nil) 6938with no args, if that value is non-nil." t nil)
@@ -7334,7 +7115,7 @@ Unconditionally turn on Fast Lock mode." nil nil)
7334 7115
7335;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 7116;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
7336;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 7117;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
7337;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15429 33864)) 7118;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15626 5163))
7338;;; Generated autoloads from mail/feedmail.el 7119;;; Generated autoloads from mail/feedmail.el
7339 7120
7340(autoload (quote feedmail-send-it) "feedmail" "\ 7121(autoload (quote feedmail-send-it) "feedmail" "\
@@ -7649,7 +7430,7 @@ Define some key bindings for the find-function family of functions." nil nil)
7649;;;*** 7430;;;***
7650 7431
7651;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories 7432;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
7652;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15186 53885)) 7433;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (15235 51727))
7653;;; Generated autoloads from find-lisp.el 7434;;; Generated autoloads from find-lisp.el
7654 7435
7655(autoload (quote find-lisp-find-dired) "find-lisp" "\ 7436(autoload (quote find-lisp-find-dired) "find-lisp" "\
@@ -7759,7 +7540,7 @@ Flyspell whole buffer." t nil)
7759 7540
7760;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 7541;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
7761;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 7542;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
7762;;;;;; (15436 15699)) 7543;;;;;; (15626 5161))
7763;;; Generated autoloads from follow.el 7544;;; Generated autoloads from follow.el
7764 7545
7765(autoload (quote turn-on-follow-mode) "follow" "\ 7546(autoload (quote turn-on-follow-mode) "follow" "\
@@ -7825,11 +7606,72 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
7825 7606
7826;;;*** 7607;;;***
7827 7608
7828;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 7609;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
7829;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15657 7610;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
7830;;;;;; 51987)) 7611;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15727 54455))
7831;;; Generated autoloads from font-lock.el 7612;;; Generated autoloads from font-lock.el
7832 7613
7614(make-variable-buffer-local (quote font-lock-defaults))
7615
7616(autoload (quote font-lock-mode) "font-lock" "\
7617Toggle Font Lock mode.
7618With arg, turn Font Lock mode off if and only if arg is a non-positive
7619number; if arg is nil, toggle Font Lock mode; anything else turns Font
7620Lock on.
7621\(Font Lock is also known as \"syntax highlighting\".)
7622
7623When Font Lock mode is enabled, text is fontified as you type it:
7624
7625 - Comments are displayed in `font-lock-comment-face';
7626 - Strings are displayed in `font-lock-string-face';
7627 - Certain other expressions are displayed in other faces according to the
7628 value of the variable `font-lock-keywords'.
7629
7630To customize the faces (colors, fonts, etc.) used by Font Lock for
7631fontifying different parts of buffer text, use \\[customize-face].
7632
7633You can enable Font Lock mode in any major mode automatically by turning on in
7634the major mode's hook. For example, put in your ~/.emacs:
7635
7636 (add-hook 'c-mode-hook 'turn-on-font-lock)
7637
7638Alternatively, you can use Global Font Lock mode to automagically turn on Font
7639Lock mode in buffers whose major mode supports it and whose major mode is one
7640of `font-lock-global-modes'. For example, put in your ~/.emacs:
7641
7642 (global-font-lock-mode t)
7643
7644There are a number of support modes that may be used to speed up Font Lock mode
7645in various ways, specified via the variable `font-lock-support-mode'. Where
7646major modes support different levels of fontification, you can use the variable
7647`font-lock-maximum-decoration' to specify which level you generally prefer.
7648When you turn Font Lock mode on/off the buffer is fontified/defontified, though
7649fontification occurs only if the buffer is less than `font-lock-maximum-size'.
7650
7651For example, to specify that Font Lock mode use use Lazy Lock mode as a support
7652mode and use maximum levels of fontification, put in your ~/.emacs:
7653
7654 (setq font-lock-support-mode 'lazy-lock-mode)
7655 (setq font-lock-maximum-decoration t)
7656
7657To add your own highlighting for some major mode, and modify the highlighting
7658selected automatically via the variable `font-lock-maximum-decoration', you can
7659use `font-lock-add-keywords'.
7660
7661To fontify a buffer, without turning on Font Lock mode and regardless of buffer
7662size, you can use \\[font-lock-fontify-buffer].
7663
7664To fontify a block (the function or paragraph containing point, or a number of
7665lines around point), perhaps because modification on the current line caused
7666syntactic change on other lines, you can use \\[font-lock-fontify-block].
7667
7668See the variable `font-lock-defaults-alist' for the Font Lock mode default
7669settings. You can set your own default settings for some mode, by setting a
7670buffer local value for `font-lock-defaults', via its mode hook." t nil)
7671
7672(autoload (quote turn-on-font-lock) "font-lock" "\
7673Turn on Font Lock mode (only if the terminal can display it)." nil nil)
7674
7833(autoload (quote font-lock-add-keywords) "font-lock" "\ 7675(autoload (quote font-lock-add-keywords) "font-lock" "\
7834Add highlighting KEYWORDS for MODE. 7676Add highlighting KEYWORDS for MODE.
7835MODE should be a symbol, the major mode command name, such as `c-mode' 7677MODE should be a symbol, the major mode command name, such as `c-mode'
@@ -7853,7 +7695,7 @@ When used from an elisp package (such as a minor mode), it is recommended
7853to use nil for MODE (and place the call in a loop or on a hook) to avoid 7695to use nil for MODE (and place the call in a loop or on a hook) to avoid
7854subtle problems due to details of the implementation. 7696subtle problems due to details of the implementation.
7855 7697
7856Note that some modes have specialised support for additional patterns, e.g., 7698Note that some modes have specialized support for additional patterns, e.g.,
7857see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', 7699see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
7858`objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil) 7700`objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil)
7859 7701
@@ -7867,6 +7709,22 @@ When used from an elisp package (such as a minor mode), it is recommended
7867to use nil for MODE (and place the call in a loop or on a hook) to avoid 7709to use nil for MODE (and place the call in a loop or on a hook) to avoid
7868subtle problems due to details of the implementation." nil nil) 7710subtle problems due to details of the implementation." nil nil)
7869 7711
7712(defvar global-font-lock-mode nil "\
7713Non-nil if Global-Font-Lock mode is enabled.
7714See the command `global-font-lock-mode' for a description of this minor-mode.
7715Setting this variable directly does not take effect;
7716use either \\[customize] or the function `global-font-lock-mode'.")
7717
7718(custom-add-to-group (quote font-lock) (quote global-font-lock-mode) (quote custom-variable))
7719
7720(custom-add-load (quote global-font-lock-mode) (quote font-lock))
7721
7722(autoload (quote global-font-lock-mode) "font-lock" "\
7723Toggle Font-Lock mode in every buffer.
7724With prefix ARG, turn Global-Font-Lock mode on if and only if ARG is positive.
7725Font-Lock mode is actually not turned on in every buffer but only in those
7726in which `turn-on-font-lock-if-enabled' turns it on." t nil)
7727
7870(autoload (quote font-lock-fontify-buffer) "font-lock" "\ 7728(autoload (quote font-lock-fontify-buffer) "font-lock" "\
7871Fontify the current buffer the way the function `font-lock-mode' would." t nil) 7729Fontify the current buffer the way the function `font-lock-mode' would." t nil)
7872 7730
@@ -7945,7 +7803,7 @@ Visit a file in Forms mode in other window." t nil)
7945;;;*** 7803;;;***
7946 7804
7947;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 7805;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
7948;;;;;; "progmodes/fortran.el" (15590 49021)) 7806;;;;;; "progmodes/fortran.el" (15724 63541))
7949;;; Generated autoloads from progmodes/fortran.el 7807;;; Generated autoloads from progmodes/fortran.el
7950 7808
7951(defvar fortran-tab-mode-default nil "\ 7809(defvar fortran-tab-mode-default nil "\
@@ -8027,7 +7885,7 @@ with no args, if that value is non-nil." t nil)
8027;;;*** 7885;;;***
8028 7886
8029;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region 7887;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
8030;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15195 62737)) 7888;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15235 51738))
8031;;; Generated autoloads from play/fortune.el 7889;;; Generated autoloads from play/fortune.el
8032 7890
8033(autoload (quote fortune-add-fortune) "fortune" "\ 7891(autoload (quote fortune-add-fortune) "fortune" "\
@@ -8066,35 +7924,8 @@ and choose the directory as the fortune-file." t nil)
8066 7924
8067;;;*** 7925;;;***
8068 7926
8069;;;### (autoloads (set-fringe-style fringe-mode) "fringe" "fringe.el"
8070;;;;;; (15601 35587))
8071;;; Generated autoloads from fringe.el
8072
8073(autoload (quote fringe-mode) "fringe" "\
8074Toggle appearance of fringes on all frames.
8075Valid values for MODE include `none', `default', `left-only',
8076`right-only', `minimal' and `half'. MODE can also be a cons cell
8077where the integer in car will be used as left fringe width and the
8078integer in cdr will be used as right fringe width. If MODE is not
8079specified, the user is queried.
8080It applies to all frames that exist and frames to be created in the
8081future.
8082If you want to set appearance of fringes on the selected frame only,
8083see `set-fringe-style'." t nil)
8084
8085(autoload (quote set-fringe-style) "fringe" "\
8086Set appearance of fringes on selected frame.
8087Valid values for MODE include `none', `default', `left-only',
8088`right-only', `minimal' and `half'. MODE can also be a cons cell
8089where the integer in car will be used as left fringe width and the
8090integer in cdr will be used as right fringe width. If MODE is not
8091specified, the user is queried.
8092If you want to set appearance of fringes on all frames, see `fringe-mode'." t nil)
8093
8094;;;***
8095
8096;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 7927;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
8097;;;;;; (15186 56482)) 7928;;;;;; (15235 51727))
8098;;; Generated autoloads from generic.el 7929;;; Generated autoloads from generic.el
8099 7930
8100(autoload (quote define-generic-mode) "generic" "\ 7931(autoload (quote define-generic-mode) "generic" "\
@@ -8139,7 +7970,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
8139;;;*** 7970;;;***
8140 7971
8141;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7972;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
8142;;;;;; (15251 15718)) 7973;;;;;; (15252 4769))
8143;;; Generated autoloads from progmodes/glasses.el 7974;;; Generated autoloads from progmodes/glasses.el
8144 7975
8145(autoload (quote glasses-mode) "glasses" "\ 7976(autoload (quote glasses-mode) "glasses" "\
@@ -8150,7 +7981,7 @@ at places they belong to." t nil)
8150;;;*** 7981;;;***
8151 7982
8152;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 7983;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
8153;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15410 32828)) 7984;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15468 20288))
8154;;; Generated autoloads from gnus/gnus.el 7985;;; Generated autoloads from gnus/gnus.el
8155 7986
8156(autoload (quote gnus-slave-no-server) "gnus" "\ 7987(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -8180,7 +8011,7 @@ prompt the user for the name of an NNTP server to use." t nil)
8180 8011
8181;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize 8012;;;### (autoloads (gnus-agent-batch gnus-agent-batch-fetch gnus-agentize
8182;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el" 8013;;;;;; gnus-plugged gnus-unplugged) "gnus-agent" "gnus/gnus-agent.el"
8183;;;;;; (15185 54813)) 8014;;;;;; (15235 51735))
8184;;; Generated autoloads from gnus/gnus-agent.el 8015;;; Generated autoloads from gnus/gnus-agent.el
8185 8016
8186(autoload (quote gnus-unplugged) "gnus-agent" "\ 8017(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -8217,7 +8048,7 @@ Make the current buffer look like a nice article." nil nil)
8217;;;*** 8048;;;***
8218 8049
8219;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el" 8050;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
8220;;;;;; (15185 54813)) 8051;;;;;; (15235 51735))
8221;;; Generated autoloads from gnus/gnus-audio.el 8052;;; Generated autoloads from gnus/gnus-audio.el
8222 8053
8223(autoload (quote gnus-audio-play) "gnus-audio" "\ 8054(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -8270,7 +8101,7 @@ Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score" t nil)
8270;;;*** 8101;;;***
8271 8102
8272;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode) 8103;;;### (autoloads (gnus-mailing-list-mode turn-on-gnus-mailing-list-mode)
8273;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15185 54813)) 8104;;;;;; "gnus-ml" "gnus/gnus-ml.el" (15235 51735))
8274;;; Generated autoloads from gnus/gnus-ml.el 8105;;; Generated autoloads from gnus/gnus-ml.el
8275 8106
8276(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil) 8107(autoload (quote turn-on-gnus-mailing-list-mode) "gnus-ml" nil nil nil)
@@ -8284,7 +8115,7 @@ Minor mode for providing mailing-list commands.
8284 8115
8285;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 8116;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
8286;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 8117;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
8287;;;;;; (15383 46829)) 8118;;;;;; (15468 20287))
8288;;; Generated autoloads from gnus/gnus-mlspl.el 8119;;; Generated autoloads from gnus/gnus-mlspl.el
8289 8120
8290(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 8121(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -8385,8 +8216,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
8385 8216
8386;;;*** 8217;;;***
8387 8218
8388;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15470 8219;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15503
8389;;;;;; 47364)) 8220;;;;;; 34582))
8390;;; Generated autoloads from gnus/gnus-msg.el 8221;;; Generated autoloads from gnus/gnus-msg.el
8391 8222
8392(autoload (quote gnus-msg-mail) "gnus-msg" "\ 8223(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -8399,7 +8230,7 @@ Gcc: header for archiving purposes." t nil)
8399;;;*** 8230;;;***
8400 8231
8401;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 8232;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
8402;;;;;; (15185 49574)) 8233;;;;;; (15235 51735))
8403;;; Generated autoloads from gnus/gnus-mule.el 8234;;; Generated autoloads from gnus/gnus-mule.el
8404 8235
8405(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 8236(autoload (quote gnus-mule-add-group) "gnus-mule" "\
@@ -8442,7 +8273,7 @@ Update the format specification near point." t nil)
8442;;;*** 8273;;;***
8443 8274
8444;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8275;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8445;;;;;; "gnus/gnus-start.el" (15651 7289)) 8276;;;;;; "gnus/gnus-start.el" (15669 50257))
8446;;; Generated autoloads from gnus/gnus-start.el 8277;;; Generated autoloads from gnus/gnus-start.el
8447 8278
8448(autoload (quote gnus-unload) "gnus-start" "\ 8279(autoload (quote gnus-unload) "gnus-start" "\
@@ -8457,7 +8288,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
8457;;;*** 8288;;;***
8458 8289
8459;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 8290;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
8460;;;;;; (15272 56960)) 8291;;;;;; (15276 56076))
8461;;; Generated autoloads from gnus/gnus-win.el 8292;;; Generated autoloads from gnus/gnus-win.el
8462 8293
8463(autoload (quote gnus-add-configuration) "gnus-win" "\ 8294(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -8516,7 +8347,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
8516 8347
8517;;;*** 8348;;;***
8518 8349
8519;;;### (autoloads (gs-load-image) "gs" "gs.el" (15288 14339)) 8350;;;### (autoloads (gs-load-image) "gs" "gs.el" (15292 51818))
8520;;; Generated autoloads from gs.el 8351;;; Generated autoloads from gs.el
8521 8352
8522(autoload (quote gs-load-image) "gs" "\ 8353(autoload (quote gs-load-image) "gs" "\
@@ -8528,7 +8359,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
8528;;;*** 8359;;;***
8529 8360
8530;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 8361;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
8531;;;;;; (15522 14844)) 8362;;;;;; (15626 5161))
8532;;; Generated autoloads from gud.el 8363;;; Generated autoloads from gud.el
8533 8364
8534(autoload (quote gdb) "gud" "\ 8365(autoload (quote gdb) "gud" "\
@@ -8565,24 +8396,16 @@ The directory containing FILE becomes the initial working directory
8565and source-file directory for your debugger." t nil) 8396and source-file directory for your debugger." t nil)
8566 8397
8567(autoload (quote jdb) "gud" "\ 8398(autoload (quote jdb) "gud" "\
8568Run jdb with command line COMMAND-LINE in a buffer. 8399Run jdb with command line COMMAND-LINE in a buffer. The buffer is named
8569The buffer is named \"*gud*\" if no initial class is given or 8400\"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\"
8570\"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\" 8401if there is. If the \"-classpath\" switch is given, omit all whitespace
8571switch is given, omit all whitespace between it and its value. 8402between it and it's value." t nil)
8572
8573See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
8574information on how jdb accesses source files. Alternatively (if
8575`gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
8576original source file access method.
8577
8578For general information about commands available to control jdb from
8579gud, see `gud-mode'." t nil)
8580 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") 8403 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
8581 8404
8582;;;*** 8405;;;***
8583 8406
8584;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15587 8407;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (15626
8585;;;;;; 64724)) 8408;;;;;; 5163))
8586;;; Generated autoloads from play/handwrite.el 8409;;; Generated autoloads from play/handwrite.el
8587 8410
8588(autoload (quote handwrite) "handwrite" "\ 8411(autoload (quote handwrite) "handwrite" "\
@@ -8598,7 +8421,7 @@ Variables: handwrite-linespace (default 12)
8598;;;*** 8421;;;***
8599 8422
8600;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el" 8423;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
8601;;;;;; (15185 49575)) 8424;;;;;; (15235 51738))
8602;;; Generated autoloads from play/hanoi.el 8425;;; Generated autoloads from play/hanoi.el
8603 8426
8604(autoload (quote hanoi) "hanoi" "\ 8427(autoload (quote hanoi) "hanoi" "\
@@ -8619,60 +8442,8 @@ to be updated." t nil)
8619 8442
8620;;;*** 8443;;;***
8621 8444
8622;;;### (autoloads (describe-categories describe-syntax describe-variable
8623;;;;;; variable-at-point describe-function-1 describe-function locate-library
8624;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15713 28690))
8625;;; Generated autoloads from help-fns.el
8626
8627(autoload (quote help-with-tutorial) "help-fns" "\
8628Select the Emacs learn-by-doing tutorial.
8629If there is a tutorial version written in the language
8630of the selected language environment, that version is used.
8631If there's no tutorial in that language, `TUTORIAL' is selected.
8632With arg, you are asked to choose which language." t nil)
8633
8634(autoload (quote locate-library) "help-fns" "\
8635Show the precise file name of Emacs library LIBRARY.
8636This command searches the directories in `load-path' like `\\[load-library]'
8637to find the file that `\\[load-library] RET LIBRARY RET' would load.
8638Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
8639to the specified name LIBRARY.
8640
8641If the optional third arg PATH is specified, that list of directories
8642is used instead of `load-path'.
8643
8644When called from a program, the file name is normaly returned as a
8645string. When run interactively, the argument INTERACTIVE-CALL is t,
8646and the file name is displayed in the echo area." t nil)
8647
8648(autoload (quote describe-function) "help-fns" "\
8649Display the full documentation of FUNCTION (a symbol)." t nil)
8650
8651(autoload (quote describe-function-1) "help-fns" nil nil nil)
8652
8653(autoload (quote variable-at-point) "help-fns" "\
8654Return the bound variable symbol found around point.
8655Return 0 if there is no such symbol." nil nil)
8656
8657(autoload (quote describe-variable) "help-fns" "\
8658Display the full documentation of VARIABLE (a symbol).
8659Returns the documentation as a string, also.
8660If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
8661it is displayed along with the global value." t nil)
8662
8663(autoload (quote describe-syntax) "help-fns" "\
8664Describe the syntax specifications in the syntax table of BUFFER.
8665The descriptions are inserted in a help buffer, which is then displayed.
8666BUFFER defaults to the current buffer." t nil)
8667
8668(autoload (quote describe-categories) "help-fns" "\
8669Describe the category specifications in the current category table.
8670The descriptions are inserted in a buffer, which is then displayed." t nil)
8671
8672;;;***
8673
8674;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 8445;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
8675;;;;;; (15185 49574)) 8446;;;;;; (15235 51729))
8676;;; Generated autoloads from help-macro.el 8447;;; Generated autoloads from help-macro.el
8677 8448
8678(defvar three-step-help nil "\ 8449(defvar three-step-help nil "\
@@ -8684,71 +8455,8 @@ A value of nil means skip the middle step, so that
8684 8455
8685;;;*** 8456;;;***
8686 8457
8687;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
8688;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
8689;;;;;; help-mode) "help-mode" "help-mode.el" (15669 19465))
8690;;; Generated autoloads from help-mode.el
8691
8692(autoload (quote help-mode) "help-mode" "\
8693Major mode for viewing help text and navigating references in it.
8694Entry to this mode runs the normal hook `help-mode-hook'.
8695Commands:
8696\\{help-mode-map}" t nil)
8697
8698(autoload (quote help-mode-setup) "help-mode" nil nil nil)
8699
8700(autoload (quote help-mode-finish) "help-mode" nil nil nil)
8701
8702(autoload (quote help-setup-xref) "help-mode" "\
8703Invoked from commands using the \"*Help*\" buffer to install some xref info.
8704
8705ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
8706buffer after following a reference. INTERACTIVE-P is non-nil if the
8707calling command was invoked interactively. In this case the stack of
8708items for help buffer \"back\" buttons is cleared.
8709
8710This should be called very early, before the output buffer is cleared,
8711because we want to record the \"previous\" position of point so we can
8712restore it properly when going back." nil nil)
8713
8714(autoload (quote help-make-xrefs) "help-mode" "\
8715Parse and hyperlink documentation cross-references in the given BUFFER.
8716
8717Find cross-reference information in a buffer and activate such cross
8718references for selection with `help-follow'. Cross-references have
8719the canonical form `...' and the type of reference may be
8720disambiguated by the preceding word(s) used in
8721`help-xref-symbol-regexp'.
8722
8723If the variable `help-xref-mule-regexp' is non-nil, find also
8724cross-reference information related to multilingual environment
8725\(e.g., coding-systems). This variable is also used to disambiguate
8726the type of reference as the same way as `help-xref-symbol-regexp'.
8727
8728A special reference `back' is made to return back through a stack of
8729help buffers. Variable `help-back-label' specifies the text for
8730that." t nil)
8731
8732(autoload (quote help-xref-button) "help-mode" "\
8733Make a hyperlink for cross-reference text previously matched.
8734MATCH-NUMBER is the subexpression of interest in the last matched
8735regexp. TYPE is the type of button to use. Any remaining arguments are
8736passed to the button's help-function when it is invoked.
8737See `help-make-xrefs'." nil nil)
8738
8739(autoload (quote help-insert-xref-button) "help-mode" "\
8740Insert STRING and make a hyperlink from cross-reference text on it.
8741TYPE is the type of button to use. Any remaining arguments are passed
8742to the button's help-function when it is invoked.
8743See `help-make-xrefs'." nil nil)
8744
8745(autoload (quote help-xref-on-pp) "help-mode" "\
8746Add xrefs for symbols in `pp's output between FROM and TO." nil nil)
8747
8748;;;***
8749
8750;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" 8458;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
8751;;;;;; "emacs-lisp/helper.el" (15185 49574)) 8459;;;;;; "emacs-lisp/helper.el" (15235 51733))
8752;;; Generated autoloads from emacs-lisp/helper.el 8460;;; Generated autoloads from emacs-lisp/helper.el
8753 8461
8754(autoload (quote Helper-describe-bindings) "helper" "\ 8462(autoload (quote Helper-describe-bindings) "helper" "\
@@ -8760,7 +8468,7 @@ Provide help for current mode." t nil)
8760;;;*** 8468;;;***
8761 8469
8762;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 8470;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
8763;;;;;; "hexl.el" (15661 53042)) 8471;;;;;; "hexl.el" (15669 50255))
8764;;; Generated autoloads from hexl.el 8472;;; Generated autoloads from hexl.el
8765 8473
8766(autoload (quote hexl-mode) "hexl" "\ 8474(autoload (quote hexl-mode) "hexl" "\
@@ -9000,7 +8708,7 @@ how the hiding is done:
9000;;;*** 8708;;;***
9001 8709
9002;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 8710;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
9003;;;;;; "hideshow" "progmodes/hideshow.el" (15587 64724)) 8711;;;;;; "hideshow" "progmodes/hideshow.el" (15626 5163))
9004;;; Generated autoloads from progmodes/hideshow.el 8712;;; Generated autoloads from progmodes/hideshow.el
9005 8713
9006(defvar hs-hide-comments-when-hiding-all t "\ 8714(defvar hs-hide-comments-when-hiding-all t "\
@@ -9242,7 +8950,7 @@ in which `hl-line-mode' turns it on." t nil)
9242;;;*** 8950;;;***
9243 8951
9244;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 8952;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
9245;;;;;; (15097 24075)) 8953;;;;;; (15125 40269))
9246;;; Generated autoloads from calendar/holidays.el 8954;;; Generated autoloads from calendar/holidays.el
9247 8955
9248(autoload (quote holidays) "holidays" "\ 8956(autoload (quote holidays) "holidays" "\
@@ -9282,381 +8990,8 @@ Also see `automatic-hscrolling'." t nil)
9282 8990
9283;;;*** 8991;;;***
9284 8992
9285;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
9286;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-help-buffers
9287;;;;;; ibuffer-mark-dissociated-buffers ibuffer-mark-unsaved-buffers
9288;;;;;; ibuffer-mark-modified-buffers ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp
9289;;;;;; ibuffer-mark-by-mode-regexp ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
9290;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
9291;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
9292;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
9293;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
9294;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
9295;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
9296;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9297;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
9298;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
9299;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
9300;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
9301;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
9302;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
9303;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
9304;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
9305;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
9306;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15712 9990))
9307;;; Generated autoloads from ibuf-ext.el
9308
9309(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
9310Toggle use of Ibuffer's auto-update facility.
9311With numeric ARG, enable auto-update if and only if ARG is positive." t nil)
9312
9313(autoload (quote ibuffer-mouse-filter-by-mode) "ibuf-ext" "\
9314Enable or disable filtering by the major mode chosen via mouse." t nil)
9315
9316(autoload (quote ibuffer-interactive-filter-by-mode) "ibuf-ext" "\
9317Enable or disable filtering by the major mode at point." t nil)
9318
9319(autoload (quote ibuffer-mouse-toggle-filter-group) "ibuf-ext" "\
9320Toggle the display status of the filter group chosen with the mouse." t nil)
9321
9322(autoload (quote ibuffer-toggle-filter-group) "ibuf-ext" "\
9323Toggle the display status of the filter group on this line." t nil)
9324
9325(autoload (quote ibuffer-forward-filter-group) "ibuf-ext" "\
9326Move point forwards by COUNT filtering groups." t nil)
9327
9328(autoload (quote ibuffer-backward-filter-group) "ibuf-ext" "\
9329Move point backwards by COUNT filtering groups." t nil)
9330 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext.el")
9331 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext.el")
9332 (autoload 'ibuffer-do-shell-command-file "ibuf-ext.el")
9333 (autoload 'ibuffer-do-eval "ibuf-ext.el")
9334 (autoload 'ibuffer-do-view-and-eval "ibuf-ext.el")
9335 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext.el")
9336 (autoload 'ibuffer-do-revert "ibuf-ext.el")
9337 (autoload 'ibuffer-do-replace-regexp "ibuf-ext.el")
9338 (autoload 'ibuffer-do-query-replace "ibuf-ext.el")
9339 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext.el")
9340 (autoload 'ibuffer-do-print "ibuf-ext.el")
9341
9342(autoload (quote ibuffer-included-in-filters-p) "ibuf-ext" nil nil nil)
9343
9344(autoload (quote ibuffer-filters-to-filter-group) "ibuf-ext" "\
9345Make the current filters into a filtering group." t nil)
9346
9347(autoload (quote ibuffer-set-filter-groups-by-mode) "ibuf-ext" "\
9348Set the current filter groups to filter by mode." t nil)
9349
9350(autoload (quote ibuffer-pop-filter-group) "ibuf-ext" "\
9351Remove the first filter group." t nil)
9352
9353(autoload (quote ibuffer-decompose-filter-group) "ibuf-ext" "\
9354Decompose the filter group GROUP into active filters." t nil)
9355
9356(autoload (quote ibuffer-clear-filter-groups) "ibuf-ext" "\
9357Remove all filter groups." t nil)
9358
9359(autoload (quote ibuffer-jump-to-filter-group) "ibuf-ext" "\
9360Move point to the filter group whose name is NAME." t nil)
9361
9362(autoload (quote ibuffer-kill-filter-group) "ibuf-ext" "\
9363Kill the filter group named NAME.
9364The group will be added to `ibuffer-filter-group-kill-ring'." t nil)
9365
9366(autoload (quote ibuffer-kill-line) "ibuf-ext" "\
9367Kill the filter group at point.
9368See also `ibuffer-kill-filter-group'." t nil)
9369
9370(autoload (quote ibuffer-yank) "ibuf-ext" "\
9371Yank the last killed filter group before group at point." t nil)
9372
9373(autoload (quote ibuffer-yank-filter-group) "ibuf-ext" "\
9374Yank the last killed filter group before group named NAME." t nil)
9375
9376(autoload (quote ibuffer-save-filter-groups) "ibuf-ext" "\
9377Save all active filter groups GROUPS as NAME.
9378They are added to `ibuffer-saved-filter-groups'. Interactively,
9379prompt for NAME, and use the current filters." t nil)
9380
9381(autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
9382Delete saved filter groups with NAME.
9383They are removed from `ibuffer-saved-filter-groups'." t nil)
9384
9385(autoload (quote ibuffer-switch-to-saved-filter-groups) "ibuf-ext" "\
9386Set this buffer's filter groups to saved version with NAME.
9387The value from `ibuffer-saved-filters' is used.
9388If prefix argument ADD is non-nil, then add the saved filters instead
9389of replacing the current filters." t nil)
9390
9391(autoload (quote ibuffer-filter-disable) "ibuf-ext" "\
9392Disable all filters currently in effect in this buffer." t nil)
9393
9394(autoload (quote ibuffer-pop-filter) "ibuf-ext" "\
9395Remove the top filter in this buffer." t nil)
9396
9397(autoload (quote ibuffer-decompose-filter) "ibuf-ext" "\
9398Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
9399
9400This means that the topmost filter on the filtering stack, which must
9401be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
9402turned into two separate filters [name: foo] and [mode: bar-mode]." t nil)
9403
9404(autoload (quote ibuffer-exchange-filters) "ibuf-ext" "\
9405Exchange the top two filters on the stack in this buffer." t nil)
9406
9407(autoload (quote ibuffer-negate-filter) "ibuf-ext" "\
9408Negate the sense of the top filter in the current buffer." t nil)
9409
9410(autoload (quote ibuffer-or-filter) "ibuf-ext" "\
9411Replace the top two filters in this buffer with their logical OR.
9412If optional argument REVERSE is non-nil, instead break the top OR
9413filter into parts." t nil)
9414
9415(autoload (quote ibuffer-save-filters) "ibuf-ext" "\
9416Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
9417Interactively, prompt for NAME, and use the current filters." t nil)
9418
9419(autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
9420Delete saved filters with NAME from `ibuffer-saved-filters'." t nil)
9421
9422(autoload (quote ibuffer-add-saved-filters) "ibuf-ext" "\
9423Add saved filters from `ibuffer-saved-filters' to this buffer's filters." t nil)
9424
9425(autoload (quote ibuffer-switch-to-saved-filters) "ibuf-ext" "\
9426Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
9427If prefix argument ADD is non-nil, then add the saved filters instead
9428of replacing the current filters." t nil)
9429 (autoload 'ibuffer-filter-by-mode "ibuf-ext.el")
9430 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext.el")
9431 (autoload 'ibuffer-filter-by-name "ibuf-ext.el")
9432 (autoload 'ibuffer-filter-by-filename "ibuf-ext.el")
9433 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext.el")
9434 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext.el")
9435 (autoload 'ibuffer-filter-by-content "ibuf-ext.el")
9436 (autoload 'ibuffer-filter-by-predicate "ibuf-ext.el")
9437
9438(autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\
9439Toggle the current sorting mode.
9440Default sorting modes are:
9441 Recency - the last time the buffer was viewed
9442 Name - the name of the buffer
9443 Major Mode - the name of the major mode of the buffer
9444 Size - the size of the buffer" t nil)
9445
9446(autoload (quote ibuffer-invert-sorting) "ibuf-ext" "\
9447Toggle whether or not sorting is in reverse order." t nil)
9448 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext.el")
9449 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext.el")
9450 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext.el")
9451 (autoload 'ibuffer-do-sort-by-size "ibuf-ext.el")
9452
9453(autoload (quote ibuffer-bs-show) "ibuf-ext" "\
9454Emulate `bs-show' from the bs.el package." t nil)
9455
9456(autoload (quote ibuffer-add-to-tmp-hide) "ibuf-ext" "\
9457Add REGEXP to `ibuffer-tmp-hide-regexps'.
9458This means that buffers whose name matches REGEXP will not be shown
9459for this ibuffer session." t nil)
9460
9461(autoload (quote ibuffer-add-to-tmp-show) "ibuf-ext" "\
9462Add REGEXP to `ibuffer-tmp-show-regexps'.
9463This means that buffers whose name matches REGEXP will always be shown
9464for this ibuffer session." t nil)
9465
9466(autoload (quote ibuffer-forward-next-marked) "ibuf-ext" "\
9467Move forward by COUNT marked buffers (default 1).
9468
9469If MARK is non-nil, it should be a character denoting the type of mark
9470to move by. The default is `ibuffer-marked-char'.
9471
9472If DIRECTION is non-nil, it should be an integer; negative integers
9473mean move backwards, non-negative integers mean move forwards." t nil)
9474
9475(autoload (quote ibuffer-backwards-next-marked) "ibuf-ext" "\
9476Move backwards by COUNT marked buffers (default 1).
9477
9478If MARK is non-nil, it should be a character denoting the type of mark
9479to move by. The default is `ibuffer-marked-char'." t nil)
9480
9481(autoload (quote ibuffer-do-kill-lines) "ibuf-ext" "\
9482Hide all of the currently marked lines." t nil)
9483
9484(autoload (quote ibuffer-jump-to-buffer) "ibuf-ext" "\
9485Move point to the buffer whose name is NAME." t nil)
9486
9487(autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
9488View the differences between this buffer and its associated file.
9489This requires the external program \"diff\" to be in your `exec-path'." t nil)
9490
9491(autoload (quote ibuffer-copy-filename-as-kill) "ibuf-ext" "\
9492Copy filenames of marked buffers into the kill ring.
9493The names are separated by a space.
9494If a buffer has no filename, it is ignored.
9495With a zero prefix arg, use the complete pathname of each marked file.
9496
9497You can then feed the file name(s) to other commands with C-y.
9498
9499 [ This docstring shamelessly stolen from the
9500 `dired-copy-filename-as-kill' in \"dired-x\". ]" t nil)
9501
9502(autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
9503Mark all buffers whose name matches REGEXP." t nil)
9504
9505(autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
9506Mark all buffers whose major mode matches REGEXP." t nil)
9507
9508(autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
9509Mark all buffers whose file name matches REGEXP." t nil)
9510
9511(autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
9512Mark all buffers whose major mode equals MODE." t nil)
9513
9514(autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
9515Mark all modified buffers." t nil)
9516
9517(autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
9518Mark all modified buffers that have an associated file." t nil)
9519
9520(autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
9521Mark all buffers whose associated file does not exist." t nil)
9522
9523(autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
9524Mark buffers like *Help*, *Apropos*, *Info*." t nil)
9525
9526(autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
9527Mark buffers which have not been viewed in `ibuffer-old-time' days." t nil)
9528
9529(autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
9530Mark all buffers whose name begins and ends with '*'." t nil)
9531
9532(autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
9533Mark all read-only buffers." t nil)
9534
9535(autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
9536Mark all `dired' buffers." t nil)
9537
9538(autoload (quote ibuffer-do-occur) "ibuf-ext" "\
9539View lines which match REGEXP in all marked buffers.
9540Optional argument NLINES says how many lines of context to display: it
9541defaults to one." t nil)
9542
9543;;;***
9544
9545;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
9546;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15623
9547;;;;;; 547))
9548;;; Generated autoloads from ibuf-macs.el
9549
9550(autoload (quote define-ibuffer-column) "ibuf-macs" "\
9551Define a column SYMBOL for use with `ibuffer-formats'.
9552
9553BODY will be called with `buffer' bound to the buffer object, and
9554`mark' bound to the current mark on the buffer. The original ibuffer
9555buffer will be bound to `ibuffer-buf'.
9556
9557If NAME is given, it will be used as a title for the column.
9558Otherwise, the title will default to a capitalized version of the
9559SYMBOL's name. PROPS is a plist of additional properties to add to
9560the text, such as `mouse-face'. And SUMMARIZER, if given, is a
9561function which will be passed a list of all the strings in its column;
9562it should return a string to display at the bottom.
9563
9564Note that this macro expands into a `defun' for a function named
9565ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
9566inlined into the compiled format versions. This means that if you
9567change its definition, you should explicitly call
9568`ibuffer-recompile-formats'." nil (quote macro))
9569
9570(autoload (quote define-ibuffer-sorter) "ibuf-macs" "\
9571Define a method of sorting named NAME.
9572DOCUMENTATION is the documentation of the function, which will be called
9573`ibuffer-do-sort-by-NAME'.
9574DESCRIPTION is a short string describing the sorting method.
9575
9576For sorting, the forms in BODY will be evaluated with `a' bound to one
9577buffer object, and `b' bound to another. BODY should return a non-nil
9578value if and only if `a' is \"less than\" `b'." nil (quote macro))
9579
9580(autoload (quote define-ibuffer-op) "ibuf-macs" "\
9581Generate a function which operates on a buffer.
9582OP becomes the name of the function; if it doesn't begin with
9583`ibuffer-do-', then that is prepended to it.
9584When an operation is performed, this function will be called once for
9585each marked buffer, with that buffer current.
9586
9587ARGS becomes the formal parameters of the function.
9588DOCUMENTATION becomes the docstring of the function.
9589INTERACTIVE becomes the interactive specification of the function.
9590MARK describes which type of mark (:deletion, or nil) this operation
9591uses. :deletion means the function operates on buffers marked for
9592deletion, otherwise it acts on normally marked buffers.
9593MODIFIER-P describes how the function modifies buffers. This is used
9594to set the modification flag of the Ibuffer buffer itself. Valid
9595values are:
9596 nil - the function never modifiers buffers
9597 t - the function it always modifies buffers
9598 :maybe - attempt to discover this information by comparing the
9599 buffer's modification flag.
9600DANGEROUS is a boolean which should be set if the user should be
9601prompted before performing this operation.
9602OPSTRING is a string which will be displayed to the user after the
9603operation is complete, in the form:
9604 \"Operation complete; OPSTRING x buffers\"
9605ACTIVE-OPSTRING is a string which will be displayed to the user in a
9606confirmation message, in the form:
9607 \"Really ACTIVE-OPSTRING x buffers?\"
9608COMPLEX means this function is special; see the source code of this
9609macro for exactly what it does." nil (quote macro))
9610
9611(autoload (quote define-ibuffer-filter) "ibuf-macs" "\
9612Define a filter named NAME.
9613DOCUMENTATION is the documentation of the function.
9614READER is a form which should read a qualifier from the user.
9615DESCRIPTION is a short string describing the filter.
9616
9617BODY should contain forms which will be evaluated to test whether or
9618not a particular buffer should be displayed or not. The forms in BODY
9619will be evaluated with BUF bound to the buffer object, and QUALIFIER
9620bound to the current value of the filter." nil (quote macro))
9621
9622;;;***
9623
9624;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9625;;;;;; "ibuffer" "ibuffer.el" (15698 64354))
9626;;; Generated autoloads from ibuffer.el
9627
9628(autoload (quote ibuffer-list-buffers) "ibuffer" "\
9629Display a list of buffers, in another window.
9630If optional argument FILES-ONLY is non-nil, then add a filter for
9631buffers which are visiting a file." t nil)
9632
9633(autoload (quote ibuffer-other-window) "ibuffer" "\
9634Like `ibuffer', but displayed in another window by default.
9635If optional argument FILES-ONLY is non-nil, then add a filter for
9636buffers which are visiting a file." t nil)
9637
9638(autoload (quote ibuffer) "ibuffer" "\
9639Begin using `ibuffer' to edit a list of buffers.
9640Type 'h' after entering ibuffer for more information.
9641
9642Optional argument OTHER-WINDOW-P says to use another window.
9643Optional argument NAME specifies the name of the buffer; it defaults
9644to \"*Ibuffer*\".
9645Optional argument QUALIFIERS is an initial set of filtering qualifiers
9646to use; see `ibuffer-filtering-qualifiers'.
9647Optional argument NOSELECT means don't select the Ibuffer buffer.
9648Optional argument SHRINK means shrink the buffer to minimal size. The
9649special value `onewindow' means always use another window.
9650Optional argument FILTER-GROUPS is an initial set of filtering
9651groups to use; see `ibuffer-filter-groups'.
9652Optional argument FORMATS is the value to use for `ibuffer-formats'.
9653If specified, then the variable `ibuffer-formats' will have that value
9654locally in this buffer." t nil)
9655
9656;;;***
9657
9658;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 8993;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete"
9659;;;;;; "icomplete.el" (15483 45647)) 8994;;;;;; "icomplete.el" (15707 44426))
9660;;; Generated autoloads from icomplete.el 8995;;; Generated autoloads from icomplete.el
9661 8996
9662(autoload (quote icomplete-mode) "icomplete" "\ 8997(autoload (quote icomplete-mode) "icomplete" "\
@@ -9854,214 +9189,6 @@ The main features of this mode are
9854 9189
9855;;;*** 9190;;;***
9856 9191
9857;;;### (autoloads (ido-read-directory-name ido-read-file-name ido-dired
9858;;;;;; ido-insert-file ido-write-file ido-find-file-other-frame
9859;;;;;; ido-display-file ido-find-file-read-only-other-frame ido-find-file-read-only-other-window
9860;;;;;; ido-find-file-read-only ido-find-alternate-file ido-find-file-other-window
9861;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
9862;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
9863;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
9864;;;;;; "ido.el" (15683 14753))
9865;;; Generated autoloads from ido.el
9866
9867(defvar ido-mode nil "\
9868Determines for which functional group (buffer and files) ido behavior
9869should be enabled. The following values are possible:
9870- 'buffer: Turn only on ido buffer behavior (switching, killing,
9871 displaying...)
9872- 'file: Turn only on ido file behavior (finding, writing, inserting...)
9873- 'both: Turn on ido buffer and file behavior.
9874- nil: Turn off any ido switching.
9875
9876Setting this variable directly does not take effect;
9877use either \\[customize] or the function `ido-mode'.")
9878
9879(custom-add-to-group (quote ido) (quote ido-mode) (quote custom-variable))
9880
9881(custom-add-load (quote ido-mode) (quote ido))
9882
9883(autoload (quote ido-mode) "ido" "\
9884Toggle ido speed-ups on or off.
9885With ARG, turn ido speed-up on if arg is positive, off otherwise.
9886If second argument NOBIND is non-nil, no keys are rebound; otherwise,
9887turning on ido-mode will modify the default keybindings for the
9888find-file and switch-to-buffer families of commands to the ido
9889versions of these functions.
9890However, if second arg equals 'files, bind only for files, or if it
9891equals 'buffers, bind only for buffers.
9892This function also adds a hook to the minibuffer." t nil)
9893
9894(autoload (quote ido-read-buffer) "ido" "\
9895Replacement for the built-in `read-buffer'.
9896Return the name of a buffer selected.
9897PROMPT is the prompt to give to the user. DEFAULT if given is the default
9898buffer to be selected, which will go to the front of the list.
9899If REQUIRE-MATCH is non-nil, an existing-buffer must be selected.
9900If INITIAL is non-nil, it specifies the initial input string." nil nil)
9901
9902(autoload (quote ido-switch-buffer) "ido" "\
9903Switch to another buffer.
9904The buffer is displayed according to `ido-default-buffer-method' -- the
9905default is to show it in the same window, unless it is already visible
9906in another frame.
9907
9908As you type in a string, all of the buffers matching the string are
9909displayed if substring-matching is used (default). Look at
9910`ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
9911buffer you want, it can then be selected. As you type, most keys have their
9912normal keybindings, except for the following: \\<ido-mode-map>
9913
9914RET Select the buffer at the front of the list of matches. If the
9915list is empty, possibly prompt to create new buffer.
9916
9917\\[ido-select-text] Select the current prompt as the buffer.
9918If no buffer is found, prompt for a new one.
9919
9920\\[ido-next-match] Put the first element at the end of the list.
9921\\[ido-prev-match] Put the last element at the start of the list.
9922\\[ido-complete] Complete a common suffix to the current string that
9923matches all buffers. If there is only one match, select that buffer.
9924If there is no common suffix, show a list of all matching buffers
9925in a separate window.
9926\\[ido-edit-input] Edit input string.
9927\\[ido-fallback-command] Fallback to non-ido version of current command.
9928\\[ido-toggle-regexp] Toggle regexp searching.
9929\\[ido-toggle-prefix] Toggle between substring and prefix matching.
9930\\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
9931\\[ido-completion-help] Show list of matching buffers in separate window.
9932\\[ido-enter-find-file] Drop into ido-find-file.
9933\\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
9934\\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'." t nil)
9935
9936(autoload (quote ido-switch-buffer-other-window) "ido" "\
9937Switch to another buffer and show it in another window.
9938The buffer name is selected interactively by typing a substring.
9939For details of keybindings, do `\\[describe-function] ido'." t nil)
9940
9941(autoload (quote ido-display-buffer) "ido" "\
9942Display a buffer in another window but don't select it.
9943The buffer name is selected interactively by typing a substring.
9944For details of keybindings, do `\\[describe-function] ido'." t nil)
9945
9946(autoload (quote ido-kill-buffer) "ido" "\
9947Kill a buffer.
9948The buffer name is selected interactively by typing a substring.
9949For details of keybindings, do `\\[describe-function] ido'." t nil)
9950
9951(autoload (quote ido-insert-buffer) "ido" "\
9952Insert contents of a buffer in current buffer after point.
9953The buffer name is selected interactively by typing a substring.
9954For details of keybindings, do `\\[describe-function] ido'." t nil)
9955
9956(autoload (quote ido-switch-buffer-other-frame) "ido" "\
9957Switch to another buffer and show it in another frame.
9958The buffer name is selected interactively by typing a substring.
9959For details of keybindings, do `\\[describe-function] ido'." t nil)
9960
9961(autoload (quote ido-find-file-in-dir) "ido" "\
9962Switch to another file starting from DIR." t nil)
9963
9964(autoload (quote ido-find-file) "ido" "\
9965Edit file with name obtained via minibuffer.
9966The file is displayed according to `ido-default-file-method' -- the
9967default is to show it in the same window, unless it is already
9968visible in another frame.
9969
9970The file name is selected interactively by typing a substring. As you type
9971in a string, all of the filenames matching the string are displayed if
9972substring-matching is used (default). Look at `ido-enable-prefix' and
9973`ido-toggle-prefix'. When you have found the filename you want, it can
9974then be selected. As you type, most keys have their normal keybindings,
9975except for the following: \\<ido-mode-map>
9976
9977RET Select the file at the front of the list of matches. If the
9978list is empty, possibly prompt to create new file.
9979
9980\\[ido-select-text] Select the current prompt as the buffer or file.
9981If no buffer or file is found, prompt for a new one.
9982
9983\\[ido-next-match] Put the first element at the end of the list.
9984\\[ido-prev-match] Put the last element at the start of the list.
9985\\[ido-complete] Complete a common suffix to the current string that
9986matches all files. If there is only one match, select that file.
9987If there is no common suffix, show a list of all matching files
9988in a separate window.
9989\\[ido-edit-input] Edit input string (including path).
9990\\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
9991\\[ido-merge-work-directories] search for file in the work directory history.
9992\\[ido-forget-work-directory] removes current directory from the work directory history.
9993\\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
9994\\[ido-wide-find-file] and \\[ido-wide-find-dir] prompts and uses find to locate files or directories.
9995\\[ido-make-directory] prompts for a directory to create in current directory.
9996\\[ido-fallback-command] Fallback to non-ido version of current command.
9997\\[ido-toggle-regexp] Toggle regexp searching.
9998\\[ido-toggle-prefix] Toggle between substring and prefix matching.
9999\\[ido-toggle-case] Toggle case-sensitive searching of file names.
10000\\[ido-toggle-vc] Toggle version control for this file.
10001\\[ido-toggle-literal] Toggle literal reading of this file.
10002\\[ido-completion-help] Show list of matching files in separate window.
10003\\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'." t nil)
10004
10005(autoload (quote ido-find-file-other-window) "ido" "\
10006Switch to another file and show it in another window.
10007The file name is selected interactively by typing a substring.
10008For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10009
10010(autoload (quote ido-find-alternate-file) "ido" "\
10011Switch to another file and show it in another window.
10012The file name is selected interactively by typing a substring.
10013For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10014
10015(autoload (quote ido-find-file-read-only) "ido" "\
10016Edit file read-only with name obtained via minibuffer.
10017The file name is selected interactively by typing a substring.
10018For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10019
10020(autoload (quote ido-find-file-read-only-other-window) "ido" "\
10021Edit file read-only in other window with name obtained via minibuffer.
10022The file name is selected interactively by typing a substring.
10023For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10024
10025(autoload (quote ido-find-file-read-only-other-frame) "ido" "\
10026Edit file read-only in other frame with name obtained via minibuffer.
10027The file name is selected interactively by typing a substring.
10028For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10029
10030(autoload (quote ido-display-file) "ido" "\
10031Display a file in another window but don't select it.
10032The file name is selected interactively by typing a substring.
10033For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10034
10035(autoload (quote ido-find-file-other-frame) "ido" "\
10036Switch to another file and show it in another frame.
10037The file name is selected interactively by typing a substring.
10038For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10039
10040(autoload (quote ido-write-file) "ido" "\
10041Write current buffer to a file.
10042The file name is selected interactively by typing a substring.
10043For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10044
10045(autoload (quote ido-insert-file) "ido" "\
10046Insert contents of file in current buffer.
10047The file name is selected interactively by typing a substring.
10048For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10049
10050(autoload (quote ido-dired) "ido" "\
10051Call dired the ido way.
10052The directory is selected interactively by typing a substring.
10053For details of keybindings, do `\\[describe-function] ido-find-file'." t nil)
10054
10055(autoload (quote ido-read-file-name) "ido" "\
10056Read file name, prompting with PROMPT and completing in directory DIR.
10057See `read-file-name' for additional parameters." nil nil)
10058
10059(autoload (quote ido-read-directory-name) "ido" "\
10060Read directory name, prompting with PROMPT and completing in directory DIR.
10061See `read-file-name' for additional parameters." nil nil)
10062
10063;;;***
10064
10065;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093)) 9192;;;### (autoloads (ielm) "ielm" "ielm.el" (15712 52093))
10066;;; Generated autoloads from ielm.el 9193;;; Generated autoloads from ielm.el
10067 (add-hook 'same-window-buffer-names "*ielm*") 9194 (add-hook 'same-window-buffer-names "*ielm*")
@@ -10367,36 +9494,8 @@ for more information." t nil)
10367 9494
10368;;;*** 9495;;;***
10369 9496
10370;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion
10371;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
10372;;;;;; "ind-util" "language/ind-util.el" (15656 53216))
10373;;; Generated autoloads from language/ind-util.el
10374
10375(autoload (quote indian-compose-region) "ind-util" "\
10376Compose the region according to `composition-function-table'. " t nil)
10377
10378(autoload (quote indian-compose-string) "ind-util" nil nil nil)
10379
10380(autoload (quote in-is13194-post-read-conversion) "ind-util" nil nil nil)
10381
10382(autoload (quote in-is13194-pre-write-conversion) "ind-util" nil nil nil)
10383
10384(autoload (quote indian-glyph-char) "ind-util" "\
10385Return character of charset `indian-glyph' made from glyph index INDEX.
10386The variable `indian-default-script' specifies the script of the glyph.
10387Optional argument SCRIPT, if non-nil, overrides `indian-default-script'.
10388See also the function `indian-char-glyph'." nil nil)
10389
10390(autoload (quote indian-char-glyph) "ind-util" "\
10391Return information about the glyph code for CHAR of `indian-glyph' charset.
10392The value is (INDEX . SCRIPT), where INDEX is the glyph index
10393in the font that Indian script name SCRIPT specifies.
10394See also the function `indian-glyph-char'." nil nil)
10395
10396;;;***
10397
10398;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 9497;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
10399;;;;;; (15651 7290)) 9498;;;;;; (15669 50258))
10400;;; Generated autoloads from progmodes/inf-lisp.el 9499;;; Generated autoloads from progmodes/inf-lisp.el
10401 9500
10402(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 9501(defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
@@ -10506,7 +9605,7 @@ This will add a speedbar major display mode." t nil)
10506 9605
10507;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 9606;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
10508;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 9607;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
10509;;;;;; (15671 8032)) 9608;;;;;; (15707 44426))
10510;;; Generated autoloads from info-look.el 9609;;; Generated autoloads from info-look.el
10511 9610
10512(autoload (quote info-lookup-reset) "info-look" "\ 9611(autoload (quote info-lookup-reset) "info-look" "\
@@ -10542,7 +9641,7 @@ Perform completion on file preceding point." t nil)
10542;;;*** 9641;;;***
10543 9642
10544;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) 9643;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
10545;;;;;; "informat" "informat.el" (15185 49574)) 9644;;;;;; "informat" "informat.el" (15235 51729))
10546;;; Generated autoloads from informat.el 9645;;; Generated autoloads from informat.el
10547 9646
10548(autoload (quote Info-tagify) "informat" "\ 9647(autoload (quote Info-tagify) "informat" "\
@@ -10575,7 +9674,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil
10575 9674
10576;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 9675;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
10577;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 9676;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
10578;;;;;; (15251 19613)) 9677;;;;;; (15252 4769))
10579;;; Generated autoloads from international/isearch-x.el 9678;;; Generated autoloads from international/isearch-x.el
10580 9679
10581(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 9680(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -10620,7 +9719,7 @@ and a negative argument disables it." t nil)
10620;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 9719;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
10621;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso 9720;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
10622;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt" 9721;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
10623;;;;;; "international/iso-cvt.el" (15186 56483)) 9722;;;;;; "international/iso-cvt.el" (15235 51737))
10624;;; Generated autoloads from international/iso-cvt.el 9723;;; Generated autoloads from international/iso-cvt.el
10625 9724
10626(autoload (quote iso-spanish) "iso-cvt" "\ 9725(autoload (quote iso-spanish) "iso-cvt" "\
@@ -11001,7 +10100,7 @@ This mode enables switching between buffers using substrings. See
11001;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region 10100;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
11002;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku 10101;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
11003;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) 10102;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
11004;;;;;; "japan-util" "language/japan-util.el" (15185 62673)) 10103;;;;;; "japan-util" "language/japan-util.el" (15235 51737))
11005;;; Generated autoloads from language/japan-util.el 10104;;; Generated autoloads from language/japan-util.el
11006 10105
11007(autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) 10106(autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil)
@@ -11070,7 +10169,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
11070;;;*** 10169;;;***
11071 10170
11072;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 10171;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
11073;;;;;; "jka-compr" "jka-compr.el" (15623 548)) 10172;;;;;; "jka-compr" "jka-compr.el" (15626 5161))
11074;;; Generated autoloads from jka-compr.el 10173;;; Generated autoloads from jka-compr.el
11075 10174
11076(defvar auto-compression-mode nil "\ 10175(defvar auto-compression-mode nil "\
@@ -11093,69 +10192,8 @@ Evalute BODY with automatic file compression and uncompression enabled." nil (qu
11093 10192
11094;;;*** 10193;;;***
11095 10194
11096;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
11097;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
11098;;;;;; (15640 49861))
11099;;; Generated autoloads from emulation/keypad.el
11100
11101(defvar keypad-setup nil "\
11102Specifies the keypad setup for unshifted keypad keys when NumLock is off.
11103When selecting the plain numeric keypad setup, the character returned by the
11104decimal key must be specified.")
11105
11106(custom-add-to-group (quote keyboard) (quote keypad-setup) (quote custom-variable))
11107
11108(custom-add-load (quote keypad-setup) (quote keypad))
11109
11110(defvar keypad-numlock-setup nil "\
11111Specifies the keypad setup for unshifted keypad keys when NumLock is on.
11112When selecting the plain numeric keypad setup, the character returned by the
11113decimal key must be specified.")
11114
11115(custom-add-to-group (quote keyboard) (quote keypad-numlock-setup) (quote custom-variable))
11116
11117(custom-add-load (quote keypad-numlock-setup) (quote keypad))
11118
11119(defvar keypad-shifted-setup nil "\
11120Specifies the keypad setup for shifted keypad keys when NumLock is off.
11121When selecting the plain numeric keypad setup, the character returned by the
11122decimal key must be specified.")
11123
11124(custom-add-to-group (quote keyboard) (quote keypad-shifted-setup) (quote custom-variable))
11125
11126(custom-add-load (quote keypad-shifted-setup) (quote keypad))
11127
11128(defvar keypad-numlock-shifted-setup nil "\
11129Specifies the keypad setup for shifted keypad keys when NumLock is off.
11130When selecting the plain numeric keypad setup, the character returned by the
11131decimal key must be specified.")
11132
11133(custom-add-to-group (quote keyboard) (quote keypad-numlock-shifted-setup) (quote custom-variable))
11134
11135(custom-add-load (quote keypad-numlock-shifted-setup) (quote keypad))
11136
11137(autoload (quote keypad-setup) "keypad" "\
11138Set keypad bindings in function-key-map according to SETUP.
11139If optional second argument NUMLOCK is non-nil, the NumLock On bindings
11140are changed. Otherwise, the NumLock Off bindings are changed.
11141If optional third argument SHIFT is non-nil, the shifted keypad
11142keys are bound.
11143
11144 Setup Binding
11145 -------------------------------------------------------------
11146 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
11147 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
11148 'cursor Bind keypad keys to the cursor movement keys.
11149 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
11150 'none Removes all bindings for keypad keys in function-key-map.
11151
11152If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
11153the decimal key on the keypad is mapped to DECIMAL instead of `.'" nil nil)
11154
11155;;;***
11156
11157;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el" 10195;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
11158;;;;;; (15185 62673)) 10196;;;;;; (15235 51737))
11159;;; Generated autoloads from international/kinsoku.el 10197;;; Generated autoloads from international/kinsoku.el
11160 10198
11161(autoload (quote kinsoku) "kinsoku" "\ 10199(autoload (quote kinsoku) "kinsoku" "\
@@ -11174,8 +10212,8 @@ the context of text formatting." nil nil)
11174 10212
11175;;;*** 10213;;;***
11176 10214
11177;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15185 10215;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (15235
11178;;;;;; 62673)) 10216;;;;;; 51737))
11179;;; Generated autoloads from international/kkc.el 10217;;; Generated autoloads from international/kkc.el
11180 10218
11181(defvar kkc-after-update-conversion-functions nil "\ 10219(defvar kkc-after-update-conversion-functions nil "\
@@ -11195,80 +10233,8 @@ and the return value is the length of the conversion." t nil)
11195 10233
11196;;;*** 10234;;;***
11197 10235
11198;;;### (autoloads (kmacro-end-call-mouse kmacro-end-or-call-macro
11199;;;;;; kmacro-start-macro-or-insert-counter kmacro-call-macro kmacro-end-macro
11200;;;;;; kmacro-start-macro) "kmacro" "kmacro.el" (15713 34420))
11201;;; Generated autoloads from kmacro.el
11202 (global-set-key "\C-x(" 'kmacro-start-macro)
11203 (global-set-key "\C-x)" 'kmacro-end-macro)
11204 (global-set-key "\C-xe" 'kmacro-end-or-call-macro)
11205 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
11206 (global-set-key [f4] 'kmacro-end-or-call-macro)
11207 (global-set-key "\C-x\C-k" 'kmacro-keymap)
11208 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
11209
11210(autoload (quote kmacro-start-macro) "kmacro" "\
11211Record subsequent keyboard input, defining a keyboard macro.
11212The commands are recorded even as they are executed.
11213Use \\[end-kbd-macro] to finish recording and make the macro available.
11214Use \\[call-last-kbd-macro] to execute the macro.
11215Use \\[name-last-kbd-macro] to give it a permanent name.
11216Non-nil arg (prefix arg) means append to last macro defined;
11217
11218With \\[universal-argument] prefix, append to last keyboard macro
11219defined. Depending on `kmacro-execute-before-append', this may begin
11220by re-executing the last macro as if you typed it again.
11221
11222Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
11223defining the macro.
11224
11225Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
11226The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11227The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11228
11229(autoload (quote kmacro-end-macro) "kmacro" "\
11230Finish defining a keyboard macro.
11231The definition was started by \\[kmacro-start-macro].
11232The macro is now available for use via \\[kmacro-call-macro],
11233or it can be given a name with \\[name-last-kbd-macro] and then invoked
11234under that name.
11235
11236With numeric arg, repeat macro now that many times,
11237counting the definition just completed as the first repetition.
11238An argument of zero means repeat until error." t nil)
11239
11240(autoload (quote kmacro-call-macro) "kmacro" "\
11241Call the last keyboard macro that you defined with \\[kmacro-start-macro].
11242
11243A prefix argument serves as a repeat count. Zero means repeat until error.
11244
11245To make a macro permanent so you can call it even after
11246defining others, use M-x name-last-kbd-macro." t nil)
11247
11248(autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
11249Set `kmacro-counter' to ARG or 0 if missing, and `start-kbd-macro'.
11250With \\[universal-argument], append to current keyboard macro (keep kmacro-counter).
11251
11252When defining/executing macro, insert macro counter and increment with
11253ARG or 1 if missing.
11254With \\[universal-argument], insert previous kmacro-counter (but do not modify counter).
11255
11256The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
11257The format of the counter can be modified via \\[kmacro-set-format]." t nil)
11258
11259(autoload (quote kmacro-end-or-call-macro) "kmacro" "\
11260End kbd macro if currently being defined; else call last kbd macro.
11261With numeric prefix ARG, repeat macro that many times.
11262With \\[universal-argument], call second macro in macro ring." t nil)
11263
11264(autoload (quote kmacro-end-call-mouse) "kmacro" "\
11265Move point to the position clicked with the mouse and call last kbd macro.
11266If kbd macro currently being defined end it before activating it." t nil)
11267
11268;;;***
11269
11270;;;### (autoloads (setup-korean-environment-internal) "korea-util" 10236;;;### (autoloads (setup-korean-environment-internal) "korea-util"
11271;;;;;; "language/korea-util.el" (15185 62673)) 10237;;;;;; "language/korea-util.el" (15235 51737))
11272;;; Generated autoloads from language/korea-util.el 10238;;; Generated autoloads from language/korea-util.el
11273 10239
11274(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ 10240(defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
@@ -11280,7 +10246,7 @@ If kbd macro currently being defined end it before activating it." t nil)
11280;;;*** 10246;;;***
11281 10247
11282;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" 10248;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
11283;;;;;; (15354 48719)) 10249;;;;;; (15371 13685))
11284;;; Generated autoloads from play/landmark.el 10250;;; Generated autoloads from play/landmark.el
11285 10251
11286(defalias (quote landmark-repeat) (quote lm-test-run)) 10252(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -11454,7 +10420,7 @@ Unconditionally turn on Lazy Lock mode." nil nil)
11454;;;*** 10420;;;***
11455 10421
11456;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el" 10422;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
11457;;;;;; (15185 49574)) 10423;;;;;; (15235 51729))
11458;;; Generated autoloads from ledit.el 10424;;; Generated autoloads from ledit.el
11459 10425
11460(defconst ledit-save-files t "\ 10426(defconst ledit-save-files t "\
@@ -11483,7 +10449,7 @@ do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil)
11483 10449
11484;;;*** 10450;;;***
11485 10451
11486;;;### (autoloads (life) "life" "play/life.el" (15020 64776)) 10452;;;### (autoloads (life) "life" "play/life.el" (15021 26))
11487;;; Generated autoloads from play/life.el 10453;;; Generated autoloads from play/life.el
11488 10454
11489(autoload (quote life) "life" "\ 10455(autoload (quote life) "life" "\
@@ -11649,8 +10615,8 @@ This function is suitable for execution in a .emacs file." t nil)
11649 10615
11650;;;*** 10616;;;***
11651 10617
11652;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15186 10618;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (15235
11653;;;;;; 56483)) 10619;;;;;; 51740))
11654;;; Generated autoloads from progmodes/m4-mode.el 10620;;; Generated autoloads from progmodes/m4-mode.el
11655 10621
11656(autoload (quote m4-mode) "m4-mode" "\ 10622(autoload (quote m4-mode) "m4-mode" "\
@@ -11661,7 +10627,7 @@ A major mode to edit m4 macro files.
11661;;;*** 10627;;;***
11662 10628
11663;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro 10629;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
11664;;;;;; name-last-kbd-macro) "macros" "macros.el" (15185 49574)) 10630;;;;;; name-last-kbd-macro) "macros" "macros.el" (15235 51729))
11665;;; Generated autoloads from macros.el 10631;;; Generated autoloads from macros.el
11666 10632
11667(autoload (quote name-last-kbd-macro) "macros" "\ 10633(autoload (quote name-last-kbd-macro) "macros" "\
@@ -11768,7 +10734,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil)
11768 10734
11769;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history 10735;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
11770;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el" 10736;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
11771;;;;;; (15186 56483)) 10737;;;;;; (15235 51737))
11772;;; Generated autoloads from mail/mail-hist.el 10738;;; Generated autoloads from mail/mail-hist.el
11773 10739
11774(autoload (quote mail-hist-define-keys) "mail-hist" "\ 10740(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -11971,7 +10937,7 @@ Previous contents of that buffer are killed first." t nil)
11971 10937
11972;;;*** 10938;;;***
11973 10939
11974;;;### (autoloads (man-follow man) "man" "man.el" (15425 23120)) 10940;;;### (autoloads (man-follow man) "man" "man.el" (15626 5162))
11975;;; Generated autoloads from man.el 10941;;; Generated autoloads from man.el
11976 10942
11977(defalias (quote manual-entry) (quote man)) 10943(defalias (quote manual-entry) (quote man))
@@ -11994,26 +10960,6 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
11994 10960
11995;;;*** 10961;;;***
11996 10962
11997;;;### (autoloads (master-mode) "master" "master.el" (15400 24164))
11998;;; Generated autoloads from master.el
11999
12000(autoload (quote master-mode) "master" "\
12001Toggle Master mode.
12002With no argument, this command toggles the mode.
12003Non-null prefix argument turns on the mode.
12004Null prefix argument turns off the mode.
12005
12006When Master mode is enabled, you can scroll the slave buffer using the
12007following commands:
12008
12009\\{master-mode-map}
12010
12011The slave buffer is stored in the buffer-local variable `master-of'.
12012You can set this variable using `master-set-slave'. You can show
12013yourself the value of `master-of' by calling `master-show-slave'." t nil)
12014
12015;;;***
12016
12017;;;### (autoloads (unbold-region bold-region message-news-other-frame 10963;;;### (autoloads (unbold-region bold-region message-news-other-frame
12018;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window 10964;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
12019;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body 10965;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
@@ -12319,7 +11265,7 @@ Display version information about mh-e and the MH mail handling system." t nil)
12319 11265
12320;;;*** 11266;;;***
12321 11267
12322;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15185 62673)) 11268;;;### (autoloads nil "mh-mime" "mail/mh-mime.el" (15235 51738))
12323;;; Generated autoloads from mail/mh-mime.el 11269;;; Generated autoloads from mail/mh-mime.el
12324 11270
12325(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\ 11271(defvar mh-mime-content-types (quote (("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg"))) "\
@@ -12341,7 +11287,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
12341;;;*** 11287;;;***
12342 11288
12343;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight" 11289;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
12344;;;;;; "midnight.el" (15185 62672)) 11290;;;;;; "midnight.el" (15235 51729))
12345;;; Generated autoloads from midnight.el 11291;;; Generated autoloads from midnight.el
12346 11292
12347(autoload (quote clean-buffer-list) "midnight" "\ 11293(autoload (quote clean-buffer-list) "midnight" "\
@@ -12390,8 +11336,17 @@ Returns non-nil if the new state is enabled." t nil)
12390 11336
12391;;;*** 11337;;;***
12392 11338
11339;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el"
11340;;;;;; (15235 51734))
11341;;; Generated autoloads from emulation/mlconvert.el
11342
11343(autoload (quote convert-mocklisp-buffer) "mlconvert" "\
11344Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
11345
11346;;;***
11347
12393;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el" 11348;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
12394;;;;;; (15185 54813)) 11349;;;;;; (15235 51736))
12395;;; Generated autoloads from gnus/mm-partial.el 11350;;; Generated autoloads from gnus/mm-partial.el
12396 11351
12397(autoload (quote mm-inline-partial) "mm-partial" "\ 11352(autoload (quote mm-inline-partial) "mm-partial" "\
@@ -12403,7 +11358,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing." nil ni
12403;;;*** 11358;;;***
12404 11359
12405;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" 11360;;;### (autoloads (mm-uu-test mm-uu-dissect) "mm-uu" "gnus/mm-uu.el"
12406;;;;;; (15216 151)) 11361;;;;;; (15235 51736))
12407;;; Generated autoloads from gnus/mm-uu.el 11362;;; Generated autoloads from gnus/mm-uu.el
12408 11363
12409(autoload (quote mm-uu-dissect) "mm-uu" "\ 11364(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -12415,7 +11370,7 @@ Check whether the current buffer contains uu stuff." nil nil)
12415;;;*** 11370;;;***
12416 11371
12417;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 11372;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
12418;;;;;; (15185 49575)) 11373;;;;;; (15235 51740))
12419;;; Generated autoloads from progmodes/modula2.el 11374;;; Generated autoloads from progmodes/modula2.el
12420 11375
12421(autoload (quote modula-2-mode) "modula2" "\ 11376(autoload (quote modula-2-mode) "modula2" "\
@@ -12445,7 +11400,7 @@ followed by the first character of the construct.
12445;;;*** 11400;;;***
12446 11401
12447;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 11402;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
12448;;;;;; (15186 44923)) 11403;;;;;; (15235 51738))
12449;;; Generated autoloads from play/morse.el 11404;;; Generated autoloads from play/morse.el
12450 11405
12451(autoload (quote morse-region) "morse" "\ 11406(autoload (quote morse-region) "morse" "\
@@ -12793,7 +11748,7 @@ Enable mouse wheel support." nil nil)
12793;;;### (autoloads (network-connection network-connection-to-service 11748;;;### (autoloads (network-connection network-connection-to-service
12794;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 11749;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
12795;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 11750;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
12796;;;;;; (15416 26762)) 11751;;;;;; (15432 24092))
12797;;; Generated autoloads from net/net-utils.el 11752;;; Generated autoloads from net/net-utils.el
12798 11753
12799(autoload (quote traceroute) "net-utils" "\ 11754(autoload (quote traceroute) "net-utils" "\
@@ -13083,7 +12038,7 @@ If KEY is not a string, prompt for it with completion." t nil)
13083;;;*** 12038;;;***
13084 12039
13085;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el" 12040;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
13086;;;;;; (15186 56483)) 12041;;;;;; (15235 51740))
13087;;; Generated autoloads from progmodes/octave-inf.el 12042;;; Generated autoloads from progmodes/octave-inf.el
13088 12043
13089(autoload (quote inferior-octave) "octave-inf" "\ 12044(autoload (quote inferior-octave) "octave-inf" "\
@@ -13201,7 +12156,7 @@ including a reproducible test case and send the message." t nil)
13201;;;*** 12156;;;***
13202 12157
13203;;;### (autoloads (edit-options list-options) "options" "options.el" 12158;;;### (autoloads (edit-options list-options) "options" "options.el"
13204;;;;;; (15185 49574)) 12159;;;;;; (15235 51730))
13205;;; Generated autoloads from options.el 12160;;; Generated autoloads from options.el
13206 12161
13207(autoload (quote list-options) "options" "\ 12162(autoload (quote list-options) "options" "\
@@ -13292,8 +12247,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni
13292 12247
13293;;;*** 12248;;;***
13294 12249
13295;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15465 12250;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (15468
13296;;;;;; 21182)) 12251;;;;;; 20289))
13297;;; Generated autoloads from progmodes/pascal.el 12252;;; Generated autoloads from progmodes/pascal.el
13298 12253
13299(autoload (quote pascal-mode) "pascal" "\ 12254(autoload (quote pascal-mode) "pascal" "\
@@ -13344,7 +12299,7 @@ no args, if that value is non-nil." t nil)
13344;;;*** 12299;;;***
13345 12300
13346;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el" 12301;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
13347;;;;;; (15214 27238)) 12302;;;;;; (15235 51734))
13348;;; Generated autoloads from emulation/pc-mode.el 12303;;; Generated autoloads from emulation/pc-mode.el
13349 12304
13350(autoload (quote pc-bindings-mode) "pc-mode" "\ 12305(autoload (quote pc-bindings-mode) "pc-mode" "\
@@ -13446,7 +12401,7 @@ Completion rules for the `cvs' command." nil nil)
13446;;;*** 12401;;;***
13447 12402
13448;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip) 12403;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
13449;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15185 62672)) 12404;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (15235 51731))
13450;;; Generated autoloads from pcmpl-gnu.el 12405;;; Generated autoloads from pcmpl-gnu.el
13451 12406
13452(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\ 12407(autoload (quote pcomplete/gzip) "pcmpl-gnu" "\
@@ -13466,7 +12421,7 @@ Completion for the GNU tar utility." nil nil)
13466;;;*** 12421;;;***
13467 12422
13468;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill) 12423;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
13469;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15185 62672)) 12424;;;;;; "pcmpl-linux" "pcmpl-linux.el" (15235 51731))
13470;;; Generated autoloads from pcmpl-linux.el 12425;;; Generated autoloads from pcmpl-linux.el
13471 12426
13472(autoload (quote pcomplete/kill) "pcmpl-linux" "\ 12427(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -13480,8 +12435,8 @@ Completion for GNU/Linux `mount'." nil nil)
13480 12435
13481;;;*** 12436;;;***
13482 12437
13483;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15185 12438;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (15235
13484;;;;;; 62672)) 12439;;;;;; 51731))
13485;;; Generated autoloads from pcmpl-rpm.el 12440;;; Generated autoloads from pcmpl-rpm.el
13486 12441
13487(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\ 12442(autoload (quote pcomplete/rpm) "pcmpl-rpm" "\
@@ -13495,7 +12450,7 @@ You can use \\[eshell-report-bug] to do so." nil nil)
13495 12450
13496;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which 12451;;;### (autoloads (pcomplete/chgrp pcomplete/chown pcomplete/which
13497;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd) 12452;;;;;; pcomplete/xargs pcomplete/rm pcomplete/rmdir pcomplete/cd)
13498;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15185 62672)) 12453;;;;;; "pcmpl-unix" "pcmpl-unix.el" (15235 51731))
13499;;; Generated autoloads from pcmpl-unix.el 12454;;; Generated autoloads from pcmpl-unix.el
13500 12455
13501(autoload (quote pcomplete/cd) "pcmpl-unix" "\ 12456(autoload (quote pcomplete/cd) "pcmpl-unix" "\
@@ -13527,8 +12482,8 @@ Completion for the `chgrp' command." nil nil)
13527 12482
13528;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 12483;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
13529;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 12484;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
13530;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15698 12485;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (15707
13531;;;;;; 64354)) 12486;;;;;; 44427))
13532;;; Generated autoloads from pcomplete.el 12487;;; Generated autoloads from pcomplete.el
13533 12488
13534(autoload (quote pcomplete) "pcomplete" "\ 12489(autoload (quote pcomplete) "pcomplete" "\
@@ -13638,7 +12593,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
13638;;;*** 12593;;;***
13639 12594
13640;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 12595;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
13641;;;;;; (15437 4642)) 12596;;;;;; (15669 50258))
13642;;; Generated autoloads from progmodes/perl-mode.el 12597;;; Generated autoloads from progmodes/perl-mode.el
13643 12598
13644(autoload (quote perl-mode) "perl-mode" "\ 12599(autoload (quote perl-mode) "perl-mode" "\
@@ -13650,34 +12605,32 @@ Paragraphs are separated by blank lines only.
13650Delete converts tabs to spaces as it moves back. 12605Delete converts tabs to spaces as it moves back.
13651\\{perl-mode-map} 12606\\{perl-mode-map}
13652Variables controlling indentation style: 12607Variables controlling indentation style:
13653 `perl-tab-always-indent' 12608 perl-tab-always-indent
13654 Non-nil means TAB in Perl mode should always indent the current line, 12609 Non-nil means TAB in Perl mode should always indent the current line,
13655 regardless of where in the line point is when the TAB command is used. 12610 regardless of where in the line point is when the TAB command is used.
13656 `perl-tab-to-comment' 12611 perl-tab-to-comment
13657 Non-nil means that for lines which don't need indenting, TAB will 12612 Non-nil means that for lines which don't need indenting, TAB will
13658 either delete an empty comment, indent an existing comment, move 12613 either delete an empty comment, indent an existing comment, move
13659 to end-of-line, or if at end-of-line already, create a new comment. 12614 to end-of-line, or if at end-of-line already, create a new comment.
13660 `perl-nochange' 12615 perl-nochange
13661 Lines starting with this regular expression are not auto-indented. 12616 Lines starting with this regular expression are not auto-indented.
13662 `perl-indent-level' 12617 perl-indent-level
13663 Indentation of Perl statements within surrounding block. 12618 Indentation of Perl statements within surrounding block.
13664 The surrounding block's indentation is the indentation 12619 The surrounding block's indentation is the indentation
13665 of the line on which the open-brace appears. 12620 of the line on which the open-brace appears.
13666 `perl-continued-statement-offset' 12621 perl-continued-statement-offset
13667 Extra indentation given to a substatement, such as the 12622 Extra indentation given to a substatement, such as the
13668 then-clause of an if or body of a while. 12623 then-clause of an if or body of a while.
13669 `perl-continued-brace-offset' 12624 perl-continued-brace-offset
13670 Extra indentation given to a brace that starts a substatement. 12625 Extra indentation given to a brace that starts a substatement.
13671 This is in addition to `perl-continued-statement-offset'. 12626 This is in addition to `perl-continued-statement-offset'.
13672 `perl-brace-offset' 12627 perl-brace-offset
13673 Extra indentation for line if it starts with an open brace. 12628 Extra indentation for line if it starts with an open brace.
13674 `perl-brace-imaginary-offset' 12629 perl-brace-imaginary-offset
13675 An open brace following other text is treated as if it were 12630 An open brace following other text is treated as if it were
13676 this far to the right of the start of its line. 12631 this far to the right of the start of its line.
13677 `perl-label-offset' 12632 perl-label-offset
13678 Extra indentation for line that is a label. 12633 Extra indentation for line that is a label.
13679 `perl-indent-continued-arguments'
13680 Offset of argument lines relative to usual indentation.
13681 12634
13682Various indentation styles: K&R BSD BLK GNU LW 12635Various indentation styles: K&R BSD BLK GNU LW
13683 perl-indent-level 5 8 0 2 4 12636 perl-indent-level 5 8 0 2 4
@@ -13761,17 +12714,7 @@ they are not defaultly assigned to keys." t nil)
13761 12714
13762;;;*** 12715;;;***
13763 12716
13764;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 12717;;;### (autoloads (pong) "pong" "play/pong.el" (15457 24959))
13765;;;;;; (15507 32977))
13766;;; Generated autoloads from textmodes/po.el
13767
13768(autoload (quote po-find-file-coding-system) "po" "\
13769Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
13770Called through file-coding-system-alist, before the file is visited for real." nil nil)
13771
13772;;;***
13773
13774;;;### (autoloads (pong) "pong" "play/pong.el" (15457 7212))
13775;;; Generated autoloads from play/pong.el 12718;;; Generated autoloads from play/pong.el
13776 12719
13777(autoload (quote pong) "pong" "\ 12720(autoload (quote pong) "pong" "\
@@ -13830,7 +12773,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
13830 12773
13831;;;*** 12774;;;***
13832 12775
13833;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15272 24982)) 12776;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15276 56075))
13834;;; Generated autoloads from ps-bdf.el 12777;;; Generated autoloads from ps-bdf.el
13835 12778
13836(defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ 12779(defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -13848,7 +12791,7 @@ The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
13848;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 12791;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets
13849;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 12792;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition
13850;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 12793;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font
13851;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15640 49860)) 12794;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (15669 50256))
13852;;; Generated autoloads from ps-mule.el 12795;;; Generated autoloads from ps-mule.el
13853 12796
13854(defvar ps-multibyte-buffer nil "\ 12797(defvar ps-multibyte-buffer nil "\
@@ -14305,8 +13248,8 @@ of each directory." t nil)
14305 13248
14306;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls 13249;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
14307;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url 13250;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
14308;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15186 13251;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15235
14309;;;;;; 56483)) 13252;;;;;; 51738))
14310;;; Generated autoloads from net/quickurl.el 13253;;; Generated autoloads from net/quickurl.el
14311 13254
14312(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ 13255(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -14361,8 +13304,8 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil)
14361 13304
14362;;;*** 13305;;;***
14363 13306
14364;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15425 13307;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (15626
14365;;;;;; 23455)) 13308;;;;;; 5163))
14366;;; Generated autoloads from net/rcompile.el 13309;;; Generated autoloads from net/rcompile.el
14367 13310
14368(autoload (quote remote-compile) "rcompile" "\ 13311(autoload (quote remote-compile) "rcompile" "\
@@ -14661,7 +13604,7 @@ in REGEXP." nil nil)
14661 13604
14662;;;*** 13605;;;***
14663 13606
14664;;;### (autoloads (repeat) "repeat" "repeat.el" (15182 61046)) 13607;;;### (autoloads (repeat) "repeat" "repeat.el" (15235 51731))
14665;;; Generated autoloads from repeat.el 13608;;; Generated autoloads from repeat.el
14666 13609
14667(autoload (quote repeat) "repeat" "\ 13610(autoload (quote repeat) "repeat" "\
@@ -14677,7 +13620,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil)
14677;;;*** 13620;;;***
14678 13621
14679;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" 13622;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
14680;;;;;; (15356 45077)) 13623;;;;;; (15669 50258))
14681;;; Generated autoloads from mail/reporter.el 13624;;; Generated autoloads from mail/reporter.el
14682 13625
14683(autoload (quote reporter-submit-bug-report) "reporter" "\ 13626(autoload (quote reporter-submit-bug-report) "reporter" "\
@@ -14741,78 +13684,6 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil)
14741 13684
14742;;;*** 13685;;;***
14743 13686
14744;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
14745;;;;;; (15593 36678))
14746;;; Generated autoloads from reveal.el
14747
14748(autoload (quote reveal-mode) "reveal" "\
14749Toggle Reveal mode on or off.
14750Reveal mode renders invisible text around point visible again.
14751
14752Interactively, with no prefix argument, toggle the mode.
14753With universal prefix ARG (or if ARG is nil) turn mode on.
14754With zero or negative ARG turn mode off." t nil)
14755
14756(defvar global-reveal-mode nil "\
14757Non-nil if Global-Reveal mode is enabled.
14758See the command `global-reveal-mode' for a description of this minor-mode.
14759Setting this variable directly does not take effect;
14760use either \\[customize] or the function `global-reveal-mode'.")
14761
14762(custom-add-to-group (quote global-reveal) (quote global-reveal-mode) (quote custom-variable))
14763
14764(custom-add-load (quote global-reveal-mode) (quote reveal))
14765
14766(autoload (quote global-reveal-mode) "reveal" "\
14767Toggle Reveal mode in all buffers on or off.
14768Reveal mode renders invisible text around point visible again.
14769
14770Interactively, with no prefix argument, toggle the mode.
14771With universal prefix ARG (or if ARG is nil) turn mode on.
14772With zero or negative ARG turn mode off." t nil)
14773
14774;;;***
14775
14776;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties
14777;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow"
14778;;;;;; "rfn-eshadow.el" (15577 18154))
14779;;; Generated autoloads from rfn-eshadow.el
14780
14781(defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\
14782Properties given to the `shadowed' part of a filename in the minibuffer.
14783Only used when `read-file-name-electric-shadow-mode' is active.
14784If emacs is not running under a window system,
14785`read-file-name-electric-shadow-tty-properties' is used instead.")
14786
14787(defvar read-file-name-electric-shadow-tty-properties (quote (before-string "{" after-string "} " field shadow)) "\
14788Properties given to the `shadowed' part of a filename in the minibuffer.
14789Only used when `read-file-name-electric-shadow-mode' is active and emacs
14790is not running under a window-system; if emacs is running under a window
14791system, `read-file-name-electric-shadow-properties' is used instead.")
14792
14793(defvar read-file-name-electric-shadow-mode nil "\
14794Non-nil if Read-File-Name-Electric-Shadow mode is enabled.
14795See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode.
14796Setting this variable directly does not take effect;
14797use either \\[customize] or the function `read-file-name-electric-shadow-mode'.")
14798
14799(custom-add-to-group (quote minibuffer) (quote read-file-name-electric-shadow-mode) (quote custom-variable))
14800
14801(custom-add-load (quote read-file-name-electric-shadow-mode) (quote rfn-eshadow))
14802
14803(autoload (quote read-file-name-electric-shadow-mode) "rfn-eshadow" "\
14804Toggle Read-File-Name Electric Shadow mode.
14805When active, any part of the filename being read in the minibuffer
14806that would be ignored because the result is passed through
14807`substitute-in-file-name' is given the properties in
14808`read-file-name-electric-shadow-properties', which can be used to make
14809that portion dim, invisible, or otherwise less visually noticeable.
14810
14811With prefix argument ARG, turn on if positive, otherwise off.
14812Returns non-nil if the new state is enabled." t nil)
14813
14814;;;***
14815
14816;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" 13687;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
14817;;;;;; (14632 7438)) 13688;;;;;; (14632 7438))
14818;;; Generated autoloads from emacs-lisp/ring.el 13689;;; Generated autoloads from emacs-lisp/ring.el
@@ -15086,7 +13957,7 @@ Set PASSWORD to be used for retrieving mail from a POP server." t nil)
15086;;;*** 13957;;;***
15087 13958
15088;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el" 13959;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
15089;;;;;; (15185 49575)) 13960;;;;;; (15235 51738))
15090;;; Generated autoloads from mail/rmailedit.el 13961;;; Generated autoloads from mail/rmailedit.el
15091 13962
15092(autoload (quote rmail-edit-current-message) "rmailedit" "\ 13963(autoload (quote rmail-edit-current-message) "rmailedit" "\
@@ -15096,7 +13967,7 @@ Edit the contents of this message." t nil)
15096 13967
15097;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message 13968;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
15098;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd" 13969;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
15099;;;;;; "mail/rmailkwd.el" (15185 49575)) 13970;;;;;; "mail/rmailkwd.el" (15235 51738))
15100;;; Generated autoloads from mail/rmailkwd.el 13971;;; Generated autoloads from mail/rmailkwd.el
15101 13972
15102(autoload (quote rmail-add-label) "rmailkwd" "\ 13973(autoload (quote rmail-add-label) "rmailkwd" "\
@@ -15124,7 +13995,7 @@ With prefix argument N moves forward N messages with these labels." t nil)
15124;;;*** 13995;;;***
15125 13996
15126;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el" 13997;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
15127;;;;;; (15185 49575)) 13998;;;;;; (15235 51738))
15128;;; Generated autoloads from mail/rmailmsc.el 13999;;; Generated autoloads from mail/rmailmsc.el
15129 14000
15130(autoload (quote set-rmail-inbox-list) "rmailmsc" "\ 14001(autoload (quote set-rmail-inbox-list) "rmailmsc" "\
@@ -15193,8 +14064,8 @@ FILE-NAME defaults, interactively, from the Subject field of the message." t nil
15193 14064
15194;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent 14065;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
15195;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject 14066;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
15196;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15185 14067;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (15235
15197;;;;;; 49575)) 14068;;;;;; 51738))
15198;;; Generated autoloads from mail/rmailsort.el 14069;;; Generated autoloads from mail/rmailsort.el
15199 14070
15200(autoload (quote rmail-sort-by-date) "rmailsort" "\ 14071(autoload (quote rmail-sort-by-date) "rmailsort" "\
@@ -15232,7 +14103,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
15232;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 14103;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
15233;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 14104;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
15234;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 14105;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
15235;;;;;; "rmailsum" "mail/rmailsum.el" (15649 61373)) 14106;;;;;; "rmailsum" "mail/rmailsum.el" (15669 50258))
15236;;; Generated autoloads from mail/rmailsum.el 14107;;; Generated autoloads from mail/rmailsum.el
15237 14108
15238(defvar rmail-summary-scroll-between-messages t "\ 14109(defvar rmail-summary-scroll-between-messages t "\
@@ -15294,7 +14165,7 @@ Setting this variable has an effect only before reading a mail.")
15294;;;*** 14165;;;***
15295 14166
15296;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el" 14167;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
15297;;;;;; (15185 49575)) 14168;;;;;; (15235 51738))
15298;;; Generated autoloads from obsolete/rnewspost.el 14169;;; Generated autoloads from obsolete/rnewspost.el
15299 14170
15300(autoload (quote news-post-news) "rnewspost" "\ 14171(autoload (quote news-post-news) "rnewspost" "\
@@ -15366,15 +14237,6 @@ This function is obsolete." t nil)
15366 14237
15367;;;*** 14238;;;***
15368 14239
15369;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (15583
15370;;;;;; 13479))
15371;;; Generated autoloads from ruler-mode.el
15372
15373(autoload (quote ruler-mode) "ruler-mode" "\
15374Display a ruler in the header line if ARG > 0." t nil)
15375
15376;;;***
15377
15378;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288 14240;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (15288
15379;;;;;; 6955)) 14241;;;;;; 6955))
15380;;; Generated autoloads from emacs-lisp/rx.el 14242;;; Generated autoloads from emacs-lisp/rx.el
@@ -15647,7 +14509,7 @@ CHAR
15647;;;*** 14509;;;***
15648 14510
15649;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 14511;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
15650;;;;;; (15651 7291)) 14512;;;;;; (15669 50258))
15651;;; Generated autoloads from progmodes/scheme.el 14513;;; Generated autoloads from progmodes/scheme.el
15652 14514
15653(autoload (quote scheme-mode) "scheme" "\ 14515(autoload (quote scheme-mode) "scheme" "\
@@ -15719,22 +14581,25 @@ Interesting variables:
15719 14581
15720;;;*** 14582;;;***
15721 14583
15722;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 14584;;;### (autoloads (scroll-all-mode scroll-all-mode) "scroll-all"
15723;;;;;; (15704 51484)) 14585;;;;;; "scroll-all.el" (15707 44427))
15724;;; Generated autoloads from scroll-all.el 14586;;; Generated autoloads from scroll-all.el
15725 14587
15726(defvar scroll-all-mode "Toggle Scroll-All minor mode.\nWith ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.\nWhen Scroll-All mode is on, scrolling commands entered in one window\napply to all visible windows in the same frame." "\ 14588(defvar scroll-all-mode nil "\
15727Non-nil if Scroll-All mode is enabled. 14589Control/track scroll locking.
15728See the command `scroll-all-mode' for a description of this minor-mode. 14590
15729Setting this variable directly does not take effect; 14591Setting this variable directly does not take effect;
15730use either \\[customize] or the function `scroll-all-mode'.") 14592use either M-x customize or the function `scroll-all-mode'.")
15731 14593
15732(custom-add-to-group (quote scroll-all) (quote scroll-all-mode) (quote custom-variable)) 14594(custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable))
15733 14595
15734(custom-add-load (quote scroll-all-mode) (quote scroll-all)) 14596(custom-add-load (quote scroll-all-mode) (quote scroll-all))
15735 14597
15736(autoload (quote scroll-all-mode) "scroll-all" "\ 14598(autoload (quote scroll-all-mode) "scroll-all" "\
15737 *SL*" t nil) 14599Toggle Scroll-All minor mode.
14600With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
14601When Scroll-All mode is on, scrolling commands entered in one window
14602apply to all visible windows in the same frame." t nil)
15738 14603
15739;;;*** 14604;;;***
15740 14605
@@ -16132,7 +14997,7 @@ Set up file shadowing." t nil)
16132;;;*** 14997;;;***
16133 14998
16134;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" 14999;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
16135;;;;;; (15651 7287)) 15000;;;;;; (15707 44427))
16136;;; Generated autoloads from shell.el 15001;;; Generated autoloads from shell.el
16137 15002
16138(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ 15003(defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
@@ -16351,7 +15216,7 @@ Minor mode to simplify editing output from the diff3 program.
16351;;;*** 15216;;;***
16352 15217
16353;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 15218;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
16354;;;;;; (14902 55791)) 15219;;;;;; (14903 33608))
16355;;; Generated autoloads from gnus/smiley-ems.el 15220;;; Generated autoloads from gnus/smiley-ems.el
16356 15221
16357(autoload (quote smiley-region) "smiley-ems" "\ 15222(autoload (quote smiley-region) "smiley-ems" "\
@@ -16478,8 +15343,8 @@ Requires floating point." nil nil)
16478 15343
16479;;;*** 15344;;;***
16480 15345
16481;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15544 15346;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (15626
16482;;;;;; 37711)) 15347;;;;;; 5163))
16483;;; Generated autoloads from play/solitaire.el 15348;;; Generated autoloads from play/solitaire.el
16484 15349
16485(autoload (quote solitaire) "solitaire" "\ 15350(autoload (quote solitaire) "solitaire" "\
@@ -16677,7 +15542,7 @@ From a program takes two point or marker arguments, BEG and END." t nil)
16677;;;*** 15542;;;***
16678 15543
16679;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 15544;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
16680;;;;;; "speedbar.el" (15661 53042)) 15545;;;;;; "speedbar.el" (15669 50257))
16681;;; Generated autoloads from speedbar.el 15546;;; Generated autoloads from speedbar.el
16682 15547
16683(defalias (quote speedbar) (quote speedbar-frame-mode)) 15548(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -16698,7 +15563,7 @@ selected. If the speedbar frame is active, then select the attached frame." t n
16698;;;*** 15563;;;***
16699 15564
16700;;;### (autoloads (spell-string spell-region spell-word spell-buffer) 15565;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
16701;;;;;; "spell" "textmodes/spell.el" (15185 49575)) 15566;;;;;; "spell" "textmodes/spell.el" (15235 51743))
16702;;; Generated autoloads from textmodes/spell.el 15567;;; Generated autoloads from textmodes/spell.el
16703 15568
16704(put (quote spell-filter) (quote risky-local-variable) t) 15569(put (quote spell-filter) (quote risky-local-variable) t)
@@ -17187,22 +16052,6 @@ before, and `sc-post-hook' is run after the guts of this function." nil nil)
17187 16052
17188;;;*** 16053;;;***
17189 16054
17190;;;### (autoloads (syntax-ppss) "syntax" "emacs-lisp/syntax.el" (15569
17191;;;;;; 44241))
17192;;; Generated autoloads from emacs-lisp/syntax.el
17193
17194(autoload (quote syntax-ppss) "syntax" "\
17195Parse-Partial-Sexp State at POS.
17196The returned value is the same as `parse-partial-sexp' except that
17197the 2nd and 6th values of the returned state cannot be relied upon.
17198
17199If the caller knows the PPSS of a nearby position, she can pass it
17200in OLP-PPSS (with or without its corresponding OLD-POS) to try and
17201avoid a more expansive scan.
17202Point is at POS when this function returns." nil nil)
17203
17204;;;***
17205
17206;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639)) 16055;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (13227 8639))
17207;;; Generated autoloads from tabify.el 16056;;; Generated autoloads from tabify.el
17208 16057
@@ -17222,531 +16071,6 @@ The variable `tab-width' controls the spacing of tab stops." t nil)
17222 16071
17223;;;*** 16072;;;***
17224 16073
17225;;;### (autoloads (table-release table-capture table-delete-column
17226;;;;;; table-delete-row table-insert-sequence table-generate-source
17227;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
17228;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
17229;;;;;; table-split-cell-horizontally table-split-cell-vertically
17230;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
17231;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
17232;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
17233;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
17234;;;;;; table-recognize table-insert-row-column table-insert-column
17235;;;;;; table-insert-row table-insert table-point-left-cell-hook
17236;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
17237;;;;;; "table" "textmodes/table.el" (15712 16962))
17238;;; Generated autoloads from textmodes/table.el
17239
17240(defvar table-cell-map-hook nil "\
17241*Normal hooks run when finishing construction of `table-cell-map'.
17242User can modify `table-cell-map' by adding custom functions here.")
17243
17244(defvar table-load-hook nil "\
17245*List of functions to be called after the table is first loaded.")
17246
17247(defvar table-point-entered-cell-hook nil "\
17248*List of functions to be called after point entered a table cell.")
17249
17250(defvar table-point-left-cell-hook nil "\
17251*List of functions to be called after point left a table cell.")
17252
17253(autoload (quote table-insert) "table" "\
17254Insert an editable text table.
17255Insert a table of specified number of COLUMNS and ROWS. Optional
17256parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
17257cell. The cell size is uniform across the table if the specified size
17258is a number. They can be a list of numbers to specify different size
17259for each cell. When called interactively, the list of number is
17260entered by simply listing all the numbers with space characters
17261delimiting them.
17262
17263Examples:
17264
17265\\[table-insert] inserts a table at the current point location.
17266
17267Suppose we have the following situation where `-!-' indicates the
17268location of point.
17269
17270 -!-
17271
17272Type \\[table-insert] and hit ENTER key. As it asks table
17273specification, provide 3 for number of columns, 1 for number of rows,
172745 for cell width and 1 for cell height. Now you shall see the next
17275table and the point is automatically moved to the beginning of the
17276first cell.
17277
17278 +-----+-----+-----+
17279 |-!- | | |
17280 +-----+-----+-----+
17281
17282Inside a table cell, there are special key bindings. \\<table-cell-map>
17283
17284M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
17285width, which results as
17286
17287 +--------------+-----+-----+
17288 |-!- | | |
17289 +--------------+-----+-----+
17290
17291Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
17292TAB moves the point forward by a cell. The result now looks like this:
17293
17294 +--------------+------+--------------------------------+
17295 | | |-!- |
17296 +--------------+------+--------------------------------+
17297
17298If you knew each width of the columns prior to the table creation,
17299what you could have done better was to have had given the complete
17300width information to `table-insert'.
17301
17302Cell width(s): 14 6 32
17303
17304instead of
17305
17306Cell width(s): 5
17307
17308This would have eliminated the previously mentioned width adjustment
17309work all together.
17310
17311If the point is in the last cell type S-TAB S-TAB to move it to the
17312first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
17313
17314 +--------------+------+--------------------------------+
17315 |-!- | | |
17316 | | | |
17317 +--------------+------+--------------------------------+
17318
17319Type \\[table-insert-row-column] and tell it to insert a row.
17320
17321 +--------------+------+--------------------------------+
17322 |-!- | | |
17323 | | | |
17324 +--------------+------+--------------------------------+
17325 | | | |
17326 | | | |
17327 +--------------+------+--------------------------------+
17328
17329Move the point under the table as shown below.
17330
17331 +--------------+------+--------------------------------+
17332 | | | |
17333 | | | |
17334 +--------------+------+--------------------------------+
17335 | | | |
17336 | | | |
17337 +--------------+------+--------------------------------+
17338 -!-
17339
17340Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
17341when the point is outside of the table. This insertion at
17342outside of the table effectively appends a row at the end.
17343
17344 +--------------+------+--------------------------------+
17345 | | | |
17346 | | | |
17347 +--------------+------+--------------------------------+
17348 | | | |
17349 | | | |
17350 +--------------+------+--------------------------------+
17351 |-!- | | |
17352 | | | |
17353 +--------------+------+--------------------------------+
17354
17355Text editing inside the table cell produces reasonably expected
17356results.
17357
17358 +--------------+------+--------------------------------+
17359 | | | |
17360 | | | |
17361 +--------------+------+--------------------------------+
17362 | | |Text editing inside the table |
17363 | | |cell produces reasonably |
17364 | | |expected results.-!- |
17365 +--------------+------+--------------------------------+
17366 | | | |
17367 | | | |
17368 +--------------+------+--------------------------------+
17369
17370Inside a table cell has a special keymap.
17371
17372\\{table-cell-map}
17373" t nil)
17374
17375(autoload (quote table-insert-row) "table" "\
17376Insert N table row(s).
17377When point is in a table the newly inserted row(s) are placed above
17378the current row. When point is outside of the table it must be below
17379the table within the table width range, then the newly created row(s)
17380are appended at the bottom of the table." t nil)
17381
17382(autoload (quote table-insert-column) "table" "\
17383Insert N table column(s).
17384When point is in a table the newly inserted column(s) are placed left
17385of the current column. When point is outside of the table it must be
17386right side of the table within the table height range, then the newly
17387created column(s) are appended at the right of the table." t nil)
17388
17389(autoload (quote table-insert-row-column) "table" "\
17390Insert row(s) or column(s).
17391See `table-insert-row' and `table-insert-column'." t nil)
17392
17393(autoload (quote table-recognize) "table" "\
17394Recognize all tables within the current buffer and activate them.
17395Scans the entire buffer and recognizes valid table cells. If the
17396optional numeric prefix argument ARG is negative the tables in the
17397buffer become inactive, meaning the tables become plain text and loses
17398all the table specific features." t nil)
17399
17400(autoload (quote table-unrecognize) "table" nil t nil)
17401
17402(autoload (quote table-recognize-region) "table" "\
17403Recognize all tables within region.
17404BEG and END specify the region to work on. If the optional numeric
17405prefix argument ARG is negative the tables in the region become
17406inactive, meaning the tables become plain text and lose all the table
17407specific features." t nil)
17408
17409(autoload (quote table-unrecognize-region) "table" nil t nil)
17410
17411(autoload (quote table-recognize-table) "table" "\
17412Recognize a table at point.
17413If the optional numeric prefix argument ARG is negative the table
17414becomes inactive, meaning the table becomes plain text and loses all
17415the table specific features." t nil)
17416
17417(autoload (quote table-unrecognize-table) "table" nil t nil)
17418
17419(autoload (quote table-recognize-cell) "table" "\
17420Recognize a table cell that contains current point.
17421Probe the cell dimension and prepare the cell information. The
17422optional two arguments FORCE and NO-COPY are for internal use only and
17423must not be specified. When the optional numeric prefix argument ARG
17424is negative the cell becomes inactive, meaning that the cell becomes
17425plain text and loses all the table specific features." t nil)
17426
17427(autoload (quote table-unrecognize-cell) "table" nil t nil)
17428
17429(autoload (quote table-heighten-cell) "table" "\
17430Heighten the current cell by N lines by expanding the cell vertically.
17431Heightening is done by adding blank lines at the bottom of the current
17432cell. Other cells aligned horizontally with the current one are also
17433heightened in order to keep the rectangular table structure. The
17434optional argument NO-COPY is internal use only and must not be
17435specified." t nil)
17436
17437(autoload (quote table-shorten-cell) "table" "\
17438Shorten the current cell by N lines by shrinking the cell vertically.
17439Shortening is done by removing blank lines from the bottom of the cell
17440and possibly from the top of the cell as well. Therefor, the cell
17441must have some bottom/top blank lines to be shorten effectively. This
17442is applicable to all the cells aligned horizontally with the current
17443one because they are also shortened in order to keep the rectangular
17444table structure." t nil)
17445
17446(autoload (quote table-widen-cell) "table" "\
17447Widen the current cell by N columns and expand the cell horizontally.
17448Some other cells in the same table are widen as well to keep the
17449table's rectangle structure." t nil)
17450
17451(autoload (quote table-narrow-cell) "table" "\
17452Narrow the current cell by N columns and shrink the cell horizontally.
17453Some other cells in the same table are narrowed as well to keep the
17454table's rectangle structure." t nil)
17455
17456(autoload (quote table-forward-cell) "table" "\
17457Move point forward to the beginning of the next cell.
17458With argument ARG, do it ARG times;
17459a negative argument ARG = -N means move backward N cells.
17460Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
17461
17462Sample Cell Traveling Order (In Irregular Table Cases)
17463
17464You can actually try how it works in this buffer. Press
17465\\[table-recognize] and go to cells in the following tables and press
17466\\[table-forward-cell] or TAB key.
17467
17468+-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
17469|0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
17470+--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
17471|2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
17472| +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
17473| |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
17474+--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
17475
17476+--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17477|0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
17478| | | | | +--+ | | | | | +--+ +--+
17479+--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
17480|3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
17481| | | | | |6 | | | | | | |6 | |7 |
17482+--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
17483
17484+--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
17485|0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
17486| +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
17487| |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
17488+--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
17489|5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
17490| |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
17491+--+--+--+ +--+--+--+
17492" t nil)
17493
17494(autoload (quote table-backward-cell) "table" "\
17495Move backward to the beginning of the previous cell.
17496With argument ARG, do it ARG times;
17497a negative argument ARG = -N means move forward N cells." t nil)
17498
17499(autoload (quote table-span-cell) "table" "\
17500Span current cell into adjacent cell in DIRECTION.
17501DIRECTION is one of symbols; right, left, above or below." t nil)
17502
17503(autoload (quote table-split-cell-vertically) "table" "\
17504Split current cell vertically.
17505Creates a cell above and a cell below the current point location." t nil)
17506
17507(autoload (quote table-split-cell-horizontally) "table" "\
17508Split current cell horizontally.
17509Creates a cell on the left and a cell on the right of the current point location." t nil)
17510
17511(autoload (quote table-split-cell) "table" "\
17512Split current cell in ORIENTATION.
17513ORIENTATION is a symbol either horizontally or vertically." t nil)
17514
17515(autoload (quote table-justify) "table" "\
17516Justify contents of a cell, a row of cells or a column of cells.
17517WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
17518'center, 'right, 'top, 'middle, 'bottom or 'none." t nil)
17519
17520(autoload (quote table-justify-cell) "table" "\
17521Justify cell contents.
17522JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
17523'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
17524non-nil the justify operation is limited to the current paragraph,
17525otherwise the entire cell contents is justified." t nil)
17526
17527(autoload (quote table-justify-row) "table" "\
17528Justify cells of a row.
17529JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17530'middle, 'bottom or 'none for vertical." t nil)
17531
17532(autoload (quote table-justify-column) "table" "\
17533Justify cells of a column.
17534JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
17535'middle, 'bottom or 'none for vertical." t nil)
17536
17537(autoload (quote table-fixed-width-mode) "table" "\
17538Toggle fixing width mode.
17539In the fixed width mode, typing inside a cell never changes the cell
17540width where in the normal mode the cell width expands automatically in
17541order to prevent a word being folded into multiple lines." t nil)
17542
17543(autoload (quote table-query-dimension) "table" "\
17544Return the dimension of the current cell and the current table.
17545The result is a list (cw ch tw th c r cells) where cw is the cell
17546width, ch is the cell height, tw is the table width, th is the table
17547height, c is the number of columns, r is the number of rows and cells
17548is the total number of cells. The cell dimension excludes the cell
17549frame while the table dimension includes the table frame. The columns
17550and the rows are counted by the number of cell boundaries. Therefore
17551the number tends to be larger than it appears for the tables with
17552non-uniform cell structure (heavily spanned and split). When optional
17553WHERE is provided the cell and table at that location is reported." t nil)
17554
17555(autoload (quote table-generate-source) "table" "\
17556Generate source of the current table in the specified language.
17557LANGUAGE is a symbol that specifies the language to describe the
17558structure of the table. It must be either 'html, 'latex or 'cals.
17559The resulted source text is inserted into DEST-BUFFER and the buffer
17560object is returned. When DEST-BUFFER is omitted or nil the default
17561buffer specified in `table-dest-buffer-name' is used. In this case
17562the content of the default buffer is erased prior to the generation.
17563When DEST-BUFFER is non-nil it is expected to be either a destination
17564buffer or a name of the destination buffer. In this case the
17565generated result is inserted at the current point in the destination
17566buffer and the previously existing contents in the buffer are
17567untouched.
17568
17569References used for this implementation:
17570
17571HTML:
17572 http://www.w3.org
17573
17574LaTeX:
17575 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
17576
17577CALS (DocBook DTD):
17578 http://www.oasis-open.org/html/a502.htm
17579 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
17580" t nil)
17581
17582(autoload (quote table-insert-sequence) "table" "\
17583Travel cells forward while inserting a specified sequence string in each cell.
17584STR is the base string from which the sequence starts. When STR is an
17585empty string then each cell content is erased. When STR ends with
17586numerical characters (they may optionally be surrounded by a pair of
17587parentheses) they are incremented as a decimal number. Otherwise the
17588last character in STR is incremented in ASCII code order. N is the
17589number of sequence elements to insert. When N is negative the cell
17590traveling direction is backward. When N is zero it travels forward
17591entire table. INCREMENT is the increment between adjacent sequence
17592elements and can be a negative number for effectively decrementing.
17593INTERVAL is the number of cells to travel between sequence element
17594insertion which is normally 1. When zero or less is given for
17595INTERVAL it is interpreted as number of cells per row so that sequence
17596is placed straight down vertically as long as the table's cell
17597structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
17598'right, that specifies justification of the inserted string.
17599
17600Example:
17601
17602 (progn
17603 (table-insert 16 3 5 1)
17604 (table-forward-cell 15)
17605 (table-insert-sequence \"D0\" -16 1 1 'center)
17606 (table-forward-cell 16)
17607 (table-insert-sequence \"A[0]\" -16 1 1 'center)
17608 (table-forward-cell 1)
17609 (table-insert-sequence \"-\" 16 0 1 'center))
17610
17611 (progn
17612 (table-insert 16 8 5 1)
17613 (table-insert-sequence \"@\" 0 1 2 'right)
17614 (table-forward-cell 1)
17615 (table-insert-sequence \"64\" 0 1 2 'left))
17616" t nil)
17617
17618(autoload (quote table-delete-row) "table" "\
17619Delete N row(s) of cells.
17620Delete N rows of cells from current row. The current row is the row
17621contains the current cell where point is located. Each row must
17622consists from cells of same height." t nil)
17623
17624(autoload (quote table-delete-column) "table" "\
17625Delete N column(s) of cells.
17626Delete N columns of cells from current column. The current column is
17627the column contains the current cell where point is located. Each
17628column must consists from cells of same width." t nil)
17629
17630(autoload (quote table-capture) "table" "\
17631Convert plain text into a table by capturing the text in the region.
17632Create a table with the text in region as cell contents. BEG and END
17633specify the region. The text in the region is replaced with a table.
17634The removed text is inserted in the table. When optional
17635COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
17636is parsed and separated into individual cell contents by using the
17637delimiter regular expressions. This parsing determines the number of
17638columns and rows of the table automatically. If COL-DELIM-REGEXP and
17639ROW-DELIM-REGEXP are omitted the result table has only one cell and
17640the entire region contents is placed in that cell. Optional JUSTIFY
17641is one of 'left, 'center or 'right, which specifies the cell
17642justification. Optional MIN-CELL-WIDTH specifies the minimum cell
17643width. Optional COLUMNS specify the number of columns when
17644ROW-DELIM-REGEXP is not specified.
17645
17646
17647Example 1:
17648
176491, 2, 3, 4
176505, 6, 7, 8
17651, 9, 10
17652
17653Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
17654\",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
17655this example the cells are centered and minimum cell width is
17656specified as 5.
17657
17658+-----+-----+-----+-----+
17659| 1 | 2 | 3 | 4 |
17660+-----+-----+-----+-----+
17661| 5 | 6 | 7 | 8 |
17662+-----+-----+-----+-----+
17663| | 9 | 10 | |
17664+-----+-----+-----+-----+
17665
17666Note:
17667
17668In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
17669in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
17670of each row is optional.
17671
17672
17673Example 2:
17674
17675This example shows how a table can be used for text layout editing.
17676Let `table-capture' capture the following region starting from
17677-!- and ending at -*-, that contains three paragraphs and two item
17678name headers. This time specify empty string for both
17679COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
17680
17681-!-`table-capture' is a powerful command however mastering its power
17682requires some practice. Here is a list of items what it can do.
17683
17684Parse Cell Items By using column delimiter regular
17685 expression and raw delimiter regular
17686 expression, it parses the specified text
17687 area and extracts cell items from
17688 non-table text and then forms a table out
17689 of them.
17690
17691Capture Text Area When no delimiters are specified it
17692 creates a single cell table. The text in
17693 the specified region is placed in that
17694 cell.-*-
17695
17696Now the entire content is captured in a cell which is itself a table
17697like this.
17698
17699+-----------------------------------------------------------------+
17700|`table-capture' is a powerful command however mastering its power|
17701|requires some practice. Here is a list of items what it can do. |
17702| |
17703|Parse Cell Items By using column delimiter regular |
17704| expression and raw delimiter regular |
17705| expression, it parses the specified text |
17706| area and extracts cell items from |
17707| non-table text and then forms a table out |
17708| of them. |
17709| |
17710|Capture Text Area When no delimiters are specified it |
17711| creates a single cell table. The text in |
17712| the specified region is placed in that |
17713| cell. |
17714+-----------------------------------------------------------------+
17715
17716By splitting the cell appropriately we now have a table consisting of
17717paragraphs occupying its own cell. Each cell can now be edited
17718independently.
17719
17720+-----------------------------------------------------------------+
17721|`table-capture' is a powerful command however mastering its power|
17722|requires some practice. Here is a list of items what it can do. |
17723+---------------------+-------------------------------------------+
17724|Parse Cell Items |By using column delimiter regular |
17725| |expression and raw delimiter regular |
17726| |expression, it parses the specified text |
17727| |area and extracts cell items from |
17728| |non-table text and then forms a table out |
17729| |of them. |
17730+---------------------+-------------------------------------------+
17731|Capture Text Area |When no delimiters are specified it |
17732| |creates a single cell table. The text in |
17733| |the specified region is placed in that |
17734| |cell. |
17735+---------------------+-------------------------------------------+
17736
17737By applying `table-release', which does the opposite process, the
17738contents become once again plain text. `table-release' works as
17739companion command to `table-capture' this way.
17740" t nil)
17741
17742(autoload (quote table-release) "table" "\
17743Convert a table into plain text by removing the frame from a table.
17744Remove the frame from a table and inactivate the table. This command
17745converts a table into plain text without frames. It is a companion to
17746`table-capture' which does the opposite process." t nil)
17747
17748;;;***
17749
17750;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240)) 16074;;;### (autoloads (talk-connect) "talk" "talk.el" (15569 44240))
17751;;; Generated autoloads from talk.el 16075;;; Generated autoloads from talk.el
17752 16076
@@ -17777,7 +16101,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
17777;;;*** 16101;;;***
17778 16102
17779;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 16103;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
17780;;;;;; "progmodes/tcl.el" (15533 28779)) 16104;;;;;; "progmodes/tcl.el" (15626 5163))
17781;;; Generated autoloads from progmodes/tcl.el 16105;;; Generated autoloads from progmodes/tcl.el
17782 16106
17783(autoload (quote tcl-mode) "tcl" "\ 16107(autoload (quote tcl-mode) "tcl" "\
@@ -17788,19 +16112,24 @@ Paragraphs are separated by blank lines only.
17788Delete converts tabs to spaces as it moves back. 16112Delete converts tabs to spaces as it moves back.
17789 16113
17790Variables controlling indentation style: 16114Variables controlling indentation style:
17791 `tcl-indent-level' 16115 tcl-indent-level
17792 Indentation of Tcl statements within surrounding block. 16116 Indentation of Tcl statements within surrounding block.
17793 `tcl-continued-indent-level' 16117 tcl-continued-indent-level
17794 Indentation of continuation line relative to first line of command. 16118 Indentation of continuation line relative to first line of command.
17795 16119
17796Variables controlling user interaction with mode (see variable 16120Variables controlling user interaction with mode (see variable
17797documentation for details): 16121documentation for details):
17798 `tcl-tab-always-indent' 16122 tcl-tab-always-indent
17799 Controls action of TAB key. 16123 Controls action of TAB key.
17800 `tcl-auto-newline' 16124 tcl-auto-newline
17801 Non-nil means automatically newline before and after braces, brackets, 16125 Non-nil means automatically newline before and after braces, brackets,
17802 and semicolons inserted in Tcl code. 16126 and semicolons inserted in Tcl code.
17803 `tcl-use-smart-word-finder' 16127 tcl-electric-hash-style
16128 Controls action of `#' key.
16129 tcl-use-hairy-comment-detector
16130 If t, use more complicated, but slower, comment detector.
16131 This variable is only used in Emacs 19.
16132 tcl-use-smart-word-finder
17804 If not nil, use a smarter, Tcl-specific way to find the current 16133 If not nil, use a smarter, Tcl-specific way to find the current
17805 word when looking up help on a Tcl command. 16134 word when looking up help on a Tcl command.
17806 16135
@@ -17843,8 +16172,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
17843 16172
17844;;;*** 16173;;;***
17845 16174
17846;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15549 16175;;;### (autoloads (ansi-term term make-term) "term" "term.el" (15626
17847;;;;;; 60240)) 16176;;;;;; 5162))
17848;;; Generated autoloads from term.el 16177;;; Generated autoloads from term.el
17849 16178
17850(autoload (quote make-term) "term" "\ 16179(autoload (quote make-term) "term" "\
@@ -18324,7 +16653,7 @@ The return value is number of composed characters." nil nil)
18324 16653
18325;;;### (autoloads (list-at-point number-at-point symbol-at-point 16654;;;### (autoloads (list-at-point number-at-point symbol-at-point
18326;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 16655;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
18327;;;;;; "thingatpt" "thingatpt.el" (15185 49574)) 16656;;;;;; "thingatpt" "thingatpt.el" (15235 51732))
18328;;; Generated autoloads from thingatpt.el 16657;;; Generated autoloads from thingatpt.el
18329 16658
18330(autoload (quote forward-thing) "thingatpt" "\ 16659(autoload (quote forward-thing) "thingatpt" "\
@@ -18415,7 +16744,7 @@ See also docstring of the function tibetan-compose-region." t nil)
18415;;;*** 16744;;;***
18416 16745
18417;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" 16746;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
18418;;;;;; (15489 14486)) 16747;;;;;; (15503 34618))
18419;;; Generated autoloads from textmodes/tildify.el 16748;;; Generated autoloads from textmodes/tildify.el
18420 16749
18421(autoload (quote tildify-region) "tildify" "\ 16750(autoload (quote tildify-region) "tildify" "\
@@ -18469,64 +16798,21 @@ This runs the normal hook `display-time-hook' after each update." t nil)
18469 16798
18470;;;*** 16799;;;***
18471 16800
18472;;;### (autoloads (safe-date-to-time time-to-days time-to-day-in-year 16801;;;### (autoloads (safe-date-to-time date-to-time) "time-date" "gnus/time-date.el"
18473;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract 16802;;;;;; (15235 51737))
18474;;;;;; time-since days-to-time time-less-p seconds-to-time date-to-time) 16803;;; Generated autoloads from gnus/time-date.el
18475;;;;;; "time-date" "calendar/time-date.el" (15450 56230))
18476;;; Generated autoloads from calendar/time-date.el
18477 16804
18478(autoload (quote date-to-time) "time-date" "\ 16805(autoload (quote date-to-time) "time-date" "\
18479Parse a string that represents a date-time and return a time value." nil nil) 16806Convert DATE into time." nil nil)
18480
18481(autoload (quote seconds-to-time) "time-date" "\
18482Convert SECONDS (a floating point number) to a time value." nil nil)
18483
18484(autoload (quote time-less-p) "time-date" "\
18485Say whether time value T1 is less than time value T2." nil nil)
18486
18487(autoload (quote days-to-time) "time-date" "\
18488Convert DAYS into a time value." nil nil)
18489
18490(autoload (quote time-since) "time-date" "\
18491Return the time elapsed since TIME.
18492TIME should be either a time value or a date-time string." nil nil)
18493
18494(defalias (quote subtract-time) (quote time-subtract))
18495
18496(autoload (quote time-subtract) "time-date" "\
18497Subtract two time values.
18498Return the difference in the format of a time value." nil nil)
18499
18500(autoload (quote time-add) "time-date" "\
18501Add two time values. One should represent a time difference." nil nil)
18502
18503(autoload (quote date-to-day) "time-date" "\
18504Return the number of days between year 1 and DATE.
18505DATE should be a date-time string." nil nil)
18506
18507(autoload (quote days-between) "time-date" "\
18508Return the number of days between DATE1 and DATE2.
18509DATE1 and DATE2 should be date-time strings." nil nil)
18510
18511(autoload (quote date-leap-year-p) "time-date" "\
18512Return t if YEAR is a leap year." nil nil)
18513
18514(autoload (quote time-to-day-in-year) "time-date" "\
18515Return the day number within the year of the date month/day/year." nil nil)
18516
18517(autoload (quote time-to-days) "time-date" "\
18518The number of days between the Gregorian date 0001-12-31bce and TIME.
18519TIME should be a time value.
18520The Gregorian date Sunday, December 31, 1bce is imaginary." nil nil)
18521 16807
18522(autoload (quote safe-date-to-time) "time-date" "\ 16808(autoload (quote safe-date-to-time) "time-date" "\
18523Parse a string that represents a date-time and return a time value. 16809Parse DATE and return a time structure.
18524If DATE is malformed, return a time value of zeros." nil nil) 16810If DATE is malformed, a zero time will be returned." nil nil)
18525 16811
18526;;;*** 16812;;;***
18527 16813
18528;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 16814;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
18529;;;;;; "time-stamp.el" (15590 49016)) 16815;;;;;; "time-stamp.el" (15626 5162))
18530;;; Generated autoloads from time-stamp.el 16816;;; Generated autoloads from time-stamp.el
18531 16817
18532(autoload (quote time-stamp) "time-stamp" "\ 16818(autoload (quote time-stamp) "time-stamp" "\
@@ -18556,7 +16842,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil)
18556;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 16842;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
18557;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 16843;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
18558;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 16844;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
18559;;;;;; (15664 47249)) 16845;;;;;; (15669 50257))
18560;;; Generated autoloads from calendar/timeclock.el 16846;;; Generated autoloads from calendar/timeclock.el
18561 16847
18562(autoload (quote timeclock-modeline-display) "timeclock" "\ 16848(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -18898,7 +17184,7 @@ Turn on TPU/edt emulation." t nil)
18898;;;*** 17184;;;***
18899 17185
18900;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) 17186;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
18901;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15186 56483)) 17187;;;;;; "tpu-extras" "emulation/tpu-extras.el" (15235 51734))
18902;;; Generated autoloads from emulation/tpu-extras.el 17188;;; Generated autoloads from emulation/tpu-extras.el
18903 17189
18904(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\ 17190(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -18949,44 +17235,6 @@ the window or buffer configuration at all." t nil)
18949 17235
18950;;;*** 17236;;;***
18951 17237
18952;;;### (autoloads (tramp-file-name-handler tramp-file-name-regexp)
18953;;;;;; "tramp" "net/tramp.el" (15698 64355))
18954;;; Generated autoloads from net/tramp.el
18955
18956(defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
18957Value for `tramp-file-name-regexp' for unified remoting.
18958Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
18959Tramp. See `tramp-file-name-structure-unified' for more explanations.")
18960
18961(defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
18962Value for `tramp-file-name-regexp' for separate remoting.
18963XEmacs uses a separate filename syntax for Tramp and EFS.
18964See `tramp-file-name-structure-separate' for more explanations.")
18965
18966(defvar tramp-file-name-regexp (if (featurep (quote xemacs)) tramp-file-name-regexp-separate tramp-file-name-regexp-unified) "\
18967*Regular expression matching file names handled by tramp.
18968This regexp should match tramp file names but no other file names.
18969\(When tramp.el is loaded, this regular expression is prepended to
18970`file-name-handler-alist', and that is searched sequentially. Thus,
18971if the tramp entry appears rather early in the `file-name-handler-alist'
18972and is a bit too general, then some files might be considered tramp
18973files which are not really tramp files.
18974
18975Please note that the entry in `file-name-handler-alist' is made when
18976this file (tramp.el) is loaded. This means that this variable must be set
18977before loading tramp.el. Alternatively, `file-name-handler-alist' can be
18978updated after changing this variable.
18979
18980Also see `tramp-file-name-structure' and `tramp-make-tramp-file-format'.")
18981
18982(autoload (quote tramp-file-name-handler) "tramp" "\
18983Invoke tramp file name handler.
18984Falls back to normal file name handler if no tramp file name handler exists." nil nil)
18985
18986(add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler)))
18987
18988;;;***
18989
18990;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column" 17238;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
18991;;;;;; "textmodes/two-column.el" (15304 37383)) 17239;;;;;; "textmodes/two-column.el" (15304 37383))
18992;;; Generated autoloads from textmodes/two-column.el 17240;;; Generated autoloads from textmodes/two-column.el
@@ -19178,8 +17426,75 @@ FRAC should be the inverse of the fractional value; for example, a value of
19178 17426
19179;;;*** 17427;;;***
19180 17428
17429;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode)
17430;;;;;; "ucs-tables" "international/ucs-tables.el" (15707 51320))
17431;;; Generated autoloads from international/ucs-tables.el
17432
17433(defvar unify-8859-on-encoding-mode nil "\
17434Non-nil if Unify-8859-On-Encoding mode is enabled.
17435See the command `unify-8859-on-encoding-mode' for a description of this minor-mode.
17436Setting this variable directly does not take effect;
17437use either \\[customize] or the function `unify-8859-on-encoding-mode'.")
17438
17439(custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable))
17440
17441(custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables))
17442
17443(autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\
17444Set up translation tables for unifying ISO 8859 characters on encoding.
17445
17446The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and
174478859-15 (Latin-9) differ only in a few characters. Emacs normally
17448distinguishes equivalent characters from those ISO-8859 character sets
17449which are built in to Emacs. This behaviour is essentially inherited
17450from the European-originated international standards. Treating them
17451equivalently, by translating to and from a single representation is
17452called `unification'. (The `utf-8' coding system treats the
17453characters of European scripts in a unified manner.)
17454
17455In this mode, on encoding -- i.e. output operations -- non-ASCII
17456characters from the built-in ISO 8859 and `mule-unicode-0100-24ff'
17457charsets are handled automatically by the coding system used if it can
17458represent them. Thus, say, an e-acute from the Latin-1 charset (the
17459unified representation) in a buffer saved as Latin-9 will be encoded
17460directly to a byte value 233. By default, in contrast, you would be
17461prompted for a general coding system to use for saving the file, which
17462can cope with separate Latin-1 and Latin-9 representations of e-acute.
17463
17464Also sets hooks that arrange `translation-table-for-input' to be set
17465up locally when Quail input methods are activated. This will often
17466allow input generated by Quail input methods to conform with what the
17467buffer's file coding system can encode. Thus you could use a Latin-2
17468input method to search for e-acute in a Latin-1 buffer.
17469
17470See also command `unify-8859-on-decoding-mode'." t nil)
17471
17472(defvar unify-8859-on-decoding-mode nil "\
17473Non-nil if Unify-8859-On-Decoding mode is enabled.
17474See the command `unify-8859-on-decoding-mode' for a description of this minor-mode.
17475Setting this variable directly does not take effect;
17476use either \\[customize] or the function `unify-8859-on-decoding-mode'.")
17477
17478(custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable))
17479
17480(custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables))
17481
17482(autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\
17483Set up translation tables for unifying ISO 8859 characters on decoding.
17484On decoding, i.e. input operations, non-ASCII characters from the
17485built-in ISO 8859 charsets are unified by mapping them into the
17486`iso-latin-1' and `mule-unicode-0100-24ff' charsets.
17487
17488Also sets `translation-table-for-input' globally, so that Quail input
17489methods produce unified characters.
17490
17491See also command `unify-8859-on-encoding-mode' and the user option
17492`utf-8-fragment-on-decoding'." t nil)
17493
17494;;;***
17495
19181;;;### (autoloads (ununderline-region underline-region) "underline" 17496;;;### (autoloads (ununderline-region underline-region) "underline"
19182;;;;;; "textmodes/underline.el" (15185 49575)) 17497;;;;;; "textmodes/underline.el" (15235 51743))
19183;;; Generated autoloads from textmodes/underline.el 17498;;; Generated autoloads from textmodes/underline.el
19184 17499
19185(autoload (quote underline-region) "underline" "\ 17500(autoload (quote underline-region) "underline" "\
@@ -19211,7 +17526,7 @@ following the containing message." t nil)
19211;;;*** 17526;;;***
19212 17527
19213;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el" 17528;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
19214;;;;;; (15214 26446)) 17529;;;;;; (15235 51738))
19215;;; Generated autoloads from mail/unrmail.el 17530;;; Generated autoloads from mail/unrmail.el
19216 17531
19217(autoload (quote batch-unrmail) "unrmail" "\ 17532(autoload (quote batch-unrmail) "unrmail" "\
@@ -19252,7 +17567,7 @@ The buffer in question is current when this function is called." nil nil)
19252;;;*** 17567;;;***
19253 17568
19254;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external) 17569;;;### (autoloads (uudecode-decode-region uudecode-decode-region-external)
19255;;;;;; "uudecode" "gnus/uudecode.el" (15185 54813)) 17570;;;;;; "uudecode" "gnus/uudecode.el" (15235 51737))
19256;;; Generated autoloads from gnus/uudecode.el 17571;;; Generated autoloads from gnus/uudecode.el
19257 17572
19258(autoload (quote uudecode-decode-region-external) "uudecode" "\ 17573(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -19267,12 +17582,12 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
19267;;;*** 17582;;;***
19268 17583
19269;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 17584;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
19270;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update 17585;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-revert-buffer
19271;;;;;; vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot 17586;;;;;; vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory
19272;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers 17587;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window
19273;;;;;; vc-version-other-window vc-diff vc-register vc-next-action 17588;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
19274;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook 17589;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook)
19275;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15683 14756)) 17590;;;;;; "vc" "vc.el" (15707 44427))
19276;;; Generated autoloads from vc.el 17591;;; Generated autoloads from vc.el
19277 17592
19278(defvar vc-checkout-hook nil "\ 17593(defvar vc-checkout-hook nil "\
@@ -19287,9 +17602,6 @@ See `run-hooks'.")
19287*Normal hook (list of functions) run before a file is checked in. 17602*Normal hook (list of functions) run before a file is checked in.
19288See `run-hooks'.") 17603See `run-hooks'.")
19289 17604
19290(autoload (quote vc-branch-part) "vc" "\
19291Return the branch part of a revision number REV." nil nil)
19292
19293(autoload (quote with-vc-file) "vc" "\ 17605(autoload (quote with-vc-file) "vc" "\
19294Check out a writable copy of FILE if necessary, then execute BODY. 17606Check out a writable copy of FILE if necessary, then execute BODY.
19295Check in FILE with COMMENT (a string) after BODY has been executed. 17607Check in FILE with COMMENT (a string) after BODY has been executed.
@@ -19431,13 +17743,6 @@ This asks for confirmation if the buffer contents are not identical
19431to that version. This function does not automatically pick up newer 17743to that version. This function does not automatically pick up newer
19432changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil) 17744changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so." t nil)
19433 17745
19434(autoload (quote vc-update) "vc" "\
19435Update the current buffer's file to the latest version on its branch.
19436If the file contains no changes, and is not locked, then this simply replaces
19437the working file with the latest version on its branch. If the file contains
19438changes, and the backend supports merging news, then any recent changes from
19439the current branch are merged into the working file." t nil)
19440
19441(autoload (quote vc-cancel-version) "vc" "\ 17746(autoload (quote vc-cancel-version) "vc" "\
19442Get rid of most recently checked in version of this file. 17747Get rid of most recently checked in version of this file.
19443A prefix argument NOREVERT means do not revert the buffer afterwards." t nil) 17748A prefix argument NOREVERT means do not revert the buffer afterwards." t nil)
@@ -19491,10 +17796,11 @@ With a prefix argument, this command asks two questions in the
19491minibuffer. First, you may enter a version number; then the buffer 17796minibuffer. First, you may enter a version number; then the buffer
19492displays and annotates that version instead of the current version 17797displays and annotates that version instead of the current version
19493\(type RET in the minibuffer to leave that default unchanged). Then, 17798\(type RET in the minibuffer to leave that default unchanged). Then,
19494you are prompted for the time span in days which the color range 17799you are prompted for a stretch factor for the time scale. This makes
19495should cover. For example, a time span of 20 days means that changes 17800the color range cover a time span longer or shorter than the default
19496over the past 20 days are shown in red to blue, according to their 17801of one year. For example, a factor of 0.1 means that the range from
19497age, and everything that is older than that is shown in blue. 17802red to blue stands for the past 36 days only, and everything that is
17803older than that is shown in blue.
19498 17804
19499Customization variables: 17805Customization variables:
19500 17806
@@ -19516,7 +17822,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
19516;;;*** 17822;;;***
19517 17823
19518;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 17824;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
19519;;;;;; (15672 42728)) 17825;;;;;; (15707 44427))
19520;;; Generated autoloads from vc-rcs.el 17826;;; Generated autoloads from vc-rcs.el
19521 17827
19522(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 17828(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -19820,7 +18126,7 @@ Key bindings:
19820 18126
19821;;;*** 18127;;;***
19822 18128
19823;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15186 53885)) 18129;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (15235 51734))
19824;;; Generated autoloads from emulation/vi.el 18130;;; Generated autoloads from emulation/vi.el
19825 18131
19826(autoload (quote vi-mode) "vi" "\ 18132(autoload (quote vi-mode) "vi" "\
@@ -20091,7 +18397,7 @@ Exit View mode and make the current buffer editable." t nil)
20091 18397
20092;;;*** 18398;;;***
20093 18399
20094;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15186 56483)) 18400;;;### (autoloads (vip-mode) "vip" "emulation/vip.el" (15235 51734))
20095;;; Generated autoloads from emulation/vip.el 18401;;; Generated autoloads from emulation/vip.el
20096 18402
20097(autoload (quote vip-mode) "vip" "\ 18403(autoload (quote vip-mode) "vip" "\
@@ -20112,82 +18418,6 @@ Turn on Viper emulation of Vi." t nil)
20112 18418
20113;;;*** 18419;;;***
20114 18420
20115;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
20116;;;;;; (15698 64355))
20117;;; Generated autoloads from warnings.el
20118
20119(defvar warning-prefix-function nil "\
20120Function to generate warning prefixes.
20121This function, if non-nil, is called with two arguments,
20122the severity level and its entry in `warning-levels',
20123and should return the entry that should actually be used.
20124The warnings buffer is current when this function is called
20125and the function can insert text in it. This text becomes
20126the beginning of the warning.")
20127
20128(defvar warning-series nil "\
20129Non-nil means treat multiple `display-warning' calls as a series.
20130An integer is a position in the warnings buffer
20131which is the start of the current series.
20132t means the next warning begins a series (and stores an integer here).
20133A symbol with a function definition is like t, except
20134also call that function before the next warning.")
20135
20136(defvar warning-fill-prefix nil "\
20137Non-nil means fill each warning text using this string as `fill-prefix'.")
20138
20139(defvar warning-group-format " (%s)" "\
20140Format for displaying the warning group in the warning message.
20141The result of formatting the group this way gets included in the
20142message under the control of the string in `warning-levels'.")
20143
20144(autoload (quote display-warning) "warnings" "\
20145Display a warning message, MESSAGE.
20146GROUP should be a custom group name (a symbol),
20147or else a list of symbols whose first element is a custom group name.
20148\(The rest of the symbols represent subcategories, for warning purposes
20149only, and you can use whatever symbols you like.)
20150
20151LEVEL should be either :warning, :error, or :emergency.
20152:emergency -- a problem that will seriously impair Emacs operation soon
20153 if you do not attend to it promptly.
20154:error -- data or circumstances that are inherently wrong.
20155:warning -- data or circumstances that are not inherently wrong,
20156 but raise suspicion of a possible problem.
20157:debug -- info for debugging only.
20158
20159BUFFER-NAME, if specified, is the name of the buffer for logging the
20160warning. By default, it is `*Warnings*'.
20161
20162See the `warnings' custom group for user customization features.
20163
20164See also `warning-series', `warning-prefix-function' and
20165`warning-fill-prefix' for additional programming features." nil nil)
20166
20167(autoload (quote lwarn) "warnings" "\
20168Display a warning message made from (format MESSAGE ARGS...).
20169Aside from generating the message with `format',
20170this is equivalent to `display-warning'.
20171
20172GROUP should be a custom group name (a symbol).
20173or else a list of symbols whose first element is a custom group name.
20174\(The rest of the symbols represent subcategories and
20175can be whatever you like.)
20176
20177LEVEL should be either :warning, :error, or :emergency.
20178:emergency -- a problem that will seriously impair Emacs operation soon
20179 if you do not attend to it promptly.
20180:error -- invalid data or circumstances.
20181:warning -- suspicious data or circumstances." nil nil)
20182
20183(autoload (quote warn) "warnings" "\
20184Display a warning message made from (format MESSAGE ARGS...).
20185Aside from generating the message with `format',
20186this is equivalent to `display-warning', using
20187`emacs' as the group and `:warning' as the level." nil nil)
20188
20189;;;***
20190
20191;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879)) 18421;;;### (autoloads (webjump) "webjump" "net/webjump.el" (15381 44879))
20192;;; Generated autoloads from net/webjump.el 18422;;; Generated autoloads from net/webjump.el
20193 18423
@@ -20658,11 +18888,11 @@ Zone out, completely." t nil)
20658;;;*** 18888;;;***
20659 18889
20660;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" 18890;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode"
20661;;;;;; "net/zone-mode.el" (15567 16402)) 18891;;;;;; "net/zone-mode.el" (15626 5163))
20662;;; Generated autoloads from net/zone-mode.el 18892;;; Generated autoloads from net/zone-mode.el
20663 18893
20664(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ 18894(autoload (quote zone-mode-update-serial-hook) "zone-mode" "\
20665Update the serial number in a zone if the file was modified." t nil) 18895Update the serial number in a zone if the file was modified" t nil)
20666 18896
20667(autoload (quote zone-mode) "zone-mode" "\ 18897(autoload (quote zone-mode) "zone-mode" "\
20668A mode for editing DNS zone files. 18898A mode for editing DNS zone files.