Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
115:f109f7dabbe2 | 116:9f59509498e1 |
---|---|
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-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "cus-edit" "custom/cus-edit.el") | 1002 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-save-all custom-buffer-create customize-apropos customize-customized customize-face 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" "\ |
1022 (autoload 'custom-buffer-create "cus-edit" "\ | 1022 (autoload 'custom-buffer-create "cus-edit" "\ |
1023 Create a buffer containing OPTIONS. | 1023 Create a buffer containing OPTIONS. |
1024 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where | 1024 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where |
1025 SYMBOL is a customization option, and WIDGET is a widget for editing | 1025 SYMBOL is a customization option, and WIDGET is a widget for editing |
1026 that option." nil nil) | 1026 that option." nil nil) |
1027 | |
1028 (autoload 'custom-save-all "cus-edit" "\ | |
1029 Save all customizations in `custom-file'." nil nil) | |
1027 | 1030 |
1028 (autoload 'custom-menu-update "cus-edit" "\ | 1031 (autoload 'custom-menu-update "cus-edit" "\ |
1029 Update customize menu." t nil) | 1032 Update customize menu." t nil) |
1030 | 1033 |
1031 (autoload 'custom-make-dependencies "cus-edit" "\ | 1034 (autoload 'custom-make-dependencies "cus-edit" "\ |
1460 (autoload 'dired-jump-back-other-frame "dired" "\ | 1463 (autoload 'dired-jump-back-other-frame "dired" "\ |
1461 Like \\[dired-jump-back], but in another frame." t nil) | 1464 Like \\[dired-jump-back], but in another frame." t nil) |
1462 | 1465 |
1463 ;;;*** | 1466 ;;;*** |
1464 | 1467 |
1465 ;;;### (autoloads nil "efs-cu" "efs/efs-cu.el") | 1468 ;;;### (autoloads (efs-ftp-path) "efs-cu" "efs/efs-cu.el") |
1466 | 1469 |
1467 (defvar efs-path-root-regexp "^/[^/:]+:" "\ | 1470 (defvar efs-path-root-regexp "^/[^/:]+:" "\ |
1468 Regexp to match the `/user@host:' root of an efs full path.") | 1471 Regexp to match the `/user@host:' root of an efs full path.") |
1469 | 1472 |
1470 ;;;*** | 1473 (autoload 'efs-ftp-path "efs-cu" "\ |
1471 | 1474 Parse PATH according to efs-path-regexp. |
1472 ;;;### (autoloads nil "efs-dump" "efs/efs-dump.el") | 1475 Returns a list (HOST USER PATH), or nil if PATH does not match the format." nil nil) |
1473 | 1476 |
1474 (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'efs-file-handler-function) file-name-handler-alist)) | 1477 ;;;*** |
1478 | |
1479 ;;;### (autoloads (remote-path-file-handler-function) "efs-dump" "efs/efs-dump.el") | |
1480 | |
1481 (defvar allow-remote-paths t "\ | |
1482 *Set this to nil if you don't want remote paths to access | |
1483 remote files.") | |
1484 | |
1485 (or (assoc efs-path-root-regexp file-name-handler-alist) (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'remote-path-file-handler-function) file-name-handler-alist))) | |
1486 | |
1487 (autoload 'remote-path-file-handler-function "efs-dump" "\ | |
1488 Function to call special file handlers for remote files." nil nil) | |
1475 | 1489 |
1476 ;;;*** | 1490 ;;;*** |
1477 | 1491 |
1478 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el") | 1492 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el") |
1479 | 1493 |
1491 (autoload 'efs-report-bug "efs-report" "\ | 1505 (autoload 'efs-report-bug "efs-report" "\ |
1492 Submit a bug report for efs." t nil) | 1506 Submit a bug report for efs." t nil) |
1493 | 1507 |
1494 ;;;*** | 1508 ;;;*** |
1495 | 1509 |
1496 ;;;### (autoloads (efs-file-handler-function efs-nslookup-host) "efs" "efs/efs.el") | 1510 ;;;### (autoloads (efs-file-handler-function efs-nslookup-host efs-display-ftp-activity) "efs" "efs/efs.el") |
1511 | |
1512 (autoload 'efs-display-ftp-activity "efs" "\ | |
1513 Displays the number of active background ftp sessions in the modeline. | |
1514 Uses the variable `efs-mode-line-format' to determine how this will be | |
1515 displayed." t nil) | |
1497 | 1516 |
1498 (autoload 'efs-nslookup-host "efs" "\ | 1517 (autoload 'efs-nslookup-host "efs" "\ |
1499 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil) | 1518 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil) |
1500 | 1519 |
1501 (autoload 'efs-file-handler-function "efs" "\ | 1520 (autoload 'efs-file-handler-function "efs" "\ |
2284 | 2303 |
2285 ;;;*** | 2304 ;;;*** |
2286 | 2305 |
2287 ;;;### (autoloads (unbold-region bold-region message-news-other-frame message-news-other-window message-mail-other-frame message-mail-other-window message-bounce message-resend message-forward message-recover message-supersede message-cancel-news message-followup message-wide-reply message-reply message-news message-mail message-mode) "message" "gnus/message.el") | 2306 ;;;### (autoloads (unbold-region bold-region message-news-other-frame message-news-other-window message-mail-other-frame message-mail-other-window message-bounce message-resend message-forward message-recover message-supersede message-cancel-news message-followup message-wide-reply message-reply message-news message-mail message-mode) "message" "gnus/message.el") |
2288 | 2307 |
2289 (defcustom message-fcc-handler-function 'message-output "*A function called to save outgoing articles.\nThis function will be called with the name of the file to store the\narticle in. The default function is `message-output' which saves in Unix\nmailbox format." :type '(radio (function-item message-output) (function :tag "Other")) :group 'message-sending) | |
2290 | |
2291 (defcustom message-from-style 'default "*Specifies how \"From\" headers look.\n\nIf `nil', they contain just the return address like:\n king@grassland.com\nIf `parens', they look like:\n king@grassland.com (Elvis Parsley)\nIf `angles', they look like:\n Elvis Parsley <king@grassland.com>\n\nOtherwise, most addresses look like `angles', but they look like\n`parens' if `angles' would need quoting and `parens' would not." :type '(choice (const :tag "simple" nil) (const parens) (const angles) (const default)) :group 'message-headers) | 2308 (defcustom message-from-style 'default "*Specifies how \"From\" headers look.\n\nIf `nil', they contain just the return address like:\n king@grassland.com\nIf `parens', they look like:\n king@grassland.com (Elvis Parsley)\nIf `angles', they look like:\n Elvis Parsley <king@grassland.com>\n\nOtherwise, most addresses look like `angles', but they look like\n`parens' if `angles' would need quoting and `parens' would not." :type '(choice (const :tag "simple" nil) (const parens) (const angles) (const default)) :group 'message-headers) |
2292 | 2309 |
2293 (defcustom message-signature-separator "^-- *$" "Regexp matching the signature separator." :type 'regexp :group 'message-various) | 2310 (defcustom message-signature-separator "^-- *$" "Regexp matching the signature separator." :type 'regexp :group 'message-various) |
2294 | 2311 |
2295 (defcustom message-user-organization-file "/usr/lib/news/organization" "*Local news organization file." :type 'file :group 'message-headers) | 2312 (defcustom message-user-organization-file "/usr/lib/news/organization" "*Local news organization file." :type 'file :group 'message-headers) |
2503 ;;;*** | 2520 ;;;*** |
2504 | 2521 |
2505 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el") | 2522 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el") |
2506 | 2523 |
2507 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\ | 2524 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\ |
2508 Expand the templates in the region from BEGIN to END. | 2525 Expands the templates in the region from BEGIN to END. |
2509 If BEGIN and and are nil, then the current region is used." t nil) | 2526 If BEGIN and END are nil, then the current region is used." t nil) |
2510 | 2527 |
2511 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\ | 2528 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\ |
2512 Expand all templates in the current buffer." t nil) | 2529 Expands all templates in the current buffer." t nil) |
2513 | 2530 |
2514 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\ | 2531 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\ |
2515 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t. | 2532 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t. |
2516 This command tries to read the template file from a list of | 2533 This command tries to read the template file from a list of |
2517 predefined directries (look at `tmpl-template-dir-list') and it filters | 2534 predefined directories (look at `tmpl-template-dir-list') and it filters |
2518 the contents of this directories with the regular expression | 2535 the contents of these directories with the regular expression |
2519 `tmpl-filter-regexp' (look also at this variable). | 2536 `tmpl-filter-regexp' (look also at this variable). |
2520 The command uses a history variable, which could be changed with the | 2537 The command uses a history variable, which could be changed with the |
2521 variable `tmpl-history-variable-name'. | 2538 variable `tmpl-history-variable-name'. |
2522 | 2539 |
2523 The user of the command is able to change interactive to another | 2540 The user of the command is able to change interactively to another |
2524 directory by entering at first the string \"Change the directory\". | 2541 directory by entering at first the string \"Change the directory\". |
2525 This maybe to difficult for the user. Therefore another command | 2542 This may be too difficult for the user. Therefore another command |
2526 called `tmpl-insert-template-file' exist, which doesn't use fixed | 2543 called `tmpl-insert-template-file' exist, which doesn't use fixed |
2527 directories and filters." t nil) | 2544 directories and filters." t nil) |
2528 | 2545 |
2529 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\ | 2546 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\ |
2530 Insert a template FILE and expand it, if `tmpl-automatic-expand' is t. | 2547 Inserts a template FILE and expand it, if `tmpl-automatic-expand' is t. |
2531 Look also at `tmpl-template-dir-list', to specify a default template directory. | 2548 Look also at `tmpl-template-dir-list', to specify a default template directory. |
2532 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs' | 2549 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs' |
2533 which has additional advantages (and disadvantages :-). | 2550 which has additional advantages (and disadvantages :-). |
2534 | 2551 |
2535 ATTENTION: The interface of this function has changed. The old | 2552 ATTENTION: The interface of this function has changed. The old |
3883 ;;;*** | 3900 ;;;*** |
3884 | 3901 |
3885 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3902 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3886 | 3903 |
3887 (autoload 'ksh-mode "ksh-mode" "\ | 3904 (autoload 'ksh-mode "ksh-mode" "\ |
3888 ksh-mode $Revision: 1.17 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3905 ksh-mode $Revision: 1.18 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3889 shell scripts. | 3906 shell scripts. |
3890 Special key bindings and commands: | 3907 Special key bindings and commands: |
3891 \\{ksh-mode-map} | 3908 \\{ksh-mode-map} |
3892 Variables controlling indentation style: | 3909 Variables controlling indentation style: |
3893 ksh-indent | 3910 ksh-indent |
5239 | 5256 |
5240 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5257 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5241 | 5258 |
5242 (autoload 'vhdl-mode "vhdl-mode" "\ | 5259 (autoload 'vhdl-mode "vhdl-mode" "\ |
5243 Major mode for editing VHDL code. | 5260 Major mode for editing VHDL code. |
5244 vhdl-mode $Revision: 1.17 $ | 5261 vhdl-mode $Revision: 1.18 $ |
5245 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5262 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5246 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5263 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5247 information already added. You just need to add a description of the | 5264 information already added. You just need to add a description of the |
5248 problem, including a reproducible test case and send the message. | 5265 problem, including a reproducible test case and send the message. |
5249 | 5266 |
5258 \\{vhdl-mode-map}" t nil) | 5275 \\{vhdl-mode-map}" t nil) |
5259 | 5276 |
5260 ;;;*** | 5277 ;;;*** |
5261 | 5278 |
5262 ;;;### (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") | 5279 ;;;### (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") |
5280 | |
5281 (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 " | |
5282 " '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)) | |
5283 | |
5284 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map)) | |
5263 | 5285 |
5264 (autoload 'view-file "view-less" "\ | 5286 (autoload 'view-file "view-less" "\ |
5265 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil) | 5287 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil) |
5266 | 5288 |
5267 (autoload 'view-buffer "view-less" "\ | 5289 (autoload 'view-buffer "view-less" "\ |