From 42344999a256c7b005c45e16670a619d5a014cbc Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 10 Jun 2002 16:09:36 +0000 Subject: [PATCH] *** empty log message *** --- leim/ChangeLog | 3 + lisp/ChangeLog | 10 + lisp/loaddefs.el | 529 +++++++++++++++++++---------------------------- 3 files changed, 220 insertions(+), 322 deletions(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 7dcd9663757..83666f66e85 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,5 +1,8 @@ 2002-06-10 Dave Love + * quail/hanja3.el, quail/hanja.el, makefile.nt, Makefile.in: + * quail/vntelex.el: Update from trunk. + * quail/cyrillic.el: Doc fixes. ("cyrillic-beylorussian"): Commented-out. ("cyrillic-translit-bulgarian"): Deleted. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 538a83df384..7f856f3a6da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-06-10 Dave Love + + * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): New + environments. + + * international/mule-conf.el (control-1): News charset. + (eight-bit-control, eight-bit-graphic): Redefined to use raw-bytes + space. + (korean-ksc5601): Redefine to use code-offset and unify-map. + 2002-06-07 Dave Love * international/mule-conf.el (tcvn-5712): New charset. diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index af1d3907892..31f356b59dc 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el @@ -1173,8 +1173,8 @@ seconds." t nil) ;;;*** -;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15468 -;;;;;; 8218)) +;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15474 +;;;;;; 13619)) ;;; Generated autoloads from textmodes/bibtex.el (autoload (quote bibtex-mode) "bibtex" "\ @@ -1668,7 +1668,7 @@ corresponding bookmark function from Lisp (the one without the ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program ;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program ;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" -;;;;;; "net/browse-url.el" (15427 61508)) +;;;;;; "net/browse-url.el" (15474 13216)) ;;; Generated autoloads from net/browse-url.el (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)) "\ @@ -2040,7 +2040,7 @@ Also see `make-text-button'." nil nil) ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" -;;;;;; "emacs-lisp/bytecomp.el" (15455 18401)) +;;;;;; "emacs-lisp/bytecomp.el" (15596 5403)) ;;; Generated autoloads from emacs-lisp/bytecomp.el (autoload (quote byte-force-recompile) "bytecomp" "\ @@ -2201,7 +2201,7 @@ Also looks for the equivalent TeX words, \\gets and \\evalto." t nil) ;;;*** ;;;### (autoloads (calc-extensions) "calc-ext" "calc/calc-ext.el" -;;;;;; (15400 1474)) +;;;;;; (15483 59373)) ;;; Generated autoloads from calc/calc-ext.el (autoload (quote calc-extensions) "calc-ext" "\ @@ -3266,9 +3266,9 @@ checking of documentation strings. ;;;*** -;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer -;;;;;; decode-hz-region) "china-util" "language/china-util.el" (15400 -;;;;;; 1476)) +;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer +;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util" +;;;;;; "language/china-util.el" (15615 15524)) ;;; Generated autoloads from language/china-util.el (autoload (quote decode-hz-region) "china-util" "\ @@ -3285,6 +3285,10 @@ Return the length of resulting text." t nil) (autoload (quote encode-hz-buffer) "china-util" "\ Encode the text in the current buffer to HZ." t nil) +(autoload (quote post-read-decode-hz) "china-util" nil nil nil) + +(autoload (quote pre-write-encode-hz) "china-util" nil nil nil) + ;;;*** ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command) @@ -3377,69 +3381,19 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' ;;;*** -;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" -;;;;;; (15417 7424)) -;;; Generated autoloads from international/code-pages.el - -(autoload (quote cp-make-coding-system) "code-pages" "\ -Make coding system NAME for and 8-bit, extended-ASCII character set. -V is a 128-long vector of characters to translate the upper half of -the charactert set. DOC-STRING and MNEMONIC are used as the -corresponding args of `make-coding-system'. If MNEMONIC isn't given, -?* is used." nil (quote macro)) - -;;;*** - -;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage -;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) -;;;;;; "codepage" "international/codepage.el" (15400 1476)) +;;;### (autoloads (codepage-setup) "codepage" "international/codepage.el" +;;;;;; (15588 59293)) ;;; Generated autoloads from international/codepage.el -(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ -Create a coding system to convert IBM CODEPAGE into charset ISO-NAME -whose first character is at offset OFFSET from the beginning of 8-bit -ASCII table. - -The created coding system has the usual 3 subsidiary systems: for Unix-, -DOS- and Mac-style EOL conversion. However, unlike built-in coding -systems, the Mac-style EOL conversion is currently not supported by the -decoder and encoder created by this function." nil nil) - -(autoload (quote cp-charset-for-codepage) "codepage" "\ -Return the charset for which there is a translation table to DOS CODEPAGE. -CODEPAGE must be the name of a DOS codepage, a string." nil nil) - -(autoload (quote cp-language-for-codepage) "codepage" "\ -Return the name of the MULE language environment for CODEPAGE. -CODEPAGE must be the name of a DOS codepage, a string." nil nil) - -(autoload (quote cp-offset-for-codepage) "codepage" "\ -Return the offset to be used in setting up coding systems for CODEPAGE. -CODEPAGE must be the name of a DOS codepage, a string." nil nil) - -(autoload (quote cp-supported-codepages) "codepage" "\ -Return an alist of supported codepages. - -Each association in the alist has the form (NNN . CHARSET), where NNN is the -codepage number, and CHARSET is the MULE charset which is the closest match -for the character set supported by that codepage. - -A codepage NNN is supported if a variable called `cpNNN-decode-table' exists, -is a vector, and has a charset property." nil nil) - (autoload (quote codepage-setup) "codepage" "\ -Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE. - -These coding systems are meant for encoding and decoding 8-bit non-ASCII -characters used by the IBM codepages, typically in conjunction with files -read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) +Obsolete. All coding systems are set up initially." t nil) ;;;*** ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" -;;;;;; (15455 18398)) +;;;;;; (15482 42811)) ;;; Generated autoloads from comint.el (autoload (quote make-comint-in-buffer) "comint" "\ @@ -4177,7 +4131,7 @@ INHERIT-INPUT-METHOD." nil nil) ;;;;;; customize-option-other-window customize-changed-options customize-option ;;;;;; customize-group-other-window customize-group customize customize-save-variable ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" -;;;;;; (15465 22816)) +;;;;;; (15480 44801)) ;;; Generated autoloads from cus-edit.el (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") @@ -4806,7 +4760,7 @@ the first time the mode is used." nil nil) ;;;*** ;;;### (autoloads (desktop-load-default desktop-read) "desktop" "desktop.el" -;;;;;; (15371 46415)) +;;;;;; (15602 17998)) ;;; Generated autoloads from desktop.el (autoload (quote desktop-read) "desktop" "\ @@ -4820,11 +4774,11 @@ to provide correct modes for autoloaded files." nil nil) ;;;*** -;;;### (autoloads nil "devan-util" "language/devan-util.el" (15417 -;;;;;; 7424)) +;;;### (autoloads nil "devan-util" "language/devan-util.el" (15597 +;;;;;; 8910)) ;;; Generated autoloads from language/devan-util.el -(defconst devanagari-consonant "[\x51ad5-\x51af9\x51b38-\x51b3f]") +(defconst devanagari-consonant "[\x0915-\x0939\x0958-\x095f]") ;;;*** @@ -6324,7 +6278,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) ;;;*** ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" -;;;;;; (15391 60549)) +;;;;;; (15602 6015)) ;;; Generated autoloads from international/encoded-kb.el (defvar encoded-kbd-mode nil "\ @@ -6374,8 +6328,8 @@ Commands: ;;;*** -;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15371 -;;;;;; 46420)) +;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15486 +;;;;;; 57849)) ;;; Generated autoloads from eshell/esh-mode.el (autoload (quote eshell-mode) "esh-mode" "\ @@ -6385,8 +6339,8 @@ Emacs shell interactive mode. ;;;*** -;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15371 -;;;;;; 46420)) +;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (15470 +;;;;;; 10698)) ;;; Generated autoloads from eshell/esh-test.el (autoload (quote eshell-test) "esh-test" "\ @@ -6395,7 +6349,7 @@ Test Eshell to verify that it works as expected." t nil) ;;;*** ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command -;;;;;; eshell) "eshell" "eshell/eshell.el" (15427 61507)) +;;;;;; eshell) "eshell" "eshell/eshell.el" (15470 1515)) ;;; Generated autoloads from eshell/eshell.el (autoload (quote eshell) "eshell" "\ @@ -6430,7 +6384,7 @@ Please include any configuration details that might be involved." t nil) ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" -;;;;;; (15417 7451)) +;;;;;; (15478 29165)) ;;; Generated autoloads from progmodes/etags.el (defvar tags-file-name nil "\ @@ -6507,7 +6461,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. -A marker representing the point when this command is onvoked is pushed +A marker representing the point when this command is invoked is pushed onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. @@ -6526,7 +6480,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. -A marker representing the point when this command is onvoked is pushed +A marker representing the point when this command is invoked is pushed onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. @@ -6547,7 +6501,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. -A marker representing the point when this command is onvoked is pushed +A marker representing the point when this command is invoked is pushed onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. @@ -6568,7 +6522,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. -A marker representing the point when this command is onvoked is pushed +A marker representing the point when this command is invoked is pushed onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. @@ -6587,7 +6541,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. If third arg OTHER-WINDOW is non-nil, select the buffer in another window. -A marker representing the point when this command is onvoked is pushed +A marker representing the point when this command is invoked is pushed onto a ring and may be popped back to with \\[pop-tag-mark]. Contrast this with the ring of marks gone to by the command. @@ -7046,7 +7000,7 @@ with no args, if that value is non-nil." t nil) ;;;;;; facemenu-remove-face-props facemenu-set-read-only facemenu-set-intangible ;;;;;; facemenu-set-invisible facemenu-set-face-from-menu facemenu-set-background ;;;;;; facemenu-set-foreground facemenu-set-face) "facemenu" "facemenu.el" -;;;;;; (15468 8218)) +;;;;;; (15474 10566)) ;;; Generated autoloads from facemenu.el (define-key global-map "\M-g" 'facemenu-keymap) (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) @@ -7583,7 +7537,7 @@ to get the effect of a C-q." nil nil) ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off ;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) -;;;;;; "flyspell" "textmodes/flyspell.el" (15464 26331)) +;;;;;; "flyspell" "textmodes/flyspell.el" (15476 20606)) ;;; Generated autoloads from textmodes/flyspell.el (defvar flyspell-mode-line-string " Fly" "\ @@ -7593,6 +7547,8 @@ Set this to nil if you don't want a modeline indicator.") (autoload (quote flyspell-prog-mode) "flyspell" "\ Turn on `flyspell-mode' for comments and strings." t nil) +(defvar flyspell-mode nil) + (defvar flyspell-mode-map (make-sparse-keymap)) (autoload (quote flyspell-mode) "flyspell" "\ @@ -7832,7 +7788,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil) ;;;*** ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" -;;;;;; (15417 7424)) +;;;;;; (15607 17695)) ;;; Generated autoloads from international/fontset.el (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ @@ -8140,7 +8096,7 @@ Start Gnus and fetch session." t nil) ;;;*** ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" -;;;;;; (15468 8218)) +;;;;;; (15477 13591)) ;;; Generated autoloads from gnus/gnus-art.el (autoload (quote gnus-article-prepare-display) "gnus-art" "\ @@ -8317,8 +8273,8 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil) ;;;*** -;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15371 -;;;;;; 46421)) +;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (15470 +;;;;;; 47364)) ;;; Generated autoloads from gnus/gnus-msg.el (autoload (quote gnus-msg-mail) "gnus-msg" "\ @@ -8553,7 +8509,7 @@ to be updated." t nil) ;;;### (autoloads (describe-categories describe-syntax describe-variable ;;;;;; variable-at-point describe-function-1 describe-function locate-library -;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15464 26323)) +;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (15480 5979)) ;;; Generated autoloads from help-fns.el (autoload (quote help-with-tutorial) "help-fns" "\ @@ -9229,7 +9185,7 @@ Also see `automatic-hscrolling'." t nil) ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable ;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode ;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" -;;;;;; "ibuf-ext.el" (15457 4937)) +;;;;;; "ibuf-ext.el" (15483 59348)) ;;; Generated autoloads from ibuf-ext.el (autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ @@ -9285,7 +9241,7 @@ of replacing the current filters." t nil) (autoload (quote ibuffer-toggle-sorting-mode) "ibuf-ext" "\ Toggle the current sorting mode. -Possible sorting modes are: +Default sorting modes are: Recency - the last time the buffer was viewed Name - the name of the buffer Major Mode - the name of the major mode of the buffer @@ -9464,7 +9420,7 @@ bound to the current value of the filter." nil (quote macro)) ;;;*** ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) -;;;;;; "ibuffer" "ibuffer.el" (15465 50526)) +;;;;;; "ibuffer" "ibuffer.el" (15480 2733)) ;;; Generated autoloads from ibuffer.el (autoload (quote ibuffer-list-buffers) "ibuffer" "\ @@ -9493,7 +9449,7 @@ special value `onewindow' means always use another window." t nil) ;;;*** ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" -;;;;;; "icomplete.el" (15391 60517)) +;;;;;; "icomplete.el" (15483 45647)) ;;; Generated autoloads from icomplete.el (autoload (quote icomplete-mode) "icomplete" "\ @@ -9545,7 +9501,7 @@ with no args, if that value is non-nil." t nil) ;;;*** ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" -;;;;;; (15391 60716)) +;;;;;; (15470 21905)) ;;; Generated autoloads from progmodes/idlw-shell.el (autoload (quote idlwave-shell) "idlw-shell" "\ @@ -9568,7 +9524,7 @@ See also the variable `idlwave-shell-prompt-pattern'. ;;;*** ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" -;;;;;; (15417 7451)) +;;;;;; (15470 22102)) ;;; Generated autoloads from progmodes/idlwave.el (autoload (quote idlwave-mode) "idlwave" "\ @@ -9686,7 +9642,7 @@ The main features of this mode are ;;;*** -;;;### (autoloads (ielm) "ielm" "ielm.el" (15371 46416)) +;;;### (autoloads (ielm) "ielm" "ielm.el" (15482 24869)) ;;; Generated autoloads from ielm.el (add-hook 'same-window-buffer-names "*ielm*") @@ -9993,7 +9949,7 @@ for more information." t nil) ;;;### (autoloads (indian-char-glyph indian-glyph-char in-is13194-pre-write-conversion ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region) -;;;;;; "ind-util" "language/ind-util.el" (15400 1477)) +;;;;;; "ind-util" "language/ind-util.el" (15597 13220)) ;;; Generated autoloads from language/ind-util.el (autoload (quote indian-compose-region) "ind-util" "\ @@ -10314,7 +10270,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist ;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) -;;;;;; "ispell" "textmodes/ispell.el" (15441 20097)) +;;;;;; "ispell" "textmodes/ispell.el" (15471 40661)) ;;; Generated autoloads from textmodes/ispell.el (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ @@ -10401,7 +10357,7 @@ and added as a submenu of the \"Edit\" menu.") (if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) (path (and (boundp (quote ispell-library-path)) ispell-library-path)) 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 (vector (quote default)) (cons "Select Default Dict" (cons "Dictionary for which Ispell was configured" (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) "default")))))) ((or (not path) (file-exists-p (concat path "/" name ".hash")) (file-exists-p (concat path "/" name ".has")) (and load-dict (or (file-exists-p (concat path "/" load-dict ".hash")) (file-exists-p (concat path "/" load-dict ".has"))))) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name) " Dict") (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name))))))))) -(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit path to dictionary"))) (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-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 [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"))))) +(if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit path to dictionary"))) (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"))))) (if (and ispell-menu-map-needed (or (not (fboundp (quote byte-compiling-files-p))) (not (byte-compiling-files-p)))) (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))) @@ -12020,21 +11976,12 @@ different buffer menu using the function `msb'." t nil) ;;;;;; describe-current-coding-system describe-current-coding-system-briefly ;;;;;; describe-coding-system describe-char-after describe-character-set ;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" -;;;;;; "international/mule-diag.el" (15468 8218)) +;;;;;; "international/mule-diag.el" (15615 15525)) ;;; Generated autoloads from international/mule-diag.el (autoload (quote list-character-sets) "mule-diag" "\ Display a list of all character sets. -The ID-NUM column contains a charset identification number for -internal Emacs use. - -The MULTIBYTE-FORM column contains the format of the buffer and string -multibyte sequence of characters in the charset using one to four -hexadecimal digits. - `xx' stands for any byte in the range 0..127. - `XX' stands for any byte in the range 160..255. - The D column contains the dimension of this character set. The CH column contains the number of characters in a block of this character set. The FINAL-CHAR column contains an ISO-2022 to use @@ -12045,9 +11992,7 @@ but still shows the full information." t nil) (autoload (quote read-charset) "mule-diag" "\ Read a character set from the minibuffer, prompting with string PROMPT. -It must be an Emacs character set listed in the variable `charset-list' -or a non-ISO character set listed in the variable -`non-iso-charset-alist'. +It must be an Emacs character set listed in the variable `charset-list'. Optional arguments are DEFAULT-VALUE and INITIAL-INPUT. DEFAULT-VALUE, if non-nil, is the default value. @@ -12056,10 +12001,7 @@ See the documentation of the function `completing-read' for the detailed meanings of these arguments." nil nil) (autoload (quote list-charset-chars) "mule-diag" "\ -Display a list of characters in the specified character set. -This can list both Emacs `official' (ISO standard) charsets and the -characters encoded by various Emacs coding systems which correspond to -PC `codepages' and other coded character sets. See `non-iso-charset-alist'." t nil) +Display a list of characters in character set CHARSET." t nil) (autoload (quote describe-character-set) "mule-diag" "\ Display information about built-in character set CHARSET." t nil) @@ -12136,13 +12078,13 @@ system which uses fontsets)." t nil) ;;;*** -;;;### (autoloads (detect-coding-with-language-environment detect-coding-with-priority -;;;;;; coding-system-equal coding-system-translation-table-for-encode +;;;### (autoloads (with-coding-priority detect-coding-with-language-environment +;;;;;; detect-coding-with-priority coding-system-equal coding-system-translation-table-for-encode ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" -;;;;;; (15400 1476)) +;;;;;; (15601 26086)) ;;; Generated autoloads from international/mule-util.el (autoload (quote string-to-sequence) "mule-util" "\ @@ -12236,10 +12178,14 @@ Detect a coding system of the text between FROM and TO with LANG-ENV. The detection takes into account the coding system priorities for the language environment LANG-ENV." nil nil) +(autoload (quote with-coding-priority) "mule-util" "\ +Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list. +CODING-SYSTEMS is a list of coding systems." nil (quote macro)) + ;;;*** ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" -;;;;;; (15371 46417)) +;;;;;; (15482 52417)) ;;; Generated autoloads from mwheel.el (defvar mouse-wheel-mode nil "\ @@ -13408,7 +13354,7 @@ This checks if all multi-byte characters in the region are printable or not." ni ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" -;;;;;; "ps-print.el" (15417 7409)) +;;;;;; "ps-print.el" (15482 26242)) ;;; Generated autoloads from ps-print.el (defvar ps-paper-type (quote letter) "\ @@ -13882,8 +13828,8 @@ were operated on recently." t nil) ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle -;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15371 -;;;;;; 46418)) +;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (15483 +;;;;;; 45660)) ;;; Generated autoloads from rect.el (autoload (quote move-to-column-force) "rect" "\ @@ -14090,7 +14036,7 @@ Here are all local bindings. ;;;*** ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" -;;;;;; (15425 28363)) +;;;;;; (15486 57600)) ;;; Generated autoloads from emacs-lisp/regexp-opt.el (autoload (quote regexp-opt) "regexp-opt" "\ @@ -14684,7 +14630,7 @@ KEYWORDS is a comma-separated list of labels." t nil) ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) -;;;;;; "rmailsum" "mail/rmailsum.el" (15400 1477)) +;;;;;; "rmailsum" "mail/rmailsum.el" (15479 52723)) ;;; Generated autoloads from mail/rmailsum.el (defvar rmail-summary-scroll-between-messages t "\ @@ -15186,7 +15132,7 @@ Toggle Scroll-All minor mode." t nil) ;;;;;; mail-archive-file-name mail-header-separator send-mail-function ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" -;;;;;; (15455 18403)) +;;;;;; (15602 18408)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style (quote angles) "\ @@ -15367,7 +15313,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil ;;;*** ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" -;;;;;; (15371 46417)) +;;;;;; (15486 59257)) ;;; Generated autoloads from textmodes/sgml-mode.el (autoload (quote sgml-mode) "sgml-mode" "\ @@ -15570,7 +15516,7 @@ Set up file shadowing." t nil) ;;;*** ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el" -;;;;;; (15391 60520)) +;;;;;; (15482 42688)) ;;; Generated autoloads from shell.el (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\ @@ -15808,7 +15754,7 @@ which smileys to operate on and which images to use for them." t nil) ;;;*** -;;;### (autoloads (snake) "snake" "play/snake.el" (15391 60712)) +;;;### (autoloads (snake) "snake" "play/snake.el" (15478 24938)) ;;; Generated autoloads from play/snake.el (autoload (quote snake) "snake" "\ @@ -15817,7 +15763,7 @@ Move the snake around without colliding with its tail or with the border. Eating dots causes the snake to get longer. -snake-mode keybindings: +Snake mode keybindings: \\ \\[snake-start-game] Starts a new game of Snake \\[snake-end-game] Terminates the current game @@ -15825,9 +15771,7 @@ snake-mode keybindings: \\[snake-move-left] Makes the snake move left \\[snake-move-right] Makes the snake move right \\[snake-move-up] Makes the snake move up -\\[snake-move-down] Makes the snake move down - -" t nil) +\\[snake-move-down] Makes the snake move down" t nil) ;;;*** @@ -16677,7 +16621,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) ;;;*** -;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15424 48698)) +;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15475 26218)) ;;; Generated autoloads from tar-mode.el (autoload (quote tar-mode) "tar-mode" "\ @@ -16699,7 +16643,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. ;;;*** ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" -;;;;;; "progmodes/tcl.el" (15371 46425)) +;;;;;; "progmodes/tcl.el" (15476 9279)) ;;; Generated autoloads from progmodes/tcl.el (autoload (quote tcl-mode) "tcl" "\ @@ -16852,7 +16796,7 @@ tetris-mode keybindings: ;;;;;; tex-start-options-string slitex-run-command latex-run-command ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" -;;;;;; (15371 46417)) +;;;;;; (15469 16379)) ;;; Generated autoloads from textmodes/tex-mode.el (defvar tex-shell-file-name nil "\ @@ -17351,7 +17295,7 @@ This function performs no refilling of the changed text." t nil) ;;;*** ;;;### (autoloads (display-time-mode display-time display-time-day-and-date) -;;;;;; "time" "time.el" (15450 56540)) +;;;;;; "time" "time.el" (15587 40325)) ;;; Generated autoloads from time.el (defvar display-time-day-and-date nil "\ @@ -17610,7 +17554,7 @@ be detected." nil (quote macro)) ;;;*** ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" -;;;;;; "international/titdic-cnv.el" (15371 46423)) +;;;;;; "international/titdic-cnv.el" (15597 11253)) ;;; Generated autoloads from international/titdic-cnv.el (autoload (quote titdic-convert) "titdic-cnv" "\ @@ -17708,7 +17652,7 @@ Show TODO list." t nil) ;;;*** ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item -;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15465 22816)) +;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15476 49243)) ;;; Generated autoloads from toolbar/tool-bar.el (defvar tool-bar-mode nil "\ @@ -17728,6 +17672,8 @@ With numeric ARG, display the tool bar if and only if ARG is positive. See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for conveniently adding tool bar items." t nil) +(put (quote tool-bar-mode) (quote standard-value) (quote (t))) + (autoload (quote tool-bar-add-item) "tool-bar" "\ Add an item to the tool bar. ICON names the image, DEF is the key definition and KEY is a symbol @@ -18030,65 +17976,6 @@ fraction of the maximum threshold to which to set the minimum threshold. FRAC should be the inverse of the fractional value; for example, a value of 2 would mean to use one half, a value of 4 would mean to use one quarter, etc." t nil) -;;;*** - -;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode) -;;;;;; "ucs-tables" "international/ucs-tables.el" (15425 28363)) -;;; Generated autoloads from international/ucs-tables.el - -(defvar unify-8859-on-encoding-mode nil "\ -Non-nil if Unify-8859-On-Encoding mode is enabled. -See the command `unify-8859-on-encoding-mode' for a description of this minor-mode. -Setting this variable directly does not take effect; -use either \\[customize] or the function `unify-8859-on-encoding-mode'.") - -(custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable)) - -(custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables)) - -(autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\ -Set up translation tables for unifying ISO 8859 characters on encoding. - -The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and -8859-15 (Latin-9) differ only in a few characters. Emacs normally -distinguishes equivalent characters from those ISO-8859 character sets -which are built in to Emacs. This behaviour is essentially inherited -from the European-originated international standards. Treating them -equivalently, by translating to and from a single representation is -called `unification'. (The `utf-8' coding system treats the -characters of European scripts in a unified manner.) - -In this mode, on encoding -- i.e. output operations -- non-ASCII -characters from the built-in ISO 8859 and `mule-unicode-0100-24ff' -charsets are handled automatically by the coding system used if it can -represent them. Thus, say, an e-acute from the Latin-1 charset (the -unified representation) in a buffer saved as Latin-9 will be encoded -directly to a byte value 233. By default, in contrast, you would be -prompted for a general coding system to use for saving the file, which -can cope with separate Latin-1 and Latin-9 representations of e-acute. - -See also command `unify-8859-on-decoding-mode'." t nil) - -(defvar unify-8859-on-decoding-mode nil "\ -Non-nil if Unify-8859-On-Decoding mode is enabled. -See the command `unify-8859-on-decoding-mode' for a description of this minor-mode. -Setting this variable directly does not take effect; -use either \\[customize] or the function `unify-8859-on-decoding-mode'.") - -(custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable)) - -(custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables)) - -(autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\ -Set up translation table for unifying ISO 8859 characters on decoding. -On decoding -- i.e. input operations -- non-ASCII characters from the -built-in ISO 8859 charsets are unified by mapping them into the -`iso-latin-1' and `mule-unicode-0100-24ff' charsets. - -This sets the parent of `standard-translation-table-for-decode'. - -See also command `unify-8859-on-encoding-mode'." t nil) - ;;;*** ;;;### (autoloads (ununderline-region underline-region) "underline" @@ -18185,7 +18072,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) ;;;;;; vc-resolve-conflicts vc-merge vc-insert-headers vc-version-other-window ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file ;;;;;; with-vc-file vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) -;;;;;; "vc" "vc.el" (15425 28362)) +;;;;;; "vc" "vc.el" (15482 46099)) ;;; Generated autoloads from vc.el (defvar vc-checkout-hook nil "\ @@ -18408,7 +18295,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) ;;;*** -;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15427 61506)) +;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15482 46252)) ;;; Generated autoloads from vc-cvs.el (defun vc-cvs-registered (f) (when (file-readable-p (expand-file-name @@ -18419,7 +18306,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) ;;;*** ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" -;;;;;; (15425 28362)) +;;;;;; (15482 46317)) ;;; Generated autoloads from vc-rcs.el (defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ @@ -18431,7 +18318,7 @@ For a description of possible values, see `vc-check-master-templates'.") ;;;*** ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" -;;;;;; (15371 46418)) +;;;;;; (15482 46364)) ;;; Generated autoloads from vc-sccs.el (defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ @@ -19201,7 +19088,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (15468 -;;;;;; 8218)) +;;;;;; 49415)) ;;; Generated autoloads from wid-edit.el (autoload (quote widgetp) "wid-edit" "\ @@ -19273,7 +19160,7 @@ Set up default keybindings for `windmove'." t nil) ;;;*** ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" -;;;;;; (15371 46418)) +;;;;;; (15483 45821)) ;;; Generated autoloads from winner.el (defvar winner-mode nil "\ @@ -19491,127 +19378,125 @@ Zone-mode does two things: ;;;*** -;;;### (autoloads nil nil ("play/gamegrid.el" "international/mule-cmds.el" -;;;;;; "emulation/viper-util.el" "mail/uce.el" "gnus/mml.el" "gnus/mm-view.el" -;;;;;; "calendar/cal-menu.el" "window.el" "subr.el" "startup.el" -;;;;;; "simple.el" "menu-bar.el" "isearch.el" "indent.el" "help.el" -;;;;;; "finder-inf.el" "files.el" "faces.el" "ediff-wind.el" "ediff-init.el" -;;;;;; "ediff-hook.el" "w32-vars.el" "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" -;;;;;; "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" -;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" -;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-engine.el" -;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" -;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "progmodes/ada-xref.el" -;;;;;; "progmodes/ada-prj.el" "play/meese.el" "play/gametree.el" -;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" -;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" -;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" -;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el" -;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" -;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" -;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el" -;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el" -;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" -;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" -;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" -;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" -;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" -;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-yank.el" -;;;;;; "calc/calc-vec.el" "calc/calc-units.el" "calc/calc-undo.el" -;;;;;; "calc/calc-trail.el" "calc/calc-stuff.el" "calc/calc-store.el" -;;;;;; "calc/calc-stat.el" "calc/calc-sel.el" "calc/calc-rules.el" -;;;;;; "calc/calc-rewr.el" "calc/calc-prog.el" "calc/calc-poly.el" -;;;;;; "calc/calc-mode.el" "calc/calc-misc.el" "calc/calc-map.el" -;;;;;; "calc/calc-macs.el" "calc/calc-lang.el" "calc/calc-keypd.el" -;;;;;; "calc/calc-incom.el" "calc/calc-help.el" "calc/calc-graph.el" -;;;;;; "calc/calc-funcs.el" "calc/calc-frac.el" "calc/calc-fin.el" -;;;;;; "calc/calc-embed.el" "calc/calc-cplx.el" "calc/calc-comb.el" -;;;;;; "calc/calc-bin.el" "calc/calc-arith.el" "calc/calc-alg.el" -;;;;;; "calc/calc-aent.el" "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" -;;;;;; "gnus/rfc2231.el" "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" -;;;;;; "gnus/rfc1843.el" "gnus/qp.el" "gnus/pop3.el" "gnus/nnweb.el" -;;;;;; "gnus/nnwarchive.el" "gnus/nnvirtual.el" "gnus/nnultimate.el" -;;;;;; "gnus/nnslashdot.el" "gnus/nnoo.el" "gnus/nnmh.el" "gnus/nnmbox.el" -;;;;;; "gnus/nnlistserv.el" "gnus/nnimap.el" "gnus/nnheader.el" -;;;;;; "gnus/nngateway.el" "gnus/nneething.el" "gnus/nndraft.el" -;;;;;; "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" "gnus/mm-encode.el" -;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" -;;;;;; "gnus/mail-source.el" "gnus/mail-prsvr.el" "gnus/mail-parse.el" -;;;;;; "gnus/ietf-drums.el" "gnus/gnus-vm.el" "gnus/gnus-uu.el" -;;;;;; "gnus/gnus-util.el" "gnus/gnus-undo.el" "gnus/gnus-topic.el" -;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-setup.el" "gnus/gnus-score.el" -;;;;;; "gnus/gnus-salt.el" "gnus/gnus-range.el" "gnus/gnus-nocem.el" -;;;;;; "gnus/gnus-mh.el" "gnus/gnus-logic.el" "gnus/gnus-int.el" -;;;;;; "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el" -;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" -;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" -;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-var.el" -;;;;;; "eshell/esh-util.el" "eshell/esh-proc.el" "eshell/esh-opt.el" -;;;;;; "eshell/esh-module.el" "eshell/esh-maint.el" "eshell/esh-io.el" -;;;;;; "eshell/esh-ext.el" "eshell/esh-arg.el" "eshell/em-xtra.el" -;;;;;; "eshell/em-unix.el" "eshell/em-term.el" "eshell/em-smart.el" -;;;;;; "eshell/em-script.el" "eshell/em-rebind.el" "eshell/em-prompt.el" -;;;;;; "eshell/em-pred.el" "eshell/em-hist.el" "eshell/em-glob.el" -;;;;;; "eshell/em-dirs.el" "eshell/em-cmpl.el" "eshell/em-basic.el" -;;;;;; "eshell/em-banner.el" "eshell/em-alias.el" "emulation/edt-vt100.el" -;;;;;; "emulation/edt-pc.el" "emulation/edt-lk201.el" "emacs-lisp/sregex.el" -;;;;;; "emacs-lisp/lucid.el" "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" -;;;;;; "emacs-lisp/levents.el" "emacs-lisp/gulp.el" "emacs-lisp/float.el" -;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" -;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/assoc.el" "calendar/cal-x.el" -;;;;;; "calendar/cal-tex.el" "calendar/cal-persia.el" "calendar/cal-move.el" -;;;;;; "calendar/cal-mayan.el" "calendar/cal-julian.el" "calendar/cal-iso.el" -;;;;;; "calendar/cal-islam.el" "calendar/cal-french.el" "calendar/cal-coptic.el" -;;;;;; "calendar/cal-china.el" "textmodes/texnfo-upd.el" "textmodes/reftex-vars.el" -;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-sel.el" "textmodes/reftex-ref.el" -;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" -;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/paragraphs.el" -;;;;;; "textmodes/page.el" "textmodes/page-ext.el" "textmodes/bib-mode.el" -;;;;;; "term/wyse50.el" "term/vt420.el" "term/vt400.el" "term/vt320.el" -;;;;;; "term/vt300.el" "term/vt240.el" "term/vt220.el" "term/vt201.el" -;;;;;; "term/vt200.el" "term/vt125.el" "term/vt102.el" "term/vt100.el" -;;;;;; "term/tvi970.el" "term/sup-mouse.el" "term/sun.el" "term/news.el" -;;;;;; "term/mac-win.el" "term/lk201.el" "term/linux.el" "term/keyswap.el" -;;;;;; "term/iris-ansi.el" "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" -;;;;;; "term/AT386.el" "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" -;;;;;; "vcursor.el" "unused.el" "uniquify.el" "timezone.el" "tcp.el" -;;;;;; "subdirs.el" "soundex.el" "saveplace.el" "s-region.el" "regi.el" -;;;;;; "pcvs-parse.el" "paths.el" "patcomp.el" "mouse-drag.el" "mouse-copy.el" -;;;;;; "misc.el" "map-ynp.el" "kermit.el" "forms-pass.el" "forms-d2.el" -;;;;;; "env.el" "emacs-lock.el" "electric.el" "dos-w32.el" "dos-vars.el" -;;;;;; "dos-fns.el" "cus-dep.el" "cdl.el" "byte-run.el" "abbrev.el" -;;;;;; "abbrevlist.el" "allout.el" "buff-menu.el" "case-table.el" -;;;;;; "custom.el" "ediff-diff.el" "ediff-merg.el" "ediff-ptch.el" -;;;;;; "ediff-vers.el" "float-sup.el" "foldout.el" "format.el" "pcvs-info.el" -;;;;;; "pcvs-util.el" "select.el" "vc-hooks.el" "version.el" "vt-control.el" -;;;;;; "xml.el" "xscheme.el" "term/internal.el" "textmodes/fill.el" -;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el" -;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" -;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp.el" -;;;;;; "emulation/edt-mapper.el" "emulation/tpu-mapper.el" "emulation/viper-cmd.el" -;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el" -;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "eshell/em-ls.el" -;;;;;; "eshell/esh-groups.el" "gnus/gnus-cite.el" "gnus/gnus-sum.el" -;;;;;; "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el" "gnus/nnmail.el" -;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el" "calc/calc-maint.el" -;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el" -;;;;;; "international/iso-insert.el" "international/mule-conf.el" -;;;;;; "international/mule.el" "international/ogonek.el" "international/utf-8-subst.el" -;;;;;; "international/utf-8.el" "language/chinese.el" "language/cyrillic.el" -;;;;;; "language/czech.el" "language/european.el" "language/georgian.el" -;;;;;; "language/greek.el" "language/hebrew.el" "language/indian.el" -;;;;;; "language/japanese.el" "language/korean.el" "language/lao.el" -;;;;;; "language/slovak.el" "language/thai.el" "language/tibetan.el" -;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "mail/mh-pick.el" -;;;;;; "obsolete/cplus-md.el" "obsolete/hilit19.el" "obsolete/mlsupport.el" -;;;;;; "cus-load.el" "frame.el" "generic-x.el" "loadup.el" "mouse.el" -;;;;;; "replace.el" "scroll-bar.el" "tempo.el" "w32-fns.el" "calendar/parse-time.el" -;;;;;; "emacs-lisp/cl-seq.el" "eshell/esh-cmd.el" "net/eudc-vars.el" -;;;;;; "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-ph.el" -;;;;;; "net/ldap.el" "term/pc-win.el" "term/rxvt.el" "term/tty-colors.el" -;;;;;; "term/w32-win.el" "term/x-win.el" "term/xterm.el" "bindings.el" -;;;;;; "cus-start.el" "register.el" "textmodes/text-mode.el") (15468 -;;;;;; 8479 531385)) +;;;### (autoloads nil nil ("language/vietnamese.el" "language/thai.el" +;;;;;; "language/romanian.el" "language/hebrew.el" "language/greek.el" +;;;;;; "language/chinese.el" "international/mule.el" "international/mule-cmds.el" +;;;;;; "international/characters.el" "cus-start.el" "case-table.el" +;;;;;; "language/japanese.el" "gnus/mm-util.el" "files.el" "language/utf-8-lang.el" +;;;;;; "language/korean.el" "international/ja-dic-utl.el" "eshell/esh-groups.el" +;;;;;; "textmodes/text-mode.el" "register.el" "term/xterm.el" "term/x-win.el" +;;;;;; "term/tty-colors.el" "term/rxvt.el" "term/pc-win.el" "net/ldap.el" +;;;;;; "net/eudcb-ph.el" "net/eudcb-ldap.el" "net/eudcb-bbdb.el" +;;;;;; "net/eudc-vars.el" "emacs-lisp/cl-seq.el" "calendar/parse-time.el" +;;;;;; "w32-fns.el" "scroll-bar.el" "mouse.el" "generic-x.el" "cus-load.el" +;;;;;; "obsolete/mlsupport.el" "obsolete/hilit19.el" "obsolete/cplus-md.el" +;;;;;; "mail/mh-pick.el" "language/georgian.el" "international/ogonek.el" +;;;;;; "international/iso-insert.el" "calc/calc-mtx.el" "calc/calc-math.el" +;;;;;; "calc/calc-forms.el" "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" +;;;;;; "gnus/mailcap.el" "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" +;;;;;; "emulation/viper-mous.el" "emulation/viper-macs.el" "emulation/viper-keym.el" +;;;;;; "emulation/viper-init.el" "emulation/viper-ex.el" "emulation/viper-cmd.el" +;;;;;; "emulation/tpu-mapper.el" "emulation/edt-mapper.el" "emacs-lisp/lisp-mnt.el" +;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/ewoc.el" "emacs-lisp/cl-macs.el" +;;;;;; "emacs-lisp/authors.el" "textmodes/reftex-global.el" "textmodes/makeinfo.el" +;;;;;; "textmodes/fill.el" "term/internal.el" "xscheme.el" "xml.el" +;;;;;; "vt-control.el" "select.el" "pcvs-util.el" "pcvs-info.el" +;;;;;; "foldout.el" "float-sup.el" "ediff-vers.el" "ediff-ptch.el" +;;;;;; "ediff-merg.el" "ediff-diff.el" "custom.el" "buff-menu.el" +;;;;;; "allout.el" "abbrevlist.el" "abbrev.el" "byte-run.el" "cdl.el" +;;;;;; "cus-dep.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "electric.el" +;;;;;; "emacs-lock.el" "env.el" "forms-d2.el" "forms-pass.el" "kermit.el" +;;;;;; "map-ynp.el" "misc.el" "mouse-copy.el" "mouse-drag.el" "patcomp.el" +;;;;;; "pcvs-parse.el" "regi.el" "s-region.el" "saveplace.el" "soundex.el" +;;;;;; "tcp.el" "timezone.el" "uniquify.el" "unused.el" "vcursor.el" +;;;;;; "vms-patch.el" "vmsproc.el" "vt100-led.el" "widget.el" "term/AT386.el" +;;;;;; "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" "term/iris-ansi.el" +;;;;;; "term/keyswap.el" "term/linux.el" "term/lk201.el" "term/news.el" +;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tvi970.el" "term/vt100.el" +;;;;;; "term/vt102.el" "term/vt125.el" "term/vt200.el" "term/vt201.el" +;;;;;; "term/vt220.el" "term/vt240.el" "term/vt300.el" "term/vt320.el" +;;;;;; "term/vt400.el" "term/vt420.el" "term/wyse50.el" "textmodes/bib-mode.el" +;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/refbib.el" +;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" +;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" +;;;;;; "textmodes/reftex-vars.el" "calendar/cal-china.el" "calendar/cal-coptic.el" +;;;;;; "calendar/cal-french.el" "calendar/cal-islam.el" "calendar/cal-iso.el" +;;;;;; "calendar/cal-julian.el" "calendar/cal-mayan.el" "calendar/cal-move.el" +;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el" +;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" +;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" "emacs-lisp/float.el" +;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/levents.el" "emacs-lisp/lmenu.el" +;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lucid.el" "emacs-lisp/sregex.el" +;;;;;; "emulation/edt-lk201.el" "emulation/edt-pc.el" "emulation/edt-vt100.el" +;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-script.el" +;;;;;; "eshell/em-term.el" "eshell/em-xtra.el" "eshell/esh-arg.el" +;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el" +;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "gnus/flow-fill.el" +;;;;;; "gnus/format-spec.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el" +;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-draft.el" +;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el" +;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el" +;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el" +;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el" +;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el" +;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el" +;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/messcompat.el" +;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/nnagent.el" +;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" +;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el" +;;;;;; "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnoo.el" "gnus/nnslashdot.el" +;;;;;; "gnus/nnultimate.el" "gnus/nnvirtual.el" "gnus/nnwarchive.el" +;;;;;; "gnus/nnweb.el" "gnus/pop3.el" "gnus/qp.el" "gnus/rfc1843.el" +;;;;;; "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el" "gnus/rfc2231.el" +;;;;;; "gnus/starttls.el" "gnus/utf7.el" "gnus/webmail.el" "calc/calc-aent.el" +;;;;;; "calc/calc-alg.el" "calc/calc-arith.el" "calc/calc-bin.el" +;;;;;; "calc/calc-comb.el" "calc/calc-cplx.el" "calc/calc-embed.el" +;;;;;; "calc/calc-fin.el" "calc/calc-frac.el" "calc/calc-funcs.el" +;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el" +;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-map.el" +;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-poly.el" +;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el" +;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el" +;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-undo.el" +;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el" +;;;;;; "calc/calccomp.el" "calc/calcsel2.el" "international/iso-ascii.el" +;;;;;; "international/iso-swed.el" "international/swedish.el" "language/devanagari.el" +;;;;;; "language/ethiopic.el" "language/misc-lang.el" "mail/blessmail.el" +;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mh-funcs.el" +;;;;;; "mail/mh-seq.el" "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" +;;;;;; "mail/vms-pmail.el" "obsolete/c-mode.el" "obsolete/ooutline.el" +;;;;;; "obsolete/profile.el" "obsolete/rnews.el" "obsolete/sc.el" +;;;;;; "obsolete/sun-curs.el" "obsolete/sun-fns.el" "obsolete/uncompress.el" +;;;;;; "obsolete/x-apollo.el" "obsolete/x-menu.el" "play/gametree.el" +;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/ada-xref.el" +;;;;;; "progmodes/cc-align.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" +;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el" +;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-iso.el" +;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-rinfo.el" +;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "emacs-lisp/lisp-mode.el" +;;;;;; "term/sun-mouse.el" "ediff-hook.el" "ediff-init.el" "ediff-wind.el" +;;;;;; "finder-inf.el" "indent.el" "startup.el" "window.el" "calendar/cal-menu.el" +;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el" +;;;;;; "play/gamegrid.el" "bindings.el" "faces.el" "frame.el" "help.el" +;;;;;; "isearch.el" "loadup.el" "menu-bar.el" "paths.el" "replace.el" +;;;;;; "simple.el" "subr.el" "tempo.el" "vc-hooks.el" "version.el" +;;;;;; "w32-vars.el" "calc/calc-macs.el" "calc/calc-maint.el" "calc/calcalg2.el" +;;;;;; "calc/calcalg3.el" "emacs-lisp/lisp.el" "eshell/em-alias.el" +;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el" +;;;;;; "eshell/em-hist.el" "eshell/em-pred.el" "eshell/em-prompt.el" +;;;;;; "eshell/em-rebind.el" "eshell/em-smart.el" "eshell/em-unix.el" +;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el" +;;;;;; "eshell/esh-var.el" "gnus/gnus-sum.el" "gnus/mail-source.el" +;;;;;; "gnus/mm-encode.el" "international/ja-dic-cnv.el" "international/latin-1.el" +;;;;;; "international/latin-2.el" "international/latin-3.el" "international/latin-4.el" +;;;;;; "international/latin-5.el" "international/latin-8.el" "international/latin-9.el" +;;;;;; "language/czech.el" "language/indian.el" "language/lao.el" +;;;;;; "language/slovak.el" "language/tibetan.el" "mail/uce.el" +;;;;;; "term/mac-win.el" "term/w32-win.el" "textmodes/paragraphs.el" +;;;;;; "textmodes/reftex-sel.el" "textmodes/texnfo-upd.el" "format.el" +;;;;;; "emacs-lisp/byte-opt.el" "language/cyrillic.el" "language/english.el" +;;;;;; "language/european.el" "subdirs.el" "international/mule-conf.el") +;;;;;; (15615 27730 560182)) ;;;*** -- 2.39.2