1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Shell Command Guessing): Default values are now available by typing M-n instead of M-p.

This commit is contained in:
Juri Linkov 2007-10-22 00:30:53 +00:00
parent c066bafa71
commit e658c8eee6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-10-22 Juri Linkov <juri@jurta.org>
* dired-x.texi (Shell Command Guessing): Default values are now
available by typing M-n instead of M-p.
2007-10-21 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Cleanup remote connections): New section.

View File

@ -656,11 +656,11 @@ on a file named @file{foo.tar} and you press @kbd{!}, Dired will guess
you want to @samp{tar xvf} it and suggest that as the default shell
command.
The default is mentioned in brackets and you can type @kbd{M-p} to get
The default is mentioned in brackets and you can type @kbd{M-n} to get
the default into the minibuffer and then edit it, e.g., to change
@samp{tar xvf} to @samp{tar tvf}. If there are several commands for a given
file, e.g., @samp{xtex} and @samp{dvips} for a @file{.dvi} file, you can type
@kbd{M-p} several times to see each of the matching commands.
@kbd{M-n} 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.