Mercurial > emacs
comparison etc/NEWS @ 99813:b102ebc8ec55
Add `dired-isearch-filenames' is `dwim'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 22 Nov 2008 20:41:10 +0000 |
parents | f37d12337b26 |
children | 3744f301d8d5 |
comparison
equal
deleted
inserted
replaced
99812:fa8a56f094db | 99813:b102ebc8ec55 |
---|---|
744 the command asynchronously without the need to manually add ampersand | 744 the command asynchronously without the need to manually add ampersand |
745 to the end of the command. Its output appears in the buffer `*Async Shell | 745 to the end of the command. Its output appears in the buffer `*Async Shell |
746 Command*'. | 746 Command*'. |
747 +++ | 747 +++ |
748 *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. | 748 *** `M-s f C-s' and `M-s f M-C-s' run Isearch that matches only at file names. |
749 When a new user option `dired-isearch-filenames' is non-nil, then even | 749 When a new user option `dired-isearch-filenames' is t, then even ordinary |
750 ordinary Isearch started with `C-s' and `C-M-s' matches only at file names | 750 Isearch started with `C-s' and `C-M-s' matches only at file names in the |
751 in the Dired buffer. You can toggle file names matching on or off | 751 Dired buffer. When `dired-isearch-filenames' is `dwim' then activation of |
752 by typing `M-s f' in Isearch mode. | 752 file name Isearch depends on the position of point - if point is on a file |
753 name initially, then Isearch matches only file names, otherwise it matches | |
754 everywhere in the Dired buffer. You can toggle file names matching on or | |
755 off by typing `M-s f' in Isearch mode. | |
753 +++ | 756 +++ |
754 *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. | 757 *** `M-s a C-s' and `M-s a M-C-s' run multi-file Isearch on the marked files. |
755 They visit the first marked file in the sequence and display the usual Isearch | 758 They visit the first marked file in the sequence and display the usual Isearch |
756 prompt for a string or a regexp where all Isearch commands are available. | 759 prompt for a string or a regexp where all Isearch commands are available. |
757 --- | 760 --- |