comparison lisp/prim/auto-autoloads.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 59463afc5666
children 43dd3413c7c7
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
688 688
689 (add-hook 'same-window-buffer-names "*shell*") 689 (add-hook 'same-window-buffer-names "*shell*")
690 690
691 ;;;*** 691 ;;;***
692 692
693 ;;;### (autoloads (ssh) "ssh" "comint/ssh.el")
694
695 (add-hook 'same-window-regexps "^\\*ssh-.*\\*\\(\\|<[0-9]+>\\)")
696
697 (autoload 'ssh "ssh" "\
698 Open a network login connection via `ssh' with args INPUT-ARGS.
699 INPUT-ARGS should start with a host name; it may also contain
700 other arguments for `ssh'.
701
702 Input is sent line-at-a-time to the remote connection.
703
704 Communication with the remote host is recorded in a buffer `*ssh-HOST*'
705 \(or `*ssh-USER@HOST*' if the remote username differs).
706 If a prefix argument is given and the buffer `*ssh-HOST*' already exists,
707 a new buffer with a different connection will be made.
708
709 When called from a program, if the optional second argument BUFFER is
710 a string or buffer, it specifies the buffer to use.
711
712 The variable `ssh-program' contains the name of the actual program to
713 run. It can be a relative or absolute path.
714
715 The variable `ssh-explicit-args' is a list of arguments to give to
716 the ssh when starting. They are prepended to any arguments given in
717 INPUT-ARGS.
718
719 If the default value of `ssh-directory-tracking-mode' is t, then the
720 default directory in that buffer is set to a remote (FTP) file name to
721 access your home directory on the remote machine. Occasionally this causes
722 an error, if you cannot access the home directory on that machine. This
723 error is harmless as long as you don't try to use that default directory.
724
725 If `ssh-directory-tracking-mode' is neither t nor nil, then the default
726 directory is initially set up to your (local) home directory.
727 This is useful if the remote machine and your local machine
728 share the same files via NFS. This is the default.
729
730 If you wish to change directory tracking styles during a session, use the
731 function `ssh-directory-tracking-mode' rather than simply setting the
732 variable." t nil)
733
734 ;;;***
735
693 ;;;### (autoloads (rsh telnet) "telnet" "comint/telnet.el") 736 ;;;### (autoloads (rsh telnet) "telnet" "comint/telnet.el")
694 737
695 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") 738 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
696 739
697 (autoload 'telnet "telnet" "\ 740 (autoload 'telnet "telnet" "\
709 Normally input is edited in Emacs and sent a line at a time. 752 Normally input is edited in Emacs and sent a line at a time.
710 See also `\\[telnet]'." t nil) 753 See also `\\[telnet]'." t nil)
711 754
712 ;;;*** 755 ;;;***
713 756
714 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all custom-save-customized custom-buffer-create-other-window custom-buffer-create customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-variable-other-window customize-variable customize-other-window customize custom-set-variable custom-set-value) "cus-edit" "custom/cus-edit.el") 757 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all custom-save-customized custom-buffer-create-other-window custom-buffer-create customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-variable-other-window customize-variable customize-group-other-window customize-group customize custom-set-variable custom-set-value) "cus-edit" "custom/cus-edit.el")
715 758
716 (autoload 'custom-set-value "cus-edit" "\ 759 (autoload 'custom-set-value "cus-edit" "\
717 Set VARIABLE to VALUE. VALUE is a Lisp object. 760 Set VARIABLE to VALUE. VALUE is a Lisp object.
718 761
719 If VARIABLE has a `variable-interactive' property, that is used as if 762 If VARIABLE has a `variable-interactive' property, that is used as if
736 779
737 If VARIABLE has a `custom-type' property, it must be a widget and the 780 If VARIABLE has a `custom-type' property, it must be a widget and the
738 `:prompt-value' property of that widget will be used for reading the value. " t nil) 781 `:prompt-value' property of that widget will be used for reading the value. " t nil)
739 782
740 (autoload 'customize "cus-edit" "\ 783 (autoload 'customize "cus-edit" "\
741 Customize SYMBOL, which must be a customization group." t nil) 784 Select a customization buffer which you can use to set user options.
742 785 User options are structured into \"groups\".
743 (autoload 'customize-other-window "cus-edit" "\ 786 Initially the top-level group `Emacs' and its immediate subgroups
787 are shown; the contents of those subgroups are initially hidden." t nil)
788
789 (autoload 'customize-group "cus-edit" "\
790 Customize GROUP, which must be a customization group." t nil)
791
792 (autoload 'customize-group-other-window "cus-edit" "\
744 Customize SYMBOL, which must be a customization group." t nil) 793 Customize SYMBOL, which must be a customization group." t nil)
745 794
746 (autoload 'customize-variable "cus-edit" "\ 795 (autoload 'customize-variable "cus-edit" "\
747 Customize SYMBOL, which must be a variable." t nil) 796 Customize SYMBOL, which must be a variable." t nil)
748 797
1411 (autoload 'edt-emulation-on "edt" "\ 1460 (autoload 'edt-emulation-on "edt" "\
1412 Turn on EDT Emulation." t nil) 1461 Turn on EDT Emulation." t nil)
1413 1462
1414 ;;;*** 1463 ;;;***
1415 1464
1416 ;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulators/mlconvert.el")
1417
1418 (autoload 'convert-mocklisp-buffer "mlconvert" "\
1419 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
1420
1421 ;;;***
1422
1423 ;;;### (autoloads (teco-command) "teco" "emulators/teco.el") 1465 ;;;### (autoloads (teco-command) "teco" "emulators/teco.el")
1424 1466
1425 (autoload 'teco-command "teco" "\ 1467 (autoload 'teco-command "teco" "\
1426 Read and execute a Teco command string." t nil) 1468 Read and execute a Teco command string." t nil)
1427 1469
1556 C-q C-u keyboard-quit 1598 C-q C-u keyboard-quit
1557 C-q w ws-last-error 1599 C-q w ws-last-error
1558 C-q y ws-kill-eol 1600 C-q y ws-kill-eol
1559 C-q DEL ws-kill-bol 1601 C-q DEL ws-kill-bol
1560 " t nil) 1602 " t nil)
1561
1562 ;;;***
1563
1564 ;;;### (autoloads nil "loaddefs-eos" "eos/loaddefs-eos.el")
1565 1603
1566 ;;;*** 1604 ;;;***
1567 1605
1568 ;;;### (autoloads (term make-term) "term" "eterm/term.el") 1606 ;;;### (autoloads (term make-term) "term" "eterm/term.el")
1569 1607
3770 ;;;*** 3808 ;;;***
3771 3809
3772 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3810 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3773 3811
3774 (autoload 'ksh-mode "ksh-mode" "\ 3812 (autoload 'ksh-mode "ksh-mode" "\
3775 ksh-mode $Revision: 1.29 $ - Major mode for editing (Bourne, Korn or Bourne again) 3813 ksh-mode $Revision: 1.30 $ - Major mode for editing (Bourne, Korn or Bourne again)
3776 shell scripts. 3814 shell scripts.
3777 Special key bindings and commands: 3815 Special key bindings and commands:
3778 \\{ksh-mode-map} 3816 \\{ksh-mode-map}
3779 Variables controlling indentation style: 3817 Variables controlling indentation style:
3780 ksh-indent 3818 ksh-indent
4703 4741
4704 (defalias 'shell-script-mode 'sh-mode) 4742 (defalias 'shell-script-mode 'sh-mode)
4705 4743
4706 ;;;*** 4744 ;;;***
4707 4745
4708 ;;;### (autoloads (strokes-mode) "strokes" "modes/strokes.el") 4746 ;;;### (autoloads (strokes-mode strokes-list-strokes strokes-load-user-strokes strokes-help strokes-describe-stroke strokes-do-complex-stroke strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke strokes-global-set-stroke) "strokes" "modes/strokes.el")
4709 4747
4710 (defvar strokes-enabled-p nil "\ 4748 (defvar strokes-mode nil "\
4711 Variable determining whether `strokes' is globally enabled") 4749 Non-nil when `strokes' is globally enabled")
4750
4751 (autoload 'strokes-global-set-stroke "strokes" "\
4752 Interactively give STROKE the global binding as COMMAND.
4753 Operated just like `global-set-key', except for strokes.
4754 COMMAND is a symbol naming an interactively-callable function. STROKE
4755 is a list of sampled positions on the stroke grid as described in the
4756 documentation for the `strokes-define-stroke' function." t nil)
4757
4758 (defalias 'global-set-stroke 'strokes-global-set-stroke)
4759
4760 (autoload 'strokes-read-stroke "strokes" "\
4761 Read a simple stroke (interactively) and return the stroke.
4762 Optional PROMPT in minibuffer displays before and during stroke reading.
4763 This function will display the stroke interactively as it is being
4764 entered in the strokes buffer if the variable
4765 `strokes-use-strokes-buffer' is non-nil.
4766 Optional EVENT is currently not used, but hopefully will be soon." nil nil)
4767
4768 (autoload 'strokes-read-complex-stroke "strokes" "\
4769 Read a complex stroke (interactively) and return the stroke.
4770 Optional PROMPT in minibuffer displays before and during stroke reading.
4771 Note that a complex stroke allows the user to pen-up and pen-down. This
4772 is implemented by allowing the user to paint with button1 or button2 and
4773 then complete the stroke with button3.
4774 Optional EVENT is currently not used, but hopefully will be soon." nil nil)
4775
4776 (autoload 'strokes-do-stroke "strokes" "\
4777 Read a simple stroke from the user and then exectute its comand.
4778 This must be bound to a mouse event." t nil)
4779
4780 (autoload 'strokes-do-complex-stroke "strokes" "\
4781 Read a complex stroke from the user and then exectute its command.
4782 This must be bound to a mouse event." t nil)
4783
4784 (autoload 'strokes-describe-stroke "strokes" "\
4785 Displays the command which STROKE maps to, reading STROKE interactively." t nil)
4786
4787 (defalias 'describe-stroke 'strokes-describe-stroke)
4788
4789 (autoload 'strokes-help "strokes" "\
4790 Get instructional help on using the the `strokes' package." t nil)
4791
4792 (autoload 'strokes-load-user-strokes "strokes" "\
4793 Load user-defined strokes from file named by `strokes-file'." t nil)
4794
4795 (defalias 'load-user-strokes 'strokes-load-user-strokes)
4796
4797 (autoload 'strokes-list-strokes "strokes" "\
4798 Pop up a buffer containing a listing of all strokes defined in STROKE-MAP.
4799 If STROKE-MAP is not given, `strokes-global-map' will be used instead." t nil)
4800
4801 (defalias 'list-strokes 'strokes-list-strokes)
4712 4802
4713 (autoload 'strokes-mode "strokes" "\ 4803 (autoload 'strokes-mode "strokes" "\
4714 Toggle strokes being enabled. 4804 Toggle strokes being enabled.
4715 With ARG, turn strokes on if and only if ARG is positive or true. 4805 With ARG, turn strokes on if and only if ARG is positive or true.
4716 Note that `strokes-mode' is a global mode. Think of it as a minor 4806 Note that `strokes-mode' is a global mode. Think of it as a minor
4717 mode in all buffers when activated." t nil) 4807 mode in all buffers when activated.
4808 By default, strokes are invoked with mouse button-2. You can define
4809 new strokes with
4810
4811 > M-x global-set-stroke" t nil)
4718 4812
4719 ;;;*** 4813 ;;;***
4720 4814
4721 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el") 4815 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el")
4722 4816
4934 If the file has a `top' node, it must be called `top' or `Top' and 5028 If the file has a `top' node, it must be called `top' or `Top' and
4935 be the first node in the file. 5029 be the first node in the file.
4936 5030
4937 Entering Texinfo mode calls the value of text-mode-hook, and then the 5031 Entering Texinfo mode calls the value of text-mode-hook, and then the
4938 value of texinfo-mode-hook." t nil) 5032 value of texinfo-mode-hook." t nil)
4939
4940 ;;;***
4941
4942 ;;;### (autoloads (tc-recenter tc-scroll-down tc-scroll-up tc-scroll-line tc-associated-buffer tc-merge tc-dissociate tc-split tc-associate-buffer tc-two-columns) "two-column" "modes/two-column.el")
4943
4944 (defvar tc-mode-map nil "\
4945 Keymap for commands for two-column mode.")
4946
4947 (if tc-mode-map nil (setq tc-mode-map (make-sparse-keymap)) (define-key tc-mode-map "1" 'tc-merge) (define-key tc-mode-map "2" 'tc-two-columns) (define-key tc-mode-map "b" 'tc-associate-buffer) (define-key tc-mode-map "d" 'tc-dissociate) (define-key tc-mode-map "\^L" 'tc-recenter) (define-key tc-mode-map "o" 'tc-associated-buffer) (define-key tc-mode-map "s" 'tc-split) (define-key tc-mode-map "{" 'shrink-window-horizontally) (define-key tc-mode-map "}" 'enlarge-window-horizontally) (define-key tc-mode-map " " 'tc-scroll-up) (define-key tc-mode-map "" 'tc-scroll-down) (define-key tc-mode-map "
4948 " 'tc-scroll-line))
4949
4950 (global-set-key "6" tc-mode-map)
4951
4952 (defvar tc-other nil "\
4953 Marker to the associated buffer, if non-nil.")
4954
4955 (make-variable-buffer-local 'tc-other)
4956
4957 (put 'tc-other 'permanent-local t)
4958
4959 (autoload 'tc-two-columns "two-column" "\
4960 Split current window vertically for two-column editing.
4961
4962 When called the first time, associates a buffer with the current
4963 buffer. Both buffers are put in two-column minor mode and
4964 tc-mode-hook gets called on both. These buffers remember
4965 about one another, even when renamed.
4966
4967 When called again, restores the screen layout with the current buffer
4968 first and the associated buffer to it's right.
4969
4970 If you include long lines, i.e which will span both columns (eg.
4971 source code), they should be in what will be the first column, with
4972 the associated buffer having empty lines next to them.
4973
4974 You have the following commands at your disposal:
4975
4976 \\[tc-two-columns] Rearrange screen
4977 \\[tc-associate-buffer] Reassociate buffer after changing major mode
4978 \\[tc-scroll-up] Scroll both buffers up by a screenfull
4979 \\[tc-scroll-down] Scroll both buffers down by a screenful
4980 \\[tc-scroll-line] Scroll both buffers up by one or more lines
4981 \\[tc-recenter] Recenter and realign other buffer
4982 \\[shrink-window-horizontally], \\[enlarge-window-horizontally] Shrink, enlarge current column
4983 \\[tc-associated-buffer] Switch to associated buffer
4984 \\[tc-merge] Merge both buffers
4985
4986 These keybindings can be customized in your ~/.emacs by `tc-prefix'
4987 and `tc-mode-map'.
4988
4989 The appearance of the screen can be customized by the variables
4990 `tc-window-width', `tc-beyond-fill-column',
4991 `tc-mode-line-format' and `truncate-partial-width-windows'." t nil)
4992
4993 (add-minor-mode 'tc-other " 2C" nil nil 'tc-two-columns)
4994
4995 (autoload 'tc-associate-buffer "two-column" "\
4996 Associate another buffer with this one in two-column minor mode.
4997 Can also be used to associate a just previously visited file, by
4998 accepting the proposed default buffer.
4999
5000 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
5001
5002 (autoload 'tc-split "two-column" "\
5003 Unmerge a two-column text into two buffers in two-column minor mode.
5004 The text is unmerged at the cursor's column which becomes the local
5005 value of `tc-window-width'. Only lines that have the ARG same
5006 preceding characters at that column get split. The ARG preceding
5007 characters without any leading whitespace become the local value for
5008 `tc-separator'. This way lines that continue across both
5009 columns remain untouched in the first buffer.
5010
5011 This function can be used with a prototype line, to set up things as
5012 you like them. You write the first line of each column with the
5013 separator you like and then unmerge that line. E.g.:
5014
5015 First column's text sSs Second columns text
5016 \\___/\\
5017 / \\
5018 5 character Separator You type M-5 \\[tc-split] with the point here
5019
5020 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
5021
5022 (autoload 'tc-dissociate "two-column" "\
5023 Turn off two-column minor mode in current and associated buffer.
5024 If the associated buffer is unmodified and empty, it is killed." t nil)
5025
5026 (autoload 'tc-merge "two-column" "\
5027 Merges the associated buffer with the current buffer.
5028 They get merged at the column, which is the value of
5029 `tc-window-width', i.e. usually at the vertical window
5030 separator. This separator gets replaced with white space. Beyond
5031 that the value of gets inserted on merged lines. The two columns are
5032 thus pasted side by side, in a single text. If the other buffer is
5033 not displayed to the left of this one, then this one becomes the left
5034 column.
5035
5036 If you want `tc-separator' on empty lines in the second column,
5037 you should put just one space in them. In the final result, you can strip
5038 off trailing spaces with \\[beginning-of-buffer] \\[replace-regexp] [ SPC TAB ] + $ RET RET" t nil)
5039
5040 (autoload 'tc-associated-buffer "two-column" "\
5041 Switch to associated buffer." t nil)
5042
5043 (autoload 'tc-scroll-line "two-column" "\
5044 Scroll current window upward by ARG lines.
5045 The associated window gets scrolled to the same line." t nil)
5046
5047 (autoload 'tc-scroll-up "two-column" "\
5048 Scroll current window upward by ARG screens.
5049 The associated window gets scrolled to the same line." t nil)
5050
5051 (autoload 'tc-scroll-down "two-column" "\
5052 Scroll current window downward by ARG screens.
5053 The associated window gets scrolled to the same line." t nil)
5054
5055 (autoload 'tc-recenter "two-column" "\
5056 Center point in window. With ARG, put point on line ARG.
5057 This counts from bottom if ARG is negative. The associated window
5058 gets scrolled to the same line." t nil)
5059 5033
5060 ;;;*** 5034 ;;;***
5061 5035
5062 ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el") 5036 ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el")
5063 5037
5135 5109
5136 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5110 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5137 5111
5138 (autoload 'vhdl-mode "vhdl-mode" "\ 5112 (autoload 'vhdl-mode "vhdl-mode" "\
5139 Major mode for editing VHDL code. 5113 Major mode for editing VHDL code.
5140 vhdl-mode $Revision: 1.29 $ 5114 vhdl-mode $Revision: 1.30 $
5141 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5115 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5142 vhdl-mode buffer. This automatically sets up a mail buffer with version 5116 vhdl-mode buffer. This automatically sets up a mail buffer with version
5143 information already added. You just need to add a description of the 5117 information already added. You just need to add a description of the
5144 problem, including a reproducible test case and send the message. 5118 problem, including a reproducible test case and send the message.
5145 5119
5155 5129
5156 ;;;*** 5130 ;;;***
5157 5131
5158 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el") 5132 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el")
5159 5133
5160 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "" 'scroll-down) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map " 5134 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map "
5161 " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map)) 5135 " 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map))
5162 5136
5163 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map)) 5137 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map))
5164 5138
5165 (autoload 'view-file "view-less" "\ 5139 (autoload 'view-file "view-less" "\
5607 5581
5608 (define-key bookmark-map "w" 'bookmark-write) 5582 (define-key bookmark-map "w" 'bookmark-write)
5609 5583
5610 (define-key bookmark-map "s" 'bookmark-save) 5584 (define-key bookmark-map "s" 'bookmark-save)
5611 5585
5586 (add-hook 'kill-emacs-hook (function (lambda nil (and (featurep 'bookmark) bookmark-alist (bookmark-time-to-save-p t) (bookmark-save)))))
5587
5612 (autoload 'bookmark-set "bookmark" "\ 5588 (autoload 'bookmark-set "bookmark" "\
5613 Set a bookmark named NAME inside a file. 5589 Set a bookmark named NAME inside a file.
5614 If name is nil, then the user will be prompted. 5590 If name is nil, then the user will be prompted.
5615 With prefix arg, will not overwrite a bookmark that has the same name 5591 With prefix arg, will not overwrite a bookmark that has the same name
5616 as NAME if such a bookmark already exists, but instead will \"push\" 5592 as NAME if such a bookmark already exists, but instead will \"push\"
5643 if you wish to give the bookmark a new location, and bookmark-jump 5619 if you wish to give the bookmark a new location, and bookmark-jump
5644 will then jump to the new location, as well as recording it in place 5620 will then jump to the new location, as well as recording it in place
5645 of the old one in the permanent bookmark record." t nil) 5621 of the old one in the permanent bookmark record." t nil)
5646 5622
5647 (autoload 'bookmark-relocate "bookmark" "\ 5623 (autoload 'bookmark-relocate "bookmark" "\
5648 Relocate BOOKMARK -- prompts for a filename, and makes an already 5624 Relocate BOOKMARK to another file (reading file name with minibuffer).
5649 existing bookmark point to that file, instead of the one it used to 5625 This makes an already existing bookmark point to that file, instead of
5650 point at. Useful when a file has been renamed after a bookmark was 5626 the one it used to point at. Useful when a file has been renamed
5651 set in it." t nil) 5627 after a bookmark was set in it." t nil)
5652 5628
5653 (autoload 'bookmark-insert-location "bookmark" "\ 5629 (autoload 'bookmark-insert-location "bookmark" "\
5654 Insert the name of the file associated with BOOKMARK. 5630 Insert the name of the file associated with BOOKMARK.
5655 Optional second arg NO-HISTORY means don't record this in the 5631 Optional second arg NO-HISTORY means don't record this in the
5656 minibuffer history list `bookmark-history'." t nil) 5632 minibuffer history list `bookmark-history'." t nil)
5657 5633
5634 (defalias 'bookmark-locate 'bookmark-insert-location)
5635
5658 (autoload 'bookmark-rename "bookmark" "\ 5636 (autoload 'bookmark-rename "bookmark" "\
5659 Change the name of OLD bookmark to NEW name. If called from 5637 Change the name of OLD bookmark to NEW name.
5660 keyboard, prompts for OLD and NEW. If called from menubar, OLD is 5638 If called from keyboard, prompt for OLD and NEW. If called from
5661 selected from a menu, and prompts for NEW. 5639 menubar, select OLD from a menu and prompt for NEW.
5662 5640
5663 If called from Lisp, prompts for NEW if only OLD was passed as an 5641 If called from Lisp, prompt for NEW if only OLD was passed as an
5664 argument. If called with two strings, then no prompting is done. You 5642 argument. If called with two strings, then no prompting is done. You
5665 must pass at least OLD when calling from Lisp. 5643 must pass at least OLD when calling from Lisp.
5666 5644
5667 While you are entering the new name, consecutive C-w's insert 5645 While you are entering the new name, consecutive C-w's insert
5668 consecutive words from the text of the buffer into the new bookmark 5646 consecutive words from the text of the buffer into the new bookmark
5683 one most recently used in this file, if any). 5661 one most recently used in this file, if any).
5684 Optional second arg BATCH means don't update the bookmark list buffer, 5662 Optional second arg BATCH means don't update the bookmark list buffer,
5685 probably because we were called from there." t nil) 5663 probably because we were called from there." t nil)
5686 5664
5687 (autoload 'bookmark-write "bookmark" "\ 5665 (autoload 'bookmark-write "bookmark" "\
5688 Write bookmarks to a file (for which the user will be prompted 5666 Write bookmarks to a file (reading the file name with the minibuffer).
5689 interactively). Don't use this in Lisp programs; use bookmark-save 5667 Don't use this in Lisp programs; use `bookmark-save' instead." t nil)
5690 instead." t nil)
5691 5668
5692 (autoload 'bookmark-save "bookmark" "\ 5669 (autoload 'bookmark-save "bookmark" "\
5693 Save currently defined bookmarks. 5670 Save currently defined bookmarks.
5694 Saves by default in the file defined by the variable 5671 Saves by default in the file defined by the variable
5695 `bookmark-default-file'. With a prefix arg, save it in file FILE 5672 `bookmark-default-file'. With a prefix arg, save it in file FILE
5785 one most recently used in this file, if any). 5762 one most recently used in this file, if any).
5786 5763
5787 Warning: this function only takes an EVENT as argument. Use the 5764 Warning: this function only takes an EVENT as argument. Use the
5788 corresponding bookmark function from Lisp (the one without the 5765 corresponding bookmark function from Lisp (the one without the
5789 \"-menu-\" in its name)." t nil) 5766 \"-menu-\" in its name)." t nil)
5767
5768 (defvar menu-bar-bookmark-map (make-sparse-keymap "Bookmark functions"))
5769
5770 (defalias 'menu-bar-bookmark-map (symbol-value 'menu-bar-bookmark-map))
5771
5772 (define-key menu-bar-bookmark-map [load] '("Load a Bookmark File..." . bookmark-load))
5773
5774 (define-key menu-bar-bookmark-map [write] '("Save Bookmarks As..." . bookmark-write))
5775
5776 (define-key menu-bar-bookmark-map [save] '("Save Bookmarks" . bookmark-save))
5777
5778 (define-key menu-bar-bookmark-map [edit] '("Edit Bookmark List" . bookmark-bmenu-list))
5779
5780 (define-key menu-bar-bookmark-map [delete] '("Delete Bookmark" . bookmark-menu-delete))
5781
5782 (define-key menu-bar-bookmark-map [rename] '("Rename Bookmark" . bookmark-menu-rename))
5783
5784 (define-key menu-bar-bookmark-map [locate] '("Insert Location" . bookmark-menu-locate))
5785
5786 (define-key menu-bar-bookmark-map [insert] '("Insert Contents" . bookmark-menu-insert))
5787
5788 (define-key menu-bar-bookmark-map [set] '("Set Bookmark" . bookmark-set))
5789
5790 (define-key menu-bar-bookmark-map [jump] '("Jump to Bookmark" . bookmark-menu-jump))
5790 5791
5791 ;;;*** 5792 ;;;***
5792 5793
5793 ;;;### (autoloads nil "buff-menu" "packages/buff-menu.el") 5794 ;;;### (autoloads nil "buff-menu" "packages/buff-menu.el")
5794 5795
6433 See `font-lock-mode' for details. 6434 See `font-lock-mode' for details.
6434 6435
6435 This can take a while for large buffers." t nil) 6436 This can take a while for large buffers." t nil)
6436 6437
6437 (add-minor-mode 'font-lock-mode " Font") 6438 (add-minor-mode 'font-lock-mode " Font")
6438
6439 ;;;***
6440
6441 ;;;### (autoloads (sc-mode) "generic-sc" "packages/generic-sc.el")
6442
6443 (autoload 'sc-mode "generic-sc" "\
6444 Toggle sc-mode.
6445 SYSTEM can be sccs, rcs or cvs.
6446 Cvs requires the pcl-cvs package.
6447
6448 The following commands are available
6449 \\[sc-next-operation] perform next logical source control operation on current file
6450 \\[sc-show-changes] compare the version being edited with an older one
6451 \\[sc-version-diff-file] compare two older versions of a file
6452 \\[sc-show-history] display change history of current file
6453 \\[sc-visit-previous-revision] display an older revision of current file
6454 \\[sc-revert-file] revert buffer to last checked-in version
6455 \\[sc-list-all-locked-files] show all files locked in current directory
6456 \\[sc-list-locked-files] show all files locked by you in current directory
6457 \\[sc-list-registered-files] show all files under source control in current directory
6458 \\[sc-update-directory] get fresh copies of files checked-in by others in current directory
6459 \\[sc-rename-file] rename the current file and its source control file
6460
6461
6462 While you are entering a change log message for a check in, sc-log-entry-mode
6463 will be in effect.
6464
6465 Global user options:
6466 sc-diff-command A list consisting of the command and flags
6467 to be used for generating context diffs.
6468 sc-mode-expert suppresses some conformation prompts,
6469 notably for delta aborts and file saves.
6470 sc-max-log-size specifies the maximum allowable size
6471 of a log message plus one.
6472
6473
6474 When using SCCS you have additional commands and options
6475
6476 \\[sccs-insert-headers] insert source control headers in current file
6477
6478 When you generate headers into a buffer using \\[sccs-insert-headers],
6479 the value of sc-insert-headers-hook is called before insertion. If the
6480 file is recognized a C or Lisp source, sc-insert-c-header-hook or
6481 sc-insert-lisp-header-hook is called after insertion respectively.
6482
6483 sccs-headers-wanted which %-keywords to insert when adding
6484 headers with C-c h
6485 sccs-insert-static if non-nil, keywords inserted in C files
6486 get stuffed in a static string area so that
6487 what(1) can see them in the compiled object code.
6488
6489 When using CVS you have additional commands
6490
6491 \\[sc-cvs-update-directory] update the current directory using pcl-cvs
6492 \\[sc-cvs-file-status] show the CVS status of current file
6493 " t nil)
6494 6439
6495 ;;;*** 6440 ;;;***
6496 6441
6497 ;;;### (autoloads (gnuserv-start gnuserv-running-p) "gnuserv" "packages/gnuserv.el") 6442 ;;;### (autoloads (gnuserv-start gnuserv-running-p) "gnuserv" "packages/gnuserv.el")
6498 6443
7275 7220
7276 ;;;### (autoloads (resume-suspend-hook) "resume" "packages/resume.el") 7221 ;;;### (autoloads (resume-suspend-hook) "resume" "packages/resume.el")
7277 7222
7278 (autoload 'resume-suspend-hook "resume" "\ 7223 (autoload 'resume-suspend-hook "resume" "\
7279 Clear out the file used for transmitting args when Emacs resumes." nil nil) 7224 Clear out the file used for transmitting args when Emacs resumes." nil nil)
7280
7281 ;;;***
7282
7283 ;;;### (autoloads nil "server" "packages/server.el")
7284
7285 (make-obsolete 'server-start 'gnuserv-start)
7286 7225
7287 ;;;*** 7226 ;;;***
7288 7227
7289 ;;;### (autoloads (install-shell-fonts) "shell-font" "packages/shell-font.el") 7228 ;;;### (autoloads (install-shell-fonts) "shell-font" "packages/shell-font.el")
7290 7229
9396 (autoload 'make-ring "ring" "\ 9335 (autoload 'make-ring "ring" "\
9397 Make a ring that can contain SIZE elements." nil nil) 9336 Make a ring that can contain SIZE elements." nil nil)
9398 9337
9399 ;;;*** 9338 ;;;***
9400 9339
9340 ;;;### (autoloads (savehist-save savehist-load) "savehist" "utils/savehist.el")
9341
9342 (autoload 'savehist-load "savehist" "\
9343 Load the histories saved to `savehist-file'.
9344 Unless PREFIX is non-nil, the function will also add the save function to
9345 `kill-emacs-hook'.
9346
9347 This function should be normally used from your Emacs init file. Since it
9348 removes your current minibuffer histories (if any), it is unwise to call it
9349 at any other time." t nil)
9350
9351 (autoload 'savehist-save "savehist" "\
9352 Save the histories from `savehist-history-variables' to `savehist-file'.
9353 A variable will be saved if it is bound and non-nil." t nil)
9354
9355 ;;;***
9356
9401 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy skeleton-proxy-new define-skeleton) "skeleton" "utils/skeleton.el") 9357 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy skeleton-proxy-new define-skeleton) "skeleton" "utils/skeleton.el")
9402 9358
9403 (defvar skeleton-filter 'identity "\ 9359 (defvar skeleton-filter 'identity "\
9404 Function for transforming a skeleton proxy's aliases' variable value.") 9360 Function for transforming a skeleton proxy's aliases' variable value.")
9405 9361