Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 40:7e54bd776075 r19-15b103
Import from CVS: tag r19-15b103
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:25 +0200 |
parents | 1a767b41a199 |
children | 8b8b7f3559a2 |
comparison
equal
deleted
inserted
replaced
39:06f275776fba | 40:7e54bd776075 |
---|---|
1202 `force-flag' is the switch to pass to the command to force overwriting | 1202 `force-flag' is the switch to pass to the command to force overwriting |
1203 of existing files. | 1203 of existing files. |
1204 | 1204 |
1205 For example: | 1205 For example: |
1206 | 1206 |
1207 (setq dired-compresssion-method-alist | 1207 (setq dired-compression-method-alist |
1208 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\") | 1208 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\") |
1209 dired-compression-method-alist)) | 1209 dired-compression-method-alist)) |
1210 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\")) | 1210 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\")) |
1211 (gzip \".gz\" (\"gzip\") (\"gunzip\")) | 1211 (gzip \".gz\" (\"gzip\") (\"gunzip\")) |
1212 ...) | 1212 ...) |
1219 (defvar dired-listing-switches "-al" "\ | 1219 (defvar dired-listing-switches "-al" "\ |
1220 *Switches passed to ls for dired. MUST contain the `l' option. | 1220 *Switches passed to ls for dired. MUST contain the `l' option. |
1221 Can contain even `F', `b', `i' and `s'.") | 1221 Can contain even `F', `b', `i' and `s'.") |
1222 | 1222 |
1223 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\ | 1223 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\ |
1224 *Name of chown command (usully `chown' or `/etc/chown').") | 1224 *Name of chown command (usually `chown' or `/etc/chown').") |
1225 | 1225 |
1226 (defvar dired-gnutar-program nil "\ | 1226 (defvar dired-gnutar-program nil "\ |
1227 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). | 1227 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\"). |
1228 GNU tar's `z' switch is used for compressed tar files. | 1228 GNU tar's `z' switch is used for compressed tar files. |
1229 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.") | 1229 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.") |
1357 | 1357 |
1358 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame) | 1358 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame) |
1359 | 1359 |
1360 (autoload 'dired-jump-back-other-frame "dired" "\ | 1360 (autoload 'dired-jump-back-other-frame "dired" "\ |
1361 Like \\[dired-jump-back], but in another frame." t nil) | 1361 Like \\[dired-jump-back], but in another frame." t nil) |
1362 | |
1363 ;;;*** | |
1364 | |
1365 ;;;### (autoloads nil "efs-cu" "efs/efs-cu.el") | |
1366 | |
1367 (defvar efs-path-root-regexp "^/[^/:]+:" "\ | |
1368 Regexp to match the `/user@host:' root of an efs full path.") | |
1369 | |
1370 ;;;*** | |
1371 | |
1372 ;;;### (autoloads nil "efs-dump" "efs/efs-dump.el") | |
1373 | |
1374 (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'efs-file-handler-function) file-name-handler-alist)) | |
1375 | |
1376 ;;;*** | |
1377 | |
1378 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el") | |
1379 | |
1380 (autoload 'efs-set-passwd "efs-netrc" "\ | |
1381 For a given HOST and USER, set or change the associated PASSWORD." t nil) | |
1382 | |
1383 (autoload 'efs-root-file-name-all-completions "efs-netrc" nil nil nil) | |
1384 | |
1385 (autoload 'efs-root-file-name-completion "efs-netrc" nil nil nil) | |
1386 | |
1387 ;;;*** | |
1388 | |
1389 ;;;### (autoloads (efs-report-bug) "efs-report" "efs/efs-report.el") | |
1390 | |
1391 (autoload 'efs-report-bug "efs-report" "\ | |
1392 Submit a bug report for efs." t nil) | |
1393 | |
1394 ;;;*** | |
1395 | |
1396 ;;;### (autoloads (efs-file-handler-function efs-nslookup-host) "efs" "efs/efs.el") | |
1397 | |
1398 (autoload 'efs-nslookup-host "efs" "\ | |
1399 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil) | |
1400 | |
1401 (autoload 'efs-file-handler-function "efs" "\ | |
1402 Function to call special file handlers for remote files." nil nil) | |
1362 | 1403 |
1363 ;;;*** | 1404 ;;;*** |
1364 | 1405 |
1365 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") | 1406 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") |
1366 | 1407 |
3676 ;;;*** | 3717 ;;;*** |
3677 | 3718 |
3678 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3719 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3679 | 3720 |
3680 (autoload 'ksh-mode "ksh-mode" "\ | 3721 (autoload 'ksh-mode "ksh-mode" "\ |
3681 ksh-mode $Revision: 1.16 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3722 ksh-mode $Revision: 1.17 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3682 shell scripts. | 3723 shell scripts. |
3683 Special key bindings and commands: | 3724 Special key bindings and commands: |
3684 \\{ksh-mode-map} | 3725 \\{ksh-mode-map} |
3685 Variables controlling indentation style: | 3726 Variables controlling indentation style: |
3686 ksh-indent | 3727 ksh-indent |
4951 | 4992 |
4952 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 4993 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
4953 | 4994 |
4954 (autoload 'vhdl-mode "vhdl-mode" "\ | 4995 (autoload 'vhdl-mode "vhdl-mode" "\ |
4955 Major mode for editing VHDL code. | 4996 Major mode for editing VHDL code. |
4956 vhdl-mode $Revision: 1.16 $ | 4997 vhdl-mode $Revision: 1.17 $ |
4957 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 4998 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
4958 vhdl-mode buffer. This automatically sets up a mail buffer with version | 4999 vhdl-mode buffer. This automatically sets up a mail buffer with version |
4959 information already added. You just need to add a description of the | 5000 information already added. You just need to add a description of the |
4960 problem, including a reproducible test case and send the message. | 5001 problem, including a reproducible test case and send the message. |
4961 | 5002 |