comparison lisp/loaddefs.el @ 28710:6efaa4627dee

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 25 Apr 2000 19:43:58 +0000
parents 9e9fa222ebcf
children 48df558593f9
comparison
equal deleted inserted replaced
28709:7606937fa891 28710:6efaa4627dee
3333 Toggle CRiSP emulation minor mode. 3333 Toggle CRiSP emulation minor mode.
3334 With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) 3334 With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil)
3335 3335
3336 ;;;*** 3336 ;;;***
3337 3337
3338 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
3339 ;;;;;; (14597 38419))
3340 ;;; Generated autoloads from emacs-lisp/crm.el
3341
3342 (autoload (quote completing-read-multiple) "crm" "\
3343 Read multiple strings in the minibuffer, with completion.
3344 By using this functionality, a user may specify multiple strings at a
3345 single prompt, optionally using completion.
3346
3347 Multiple strings are specified by separating each of the strings with
3348 a prespecified separator character. For example, if the separator
3349 character is a comma, the strings 'alice', 'bob', and 'eve' would be
3350 specified as 'alice,bob,eve'.
3351
3352 The default value for the separator character is the value of
3353 `crm-default-separator' (comma). The separator character may be
3354 changed by modifying the value of `crm-separator'.
3355
3356 Continguous strings of non-separator-characters are referred to as
3357 'elements'. In the aforementioned example, the elements are: 'alice',
3358 'bob', and 'eve'.
3359
3360 Completion is available on a per-element basis. For example, if the
3361 contents of the minibuffer are 'alice,bob,eve' and point is between
3362 'l' and 'i', pressing TAB operates on the element 'alice'.
3363
3364 The return value of this function is a list of the read strings.
3365
3366 See the documentation for `completing-read' for details on the arguments:
3367 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
3368 INHERIT-INPUT-METHOD." nil nil)
3369
3370 ;;;***
3371
3338 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all 3372 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all
3339 ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window 3373 ;;;;;; customize-save-customized custom-file customize-browse custom-buffer-create-other-window
3340 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces 3374 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
3341 ;;;;;; customize-apropos-options customize-apropos customize-saved 3375 ;;;;;; customize-apropos-options customize-apropos customize-saved
3342 ;;;;;; customize-customized customize-face-other-window customize-face 3376 ;;;;;; customize-customized customize-face-other-window customize-face
3343 ;;;;;; customize-option-other-window customize-changed-options customize-option 3377 ;;;;;; customize-option-other-window customize-changed-options customize-option
3344 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 3378 ;;;;;; customize-group-other-window customize-group customize customize-save-variable
3345 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3379 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3346 ;;;;;; (14558 7062)) 3380 ;;;;;; (14587 2634))
3347 ;;; Generated autoloads from cus-edit.el 3381 ;;; Generated autoloads from cus-edit.el
3348 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3382 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3349 3383
3350 (autoload (quote customize-set-value) "cus-edit" "\ 3384 (autoload (quote customize-set-value) "cus-edit" "\
3351 Set VARIABLE to VALUE. VALUE is a Lisp object. 3385 Set VARIABLE to VALUE. VALUE is a Lisp object.
3995 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil) 4029 (autoload (quote devanagari-decode-itrans-region) "devan-util" nil t nil)
3996 4030
3997 ;;;*** 4031 ;;;***
3998 4032
3999 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el" 4033 ;;;### (autoloads (diary-mail-entries diary) "diary-lib" "calendar/diary-lib.el"
4000 ;;;;;; (14523 49787)) 4034 ;;;;;; (14587 2634))
4001 ;;; Generated autoloads from calendar/diary-lib.el 4035 ;;; Generated autoloads from calendar/diary-lib.el
4002 4036
4003 (autoload (quote diary) "diary-lib" "\ 4037 (autoload (quote diary) "diary-lib" "\
4004 Generate the diary window for ARG days starting with the current date. 4038 Generate the diary window for ARG days starting with the current date.
4005 If no argument is provided, the number of days of diary entries is governed 4039 If no argument is provided, the number of days of diary entries is governed
4874 4908
4875 ;;;*** 4909 ;;;***
4876 4910
4877 ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace 4911 ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace
4878 ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree 4912 ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree
4879 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14577 4913 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14597
4880 ;;;;;; 54346)) 4914 ;;;;;; 60306))
4881 ;;; Generated autoloads from progmodes/ebrowse.el 4915 ;;; Generated autoloads from progmodes/ebrowse.el
4882 4916
4883 (autoload (quote ebrowse-tree-mode) "ebrowse" "\ 4917 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
4884 Major mode for Ebrowse class tree buffers. 4918 Major mode for Ebrowse class tree buffers.
4885 Each line corresponds to a class in a class tree. 4919 Each line corresponds to a class in a class tree.
4943 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 4977 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
4944 4978
4945 ;;;*** 4979 ;;;***
4946 4980
4947 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 4981 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
4948 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14576 25687)) 4982 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14583 8560))
4949 ;;; Generated autoloads from emacs-lisp/edebug.el 4983 ;;; Generated autoloads from emacs-lisp/edebug.el
4950 4984
4951 (defvar edebug-all-defs nil "\ 4985 (defvar edebug-all-defs nil "\
4952 *If non-nil, evaluation of any defining forms will instrument for Edebug. 4986 *If non-nil, evaluation of any defining forms will instrument for Edebug.
4953 This applies to `eval-defun', `eval-region', `eval-buffer', and 4987 This applies to `eval-defun', `eval-region', `eval-buffer', and
5498 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags 5532 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
5499 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file 5533 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
5500 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window 5534 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
5501 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table 5535 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
5502 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list 5536 ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list
5503 ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14551 5537 ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14597
5504 ;;;;;; 24244)) 5538 ;;;;;; 60154))
5505 ;;; Generated autoloads from progmodes/etags.el 5539 ;;; Generated autoloads from progmodes/etags.el
5506 5540
5507 (defvar tags-file-name nil "\ 5541 (defvar tags-file-name nil "\
5508 *File name of tags table. 5542 *File name of tags table.
5509 To switch to a new tags table, setting this variable is sufficient. 5543 To switch to a new tags table, setting this variable is sufficient.
7274 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) 7308 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil)
7275 7309
7276 ;;;*** 7310 ;;;***
7277 7311
7278 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" 7312 ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el"
7279 ;;;;;; (14517 9487)) 7313 ;;;;;; (14587 2634))
7280 ;;; Generated autoloads from gud.el 7314 ;;; Generated autoloads from gud.el
7281 7315
7282 (autoload (quote gdb) "gud" "\ 7316 (autoload (quote gdb) "gud" "\
7283 Run gdb on program FILE in buffer *gud-FILE*. 7317 Run gdb on program FILE in buffer *gud-FILE*.
7284 The directory containing FILE becomes the initial working directory 7318 The directory containing FILE becomes the initial working directory
7383 Provide help for current mode." t nil) 7417 Provide help for current mode." t nil)
7384 7418
7385 ;;;*** 7419 ;;;***
7386 7420
7387 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 7421 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
7388 ;;;;;; "hexl.el" (14335 43064)) 7422 ;;;;;; "hexl.el" (14589 54862))
7389 ;;; Generated autoloads from hexl.el 7423 ;;; Generated autoloads from hexl.el
7390 7424
7391 (autoload (quote hexl-mode) "hexl" "\ 7425 (autoload (quote hexl-mode) "hexl" "\
7392 \\<hexl-mode-map>A mode for editing binary files in hex dump format. 7426 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
7393 This is not an ordinary major mode; it alters some aspects 7427 This is not an ordinary major mode; it alters some aspects
8203 for more information." t nil) 8237 for more information." t nil)
8204 8238
8205 ;;;*** 8239 ;;;***
8206 8240
8207 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el" 8241 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
8208 ;;;;;; (13898 16429)) 8242 ;;;;;; (14589 55732))
8209 ;;; Generated autoloads from progmodes/inf-lisp.el 8243 ;;; Generated autoloads from progmodes/inf-lisp.el
8210 8244
8211 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\ 8245 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
8212 *What not to save on inferior Lisp's input history. 8246 *What not to save on inferior Lisp's input history.
8213 Input matching this regexp is not saved on the input history in Inferior Lisp 8247 Input matching this regexp is not saved on the input history in Inferior Lisp
8255 (defalias (quote run-lisp) (quote inferior-lisp)) 8289 (defalias (quote run-lisp) (quote inferior-lisp))
8256 8290
8257 ;;;*** 8291 ;;;***
8258 8292
8259 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node 8293 ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
8260 ;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window) 8294 ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
8261 ;;;;;; "info" "info.el" (14544 60288)) 8295 ;;;;;; info info-other-window) "info" "info.el" (14581 64356))
8262 ;;; Generated autoloads from info.el 8296 ;;; Generated autoloads from info.el
8263 8297
8264 (autoload (quote info-other-window) "info" "\ 8298 (autoload (quote info-other-window) "info" "\
8265 Like `info' but show the Info buffer in another window." t nil) 8299 Like `info' but show the Info buffer in another window." t nil)
8266 (add-hook 'same-window-buffer-names "*info*") 8300 (add-hook 'same-window-buffer-names "*info*")
8281 8315
8282 (autoload (quote info-standalone) "info" "\ 8316 (autoload (quote info-standalone) "info" "\
8283 Run Emacs as a standalone Info reader. 8317 Run Emacs as a standalone Info reader.
8284 Usage: emacs -f info-standalone [filename] 8318 Usage: emacs -f info-standalone [filename]
8285 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil) 8319 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." nil nil)
8320
8321 (autoload (quote Info-directory) "info" "\
8322 Go to the Info directory node." t nil)
8286 8323
8287 (autoload (quote Info-goto-emacs-command-node) "info" "\ 8324 (autoload (quote Info-goto-emacs-command-node) "info" "\
8288 Go to the Info node in the Emacs manual for command COMMAND. 8325 Go to the Info node in the Emacs manual for command COMMAND.
8289 The command is found by looking up in Emacs manual's Command Index 8326 The command is found by looking up in Emacs manual's Command Index
8290 or in another manual found via COMMAND's `info-file' property or 8327 or in another manual found via COMMAND's `info-file' property or
8499 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag 8536 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag
8500 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 8537 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
8501 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 8538 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
8502 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 8539 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
8503 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 8540 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
8504 ;;;;;; (14457 51532)) 8541 ;;;;;; (14587 2706))
8505 ;;; Generated autoloads from textmodes/ispell.el 8542 ;;; Generated autoloads from textmodes/ispell.el
8506 8543
8507 (defconst ispell-xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ 8544 (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
8508 Non nil if using XEmacs.") 8545 Non nil if using XEmacs.")
8509 8546
8510 (defconst ispell-version18p (string-match "18\\.[0-9]+\\.[0-9]+" emacs-version) "\ 8547 (defconst version18p (string-match "18\\.[0-9]+\\.[0-9]+" emacs-version) "\
8511 Non nil if using emacs version 18.") 8548 Non nil if using emacs version 18.")
8512 8549
8513 (defconst ispell-version20p (string-match "20\\.[0-9]+\\.[0-9]+" emacs-version) "\ 8550 (defconst version20p (string-match "20\\.[0-9]+\\.[0-9]+" emacs-version) "\
8514 Non nil if using emacs version 20.") 8551 Non nil if using emacs version 20.")
8515 8552
8516 (defvar ispell-personal-dictionary nil "\ 8553 (defvar ispell-personal-dictionary nil "\
8517 *File name of your personal spelling dictionary, or nil. 8554 *File name of your personal spelling dictionary, or nil.
8518 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 8555 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
8520 8557
8521 (defvar ispell-local-dictionary-alist nil "\ 8558 (defvar ispell-local-dictionary-alist nil "\
8522 *Contains local or customized dictionary definitions. 8559 *Contains local or customized dictionary definitions.
8523 See `ispell-dictionary-alist'.") 8560 See `ispell-dictionary-alist'.")
8524 8561
8525 (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasiliano" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))) 8562 (setq ispell-dictionary-alist-1 (quote ((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil ("-d" "brasileiro") nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[---]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1))))
8526 8563
8527 (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))) 8564 (setq ispell-dictionary-alist-2 (quote (("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B" "-d" "czech") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1))))
8528 8565
8529 (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[---']" t nil "~list" iso-8859-1)))) 8566 (setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[---']" t nil "~list" iso-8859-1))))
8530 8567
8588 (defvar ispell-menu-xemacs nil "\ 8625 (defvar ispell-menu-xemacs nil "\
8589 Spelling menu for XEmacs. 8626 Spelling menu for XEmacs.
8590 If nil when package is loaded, a standard menu will be set, 8627 If nil when package is loaded, a standard menu will be set,
8591 and added as a submenu of the \"Edit\" menu.") 8628 and added as a submenu of the \"Edit\" menu.")
8592 8629
8593 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not ispell-version18p) (not ispell-xemacsp) (quote reload))) 8630 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not version18p) (not xemacsp) (quote reload)))
8594 8631
8595 (if ispell-menu-map-needed (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" (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)) (list (quote lambda) nil (quote (interactive)) (list (quote ispell-change-dictionary) name))))))))) 8632 (if ispell-menu-map-needed (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)))))))))
8596 8633
8597 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] (quote ("Change Dictionary" . ispell-change-dictionary))) (define-key ispell-menu-map [ispell-kill-ispell] (quote ("Kill Process" . ispell-kill-ispell))) (define-key ispell-menu-map [ispell-pdict-save] (quote ("Save Dictionary" lambda nil (interactive) (ispell-pdict-save t t)))) (define-key ispell-menu-map [ispell-complete-word] (quote ("Complete Word" . ispell-complete-word))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote ("Complete Word Frag" . ispell-complete-word-interior-frag))))) 8634 (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 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")))))
8598 8635
8599 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote ("Continue Check" . ispell-continue))) (define-key ispell-menu-map [ispell-word] (quote ("Check Word" . ispell-word))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote ("Check Comments" . ispell-comments-and-strings))) (define-key ispell-menu-map [ispell-region] (quote ("Check Region" . ispell-region))) (define-key ispell-menu-map [ispell-buffer] (quote ("Check Buffer" . ispell-buffer))))) 8636 (if ispell-menu-map-needed (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)))))) (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")))))
8600 8637
8601 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-message] (quote ("Check Message" . ispell-message))) (define-key ispell-menu-map [ispell-help] (quote ("Help" lambda nil (interactive) (describe-function (quote ispell-help))))) (put (quote ispell-region) (quote menu-enable) (quote mark-active)) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map))))) 8638 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map)))))
8602 8639
8603 (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(/\\|\\(\\(\\w\\|-\\)+[.:@]\\)\\)\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+"))) "\ 8640 (defvar ispell-skip-region-alist (quote ((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(/\\|\\(\\(\\w\\|-\\)+[.:@]\\)\\)\\(\\w\\|-\\)*\\([.:/@]+\\(\\w\\|-\\|~\\)+\\)+"))) "\
8604 Alist expressing beginning and end of regions not to spell check. 8641 Alist expressing beginning and end of regions not to spell check.
8605 The alist key must be a regular expression. 8642 The alist key must be a regular expression.
8606 Valid forms include: 8643 Valid forms include:
8737 8774
8738 ;;;*** 8775 ;;;***
8739 8776
8740 ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer 8777 ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer
8741 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings 8778 ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
8742 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14482 55434)) 8779 ;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14586 61846))
8743 ;;; Generated autoloads from iswitchb.el 8780 ;;; Generated autoloads from iswitchb.el
8744 8781
8745 (autoload (quote iswitchb-read-buffer) "iswitchb" "\ 8782 (autoload (quote iswitchb-read-buffer) "iswitchb" "\
8746 Replacement for the built-in `read-buffer'. 8783 Replacement for the built-in `read-buffer'.
8747 Return the name of a buffer selected. 8784 Return the name of a buffer selected.
9594 Make a summary of current key bindings in the buffer *Summary*. 9631 Make a summary of current key bindings in the buffer *Summary*.
9595 Previous contents of that buffer are killed first." t nil) 9632 Previous contents of that buffer are killed first." t nil)
9596 9633
9597 ;;;*** 9634 ;;;***
9598 9635
9599 ;;;### (autoloads (man-follow man) "man" "man.el" (14570 21850)) 9636 ;;;### (autoloads (man-follow man) "man" "man.el" (14583 33482))
9600 ;;; Generated autoloads from man.el 9637 ;;; Generated autoloads from man.el
9601 9638
9602 (defalias (quote manual-entry) (quote man)) 9639 (defalias (quote manual-entry) (quote man))
9603 9640
9604 (autoload (quote man) "man" "\ 9641 (autoload (quote man) "man" "\
11088 ;;;*** 11125 ;;;***
11089 11126
11090 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize 11127 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-initialize
11091 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font 11128 ;;;;;; ps-mule-plot-composition ps-mule-plot-string ps-mule-set-ascii-font
11092 ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule" 11129 ;;;;;; ps-mule-prepare-ascii-font ps-multibyte-buffer) "ps-mule"
11093 ;;;;;; "ps-mule.el" (14454 81)) 11130 ;;;;;; "ps-mule.el" (14588 21278))
11094 ;;; Generated autoloads from ps-mule.el 11131 ;;; Generated autoloads from ps-mule.el
11095 11132
11096 (defvar ps-multibyte-buffer nil "\ 11133 (defvar ps-multibyte-buffer nil "\
11097 *Specifies the multi-byte buffer handling. 11134 *Specifies the multi-byte buffer handling.
11098 11135
11185 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 11222 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
11186 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 11223 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
11187 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 11224 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
11188 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 11225 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
11189 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 11226 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
11190 ;;;;;; "ps-print.el" (14563 18761)) 11227 ;;;;;; "ps-print.el" (14584 21532))
11191 ;;; Generated autoloads from ps-print.el 11228 ;;; Generated autoloads from ps-print.el
11192 11229
11193 (defvar ps-paper-type (quote letter) "\ 11230 (defvar ps-paper-type (quote letter) "\
11194 *Specify the size of paper to format for. 11231 *Specify the size of paper to format for.
11195 Should be one of the paper types defined in `ps-page-dimensions-database', for 11232 Should be one of the paper types defined in `ps-page-dimensions-database', for
12249 12286
12250 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder 12287 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
12251 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp 12288 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
12252 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary 12289 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
12253 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) 12290 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
12254 ;;;;;; "rmailsum" "mail/rmailsum.el" (14568 47126)) 12291 ;;;;;; "rmailsum" "mail/rmailsum.el" (14597 48840))
12255 ;;; Generated autoloads from mail/rmailsum.el 12292 ;;; Generated autoloads from mail/rmailsum.el
12256 12293
12257 (defvar rmail-summary-scroll-between-messages t "\ 12294 (defvar rmail-summary-scroll-between-messages t "\
12258 *Non-nil means Rmail summary scroll commands move between messages.") 12295 *Non-nil means Rmail summary scroll commands move between messages.")
12259 12296
12442 12479
12443 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 12480 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
12444 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to 12481 ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
12445 ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers 12482 ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers
12446 ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 12483 ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
12447 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14532 62968)) 12484 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14588 18519))
12448 ;;; Generated autoloads from mail/sendmail.el 12485 ;;; Generated autoloads from mail/sendmail.el
12449 12486
12450 (defvar mail-from-style (quote angles) "\ 12487 (defvar mail-from-style (quote angles) "\
12451 *Specifies how \"From:\" fields look. 12488 *Specifies how \"From:\" fields look.
12452 12489
13322 From a program takes two point or marker arguments, BEG and END." t nil) 13359 From a program takes two point or marker arguments, BEG and END." t nil)
13323 13360
13324 ;;;*** 13361 ;;;***
13325 13362
13326 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 13363 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
13327 ;;;;;; "speedbar.el" (14403 56247)) 13364 ;;;;;; "speedbar.el" (14597 45194))
13328 ;;; Generated autoloads from speedbar.el 13365 ;;; Generated autoloads from speedbar.el
13329 13366
13330 (defalias (quote speedbar) (quote speedbar-frame-mode)) 13367 (defalias (quote speedbar) (quote speedbar-frame-mode))
13331 13368
13332 (autoload (quote speedbar-frame-mode) "speedbar" "\ 13369 (autoload (quote speedbar-frame-mode) "speedbar" "\
14068 if large. You can use Info-split to do this manually." t nil) 14105 if large. You can use Info-split to do this manually." t nil)
14069 14106
14070 ;;;*** 14107 ;;;***
14071 14108
14072 ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el" 14109 ;;;### (autoloads (texinfo-mode) "texinfo" "textmodes/texinfo.el"
14073 ;;;;;; (14536 60906)) 14110 ;;;;;; (14587 10351))
14074 ;;; Generated autoloads from textmodes/texinfo.el 14111 ;;; Generated autoloads from textmodes/texinfo.el
14075 14112
14076 (autoload (quote texinfo-mode) "texinfo" "\ 14113 (autoload (quote texinfo-mode) "texinfo" "\
14077 Major mode for editing Texinfo files. 14114 Major mode for editing Texinfo files.
14078 14115
14135 `@chapter' or `@section' line. 14172 `@chapter' or `@section' line.
14136 14173
14137 If the file has a `top' node, it must be called `top' or `Top' and 14174 If the file has a `top' node, it must be called `top' or `Top' and
14138 be the first node in the file. 14175 be the first node in the file.
14139 14176
14140 Entering Texinfo mode calls the value of text-mode-hook, and then the 14177 Entering Texinfo mode calls the value of `text-mode-hook', and then the
14141 value of texinfo-mode-hook." t nil) 14178 value of `texinfo-mode-hook'." t nil)
14142 14179
14143 ;;;*** 14180 ;;;***
14144 14181
14145 ;;;### (autoloads (texinfo-sequential-node-update texinfo-every-node-update 14182 ;;;### (autoloads (texinfo-sequential-node-update texinfo-every-node-update
14146 ;;;;;; texinfo-update-node) "texnfo-upd" "textmodes/texnfo-upd.el" 14183 ;;;;;; texinfo-update-node) "texnfo-upd" "textmodes/texnfo-upd.el"
14555 to a tcp server on another machine." nil nil) 14592 to a tcp server on another machine." nil nil)
14556 14593
14557 ;;;*** 14594 ;;;***
14558 14595
14559 ;;;### (autoloads (trace-function-background trace-function trace-buffer) 14596 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
14560 ;;;;;; "trace" "emacs-lisp/trace.el" (13607 52440)) 14597 ;;;;;; "trace" "emacs-lisp/trace.el" (14583 8560))
14561 ;;; Generated autoloads from emacs-lisp/trace.el 14598 ;;; Generated autoloads from emacs-lisp/trace.el
14562 14599
14563 (defvar trace-buffer "*trace-output*" "\ 14600 (defvar trace-buffer "*trace-output*" "\
14564 *Trace output will by default go to that buffer.") 14601 *Trace output will by default go to that buffer.")
14565 14602