aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-07-29 16:42:27 +0000
committerJuri Linkov2008-07-29 16:42:27 +0000
commitd1949cd5c6fc3542afe08cdc6e1d641218ee09ce (patch)
treecef9ca32d60e53e199a43fea50f0b60f9acdfdce
parent48e740bfe455a962c1f667a3b3922cf7d1fff95c (diff)
downloademacs-d1949cd5c6fc3542afe08cdc6e1d641218ee09ce.tar.gz
emacs-d1949cd5c6fc3542afe08cdc6e1d641218ee09ce.zip
Add `&' `dired-do-async-shell-command'.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a21c1aae6c0..ebf55fd8088 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -253,6 +253,9 @@ following arguments.
253 253
254* Incompatible Editing Changes in Emacs 23.1 254* Incompatible Editing Changes in Emacs 23.1
255 255
256** In Dired, `dired-flag-garbage-files' is rebound from `&' to `%&'
257on the regexp command prefix map.
258
256+++ 259+++
257** In Dired-x, all command guesses for ! are now added to the default 260** In Dired-x, all command guesses for ! are now added to the default
258list accessible by M-n instead of pushing all guesses temporarily into 261list accessible by M-n instead of pushing all guesses temporarily into
@@ -623,6 +626,11 @@ It is bound to `C-x 4 A'.
623and C-x C-q in wdired-mode exits it with asking a question about 626and C-x C-q in wdired-mode exits it with asking a question about
624saving changes. 627saving changes.
625 628
629*** `&' runs the command `dired-do-async-shell-command' that executes
630the command asynchronously without the need to manually add ampersand
631to the end of the command. Its output appears in the buffer `*Async Shell
632Command*'.
633
626*** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. 634*** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names.
627When a new user option `dired-isearch-filenames' is non-nil, then even 635When a new user option `dired-isearch-filenames' is non-nil, then even
628ordinary Isearch started with `C-s' and `C-M-s' matches only at file names 636ordinary Isearch started with `C-s' and `C-M-s' matches only at file names