diff options
| author | Juri Linkov | 2008-07-29 16:42:27 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-07-29 16:42:27 +0000 |
| commit | d1949cd5c6fc3542afe08cdc6e1d641218ee09ce (patch) | |
| tree | cef9ca32d60e53e199a43fea50f0b60f9acdfdce | |
| parent | 48e740bfe455a962c1f667a3b3922cf7d1fff95c (diff) | |
| download | emacs-d1949cd5c6fc3542afe08cdc6e1d641218ee09ce.tar.gz emacs-d1949cd5c6fc3542afe08cdc6e1d641218ee09ce.zip | |
Add `&' `dired-do-async-shell-command'.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 `%&' | ||
| 257 | on 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 |
| 258 | list accessible by M-n instead of pushing all guesses temporarily into | 261 | list accessible by M-n instead of pushing all guesses temporarily into |
| @@ -623,6 +626,11 @@ It is bound to `C-x 4 A'. | |||
| 623 | and C-x C-q in wdired-mode exits it with asking a question about | 626 | and C-x C-q in wdired-mode exits it with asking a question about |
| 624 | saving changes. | 627 | saving changes. |
| 625 | 628 | ||
| 629 | *** `&' runs the command `dired-do-async-shell-command' that executes | ||
| 630 | the command asynchronously without the need to manually add ampersand | ||
| 631 | to the end of the command. Its output appears in the buffer `*Async Shell | ||
| 632 | Command*'. | ||
| 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. |
| 627 | When a new user option `dired-isearch-filenames' is non-nil, then even | 635 | When a new user option `dired-isearch-filenames' is non-nil, then even |
| 628 | ordinary Isearch started with `C-s' and `C-M-s' matches only at file names | 636 | ordinary Isearch started with `C-s' and `C-M-s' matches only at file names |