From: Juri Linkov Date: Sat, 22 Nov 2008 20:41:49 +0000 (+0000) Subject: (Dired Navigation): Change normal file name search option X-Git-Tag: emacs-pretest-23.0.90~1625 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=607f5f88f94bc809e1a030df82aba4fb37f2097d;p=emacs.git (Dired Navigation): Change normal file name search option from `non-nil' to `t'. Add `dwim' option. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9e2cf1871fe..82c8fc5a36a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2008-11-22 Juri Linkov + + * dired.texi (Dired Navigation): Change normal file name search option + from `non-nil' to `t'. Add `dwim' option. + 2008-11-22 Juri Linkov * custom.texi (Directory Variables): Rename ".dir-settings.el" to diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 82cf96f5e9a..e2518de6692 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -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}.