Local Variables
Top
Virtual Dired
Based upon the name of a filename, Dired tries to guess what shell
command you might want to apply to it. For example, if you have point
on a file named `foo.tar
' and you press !, Dired will guess
you want to `tar xvf
' it and suggest that as the default shell
command.
The default will be mentioned in brackets and you can type M-p to get
the default into the minibuffer so that you can edit it, e.g., changing
`tar xvf
' to `tar tvf
'. If there are several commands for a given
file, e.g., `xtex
' and `dvips
' for a `.dvi
' file, you can type
M-p several times to see each of the matching commands.
Dired only tries to guess a command for a single file, never for a list of marked files.
dired-guess-shell-alist-default
|
Predefined rules for shell commands. Set this to |
dired-guess-shell-alist-user
|
If non- Each element of the alist looks like
where each command can either be a string or a lisp expression that evaluates to a string. If several COMMANDs are given, all will temporarily be pushed on the history.
You can set this variable in your `
This will override any predefined rules for the same extensions. |
dired-guess-shell-gnutar
|
Default:
If non- |
dired-guess-shell-gzip-quiet
|
Default:
A non- |
dired-guess-shell-znew-switches nil
|
Default:
A string of switches passed to GNU zip's ` |
dired-shell-command-history nil
|
History list for commands that read dired-shell commands. |