Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 48d667d6f17f |
children | 9f59509498e1 |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
1302 `force-flag' is the switch to pass to the command to force overwriting | 1302 `force-flag' is the switch to pass to the command to force overwriting |
1303 of existing files. | 1303 of existing files. |
1304 | 1304 |
1305 For example: | 1305 For example: |
1306 | 1306 |
1307 (setq dired-compresssion-method-alist | 1307 (setq dired-compression-method-alist |
1308 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\") | 1308 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\") |
1309 dired-compression-method-alist)) | 1309 dired-compression-method-alist)) |
1310 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\")) | 1310 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\")) |
1311 (gzip \".gz\" (\"gzip\") (\"gunzip\")) | 1311 (gzip \".gz\" (\"gzip\") (\"gunzip\")) |
1312 ...) | 1312 ...) |
1319 (defvar dired-listing-switches "-al" "\ | 1319 (defvar dired-listing-switches "-al" "\ |
1320 *Switches passed to ls for dired. MUST contain the `l' option. | 1320 *Switches passed to ls for dired. MUST contain the `l' option. |
1321 Can contain even `F', `b', `i' and `s'.") | 1321 Can contain even `F', `b', `i' and `s'.") |
1322 | 1322 |
1323 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\ | 1323 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\ |
1324 *Name of chown command (usully `chown' or `/etc/chown').") | 1324 *Name of chown command (usually `chown' or `/etc/chown').") |
1325 | 1325 |
1326 (defvar dired-gnutar-program nil "\ | 1326 (defvar dired-gnutar-program nil "\ |
1327 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). | 1327 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). |
1328 GNU tar's `z' switch is used for compressed tar files. | 1328 GNU tar's `z' switch is used for compressed tar files. |
1329 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.") | 1329 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.") |
1457 | 1457 |
1458 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame) | 1458 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame) |
1459 | 1459 |
1460 (autoload 'dired-jump-back-other-frame "dired" "\ | 1460 (autoload 'dired-jump-back-other-frame "dired" "\ |
1461 Like \\[dired-jump-back], but in another frame." t nil) | 1461 Like \\[dired-jump-back], but in another frame." t nil) |
1462 | |
1463 ;;;*** | |
1464 | |
1465 ;;;### (autoloads nil "efs-cu" "efs/efs-cu.el") | |
1466 | |
1467 (defvar efs-path-root-regexp "^/[^/:]+:" "\ | |
1468 Regexp to match the `/user@host:' root of an efs full path.") | |
1469 | |
1470 ;;;*** | |
1471 | |
1472 ;;;### (autoloads nil "efs-dump" "efs/efs-dump.el") | |
1473 | |
1474 (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'efs-file-handler-function) file-name-handler-alist)) | |
1475 | |
1476 ;;;*** | |
1477 | |
1478 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el") | |
1479 | |
1480 (autoload 'efs-set-passwd "efs-netrc" "\ | |
1481 For a given HOST and USER, set or change the associated PASSWORD." t nil) | |
1482 | |
1483 (autoload 'efs-root-file-name-all-completions "efs-netrc" nil nil nil) | |
1484 | |
1485 (autoload 'efs-root-file-name-completion "efs-netrc" nil nil nil) | |
1486 | |
1487 ;;;*** | |
1488 | |
1489 ;;;### (autoloads (efs-report-bug) "efs-report" "efs/efs-report.el") | |
1490 | |
1491 (autoload 'efs-report-bug "efs-report" "\ | |
1492 Submit a bug report for efs." t nil) | |
1493 | |
1494 ;;;*** | |
1495 | |
1496 ;;;### (autoloads (efs-file-handler-function efs-nslookup-host) "efs" "efs/efs.el") | |
1497 | |
1498 (autoload 'efs-nslookup-host "efs" "\ | |
1499 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil) | |
1500 | |
1501 (autoload 'efs-file-handler-function "efs" "\ | |
1502 Function to call special file handlers for remote files." nil nil) | |
1462 | 1503 |
1463 ;;;*** | 1504 ;;;*** |
1464 | 1505 |
1465 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") | 1506 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") |
1466 | 1507 |
2764 of the region on which it should operate. Returns number of applications of | 2805 of the region on which it should operate. Returns number of applications of |
2765 FUNC that return non-nil." t nil) | 2806 FUNC that return non-nil." t nil) |
2766 | 2807 |
2767 ;;;*** | 2808 ;;;*** |
2768 | 2809 |
2769 ;;;### (autoloads (rolo-yank rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el") | 2810 ;;;### (autoloads (rolo-yank rolo-toggle-datestamps rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el") |
2770 | 2811 |
2771 (autoload 'rolo-add "wrolo" "\ | 2812 (autoload 'rolo-add "wrolo" "\ |
2772 Adds a new entry in personal rolodex for NAME. | 2813 Adds a new entry in personal rolodex for NAME. |
2773 Last name first is best, e.g. \"Smith, John\". | 2814 Last name first is best, e.g. \"Smith, John\". |
2774 With prefix argument, prompts for optional FILE to add entry within. | 2815 With prefix argument, prompts for optional FILE to add entry within. |
2775 NAME may be of the form: parent/child to insert child below a parent | 2816 NAME may be of the form: parent/child to insert child below a parent |
2776 entry which begins with the parent string." t nil) | 2817 entry which begins with the parent string." t nil) |
2777 | 2818 |
2778 (autoload 'rolo-display-matches "wrolo" "\ | 2819 (autoload 'rolo-display-matches "wrolo" "\ |
2779 Display optional DISPLAY-BUF buffer of previously found rolodex matches. | 2820 Display optional DISPLAY-BUF buffer of previously found rolodex matches. |
2780 If DISPLAY-BUF is nil, use the value in 'rolo-display-buffer'. | 2821 If DISPLAY-BUF is nil, use the value in `rolo-display-buffer'. |
2781 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil) | 2822 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil) |
2782 | 2823 |
2783 (autoload 'rolo-edit "wrolo" "\ | 2824 (autoload 'rolo-edit "wrolo" "\ |
2784 Edits a rolodex entry given by optional NAME within 'rolo-file-list'. | 2825 Edits a rolodex entry given by optional NAME within `rolo-file-list'. |
2785 With prefix argument, prompts for optional FILE to locate entry within. | 2826 With prefix argument, prompts for optional FILE to locate entry within. |
2786 With no NAME arg, simply displays FILE or first entry in 'rolo-file-list' in an | 2827 With no NAME arg, simply displays FILE or first entry in `rolo-file-list' in an |
2787 editable mode. NAME may be of the form: parent/child to edit child below a | 2828 editable mode. NAME may be of the form: parent/child to edit child below a |
2788 parent entry which begins with the parent string." t nil) | 2829 parent entry which begins with the parent string." t nil) |
2789 | 2830 |
2790 (autoload 'rolo-fgrep "wrolo" "\ | 2831 (autoload 'rolo-fgrep "wrolo" "\ |
2791 Display rolodex entries matching STRING. | 2832 Display rolodex entries matching STRING. |
2816 | 2857 |
2817 Returns number of entries matched. See also documentation for the variable | 2858 Returns number of entries matched. See also documentation for the variable |
2818 rolo-file-list." t nil) | 2859 rolo-file-list." t nil) |
2819 | 2860 |
2820 (autoload 'rolo-kill "wrolo" "\ | 2861 (autoload 'rolo-kill "wrolo" "\ |
2821 Kills a rolodex entry given by NAME within 'rolo-file-list'. | 2862 Kills a rolodex entry given by NAME within `rolo-file-list'. |
2822 With prefix argument, prompts for optional FILE to locate entry within. | 2863 With prefix argument, prompts for optional FILE to locate entry within. |
2823 NAME may be of the form: parent/child to kill child below a parent entry | 2864 NAME may be of the form: parent/child to kill child below a parent entry |
2824 which begins with the parent string. | 2865 which begins with the parent string. |
2825 Returns t if entry is killed, nil otherwise." t nil) | 2866 Returns t if entry is killed, nil otherwise." t nil) |
2826 | 2867 |
2827 (autoload 'rolo-sort "wrolo" "\ | 2868 (autoload 'rolo-sort "wrolo" "\ |
2828 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo). | 2869 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo). |
2829 Assumes entries are delimited by one or more '*'characters. | 2870 Assumes entries are delimited by one or more `*'characters. |
2830 Returns list of number of groupings at each entry level." t nil) | 2871 Returns list of number of groupings at each entry level." t nil) |
2872 | |
2873 (autoload 'rolo-toggle-datestamps "wrolo" "\ | |
2874 Toggle whether datestamps are updated when rolodex entries are modified. | |
2875 With optional ARG, turn them on iff ARG is positive." t nil) | |
2831 | 2876 |
2832 (autoload 'rolo-yank "wrolo" "\ | 2877 (autoload 'rolo-yank "wrolo" "\ |
2833 Inserts at point the first rolodex entry matching NAME. | 2878 Inserts at point the first rolodex entry matching NAME. |
2834 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead | 2879 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead |
2835 of a string." t nil) | 2880 of a string." t nil) |
3838 ;;;*** | 3883 ;;;*** |
3839 | 3884 |
3840 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3885 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3841 | 3886 |
3842 (autoload 'ksh-mode "ksh-mode" "\ | 3887 (autoload 'ksh-mode "ksh-mode" "\ |
3843 ksh-mode $Revision: 1.16 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3888 ksh-mode $Revision: 1.17 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3844 shell scripts. | 3889 shell scripts. |
3845 Special key bindings and commands: | 3890 Special key bindings and commands: |
3846 \\{ksh-mode-map} | 3891 \\{ksh-mode-map} |
3847 Variables controlling indentation style: | 3892 Variables controlling indentation style: |
3848 ksh-indent | 3893 ksh-indent |
4600 Non-nil makes an open-parenthesis char (one of `([<{') | 4645 Non-nil makes an open-parenthesis char (one of `([<{') |
4601 automatically insert its close if typed after an @Command form." t nil) | 4646 automatically insert its close if typed after an @Command form." t nil) |
4602 | 4647 |
4603 ;;;*** | 4648 ;;;*** |
4604 | 4649 |
4605 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode) "sendmail" "modes/sendmail.el") | 4650 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode user-mail-address) "sendmail" "modes/sendmail.el") |
4606 | 4651 |
4607 (defvar mail-from-style 'angles "\ | 4652 (defvar mail-from-style 'angles "\ |
4608 *Specifies how \"From:\" fields look. | 4653 *Specifies how \"From:\" fields look. |
4609 | 4654 |
4610 If `nil', they contain just the return address like: | 4655 If `nil', they contain just the return address like: |
4660 nil means use indentation.") | 4705 nil means use indentation.") |
4661 | 4706 |
4662 (defvar mail-signature nil "\ | 4707 (defvar mail-signature nil "\ |
4663 *Text inserted at end of mail buffer when a message is initialized. | 4708 *Text inserted at end of mail buffer when a message is initialized. |
4664 If t, it means to insert the contents of the file `mail-signature-file'.") | 4709 If t, it means to insert the contents of the file `mail-signature-file'.") |
4710 | |
4711 (autoload 'user-mail-address "sendmail" "\ | |
4712 Query the user for his mail address, unless it is already known." t nil) | |
4665 | 4713 |
4666 (autoload 'mail-mode "sendmail" "\ | 4714 (autoload 'mail-mode "sendmail" "\ |
4667 Major mode for editing mail to be sent. | 4715 Major mode for editing mail to be sent. |
4668 Like Text Mode but with these additional commands: | 4716 Like Text Mode but with these additional commands: |
4669 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit | 4717 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit |
5191 | 5239 |
5192 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5240 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5193 | 5241 |
5194 (autoload 'vhdl-mode "vhdl-mode" "\ | 5242 (autoload 'vhdl-mode "vhdl-mode" "\ |
5195 Major mode for editing VHDL code. | 5243 Major mode for editing VHDL code. |
5196 vhdl-mode $Revision: 1.16 $ | 5244 vhdl-mode $Revision: 1.17 $ |
5197 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5245 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5198 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5246 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5199 information already added. You just need to add a description of the | 5247 information already added. You just need to add a description of the |
5200 problem, including a reproducible test case and send the message. | 5248 problem, including a reproducible test case and send the message. |
5201 | 5249 |