aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann2002-12-09 10:44:25 +0000
committerKai Großjohann2002-12-09 10:44:25 +0000
commitac42d7b99183dc6a2850a1852057b7447ecb148d (patch)
treed702e1735e1226d1c41b5f4bc8a786c540242d5d
parent12332637d4e501df29051beb4b1b999319f31cf0 (diff)
downloademacs-ac42d7b99183dc6a2850a1852057b7447ecb148d.tar.gz
emacs-ac42d7b99183dc6a2850a1852057b7447ecb148d.zip
(Fformat): Handle precision in string conversion specifiers like libc
functions do (ie, print at most that many characters). From Matthew Swift <swift@alum.mit.edu>.
-rw-r--r--lisp/loaddefs.el445
-rw-r--r--src/ChangeLog6
-rw-r--r--src/editfns.c82
3 files changed, 342 insertions, 191 deletions
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index f78074966fc..e2c19d93f00 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -126,7 +126,7 @@ If you use ada-xref.el:
126;;;*** 126;;;***
127 127
128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el" 128;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
129;;;;;; (15772 35435)) 129;;;;;; (15775 20994))
130;;; Generated autoloads from progmodes/ada-stmt.el 130;;; Generated autoloads from progmodes/ada-stmt.el
131 131
132(autoload (quote ada-header) "ada-stmt" "\ 132(autoload (quote ada-header) "ada-stmt" "\
@@ -137,7 +137,7 @@ Insert a descriptive header at the top of the file.
137;;;*** 137;;;***
138 138
139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el" 139;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
140;;;;;; (15772 35470)) 140;;;;;; (15775 20994))
141;;; Generated autoloads from progmodes/ada-xref.el 141;;; Generated autoloads from progmodes/ada-xref.el
142 142
143(autoload (quote ada-find-file) "ada-xref" "\ 143(autoload (quote ada-find-file) "ada-xref" "\
@@ -151,7 +151,7 @@ Completion is available.
151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun 151;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 152;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 153;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
154;;;;;; add-log-full-name) "add-log" "add-log.el" (15781 48301)) 154;;;;;; add-log-full-name) "add-log" "add-log.el" (15852 39765))
155;;; Generated autoloads from add-log.el 155;;; Generated autoloads from add-log.el
156 156
157(defvar add-log-full-name nil "\ 157(defvar add-log-full-name nil "\
@@ -370,7 +370,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
370 370
371;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 371;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
372;;;;;; align-highlight-rule align-current align-entire align-regexp 372;;;;;; align-highlight-rule align-current align-entire align-regexp
373;;;;;; align) "align" "align.el" (15790 62570)) 373;;;;;; align) "align" "align.el" (15792 4535))
374;;; Generated autoloads from align.el 374;;; Generated autoloads from align.el
375 375
376(autoload (quote align) "align" "\ 376(autoload (quote align) "align" "\
@@ -634,8 +634,8 @@ They specify the range of dates that the diary is being processed for.
634;;;*** 634;;;***
635 635
636;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 636;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
637;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15795 637;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (15796
638;;;;;; 65296)) 638;;;;;; 6102))
639;;; Generated autoloads from apropos.el 639;;; Generated autoloads from apropos.el
640 640
641(autoload (quote apropos-mode) "apropos" "\ 641(autoload (quote apropos-mode) "apropos" "\
@@ -690,7 +690,7 @@ Returns list of symbols and documentation found.
690;;;*** 690;;;***
691 691
692;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820 692;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15820
693;;;;;; 22799)) 693;;;;;; 63473))
694;;; Generated autoloads from arc-mode.el 694;;; Generated autoloads from arc-mode.el
695 695
696(autoload (quote archive-mode) "arc-mode" "\ 696(autoload (quote archive-mode) "arc-mode" "\
@@ -781,8 +781,8 @@ Entering array mode calls the function `array-mode-hook'.
781 781
782;;;*** 782;;;***
783 783
784;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15793 784;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15796
785;;;;;; 40696)) 785;;;;;; 6103))
786;;; Generated autoloads from textmodes/artist.el 786;;; Generated autoloads from textmodes/artist.el
787 787
788(autoload (quote artist-mode) "artist" "\ 788(autoload (quote artist-mode) "artist" "\
@@ -1030,7 +1030,7 @@ This command is obsolete.
1030;;;*** 1030;;;***
1031 1031
1032;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" 1032;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1033;;;;;; (15819 6775)) 1033;;;;;; (15852 39765))
1034;;; Generated autoloads from autoarg.el 1034;;; Generated autoloads from autoarg.el
1035 1035
1036(defvar autoarg-mode nil "\ 1036(defvar autoarg-mode nil "\
@@ -1039,7 +1039,7 @@ See the command `autoarg-mode' for a description of this minor-mode.
1039Setting this variable directly does not take effect; 1039Setting this variable directly does not take effect;
1040use either \\[customize] or the function `autoarg-mode'.") 1040use either \\[customize] or the function `autoarg-mode'.")
1041 1041
1042(custom-add-to-group (quote autoarg) (quote autoarg-mode) (quote custom-variable)) 1042(custom-add-to-group (quote keyboard) (quote autoarg-mode) (quote custom-variable))
1043 1043
1044(custom-add-load (quote autoarg-mode) (quote autoarg)) 1044(custom-add-load (quote autoarg-mode) (quote autoarg))
1045 1045
@@ -1071,7 +1071,7 @@ See the command `autoarg-kp-mode' for a description of this minor-mode.
1071Setting this variable directly does not take effect; 1071Setting this variable directly does not take effect;
1072use either \\[customize] or the function `autoarg-kp-mode'.") 1072use either \\[customize] or the function `autoarg-kp-mode'.")
1073 1073
1074(custom-add-to-group (quote autoarg-kp) (quote autoarg-kp-mode) (quote custom-variable)) 1074(custom-add-to-group (quote keyboard) (quote autoarg-kp-mode) (quote custom-variable))
1075 1075
1076(custom-add-load (quote autoarg-kp-mode) (quote autoarg)) 1076(custom-add-load (quote autoarg-kp-mode) (quote autoarg))
1077 1077
@@ -1140,7 +1140,7 @@ insert a template for the file depending on the mode of the buffer.
1140 1140
1141;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 1141;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
1142;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1142;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1143;;;;;; (15830 51678)) 1143;;;;;; (15831 31732))
1144;;; Generated autoloads from emacs-lisp/autoload.el 1144;;; Generated autoloads from emacs-lisp/autoload.el
1145 1145
1146(autoload (quote update-file-autoloads) "autoload" "\ 1146(autoload (quote update-file-autoloads) "autoload" "\
@@ -1268,7 +1268,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil)
1268;;;*** 1268;;;***
1269 1269
1270;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" 1270;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1271;;;;;; (15817 23837)) 1271;;;;;; (15818 52647))
1272;;; Generated autoloads from emacs-lisp/backquote.el 1272;;; Generated autoloads from emacs-lisp/backquote.el
1273 1273
1274(autoload (quote backquote) "backquote" "\ 1274(autoload (quote backquote) "backquote" "\
@@ -1421,7 +1421,7 @@ non-nil.
1421 1421
1422;;;*** 1422;;;***
1423 1423
1424;;;### (autoloads nil "binhex" "gnus/binhex.el" (15834 36999)) 1424;;;### (autoloads nil "binhex" "gnus/binhex.el" (15835 23135))
1425;;; Generated autoloads from gnus/binhex.el 1425;;; Generated autoloads from gnus/binhex.el
1426 1426
1427(defconst binhex-begin-line "^:...............................................................$") 1427(defconst binhex-begin-line "^:...............................................................$")
@@ -1553,7 +1553,7 @@ a reflection.
1553;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete 1553;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
1554;;;;;; bookmark-insert bookmark-rename bookmark-insert-location 1554;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
1555;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" 1555;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
1556;;;;;; "bookmark.el" (15832 12662)) 1556;;;;;; "bookmark.el" (15832 43705))
1557;;; Generated autoloads from bookmark.el 1557;;; Generated autoloads from bookmark.el
1558 (define-key ctl-x-map "rb" 'bookmark-jump) 1558 (define-key ctl-x-map "rb" 'bookmark-jump)
1559 (define-key ctl-x-map "rm" 'bookmark-set) 1559 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1845,7 +1845,7 @@ corresponding bookmark function from Lisp (the one without the
1845;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1845;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1846;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1846;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1847;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1847;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1848;;;;;; "net/browse-url.el" (15783 1896)) 1848;;;;;; "net/browse-url.el" (15787 57180))
1849;;; Generated autoloads from net/browse-url.el 1849;;; Generated autoloads from net/browse-url.el
1850 1850
1851(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1851(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
@@ -2296,7 +2296,7 @@ Also see `make-text-button'.
2296;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2296;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2297;;;;;; compile-defun byte-compile-file byte-recompile-directory 2297;;;;;; compile-defun byte-compile-file byte-recompile-directory
2298;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2298;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2299;;;;;; (15834 36997)) 2299;;;;;; (15835 23135))
2300;;; Generated autoloads from emacs-lisp/bytecomp.el 2300;;; Generated autoloads from emacs-lisp/bytecomp.el
2301 2301
2302(autoload (quote byte-force-recompile) "bytecomp" "\ 2302(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2546,7 +2546,7 @@ See the documentation for `calculator-mode' for more information.
2546;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2546;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2547;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2547;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset
2548;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2548;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el"
2549;;;;;; (15830 39618)) 2549;;;;;; (15855 43929))
2550;;; Generated autoloads from calendar/calendar.el 2550;;; Generated autoloads from calendar/calendar.el
2551 2551
2552(defvar calendar-week-start-day 0 "\ 2552(defvar calendar-week-start-day 0 "\
@@ -2999,7 +2999,7 @@ See the documentation of that function for more information.
2999 2999
3000;;;*** 3000;;;***
3001 3001
3002;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15555 23256)) 3002;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (15855 43929))
3003;;; Generated autoloads from progmodes/cc-langs.el 3003;;; Generated autoloads from progmodes/cc-langs.el
3004 3004
3005(defvar c-mode-syntax-table nil "\ 3005(defvar c-mode-syntax-table nil "\
@@ -3024,7 +3024,7 @@ Syntax table used in pike-mode buffers.")
3024 3024
3025;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3025;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3026;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3026;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3027;;;;;; (15611 62476)) 3027;;;;;; (15826 6673))
3028;;; Generated autoloads from progmodes/cc-mode.el 3028;;; Generated autoloads from progmodes/cc-mode.el
3029 3029
3030(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3030(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3205,7 +3205,7 @@ and exists only for compatibility reasons.
3205 3205
3206;;;*** 3206;;;***
3207 3207
3208;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15832 23410)) 3208;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15855 43929))
3209;;; Generated autoloads from progmodes/cc-vars.el 3209;;; Generated autoloads from progmodes/cc-vars.el
3210 3210
3211(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))) "\ 3211(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))) "\
@@ -3488,7 +3488,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3488;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3488;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3489;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3489;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3490;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3490;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3491;;;;;; (15832 36128)) 3491;;;;;; (15832 43707))
3492;;; Generated autoloads from emacs-lisp/checkdoc.el 3492;;; Generated autoloads from emacs-lisp/checkdoc.el
3493 3493
3494(autoload (quote checkdoc) "checkdoc" "\ 3494(autoload (quote checkdoc) "checkdoc" "\
@@ -3739,7 +3739,7 @@ and runs the normal hook `command-history-hook'.
3739 3739
3740;;;*** 3740;;;***
3741 3741
3742;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15834 36997)) 3742;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (15835 23135))
3743;;; Generated autoloads from emacs-lisp/cl.el 3743;;; Generated autoloads from emacs-lisp/cl.el
3744 3744
3745(defvar custom-print-functions nil "\ 3745(defvar custom-print-functions nil "\
@@ -3803,7 +3803,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3803;;;*** 3803;;;***
3804 3804
3805;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3805;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3806;;;;;; (15809 3074)) 3806;;;;;; (15845 60691))
3807;;; Generated autoloads from international/code-pages.el 3807;;; Generated autoloads from international/code-pages.el
3808 3808
3809(autoload (quote cp-make-coding-system) "code-pages" "\ 3809(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3974,7 +3974,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored.
3974;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 3974;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
3975;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path 3975;;;;;; compilation-mode grep-tree grep-find grep compile compilation-search-path
3976;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 3976;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
3977;;;;;; "compile" "progmodes/compile.el" (15832 36128)) 3977;;;;;; "compile" "progmodes/compile.el" (15832 43709))
3978;;; Generated autoloads from progmodes/compile.el 3978;;; Generated autoloads from progmodes/compile.el
3979 3979
3980(defvar compilation-mode-hook nil "\ 3980(defvar compilation-mode-hook nil "\
@@ -4142,7 +4142,7 @@ See variables `compilation-parse-errors-function' and
4142;;;*** 4142;;;***
4143 4143
4144;;;### (autoloads (partial-completion-mode) "complete" "complete.el" 4144;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4145;;;;;; (15820 22799)) 4145;;;;;; (15852 39765))
4146;;; Generated autoloads from complete.el 4146;;; Generated autoloads from complete.el
4147 4147
4148(defvar partial-completion-mode nil "\ 4148(defvar partial-completion-mode nil "\
@@ -4708,7 +4708,7 @@ INHERIT-INPUT-METHOD.
4708;;;*** 4708;;;***
4709 4709
4710;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el" 4710;;;### (autoloads (cua-mode cua-mode) "cua-base" "emulation/cua-base.el"
4711;;;;;; (15776 44111)) 4711;;;;;; (15778 49709))
4712;;; Generated autoloads from emulation/cua-base.el 4712;;; Generated autoloads from emulation/cua-base.el
4713 4713
4714(defvar cua-mode nil "\ 4714(defvar cua-mode nil "\
@@ -4746,7 +4746,7 @@ paste (in addition to the normal emacs bindings).
4746;;;;;; customize-option-other-window customize-changed-options customize-option 4746;;;;;; customize-option-other-window customize-changed-options customize-option
4747;;;;;; customize-group-other-window customize-group customize-mode 4747;;;;;; customize-group-other-window customize-group customize-mode
4748;;;;;; customize customize-save-variable customize-set-variable 4748;;;;;; customize customize-save-variable customize-set-variable
4749;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15823 52298)) 4749;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (15852 39765))
4750;;; Generated autoloads from cus-edit.el 4750;;; Generated autoloads from cus-edit.el
4751 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 4751 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4752 4752
@@ -4969,7 +4969,7 @@ The format is suitable for use with `easy-menu-define'.
4969;;;*** 4969;;;***
4970 4970
4971;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" 4971;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face"
4972;;;;;; "cus-face.el" (15540 20497)) 4972;;;;;; "cus-face.el" (15845 60691))
4973;;; Generated autoloads from cus-face.el 4973;;; Generated autoloads from cus-face.el
4974 4974
4975(autoload (quote custom-declare-face) "cus-face" "\ 4975(autoload (quote custom-declare-face) "cus-face" "\
@@ -5503,7 +5503,7 @@ as well as widgets, buttons, overlays, and text properties.
5503;;;*** 5503;;;***
5504 5504
5505;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" 5505;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el"
5506;;;;;; (15815 8090)) 5506;;;;;; (15818 52647))
5507;;; Generated autoloads from desktop.el 5507;;; Generated autoloads from desktop.el
5508 5508
5509(autoload (quote desktop-read) "desktop" "\ 5509(autoload (quote desktop-read) "desktop" "\
@@ -5628,7 +5628,7 @@ Minor mode for viewing/editing context diffs.
5628;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 5628;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
5629;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 5629;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
5630;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 5630;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
5631;;;;;; "dired" "dired.el" (15789 58821)) 5631;;;;;; "dired" "dired.el" (15845 60691))
5632;;; Generated autoloads from dired.el 5632;;; Generated autoloads from dired.el
5633 5633
5634(defvar dired-listing-switches "-al" "\ 5634(defvar dired-listing-switches "-al" "\
@@ -5744,7 +5744,7 @@ Like `dired' but returns the dired buffer as value, does not select it.
5744;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines 5744;;;;;; dired-do-compress dired-compress-file dired-do-kill-lines
5745;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp 5745;;;;;; dired-do-shell-command dired-do-print dired-do-chown dired-do-chgrp
5746;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux" 5746;;;;;; dired-do-chmod dired-backup-diff dired-diff) "dired-aux"
5747;;;;;; "dired-aux.el" (15823 52298)) 5747;;;;;; "dired-aux.el" (15826 3927))
5748;;; Generated autoloads from dired-aux.el 5748;;; Generated autoloads from dired-aux.el
5749 5749
5750(autoload (quote dired-diff) "dired-aux" "\ 5750(autoload (quote dired-diff) "dired-aux" "\
@@ -6664,7 +6664,7 @@ It returns the old style symbol.
6664;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use 6664;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
6665;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol 6665;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
6666;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" 6666;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
6667;;;;;; "progmodes/ebrowse.el" (15790 62575)) 6667;;;;;; "progmodes/ebrowse.el" (15792 4538))
6668;;; Generated autoloads from progmodes/ebrowse.el 6668;;; Generated autoloads from progmodes/ebrowse.el
6669 6669
6670(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 6670(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -6847,7 +6847,7 @@ already is one.)
6847;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 6847;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
6848;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 6848;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
6849;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 6849;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
6850;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 9160)) 6850;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (15832 43705))
6851;;; Generated autoloads from ediff.el 6851;;; Generated autoloads from ediff.el
6852 6852
6853(autoload (quote ediff-files) "ediff" "\ 6853(autoload (quote ediff-files) "ediff" "\
@@ -7106,7 +7106,7 @@ Not documented
7106;;;*** 7106;;;***
7107 7107
7108;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7108;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7109;;;;;; (15832 9159)) 7109;;;;;; (15832 43705))
7110;;; Generated autoloads from ediff-mult.el 7110;;; Generated autoloads from ediff-mult.el
7111 7111
7112(autoload (quote ediff-show-registry) "ediff-mult" "\ 7112(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -7119,7 +7119,7 @@ Display Ediff's registry.
7119;;;*** 7119;;;***
7120 7120
7121;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 7121;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7122;;;;;; "ediff-util" "ediff-util.el" (15783 52151)) 7122;;;;;; "ediff-util" "ediff-util.el" (15787 57178))
7123;;; Generated autoloads from ediff-util.el 7123;;; Generated autoloads from ediff-util.el
7124 7124
7125(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 7125(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -7193,7 +7193,7 @@ or nil, use a compact 80-column format.
7193;;;*** 7193;;;***
7194 7194
7195;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt" 7195;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7196;;;;;; "emulation/edt.el" (15825 48260)) 7196;;;;;; "emulation/edt.el" (15826 3927))
7197;;; Generated autoloads from emulation/edt.el 7197;;; Generated autoloads from emulation/edt.el
7198 7198
7199(autoload (quote edt-set-scroll-margins) "edt" "\ 7199(autoload (quote edt-set-scroll-margins) "edt" "\
@@ -7249,7 +7249,7 @@ Not documented
7249;;;*** 7249;;;***
7250 7250
7251;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string) 7251;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7252;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15835 12777)) 7252;;;;;; "eldoc" "emacs-lisp/eldoc.el" (15835 23135))
7253;;; Generated autoloads from emacs-lisp/eldoc.el 7253;;; Generated autoloads from emacs-lisp/eldoc.el
7254 7254
7255(defvar eldoc-minor-mode-string " ElDoc" "\ 7255(defvar eldoc-minor-mode-string " ElDoc" "\
@@ -7280,7 +7280,7 @@ Unequivocally turn on eldoc-mode (see variable documentation).
7280;;;*** 7280;;;***
7281 7281
7282;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818 7282;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (15818
7283;;;;;; 50374)) 7283;;;;;; 52647))
7284;;; Generated autoloads from elide-head.el 7284;;; Generated autoloads from elide-head.el
7285 7285
7286(autoload (quote elide-head) "elide-head" "\ 7286(autoload (quote elide-head) "elide-head" "\
@@ -7296,7 +7296,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7296;;;*** 7296;;;***
7297 7297
7298;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 7298;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7299;;;;;; (15790 62573)) 7299;;;;;; (15792 4536))
7300;;; Generated autoloads from emacs-lisp/elint.el 7300;;; Generated autoloads from emacs-lisp/elint.el
7301 7301
7302(autoload (quote elint-initialize) "elint" "\ 7302(autoload (quote elint-initialize) "elint" "\
@@ -7436,7 +7436,7 @@ Not documented
7436;;;*** 7436;;;***
7437 7437
7438;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 7438;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
7439;;;;;; (15781 78)) 7439;;;;;; (15781 14318))
7440;;; Generated autoloads from international/encoded-kb.el 7440;;; Generated autoloads from international/encoded-kb.el
7441 7441
7442(defvar encoded-kbd-mode nil "\ 7442(defvar encoded-kbd-mode nil "\
@@ -7566,7 +7566,7 @@ Please include any configuration details that might be involved.
7566;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 7566;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
7567;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list 7567;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list
7568;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" 7568;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
7569;;;;;; (15828 6179)) 7569;;;;;; (15830 7058))
7570;;; Generated autoloads from progmodes/etags.el 7570;;; Generated autoloads from progmodes/etags.el
7571 7571
7572(defvar tags-file-name nil "\ 7572(defvar tags-file-name nil "\
@@ -8498,7 +8498,7 @@ Unconditionally turn on Fast Lock mode.
8498 8498
8499;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue 8499;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
8500;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts 8500;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
8501;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 9189)) 8501;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (15832 43707))
8502;;; Generated autoloads from mail/feedmail.el 8502;;; Generated autoloads from mail/feedmail.el
8503 8503
8504(autoload (quote feedmail-send-it) "feedmail" "\ 8504(autoload (quote feedmail-send-it) "feedmail" "\
@@ -8552,7 +8552,7 @@ you can set feedmail-queue-reminder-alist to nil.
8552;;;*** 8552;;;***
8553 8553
8554;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 8554;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
8555;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 36128)) 8555;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15832 43705))
8556;;; Generated autoloads from ffap.el 8556;;; Generated autoloads from ffap.el
8557 8557
8558(autoload (quote ffap-next) "ffap" "\ 8558(autoload (quote ffap-next) "ffap" "\
@@ -8630,7 +8630,7 @@ the name is considered already unique; only the second substitution
8630;;;*** 8630;;;***
8631 8631
8632;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 8632;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
8633;;;;;; find-ls-option) "find-dired" "find-dired.el" (15592 18013)) 8633;;;;;; find-ls-option) "find-dired" "find-dired.el" (15845 60691))
8634;;; Generated autoloads from find-dired.el 8634;;; Generated autoloads from find-dired.el
8635 8635
8636(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 8636(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -8905,7 +8905,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
8905;;;*** 8905;;;***
8906 8906
8907;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 8907;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
8908;;;;;; "finder" "finder.el" (15832 36128)) 8908;;;;;; "finder" "finder.el" (15832 43705))
8909;;; Generated autoloads from finder.el 8909;;; Generated autoloads from finder.el
8910 8910
8911(autoload (quote finder-list-keywords) "finder" "\ 8911(autoload (quote finder-list-keywords) "finder" "\
@@ -9022,7 +9022,7 @@ Flyspell whole buffer.
9022 9022
9023;;;### (autoloads (follow-delete-other-windows-and-split follow-mode 9023;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
9024;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el" 9024;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
9025;;;;;; (15832 36128)) 9025;;;;;; (15832 43705))
9026;;; Generated autoloads from follow.el 9026;;; Generated autoloads from follow.el
9027 9027
9028(autoload (quote turn-on-follow-mode) "follow" "\ 9028(autoload (quote turn-on-follow-mode) "follow" "\
@@ -9097,8 +9097,8 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9097;;;*** 9097;;;***
9098 9098
9099;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 9099;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9100;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15809 9100;;;;;; font-lock-add-keywords) "font-lock" "font-lock.el" (15852
9101;;;;;; 3073)) 9101;;;;;; 39766))
9102;;; Generated autoloads from font-lock.el 9102;;; Generated autoloads from font-lock.el
9103 9103
9104(autoload (quote font-lock-add-keywords) "font-lock" "\ 9104(autoload (quote font-lock-add-keywords) "font-lock" "\
@@ -9230,7 +9230,7 @@ Visit a file in Forms mode in other window.
9230;;;*** 9230;;;***
9231 9231
9232;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 9232;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9233;;;;;; "progmodes/fortran.el" (15776 20253)) 9233;;;;;; "progmodes/fortran.el" (15776 36277))
9234;;; Generated autoloads from progmodes/fortran.el 9234;;; Generated autoloads from progmodes/fortran.el
9235 9235
9236(defvar fortran-tab-mode-default nil "\ 9236(defvar fortran-tab-mode-default nil "\
@@ -9394,6 +9394,62 @@ If you want to set appearance of fringes on all frames, see `fringe-mode'.
9394 9394
9395;;;*** 9395;;;***
9396 9396
9397;;;### (autoloads (gdba) "gdb-ui" "gdb-ui.el" (15855 43929))
9398;;; Generated autoloads from gdb-ui.el
9399
9400(autoload (quote gdba) "gdb-ui" "\
9401Run gdb on program FILE in buffer *gdb-FILE*.
9402The directory containing FILE becomes the initial working directory
9403and source-file directory for your debugger.
9404
9405If `gdb-many-windows' is set to t this works best in X (depending on the size
9406of your monitor) using most of the screen. After a short delay the following
9407layout will appear (keybindings given in relevant buffer) :
9408
9409---------------------------------------------------------------------
9410 GDB Toolbar
9411---------------------------------------------------------------------
9412GUD buffer (I/O of gdb) | Locals buffer
9413 |
9414 |
9415 |
9416---------------------------------------------------------------------
9417Source buffer | Input/Output (of debuggee) buffer
9418 | (comint-mode)
9419 |
9420 |
9421 |
9422 |
9423 |
9424 |
9425---------------------------------------------------------------------
9426Stack buffer | Breakpoints buffer
9427\[mouse-2] gdb-frames-select | SPC gdb-toggle-bp-this-line
9428 | g gdb-goto-bp-this-line
9429 | d gdb-delete-bp-this-line
9430---------------------------------------------------------------------
9431
9432All the buffers share the toolbar and source should always display in the same
9433window e.g after typing g on a breakpoint in the breakpoints buffer. Breakpoint
9434icons are displayed both by setting a break with gud-break and by typing break
9435in the GUD buffer.
9436
9437Displayed expressions appear in separate frames. Arrays may be displayed
9438as slices and visualised using the graph program from plotutils if installed.
9439
9440If `gdb-many-windows' is set to nil then gdb starts with just two windows :
9441the GUD and the source buffer.
9442
9443The following interactive lisp functions help control operation :
9444
9445`gdb-many-windows' - Toggle the number of windows gdb uses.
9446`gdb-restore-windows' - to restore the layout if its lost.
9447`gdb-quit' - to delete (most) of the buffers used by gdb.
9448
9449\(fn COMMAND-LINE)" t nil)
9450
9451;;;***
9452
9397;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 9453;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
9398;;;;;; (15186 56482)) 9454;;;;;; (15186 56482))
9399;;; Generated autoloads from generic.el 9455;;; Generated autoloads from generic.el
@@ -9457,7 +9513,7 @@ at places they belong to.
9457;;;*** 9513;;;***
9458 9514
9459;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 9515;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
9460;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15410 32828)) 9516;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15852 39770))
9461;;; Generated autoloads from gnus/gnus.el 9517;;; Generated autoloads from gnus/gnus.el
9462 9518
9463(autoload (quote gnus-slave-no-server) "gnus" "\ 9519(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -9536,7 +9592,7 @@ Not documented
9536;;;*** 9592;;;***
9537 9593
9538;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 9594;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
9539;;;;;; (15756 53015)) 9595;;;;;; (15852 39770))
9540;;; Generated autoloads from gnus/gnus-art.el 9596;;; Generated autoloads from gnus/gnus-art.el
9541 9597
9542(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 9598(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -9583,7 +9639,7 @@ Generate NOV files recursively starting in DIR.
9583;;;*** 9639;;;***
9584 9640
9585;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 9641;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
9586;;;;;; "gnus-group" "gnus/gnus-group.el" (15530 4992)) 9642;;;;;; "gnus-group" "gnus/gnus-group.el" (15852 39770))
9587;;; Generated autoloads from gnus/gnus-group.el 9643;;; Generated autoloads from gnus/gnus-group.el
9588 9644
9589(autoload (quote gnus-fetch-group) "gnus-group" "\ 9645(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -9633,7 +9689,7 @@ Minor mode for providing mailing-list commands.
9633 9689
9634;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update 9690;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
9635;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el" 9691;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
9636;;;;;; (15383 46829)) 9692;;;;;; (15852 39770))
9637;;; Generated autoloads from gnus/gnus-mlspl.el 9693;;; Generated autoloads from gnus/gnus-mlspl.el
9638 9694
9639(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\ 9695(autoload (quote gnus-group-split-setup) "gnus-mlspl" "\
@@ -9684,10 +9740,10 @@ It can be embedded into `nnmail-split-fancy' lists with the SPLIT
9684\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL) 9740\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
9685 9741
9686GROUPS may be a regular expression or a list of group names, that will 9742GROUPS may be a regular expression or a list of group names, that will
9687be used to select candidate groups. If it is ommited or nil, all 9743be used to select candidate groups. If it is omitted or nil, all
9688existing groups are considered. 9744existing groups are considered.
9689 9745
9690if NO-CROSSPOST is ommitted or nil, a & split will be returned, 9746if NO-CROSSPOST is omitted or nil, a & split will be returned,
9691otherwise, a | split, that does not allow crossposting, will be 9747otherwise, a | split, that does not allow crossposting, will be
9692returned. 9748returned.
9693 9749
@@ -9744,8 +9800,8 @@ Update the .newsrc.eld file to reflect the change of nntp server.
9744 9800
9745;;;*** 9801;;;***
9746 9802
9747;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15470 9803;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15852
9748;;;;;; 47364)) 9804;;;;;; 39770))
9749;;; Generated autoloads from gnus/gnus-msg.el 9805;;; Generated autoloads from gnus/gnus-msg.el
9750 9806
9751(autoload (quote gnus-msg-mail) "gnus-msg" "\ 9807(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -9760,7 +9816,7 @@ Gcc: header for archiving purposes.
9760;;;*** 9816;;;***
9761 9817
9762;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el" 9818;;;### (autoloads (gnus-mule-add-group) "gnus-mule" "gnus/gnus-mule.el"
9763;;;;;; (15185 49574)) 9819;;;;;; (15852 39770))
9764;;; Generated autoloads from gnus/gnus-mule.el 9820;;; Generated autoloads from gnus/gnus-mule.el
9765 9821
9766(autoload (quote gnus-mule-add-group) "gnus-mule" "\ 9822(autoload (quote gnus-mule-add-group) "gnus-mule" "\
@@ -9769,7 +9825,7 @@ All news groups deeper than NAME are also the target.
9769If CODING-SYSTEM is a cons, the car part is used and the cdr 9825If CODING-SYSTEM is a cons, the car part is used and the cdr
9770part is ignored. 9826part is ignored.
9771 9827
9772This function exists for backward comaptibility with Emacs 20. It is 9828This function exists for backward compatibility with Emacs 20. It is
9773recommended to customize the variable `gnus-group-charset-alist' 9829recommended to customize the variable `gnus-group-charset-alist'
9774rather than using this function. 9830rather than using this function.
9775 9831
@@ -9828,7 +9884,7 @@ Declare backend NAME with ABILITIES as a Gnus backend.
9828;;;*** 9884;;;***
9829 9885
9830;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 9886;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
9831;;;;;; (15272 56960)) 9887;;;;;; (15852 39770))
9832;;; Generated autoloads from gnus/gnus-win.el 9888;;; Generated autoloads from gnus/gnus-win.el
9833 9889
9834(autoload (quote gnus-add-configuration) "gnus-win" "\ 9890(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -9865,7 +9921,7 @@ Use \\[describe-mode] for more info.
9865;;;*** 9921;;;***
9866 9922
9867;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 9923;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
9868;;;;;; "goto-addr" "net/goto-addr.el" (15809 3075)) 9924;;;;;; "goto-addr" "net/goto-addr.el" (15810 58347))
9869;;; Generated autoloads from net/goto-addr.el 9925;;; Generated autoloads from net/goto-addr.el
9870 9926
9871(autoload (quote goto-address-at-mouse) "goto-addr" "\ 9927(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -9910,8 +9966,8 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
9910 9966
9911;;;*** 9967;;;***
9912 9968
9913;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 9969;;;### (autoloads (bashdb jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
9914;;;;;; (15828 6177)) 9970;;;;;; (15855 43929))
9915;;; Generated autoloads from gud.el 9971;;; Generated autoloads from gud.el
9916 9972
9917(autoload (quote gdb) "gud" "\ 9973(autoload (quote gdb) "gud" "\
@@ -9974,6 +10030,13 @@ For general information about commands available to control jdb from
9974gud, see `gud-mode'. 10030gud, see `gud-mode'.
9975 10031
9976\(fn COMMAND-LINE)" t nil) 10032\(fn COMMAND-LINE)" t nil)
10033
10034(autoload (quote bashdb) "gud" "\
10035Run bashdb on program FILE in buffer *gud-FILE*.
10036The directory containing FILE becomes the initial working directory
10037and source-file directory for your debugger.
10038
10039\(fn COMMAND-LINE)" t nil)
9977 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)") 10040 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
9978 10041
9979;;;*** 10042;;;***
@@ -10026,7 +10089,7 @@ to be updated.
10026 10089
10027;;;### (autoloads (describe-categories describe-syntax describe-variable 10090;;;### (autoloads (describe-categories describe-syntax describe-variable
10028;;;;;; variable-at-point describe-function-1 describe-function locate-library 10091;;;;;; variable-at-point describe-function-1 describe-function locate-library
10029;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15764 58077)) 10092;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15836 36760))
10030;;; Generated autoloads from help-fns.el 10093;;; Generated autoloads from help-fns.el
10031 10094
10032(autoload (quote help-with-tutorial) "help-fns" "\ 10095(autoload (quote help-with-tutorial) "help-fns" "\
@@ -10299,8 +10362,8 @@ This discards the buffer's undo information.
10299 10362
10300;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 10363;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
10301;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 10364;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
10302;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15824 10365;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (15826
10303;;;;;; 22241)) 10366;;;;;; 3927))
10304;;; Generated autoloads from hi-lock.el 10367;;; Generated autoloads from hi-lock.el
10305 10368
10306(defvar hi-lock-mode nil "\ 10369(defvar hi-lock-mode nil "\
@@ -10799,7 +10862,7 @@ Also see `automatic-hscrolling'.
10799;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 10862;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
10800;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 10863;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
10801;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 10864;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
10802;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15771 50616)) 10865;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (15775 20967))
10803;;; Generated autoloads from ibuf-ext.el 10866;;; Generated autoloads from ibuf-ext.el
10804 10867
10805(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 10868(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -11150,8 +11213,8 @@ defaults to one.
11150;;;*** 11213;;;***
11151 11214
11152;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter 11215;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
11153;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15771 11216;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (15775
11154;;;;;; 50616)) 11217;;;;;; 20967))
11155;;; Generated autoloads from ibuf-macs.el 11218;;; Generated autoloads from ibuf-macs.el
11156 11219
11157(autoload (quote define-ibuffer-column) "ibuf-macs" "\ 11220(autoload (quote define-ibuffer-column) "ibuf-macs" "\
@@ -11237,7 +11300,7 @@ bound to the current value of the filter.
11237;;;*** 11300;;;***
11238 11301
11239;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 11302;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
11240;;;;;; "ibuffer" "ibuffer.el" (15830 33417)) 11303;;;;;; "ibuffer" "ibuffer.el" (15836 36760))
11241;;; Generated autoloads from ibuffer.el 11304;;; Generated autoloads from ibuffer.el
11242 11305
11243(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 11306(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -11492,7 +11555,7 @@ The main features of this mode are
11492;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame 11555;;;;;; ido-find-file ido-find-file-in-dir ido-switch-buffer-other-frame
11493;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 11556;;;;;; ido-insert-buffer ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
11494;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido" 11557;;;;;; ido-switch-buffer ido-read-buffer ido-mode ido-mode) "ido"
11495;;;;;; "ido.el" (15815 8092)) 11558;;;;;; "ido.el" (15845 60691))
11496;;; Generated autoloads from ido.el 11559;;; Generated autoloads from ido.el
11497 11560
11498(defvar ido-mode nil "\ 11561(defvar ido-mode nil "\
@@ -11751,7 +11814,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist.
11751 11814
11752;;;### (autoloads (defimage find-image remove-images insert-image 11815;;;### (autoloads (defimage find-image remove-images insert-image
11753;;;;;; put-image create-image image-type-available-p image-type-from-file-header 11816;;;;;; put-image create-image image-type-available-p image-type-from-file-header
11754;;;;;; image-type-from-data) "image" "image.el" (15815 8092)) 11817;;;;;; image-type-from-data) "image" "image.el" (15818 52647))
11755;;; Generated autoloads from image.el 11818;;; Generated autoloads from image.el
11756 11819
11757(autoload (quote image-type-from-data) "image" "\ 11820(autoload (quote image-type-from-data) "image" "\
@@ -11866,7 +11929,7 @@ Example:
11866 11929
11867;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 11930;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
11868;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 11931;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
11869;;;;;; "image-file.el" (15786 7605)) 11932;;;;;; "image-file.el" (15787 57178))
11870;;; Generated autoloads from image-file.el 11933;;; Generated autoloads from image-file.el
11871 11934
11872(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 11935(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -12177,7 +12240,7 @@ of `inferior-lisp-program'). Runs the hooks from
12177;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 12240;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
12178;;;;;; Info-goto-emacs-command-node Info-directory info-standalone 12241;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
12179;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 12242;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
12180;;;;;; (15828 6178)) 12243;;;;;; (15852 39767))
12181;;; Generated autoloads from info.el 12244;;; Generated autoloads from info.el
12182 12245
12183(autoload (quote info-other-window) "info" "\ 12246(autoload (quote info-other-window) "info" "\
@@ -12485,7 +12548,7 @@ Add submenus to the Files menu, to convert to and from various formats.
12485;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 12548;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
12486;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 12549;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist
12487;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 12550;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary)
12488;;;;;; "ispell" "textmodes/ispell.el" (15832 9190)) 12551;;;;;; "ispell" "textmodes/ispell.el" (15852 39774))
12489;;; Generated autoloads from textmodes/ispell.el 12552;;; Generated autoloads from textmodes/ispell.el
12490 12553
12491(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 12554(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -12570,7 +12633,7 @@ and added as a submenu of the \"Edit\" menu.")
12570 12633
12571(defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload))) 12634(defvar ispell-menu-map-needed (and (not ispell-menu-map) (not xemacsp) (quote reload)))
12572 12635
12573(if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) load-dict (car (cdr (member "-d" (nth 5 (car dicts))))) dicts (cdr dicts)) (cond ((not (stringp name)) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default"))))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name))))))))))) 12636(if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (dir (if (boundp (quote ispell-library-directory)) ispell-library-directory)) (dict-map (make-sparse-keymap "Dictionaries")) name load-dict) (setq ispell-menu-map (make-sparse-keymap "Spell")) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (unless (stringp name) (define-key ispell-menu-map [default] (quote ("Select Default Dict" "Dictionary for which Ispell was configured" lambda nil (interactive) (ispell-change-dictionary "default")))))) (fset (quote ispell-dict-map) dict-map) (define-key ispell-menu-map [dictionaries] (\` (menu-item "Select Dict" ispell-dict-map))) (dolist (dict dicts) (setq name (car dict) load-dict (car (cdr (member "-d" (nth 5 dict))))) (cond ((not (stringp name))) ((or (not dir) (file-exists-p (concat dir "/" name ".hash")) (file-exists-p (concat dir "/" name ".has")) (and load-dict (or (file-exists-p (concat dir "/" load-dict ".hash")) (file-exists-p (concat dir "/" load-dict ".has"))))) (define-key dict-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (\` (lambda nil (interactive) (ispell-change-dictionary (\, name)))))))))))
12574 12637
12575(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))) 12638(if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle . flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
12576 12639
@@ -12912,8 +12975,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
12912 12975
12913;;;*** 12976;;;***
12914 12977
12915;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15769 12978;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15775
12916;;;;;; 54098)) 12979;;;;;; 20968))
12917;;; Generated autoloads from jit-lock.el 12980;;; Generated autoloads from jit-lock.el
12918 12981
12919(autoload (quote jit-lock-register) "jit-lock" "\ 12982(autoload (quote jit-lock-register) "jit-lock" "\
@@ -13869,7 +13932,7 @@ current header, calls `mail-complete-function' and passes prefix arg if any.
13869;;;*** 13932;;;***
13870 13933
13871;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 13934;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
13872;;;;;; (15832 9189)) 13935;;;;;; (15852 39774))
13873;;; Generated autoloads from progmodes/make-mode.el 13936;;; Generated autoloads from progmodes/make-mode.el
13874 13937
13875(autoload (quote makefile-mode) "make-mode" "\ 13938(autoload (quote makefile-mode) "make-mode" "\
@@ -14020,7 +14083,7 @@ yourself the value of `master-of' by calling `master-show-slave'.
14020;;;;;; message-signature message-indent-citation-function message-cite-function 14083;;;;;; message-signature message-indent-citation-function message-cite-function
14021;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 14084;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
14022;;;;;; message-user-organization-file message-signature-separator 14085;;;;;; message-user-organization-file message-signature-separator
14023;;;;;; message-from-style) "message" "gnus/message.el" (15832 9189)) 14086;;;;;; message-from-style) "message" "gnus/message.el" (15852 39771))
14024;;; Generated autoloads from gnus/message.el 14087;;; Generated autoloads from gnus/message.el
14025 14088
14026(defvar message-from-style (quote default) "\ 14089(defvar message-from-style (quote default) "\
@@ -14301,13 +14364,13 @@ redisplayed as output is inserted.
14301;;;*** 14364;;;***
14302 14365
14303;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose 14366;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-user-agent-compose
14304;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15770 14367;;;;;; mh-smail-batch mh-smail) "mh-comp" "mail/mh-comp.el" (15852
14305;;;;;; 1321)) 14368;;;;;; 39773))
14306;;; Generated autoloads from mail/mh-comp.el 14369;;; Generated autoloads from mail/mh-comp.el
14307 14370
14308(autoload (quote mh-smail) "mh-comp" "\ 14371(autoload (quote mh-smail) "mh-comp" "\
14309Compose and send mail with the MH mail system. 14372Compose and send mail with the MH mail system.
14310This function is an entry point to mh-e, the Emacs front end 14373This function is an entry point to MH-E, the Emacs front end
14311to the MH mail system. 14374to the MH mail system.
14312 14375
14313See documentation of `\\[mh-send]' for more details on composing mail. 14376See documentation of `\\[mh-send]' for more details on composing mail.
@@ -14316,19 +14379,19 @@ See documentation of `\\[mh-send]' for more details on composing mail.
14316 14379
14317(autoload (quote mh-smail-batch) "mh-comp" "\ 14380(autoload (quote mh-smail-batch) "mh-comp" "\
14318Set up a mail composition draft with the MH mail system. 14381Set up a mail composition draft with the MH mail system.
14319This function is an entry point to mh-e, the Emacs front end 14382This function is an entry point to MH-E, the Emacs front end
14320to the MH mail system. This function does not prompt the user 14383to the MH mail system. This function does not prompt the user
14321for any header fields, and thus is suitable for use by programs 14384for any header fields, and thus is suitable for use by programs
14322that want to create a mail buffer. 14385that want to create a mail buffer.
14323Users should use `\\[mh-smail]' to compose mail. 14386Users should use `\\[mh-smail]' to compose mail.
14324Optional arguments for setting certain fields include TO, SUBJECT, and 14387Optional arguments for setting certain fields include TO, SUBJECT, and
14325OTHER-HEADERS. 14388OTHER-HEADERS. Additional arguments are IGNORED.
14326 14389
14327\(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil) 14390\(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
14328 14391
14329(autoload (quote mh-user-agent-compose) "mh-comp" "\ 14392(autoload (quote mh-user-agent-compose) "mh-comp" "\
14330Set up mail composition draft with the MH mail system. 14393Set up mail composition draft with the MH mail system.
14331This is `mail-user-agent' entry point to mh-e. 14394This is `mail-user-agent' entry point to MH-E.
14332 14395
14333The optional arguments TO and SUBJECT specify recipients and the 14396The optional arguments TO and SUBJECT specify recipients and the
14334initial Subject field, respectively. 14397initial Subject field, respectively.
@@ -14343,7 +14406,7 @@ CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are ignored.
14343 14406
14344(autoload (quote mh-smail-other-window) "mh-comp" "\ 14407(autoload (quote mh-smail-other-window) "mh-comp" "\
14345Compose and send mail in other window with the MH mail system. 14408Compose and send mail in other window with the MH mail system.
14346This function is an entry point to mh-e, the Emacs front end 14409This function is an entry point to MH-E, the Emacs front end
14347to the MH mail system. 14410to the MH mail system.
14348 14411
14349See documentation of `\\[mh-send]' for more details on composing mail. 14412See documentation of `\\[mh-send]' for more details on composing mail.
@@ -14351,13 +14414,13 @@ See documentation of `\\[mh-send]' for more details on composing mail.
14351\(fn)" t nil) 14414\(fn)" t nil)
14352 14415
14353(autoload (quote mh-letter-mode) "mh-comp" "\ 14416(autoload (quote mh-letter-mode) "mh-comp" "\
14354Mode for composing letters in mh-e.\\<mh-letter-mode-map> 14417Mode for composing letters in MH-E.\\<mh-letter-mode-map>
14355 14418
14356When you have finished composing, type \\[mh-send-letter] to send the message 14419When you have finished composing, type \\[mh-send-letter] to send the message
14357using the MH mail handling system. 14420using the MH mail handling system.
14358 14421
14359If MH MIME directives are added manually, you must first run \\[mh-edit-mhn] 14422If MH MIME directives are added manually, you must first run \\[mh-edit-mhn]
14360before sending the message. MIME directives that are added by mh-e commands 14423before sending the message. MIME directives that are added by MH-E commands
14361such as \\[mh-mhn-compose-insertion] are processed automatically when the 14424such as \\[mh-mhn-compose-insertion] are processed automatically when the
14362message is sent. 14425message is sent.
14363 14426
@@ -14372,31 +14435,31 @@ When a message is composed, the hooks `text-mode-hook' and
14372;;;*** 14435;;;***
14373 14436
14374;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el" 14437;;;### (autoloads (mh-version mh-nmail mh-rmail) "mh-e" "mail/mh-e.el"
14375;;;;;; (15770 1321)) 14438;;;;;; (15852 39773))
14376;;; Generated autoloads from mail/mh-e.el 14439;;; Generated autoloads from mail/mh-e.el
14377 14440
14378(autoload (quote mh-rmail) "mh-e" "\ 14441(autoload (quote mh-rmail) "mh-e" "\
14379Inc(orporate) new mail with MH. 14442Inc(orporate) new mail with MH.
14380Scan an MH folder if ARG is non-nil. This function is an entry point to mh-e, 14443Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14381the Emacs front end to the MH mail system. 14444the Emacs front end to the MH mail system.
14382 14445
14383\(fn &optional ARG)" t nil) 14446\(fn &optional ARG)" t nil)
14384 14447
14385(autoload (quote mh-nmail) "mh-e" "\ 14448(autoload (quote mh-nmail) "mh-e" "\
14386Check for new mail in inbox folder. 14449Check for new mail in inbox folder.
14387Scan an MH folder if ARG is non-nil. This function is an entry point to mh-e, 14450Scan an MH folder if ARG is non-nil. This function is an entry point to MH-E,
14388the Emacs front end to the MH mail system. 14451the Emacs front end to the MH mail system.
14389 14452
14390\(fn &optional ARG)" t nil) 14453\(fn &optional ARG)" t nil)
14391 14454
14392(autoload (quote mh-version) "mh-e" "\ 14455(autoload (quote mh-version) "mh-e" "\
14393Display version information about mh-e and the MH mail handling system. 14456Display version information about MH-E and the MH mail handling system.
14394 14457
14395\(fn)" t nil) 14458\(fn)" t nil)
14396 14459
14397;;;*** 14460;;;***
14398 14461
14399;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15770 1321)) 14462;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (15852 39774))
14400;;; Generated autoloads from mail/mh-utils.el 14463;;; Generated autoloads from mail/mh-utils.el
14401 14464
14402(put (quote mh-progs) (quote risky-local-variable) t) 14465(put (quote mh-progs) (quote risky-local-variable) t)
@@ -14405,7 +14468,7 @@ Display version information about mh-e and the MH mail handling system.
14405 14468
14406(put (quote mh-lib-progs) (quote risky-local-variable) t) 14469(put (quote mh-lib-progs) (quote risky-local-variable) t)
14407 14470
14408(put (quote mh-nmh-p) (quote risky-local-variable) t) 14471(put (quote mh-nmh-flag) (quote risky-local-variable) t)
14409 14472
14410;;;*** 14473;;;***
14411 14474
@@ -14528,7 +14591,7 @@ followed by the first character of the construct.
14528;;;*** 14591;;;***
14529 14592
14530;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el" 14593;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
14531;;;;;; (15186 44923)) 14594;;;;;; (15845 60691))
14532;;; Generated autoloads from play/morse.el 14595;;; Generated autoloads from play/morse.el
14533 14596
14534(autoload (quote morse-region) "morse" "\ 14597(autoload (quote morse-region) "morse" "\
@@ -14777,7 +14840,7 @@ system which uses fontsets).
14777;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 14840;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
14778;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 14841;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
14779;;;;;; truncate-string-to-width store-substring string-to-sequence) 14842;;;;;; truncate-string-to-width store-substring string-to-sequence)
14780;;;;;; "mule-util" "international/mule-util.el" (15816 1613)) 14843;;;;;; "mule-util" "international/mule-util.el" (15818 52647))
14781;;; Generated autoloads from international/mule-util.el 14844;;; Generated autoloads from international/mule-util.el
14782 14845
14783(autoload (quote string-to-sequence) "mule-util" "\ 14846(autoload (quote string-to-sequence) "mule-util" "\
@@ -14908,7 +14971,7 @@ language environment LANG-ENV.
14908;;;*** 14971;;;***
14909 14972
14910;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" 14973;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
14911;;;;;; (15824 17822)) 14974;;;;;; (15852 39767))
14912;;; Generated autoloads from mwheel.el 14975;;; Generated autoloads from mwheel.el
14913 14976
14914(defvar mouse-wheel-mode nil "\ 14977(defvar mouse-wheel-mode nil "\
@@ -15028,7 +15091,7 @@ Open a network connection to HOST on PORT.
15028;;;;;; comment-region uncomment-region comment-kill comment-set-column 15091;;;;;; comment-region uncomment-region comment-kill comment-set-column
15029;;;;;; comment-indent comment-indent-default comment-normalize-vars 15092;;;;;; comment-indent comment-indent-default comment-normalize-vars
15030;;;;;; comment-multi-line comment-padding comment-style comment-column) 15093;;;;;; comment-multi-line comment-padding comment-style comment-column)
15031;;;;;; "newcomment" "newcomment.el" (15824 22242)) 15094;;;;;; "newcomment" "newcomment.el" (15826 3927))
15032;;; Generated autoloads from newcomment.el 15095;;; Generated autoloads from newcomment.el
15033 15096
15034(defalias (quote indent-for-comment) (quote comment-indent)) 15097(defalias (quote indent-for-comment) (quote comment-indent))
@@ -15224,7 +15287,7 @@ Generate NOV databases in all nnml directories.
15224;;;*** 15287;;;***
15225 15288
15226;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) 15289;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
15227;;;;;; "nnsoup" "gnus/nnsoup.el" (15654 60777)) 15290;;;;;; "nnsoup" "gnus/nnsoup.el" (15852 39771))
15228;;; Generated autoloads from gnus/nnsoup.el 15291;;; Generated autoloads from gnus/nnsoup.el
15229 15292
15230(autoload (quote nnsoup-pack-replies) "nnsoup" "\ 15293(autoload (quote nnsoup-pack-replies) "nnsoup" "\
@@ -15445,7 +15508,7 @@ The Custom feature is intended to make this obsolete.
15445;;;*** 15508;;;***
15446 15509
15447;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" 15510;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el"
15448;;;;;; (15809 3075)) 15511;;;;;; (15855 43929))
15449;;; Generated autoloads from textmodes/outline.el 15512;;; Generated autoloads from textmodes/outline.el
15450 15513
15451(autoload (quote outline-mode) "outline" "\ 15514(autoload (quote outline-mode) "outline" "\
@@ -15467,6 +15530,7 @@ Commands:\\<outline-mode-map>
15467 15530
15468\\[hide-body] make all text invisible (not headings). 15531\\[hide-body] make all text invisible (not headings).
15469\\[show-all] make everything in buffer visible. 15532\\[show-all] make everything in buffer visible.
15533\\[hide-sublevels] make only the first N levels of headers visible.
15470 15534
15471The remaining commands are used when point is on a heading line. 15535The remaining commands are used when point is on a heading line.
15472They apply to some of the body or subheadings of that heading. 15536They apply to some of the body or subheadings of that heading.
@@ -15497,7 +15561,7 @@ See the command `outline-mode' for more information on this mode.
15497 15561
15498;;;*** 15562;;;***
15499 15563
15500;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15741 11233)) 15564;;;### (autoloads (show-paren-mode) "paren" "paren.el" (15852 39767))
15501;;; Generated autoloads from paren.el 15565;;; Generated autoloads from paren.el
15502 15566
15503(defvar show-paren-mode nil "\ 15567(defvar show-paren-mode nil "\
@@ -15855,7 +15919,7 @@ Setup shell-mode to use pcomplete.
15855 15919
15856;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 15920;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
15857;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 15921;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
15858;;;;;; "pcvs.el" (15833 21636)) 15922;;;;;; "pcvs.el" (15855 43929))
15859;;; Generated autoloads from pcvs.el 15923;;; Generated autoloads from pcvs.el
15860 15924
15861(autoload (quote cvs-checkout) "pcvs" "\ 15925(autoload (quote cvs-checkout) "pcvs" "\
@@ -15928,7 +15992,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
15928 15992
15929;;;*** 15993;;;***
15930 15994
15931;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15825 48257)) 15995;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15826 3927))
15932;;; Generated autoloads from pcvs-defs.el 15996;;; Generated autoloads from pcvs-defs.el
15933 15997
15934(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) 15998(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -15936,7 +16000,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
15936;;;*** 16000;;;***
15937 16001
15938;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 16002;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
15939;;;;;; (15825 48260)) 16003;;;;;; (15826 3928))
15940;;; Generated autoloads from progmodes/perl-mode.el 16004;;; Generated autoloads from progmodes/perl-mode.el
15941 16005
15942(autoload (quote perl-mode) "perl-mode" "\ 16006(autoload (quote perl-mode) "perl-mode" "\
@@ -16064,7 +16128,7 @@ they are not defaultly assigned to keys.
16064;;;*** 16128;;;***
16065 16129
16066;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 16130;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
16067;;;;;; (15809 3075)) 16131;;;;;; (15810 58348))
16068;;; Generated autoloads from textmodes/po.el 16132;;; Generated autoloads from textmodes/po.el
16069 16133
16070(autoload (quote po-find-file-coding-system) "po" "\ 16134(autoload (quote po-find-file-coding-system) "po" "\
@@ -16801,7 +16865,7 @@ See \\[compile].
16801;;;*** 16865;;;***
16802 16866
16803;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 16867;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
16804;;;;;; (15832 9160)) 16868;;;;;; (15832 43707))
16805;;; Generated autoloads from emacs-lisp/re-builder.el 16869;;; Generated autoloads from emacs-lisp/re-builder.el
16806 16870
16807(autoload (quote re-builder) "re-builder" "\ 16871(autoload (quote re-builder) "re-builder" "\
@@ -16993,7 +17057,7 @@ rectangle which were empty.
16993;;;*** 17057;;;***
16994 17058
16995;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832 17059;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (15832
16996;;;;;; 36128)) 17060;;;;;; 43709))
16997;;; Generated autoloads from textmodes/refill.el 17061;;; Generated autoloads from textmodes/refill.el
16998 17062
16999(autoload (quote refill-mode) "refill" "\ 17063(autoload (quote refill-mode) "refill" "\
@@ -17009,7 +17073,7 @@ refilling if they would cause auto-filling.
17009;;;*** 17073;;;***
17010 17074
17011;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" 17075;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
17012;;;;;; (15789 45748)) 17076;;;;;; (15790 49831))
17013;;; Generated autoloads from textmodes/reftex.el 17077;;; Generated autoloads from textmodes/reftex.el
17014 17078
17015(autoload (quote turn-on-reftex) "reftex" "\ 17079(autoload (quote turn-on-reftex) "reftex" "\
@@ -17375,7 +17439,7 @@ variable.
17375;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 17439;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
17376;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 17440;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
17377;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 17441;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
17378;;;;;; "rmail" "mail/rmail.el" (15832 36128)) 17442;;;;;; "rmail" "mail/rmail.el" (15852 39774))
17379;;; Generated autoloads from mail/rmail.el 17443;;; Generated autoloads from mail/rmail.el
17380 17444
17381(defvar rmail-dont-reply-to-names nil "\ 17445(defvar rmail-dont-reply-to-names nil "\
@@ -18223,7 +18287,7 @@ CHAR
18223;;;*** 18287;;;***
18224 18288
18225;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 18289;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
18226;;;;;; (15809 3075)) 18290;;;;;; (15810 58348))
18227;;; Generated autoloads from progmodes/scheme.el 18291;;; Generated autoloads from progmodes/scheme.el
18228 18292
18229(autoload (quote scheme-mode) "scheme" "\ 18293(autoload (quote scheme-mode) "scheme" "\
@@ -18302,21 +18366,24 @@ Interesting variables:
18302;;;*** 18366;;;***
18303 18367
18304;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el" 18368;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
18305;;;;;; (15703 61092)) 18369;;;;;; (15845 60691))
18306;;; Generated autoloads from scroll-all.el 18370;;; Generated autoloads from scroll-all.el
18307 18371
18308(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." "\ 18372(defvar scroll-all-mode nil "\
18309Non-nil if Scroll-All mode is enabled. 18373Non-nil if Scroll-All mode is enabled.
18310See the command `scroll-all-mode' for a description of this minor-mode. 18374See the command `scroll-all-mode' for a description of this minor-mode.
18311Setting this variable directly does not take effect; 18375Setting this variable directly does not take effect;
18312use either \\[customize] or the function `scroll-all-mode'.") 18376use either \\[customize] or the function `scroll-all-mode'.")
18313 18377
18314(custom-add-to-group (quote scroll-all) (quote scroll-all-mode) (quote custom-variable)) 18378(custom-add-to-group (quote windows) (quote scroll-all-mode) (quote custom-variable))
18315 18379
18316(custom-add-load (quote scroll-all-mode) (quote scroll-all)) 18380(custom-add-load (quote scroll-all-mode) (quote scroll-all))
18317 18381
18318(autoload (quote scroll-all-mode) "scroll-all" "\ 18382(autoload (quote scroll-all-mode) "scroll-all" "\
18319 *SL* 18383Toggle Scroll-All minor mode.
18384With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
18385When Scroll-All mode is on, scrolling commands entered in one window
18386apply to all visible windows in the same frame.
18320 18387
18321\(fn &optional ARG)" t nil) 18388\(fn &optional ARG)" t nil)
18322 18389
@@ -18327,7 +18394,7 @@ use either \\[customize] or the function `scroll-all-mode'.")
18327;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 18394;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
18328;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 18395;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers
18329;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 18396;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
18330;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15818 42049)) 18397;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (15845 60691))
18331;;; Generated autoloads from mail/sendmail.el 18398;;; Generated autoloads from mail/sendmail.el
18332 18399
18333(defvar mail-from-style (quote angles) "\ 18400(defvar mail-from-style (quote angles) "\
@@ -18504,7 +18571,7 @@ Like `mail' command, but display mail buffer in another frame.
18504 18571
18505;;;*** 18572;;;***
18506 18573
18507;;;### (autoloads (server-start) "server" "server.el" (15815 8093)) 18574;;;### (autoloads (server-start) "server" "server.el" (15818 52647))
18508;;; Generated autoloads from server.el 18575;;; Generated autoloads from server.el
18509 18576
18510(autoload (quote server-start) "server" "\ 18577(autoload (quote server-start) "server" "\
@@ -18538,7 +18605,7 @@ These are active only in the minibuffer, when entering or editing a formula:
18538;;;*** 18605;;;***
18539 18606
18540;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 18607;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
18541;;;;;; (15832 36129)) 18608;;;;;; (15832 43709))
18542;;; Generated autoloads from textmodes/sgml-mode.el 18609;;; Generated autoloads from textmodes/sgml-mode.el
18543 18610
18544(autoload (quote sgml-mode) "sgml-mode" "\ 18611(autoload (quote sgml-mode) "sgml-mode" "\
@@ -18666,7 +18733,7 @@ with your script for an edit-interpret-debug cycle.
18666;;;*** 18733;;;***
18667 18734
18668;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el" 18735;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
18669;;;;;; (15834 36997)) 18736;;;;;; (15835 23135))
18670;;; Generated autoloads from emacs-lisp/shadow.el 18737;;; Generated autoloads from emacs-lisp/shadow.el
18671 18738
18672(autoload (quote list-load-path-shadows) "shadow" "\ 18739(autoload (quote list-load-path-shadows) "shadow" "\
@@ -18976,7 +19043,7 @@ symmetrical ones, and the same character twice for the others.
18976;;;*** 19043;;;***
18977 19044
18978;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el" 19045;;;### (autoloads (smerge-mode smerge-ediff) "smerge-mode" "smerge-mode.el"
18979;;;;;; (15781 47404)) 19046;;;;;; (15787 57179))
18980;;; Generated autoloads from smerge-mode.el 19047;;; Generated autoloads from smerge-mode.el
18981 19048
18982(autoload (quote smerge-ediff) "smerge-mode" "\ 19049(autoload (quote smerge-ediff) "smerge-mode" "\
@@ -18995,7 +19062,7 @@ Minor mode to simplify editing output from the diff3 program.
18995;;;*** 19062;;;***
18996 19063
18997;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el" 19064;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
18998;;;;;; (14902 55791)) 19065;;;;;; (15852 39771))
18999;;; Generated autoloads from gnus/smiley-ems.el 19066;;; Generated autoloads from gnus/smiley-ems.el
19000 19067
19001(autoload (quote smiley-region) "smiley-ems" "\ 19068(autoload (quote smiley-region) "smiley-ems" "\
@@ -19079,7 +19146,7 @@ then `snmpv2-mode-hook'.
19079 19146
19080;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name 19147;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
19081;;;;;; calendar-longitude calendar-latitude calendar-time-display-form) 19148;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
19082;;;;;; "solar" "calendar/solar.el" (15763 33505)) 19149;;;;;; "solar" "calendar/solar.el" (15855 43929))
19083;;; Generated autoloads from calendar/solar.el 19150;;; Generated autoloads from calendar/solar.el
19084 19151
19085(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\ 19152(defvar calendar-time-display-form (quote (12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")"))) "\
@@ -19361,7 +19428,7 @@ From a program takes two point or marker arguments, BEG and END.
19361;;;*** 19428;;;***
19362 19429
19363;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 19430;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
19364;;;;;; "speedbar.el" (15832 9160)) 19431;;;;;; "speedbar.el" (15832 43705))
19365;;; Generated autoloads from speedbar.el 19432;;; Generated autoloads from speedbar.el
19366 19433
19367(defalias (quote speedbar) (quote speedbar-frame-mode)) 19434(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -19438,9 +19505,10 @@ Return a vector containing the lines from `spook-phrases-file'.
19438 19505
19439;;;*** 19506;;;***
19440 19507
19441;;;### (autoloads (sql-db2 sql-interbase sql-postgres sql-ms sql-ingres 19508;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
19442;;;;;; sql-solid sql-mysql sql-informix sql-sybase sql-oracle sql-mode 19509;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-informix sql-sybase
19443;;;;;; sql-help) "sql" "progmodes/sql.el" (15430 11109)) 19510;;;;;; sql-oracle sql-mode sql-help) "sql" "progmodes/sql.el" (15845
19511;;;;;; 60691))
19444;;; Generated autoloads from progmodes/sql.el 19512;;; Generated autoloads from progmodes/sql.el
19445 19513
19446(autoload (quote sql-help) "sql" "\ 19514(autoload (quote sql-help) "sql" "\
@@ -19463,6 +19531,7 @@ Other non-free SQL implementations are also supported:
19463 Ingres: \\[sql-ingres] 19531 Ingres: \\[sql-ingres]
19464 Microsoft: \\[sql-ms] 19532 Microsoft: \\[sql-ms]
19465 Interbase: \\[sql-interbase] 19533 Interbase: \\[sql-interbase]
19534 Linter: \\[sql-linter]
19466 19535
19467But we urge you to choose a free implementation instead of these. 19536But we urge you to choose a free implementation instead of these.
19468 19537
@@ -19674,7 +19743,8 @@ If buffer exists and a process is running, just switch to buffer
19674 19743
19675Interpreter used comes from variable `sql-ms-program'. Login uses the 19744Interpreter used comes from variable `sql-ms-program'. Login uses the
19676variables `sql-user', `sql-password', `sql-database', and `sql-server' 19745variables `sql-user', `sql-password', `sql-database', and `sql-server'
19677as defaults, if set. 19746as defaults, if set. Additional command line parameters can be stored
19747in the list `sql-ms-options'.
19678 19748
19679The buffer is put in sql-interactive-mode, giving commands for sending 19749The buffer is put in sql-interactive-mode, giving commands for sending
19680input. See `sql-interactive-mode'. 19750input. See `sql-interactive-mode'.
@@ -19775,6 +19845,35 @@ The default comes from `process-coding-system-alist' and
19775 19845
19776\(fn)" t nil) 19846\(fn)" t nil)
19777 19847
19848(autoload (quote sql-linter) "sql" "\
19849Run inl by RELEX as an inferior process.
19850
19851If buffer `*SQL*' exists but no process is running, make a new process.
19852If buffer exists and a process is running, just switch to buffer
19853`*SQL*'.
19854
19855Interpreter used comes from variable `sql-linter-program' - usually `inl'.
19856Login uses the variables `sql-user', `sql-password', `sql-database' and
19857`sql-server' as defaults, if set. Additional command line parameters
19858can be stored in the list `sql-linter-options'. Run inl -h to get help on
19859parameters.
19860
19861`sql-database' is used to set the LINTER_MBX environment variable for
19862local connections, `sql-server' refers to the server name from the
19863`nodetab' file for the network connection (dbc_tcp or friends must run
19864for this to work). If `sql-password' is an empty string, inl will use
19865an empty password.
19866
19867The buffer is put in sql-interactive-mode, giving commands for sending
19868input. See `sql-interactive-mode'.
19869
19870To use LINTER font locking by default, put this line into your .emacs :
19871 (setq sql-mode-font-lock-keywords sql-mode-linter-font-lock-keywords)
19872
19873\(Type \\[describe-mode] in the SQL buffer for a list of commands.)
19874
19875\(fn)" t nil)
19876
19778;;;*** 19877;;;***
19779 19878
19780;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer 19879;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
@@ -19996,7 +20095,7 @@ The variable `tab-width' controls the spacing of tab stops.
19996;;;;;; table-recognize table-insert-row-column table-insert-column 20095;;;;;; table-recognize table-insert-row-column table-insert-column
19997;;;;;; table-insert-row table-insert table-point-left-cell-hook 20096;;;;;; table-insert-row table-insert table-point-left-cell-hook
19998;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 20097;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
19999;;;;;; "table" "textmodes/table.el" (15832 9190)) 20098;;;;;; "table" "textmodes/table.el" (15832 43709))
20000;;; Generated autoloads from textmodes/table.el 20099;;; Generated autoloads from textmodes/table.el
20001 20100
20002(defvar table-cell-map-hook nil "\ 20101(defvar table-cell-map-hook nil "\
@@ -20608,7 +20707,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
20608;;;*** 20707;;;***
20609 20708
20610;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 20709;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
20611;;;;;; "progmodes/tcl.el" (15818 42050)) 20710;;;;;; "progmodes/tcl.el" (15818 52648))
20612;;; Generated autoloads from progmodes/tcl.el 20711;;; Generated autoloads from progmodes/tcl.el
20613 20712
20614(autoload (quote tcl-mode) "tcl" "\ 20713(autoload (quote tcl-mode) "tcl" "\
@@ -21047,7 +21146,7 @@ Not documented
21047;;;*** 21146;;;***
21048 21147
21049;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 21148;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
21050;;;;;; "texinfmt" "textmodes/texinfmt.el" (15809 3075)) 21149;;;;;; "texinfmt" "textmodes/texinfmt.el" (15852 39775))
21051;;; Generated autoloads from textmodes/texinfmt.el 21150;;; Generated autoloads from textmodes/texinfmt.el
21052 21151
21053(autoload (quote texinfo-format-buffer) "texinfmt" "\ 21152(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -21206,7 +21305,7 @@ The return value is number of composed characters.
21206 21305
21207;;;### (autoloads (list-at-point number-at-point symbol-at-point 21306;;;### (autoloads (list-at-point number-at-point symbol-at-point
21208;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) 21307;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
21209;;;;;; "thingatpt" "thingatpt.el" (15786 7605)) 21308;;;;;; "thingatpt" "thingatpt.el" (15787 57179))
21210;;; Generated autoloads from thingatpt.el 21309;;; Generated autoloads from thingatpt.el
21211 21310
21212(autoload (quote forward-thing) "thingatpt" "\ 21311(autoload (quote forward-thing) "thingatpt" "\
@@ -21524,7 +21623,7 @@ With arg, turn time stamping on if and only if arg is positive.
21524;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out 21623;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
21525;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in 21624;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
21526;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" 21625;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
21527;;;;;; (15820 17396)) 21626;;;;;; (15820 63473))
21528;;; Generated autoloads from calendar/timeclock.el 21627;;; Generated autoloads from calendar/timeclock.el
21529 21628
21530(autoload (quote timeclock-modeline-display) "timeclock" "\ 21629(autoload (quote timeclock-modeline-display) "timeclock" "\
@@ -21696,7 +21795,7 @@ be detected.
21696;;;*** 21795;;;***
21697 21796
21698;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" 21797;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
21699;;;;;; "international/titdic-cnv.el" (15679 10147)) 21798;;;;;; "international/titdic-cnv.el" (15855 43929))
21700;;; Generated autoloads from international/titdic-cnv.el 21799;;; Generated autoloads from international/titdic-cnv.el
21701 21800
21702(autoload (quote titdic-convert) "titdic-cnv" "\ 21801(autoload (quote titdic-convert) "titdic-cnv" "\
@@ -21904,7 +22003,7 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
21904;;;*** 22003;;;***
21905 22004
21906;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 22005;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
21907;;;;;; (15641 32975)) 22006;;;;;; (15855 43929))
21908;;; Generated autoloads from tooltip.el 22007;;; Generated autoloads from tooltip.el
21909 22008
21910(autoload (quote tooltip-mode) "tooltip" "\ 22009(autoload (quote tooltip-mode) "tooltip" "\
@@ -22302,7 +22401,7 @@ which specify the range to operate on.
22302;;;*** 22401;;;***
22303 22402
22304;;;### (autoloads (unforward-rmail-message undigestify-rmail-message) 22403;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
22305;;;;;; "undigest" "mail/undigest.el" (15815 8094)) 22404;;;;;; "undigest" "mail/undigest.el" (15818 52648))
22306;;; Generated autoloads from mail/undigest.el 22405;;; Generated autoloads from mail/undigest.el
22307 22406
22308(autoload (quote undigestify-rmail-message) "undigest" "\ 22407(autoload (quote undigestify-rmail-message) "undigest" "\
@@ -22407,7 +22506,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
22407;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 22506;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
22408;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 22507;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
22409;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 22508;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
22410;;;;;; vc-checkout-hook) "vc" "vc.el" (15815 8094)) 22509;;;;;; vc-checkout-hook) "vc" "vc.el" (15818 52647))
22411;;; Generated autoloads from vc.el 22510;;; Generated autoloads from vc.el
22412 22511
22413(defvar vc-checkout-hook nil "\ 22512(defvar vc-checkout-hook nil "\
@@ -22693,7 +22792,7 @@ colors. `vc-annotate-background' specifies the background color.
22693;;;*** 22792;;;***
22694 22793
22695;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 22794;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
22696;;;;;; (15826 27671)) 22795;;;;;; (15830 7057))
22697;;; Generated autoloads from vc-rcs.el 22796;;; Generated autoloads from vc-rcs.el
22698 22797
22699(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 22798(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -22704,7 +22803,7 @@ For a description of possible values, see `vc-check-master-templates'.")
22704;;;*** 22803;;;***
22705 22804
22706;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 22805;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
22707;;;;;; (15826 27671)) 22806;;;;;; (15830 7057))
22708;;; Generated autoloads from vc-sccs.el 22807;;; Generated autoloads from vc-sccs.el
22709 22808
22710(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 22809(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -22720,7 +22819,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
22720;;;*** 22819;;;***
22721 22820
22722;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 22821;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
22723;;;;;; (15834 37000)) 22822;;;;;; (15835 23135))
22724;;; Generated autoloads from progmodes/vhdl-mode.el 22823;;; Generated autoloads from progmodes/vhdl-mode.el
22725 22824
22726(autoload (quote vhdl-mode) "vhdl-mode" "\ 22825(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -23332,7 +23431,7 @@ Turn on Viper emulation of Vi.
23332;;;*** 23431;;;***
23333 23432
23334;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el" 23433;;;### (autoloads (warn lwarn display-warning) "warnings" "warnings.el"
23335;;;;;; (15832 9160)) 23434;;;;;; (15832 43705))
23336;;; Generated autoloads from warnings.el 23435;;; Generated autoloads from warnings.el
23337 23436
23338(defvar warning-prefix-function nil "\ 23437(defvar warning-prefix-function nil "\
@@ -23463,7 +23562,7 @@ and off otherwise.
23463;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check 23562;;;;;; whitespace-buffer whitespace-toggle-ateol-check whitespace-toggle-spacetab-check
23464;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check 23563;;;;;; whitespace-toggle-indent-check whitespace-toggle-trailing-check
23465;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el" 23564;;;;;; whitespace-toggle-leading-check) "whitespace" "whitespace.el"
23466;;;;;; (15745 33772)) 23565;;;;;; (15852 39768))
23467;;; Generated autoloads from whitespace.el 23566;;; Generated autoloads from whitespace.el
23468 23567
23469(autoload (quote whitespace-toggle-leading-check) "whitespace" "\ 23568(autoload (quote whitespace-toggle-leading-check) "whitespace" "\
@@ -23580,8 +23679,8 @@ With arg, turn widget mode on if and only if arg is positive.
23580;;;*** 23679;;;***
23581 23680
23582;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 23681;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
23583;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15790 23682;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15792
23584;;;;;; 62571)) 23683;;;;;; 4535))
23585;;; Generated autoloads from wid-edit.el 23684;;; Generated autoloads from wid-edit.el
23586 23685
23587(autoload (quote widgetp) "wid-edit" "\ 23686(autoload (quote widgetp) "wid-edit" "\
@@ -23677,7 +23776,7 @@ Default MODIFIER is 'shift.
23677;;;*** 23776;;;***
23678 23777
23679;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" 23778;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
23680;;;;;; (15823 52298)) 23779;;;;;; (15826 3927))
23681;;; Generated autoloads from winner.el 23780;;; Generated autoloads from winner.el
23682 23781
23683(defvar winner-mode nil "\ 23782(defvar winner-mode nil "\
@@ -23975,11 +24074,11 @@ Zone-mode does two things:
23975;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el" 24074;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
23976;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el" 24075;;;;;; "faces.el" "files.el" "filesets.el" "finder-inf.el" "float-sup.el"
23977;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" 24076;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el"
23978;;;;;; "frame.el" "gdb-ui.el" "generic-x.el" "gnus/flow-fill.el" 24077;;;;;; "frame.el" "generic-x.el" "gnus/flow-fill.el" "gnus/format-spec.el"
23979;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" 24078;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
23980;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el" 24079;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el"
23981;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el" 24080;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
23982;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" 24081;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
23983;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" 24082;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
23984;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" 24083;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
23985;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el" 24084;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
@@ -24013,27 +24112,27 @@ Zone-mode does two things:
24013;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" 24112;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el"
24014;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "loadup.el" 24113;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "loadup.el"
24015;;;;;; "ls-lisp.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el" 24114;;;;;; "ls-lisp.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el"
24016;;;;;; "mail/mh-funcs.el" "mail/mh-mime.el" "mail/mh-pick.el" "mail/mh-seq.el" 24115;;;;;; "mail/mh-funcs.el" "mail/mh-index.el" "mail/mh-mime.el" "mail/mh-pick.el"
24017;;;;;; "mail/mh-xemacs-compat.el" "mail/mspools.el" "mail/rfc2368.el" 24116;;;;;; "mail/mh-seq.el" "mail/mh-speed.el" "mail/mh-xemacs-compat.el"
24018;;;;;; "mail/rfc822.el" "mail/uce.el" "mail/vms-pmail.el" "map-ynp.el" 24117;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/uce.el"
24019;;;;;; "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" 24118;;;;;; "mail/vms-pmail.el" "map-ynp.el" "menu-bar.el" "misc.el"
24020;;;;;; "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" 24119;;;;;; "mouse-copy.el" "mouse-drag.el" "mouse.el" "net/eudc-vars.el"
24021;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tramp-uu.el" 24120;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el"
24022;;;;;; "net/tramp-vc.el" "obsolete/cplus-md.el" "obsolete/hilit19.el" 24121;;;;;; "net/ldap.el" "net/netrc.el" "net/tramp-uu.el" "net/tramp-vc.el"
24023;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el" 24122;;;;;; "obsolete/cplus-md.el" "obsolete/hilit19.el" "obsolete/mlsupport.el"
24024;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el" 24123;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el"
24025;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el" 24124;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el"
24026;;;;;; "obsolete/x-menu.el" "patcomp.el" "paths.el" "pcvs-info.el" 24125;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el"
24027;;;;;; "pcvs-parse.el" "pcvs-util.el" "play/gamegrid.el" "play/gametree.el" 24126;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el"
24028;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el" 24127;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
24029;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-compat.el" 24128;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
24030;;;;;; "progmodes/cc-defs.el" "progmodes/cc-engine.el" "progmodes/cc-menus.el" 24129;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
24031;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" 24130;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el"
24032;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 24131;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el"
24033;;;;;; "progmodes/mantemp.el" "regi.el" "register.el" "replace.el" 24132;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "regi.el"
24034;;;;;; "s-region.el" "saveplace.el" "scroll-bar.el" "select.el" 24133;;;;;; "register.el" "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el"
24035;;;;;; "simple.el" "soundex.el" "startup.el" "subdirs.el" "subr.el" 24134;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el"
24036;;;;;; "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" 24135;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el"
24037;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el" 24136;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el"
24038;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 24137;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el"
24039;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" 24138;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el"
@@ -24051,7 +24150,7 @@ Zone-mode does two things:
24051;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el" 24150;;;;;; "timezone.el" "uniquify.el" "unused.el" "vc-hooks.el" "vcursor.el"
24052;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" 24151;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
24053;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el" 24152;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
24054;;;;;; "xml.el" "xscheme.el") (15835 14198 185824)) 24153;;;;;; "xml.el" "xscheme.el") (15855 53815 423953))
24055 24154
24056;;;*** 24155;;;***
24057 24156
diff --git a/src/ChangeLog b/src/ChangeLog
index e6c8c650880..7d1f0999700 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-12-09 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2
3 * editfns.c (Fformat): Handle precision in string conversion
4 specifiers like libc functions do (ie, print at most that many
5 characters). From Matthew Swift <swift@alum.mit.edu>.
6
12002-12-08 Richard M. Stallman <rms@gnu.org> 72002-12-08 Richard M. Stallman <rms@gnu.org>
2 8
3 * xdisp.c (row_containing_pos): Check more carefully 9 * xdisp.c (row_containing_pos): Check more carefully
diff --git a/src/editfns.c b/src/editfns.c
index d814f9f857c..8ab359dea96 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3207,6 +3207,12 @@ usage: (format STRING &rest OBJECTS) */)
3207 must consider such a situation or not. */ 3207 must consider such a situation or not. */
3208 int maybe_combine_byte; 3208 int maybe_combine_byte;
3209 unsigned char *this_format; 3209 unsigned char *this_format;
3210 /* Precision for each spec, or -1, a flag value meaning no precision
3211 was given in that spec. Element 0, corresonding to the format
3212 string itself, will not be used. Element NARGS, corresponding to
3213 no argument, *will* be assigned to in the case that a `%' and `.'
3214 occur after the final format specifier. */
3215 int precision[nargs];
3210 int longest_format; 3216 int longest_format;
3211 Lisp_Object val; 3217 Lisp_Object val;
3212 struct info 3218 struct info
@@ -3221,9 +3227,12 @@ usage: (format STRING &rest OBJECTS) */)
3221 This is not always right; sometimes the result needs to be multibyte 3227 This is not always right; sometimes the result needs to be multibyte
3222 because of an object that we will pass through prin1, 3228 because of an object that we will pass through prin1,
3223 and in that case, we won't know it here. */ 3229 and in that case, we won't know it here. */
3224 for (n = 0; n < nargs; n++) 3230 for (n = 0; n < nargs; n++) {
3225 if (STRINGP (args[n]) && STRING_MULTIBYTE (args[n])) 3231 if (STRINGP (args[n]) && STRING_MULTIBYTE (args[n]))
3226 multibyte = 1; 3232 multibyte = 1;
3233 /* Piggyback on this loop to initialize precision[N]. */
3234 precision[n] = -1;
3235 }
3227 3236
3228 CHECK_STRING (args[0]); 3237 CHECK_STRING (args[0]);
3229 3238
@@ -3247,7 +3256,7 @@ usage: (format STRING &rest OBJECTS) */)
3247 int thissize = 0; 3256 int thissize = 0;
3248 int actual_width = 0; 3257 int actual_width = 0;
3249 unsigned char *this_format_start = format - 1; 3258 unsigned char *this_format_start = format - 1;
3250 int field_width, precision; 3259 int field_width = 0;
3251 3260
3252 /* General format specifications look like 3261 /* General format specifications look like
3253 3262
@@ -3263,12 +3272,17 @@ usage: (format STRING &rest OBJECTS) */)
3263 the output should be padded with blanks, iff the output 3272 the output should be padded with blanks, iff the output
3264 string is shorter than field-width. 3273 string is shorter than field-width.
3265 3274
3266 if precision is specified, it specifies the number of 3275 If precision is specified, it specifies the number of
3267 digits to print after the '.' for floats, or the max. 3276 digits to print after the '.' for floats, or the max.
3268 number of chars to print from a string. */ 3277 number of chars to print from a string. */
3269 3278
3270 precision = field_width = 0; 3279 /* NOTE the handling of specifiers here differs in some ways
3271 3280 from the libc model. There are bugs in this code that lead
3281 to incorrect formatting when flags recognized by C but
3282 neither parsed nor rejected here are used. Further
3283 revisions will be made soon. */
3284
3285 /* incorrect list of flags to skip; will be fixed */
3272 while (index ("-*# 0", *format)) 3286 while (index ("-*# 0", *format))
3273 ++format; 3287 ++format;
3274 3288
@@ -3278,11 +3292,13 @@ usage: (format STRING &rest OBJECTS) */)
3278 field_width = 10 * field_width + *format - '0'; 3292 field_width = 10 * field_width + *format - '0';
3279 } 3293 }
3280 3294
3295 /* N is not incremented for another few lines below, so refer to
3296 element N+1 (which might be precision[NARGS]). */
3281 if (*format == '.') 3297 if (*format == '.')
3282 { 3298 {
3283 ++format; 3299 ++format;
3284 for (precision = 0; *format >= '0' && *format <= '9'; ++format) 3300 for (precision[n+1] = 0; *format >= '0' && *format <= '9'; ++format)
3285 precision = 10 * precision + *format - '0'; 3301 precision[n+1] = 10 * precision[n+1] + *format - '0';
3286 } 3302 }
3287 3303
3288 if (format - this_format_start + 1 > longest_format) 3304 if (format - this_format_start + 1 > longest_format)
@@ -3322,7 +3338,10 @@ usage: (format STRING &rest OBJECTS) */)
3322 string: 3338 string:
3323 if (*format != 's' && *format != 'S') 3339 if (*format != 's' && *format != 'S')
3324 error ("Format specifier doesn't match argument type"); 3340 error ("Format specifier doesn't match argument type");
3325 thissize = CONVERTED_BYTE_SIZE (multibyte, args[n]); 3341 /* In the case (PRECISION[N] > 0), THISSIZE may not need
3342 to be as large as is calculated here. Easy check for
3343 the case PRECISION = 0. */
3344 thissize = precision[n] ? CONVERTED_BYTE_SIZE (multibyte, args[n]) : 0;
3326 actual_width = lisp_string_width (args[n], -1, NULL, NULL); 3345 actual_width = lisp_string_width (args[n], -1, NULL, NULL);
3327 } 3346 }
3328 /* Would get MPV otherwise, since Lisp_Int's `point' to low memory. */ 3347 /* Would get MPV otherwise, since Lisp_Int's `point' to low memory. */
@@ -3366,7 +3385,10 @@ usage: (format STRING &rest OBJECTS) */)
3366 /* Note that we're using sprintf to print floats, 3385 /* Note that we're using sprintf to print floats,
3367 so we have to take into account what that function 3386 so we have to take into account what that function
3368 prints. */ 3387 prints. */
3369 thissize = MAX_10_EXP + 100 + precision; 3388 /* Filter out flag value of -1. This is a conditional with omitted
3389 operand: the value is PRECISION[N] if the conditional is >=0 and
3390 otherwise is 0. */
3391 thissize = MAX_10_EXP + 100 + (precision[n] > 0 ? : 0);
3370 } 3392 }
3371 else 3393 else
3372 { 3394 {
@@ -3416,10 +3438,14 @@ usage: (format STRING &rest OBJECTS) */)
3416 format++; 3438 format++;
3417 3439
3418 /* Process a numeric arg and skip it. */ 3440 /* Process a numeric arg and skip it. */
3441 /* NOTE atoi is the wrong thing to use here; will be fixed */
3419 minlen = atoi (format); 3442 minlen = atoi (format);
3420 if (minlen < 0) 3443 if (minlen < 0)
3421 minlen = - minlen, negative = 1; 3444 minlen = - minlen, negative = 1;
3422 3445
3446 /* NOTE the parsing here is not consistent with the first
3447 pass, and neither attempt is what we want to do. Will be
3448 fixed. */
3423 while ((*format >= '0' && *format <= '9') 3449 while ((*format >= '0' && *format <= '9')
3424 || *format == '-' || *format == ' ' || *format == '.') 3450 || *format == '-' || *format == ' ' || *format == '.')
3425 format++; 3451 format++;
@@ -3435,8 +3461,28 @@ usage: (format STRING &rest OBJECTS) */)
3435 3461
3436 if (STRINGP (args[n])) 3462 if (STRINGP (args[n]))
3437 { 3463 {
3438 int padding, nbytes, start, end; 3464 /* handle case (precision[n] >= 0) */
3439 int width = lisp_string_width (args[n], -1, NULL, NULL); 3465
3466 int width, padding;
3467 int nbytes, start, end;
3468 int nchars_string;
3469
3470 /* lisp_string_width ignores a precision of 0, but GNU
3471 libc functions print 0 characters when the precision
3472 is 0. Imitate libc behavior here. Changing
3473 lisp_string_width is the right thing, and will be
3474 done, but meanwhile we work with it. */
3475
3476 if (precision[n] == 0)
3477 width = nchars_string = nbytes = 0;
3478 else if (precision[n] > 0)
3479 width = lisp_string_width (args[n], precision[n], &nchars_string, &nbytes);
3480 else
3481 { /* no precision spec given for this argument */
3482 width = lisp_string_width (args[n], -1, NULL, NULL);
3483 nbytes = SBYTES (args[n]);
3484 nchars_string = SCHARS (args[n]);
3485 }
3440 3486
3441 /* If spec requires it, pad on right with spaces. */ 3487 /* If spec requires it, pad on right with spaces. */
3442 padding = minlen - width; 3488 padding = minlen - width;
@@ -3448,19 +3494,19 @@ usage: (format STRING &rest OBJECTS) */)
3448 } 3494 }
3449 3495
3450 start = nchars; 3496 start = nchars;
3451 3497 nchars += nchars_string;
3498 end = nchars;
3499
3452 if (p > buf 3500 if (p > buf
3453 && multibyte 3501 && multibyte
3454 && !ASCII_BYTE_P (*((unsigned char *) p - 1)) 3502 && !ASCII_BYTE_P (*((unsigned char *) p - 1))
3455 && STRING_MULTIBYTE (args[n]) 3503 && STRING_MULTIBYTE (args[n])
3456 && !CHAR_HEAD_P (SREF (args[n], 0))) 3504 && !CHAR_HEAD_P (SREF (args[n], 0)))
3457 maybe_combine_byte = 1; 3505 maybe_combine_byte = 1;
3458 nbytes = copy_text (SDATA (args[n]), p, 3506
3459 SBYTES (args[n]), 3507 p += copy_text (SDATA (args[n]), p,
3460 STRING_MULTIBYTE (args[n]), multibyte); 3508 nbytes,
3461 p += nbytes; 3509 STRING_MULTIBYTE (args[n]), multibyte);
3462 nchars += SCHARS (args[n]);
3463 end = nchars;
3464 3510
3465 if (negative) 3511 if (negative)
3466 while (padding-- > 0) 3512 while (padding-- > 0)