Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | cca96a509cfe |
children | 1370575f1259 |
comparison
equal
deleted
inserted
replaced
123:c77884c6318d | 124:9b50b4588a93 |
---|---|
997 Normally input is edited in Emacs and sent a line at a time. | 997 Normally input is edited in Emacs and sent a line at a time. |
998 See also `\\[telnet]'." t nil) | 998 See also `\\[telnet]'." t nil) |
999 | 999 |
1000 ;;;*** | 1000 ;;;*** |
1001 | 1001 |
1002 ;;;### (autoloads (custom-make-dependencies custom-menu-create custom-save-all custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") | 1002 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all custom-buffer-create customize-apropos customize-customized customize-face-other-window customize-face customize-variable-other-window customize-variable customize) "cus-edit" "custom/cus-edit.el") |
1003 | 1003 |
1004 (autoload 'customize "cus-edit" "\ | 1004 (autoload 'customize "cus-edit" "\ |
1005 Customize SYMBOL, which must be a customization group." t nil) | 1005 Customize SYMBOL, which must be a customization group." t nil) |
1006 | 1006 |
1007 (autoload 'customize-variable "cus-edit" "\ | 1007 (autoload 'customize-variable "cus-edit" "\ |
1008 Customize SYMBOL, which must be a variable." t nil) | 1008 Customize SYMBOL, which must be a variable." t nil) |
1009 | |
1010 (autoload 'customize-variable-other-window "cus-edit" "\ | |
1011 Customize SYMBOL, which must be a variable. | |
1012 Show the buffer in another window, but don't select it." t nil) | |
1009 | 1013 |
1010 (autoload 'customize-face "cus-edit" "\ | 1014 (autoload 'customize-face "cus-edit" "\ |
1011 Customize SYMBOL, which should be a face name or nil. | 1015 Customize SYMBOL, which should be a face name or nil. |
1012 If SYMBOL is nil, customize all faces." t nil) | 1016 If SYMBOL is nil, customize all faces." t nil) |
1017 | |
1018 (autoload 'customize-face-other-window "cus-edit" "\ | |
1019 Show customization buffer for FACE in other window." t nil) | |
1013 | 1020 |
1014 (autoload 'customize-customized "cus-edit" "\ | 1021 (autoload 'customize-customized "cus-edit" "\ |
1015 Customize all already customized user options." t nil) | 1022 Customize all already customized user options." t nil) |
1016 | 1023 |
1017 (autoload 'customize-apropos "cus-edit" "\ | 1024 (autoload 'customize-apropos "cus-edit" "\ |
1028 (autoload 'custom-save-all "cus-edit" "\ | 1035 (autoload 'custom-save-all "cus-edit" "\ |
1029 Save all customizations in `custom-file'." nil nil) | 1036 Save all customizations in `custom-file'." nil nil) |
1030 | 1037 |
1031 (autoload 'custom-menu-create "cus-edit" "\ | 1038 (autoload 'custom-menu-create "cus-edit" "\ |
1032 Create menu for customization group SYMBOL. | 1039 Create menu for customization group SYMBOL. |
1040 The menu is in a format applicable to `easy-menu-define'." nil nil) | |
1041 | |
1042 (autoload 'customize-menu-create "cus-edit" "\ | |
1043 Return a customize menu for customization group SYMBOL. | |
1033 If optional NAME is given, use that as the name of the menu. | 1044 If optional NAME is given, use that as the name of the menu. |
1034 Otherwise make up a name from SYMBOL. | 1045 Otherwise the menu will be named `Customize'. |
1035 The menu is in a format applicable to `easy-menu-define'." nil nil) | 1046 The format is suitable for use with `easy-menu-define'." nil nil) |
1036 | 1047 |
1037 (autoload 'custom-make-dependencies "cus-edit" "\ | 1048 ;;;*** |
1038 Batch function to extract custom dependencies from .el files. | 1049 |
1039 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil) | 1050 ;;;### (autoloads (custom-set-faces custom-initialize-frame custom-declare-face) "cus-face" "custom/cus-face.el") |
1040 | |
1041 ;;;*** | |
1042 | |
1043 ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "custom/cus-face.el") | |
1044 | 1051 |
1045 (autoload 'custom-declare-face "cus-face" "\ | 1052 (autoload 'custom-declare-face "cus-face" "\ |
1046 Like `defface', but FACE is evaluated as a normal argument." nil nil) | 1053 Like `defface', but FACE is evaluated as a normal argument." nil nil) |
1054 | |
1055 (autoload 'custom-initialize-frame "cus-face" "\ | |
1056 Initialize local faces for FRAME if necessary. | |
1057 If FRAME is missing or nil, the first member of (frame-list) is used." nil nil) | |
1047 | 1058 |
1048 (autoload 'custom-set-faces "cus-face" "\ | 1059 (autoload 'custom-set-faces "cus-face" "\ |
1049 Initialize faces according to user preferences. | 1060 Initialize faces according to user preferences. |
1050 The arguments should be a list where each entry has the form: | 1061 The arguments should be a list where each entry has the form: |
1051 | 1062 |
1056 | 1067 |
1057 See `defface' for the format of SPEC." nil nil) | 1068 See `defface' for the format of SPEC." nil nil) |
1058 | 1069 |
1059 ;;;*** | 1070 ;;;*** |
1060 | 1071 |
1061 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") | 1072 ;;;### (autoloads (widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el") |
1062 | 1073 |
1063 (autoload 'widget-browse-at "wid-browse" "\ | 1074 (autoload 'widget-browse-at "wid-browse" "\ |
1064 Browse the widget under point." t nil) | 1075 Browse the widget under point." t nil) |
1076 | |
1077 (autoload 'widget-browse "wid-browse" "\ | |
1078 Create a widget browser for WIDGET." t nil) | |
1079 | |
1080 (autoload 'widget-browse-other-window "wid-browse" "\ | |
1081 Show widget browser for WIDGET in other window." t nil) | |
1065 | 1082 |
1066 ;;;*** | 1083 ;;;*** |
1067 | 1084 |
1068 ;;;### (autoloads (widget-delete widget-create widget-apply) "wid-edit" "custom/wid-edit.el") | 1085 ;;;### (autoloads (widget-delete widget-create widget-apply) "wid-edit" "custom/wid-edit.el") |
1069 | 1086 |
3903 ;;;*** | 3920 ;;;*** |
3904 | 3921 |
3905 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3922 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3906 | 3923 |
3907 (autoload 'ksh-mode "ksh-mode" "\ | 3924 (autoload 'ksh-mode "ksh-mode" "\ |
3908 ksh-mode $Revision: 1.20 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3925 ksh-mode $Revision: 1.21 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3909 shell scripts. | 3926 shell scripts. |
3910 Special key bindings and commands: | 3927 Special key bindings and commands: |
3911 \\{ksh-mode-map} | 3928 \\{ksh-mode-map} |
3912 Variables controlling indentation style: | 3929 Variables controlling indentation style: |
3913 ksh-indent | 3930 ksh-indent |
5258 | 5275 |
5259 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5276 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5260 | 5277 |
5261 (autoload 'vhdl-mode "vhdl-mode" "\ | 5278 (autoload 'vhdl-mode "vhdl-mode" "\ |
5262 Major mode for editing VHDL code. | 5279 Major mode for editing VHDL code. |
5263 vhdl-mode $Revision: 1.20 $ | 5280 vhdl-mode $Revision: 1.21 $ |
5264 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5281 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5265 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5282 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5266 information already added. You just need to add a description of the | 5283 information already added. You just need to add a description of the |
5267 problem, including a reproducible test case and send the message. | 5284 problem, including a reproducible test case and send the message. |
5268 | 5285 |
6044 Visit corresponding source code. | 6061 Visit corresponding source code. |
6045 This operates on the output from the \\[compile] command." t nil) | 6062 This operates on the output from the \\[compile] command." t nil) |
6046 | 6063 |
6047 ;;;*** | 6064 ;;;*** |
6048 | 6065 |
6049 ;;;### (autoloads (cu-edit-faces) "cu-edit-faces" "packages/cu-edit-faces.el") | |
6050 | |
6051 (autoload 'cu-edit-faces "cu-edit-faces" nil t nil) | |
6052 | |
6053 ;;;*** | |
6054 | |
6055 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el") | 6066 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el") |
6056 | 6067 |
6057 (define-key global-map [(meta /)] 'dabbrev-expand) | 6068 (define-key global-map [(meta /)] 'dabbrev-expand) |
6058 | 6069 |
6059 (define-key global-map [(meta control /)] 'dabbrev-completion) | 6070 (define-key global-map [(meta control /)] 'dabbrev-completion) |
7312 | 7323 |
7313 ;;;*** | 7324 ;;;*** |
7314 | 7325 |
7315 ;;;### (autoloads (blink-paren paren-set-mode) "paren" "packages/paren.el") | 7326 ;;;### (autoloads (blink-paren paren-set-mode) "paren" "packages/paren.el") |
7316 | 7327 |
7317 (defvar paren-mode nil "\ | 7328 (defcustom paren-mode nil "*Sets the style of parenthesis highlighting.\nValid values are nil, `blink-paren', `paren', and `sexp'.\n nil no parenthesis highlighting.\n blink-paren causes the matching paren to blink.\n paren causes the matching paren to be highlighted but not to blink.\n sexp whole expression enclosed by the local paren at its mate.\n nested (not yet implemented) use variable shading to see the\n nesting of an expression. Also groks regular expressions\n and shell quoting.\n\nThis variable is global by default, but you can make it buffer-local and\nhighlight parentheses differently in different major modes." :type '(radio (const nil) (const blink-paren) (const paren) (const sexp) (const nested)) :group 'paren) |
7318 *Sets the style of parenthesis highlighting. | |
7319 Valid values are nil, `blink-paren', `paren', and `sexp'. | |
7320 nil no parenthesis highlighting. | |
7321 blink-paren causes the matching paren to blink. | |
7322 paren causes the matching paren to be highlighted but not to blink. | |
7323 sexp whole expression enclosed by the local paren at its mate. | |
7324 nested (not yet implemented) use variable shading to see the | |
7325 nesting of an expression. Also groks regular expressions | |
7326 and shell quoting. | |
7327 | |
7328 This variable is global by default, but you can make it buffer-local and | |
7329 highlight parentheses differently in different major modes.") | |
7330 | 7329 |
7331 (autoload 'paren-set-mode "paren" "\ | 7330 (autoload 'paren-set-mode "paren" "\ |
7332 Cycles through possible values for `paren-mode', force off with negative arg. | 7331 Cycles through possible values for `paren-mode', force off with negative arg. |
7333 When called from lisp, a symbolic value for `paren-mode' can be passed directly. | 7332 When called from lisp, a symbolic value for `paren-mode' can be passed directly. |
7334 See also `paren-mode' and `paren-highlight'." t nil) | 7333 See also `paren-mode' and `paren-highlight'." t nil) |
7360 | 7359 |
7361 ;;;*** | 7360 ;;;*** |
7362 | 7361 |
7363 ;;;### (autoloads (ps-setup ps-nb-pages-region ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ps-print-buffer) "ps-print" "packages/ps-print.el") | 7362 ;;;### (autoloads (ps-setup ps-nb-pages-region ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ps-print-buffer) "ps-print" "packages/ps-print.el") |
7364 | 7363 |
7365 (defvar ps-paper-type 'letter "\ | 7364 (defcustom ps-paper-type 'letter "*Specifies the size of paper to format for.\nShould be one of the paper types defined in `ps-page-dimensions-database', for\nexample `letter', `legal' or `a4'." :type '(symbol :validate (lambda (wid) (if (assq (widget-value wid) ps-page-dimensions-database) nil (widget-put wid :error "Unknown paper size") wid))) :group 'ps-print) |
7366 *Specifies the size of paper to format for. | 7365 |
7367 Should be one of the paper types defined in `ps-page-dimensions-database', for | 7366 (defcustom ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "*If non-nil, print the buffer's text in color." :type 'boolean :group 'ps-print-color) |
7368 example `letter', `legal' or `a4'.") | |
7369 | |
7370 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\ | |
7371 *If non-nil, print the buffer's text in color.") | |
7372 | 7367 |
7373 (autoload 'ps-print-buffer "ps-print" "\ | 7368 (autoload 'ps-print-buffer "ps-print" "\ |
7374 Generate and print a PostScript image of the buffer. | 7369 Generate and print a PostScript image of the buffer. |
7375 | 7370 |
7376 When called with a numeric prefix argument (C-u), prompts the user for | 7371 When called with a numeric prefix argument (C-u), prompts the user for |
8372 | 8367 |
8373 You can only play sound files if you are running on display 0 of the | 8368 You can only play sound files if you are running on display 0 of the |
8374 console of a machine with native sound support or running a NetAudio | 8369 console of a machine with native sound support or running a NetAudio |
8375 server and XEmacs has the necessary sound support compiled in. | 8370 server and XEmacs has the necessary sound support compiled in. |
8376 | 8371 |
8377 The sound file must be in the Sun/NeXT U-LAW format." t nil) | 8372 The sound file must be in the Sun/NeXT U-LAW format, except on Linux, |
8373 where .wav files are also supported by the sound card drivers." t nil) | |
8378 | 8374 |
8379 (autoload 'load-default-sounds "sound" "\ | 8375 (autoload 'load-default-sounds "sound" "\ |
8380 Load and install some sound files as beep-types. | 8376 Load and install some sound files as beep-types, using |
8381 This only works if you're on display 0 of a Sun SparcStation, SGI machine, | 8377 `load-sound-file'. This only works if you're on display 0 of the |
8382 or HP9000s700, or running a NetAudio server." t nil) | 8378 console of a machine with native sound support or running a NetAudio |
8379 server and XEmacs has the necessary sound support compiled in." t nil) | |
8383 | 8380 |
8384 ;;;*** | 8381 ;;;*** |
8385 | 8382 |
8386 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el") | 8383 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el") |
8387 | 8384 |