1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(Dired Navigation): Change normal file name search option

from `non-nil' to `t'.  Add `dwim' option.
This commit is contained in:
Juri Linkov 2008-11-22 20:41:49 +00:00
parent 2cb5f8ed9d
commit 607f5f88f9
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-11-22 Juri Linkov <juri@jurta.org>
* dired.texi (Dired Navigation): Change normal file name search option
from `non-nil' to `t'. Add `dwim' option.
2008-11-22 Juri Linkov <juri@jurta.org>
* custom.texi (Directory Variables): Rename ".dir-settings.el" to

View file

@ -124,10 +124,12 @@ incremental search in the Dired buffer, looking for matches only
amongst the file names and ignoring the rest of the text in the
buffer. @kbd{M-s f M-C-s} (@code{dired-isearch-filenames-regexp})
does the same, using a regular expression search. If you change the
variable @var{dired-isearch-filenames} to non-@code{nil}, then the
variable @var{dired-isearch-filenames} to @code{t}, then the
usual search commands also limit themselves to the file names; for
instance, @kbd{C-s} behaves like @kbd{M-s f C-s}. @xref{Search}, for
information about incremental search.
instance, @kbd{C-s} behaves like @kbd{M-s f C-s}. If the value is
@code{dwim}, then search commands match the file names only when point
was on a file name initially. @xref{Search}, for information about
incremental search.
Some additional navigation commands are available when the Dired
buffer includes several directories. @xref{Subdirectory Motion}.