Mercurial > emacs
comparison etc/NEWS @ 99448:2180718d3d18
Documented Dired changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 07 Nov 2008 19:02:57 +0000 |
parents | 4e42b5a30f24 |
children | 6aa6a39cd1cd |
comparison
equal
deleted
inserted
replaced
99447:2e290d0d21c9 | 99448:2180718d3d18 |
---|---|
295 (Actually, this feature was introduced with Emacs 22, but it was not | 295 (Actually, this feature was introduced with Emacs 22, but it was not |
296 documented.) | 296 documented.) |
297 | 297 |
298 * Incompatible Editing Changes in Emacs 23.1 | 298 * Incompatible Editing Changes in Emacs 23.1 |
299 | 299 |
300 +++ | |
300 ** In Dired, `dired-flag-garbage-files' is rebound from `&' to `%&' | 301 ** In Dired, `dired-flag-garbage-files' is rebound from `&' to `%&' |
301 on the regexp command prefix map. | 302 on the regexp command prefix map. |
302 | 303 |
303 +++ | 304 +++ |
304 ** In Dired-x, all command guesses for ! are now added to the default | 305 ** In Dired-x, all command guesses for ! are now added to the default |
383 incremental search commands as well: C-s or C-M-s starts searching | 384 incremental search commands as well: C-s or C-M-s starts searching |
384 the default values and after the end of defaults they continue | 385 the default values and after the end of defaults they continue |
385 searching minibuffer completion items. | 386 searching minibuffer completion items. |
386 --- | 387 --- |
387 *** Minibuffer input of shell commands now comes with completion. | 388 *** Minibuffer input of shell commands now comes with completion. |
388 | 389 +++ |
389 *** In the `C-x d' (Dired) prompt, typing M-n gives the visited file | 390 *** In the `C-x d' (Dired) prompt, typing M-n gives the visited file |
390 name of the current buffer. | 391 name of the current buffer. |
391 | 392 |
392 *** In the M-! (shell-command) prompt, M-n provides some default commands. | 393 *** In the M-! (shell-command) prompt, M-n provides some default commands. |
393 These are guessed using the file extension of the current file, based | 394 These are guessed using the file extension of the current file, based |
725 +++ | 726 +++ |
726 *** The new function `diff-show-trailing-whitespaces' shows | 727 *** The new function `diff-show-trailing-whitespaces' shows |
727 trailing whitespace problems in the modified lines of a diff buffer. | 728 trailing whitespace problems in the modified lines of a diff buffer. |
728 | 729 |
729 ** Dired | 730 ** Dired |
730 | 731 +++ |
731 *** In Dired, C-x C-q now runs the command wdired-change-to-wdired-mode, | 732 *** In Dired, C-x C-q now runs the command wdired-change-to-wdired-mode, |
732 and C-x C-q in wdired-mode exits it with asking a question about | 733 and C-x C-q in wdired-mode exits it with asking a question about |
733 saving changes. | 734 saving changes. |
734 | 735 +++ |
735 *** `&' runs the command `dired-do-async-shell-command' that executes | 736 *** `&' runs the command `dired-do-async-shell-command' that executes |
736 the command asynchronously without the need to manually add ampersand | 737 the command asynchronously without the need to manually add ampersand |
737 to the end of the command. Its output appears in the buffer `*Async Shell | 738 to the end of the command. Its output appears in the buffer `*Async Shell |
738 Command*'. | 739 Command*'. |
739 | 740 +++ |
740 *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. | 741 *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. |
741 When a new user option `dired-isearch-filenames' is non-nil, then even | 742 When a new user option `dired-isearch-filenames' is non-nil, then even |
742 ordinary Isearch started with `C-s' and `C-M-s' matches only at file names | 743 ordinary Isearch started with `C-s' and `C-M-s' matches only at file names |
743 in the Dired buffer. You can toggle file names matching on or off | 744 in the Dired buffer. You can toggle file names matching on or off |
744 by typing `M-s f' in Isearch mode. | 745 by typing `M-s f' in Isearch mode. |
745 | 746 +++ |
746 *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. | 747 *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. |
747 They visit the first marked file in the sequence and display the usual Isearch | 748 They visit the first marked file in the sequence and display the usual Isearch |
748 prompt for a string or a regexp where all Isearch commands are available. | 749 prompt for a string or a regexp where all Isearch commands are available. |
749 | 750 --- |
750 *** `Q' in Dired provides two new keys for multi-file replacement. | 751 *** `Q' in Dired provides two new keys for multi-file replacement. |
751 The upper case key `Y' replaces all remaining matches in all remaining files | 752 The upper case key `Y' replaces all remaining matches in all remaining files |
752 with no more questions. The upper case key `N' stops doing replacements | 753 with no more questions. The upper case key `N' stops doing replacements |
753 in the current file and skips to the next file. These multi-file keys | 754 in the current file and skips to the next file. These multi-file keys |
754 are available for all commands that use `tags-query-replace' | 755 are available for all commands that use `tags-query-replace' |