comparison lisp/loaddefs.el @ 28523:47e1a131eef3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 09 Apr 2000 11:15:57 +0000
parents 156a858432c4
children e17da1f43396
comparison
equal deleted inserted replaced
28522:7fcfdde7365a 28523:47e1a131eef3
117 ;;;*** 117 ;;;***
118 118
119 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode 119 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
120 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log 120 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
121 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name) 121 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name)
122 ;;;;;; "add-log" "add-log.el" (14525 5303)) 122 ;;;;;; "add-log" "add-log.el" (14565 55609))
123 ;;; Generated autoloads from add-log.el 123 ;;; Generated autoloads from add-log.el
124 124
125 (defvar add-log-full-name nil "\ 125 (defvar add-log-full-name nil "\
126 *Full name of user, for inclusion in ChangeLog daily headers. 126 *Full name of user, for inclusion in ChangeLog daily headers.
127 This defaults to the value returned by the function `user-full-name'.") 127 This defaults to the value returned by the function `user-full-name'.")
190 190
191 (autoload (quote add-log-current-defun) "add-log" "\ 191 (autoload (quote add-log-current-defun) "add-log" "\
192 Return name of function definition point is in, or nil. 192 Return name of function definition point is in, or nil.
193 193
194 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...), 194 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
195 Texinfo (@node titles), Perl, and Fortran. 195 Texinfo (@node titles) and Perl.
196 196
197 Other modes are handled by a heuristic that looks in the 10K before 197 Other modes are handled by a heuristic that looks in the 10K before
198 point for uppercase headings starting in the first column or 198 point for uppercase headings starting in the first column or
199 identifiers followed by `:' or `=', see variables 199 identifiers followed by `:' or `='. See variables
200 `add-log-current-defun-header-regexp' and 200 `add-log-current-defun-header-regexp' and
201 `add-log-current-defun-function' 201 `add-log-current-defun-function'
202 202
203 Has a preference of looking backwards." nil nil) 203 Has a preference of looking backwards." nil nil)
204 204
415 ;;;*** 415 ;;;***
416 416
417 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 417 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
418 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 418 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
419 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 419 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
420 ;;;;;; "appt" "calendar/appt.el" (14517 9487)) 420 ;;;;;; "appt" "calendar/appt.el" (14563 8413))
421 ;;; Generated autoloads from calendar/appt.el 421 ;;; Generated autoloads from calendar/appt.el
422 422
423 (defvar appt-issue-message t "\ 423 (defvar appt-issue-message t "\
424 *Non-nil means check for appointments in the diary buffer. 424 *Non-nil means check for appointments in the diary buffer.
425 To be detected, the diary entry must have the time 425 To be detected, the diary entry must have the time
446 (defvar appt-display-diary t "\ 446 (defvar appt-display-diary t "\
447 *Non-nil means to display the next days diary on the screen. 447 *Non-nil means to display the next days diary on the screen.
448 This will occur at midnight when the appointment list is updated.") 448 This will occur at midnight when the appointment list is updated.")
449 449
450 (autoload (quote appt-add) "appt" "\ 450 (autoload (quote appt-add) "appt" "\
451 Add an appointment for the day at TIME and issue MESSAGE. 451 Add an appointment for the day at NEW-APPT-TIME and issue message NEW-APPT-MSG.
452 The time should be in either 24 hour format or am/pm format." t nil) 452 The time should be in either 24 hour format or am/pm format." t nil)
453 453
454 (autoload (quote appt-delete) "appt" "\ 454 (autoload (quote appt-delete) "appt" "\
455 Delete an appointment from the list of appointments." t nil) 455 Delete an appointment from the list of appointments." t nil)
456 456
457 (autoload (quote appt-make-list) "appt" nil nil nil) 457 (autoload (quote appt-make-list) "appt" "\
458 Create the appointments list from todays diary buffer.
459 The time must be at the beginning of a line for it to be
460 put in the appointments list.
461 02/23/89
462 12:00pm lunch
463 Wednesday
464 10:00am group meeting
465 We assume that the variables DATE and NUMBER
466 hold the arguments that `list-diary-entries' received.
467 They specify the range of dates that the diary is being processed for." nil nil)
458 468
459 ;;;*** 469 ;;;***
460 470
461 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command 471 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command
462 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411 472 ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411
663 673
664 ;;;*** 674 ;;;***
665 675
666 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories 676 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
667 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 677 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
668 ;;;;;; (14398 37513)) 678 ;;;;;; (14563 8438))
669 ;;; Generated autoloads from emacs-lisp/autoload.el 679 ;;; Generated autoloads from emacs-lisp/autoload.el
670 680
671 (autoload (quote update-file-autoloads) "autoload" "\ 681 (autoload (quote update-file-autoloads) "autoload" "\
672 Update the autoloads for FILE in `generated-autoload-file' 682 Update the autoloads for FILE in `generated-autoload-file'
673 \(which FILE might bind in its local variables)." t nil) 683 \(which FILE might bind in its local variables)." t nil)
1308 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse 1318 ;;;;;; browse-url-mosaic browse-url-netscape browse-url-at-mouse
1309 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file 1319 ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file
1310 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1320 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1311 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p 1321 ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p
1312 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" 1322 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
1313 ;;;;;; (14554 2050)) 1323 ;;;;;; (14558 23455))
1314 ;;; Generated autoloads from net/browse-url.el 1324 ;;; Generated autoloads from net/browse-url.el
1315 1325
1316 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ 1326 (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
1317 *Function to display the current buffer in a WWW browser. 1327 *Function to display the current buffer in a WWW browser.
1318 This is used by the `browse-url-at-point', `browse-url-at-mouse', and 1328 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
1544 ;;;*** 1554 ;;;***
1545 1555
1546 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1556 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1547 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1557 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1548 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1558 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1549 ;;;;;; "emacs-lisp/bytecomp.el" (14547 29523)) 1559 ;;;;;; "emacs-lisp/bytecomp.el" (14564 35790))
1550 ;;; Generated autoloads from emacs-lisp/bytecomp.el 1560 ;;; Generated autoloads from emacs-lisp/bytecomp.el
1551 1561
1552 (autoload (quote byte-force-recompile) "bytecomp" "\ 1562 (autoload (quote byte-force-recompile) "bytecomp" "\
1553 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 1563 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
1554 Files in subdirectories of DIRECTORY are processed also." t nil) 1564 Files in subdirectories of DIRECTORY are processed also." t nil)
2716 ;;;*** 2726 ;;;***
2717 2727
2718 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 2728 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
2719 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 2729 ;;;;;; compilation-mode grep-find grep compile compilation-search-path
2720 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 2730 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
2721 ;;;;;; "compile" "progmodes/compile.el" (14440 46010)) 2731 ;;;;;; "compile" "progmodes/compile.el" (14569 2479))
2722 ;;; Generated autoloads from progmodes/compile.el 2732 ;;; Generated autoloads from progmodes/compile.el
2723 2733
2724 (defvar compilation-mode-hook nil "\ 2734 (defvar compilation-mode-hook nil "\
2725 *List of hook functions run by `compilation-mode' (see `run-hooks').") 2735 *List of hook functions run by `compilation-mode' (see `run-hooks').")
2726 2736
3287 `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil) 3297 `cperl-non-problems', `cperl-praise', `cperl-speed'." t nil)
3288 3298
3289 ;;;*** 3299 ;;;***
3290 3300
3291 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" 3301 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
3292 ;;;;;; (13826 9529)) 3302 ;;;;;; (14568 36509))
3293 ;;; Generated autoloads from progmodes/cpp.el 3303 ;;; Generated autoloads from progmodes/cpp.el
3294 3304
3295 (autoload (quote cpp-highlight-buffer) "cpp" "\ 3305 (autoload (quote cpp-highlight-buffer) "cpp" "\
3296 Highlight C code according to preprocessor conditionals. 3306 Highlight C code according to preprocessor conditionals.
3297 This command pops up a buffer which you should edit to specify 3307 This command pops up a buffer which you should edit to specify
3331 ;;;;;; customize-apropos-options customize-apropos customize-saved 3341 ;;;;;; customize-apropos-options customize-apropos customize-saved
3332 ;;;;;; customize-customized customize-face-other-window customize-face 3342 ;;;;;; customize-customized customize-face-other-window customize-face
3333 ;;;;;; customize-option-other-window customize-changed-options customize-option 3343 ;;;;;; customize-option-other-window customize-changed-options customize-option
3334 ;;;;;; customize-group-other-window customize-group customize customize-save-variable 3344 ;;;;;; customize-group-other-window customize-group customize customize-save-variable
3335 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" 3345 ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
3336 ;;;;;; (14552 48684)) 3346 ;;;;;; (14558 7062))
3337 ;;; Generated autoloads from cus-edit.el 3347 ;;; Generated autoloads from cus-edit.el
3338 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 3348 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
3339 3349
3340 (autoload (quote customize-set-value) "cus-edit" "\ 3350 (autoload (quote customize-set-value) "cus-edit" "\
3341 Set VARIABLE to VALUE. VALUE is a Lisp object. 3351 Set VARIABLE to VALUE. VALUE is a Lisp object.
3580 If the argument is nil, we return the display table to its standard state." t nil) 3590 If the argument is nil, we return the display table to its standard state." t nil)
3581 3591
3582 ;;;*** 3592 ;;;***
3583 3593
3584 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 3594 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
3585 ;;;;;; (14385 24830)) 3595 ;;;;;; (14568 46430))
3586 ;;; Generated autoloads from dabbrev.el 3596 ;;; Generated autoloads from dabbrev.el
3587 3597
3588 (define-key esc-map "/" (quote dabbrev-expand)) 3598 (define-key esc-map "/" (quote dabbrev-expand))
3589 3599
3590 (define-key esc-map [67108911] (quote dabbrev-completion)) 3600 (define-key esc-map [67108911] (quote dabbrev-completion))
4064 4074
4065 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window 4075 ;;;### (autoloads (dired-noselect dired-other-frame dired-other-window
4066 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4076 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4067 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4077 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4068 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4078 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4069 ;;;;;; "dired" "dired.el" (14522 27392)) 4079 ;;;;;; "dired" "dired.el" (14563 8348))
4070 ;;; Generated autoloads from dired.el 4080 ;;; Generated autoloads from dired.el
4071 4081
4072 (defvar dired-listing-switches "-al" "\ 4082 (defvar dired-listing-switches "-al" "\
4073 *Switches passed to `ls' for dired. MUST contain the `l' option. 4083 *Switches passed to `ls' for dired. MUST contain the `l' option.
4074 May contain all other options that don't contradict `-l'; 4084 May contain all other options that don't contradict `-l';
4623 been generated automatically, with a reference to the keymap." nil (quote macro)) 4633 been generated automatically, with a reference to the keymap." nil (quote macro))
4624 4634
4625 ;;;*** 4635 ;;;***
4626 4636
4627 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define 4637 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
4628 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14385 4638 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14574
4629 ;;;;;; 24854)) 4639 ;;;;;; 18612))
4630 ;;; Generated autoloads from emacs-lisp/easymenu.el 4640 ;;; Generated autoloads from emacs-lisp/easymenu.el
4631 4641
4632 (autoload (quote easy-menu-define) "easymenu" "\ 4642 (autoload (quote easy-menu-define) "easymenu" "\
4633 Define a menu bar submenu in maps MAPS, according to MENU. 4643 Define a menu bar submenu in maps MAPS, according to MENU.
4634 The menu keymap is stored in symbol SYMBOL, both as its value 4644 The menu keymap is stored in symbol SYMBOL, both as its value
4715 :selected SELECTED 4725 :selected SELECTED
4716 4726
4717 SELECTED is an expression; the checkbox or radio button is selected 4727 SELECTED is an expression; the checkbox or radio button is selected
4718 whenever this expression's value is non-nil. 4728 whenever this expression's value is non-nil.
4719 4729
4730 :help HELP
4731
4732 HELP is a string, the help to display for the menu item.
4733
4720 A menu item can be a string. Then that string appears in the menu as 4734 A menu item can be a string. Then that string appears in the menu as
4721 unselectable text. A string consisting solely of hyphens is displayed 4735 unselectable text. A string consisting solely of hyphens is displayed
4722 as a solid horizontal line. 4736 as a solid horizontal line.
4723 4737
4724 A menu item can be a list with the same format as MENU. This is a submenu." nil (quote macro)) 4738 A menu item can be a list with the same format as MENU. This is a submenu." nil (quote macro))
4858 4872
4859 It returns the old style symbol." t nil) 4873 It returns the old style symbol." t nil)
4860 4874
4861 ;;;*** 4875 ;;;***
4862 4876
4877 ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace
4878 ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree
4879 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14575
4880 ;;;;;; 54558))
4881 ;;; Generated autoloads from progmodes/ebrowse.el
4882
4883 (autoload (quote ebrowse-tree-mode) "ebrowse" "\
4884 Major mode for Ebrowse class tree buffers.
4885 Each line corresponds to a class in a class tree.
4886 Letters do not insert themselves, they are commands.
4887 File operations in the tree buffer work on class tree data structures.
4888 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
4889
4890 Tree mode key bindings:
4891 \\{ebrowse-tree-mode-map}" nil nil)
4892
4893 (autoload (quote ebrowse-electric-choose-tree) "ebrowse" "\
4894 Return a buffer containing a tree or nil if no tree found or canceled." t nil)
4895
4896 (autoload (quote ebrowse-tags-complete-symbol) "ebrowse" "Perform completion on the C++ symbol preceding point.\nA second call of this function without changing point inserts the next match. \nA call with prefix PREFIX reads the symbol to insert from the minibuffer with\ncompletion." t nil)
4897
4898 (autoload (quote ebrowse-tags-loop-continue) "ebrowse" "\
4899 Repeat last operation on files in tree.
4900 FIRST-TIME non-nil means this is not a repetition, but the first time.
4901 TREE-BUFFER if indirectly specifies which files to loop over." t nil)
4902
4903 (autoload (quote ebrowse-tags-query-replace) "ebrowse" "\
4904 Query replace FROM with TO in all files of a class tree.
4905 With prefix arg, process files of marked classes only." t nil)
4906
4907 (autoload (quote ebrowse-save-tree-as) "ebrowse" "\
4908 Write the current tree data structure to a file.
4909 Read the file name from the minibuffer if interactive.
4910 Otherwise, FILE-NAME specifies the file to save the tree in." t nil)
4911
4912 ;;;***
4913
4863 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 4914 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
4864 ;;;;;; (13778 5499)) 4915 ;;;;;; (13778 5499))
4865 ;;; Generated autoloads from ebuff-menu.el 4916 ;;; Generated autoloads from ebuff-menu.el
4866 4917
4867 (autoload (quote electric-buffer-list) "ebuff-menu" "\ 4918 (autoload (quote electric-buffer-list) "ebuff-menu" "\
4892 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) 4943 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
4893 4944
4894 ;;;*** 4945 ;;;***
4895 4946
4896 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms 4947 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
4897 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14482 54435)) 4948 ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14576 25687))
4898 ;;; Generated autoloads from emacs-lisp/edebug.el 4949 ;;; Generated autoloads from emacs-lisp/edebug.el
4899 4950
4900 (defvar edebug-all-defs nil "\ 4951 (defvar edebug-all-defs nil "\
4901 *If non-nil, evaluation of any defining forms will instrument for Edebug. 4952 *If non-nil, evaluation of any defining forms will instrument for Edebug.
4902 This applies to `eval-defun', `eval-region', `eval-buffer', and 4953 This applies to `eval-defun', `eval-region', `eval-buffer', and
6955 Some generic modes are defined in `generic-x.el'." t nil) 7006 Some generic modes are defined in `generic-x.el'." t nil)
6956 7007
6957 ;;;*** 7008 ;;;***
6958 7009
6959 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" 7010 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
6960 ;;;;;; (14480 59906)) 7011 ;;;;;; (14568 44804))
6961 ;;; Generated autoloads from progmodes/glasses.el 7012 ;;; Generated autoloads from progmodes/glasses.el
6962 7013
6963 (autoload (quote glasses-mode) "glasses" "\ 7014 (autoload (quote glasses-mode) "glasses" "\
6964 Minor mode for making identifiers likeThis readable. 7015 Minor mode for making identifiers likeThis readable.
6965 When this mode is active, it tries to add virtual separators (like underscores) 7016 When this mode is active, it tries to add virtual separators (like underscores)
8348 and a negative argument disables it." t nil) 8399 and a negative argument disables it." t nil)
8349 8400
8350 ;;;*** 8401 ;;;***
8351 8402
8352 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only 8403 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
8353 ;;;;;; iso-iso2duden iso-iso2gtex iso-gtex2iso iso-tex2iso iso-iso2tex 8404 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
8354 ;;;;;; iso-german iso-spanish) "iso-cvt" "international/iso-cvt.el" 8405 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
8355 ;;;;;; (13768 42838)) 8406 ;;;;;; "international/iso-cvt.el" (14564 29908))
8356 ;;; Generated autoloads from international/iso-cvt.el 8407 ;;; Generated autoloads from international/iso-cvt.el
8357 8408
8358 (autoload (quote iso-spanish) "iso-cvt" "\ 8409 (autoload (quote iso-spanish) "iso-cvt" "\
8359 Translate net conventions for Spanish to ISO 8859-1. 8410 Translate net conventions for Spanish to ISO 8859-1.
8360 The region between FROM and TO is translated using the table TRANS-TAB. 8411 The region between FROM and TO is translated using the table TRANS-TAB.
8392 `format-alist')." t nil) 8443 `format-alist')." t nil)
8393 8444
8394 (autoload (quote iso-iso2duden) "iso-cvt" "\ 8445 (autoload (quote iso-iso2duden) "iso-cvt" "\
8395 Translate ISO 8859-1 characters to German TeX sequences. 8446 Translate ISO 8859-1 characters to German TeX sequences.
8396 The region between FROM and TO is translated using the table TRANS-TAB. 8447 The region between FROM and TO is translated using the table TRANS-TAB.
8448 Optional arg BUFFER is ignored (so that the function can can be used in
8449 `format-alist')." t nil)
8450
8451 (autoload (quote iso-iso2sgml) "iso-cvt" "\
8452 Translate ISO 8859-1 characters in the region to SGML entities.
8453 The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
8454 Optional arg BUFFER is ignored (so that the function can can be used in
8455 `format-alist')." t nil)
8456
8457 (autoload (quote iso-sgml2iso) "iso-cvt" "\
8458 Translate SGML entities in the region to ISO 8859-1 characters.
8459 The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
8397 Optional arg BUFFER is ignored (so that the function can can be used in 8460 Optional arg BUFFER is ignored (so that the function can can be used in
8398 `format-alist')." t nil) 8461 `format-alist')." t nil)
8399 8462
8400 (autoload (quote iso-cvt-read-only) "iso-cvt" "\ 8463 (autoload (quote iso-cvt-read-only) "iso-cvt" "\
8401 Warn that format is read-only." t nil) 8464 Warn that format is read-only." t nil)
8763 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil) 8826 If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil nil)
8764 8827
8765 ;;;*** 8828 ;;;***
8766 8829
8767 ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" 8830 ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el"
8768 ;;;;;; (14550 5866)) 8831 ;;;;;; (14571 7073))
8769 ;;; Generated autoloads from jit-lock.el 8832 ;;; Generated autoloads from jit-lock.el
8770 8833
8771 (autoload (quote jit-lock-mode) "jit-lock" "\ 8834 (autoload (quote jit-lock-mode) "jit-lock" "\
8772 Toggle Just-in-time Lock mode. 8835 Toggle Just-in-time Lock mode.
8773 With arg, turn Just-in-time Lock mode on if and only if arg is positive. 8836 With arg, turn Just-in-time Lock mode on if and only if arg is positive.
8804 Unconditionally turn on Just-in-time Lock mode." nil nil) 8867 Unconditionally turn on Just-in-time Lock mode." nil nil)
8805 8868
8806 ;;;*** 8869 ;;;***
8807 8870
8808 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 8871 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
8809 ;;;;;; (14495 17985)) 8872 ;;;;;; (14568 39747))
8810 ;;; Generated autoloads from jka-compr.el 8873 ;;; Generated autoloads from jka-compr.el
8811 8874
8812 (defvar auto-compression-mode nil "\ 8875 (defvar auto-compression-mode nil "\
8813 Toggle automatic file compression and uncompression. 8876 Toggle automatic file compression and uncompression.
8814 Setting this variable directly does not take effect; 8877 Setting this variable directly does not take effect;
9055 is nil, raise an error." t nil) 9118 is nil, raise an error." t nil)
9056 9119
9057 ;;;*** 9120 ;;;***
9058 9121
9059 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" 9122 ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el"
9060 ;;;;;; (14396 4034)) 9123 ;;;;;; (14563 8348))
9061 ;;; Generated autoloads from locate.el 9124 ;;; Generated autoloads from locate.el
9062 9125
9063 (autoload (quote locate) "locate" "\ 9126 (autoload (quote locate) "locate" "\
9064 Run the program `locate', putting results in `*Locate*' buffer. 9127 Run the program `locate', putting results in `*Locate*' buffer.
9065 With prefix arg, prompt for the locate command to run." t nil) 9128 With prefix arg, prompt for the locate command to run." t nil)
9070 The filter is a regular expression. Only results matching the filter are 9133 The filter is a regular expression. Only results matching the filter are
9071 shown; this is often useful to constrain a big search." t nil) 9134 shown; this is often useful to constrain a big search." t nil)
9072 9135
9073 ;;;*** 9136 ;;;***
9074 9137
9075 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14537 49316)) 9138 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14559 17354))
9076 ;;; Generated autoloads from log-edit.el 9139 ;;; Generated autoloads from log-edit.el
9077 9140
9078 (autoload (quote log-edit) "log-edit" "\ 9141 (autoload (quote log-edit) "log-edit" "\
9079 Setup a buffer to enter a log message. 9142 Setup a buffer to enter a log message.
9080 The buffer will be put in `log-edit-mode'. 9143 The buffer will be put in `log-edit-mode'.
9094 Major mode for browsing CVS log output." t nil) 9157 Major mode for browsing CVS log output." t nil)
9095 9158
9096 ;;;*** 9159 ;;;***
9097 9160
9098 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 9161 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
9099 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14440 9162 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14563
9100 ;;;;;; 46009)) 9163 ;;;;;; 22518))
9101 ;;; Generated autoloads from lpr.el 9164 ;;; Generated autoloads from lpr.el
9102 9165
9103 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 9166 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
9104 *The name of a local printer to which data is sent for printing. 9167 *The name of a local printer to which data is sent for printing.
9105 \(Note that PostScript files are sent to `ps-printer-name', which see.) 9168 \(Note that PostScript files are sent to `ps-printer-name', which see.)
9426 current header, calls `mail-complete-function' and passes prefix arg if any." t nil) 9489 current header, calls `mail-complete-function' and passes prefix arg if any." t nil)
9427 9490
9428 ;;;*** 9491 ;;;***
9429 9492
9430 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" 9493 ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el"
9431 ;;;;;; (14554 2005)) 9494 ;;;;;; (14570 19448))
9432 ;;; Generated autoloads from progmodes/make-mode.el 9495 ;;; Generated autoloads from progmodes/make-mode.el
9433 9496
9434 (autoload (quote makefile-mode) "make-mode" "\ 9497 (autoload (quote makefile-mode) "make-mode" "\
9435 Major mode for editing Makefiles. 9498 Major mode for editing Makefiles.
9436 This function ends by invoking the function(s) `makefile-mode-hook'. 9499 This function ends by invoking the function(s) `makefile-mode-hook'.
9515 Make a summary of current key bindings in the buffer *Summary*. 9578 Make a summary of current key bindings in the buffer *Summary*.
9516 Previous contents of that buffer are killed first." t nil) 9579 Previous contents of that buffer are killed first." t nil)
9517 9580
9518 ;;;*** 9581 ;;;***
9519 9582
9520 ;;;### (autoloads (man-follow man) "man" "man.el" (14539 53667)) 9583 ;;;### (autoloads (man-follow man) "man" "man.el" (14570 21850))
9521 ;;; Generated autoloads from man.el 9584 ;;; Generated autoloads from man.el
9522 9585
9523 (defalias (quote manual-entry) (quote man)) 9586 (defalias (quote manual-entry) (quote man))
9524 9587
9525 (autoload (quote man) "man" "\ 9588 (autoload (quote man) "man" "\
9953 (autoload (quote mpuz) "mpuz" "\ 10016 (autoload (quote mpuz) "mpuz" "\
9954 Multiplication puzzle with GNU Emacs." t nil) 10017 Multiplication puzzle with GNU Emacs." t nil)
9955 10018
9956 ;;;*** 10019 ;;;***
9957 10020
9958 ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14263 63030)) 10021 ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14555 52300))
9959 ;;; Generated autoloads from msb.el 10022 ;;; Generated autoloads from msb.el
9960 10023
9961 (defvar msb-mode nil "\ 10024 (defvar msb-mode nil "\
9962 Toggle msb-mode. 10025 Toggle msb-mode.
9963 Setting this variable directly does not take effect; 10026 Setting this variable directly does not take effect;
10109 ;;;;;; coding-system-equal coding-system-translation-table-for-encode 10172 ;;;;;; coding-system-equal coding-system-translation-table-for-encode
10110 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 10173 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
10111 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic 10174 ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic
10112 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width 10175 ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width
10113 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" 10176 ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el"
10114 ;;;;;; (14423 50997)) 10177 ;;;;;; (14568 36382))
10115 ;;; Generated autoloads from international/mule-util.el 10178 ;;; Generated autoloads from international/mule-util.el
10116 10179
10117 (autoload (quote string-to-sequence) "mule-util" "\ 10180 (autoload (quote string-to-sequence) "mule-util" "\
10118 Convert STRING to a sequence of TYPE which contains characters in STRING. 10181 Convert STRING to a sequence of TYPE which contains characters in STRING.
10119 TYPE should be `list' or `vector'." nil nil) 10182 TYPE should be `list' or `vector'." nil nil)
10120 10183
10121 (defsubst string-to-list (string) "Return a list of characters in STRING." (string-to-sequence string (quote list))) 10184 (defsubst string-to-list (string) "\
10122 10185 Return a list of characters in STRING." (string-to-sequence string (quote list)))
10123 (defsubst string-to-vector (string) "Return a vector of characters in STRING." (string-to-sequence string (quote vector))) 10186
10187 (defsubst string-to-vector (string) "\
10188 Return a vector of characters in STRING." (string-to-sequence string (quote vector)))
10124 10189
10125 (autoload (quote store-substring) "mule-util" "\ 10190 (autoload (quote store-substring) "mule-util" "\
10126 Embed OBJ (string or character) at index IDX of STRING." nil nil) 10191 Embed OBJ (string or character) at index IDX of STRING." nil nil)
10127 10192
10128 (autoload (quote truncate-string-to-width) "mule-util" "\ 10193 (autoload (quote truncate-string-to-width) "mule-util" "\
10140 If PADDING is nil, no padding is added in these cases, so 10205 If PADDING is nil, no padding is added in these cases, so
10141 the resulting string may be narrower than END-COLUMN." nil nil) 10206 the resulting string may be narrower than END-COLUMN." nil nil)
10142 10207
10143 (defalias (quote truncate-string) (quote truncate-string-to-width)) 10208 (defalias (quote truncate-string) (quote truncate-string-to-width))
10144 10209
10145 (defsubst nested-alist-p (obj) "Return t if OBJ is a nested alist.\n\nNested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is\nany Lisp object, and BRANCHES is a list of cons cells of the form\n(KEY-ELEMENT . NESTED-ALIST).\n\nYou can use a nested alist to store any Lisp object (ENTRY) for a key\nsequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ\ncan be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj)))) 10210 (defsubst nested-alist-p (obj) "\
10211 Return t if OBJ is a nested alist.
10212
10213 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
10214 any Lisp object, and BRANCHES is a list of cons cells of the form
10215 \(KEY-ELEMENT . NESTED-ALIST).
10216
10217 You can use a nested alist to store any Lisp object (ENTRY) for a key
10218 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
10219 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
10146 10220
10147 (autoload (quote set-nested-alist) "mule-util" "\ 10221 (autoload (quote set-nested-alist) "mule-util" "\
10148 Set ENTRY for KEYSEQ in a nested alist ALIST. 10222 Set ENTRY for KEYSEQ in a nested alist ALIST.
10149 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ 10223 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
10150 is considered. 10224 is considered.
10205 ;;;*** 10279 ;;;***
10206 10280
10207 ;;;### (autoloads (network-connection network-connection-to-service 10281 ;;;### (autoloads (network-connection network-connection-to-service
10208 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host 10282 ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host
10209 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" 10283 ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el"
10210 ;;;;;; (14385 24830)) 10284 ;;;;;; (14564 29931))
10211 ;;; Generated autoloads from net/net-utils.el 10285 ;;; Generated autoloads from net/net-utils.el
10212 10286
10213 (autoload (quote traceroute) "net-utils" "\ 10287 (autoload (quote traceroute) "net-utils" "\
10214 Run traceroute program for TARGET." t nil) 10288 Run traceroute program for TARGET." t nil)
10215 10289
11095 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region 11169 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
11096 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces 11170 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
11097 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 11171 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
11098 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 11172 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
11099 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" 11173 ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
11100 ;;;;;; "ps-print.el" (14554 7425)) 11174 ;;;;;; "ps-print.el" (14563 18761))
11101 ;;; Generated autoloads from ps-print.el 11175 ;;; Generated autoloads from ps-print.el
11102 11176
11103 (defvar ps-paper-type (quote letter) "\ 11177 (defvar ps-paper-type (quote letter) "\
11104 *Specify the size of paper to format for. 11178 *Specify the size of paper to format for.
11105 Should be one of the paper types defined in `ps-page-dimensions-database', for 11179 Should be one of the paper types defined in `ps-page-dimensions-database', for
11677 \\{reftex-index-phrases-map}" t nil) 11751 \\{reftex-index-phrases-map}" t nil)
11678 11752
11679 ;;;*** 11753 ;;;***
11680 11754
11681 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 11755 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
11682 ;;;;;; (14535 45202)) 11756 ;;;;;; (14564 29908))
11683 ;;; Generated autoloads from emacs-lisp/regexp-opt.el 11757 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
11684 11758
11685 (autoload (quote regexp-opt) "regexp-opt" "\ 11759 (autoload (quote regexp-opt) "regexp-opt" "\
11686 Return a regexp to match a string in STRINGS. 11760 Return a regexp to match a string in STRINGS.
11687 Each string should be unique in STRINGS and should not contain any regexps, 11761 Each string should be unique in STRINGS and should not contain any regexps,
12155 If prefix argument REVERSE is non-nil, sort them in reverse order. 12229 If prefix argument REVERSE is non-nil, sort them in reverse order.
12156 KEYWORDS is a comma-separated list of labels." t nil) 12230 KEYWORDS is a comma-separated list of labels." t nil)
12157 12231
12158 ;;;*** 12232 ;;;***
12159 12233
12160 ;;;### (autoloads (rmail-summary-line-decoder rmail-summary-by-senders 12234 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
12161 ;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients 12235 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
12162 ;;;;;; rmail-summary-by-labels rmail-summary rmail-summary-line-count-flag 12236 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
12163 ;;;;;; rmail-summary-scroll-between-messages) "rmailsum" "mail/rmailsum.el" 12237 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
12164 ;;;;;; (14547 28270)) 12238 ;;;;;; "rmailsum" "mail/rmailsum.el" (14568 47126))
12165 ;;; Generated autoloads from mail/rmailsum.el 12239 ;;; Generated autoloads from mail/rmailsum.el
12166 12240
12167 (defvar rmail-summary-scroll-between-messages t "\ 12241 (defvar rmail-summary-scroll-between-messages t "\
12168 *Non-nil means Rmail summary scroll commands move between messages.") 12242 *Non-nil means Rmail summary scroll commands move between messages.")
12169 12243
12203 12277
12204 (defvar rmail-summary-line-decoder (function identity) "\ 12278 (defvar rmail-summary-line-decoder (function identity) "\
12205 *Function to decode summary-line. 12279 *Function to decode summary-line.
12206 12280
12207 By default, `identity' is set.") 12281 By default, `identity' is set.")
12282
12283 (defvar rmail-user-mail-address-regexp nil "\
12284 *Regexp matching user mail addresses.
12285 If non-nil, this variable is used to identify the correspondent
12286 when receiving new mail. If it matches the address of the sender,
12287 the recipient is taken as correspondent of a mail.
12288 If nil (default value), your `user-login-name' and `user-mail-address'
12289 are used to exclude yourself as correspondent.
12290
12291 Usually you don't have to set this variable, except if you collect mails
12292 sent by you under different user names.
12293 Then it should be a regexp matching your mail adresses.
12294
12295 Setting this variable has an effect only before reading a mail.")
12208 12296
12209 ;;;*** 12297 ;;;***
12210 12298
12211 ;;;### (autoloads (news-post-news) "rnewspost" "mail/rnewspost.el" 12299 ;;;### (autoloads (news-post-news) "rnewspost" "mail/rnewspost.el"
12212 ;;;;;; (14263 36299)) 12300 ;;;;;; (14263 36299))
13448 > M-x strokes-decode-buffer" t nil) 13536 > M-x strokes-decode-buffer" t nil)
13449 13537
13450 ;;;*** 13538 ;;;***
13451 13539
13452 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 13540 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
13453 ;;;;;; (14385 23097)) 13541 ;;;;;; (14565 55801))
13454 ;;; Generated autoloads from mail/supercite.el 13542 ;;; Generated autoloads from mail/supercite.el
13455 13543
13456 (autoload (quote sc-cite-original) "supercite" "\ 13544 (autoload (quote sc-cite-original) "supercite" "\
13457 Workhorse citing function which performs the initial citation. 13545 Workhorse citing function which performs the initial citation.
13458 This is callable from the various mail and news readers' reply 13546 This is callable from the various mail and news readers' reply
14158 14246
14159 ;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion 14247 ;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion
14160 ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function 14248 ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function
14161 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan 14249 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
14162 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p setup-tibetan-environment) 14250 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p setup-tibetan-environment)
14163 ;;;;;; "tibet-util" "language/tibet-util.el" (14423 51008)) 14251 ;;;;;; "tibet-util" "language/tibet-util.el" (14568 36412))
14164 ;;; Generated autoloads from language/tibet-util.el 14252 ;;; Generated autoloads from language/tibet-util.el
14165 14253
14166 (autoload (quote setup-tibetan-environment) "tibet-util" nil t nil) 14254 (autoload (quote setup-tibetan-environment) "tibet-util" nil t nil)
14167 14255
14168 (autoload (quote tibetan-char-p) "tibet-util" "\ 14256 (autoload (quote tibetan-char-p) "tibet-util" "\
14745 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file 14833 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
14746 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot 14834 ;;;;;; vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot
14747 ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge 14835 ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
14748 ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register 14836 ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
14749 ;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook 14837 ;;;;;; vc-next-action edit-vc-file with-vc-file vc-annotate-mode-hook
14750 ;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14478 14838 ;;;;;; vc-before-checkin-hook vc-checkin-hook) "vc" "vc.el" (14565
14751 ;;;;;; 52465)) 14839 ;;;;;; 59735))
14752 ;;; Generated autoloads from vc.el 14840 ;;; Generated autoloads from vc.el
14753 14841
14754 (defvar vc-checkin-hook nil "\ 14842 (defvar vc-checkin-hook nil "\
14755 *Normal hook (list of functions) run after a checkin is done. 14843 *Normal hook (list of functions) run after a checkin is done.
14756 See `run-hooks'.") 14844 See `run-hooks'.")